
@MOSQUITO FIGHTER
You did that intentionally, didn't you.

Individually, the two pictures aren't that freaky. At least to me.
but combined, they create an unholy abomination

Thanks for evoking my fear of aquatic monsters. Now I remember why I also have a bit of a fear of open water...MOSQUITO FIGHTER wrote:[images of scary fish]
RegalSin wrote:Wait a minute, everything else is better then an aerodactyle, with a man face on it.
Whats so scary about that? It's so polite, stepping out of the way and all.Ruldra wrote:
BryanM wrote:You're trapped in a haunted house. There's a ghost. It wants to eat your friends and have sex with your cat. When forced to decide between the lives of your friends and the chastity of your kitty, you choose the cat.
Code: Select all
#!/usr/bin/env ruby1.9.1
# Copyright (C) 2013 Alex Marshall "trap15" <trap15@raidenii.net>
require_relative 'x86.rb'
def m86k_get_regs()
return x86_get_regs()
end
def m86k_convert_insn(insn, op)
x86_convert_insn(insn, op)
end
OPTYPE_NONE = 0
OPTYPE_NUM = 1
OPTYPE_REG = 2
OPTYPE_DISP = 3
OPTYPE_PHRASE = 4
OPTYPE_POSTINC = 5
OPTYPE_POSTDEC = 6
OPTYPE_PREINC = 7
OPTYPE_PREDEC = 8
OPTYPE_ADDR = 9
OPTYPE_UNK = -1
class Operand
attr_accessor :type, :val, :reg, :reg2, :addr
def initialize
@type = OPTYPE_NONE
@val = ""
@reg = ""
@reg2 = ""
end
end
def structifyOperand(op)
oper = Operand.new
if /^#.+/.match(op)
oper.type = OPTYPE_NUM
/^#(?<val>.+)$/ =~ op
oper.val = val
elsif /^\([a-zA-Z0-9]+\)\+$/.match(op)
oper.type = OPTYPE_POSTINC
/^\((?<reg>[a-zA-Z0-9]+)\)\+$/ =~ op
oper.reg = reg
elsif /^\([a-zA-Z0-9]+\)\-$/.match(op)
oper.type = OPTYPE_POSTDEC
/^\((?<reg>[a-zA-Z0-9]+)\)\-$/ =~ op
oper.reg = reg
elsif /^\+\([a-zA-Z0-9]+\)$/.match(op)
oper.type = OPTYPE_PREINC
/^\+\((?<reg>[a-zA-Z0-9]+)\)$/ =~ op
oper.reg = reg
elsif /^\-\([a-zA-Z0-9]+\)$/.match(op)
oper.type = OPTYPE_PREDEC
/^\-\((?<reg>[a-zA-Z0-9]+)\)$/ =~ op
oper.reg = reg
elsif /^.*\([a-zA-Z0-9]+,\s*[a-zA-Z0-9]+\)$/.match(op)
oper.type = OPTYPE_DISP
/^(?<num>.*)\((?<reg>[a-zA-Z0-9]+),\s*(?<reg2>[a-zA-Z0-9]+)\)$/ =~ op
oper.val = num
oper.reg = reg
oper.reg2 = reg2
elsif /^\([a-zA-Z0-9]+,\s*[a-zA-Z0-9]+\)$/.match(op)
oper.type = OPTYPE_PHRASE
/^\((?<reg>[a-zA-Z0-9]+),\s*(?<reg2>[a-zA-Z0-9]+)\)$/ =~ op
oper.val = "0"
oper.reg = reg
oper.reg2 = reg2
elsif /^.*\(.+\)$/.match(op)
oper.type = OPTYPE_DISP
/^(?<num>.*)\((?<val>.+)\)$/ =~ op
if num == "" and m86k_get_regs().rindex(val) == nil
oper.type = OPTYPE_ADDR
oper.val = val
elsif num == ""
oper.val = "0"
oper.reg = val
else
oper.val = num
oper.reg = val
end
else
if m86k_get_regs().rindex(op) != nil
oper.type = OPTYPE_REG
oper.reg = op
else
oper.type = OPTYPE_UNK
oper.val = op
end
end
return oper
end
def rewriteInsn(insn, ops)
# Default width is word
if insn[-2] != '.'
insn += ".W"
end
puts insn
for i in ops
puts i
end
opers = Array.new
for i in ops
opers.push structifyOperand(i)
end
line = m86k_convert_insn(insn, opers)
return line
end
def parseLine(line)
/^(?<pfx>.*:)?\s*(?<insn>[a-zA-Z\.]+)\s+(?<ops>.+)$/ =~ line
opers = ops.scan(/(?:\(.*?\)|[^,])+/)
for i in opers
i.gsub!(/ /,"")
end
return pfx, insn, opers
end
def rewriteLine(line)
pfx, insn, ops = parseLine(line)
insn.upcase!
return pfx + " " + rewriteInsn(insn, ops)
end
I clicked on the link but scrolled down quickly to read the description:MOSQUITO FIGHTER wrote:Russian Dog Experiment - Living without a body!
Yeeeeah...not watching that. I have a weak stomach for those things...Russian scientists detach a dogs head for the purpose of testing and research artificial life support in pre-soviet republic. The dog is awakened in this video after having it's head surgically severed and is experimented on to determine if the animal is lucid, and to document the technology in this film reel
I thought this had been discounted as fake. In the middle of the Cold War, the Soviets would have no problem cooking up something like this with some stage magic and edits to make it appear real. That dog was at most sedated, and whole.MOSQUITO FIGHTER wrote:Very upsetting footage of dog head transplants. Gruesome, but it paved the way for organ transplants.
Demikhov
Russian Dog Experiment - Living without a body!
What do you mean? Why?system11 wrote:I hope I won't have to lock this thread.
BryanM wrote:You're trapped in a haunted house. There's a ghost. It wants to eat your friends and have sex with your cat. When forced to decide between the lives of your friends and the chastity of your kitty, you choose the cat.
The potential for idiots posting things they shouldn't.Lord Satori wrote:What do you mean? Why?system11 wrote:I hope I won't have to lock this thread.
He means boobs.system11 wrote:The potential for idiots posting things they shouldn't.Lord Satori wrote:What do you mean? Why?system11 wrote:I hope I won't have to lock this thread.
BIL wrote: "Small sack, LOTS OF CUM" - Nikola Tesla
mosquito fighter has consistently won in this threaddrauch wrote:I think mosquito fighter wins. Pinky donut seems quite enthralling.
Didn't even notice! Yep, that scene in Xtro has always stuck out for me. From what I remember, most of the movie is kind of a dud. But man, that poster...Ruldra wrote:
BIL wrote: "Small sack, LOTS OF CUM" - Nikola Tesla
That dude is scarier than the spider crab.system11 wrote: