Console Blackjack in Rust
I wrote a console version of Blackjack in Rust.
I wrote a console version of Blackjack in Rust.
I wanted to access a RHEL machine from Cacti , so I needed to install and configure net-snmp on there first. yum install net-snmp After installing net-snmp the snmpd.conf needs to be configured: vi...
Install irssi and oidentd: # apt install oidentd irssi irssi-scripts build-essential See that oidentd is now running: # ps aux | grep oidentd
This is how I install xfce4 on a new Debian.
ORM::ActiveRecord is an object-relational mapping module for Raku that mostly follows the Active Record Pattern . Install using zef: zef install --/test ORM::ActiveRecord More info: Doumentation...
I wrote a Console version of Blackjack in Perl. https://github.com/gdonald/console-blackjack-perl
A behavior driven development framework for Raku. Github Repo Latest Release Report Issues LICENSE Install using zef: zef install BDD::Behave
HTML Abstraction Markup Language for Raku. A shameless rip-off of Ruby HAML. Github Repo Latest Release Report Issues LICENSE
Selenium::WebDriver::Error::UnknownError: unknown error: Chrome failed to start: exited abnormally (unknown error: DevToolsActivePort file doesn't exist) (The process started from chrome location...
I wrote a GUI version of Game of Life in C++ using the SDL2 graphics library: https://github.com/gdonald/game-of-life-cpp