Skip to content
Gabriel Wanzek edited this page Jan 12, 2017 · 12 revisions

Welcome to the 100daysofcode wiki!

Project ideas

Some of my ideas - There are not much details but it gives you a quick overview what this projects are about...

(1) nth-child tester like this one (JS/CSS)

(2) MySQL parser for Sequel Pro (Electron?/Bash?)

Often I have to copy 4 strings in 4 inputs to connect to a database, but what about just copying one string and my handy tool formats it for me? So my sources are often this quick connect strings, like:

mysql -udbu_13756 -pjjXYJr27Ls71vSzB -hdedicated1953.eu.my-server.com.de db_13756

Or like wordpress wp-config.php files - so my I just copy them - execute my script and can paste it than perfectly into Sequel Pro.

Clone this wiki locally