You roll, you create

You roll, you create.

roll

rell

rollin

Rolling

...

Rolling for 78

shit why not

roll

Roll

rollin

Roll

Rolling for random number generator that will output 0-99

roll

26

i only know minimal C#, so im risking, but fuck it, ill create a webm and show the code if i can create the thing i roll for you guys to laugh at
roll

Rollin

fuck

rollasaurus rex

role

Dubs

roll

Roll

roll

rill

re-roll since I already did this in a different one

Roll

Rolling, although some of these seem time-consuming.

roll

At which point I am employable for junior position with the minimum wage in the field ?
>> 051, 052 ?
>> 075 ?

ALL OF IT ???

Can anyone guide me on how to make any of these?

roll();

int CountWordsInString(char *string) {
int words=0;

bool wasInWord=false;
while(*string) {

bool nowInWord = (*string!=' ');
if(!wasInWord && nowInWord) words++;

wasInWord=nowInWord;
string++;
}

return words;
}


int main() {

for(;;) {
char string[256];
cout

There are other versions of the Sup Forums challenges.
Anyone has?

rolling

Suprise me.

RAWOL

Roll

let's see

oi

Quero.

...

hope it's something ez

gonna implement this shit in INTERCALL

ROLL!!!

rollan

FINALLY SOMEBODY MAKES THAT JOKE

I'VE BEEN WAITING FOR EONS

rolling again

ROLL

rawlll

roll

Anyone have any suggestions for what to do on a MPI cluster?

I'm bored.

Rolling

Write a rad ray-tracer?

Get schwifty

nice dubs op you fucking faggot cunt kys yourself

Roll

You're welcome

roll

Rolling i'll post source if I do the project.

rall

It's not going to be something useless?

>FTP client
FUCK that shit reroll

...

did 43 instead because 60 seems tedious. these are all pretty easy. 1 more maybe

Anyone have the bigger one?

This one?

which one? which language?

rolling despite the list being objectively awful/ambiguous/homework tier

Isn't that kinda more GPU work instead of CPU work?

Rollercoasting

rololololol

rolling rn

Roll.

...

roll

done, reroll

roll

65 get

please don't be hard

Roll

Rollin

rollin

Hey Ho, Let's roll

Ez

sure, why not.

Lame af
Reroll

Rolling. Will do tomorrow if I don't have anything better to do.

Barrer roll!

They all sound boring. I won't participate.

PROGRAM FACTORIAL
DOUBLE PRECISION ans, count

count = 1D0
ans = 100D0

10 IF (count .LT. 100) THEN
ans = ans * count
count = count + 1D0
GOTO 10
ELSE
WRITE (*,*) '100! = ', ans
ENDIF

END PROGRAM FACTORIAL

I sure hope I can Google a tutorial for whichever project I get.

Here's my binary search

public int binarySearch(int first, int last, T desired, T[] array)
{
int mid = (last - first)/2;
if (mid < 0)
{
throw new IllegalArgumentException();
}
int comparison = array[mid].compareTo(desired);
if (array[mid].equals(desired))
{
return mid;
}
else if (comparison < 0)
{
return binarySearch(mid + 1, last, desired, array);
}
else if (comparison > 0)
{
return binarySearch(first, mid, desired, array);
}
else
{
return -1;
}
}

sure senpai

roll

please me something hard

that's just stupid and tedious, re-rolling

Don't be shit.

roll

rolling

Oh damn