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...

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

- 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.

- Create Cron UI Element (JS)

- Learn / Use PHP Generators

- Ad generator (PHP)

Just just pass a logo, button text and a primary text - and 1-3 strong words for matching color and stock images. Using the flickr API or unsplash.it

Clone this wiki locally