Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Locked thread
Matoi Ryuko


Post some words about some things or something that happened or whatever, just post it!!

Adbot
ADBOT LOVES YOU

Matoi Ryuko


Post some cats or something!!

Matoi Ryuko


cruft

This thread is extremely my poo poo.

cruft

Matoi Ryuko


cruft posted:

This thread is extremely my poo poo.

cruft

cruft

blaise rascal

"Duke, Duke, Duke, Duke of Pearl...."
I have no bad feelings toward any byob posters and I think a lot of people here are very cool!

cruft

cruft


cruft

code:
#! /bin/sh

fetch () {
	curl --cookie cookies.txt \
		--output $1 \
		--proxy socks5h://localhost:9999/ \
		"$2"
}

while read threadid; do
	mkdir -p threads/$threadid
	fetch threads/$threadid/1.html \
		"http://forums.somethingawful.com/showthread.php?threadid=$threadid"

	pages=$(awk -F '[> ]' '/Last page/ {print $(NF-4); exit;}' threads/$threadid/1.html)
	echo $threadid: $pages pages
	sleep 3

	if [ -z $pages ]; then
		continue
	fi

	for page in $(seq 2 $pages); do
		fetch threads/$threadid/$page.html \
			"http://forums.somethingawful.com/showthread.php?threadid=$threadid&pagenumber=$page"
		sleep 2
	done
done < threadids.txt

Matoi Ryuko


dopepope posted:

I have no bad feelings toward any byob posters and I think a lot of people here are very cool!

cruft

Matoi Ryuko


cruft

[color="aqua"]Hello[/color] [color="olive"]Matoi[/color] [color="navy"]Ryuko[/color]

cruft

cruft posted:

[color="aqua"]Hello[/color] [color="olive"]Matoi[/color] [color="navy"]Ryuko[/color]

:(

cruft

[size="x-large"]Hello[/size] [size="medium"]Matoi[/size] [size="x-small"]Ryuko[/size]

cruft

cruft posted:

[size="x-large"]Hello[/size] [size="medium"]Matoi[/size] [size="x-small"]Ryuko[/size]

what the hell.

cruft

oh :(

GATOS Y VATOS


https://www.youtube.com/watch?v=nNHsA4WIFvc

:toot:

cruft

Hello Matoi Ryuko

blaise rascal

"Duke, Duke, Duke, Duke of Pearl...."
cool magic the gathering deck

http://tappedout.net/mtg-decks/pain-has-an-element-of-blank/

cruft

Edward by the grace of God King of England, lord of Ireland and duke of Aquitaine sends greetings to all to whom the present letters come. We have inspected the great charter of the lord Henry, late King of England, our father, concerning the liberties of England in these words:

Henry by the grace of God King of England, lord of Ireland, duke of Normandy and Aquitaine and count of Anjou sends greetings to his archbishops, bishops, abbots, priors, earls, barons, sheriffs, reeves, ministers and all his bailiffs and faithful men inspecting the present charter. Know that we, at the prompting of God and for the health of our soul and the souls of our ancestors and successors, for the glory of holy Church and the improvement of our realm, freely and out of our good will have given and granted to the archbishops, bishops, abbots, priors, earls, barons and all of our realm these liberties written below to hold in our realm of England in perpetuity.

blaise rascal

"Duke, Duke, Duke, Duke of Pearl...."
this is a deck I made!!

http://tappedout.net/mtg-decks/prayer-and-contemplation-1/

cruft

code:
#! /usr/bin/python

import sys
import random

decors = ['b', 'u', 'i', 's', 'super', 'sub', 'fixed']

for line in sys.stdin:
	words = line.split()
	out = []
	for word in words:
		decor = random.choice(decors)
		out.append('[%s]%s[/%s]' % (decor, word, decor))
	print(' '.join(out))

Matoi Ryuko


cruft posted:

Hello Matoi Ryuko

Hello, cruft.

GODSPEED JOHN GLENN


I put my thumb up my bum and shut one eye, and my thumb blotted out the planet Earth.


post.....and I'm spent

bird.

i love threads where i can just hang out, chilll, be myself. they arent bad.

mags
Probation
Can't post for 3 days!
is

mags
Probation
Can't post for 3 days!
this

mags
Probation
Can't post for 3 days!
the

mags
Probation
Can't post for 3 days!
real

mags
Probation
Can't post for 3 days!
life?

cuntman.net


what does it do

mags
Probation
Can't post for 3 days!
is

mags
Probation
Can't post for 3 days!
this

mags
Probation
Can't post for 3 days!
just

cruft

Sleepy Owl posted:

what does it do

it lets everybody know the bearer is a big huge nerd.

Adbot
ADBOT LOVES YOU

mags
Probation
Can't post for 3 days!
fantasy?

  • Locked thread