January 20, 2020
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 /usr/bin/google-chrome is no longer running, so ChromeDriver is assuming that Chrome has crashed.)
Read More...
selenium (1) chrome (1)
January 10, 2020
I wrote a GUI version of Game of Life in C++ using the SDL2 graphics library:
https://github.com/gdonald/game-of-life-cpp
Read More...
game (5) c++ (4) sdl2 (3)
January 1, 2020
I wrote a GUI version of PigPen in C++ using the SDL2 graphics library:
https://github.com/gdonald/pigpen-cpp
Read More...
game (5) c++ (4) sdl2 (3) pigpen (1)