
Using local NuGet source / repository
Had some problems creating a local nuget repository. This is how I succeeded: Create a local nuget repository / source $ cli nuget add source ~/.mynuget This leads to these changes in the configuration file: ...
Had some problems creating a local nuget repository. This is how I succeeded: Create a local nuget repository / source $ cli nuget add source ~/.mynuget This leads to these changes in the configuration file: ...
Helping out a friend to get a Matura thesis completed, I stumbled onto the topics of citations and bibliographies. In the end, I wanted to get a handle on bibliographies using dotnet code. ...
Templating is an proofen method to create static web pages. Typically, you write your html pages and fill in some parameters at page assembly time. Well-known templating languages are Liquid, which is written in ruby and used by Jekyll, and Handlebars, which calls itself minimal templating on steroids. ...
This blog contains some experiences working with Bolero. Bolero is a set of free and open-source libraries and tools to write web applications in F#. With it, you can write fully dynamic client-side web applications from the comfort of a strongly-typed functional language, all with great performance. ...
Machine learning with ML.NET is documented in a confusing way, in particular when it comes to F#. Some resources I found are: ...
This post covers some more Jekyll tips and tricks like searching a web page. Searching a Jekyll page Web pages based on databases such as WordPress search the data in the underlying database. Static web sites based on Jekyll however don’t have this database but only files. ...
Mathematical formulas While working on post Mathe Uffzig, I stumbled upon the problem of displaying mathematical formulas in the Jekyll markdown templating engine Liquid. ...
Once in a while, I’m supporting Lea with her math homework (Swiss: Uffzgi). Here are some tools that help me (remember, that I prefer F# to other languages. Whenever possible, I use interactive Notebooks and make them available on github Notebooks. ...
This post shows various ways to handle input using WebSharper. Client side There are two basic approaches: using HTML templates or using Websharper’s HTML. ...
Installing WebSharper I’m developing web applications using WebSharper on macOS Monterey. To install the the templates, use: % dotnet new -i WebSharper.Templates The following templates are installed: ...