[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y ] [Home]
4chanarchives logo
Good luck /g/
Images are sometimes not shown due to bandwidth/network limitations. Refreshing the page usually helps.

You are currently reading a thread in /g/ - Technology

Thread replies: 132
Thread images: 9
File: 1453542938321.png (378 KB, 1450x1080) Image search: [Google]
1453542938321.png
378 KB, 1450x1080
Good luck /g/
>>
>>53008539
really curious why this thread is so dead
>>
>>53008595
No one on /g/ can write code
>>
Rolling for when I get home
>>
Hmm thanks I'll save this for latter tough not patience for this now
>>
>>53008539
Rolling <3
>>
>>53008539
OP is retard - rolling to confirm
>>
try me, motherfucker
>>
>>53008539
روولنج
>>
>>53009337
thats gay as hell, try me again
>>
>>53008539
These green onews are way too easy.
>>
>>53008539
rollin'
>>
How is an enigma simulator hard? Unless you actually want to simulate an original enigma machine in which case good luck
>>
>>53008539
Rawl
>>
Rolling for what I do while my code compiles at work today.
>>
>>53011167
Ulam spiral. Seems pretty neat. Ill post results if this thread is still up when I get home from work. Otherwise, it'll probably land in /dpt/
>>
>>53008539
Give me dubs
>>
>>53008539
roll
>>
>>53011329
reroll, im too stupid for longest common substring ;-;
>>
>>53011343
reroll, xkcd already done a good implementation
>>
>>53011361
You can do the sliding puzzle. I believe in you, anon.
>>
>>53011377
thanks for the encouraging words anon, but i think ill do the bmi calculator, that seems easy enough and about around my level of math ;-;
>>
>>53008539

Rolling
>>
>>53011400

Ok, this is unknown territory to me, should be interesting :)
>>
rolllllllllllllllllllllllll
>>
>>53011564
reroll, too easy
>>
Niggers roll my anus
>>
>>53011647
print(len(input().split(" ")))

Next
>>
>>53011674
This fails when whitespace characters other than spaces are used.(\n, \r, and the like)
>>
>>53008595
because these dont sound very fun
>>
Rooooooollin
>>
File: pcv6.png (188 KB, 1418x745) Image search: [Google]
pcv6.png
188 KB, 1418x745
>>53008595
>>53011743
These, posting my own list of finest, curated challenges.
Suggestions welcome.

>inb4 leet haxor colors
no
>>
Rawlin
>>
LEGGO
>>
Oh, I'll dig!
>>
>>53008539
roll
>>
>>53008539
BRING IT ON ME
>>
>>53008539
easy and medium look the same to me , I'm color blind
>>
rolllllllooooollll
>>
>>53012661
I fucking hate games.
But I guess the point of this is to go outside my comfort zone
>>
rollerino
>>
Rolling MF!!!
>>
Role
>>
>>53008539
roll
>>
Roll of justice
>>
k
>>
>>53008539
let's see
>>
roll broski
>>
rolling into deep
>>
>>53008539
>>
Bartrollin
>>
>>53008539
roll
>>
>>53008539
reroll
>>
>>53008539
reload
>>
/bro/lling
>>
>>53008539
toot
>>
>>53012076
roll
>>
>>53008539
yellow pls
>>
>>53008539
meme
>>
I'll bite.
>>
Rollz
>>
>>53008539
roll
>>
>>53015585
Roll
>>53008539
Roll
>>
>>53008539
roll
>>
>>53012076
Rolling in the deep
>>
>>53011709
Perl doesn't have this problem :^)

say scalar(split(' ', <>));
>>
>>53008539
rawwlin
>>
>>53008539
rollin
>>
>>53012076
Rolling, will do tomorrow
>>
>>53008539
roll
>>
File: 1453313674517.jpg (27 KB, 375x383) Image search: [Google]
1453313674517.jpg
27 KB, 375x383
>>53018240
> 40 Tic-Tac-Toe
great, now I only need to learn programming.
>>
rollll
>>
>>53008539
What will I work on tonight...
>>
Rollin for what I'm going to do this weekend
>>
Why are greens so easy
>>
>>53018063
2easy
ANOTHER
>>
>>53008539
relling
>>
>>53019268
>HTML
no, rolling again
>>
rollin senpai
>>
>>53008539
i'm bored in school, rolling
>>
>>53019385
memorized this ages ago, re roll

