Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

sage

Name: sage 2011-11-27 1:58

Can someone give me an example of how to post here using python?

Name: Anonymous 2011-11-27 19:25

no

Name: Anonymous 2011-11-28 18:31

lol

Name: Anonymous 2011-11-28 18:53

Yes, but I won't lol.

Name: Anonymous 2011-11-28 19:08

amidoinitright?
import urllib
import urllib2
lolname = input("Name ")
lolemail = input("E-mail ")
lolsubject = input("Subject ")
lolcomment = input("Comment ")
lolcaptcha = input("Captcha hash ")
lolpwd = input("Password ")
lolmode = regist
url = 'http://sys.4chan.org/g/post'
values = {'MAX_FILE_SIZE' : '3145728',
          'name' : 'lolname',
          'email' : 'lolemail',
          'sub' : 'lolsubject',
          'com' : 'lolcomment',
          'recaptcha_challenge_field' : 'manual_challenge',
          'pwd' : 'lolpwd',
          'mode' : 'lolmode',}

data = urllib.urlencode(values)
req = urllib2.Request(url, data)
response = urllib2.urlopen(req)
the_page = response.read()

Name: Anonymous 2011-11-28 19:27

>>5
That reminds how I have been trying to make boolean networks and hyperbolic tangent networks to converge into a ReCaptcha solver, ever since the imageboards got the captcha.
I even invented my own set of CPU instructions and tried using genetic algorithms to evolve a program that solves it.

They never work, even if they solve the training set perfectly, everything else is utter nonsense.
And I'm not going to solve 10 thousand example captchas just to give the program something to train on.

Anywhere I can download a huge list of ReCaptchas and their solutions?

Name: Anonymous 2011-11-28 19:31


require 'uri'
require 'net/http'
Net::HTTP.post_form(URI('http://dis.4chan.org/post'),
  bbs: 'prog,
  id: '1322377139',
  shiichan: 'proper',
  email: "'",
  kotehan: 'VIPPER',
  meiru: 'sage'
)

Name: Anonymous 2011-11-28 20:29

inb4 spam

Name: Anonymous 2011-11-28 20:47

>>5
import urllib
import urllib2

and i thought FIOC was the worst thing about python

Name: Anonymous 2011-11-28 20:50

>>9
zipWith3

Name: Anonymous 2011-11-28 21:02

>>5
'lol'

Just because you're posting on a 4chan site, does not mean you have to behave/write like a 12 year old, 'brah'.

Go back to /g/ to learn how to avoid being a retard, and return once you have learned.

Name: Anonymous 2011-11-28 21:39

>>11
:3

Name: Anonymous 2011-11-29 2:07

QUALITY THREAD

Name: VIPPER 2011-11-29 3:34

BLUE NAME FOR VIPPER ONLY

Name: Anonymous 2011-11-29 18:42

wat

Name: Anonymous 2011-11-30 0:04

wheat

Name: Anonymous 2011-11-30 2:50

meat

Name: Anonymous 2011-11-30 3:20

Just wrap your code around tags and your good to go! See:



f = lambda x: x and (x-1 and x-2 and f(x-1) + f(x-2) or 1)
print f(int(1337))



results in

f = lambda x: x and (x-1 and x-2 and f(x-1) + f(x-2) or 1)
print f(int(1337))

Name: Anonymous 2011-11-30 3:21

>>18
fuck, it failed

Name: F r o z e n V o i d !!mJCwdV5J0Xy2A21 2011-11-30 3:31

a=tag('blockquote');abl=a.length;
for(var i=0;i<abl;i++){
if(a[i]&& a[i].innerHTML.search(postfilter)==-1){
if(FORCE_MONOSPACE){a[i].innerHTML="<code>"+a[i].innerHTML+"</code>"}
sa(a[i],"style","display:block");}else{
a[i].parentNode.innerHTML+='[Post filtered:'+(SHOW_FILTERED_SIZE?a[i].textContent.length+' bytes]':']')
//view Selection source for hidden comments
}}

Name: Anonymous 2011-11-30 9:13

>>22
nice dubs bro

Name: Anonymous 2011-11-30 9:28

>>21
thanks

Name: Anonymous 2011-12-02 5:12

sage

Don't change these.
Name: Email:
Entire Thread Thread List