I decided to extend the array features of JsonDB by adding a new semantic rule: The use of -1 to get the last element In the previous revision I added the support for Appending, I thought why not add a… Continue Reading →
[github-issue username=”belphemur” repository=”node-json-db” number=”11″] I never thought of it, but supporting an append semantic in the “jsonLanguage” I created is an excellent idea. After all this semantic (array[]) is already used in other languages like PHP, why not implementing it here… Continue Reading →
I received an interesting issue about JsonDB not deleting correctly the index in an Array: [github-issue username=”belphemur” repository=”node-json-db” number=”10″] I thought using the delete keyword on an index in an array was deleting it (rendering its value undefined). In fact,… Continue Reading →
I released the last beta of SoundSwitch adding a simple but useful feature: IPC. Before I started maintaining SoundSwitch, it was using a Mutex to check if it’s already launched, and in that case, would abort the launch. It’s a… Continue Reading →
I’m really happy with this release because I’ve been able to play with Sound and .NET. I admit most of the work was done by the great NAudio library, but still, it was great to implement different type of notifications… Continue Reading →
I needed a way to auto-tag my release when I’m modifying the AssemblyInfo.cs file in my C# application. I created a pre-commit, post-commit and simple version.sh file to do so: The version.sh contain which file need to be monitored. When… Continue Reading →
I forked couple of year ago a wonderful game on Pebble : MiniDungeon made by Jonathan Panttaja. I really liked the game but thought it was lacking some variety in the monster and the level. I added first new monster, quite… Continue Reading →
I discovered a wonderful comic named Stand Still. Stay Silent I wanted to add the possiblity to use the arrow keys to browse the web comic, I then created a script for it :
I find Node-RED really amazing but the lack of being able to manage it as a daemon quite annoyed me. I created an init script and a systemd unit configuration to be able to manage Node-RED as any service on… Continue Reading →
When I was playing with Node-RED, a flow management based on Node.js, I discover that I was needing a simple Node to save and retrieve information from simple file. I then created JsonDB and published it on Npm registry :
© 2024 Antoine Aflalo — Powered by WordPress
Theme by Anders Noren — Up ↑