Simple search command or function Application that provides the possibility to store and find commands or functions locally, this app will evolve and have additional functions will be developed and distributed. https://github.com/gcclinux/scmd/releases/tag/latest Build and compile scmd from source code
Author: Ricardo
SCMD – CLI & WEB UI
Back in 2019 I wrote a shell script called #scmd (search commands) and while it has served me well but the issues was it only worked on Linux running specific commands like gawk and it was slow.Here was the last post I made when I reached 500 commands. (smcd bash) So now I’ve created a […]
Tardigrade for GO App & Mod
Tardigrade is a small no-SQL database app or mod for small go applications with many features. App: $ git clone https://github.com/gcclinux/tardigrade.gitMod: $ go get github.com/gcclinux/tardigrade-modBinary: https://github.com/gcclinux/tardigrade/tree/main/bin Current structure and available functions() Binary HOW-TO: https://github.com/gcclinux/tardigrade#readme Module HOW-TO (HERE) or https://github.com/gcclinux/tardigrade-mod#readme CreateDB – This function will create a database file if it does not exist and return true | false […]
Golang “GO” with PostgreSQL
I know it’s been a while since I posted but as I m learning some go connecting PostgreSQL I’ve decided to share the way I did it as there was many examples but all running in the main.go This example will have separate package for config file and separate package for database connection. Rather than […]
DERO-HE STARGATE Mainnet Release49
DERO-HE Stargate new release 49 released. In Release49, Simulator is provided by default as binary for testing and official miner is optimized to provide better hashrates on all platforms of CPU. if you are using official miner then expect boost of several times in hashrates..In Release49, Only Miner update is required. DERO is a general […]