Programming Music Mix for CALM MINDS

preview_player
Показать описание
increase your efficiency while programming
Рекомендации по теме
Комментарии
Автор

totally loved it and really helpful for studying ! thank you, you are very talented!

ronaldblanco
Автор

I like this mix, it calms me and sets a very nice tone. Will try to program on it :D

viocartman
Автор

Song at 34:22
"The Premise" by Ghosts of Paraguay

In case you were wondering ;-)

ArjanRooyens
Автор

Awesome, I'll offer me to put some code for the mixing also where we can donate?

hidura
Автор

#include <stdio.h>
#include <unistd.h>
void main()
{
int state = 0;
while (1)
{
switch (state){
case 0: //Dream
printf ("Go outside, dream of something !");
break;
case 1: //Acheive
printf ("Go inside, acheive that something !");
break;
case 2: //Rest and Repeat
state = -1;
break;
}
state++;
sleep(1);
}
}

ibrahimabukharmeh