Console Blackjack in Python 3
I wrote a console version of Blackjack in Python 3: https://github.com/gdonald/blackjack-py
I wrote a console version of Blackjack in Python 3: https://github.com/gdonald/blackjack-py
I wrote a GUI version of Blackjack in C using the SDL2 graphics library: https://github.com/gdonald/blackjack-c-sdl
I wrote a customer relationship management tool in Ruby on Rails: https://crm12.com/ You can manage customers, sales, and products. It also has custom fields you can attach to products.
Here's a how-to for building a recent Linux kernel on your Debian GNU/Linux box: You will need to do all this as root. It's serious business building new Linux kernels :) su - The dash after the su...
I wrote a console version of Blackjack in C: https://github.com/gdonald/blackjack-c
CREATE DATABASE _ WITH ENCODING 'UTF8' OWNER _ LC_COLLATE 'en_US.UTF-8' LC_CTYPE 'en_US.UTF-8' TEMPLATE template0;
I wrote a console version of Blackjack in C++: https://github.com/gdonald/blackjack-cpp
I wrote a console version of Blackjack in Raku: https://github.com/gdonald/Console-Blackjack and released it as module: Console::Blackjack
#!/bin/bash while [ $# -gt 0 ]; do ffmpeg -i "$1" 2> tmp.txt while read -r first _ _ start _ end; do if [[ $first = Chapter ]]; then read # discard line with Metadata: read _ _ chapter ffmpeg -vsync...
Every day I see new Linux Kernel hackers fail at their first patch submission. I'm not an expert, but I've learned how the process works and most importantly I've learned how to avoid irritating...