[Home] [Archive] [Manage]
[Blackomen] [Cloudcity] [Deepblue] [Electricblue] [Germany] [Greendream] [Hell] [Lasvegas] [Londerground] [Mapleleaf] [Marcabian] [Mesa] [Milw0rm] [Moonlight] [Quebec] [Rainbow] [Redwood] [Scandinavian] [Snowyhills] [Thunderdome] [Trollshido] [Wasteland] [Wirah] [Zeal]

Leave these fields empty (spam trap):
Name
Email
Subject
Comment
File
Password (for post and file deletion)
  • Supported file types are: 7Z, FLAC, GIF, JPG, MP3, OGG, PNG, RAR, SWF, TORRENT, ZIP
  • Maximum file size allowed is 2048 KB.
  • Images greater than 250x250 pixels will be thumbnailed.
  • Update, October 12th: Physics is now a full board under the Intellectual section.
  • Install the Wakaba Firefox Extension.
  • Read the Rules and FAQ before posting.

File: 1261827546459.png -(4212 B, 355x281) Thumbnail displayed, click the ling for full size.
4212 No.199894   [Reply]

hi guiz ,what lulzy things can I do with an python infinite loop?

3 posts omitted. Click Reply to view.
>> No.200728  
File: 1262015974099.jpg -(11970 B, 400x300) Thumbnail displayed, click the ling for full size.
11970

lrn2program

>> No.201159  

YES that's what I am trying to do. :)

>> No.202649  

>>201159
lrn2google



File: 1261278004058.gif -(1173781 B, 374x355) Thumbnail displayed, click the ling for full size.
1173781 No.197378   [Reply]

Anonymous is failing. There are too few people here nowadays who know how to do much more than use a computer superficially. Sure, you can change a processor. Sure, you can crack a wireless password. But can you deface websites that aren't yours? Can you execute a fork bomb on a server that you don't own? Learn, faggots. Go out and buy a book. Read it. Become a productive member of Anonymous.

ITT: Literature and other learning techniques, things to learn.

One thing to learn: DOS and Unix. You need to know these tings and be comfortable with them.

39 posts omitted. Click Reply to view.
>> No.201686  

>>20673
Not for me.

>> No.202331  

I don't know how to access that BBS.

>> No.202642  

>>202331
And this is where you journey starts my young jedi.



File: 1254722715769.jpg -(22983 B, 251x212) Thumbnail displayed, click the ling for full size.
22983 No.164913   [Reply]

hi, just wondering when you all really got into coding/etc. where did you learn it from? what made you want to pursue it? pic unrelated. i'm just curious

10 posts and 1 images omitted. Click Reply to view.
>> No.199090  

>>198187
Since Unix is the ultimate programming environment i think you should learn that first. But, you can do whatever you want, its your choice, im just telling you that you are going to regret that later. (if you want to hack anything you MUST know shell cmds.)

>> No.200149  

Learn LOLCODE. It's easy as shit and really useful.

>> No.202434  

I learnt BBC BASIC V when I was 10.
My computer (Acorn Archimedes 310) had a nice fat manual that listed all the available BASIC commands. I read that and a couple of books from my local library's kids' section about writing games. Almost 20 years later and I now know C, Java, Python, VB, Perl, PHP, JS pretty well and some other stuff not so well.



File: 1262359432796.jpg -(9762 B, 141x157) Thumbnail displayed, click the ling for full size.
9762 No.202383   [Reply]

Hey, if you're crawling for emails, here's the regex to find an email in a line.

('\b(\w+\.?)@(\w+\.?)\b')

bye.

>> No.202384  

err, sorry
('\b(\w+\.?)@(\w+\.?)\b')



File: 1262227191706.png -(48565 B, 289x217) Thumbnail displayed, click the ling for full size.
48565 No.201764   [Reply]

Hello /scx/

I need some help with hacking Facebook. I've already tried phishing, it didn't work out.

I need to learn myself, I cannot give out the email (username) of the person I am trying to hack.

-Anonymous



File: 54k_emails.7z -(389745 B, 0x0) Thumbnail displayed, click the ling for full size.
No.191415   [Reply]

I figured out regex in perl and combined it with some google-fu to harvest emails, I am by no means a spammer, but if anyone every wants to get a message out mass-emailing is probably the fastest way to do it.

