A simple 9x9 Sudoko Solver written in the C programming language using no non-standard libraries while trying to implement suckless philosophy.
(For more on suckless, go to suckless on philisophy page.)
Here is the binary for the file. More to come after updates.
Here is the source which includes icons, the mainsrc file and man pages/descriptions.
Softwares | Use Cases |
---|---|
GCC(GNU Compiler Collection) https://gcc.gnu.org/ | Compiler suite provided by GNU Allows fast C code compilation and gives access to all standard libraries. |
CodeBlocks https://www.codeblocks.org/ | Open-source IDE with endless features allowing users to not get harmfully immersed in code. |
Notepad++ https://notepad-plus-plus.org | Windows OS only text editor based on Scintilla for the fastest code loading time. |
ViM(Vi Improved) https://www.vim.org/ |
Terminal based editor for fast file loading and extensive features through plugin support. |
Emacs
https://www.gnu.org/software/emacs/ |
Highly extensible text editor for best filetype detection and swift code editing. |
Blue Fish Editor http://bluefish.openoffice.nl/index.html |
A fast and simple GUI focused HTML editor and CSS builder. Editor knows no HTML. |
NSIS(Nullsoft Scriptable Install System) https://nsis.sourceforge.io/Main_Page |
A software to create Windows installer executables. |