You roll it

>You roll it
>You code it
>You post it.
Get to work Sup Forums

Other urls found in this thread:

github.com/smclt30p/4downlaoder
twitter.com/NSFWRedditVideo

Okay

k

lel

Rollin'

Make Sup Forums great again.

Roll roll roll

roll

roll

roll

Quick and dirty

import random

alphabet = "abcdefghijklmnopqrstuvwxyz0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"
pw_length = 8
mypw = ""

for i in range(pw_length):
next_index = random.randrange(len(alphabet))
mypw = mypw + alphabet[next_index]

print(mypw)

Please 90

Rollin'

This is going to take me years in assembly, but ok, rolling

Roll out

...

I'll do this tomorrow

Too many sleeping pills right now

It's fucking trivial though

Leysdown this

Rollerino plz

Rolling

mmkay

I don't know programming (at all) but hell,I'll just roll for fun's sake.

Ill post it tommorow.

roll

...

You two partner the fuck up

Rel

>skype clone

roll

I will do it
tomorrow
or the day after
i guess

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

ye ok reroll i'm not making a fucking geekcode generator

Rolling dawg

Only real programmers use Haskel on rails

H-here I go!

>this is how python fags do it
#include
#include

int main()
{
unsigned int pw_length = 0;
std::cout > pw_length;
std::string pw(pw_length);
for (auto& digit : pw)
digit = static_cast(rand()%255); // use for real implementation, rand() sucks
std::cout

What kind of language will you be using? C, C++?

go go gadget

>all this bloat

< /dev/urandom tr -dc "a-zA-Z0-9" | head -c 10
47 chars, faggots

>tfw your password has a system beep in it

kek

k den

ill try

Now do one that generates pronouncable passes.

rust

If I do all of these, in what way will my life or the lives of other people be improved?

nope, im out

It keeps men busy; while they are programming, they don't rape women.

You're going to use rust for a networking task?

I don't see how that will go together

have a text file "wordsN.txt" which contains words of length N, randomly select an integer partition of the input password length, and for each part select a word randomly from the list. easy

Let's see.

Good idea.

rolling

rolling

Where is all my code?

Rrrrrolin'

Don't even know where to start. Rerollin' I guess.

Rolling

23 is impossible to make faggot

github.com/smclt30p/4downlaoder

roll

rollan

roll

rolling hoping for something I didn't already made.

Roll

role

rol

hoces recenziju koda?

roll

rollin deep

oki doki

Roll

What's Sup Forums recommended alternative to github?

Is anyone actually doing this stuff?

Gitlab

also rolling for Sup Forums image downloader, since I need it

rolling for 05

roll

Maybe if I get an easy one you fucking faggot I'm not doing your homework

roll

if i get dubs im not doing it

rolling

Ako ti je toliko dosadno...

Yeah, I'm not doing a haiku generator. Reroll

rollin here

roll

Let's do this.

I'm noob.

Rolling XDDD

Or a currency converter. Reroll

rolling

I made a shitty one with a GUI in Java a few weeks ago. It gets images pretty fast but the application is unresponsive during downloads. I would link it but I don't want to put my github on Sup Forums, and I haven't yet improved it past getting it to work.
Encryption is just the inverse. I probably have it on my hard drive somewhere.

Already have one I threw together last semester to do a cybersecurity assignment. Here's the quick and dirty
>inb4 Java

public static void main(String[] args) {
String cipher = "IAUTMOCSMNIMREBOTNELSTRHEREOAEVMWIHTSEEATMAEOHWHSYCEELTTEOHMUOUFEHTRFT ";

solveDoubleTranspo(cipher, 7, 10);
}

public static void swap(char[][] arr, int line, int pos1, int pos2) {
char temp = arr[line][pos1];
arr[line][pos1] = arr[line][pos2];
arr[line][pos2] = temp;
}

public static void solveDoubleTranspo(String cipher, int row, int col) {
char[][] matrix = new char[row][col];
int index = 0;
for (int i = 0; i < row; i++) {
for (int j = 0; j < col; j++) {
matrix[i][j] = cipher.charAt(index);
index++;
}
}

int n = 1;
for (int i = 0; i < col; i++) {
char[][] tmp = new char[row][col];
// Copy the matrix into tmp
for (int j = 0; j < row; j++) {
for (int k = 0; k < col; k++) {
tmp[i][j] = matrix[i][j];
}
}

}

}

>XDDD

Is that supposed to be an elongated 'XD' face, or is it roughly supposed to look like a dice-roll in motion?

Also rollin'.

roll

Fuck my shit right up!

Roll

>github.com/smclt30p/4downlaoder

As i said, you cant make it. The Sup Forums servers take a crap as soon as you request more than 1 thing per second.

This is better than your nerd shit

Rolly McRollface

roll

Fuck that noise, roll again

Sure

Thanks for the deliver.

rolling for this and for code