Search found 198 matches

by rokit boy
Thu Nov 01, 2012 12:14 pm
Forum: Support and Development
Topic: LUBE problem
Replies: 3
Views: 2326

Re: LUBE problem

26 hour bump. SORRY

EDIT: 29 hours now, PLEASE HELP.
by rokit boy
Wed Oct 31, 2012 10:21 pm
Forum: Support and Development
Topic: LUBE problem
Replies: 3
Views: 2326

LUBE problem

this is my main.lua for both client and server: CLIENT require "class" require "LUBE" function onReceive(data) print("HELO") end client = lube.client() client:setHandshake("Hi!") client:setCallback(onReceive) client:connect("127.0.0.1", 1234) functio...
by rokit boy
Wed Oct 31, 2012 8:36 pm
Forum: Libraries and Tools
Topic: Whisper
Replies: 41
Views: 16006

Re: Whisper

This is amazing, can you write up a tutorial for TCP? Because it's pretty amazing.
by rokit boy
Wed Oct 31, 2012 3:34 pm
Forum: Support and Development
Topic: either a socket.http problem or string.find problem
Replies: 3
Views: 1815

either a socket.http problem or string.find problem

heres part of my code: b, c, h = http.request("http://www.google.com/") function love.draw() if string.find(table.concat(explode("\r",table.concat(explode("\n",b:lower())))),string.lower([[<div id="pocs" style="display: none; position: absolute; "><d...
by rokit boy
Wed Oct 31, 2012 3:36 am
Forum: Support and Development
Topic: any way to connect to a website and get the html of it?
Replies: 2
Views: 1447

Re: any way to connect to a website and get the html of it?

josefnpat wrote:Take a look at luasocket's socket.http
i've had a skim through but i cant find how to get the source

EDIT: FOUND IT!! thank you jose i give you a cookie
by rokit boy
Wed Oct 31, 2012 2:37 am
Forum: Libraries and Tools
Topic: Whisper
Replies: 41
Views: 16006

Re: Whisper

awesome! join now, to talk to awesome people!
by rokit boy
Wed Oct 31, 2012 12:55 am
Forum: Support and Development
Topic: any way to connect to a website and get the html of it?
Replies: 2
Views: 1447

any way to connect to a website and get the html of it?

is there any way to type the url and connect and get the HTML?
because i saw it in java and computercraft mod for minecraft and it seemed pretty useful
by rokit boy
Wed Oct 31, 2012 12:02 am
Forum: General
Topic: LOVEFEST III: REVENGE OF THE FEST (THEME: CHANCE)
Replies: 82
Views: 28155

Re: LOVEFEST III: REVENGE OF THE FEST (THEME: CHANCE)

dammit canvases are allowed, thanks, i can't play half the games.
by rokit boy
Tue Oct 30, 2012 11:20 pm
Forum: Support and Development
Topic: a way to overwrite a color
Replies: 12
Views: 4024

Re: a way to overwrite a color

Thanks for guiding me to stencils! it worked!
special thanks to boolshet on irc!