- Html editor with live preview. Splits css,javascript, and html into seperate panes for easier editing.
- I'm working on a port of this to avalonia here. It will use the forms library instead of xaml.
- Simple PDF Viewer with minor editing capability. Not much here yet. Written with avalonia via nac.Forms.
- Shows you what picture is currently on your clipboard. A program to convert pictures into base64 str from the clipboard.
- shows you what text is currently on your clipboard
- Windows only
- Provides a way to manage and filter local git repos.
- Generally people store their git repos in a common git repo, so this program can traverse down and list all git repos in that folder. It gives you an open in file manager button to be able to quickly access git repos
- Written in WPF, runs on windows only right now
- Provides a way to create sets of local folders. Zips them up, with notes. Provides a way to view past zips and display the notes you made
- Has multiple use cases, was originally written to manage versions of files
- Provides high level http getJson, postJson very similar to what you can do with
System.Net.Http.HttpClient
. UsesNewtonsoft.jSON
and CurlThin to make curl calls and interpret the results. libcurl
access is wrapped up inside a thin low level http client.
- Uses the
Avalonia
library to make creating user interfaces quickly.- nac.wpf.forms
- Original project written in WPF.
- nac.wpf.forms
- nac.logging
- Simple event based logging library
- nac.WebServer
- Provides a way to serve web requests simply. Used in WebPad to implement the live server view.
- nac.CSSParsing
- Provides css parsing into structure
- nac.json
- Makes working with json easier
- nc.http
- Library to make working with http calls easier