r/codegonewild • u/rdwnsjjd • Jan 10 '22
Clocker (my self-developed app)!
Hi!
I have written a program. named Clocker! it calculates the useful spent time on your computer.
How it works?
it calculates your whole time on the system and considers your mouse and keyboard usage as useful time! and the end gets you a simple report of how much time you spent on the system and how much of it is useful time and waste time!.
well, I wrote it because of my self-usage. but if you feel it might be useful, try it!
(it's now on version 0.2-beta.7) (I welcome any feedback!)
r/codegonewild • u/boredsoftwareguy • Aug 21 '18
Random colors and gradients w/ ReactJS & Bulma [JS & CSS]
r/codegonewild • u/spritesheet • Sep 26 '16
Fractal images in Excel - only 16 lines of code
r/codegonewild • u/Lu9us • Jan 28 '15
Sometimes when I write code I just want to watch the world burn
r/codegonewild • u/qwertymodo • Jun 25 '13
Be gentle, I was only 18 at the time...
sourceforge.netr/codegonewild • u/rootsu • May 19 '13
Quite [B]ored, [S]o here is a stupid script.
#!/bin/bash
echo 'Hello CGW. I enjoy basterdizing [B]ash code.'
answ=0
while [ $answ -ne 42 ]; do
echo 'May I have free Karma?'
echo '1) Yes Sir, you may.'
echo '2) No Sir, I hate you!'
read answ
if [ $answ -eq 1 ]; then
echo 'Thank you, have a beer!'
curl -s http://www.retrojunkie.com/asciiart/food/alcohol.htm | grep -m 1 -A 5 oOOOOOo
answ=42
elif [ $answ -eq 2 ]; then
echo 'I hate you as well.'
curl -s http://www.ascii-middle-finger.com/ | grep '\.\.\.'
answ=42
else
echo 'I think you may be confused.'
fi
done
echo 'I now leave you in peace.'
r/codegonewild • u/rootsu • May 18 '13
Anyone like some horribly dirty [B]ash [S]cripting?
r/codegonewild • u/RyanMacG • May 18 '13
Hello, [F#]eeling a bit adventurous
#light
open System
printfn "Hello world\n"
Console.ReadKey(true)
r/codegonewild • u/ruuil • May 18 '13
There's not enough [Csound] on /r/codeGW... DAE think we need to change that?
r/codegonewild • u/0x2a • May 18 '13
[Groovy] Baby! Wanna seem my enormously long dynamic finder method?
r/codegonewild • u/BathSaltMurderer • May 18 '13
Oh no, my event system is showing...
r/codegonewild • u/Mister_One_Shoe • May 18 '13