d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Curious About Who's The Best Programmer On Here. > Maybe Could Pay Big Money For Something.
Prev14567Next
Closed New Topic New Poll
Member
Posts: 62,204
Joined: Jun 3 2007
Gold: 9,039.20
Sep 22 2014 03:21am
Quote (AbDuCt @ Sep 21 2014 08:25pm)
This is still relevant.


Not relevant until you do fizzbuzz in every language
Member
Posts: 13,425
Joined: Sep 29 2007
Gold: 0.00
Warn: 20%
Sep 22 2014 05:41pm
Quote (killg0re @ Sep 22 2014 05:21am)
Not relevant until you do fizzbuzz in every language


Googled fizzbuzz. Wasn't that hard.

Code
100.times do |number|
case 0
when (number % 15)
puts "fizzbuzz"
when (number % 5)
puts "buzz"
when (number % 3)
puts "fizz"
else
puts number
end
end
Member
Posts: 62,204
Joined: Jun 3 2007
Gold: 9,039.20
Sep 23 2014 01:53am
Quote (AbDuCt @ Sep 22 2014 05:41pm)
Googled fizzbuzz. Wasn't that hard.

Code
100.times do |number|
    case 0
        when (number % 15)
            puts "fizzbuzz"
        when (number % 5)
            puts "buzz"
        when (number % 3)
            puts "fizz"
        else
            puts number
    end
end


Lol, was a joke but yeah
Member
Posts: 13,425
Joined: Sep 29 2007
Gold: 0.00
Warn: 20%
Sep 23 2014 01:55am
Quote (killg0re @ Sep 23 2014 03:53am)
Lol, was a joke but yeah


I just pounded out 360 lines of code into a IRC bot framework with modular user definable event callbacks.

Now I am bored again.
Member
Posts: 62,204
Joined: Jun 3 2007
Gold: 9,039.20
Sep 23 2014 10:47pm
Quote (AbDuCt @ Sep 23 2014 01:55am)
I just pounded out 360 lines of code into a IRC bot framework with modular user definable event callbacks.

Now I am bored again.


:(
Member
Posts: 38,448
Joined: Aug 24 2007
Gold: 5.00
Sep 24 2014 01:04am
Pua worst troll on jsp

Member
Posts: 34,315
Joined: May 17 2006
Gold: 3,911.00
Sep 24 2014 02:25am
this guy just retarded, check the trophy room for proof
Member
Posts: 15,327
Joined: Sep 17 2011
Gold: 78.88
Sep 24 2014 01:28pm
6 pages of crap and he never says what he actually wants

c++
c#
java
python

im very good with these languages .. pm me with what ever it is you need.
Member
Posts: 13,425
Joined: Sep 29 2007
Gold: 0.00
Warn: 20%
Sep 24 2014 06:13pm
Quote (frankbrown1193 @ Sep 24 2014 03:28pm)
6 pages of crap and he never says what he actually wants

c++
c#
java
python

im very good with these languages .. pm me with what ever it is you need.


Good job on seriously replying to a troll thread which is months old.
Member
Posts: 1,995
Joined: Jun 28 2006
Gold: 7.41
Sep 24 2014 11:29pm
Quote (AbDuCt @ Sep 23 2014 02:55am)
I just pounded out 360 lines of code into a IRC bot framework with modular user definable event callbacks.

Now I am bored again.


Yes but did you install and compile the program through the kernel?
Go Back To Programming & Development Topic List
Prev14567Next
Closed New Topic New Poll