A new binary release PicoTurtle v0.2.0-alpha.7 of PicoTurtle is out. This release has minor bug fixes. The release page contains detailed release notes.
The installer, documentation and user guides are available as always at PicoTurtle.
A new binary release PicoTurtle v0.2.0-alpha.7 of PicoTurtle is out. This release has minor bug fixes. The release page contains detailed release notes.
The installer, documentation and user guides are available as always at PicoTurtle.
I'm starting a new series of posts about container and VM specific API's and tools in the Linux operating system. These posts reflect some of the work I'm doing systematically exploring the containerization and virtualization options natively available in the Linux kernel. I will also explore some APIs and tools built on top of these functionalities.
In the first post here we look at creating a simple namespace and then using that namespace to modify some resource in that namespace.
Namespaces are one of the fundamental concepts available in new Linux kernels which support isolation of resources. A …
The tenth weekly release PicoTurtle v0.2.0-alpha.4 of PicoTurtle is out.
This release features a couple of important editor features:
Ctrl+]
and Ctr+[
respectively. One can also indent and de-indent using Tab
and Shift-Tab
.Ctrl+/
.Here's a screenshot of the application on my macbook air...
The windows installer can be downloaded here -> PicoTurtle v0.2.0-alpha.4 for Win/64-bit. Linux and Macos installers are still work in progress. Macos is turning out to especially difficult with my current CMake/vcpkg based …
The first source-only release Clibdocker v0.1.0-alpha.0 of Clibdocker is out.
CLibdocker is a C library implementation of the Docker Engine API.
The documentation is available online at Clibdocker docs. For further details check the project page Clibdocker.
The first source-only release Zclk v0.1.0-alpha.0 of Zclk is out. It is a C library which can be used to create CLI programs written in both C and Lua. It supports commands, sub-commands, arguments, options and typed values.
Commands and sub-commands can be implemented both in Lua and C. Allowing a mix of implementations.
The documentation is available online at ZClk docs. For further details check the project page Zclk.
The second alpha release coll v0.1.0-alpha.1 of coll is out. This release contains build and documentation related changes. The docs are now hosted online at Coll Docs.
For further details check the project page at coll.
A new release PicoTurtle v0.2.0-alpha.3 of PicoTurtle is out. This is the ninth weekly release.
The releases features updated documentation for two new commands circle
and arc
. It also fixes a major bug in the editor tabs. For details of all changes please check the release notes.
The windows installer can be downloaded here -> PicoTurtle v0.2.0-alpha.3 for Win/64-bit
The first source-only release coll v0.1.0-alpha.0 of coll is out. It is an ANSI C collections library with only two datastructures implemented at the moment:
For further details check the project page coll.
A new release PicoTurtle v0.2.0-alpha.0 of PicoTurtle is out. This is the seventh in the recent series of weekly releases. It is also the first release with a windows 64-bit installer. There are several minor changes and bug-fixes in this release. You can read all about it on the release page.
The windows installer can be downloaded here -> PicoTurtle v0.2.0-alpha.0 for Win/64-bit
A new source-only release PicoTurtle v0.1.0-alpha.5 of PicoTurtle is out. This release has minor bug fixes, better documentation and an improved docs viewer, and a new about dialog. The release page contains detailed release notes.
Few changes in the CMake build to support a windows installer are added to the release. These will be used to publish a binary installer for Windows starting next release.