Justin
Results
2
issues of
Justin
In #226 some people complained that node-notifier doesnt work if the script is automatically invoked by CRON. SPDUK however found a soloution which is to prepend `XDG_RUNTIME_DIR=/run/user/$(id -u) ` to...
Hey, i implemented quicksort in C (9_quick_sort/quicksort.c) and added a .gitignore file