Roll and post code when ur done

roll and post code when ur done

Other urls found in this thread:

wiki.installgentoo.com/index.php/Programming_languages
twitter.com/NSFWRedditGif

Post the good version, OP.

Rollin

plox be easy

roll

whats "the good version"

whyt whymem

Roll

I think version 4?

Fuck that I did that before

rollan

...

Perfect.
You're doing Zardos work, user.

Roll

Bootloader is not that hard. Difficult at most.

didn't roll but #050 (without rendering)

import itertools

def main():
glider = set([(0, 0), (1, 0), (2, 0), (0, 1), (1, 2)])
for _ in range(1000):
glider = advance(glider)
print(glider) # render point here

def neighbors(point):
for i in range(-1, 2):
for j in range(-1, 2):
if i != 0 or j != 0:
yield point[0] + i, point[1] + j

def advance(board):
newstate = set()
recalc = board | set(itertools.chain(*map(neighbors, board)))
for point in recalc:
count = sum((neigh in board) for neigh in neighbors(point))
if count == 3 or (count == 2 and point in board):
newstate.add(point)
return newstate

rollerino

rollin

Could be fun

rolling

Roll

jawby

reroll, just did a temperature converter in about 2 minutes.

function randomPass(){
let password = "";
let order = "aAaANASNNSAa".split('').sort(function(){return 0.5-Math.random()});
for(x in order){
switch(order[x]){
case "A":
password += String.fromCharCode(65+ Math.floor(Math.random()*26));
break;
case "a":
password += String.fromCharCode(97+ Math.floor(Math.random()*26));
break;
case "N":
password += String(Math.floor(Math.random()*11));
break;
case "S":
password += String.fromCharCode(33+ Math.floor(Math.random()*12));
break;
}

}
return password;
}

Fuck, let's go. I'll do it in BASH.

Thank God it's doable.

Rollin'

>starts at 1, not 0
>ends at 145, not 999

v5.0 when?

rolling

You can start any time.

JUUST

Roll for newb

roll

roll

i'm a faggot

I can't code.

#!/bin/bash

echo $(($1 $3 $2))

:^)

Why the fuck not.

function wordCount(str){
return str.split(" ").length;
}

Now one in C.

Hé oh, hou ha

Oh nos

roll

biches

Roll

Where is the option to program algrothms for Wifu 3.0? A.I. love will be the best love... mark my words!

rawl

re-roll

kreked

roll

A good one to add in 5.0 is a pokedex for the pro/g/ramming challenges. Your programs must be in a special directory. It must show the number, name, difficulty and if you made it. Must be CLI. Must be able to call the program from inside this pokedex.

jews

reroll

tfw can't code
help me Sup Forumsoys

Hi, visit us at /dpt/, and read our wiki to get started on this magical world >>>wiki.installgentoo.com/index.php/Programming_languages

cute, thanks pal.
Actually I'm learning C++ but I don't feel I know enough to complete one of these.

roll

>wiki.installgentoo.com/index.php/Programming_languages

Oh wow, I didn't notice it was revamped. Some months ago it was kinda lackluster. Good job.

I got the same feeling for Python. Most of these projects in general seem hard to make in py.

2 and 3 are for people who just learned what is C++ 30 minutes ago. 62 is for people who are in their first week.

pengas

Try the easier one, then get your way to the top lil bud.

PLeasenothing hard,

roll

is there a list with even easier problems? I need to practice my brainfuck fu

euler?

roll

Rolls d100

rolling

roll

r
o
l
l

Rolling.

I like your idea, will try to do it after my challenge ( ).

r0ll

Roll.

Roll

Let's go

ROLL

ok

rolling

pls something guid

Ez

rolling this mofo

roll

rolling

Roll

ror

Rollerino

rollan

rolling ...

RooooooohhhhhhhLLLLL

hit me

roll

Rollerino

Raul

Rolph

Rollan

Rolling

Ayy this is going to be fun

Roll

rollin