from math import sqrt
def F(n):
return ((1+sqrt(5))**n-(1-sqrt(5))**n)/(2**n*sqrt(5))
>>
>>53008539
Why's the enigma simulator hard?
I had to do that in college with VB.NET!
>>
>>53008539
yrdyy
>>
>>53008539
roolll
>>
>>53008539
rerool
>>
>>53008539
Hope I'll get something easy to do. I don't want to spend a lot of time on it.
>>
Rolilol
>>
File: out.png (3 KB, 600x600) Image search: [Google]
out.png
3 KB, 600x600
>>53019544
doing it programming on C. Had to take my laptop running linux.
>>
>>53008539
pls izi stuf
>>
>>53008539
is googling code snippets allowed?
>>
rolls
>>
>>53008539
just for the rullz.
>>
Rollinn
>>
File: 00100.png (15 KB, 60x81) Image search: [Google]
00100.png
15 KB, 60x81
>>53008539
roll
>>
>>53020598
I thought I could do it in Perl:

#!/usr/bin/perl

use Math::BigInt;

$a = Math::BigInt->new(10 ** 100);
$b = Math::BigInt->new(10 ** 99);
$c = Math::BigInt->new($a - 1);
$d = Math::BigInt->new($c - $b);

$x = Math::BigInt->new(int(rand($d)) + $b);
$y = Math::BigInt->new(int(rand($d)) + $b);

$mul = Math::BigInt->new($x * $y);

print "$x * $y = $mul";


But looks like it fucked up somehow:

3224731445312500000000000000000000000000000000000000000000000000000000000000000000000000000000000000 * 8094421386718750000000000000000000000000000000000000000000000000000000000000000000000000000000000000 = 26102335177361965179443359375000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000


It uses only the first 15 digits, I wonder why. Maybe it's outdated:

Perl 5, version 14, subversion 2 (v5.14.2) built for MSWin32-x64-multi-thread

Binary build 1402 [295342] provided by ActiveState http://www.ActiveState.com
Built Oct 7 2011 15:19:36
>>
>>53008539
fck it.
>>
why not roll
>>
Rol
>>
>>53021436
Here we go:

#!/usr/bin/perl
use Data::Entropy qw(entropy_source);
use bignum;

my $x = entropy_source->get_int(((10 ** 100) - 1) - (10 ** 99)) + (10 ** 99);
my $y = entropy_source->get_int(((10 ** 100) - 1) - (10 ** 99)) + (10 ** 99);
my $z = $x * $y;

print "$x * $y = $z\n";


Challenge n. 98 completed! :DDDDdD
>>
>>53023441
>:DDDDdD
fuck off, normie
>>
yeah ill roll
>>
>>53008539
Rockrolly
>>
>>53008539
roll IDENTSTRING 4589
>>
File: conway.webm (2 MB, 1920x1080) Image search: [Google]
conway.webm
2 MB, 1920x1080
>>53023991
Done.
>>
>>53024799
That's a fucking roll. Good luck anon. You'll learn many things if you do it. xd
>>
>>53008539
Lmao I can't do a thing written there.
>>
Rolling fer fun
>>
>>53024858
>Sound synthesis
Lel. Fuck off rerolling
>>
>>53008595
coding for 8 hours a day is more than enough
>>
r-r-r
>>
>>53009401
> how is an enigma simulator hard
> unLess you want to simulate enigma

Fucking retarded person in this thread
>>
Rollll
>>
>>53008539
lol
>>
>>53008539
Nigger wigger here I go roll-e-roll and take the toll!
>>
>>53008539
heey
>>
>>53008539
roll for currency converter..
>>
>>53008539
>>53012076
>>
>>53008539
wut up
>>
>>53008539
Rollerino
>>
Rollerino
>>
File: newmeme.png (575 KB, 651x1441) Image search: [Google]
newmeme.png
575 KB, 651x1441
rollan desu
>>
>>53012076
Barrel
>>
>tfw i'm color blind can't tell the diference from easy and medium
>>
ich rollen
>>
>>53028538
>le cock
>>
>>53008539
روووووووووووووووووووووووووووووووول
>>
>>53012076
roll, not enough projects on the stack
>>
>>53012076
>simple plotter for simple simple functions

Curated, I see
>>
>>53029365
Curated enough until there are new, good suggestions.
>>
What language has to be used?
>>
>>53008539

rolan
>>
File: punnn.png (5 KB, 223x160) Image search: [Google]
punnn.png
5 KB, 223x160
>>53008539
Thread replies: 132
Thread images: 9

banner
banner
[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y] [Home]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
If a post contains personal/copyrighted/illegal content you can contact me at [email protected] with that post and thread number and it will be removed as soon as possible.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com, send takedown notices to them.
This is a 4chan archive - all of the content originated from them. If you need IP information for a Poster - you need to contact them. This website shows only archived content.