So /scx/, what have you done today?

(File related, I thought I'd share the bounty, it's 54,000 email addresses.)

2 posts omitted. Click Reply to view.
>> No.199422  
File: 1261695553262.jpg -(82867 B, 1003x485) Thumbnail displayed, click the ling for full size.
82867

Gents, I'm a complete faggot who knows nothing of any consequence regarding exploits.

Can somebody clarify if this is a troll or shit can be done?

>> No.200296  

>>199422
I dont think so, but since I am a newfag,I leave it to oldfags to tell

>> No.201684  

>>191415

sauce on source?



File: 1262123376382.jpg -(109599 B, 1024x768) Thumbnail displayed, click the ling for full size.
109599 No.201240   [Reply]

ITT: we compare and contrast programming/scripting languages.

C (C++, C#) vs. Java vs. BASIC (VB) vs. Assembly vs. other (specify)
python vs. Perl vs. ruby vs. other (you catch my drift with the "other"?)
PHP vs. ASP vs. JSP
HTML vs. XML
Vbscript vs. Javascript vs. Ajax
Dos (batch/CMD) vs. Unix (shell/bash)
(and for anyone who cares)lolcode vs. other

discuss.
Pic sorta related

>> No.201258  

C and java both have their upsides. C uses the CPU more wisely, but if i program something for windows in C, it wont work on linux or any other OS, without an emulator or totally rewriting the code for the different platforms. But with java, it runs the same on any platform, so there is no porting from different OS's. It just makes things simple.

>> No.201263  

>>201240
OP here,
And no fanboyism plz. If your gonna say "Java and Visual Basic r for pussies lrn2C++", then you might as well just admit your a newfag and dont know what your talking about.

>> No.201677  

java vs. c/c++ vs. asm
If you read the wiki on java, it says a lot of its syntax is derived from c/c++, but like another said java is platform independent. they are basically the same. asm trumps all languages because it is on a lower level.

perl vs. python vs. ruby

perl or ruby because it doesnt have retarded fucking indenting. ruby is in dev by some japanese people, wouldnt trust it.

php vs. html vs. xml vs. asp vs. javascript

if you learn one, you kinda have to learn the others. essentials are php, javascript, html, xml, and mysql. everything else is optional. websites have to use all of these so make their site actually function well, so you must learn all or none.

dos vs. bash vs. whatever else

tl;dr. lick ling to view the boring shit.


File: 1262125866888.jpg -(29189 B, 632x499) Thumbnail displayed, click the ling for full size.
29189 No.201267   [Reply]

sup /SCX/ I'm a newfag here so I don't know anything about programing, scripts and exploits so I want to learn. what I wish you would give me is a program that accepts that language (c++) for testing and learning

>> No.201269  

Google is your friend.



File: 1261571739249.jpg -(30231 B, 300x400) Thumbnail displayed, click the ling for full size.
30231 No.198969   [Reply]

I gots a WEP handshake, most dictionaries I've found are too primitive or far out.

What do you think a fairly decent dictionary should be made of? Most unnerdy people I've seen use something like their name with a couple of numbers at the end or some letters in 1337. I could write a script for generating such a dictionary but this idea of mine must be as unique as a face of a retard.

Oh, and rainbow tables don't do much since the essid is not a standard one.

1 posts omitted. Click Reply to view.
>> No.200729  

>>199283
but why would there be a round hole in the side? that doesn't even make sense

>> No.200796  

well the box is being operated by a wimmen
maybe she was dump enough to but the box on it's side.
I suspect the hole might be for crapping and peeing.

the wimmen is obviously doing it wrong

>> No.201164  
File: 1262112617011.jpg -(50298 B, 800x492) Thumbnail displayed, click the ling for full size.
50298

Wimminz always doing it wrong



File: 1261301959269.jpg -(33200 B, 422x337) Thumbnail displayed, click the ling for full size.
33200 No.197502   [Reply]

would a web browser programmed in perl be a bad idea, anon? any ideas on where to start?

tits for your troubles.

3 posts omitted. Click Reply to view.
>> No.199336  

>>199115

↑ this

>> No.199798  

slow. But well..

>> No.200300  

>>199115

I started learning python,I am surprised how easy it is.



Delete Post []
Password
Previous [0] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]