apeiros changed the topic of #ruby to: Ruby 2.1.0; 2.0.0-p353; 1.9.3-p484: http://ruby-lang.org || Paste >3 lines of text on http://gist.github.com || this channel is logged at http://irclog.whitequark.org, other public logging is prohibited
gilest has quit [Ping timeout: 265 seconds]
Beoran has joined #ruby
<RubyPanther> hastebin lol
<bobdobbs> I guess I'd like a little help understanding the the ':thing' syntax
bricker has joined #ruby
<RubyPanther> I would never go there, it sounds like the sort of place goats would live
<pontiki> bobdobbs: that is a database migration
billy_ran_away has quit [Ping timeout: 260 seconds]
iliketurtles has joined #ruby
kewubenduben has joined #ruby
mlpinit has quit [Remote host closed the connection]
<pontiki> what's going on there is that when you run the migration, it creates a table in your database called "products" with the various fields as shown
<RubyPanther> bobdobbs: a :symbol is like a string, but that is only used inside the code, as a code identifier. Which is to say it is not data.
<bobdobbs> ok
<mwmnj> RubyPanther: Ok, I am coming from python and am just wondering if there is any version fragmentation for ruby as with python 2.7 and python 3
Notte has joined #ruby
Notte has quit [Client Quit]
enebo has quit [Quit: enebo]
<dorei> so, it's time to upgrade from 1.9.3 to 2.1 ?
<RubyPanther> mwmnj: No. 1.8 is dead and buried, everything is 1.9+ and it is all basically the same
<lagweezle> mwmnj: Sort of, but it is not anywhere NEAR a problem. <3
<lagweezle> Er, near as bad of ap roblem...?
<bobdobbs> pontiki: yeah, from looking at it, I intuitively pick up that a database is being defined.
<aloitius_> mwnj: It's nowhere near the 2.7 and 3 gap in Python.
<RubyPanther> unless you're forking and then you want 2.0+ so that you have COWs
<bobdobbs> what is happening on line 8 ?
<mwmnj> Ok cool, thanks
jonahR has quit [Quit: jonahR]
<lagweezle> COWs?
<pontiki> bobdobbs: it's defining a numeric or decimal data type, where the data can by 8 places long, 2 of which are actual decimal places (cents in this case)
<lagweezle> Copy on Write?
dik_dak has joined #ruby
poguez_ has joined #ruby
<pontiki> can be*
kevind has quit [Quit: kevind]
<aloitius_> OK, I'm parsing incoming data that has field names set up by users, like "(A&W) Rootbeer", and I need to change them into XML-acceptable element names. There must be a way to do this already, right? (Currently, I'm replacing the suspect characters with "_xNNNN_" using gsub!. Heh)
<pontiki> bobdobbs: "precision: 8" can also be written as ":precision => 8"
benlieb has joined #ruby
billy_ran_away has joined #ruby
vlad_starkov has joined #ruby
nanoyak has quit [Quit: Computer has gone to sleep.]
yfeldblum has joined #ruby
cpruitt has joined #ruby
KarolisNo has joined #ruby
<bobdobbs> pontiki: what is the data type of "t.decimal" ?
<benzrf|afk> pontiki: whatcha think of the code
jellosea has joined #ruby
<jellosea> how can i run a system command and have it display the stdout in reatime?
vlad_starkov has quit [Read error: Connection reset by peer]
leonid_ has quit [Ping timeout: 248 seconds]
<jellosea> i'm using %x to run the shell command
<jellosea> i tried redirecting stdout to stderr but that doesn't seem to work for everything
<pontiki> bobdobbs: it depens on the underlying database system
<pontiki> benzrf|afk: less interesting than i thought it would be
Vivekananda has joined #ruby
<benzrf|afk> :3
<benzrf|afk> always a compliment
<pontiki> yus
<benzrf|afk> shows that your solution was the simplest, most obvious one
<benzrf|afk> :D
<pontiki> jellosea: take a look at the Open3 stdlib
<soahccc> okay now I have overloaded my brain with a youtube video from the MIT… Need some serious trash TV now!
gilest has joined #ruby
<bobdobbs> pontiki: thanks
zigomir has quit [Read error: Connection reset by peer]
jhass|off is now known as jhass
mjs2600 has joined #ruby
KarolisNo has quit [Ping timeout: 265 seconds]
<jellosea> pontiki: i want to just pass a string as the command since i already have it formatted like that
Salve has quit [Remote host closed the connection]
<pontiki> there are several options
Salve has joined #ruby
yarou has joined #ruby
angusiguess has joined #ruby
zz_karupanerura is now known as karupanerura
pel_daniel has left #ruby [#ruby]
alexherbo2 has joined #ruby
aspires has quit []
KarolisNo has joined #ruby
karupanerura is now known as zz_karupanerura
<bobdobbs> soahccc: if you insist: https://www.youtube.com/watch?v=TxvHZys0RXg
meatherly has joined #ruby
thesheff17 has quit [Ping timeout: 260 seconds]
cpruitt has quit [Quit: cpruitt]
mjs2600 has quit [Ping timeout: 264 seconds]
Salve has quit [Ping timeout: 264 seconds]
predator217 has joined #ruby
gilest has quit [Quit: Leaving...]
<RubyPanther> soahccc: MVC Public Service Announcement #4 - Staying RESTful https://www.youtube.com/watch?v=p30dcETXwD4
angusiguess has quit [Ping timeout: 272 seconds]
zeade has quit [Quit: Leaving.]
zigomir has joined #ruby
_maes_ has quit [Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org]
Olipro has quit [Ping timeout: 246 seconds]
Mousse_ has quit [Remote host closed the connection]
KarolisNo has quit [Ping timeout: 272 seconds]
Deele has quit [Ping timeout: 260 seconds]
<RubyPanther> What can be more "trash tv" than "your mom" jokes with HTTP status codes?
<bobdobbs> pontiki: oh yeah... another thing about that code snippet:
habanany has joined #ruby
<bobdobbs> pontiki: why would you define your migrations in a class? Rather then, say, just a function?
predator117 has quit [Ping timeout: 272 seconds]
thams has quit [Quit: thams]
Kricir has quit [Remote host closed the connection]
<RubyPanther> You don't want to instantiate old changes just to call new changes
gilest has joined #ruby
<bobdobbs> hmmm
Mousse_ has joined #ruby
koell has quit [Quit: So say we all!]
mwmnj has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
koell has joined #ruby
gilest has quit [Client Quit]
gilest has joined #ruby
mehlah_ has joined #ruby
gilest has quit [Client Quit]
gilest has joined #ruby
kenneth_ has joined #ruby
pigzzcanfly has quit [Remote host closed the connection]
gilest has quit [Client Quit]
gilest has joined #ruby
<banister> bobdobbs than* (not then)
<dorei> "I'd tell you a UDP joke, but you may not get it" :D
<bobdobbs> banister: oh damn.
* bobdobbs hangs head in shame
mjs2600 has joined #ruby
tanema has joined #ruby
mehlah has quit [Ping timeout: 264 seconds]
zigomir has quit [Read error: Connection reset by peer]
nateberkopec has quit [Quit: Leaving...]
Guest53102 is now known as ageis
soheil has quit [Remote host closed the connection]
msmith has joined #ruby
mehlah has joined #ruby
zigomir has joined #ruby
Lightstalker has quit [Ping timeout: 260 seconds]
dorei has quit []
Kricir has joined #ruby
mehlah- has joined #ruby
frem has quit [Quit: Connection closed for inactivity]
mehlah_ has quit [Ping timeout: 252 seconds]
Guest18602 has quit [Quit: Konversation terminated!]
srji_ has joined #ruby
* shevy draws his katana and quickly beheads bobdobbs
dubsteph has joined #ruby
mary5030 has joined #ruby
benzrf|afk has quit [Ping timeout: 272 seconds]
x77686d has quit [Quit: x77686d]
Burgestrand has quit [Quit: Burgestrand]
mehlah has quit [Ping timeout: 260 seconds]
derek_c has joined #ruby
nonnatus has joined #ruby
srji has quit [Ping timeout: 252 seconds]
SCommette has joined #ruby
* bobdobbs picks head up from floor. looks for superglue
* Jason pokes bobdobbs
tcopp has joined #ruby
msmith has quit [Remote host closed the connection]
shime_ has quit [Quit: leaving]
habanany has quit [Ping timeout: 252 seconds]
Lightstalker has joined #ruby
klaut has joined #ruby
agjacome has quit [Quit: leaving]
dubsteph has quit [Ping timeout: 265 seconds]
habanany has joined #ruby
mary5030 has quit [Remote host closed the connection]
mehlah has joined #ruby
aloitius_ has quit [Quit: Page closed]
mary5030 has joined #ruby
zigomir has quit [Read error: Connection reset by peer]
Giorgio has quit [Read error: Operation timed out]
mehlah- has quit [Ping timeout: 245 seconds]
tcopp has quit [Ping timeout: 252 seconds]
jackal_ has joined #ruby
<jackal_> hello world
jackal_ is now known as Guest62783
Lightstalker has quit [Ping timeout: 264 seconds]
milhite has joined #ruby
<Guest62783> anyone able to answer a quick gets question
Lightstalker has joined #ruby
recurrence has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
disposable2 has quit [Quit: leaving]
zigomir has joined #ruby
SHyx0rmZ has quit [Quit: ネウロイを負かさなきゃならないね]
agent_white has joined #ruby
virtualize has joined #ruby
<pontiki> p.much everyone
<Guest62783> im having trouble appending to an array
<Guest62783> basically i have a damage = gets.to_i , but i want it to not accept if damage is a String
fedesilva has joined #ruby
<Guest62783> using an unless statement with damage.is_a?(Integer)
<pontiki> what do you want it to do?
<Guest62783> i want to create an array, the problem is for some reason it is not appending, it is overwriting
<Guest62783> im using array << damage
<pontiki> paste code
<Guest62783> its very short so im going to write it in, ive been messin with it so give me a min to fix it up
<RubyPanther> damage = Integer(gets)
<Guest62783> ill use semi colon to seperate lines
<RubyPanther> That will cast to an int, or raise an exception
bricker has quit [Quit: leaving]
<Guest62783> oh cool, i like that panther, how could i use a clause to not raise an error if it is not an integer
<Guest62783> i am not experianced in doing exceptions yet
charliesome has joined #ruby
<RubyPanther> damage = Integer(gets) rescue nil # but haters will hate it
<Guest62783> ok great thank you panther i will try it
<Guest62783> use the # to set a statement after it?
lmickh has quit [Remote host closed the connection]
<RubyPanther> # is a comment
<Guest62783> lol oh yeah
<Guest62783> obviously im not the brightest
nonnatus has quit [Ping timeout: 264 seconds]
<RubyPanther> That's okay, Ruby is easy
<Guest62783> can i do a rescue with a "Only accepts integers" message
<Guest62783> for the user
yasushi has joined #ruby
<RubyPanther> Then you want to look up how to do a full rescue block
chipotle has quit [Read error: Connection reset by peer]
<Guest62783> ok great
<Guest62783> what is the dif between a rescue and an exception
<Guest62783> or rather, can you point me to some good reading on error handling
<Guest62783> somethin simple
<RubyPanther> exception is what blows up, rescue catches it and saves you
<Guest62783> ah ok
chipotle has joined #ruby
dingus_khan has quit [Remote host closed the connection]
kcombs has quit [Remote host closed the connection]
Lightstalker has quit [Ping timeout: 260 seconds]
monkegjinni has joined #ruby
<Guest62783> great thanks panther
<Guest62783> the errors is what im stuck on
<Guest62783> thank you, this is EXACTLY what i have been looking for
Lightstalker has joined #ruby
<RubyPanther> Guest62783: You should read that whole book, it is the old version of the "Ruby Pickaxe" for free :) You can also a buy an updated version.
yasushi has quit [Ping timeout: 252 seconds]
zigomir has quit [Remote host closed the connection]
<Guest62783> i just finished reading poignant guide(which has a great beginning, not so great middle/end) working through the well grounded rubyist right now
mercwithamouth has quit [Ping timeout: 252 seconds]
Astralum has quit [Ping timeout: 252 seconds]
zigomir has joined #ruby
nonnatus has joined #ruby
mlpinit has joined #ruby
philcrissman has quit [Remote host closed the connection]
<Guest62783> would you suggest pickaxe over well grounded for me at this intermediate phase
pietr0 has quit [Quit: pietr0]
billy_ran_away has quit [Max SendQ exceeded]
billy_ran_away has joined #ruby
blackmesa has quit [Read error: Operation timed out]
carif has joined #ruby
mjs2600 has quit [Remote host closed the connection]
<RubyPanther> Guest62783: I recommend poignant -> pickaxe -> well grounded
monkegjinni has quit [Ping timeout: 252 seconds]
<Guest62783> great thanks
<Guest62783> *-*-+
<RubyPanther> pickaxe is more about learning the language, and well grounded rubyist is more about writing good code
dx7 has quit [Remote host closed the connection]
mehlah has quit [Quit: Linkinus - http://linkinus.com]
<Guest62783> ok gotcha
dx7 has joined #ruby
klaut has quit [Remote host closed the connection]
virtualize has quit []
<Guest62783> 1 more question
virtualize has joined #ruby
timonv has joined #ruby
ultraflash3 has joined #ruby
zigomir has quit [Ping timeout: 251 seconds]
<Guest62783> i see that chomp makes my input of numbers strings, is there anything i can use to clean up input but leave it as Integers?
vlad_starkov has joined #ruby
mlpinit has quit [Ping timeout: 260 seconds]
Guest62783 is now known as your
tkuchiki has joined #ruby
your is now known as jackaljackaljack
<jackaljackaljack> l
habanany has quit [Ping timeout: 265 seconds]
mattmcclure has joined #ruby
jonah_k has quit [Remote host closed the connection]
danshultz has joined #ruby
robustus has quit [Ping timeout: 252 seconds]
vlad_starkov has quit [Read error: Connection reset by peer]
meatherly has quit [Remote host closed the connection]
dx7 has quit [Ping timeout: 265 seconds]
robustus has joined #ruby
<jackaljackaljack> as i see, chomp is a string method
bnagy_ is now known as bnagy
meatherly has joined #ruby
KarolisNo has joined #ruby
veduardo has joined #ruby
vt102 has quit [Ping timeout: 248 seconds]
ultraflash3 has quit [Ping timeout: 265 seconds]
timonv has quit [Ping timeout: 272 seconds]
veduardo has left #ruby [#ruby]
benzrf|afk has joined #ruby
pushpak has quit [Quit: Linkinus - http://linkinus.com]
dingus_khan has joined #ruby
meatherly has quit [Ping timeout: 252 seconds]
angusiguess has joined #ruby
KarolisNo has quit [Ping timeout: 272 seconds]
jackaljackaljack has quit [Quit: Leaving]
MplsGreg has joined #ruby
Lightstalker has quit [Ping timeout: 252 seconds]
benlieb has quit [Quit: benlieb]
razrunelord has quit []
snath has quit [Ping timeout: 272 seconds]
angusiguess has quit [Ping timeout: 252 seconds]
slowcon has joined #ruby
Lightstalker has joined #ruby
ephemerian has left #ruby [#ruby]
MplsGreg has quit [Ping timeout: 265 seconds]
IceyEC has quit [Quit: IceyEC]
Targen has joined #ruby
Sleepee has quit [Quit: Leaving]
Jake232 has joined #ruby
snath has joined #ruby
_mtr has joined #ruby
lethjakman has quit [Read error: Connection reset by peer]
dingus_khan has quit [Remote host closed the connection]
mercwithamouth has joined #ruby
vinny has joined #ruby
vinny is now known as veduardo
tyfighter has joined #ruby
Solnse has quit [Quit: Leaving.]
x77686d has joined #ruby
jackal__ has joined #ruby
<jackal__> hey again
<jackal__> im going nutso
veduardo has quit [Client Quit]
<jackal__> for some reason, every time i try to insert something into an array, it is setting the array to only that one item
<RubyPanther> tsk tsk
<jackal__> i have tried using array << item and now i am trying to use insert method
veduardo has joined #ruby
<jackal__> here is a screenshot of that portion of the code
MplsGreg has joined #ruby
<jackal__> its as if the array is being rewritten, or re-started or something
<RubyPanther> >> (arr = %w/ one two buckle shoe /)[3,0] = 'my' ; arr
<eval-in_> RubyPanther => ["one", "two", "buckle", "my", "shoe"] (https://eval.in/104415)
benzrf|afk has left #ruby [#ruby]
veduardo has quit [Client Quit]
veduardo has joined #ruby
<jackal__> huh
<jackal__> is it a problem with my scope??
<RubyPanther> a zero width slice insert :)
<jackal__> i am going nuts trying to figure this out haha
<pontiki> @damage_array_var should have scope throughout the instance
<RubyPanther> jackal__: don't screenshot, use gist.github.com or pastie.org
<jackal__> err, i know, it just seems like whatever it is should be super dooper simple
<jackal__> lol
<jackal__> if its not ill github it
trhodes_ has joined #ruby
<jackal__> this is really the only part of the program besides a simple menu
x77686d has quit [Client Quit]
<RubyPanther> jackal__: insert wants 2 arguments
<RubyPanther> position, value
<RubyPanther> if you just give it a position, it ignores you
estebistec has joined #ruby
<pontiki> i think you want append there
<pontiki> but << should have worked as well
<jackal__> i was using append pontiki, same results
<jackal__> ah append is different than << gotcha
trhodes has quit [Ping timeout: 245 seconds]
<pontiki> i think it is time to head into the REPL and debug it
<jackal__> i dont know how to do that
<jackal__> let me github it
<pontiki> and if you don't know pry yet, it's time to learn
<jackal__> if yall are willing to help me figure this out haha
<RubyPanther> .push and << are normal to add to the end
MplsGreg has quit [Ping timeout: 265 seconds]
<jackal__> ohh push good idea lemme try it
<jackal__> nope not working
<jackal__> ok github time
pranny has quit [Quit: Leaving.]
mgberlin has quit [Ping timeout: 260 seconds]
<pontiki> also, if you want calculate to return something interesting, you need something other than puts as the last thing, since that always returns nil
<RubyPanther> >> %w/ one two buckle my /.push( 'shoe')
<eval-in_> RubyPanther => ["one", "two", "buckle", "my", "shoe"] (https://eval.in/104416)
<jackal__> ok, well one thing at a time
<pontiki> also, also, you're always only going to be writing 999 to DAMAGEARRAYS.txt
angusiguess has joined #ruby
roolo has quit [Quit: Leaving...]
<jackal__> hm ok
<jackal__> cant get stupid github to work
<jackal__> sucks when your irritated nothing seems to go your way, hah cant find the screen to paste in code give me a minute thank you all soooo much for your help
gilest has quit [Remote host closed the connection]
InFlames has joined #ruby
milhite has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<pontiki> actually, i'm not even sure how that doesn't blow syntax errors
discord_ has joined #ruby
<discord_> getk.rb:21:in `main': undefined method `try' for main:Object (NoMethodError)
<pontiki> i never use while, but i'm pretty sure it takes a block
<jackal__> gotcha
<discord_> try{
<discord_> code
<discord_> }
Virtualize|away has joined #ruby
Lewix has joined #ruby
<discord_> catch(SQLexception{ }
<pontiki> this is fascinating
cantonic has quit [Quit: cantonic]
<discord_> why is try undefined
<pontiki> i think you're using the wrong language
<discord_> oh
randomnick_ has quit [Remote host closed the connection]
<discord_> doh
SCommette has quit [Quit: SCommette]
mgberlin has joined #ruby
Jason has left #ruby [#ruby]
virt|work has joined #ruby
<jackal__> okj
<jackal__> i got it working
<jackal__> lolol
<jackal__> all i had to do was take the append statement and the puts and move it above the if statement
<jackal__> does anyone know why that would be?
troyready has quit [Ping timeout: 252 seconds]
<RubyPanther> like pontiki said, puts returns nil
<jackal__> ok
prc has quit [Ping timeout: 252 seconds]
<jackal__> i didnt realize that the nil would cause all that chaos
<jackal__> thank you pontiki and panther i appreciate your time
<RubyPanther> normally you would have a return value by itself on the last line of a method, with or without the keyword return
cmoylan has quit [Read error: Operation timed out]
<RubyPanther> puts "returned foo" ; foo
sepp2k has quit [Read error: Connection reset by peer]
<jackal__> ok great thanks
gilest has joined #ruby
Virtualize|away has quit [Ping timeout: 252 seconds]
slowcon has quit [Quit: slowcon]
discord_ has quit [Remote host closed the connection]
<jackal__> would it be better to leave it at the end and use return or keep it in the beginning
<webgen> hey guys
<pontiki> well, what would be a whole lot better is to make sure your code is properly indented
<jackal__> nvm, even using return at the end is overwriting it
<webgen> can u please help me change the PATH ?
<pontiki> so you can see things like that easier
<jackal__> how do i do that pontiki
subbyyy has quit [Ping timeout: 260 seconds]
havenwood has joined #ruby
Lewix has quit [Ping timeout: 265 seconds]
<webgen> my ruby path points to the wrong directory and I dont know how to change it :(
<jackal__> r or where can i read about proper indentation
<pontiki> doesn't gedit have indentation rules?
tyfighter has quit [Quit: tyfighter]
<pontiki> i've never used it, but i thought it was pretty good
prc has joined #ruby
<jackal__> this is how its indenting for me
<pontiki> otherwise, get sublime text 2
<jackal__> ok cool
danshultz has quit [Remote host closed the connection]
veduardo has quit [Quit: WeeChat 0.4.1]
<jackal__> what is proper indentation? space or tab
<pontiki> space, always
<pontiki> tabs are evil
S0da has quit [Remote host closed the connection]
_mtr has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
danshultz has joined #ruby
<pontiki> the standard for ruby is 2 spaces per level
veduardo has joined #ruby
Lewix has joined #ruby
<jackal__> ok great thank you
<jackal__> no spacing for main level?
CaptainJet has quit []
<pontiki> and take a read through this: https://github.com/styleguide/ruby
<jackal__> great thanks
<webgen> does no one know how to change PATH ?
<pontiki> it is a style *guide* but it's good
<jackal__> i keep getting yelled at about my formatting so thank you, i needed a read to understand it
x77686d has joined #ruby
<pontiki> webgen: do you want to change it on your whole system, in all your personal shells, in a particular shell, inside ruby, where?
<pontiki> in bash, you say PATH=$PATH:/new/dir
korzybski has quit [Quit: korzybski]
<webgen> basically it points to the wrong directory
mneorr has quit [Remote host closed the connection]
<webgen> i want to delete that record and add a new one
Mousse_ has quit [Quit: Lingo - http://www.lingoirc.com]
<webgen> ruby -v doesnt work
<pontiki> well, now i am confused
mneorr has joined #ruby
<pontiki> because PATH doesn't have anything to do with records
nichtdiebohne1 has joined #ruby
<webgen> i mean i have a working ruby, its just terminal doesnt know its there
codeFiend has quit [Quit: codeFiend]
<pontiki> where is this working ruby?
<webgen> just a sek
mrsolo has joined #ruby
<pontiki> and if that is the case, you do like i said above
<pontiki> although the order should be reversed
<pontiki> PATH=/path/to/your/ruby/bin:$PATH
danshultz has quit [Ping timeout: 252 seconds]
<webgen> /home/webgen/.rvm/bin/rvm/
<webgen> inside there
<pontiki> if you are using rvm, you probably forgot to source the rvm script that sets up your environment variables.
larissa has quit [Quit: Leaving]
<pontiki> did you just install it?
<webgen> dunno i followed the tutorial
saarinen has joined #ruby
<webgen> i am doing it for 10 hours my brains spilling out
<jackal__> thank you all, i will clean my code up from now on :) appreciate the patience .. till next time CHEERS
nichtdiebohne has quit [Ping timeout: 252 seconds]
jackal__ has quit [Quit: Leaving]
rootshift_ is now known as rootshift
<pontiki> at the end of the rvm installation, it should have told you to source the rvm script
cantonic has joined #ruby
<webgen> i did update some env variables though
mrsolo has left #ruby [#ruby]
cantonic has quit [Client Quit]
milhite has joined #ruby
Hien has joined #ruby
<pontiki> you might be better of logging out of your shell and restarting it
freerobby has quit [Quit: Leaving.]
<webgen> look at the Ruby part
codezomb has quit [Ping timeout: 248 seconds]
axsuul has joined #ruby
lockweel has joined #ruby
Jetchisel has quit [Ping timeout: 256 seconds]
mneorr has quit [Ping timeout: 264 seconds]
mary5030 has quit [Remote host closed the connection]
yfeldblum has quit [Remote host closed the connection]
braincra- has joined #ruby
yfeldblum has joined #ruby
braincrash has quit [Read error: Operation timed out]
<webgen> source ~/.rvm/scripts/rvm
<webgen> there you were right it has to do something with the word script :D
<pontiki> bloody hell. 3 and half minutes
tcopp has joined #ruby
<pontiki> comcast i hate you
<webgen> also, which editor do you use? i installed netbeans and it doesnt even color text :\
<webgen> 3.5 mins for what ? :P
mlpinit has joined #ruby
yfeldblum has quit [Read error: Connection reset by peer]
prc has quit [Ping timeout: 265 seconds]
bthesorceror has joined #ruby
<pontiki> my connection keeps dropping out
<pontiki> emacs 24
<pontiki> but i've been using emacs since 18
slowcon has joined #ruby
Jetchisel has joined #ruby
<pontiki> i give high props to sublime text 2 these days
<pontiki> look as good at 24 you will not, subl
<pontiki> loads of rubyists also are hot in vim
Voodoofish430 has quit [Quit: Leaving.]
amclain has joined #ruby
mlpinit has quit [Ping timeout: 260 seconds]
<pontiki> for a ruby IDE, i think you can do a lot worse than RubyMine
mlpinit_ has joined #ruby
<pontiki> but i question whether one needs an IDE, especially if one is just learning
<pontiki> but that's also just personal opinion
[krisbulman|afk] is now known as krisbulman
vlad_starkov has joined #ruby
gilest has quit [Remote host closed the connection]
kennym has joined #ruby
<bnagy> st3 ftw
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<pontiki> i haven't looked at 3 at all
kennym_ has joined #ruby
<bnagy> couple of really nice things, you chould check it out
<bnagy> nothing earth shattering, just handy
<pontiki> i tried hard with 2, but switching between linux and osx and different kbd shortcuts made it way way too hard
zarul has quit [Remote host closed the connection]
<pontiki> things i use all the damn time
<pontiki> and i'd blow away work without thinking about it because my fingers are so damn hardwired
vlad_starkov has quit [Read error: Connection reset by peer]
MplsGreg has joined #ruby
virt|work has quit [Quit: Leaving...]
funburn has joined #ruby
<bnagy> yeah they definitely need to do something about that
<bnagy> I mean I accept having idiomatic keybindings, but maybe maintain a set of os independent bindings
<pontiki> the linux version follows the standards set by other visual editors and the other GUI things on linux
<bnagy> for freaks of nature like you ;)
<pontiki> it's funny. i was reading through the subl docs, they talk about customizing keybindings, get down to where they mention emacs, and read "what you doing here?"
kennym has quit [Ping timeout: 264 seconds]
<pontiki> ctrl-a for me is always going to be beginning of line, not select-all
axsuul has quit [Ping timeout: 252 seconds]
<pontiki> but on linux, that's what it is, idiomatically
Hobogrammer has joined #ruby
<nonnatus> Stupid newbie question, but what is the appeal of an IDE for Ruby? I still haven't gotten to a point where Vim wasn't convenient enough, and my teachers only used Sublime/Vim as well.
<pontiki> not a clue, actually
<pontiki> an RubyMine does have some things going for it, like when I have to dig deep through code that isn't mine, libraries, gems, and such
<pontiki> but i don't use it often
<pontiki> and generally end up just perusing it in emacs instead
<pontiki> i think it is nice sometimes to stay entirely in one window
TuxLyn has joined #ruby
<pontiki> i bounce between emacs and terminal windows and the browser
<pontiki> but i'd say my work style is a bit idiosyncratic as well
snuffeluffegus has joined #ruby
<TuxLyn> How do you check if there is string in a file ? I've tried If File.readlines(txt).grep(/id/) but its not working for me.
thomasxie has joined #ruby
<pontiki> that's how i'd do it...
<TuxLyn> I'm trying to check file for specific string then if not exists write it :)
<pontiki> well...
axsuul has joined #ruby
<bricker`LA> TuxLyn: try File.read(filepath).grep ...
<TuxLyn> ok
<pontiki> do you know that the string is there?
<bricker`LA> TuxLyn: Readlines returns an Enumerable
<bricker`LA> or an Array, I forget
<TuxLyn> oh ic :)
<pontiki> oh, i thought an array...
<TuxLyn> Yeah I'm just learning ruby :D
<bricker`LA> pontiki: yeah it is an Array
Shidash has joined #ruby
<TuxLyn> will try now thanks
Oog has joined #ruby
Oog has left #ruby [#ruby]
<TuxLyn> Yeah it still writes string again and again its like its not detecting that this same string already exists
Hobogrammer has quit [Ping timeout: 264 seconds]
<pontiki> grep works on an enum anyway
Oog has joined #ruby
<Oog> does break break out of a non iterative block
<bnagy> sounds more like a logic bug
<TuxLyn> one sec will show you in pastebin :)
<pontiki> include the input, TuxLyn
<bnagy> Oog: what's a non-iterative block? :)
thomasxie has quit [Read error: Connection reset by peer]
<TuxLyn> well this is full program, you want to see whole thing ? ^_^
mneorr has joined #ruby
f3ttX] has quit [Quit: Lost terminal]
<pontiki> no, the input you're trying to parse, and the place where you grep it
<TuxLyn> In this case I'll put it on gist first then hold on
<Oog> bnagy: something i made up :) i thin kthe answer is yes - i mean like model.with_lock do break end
jtdowney has joined #ruby
<Oog> in a for/while loop break gets out of the loop but next makes the loop go to the next element right?
<Oog> im guessing this is just like a loop with asingle iteration and break will work?
mgberlin has quit [Remote host closed the connection]
<bnagy> break is an early exit from whatever block - it can also break with a value btw
<bnagy> only time you might have trouble is breaking out of a nested block
<TuxLyn> ponbiki, see lines 28 ~ 31
krisbulman is now known as [krisbulman]
<TuxLyn> everything else works as expected :)
virtualize has quit []
robbyoconnor has joined #ruby
<Oog> cool i didnt know you could break with a value
tcopp has quit [Ping timeout: 265 seconds]
<Oog> i actually have a nested block so what im going to do is set a variable do_break =true if the inner block breaks then check it in the outer block
<TuxLyn> Oog, you talking about my code ?
<Oog> TuxLyn: no sory
<TuxLyn> oh ok
<bnagy> TuxLyn: you have told it 'if the file contains id, write id to it'
<pontiki> TuxLyn: you want it to write only if you *do* or *don't* find the string
<pontiki> ^
<TuxLyn> DON'T exists :)
<TuxLyn> only if id is not in file
<pontiki> s/if/unless/
<TuxLyn> hmm let me try
<TuxLyn> ponbiki, still same
virtualize has joined #ruby
<TuxLyn> I did > if unless File.read(txt).grep(/id/)
<bnagy> haha
freerobby has joined #ruby
<bnagy> CHANGE if to unless
<pontiki> shouldn't that have given a syntax error??
<TuxLyn> now have error > undefined method grep :D
<pontiki> change read back to readlines
<TuxLyn> ok nothing not writing id
<TuxLyn> file is empty and its not writing id to it
freerobby1 has joined #ruby
freerobby has quit [Read error: Connection reset by peer]
<pontiki> wait, you're reading an m4v file?
dingus_khan has joined #ruby
<TuxLyn> no one sec
tvw has quit [Read error: Operation timed out]
<TuxLyn> do puts id
Kricir has quit [Remote host closed the connection]
<TuxLyn> to see the id of the file
<pontiki> no sorry, my mistake
<TuxLyn> this is the value I want to write to txt file if its not already there
<TuxLyn> so there wont be any dupe ids
rootshift has quit [Quit: My MacBook has decided to go to sleep. Zzzz..]
<TuxLyn> but for some reason Its not working even with if/unless etc
freerobby has joined #ruby
<TuxLyn> I've commented out downloader part
<TuxLyn> to fix this id
mercwithamouth has quit [Ping timeout: 260 seconds]
freerobby1 has quit [Read error: Connection reset by peer]
<pontiki> OH OH OH
tcopp has joined #ruby
<TuxLyn> it checks if file exists corectly
<pontiki> id is a variable
<TuxLyn> yes
<pontiki> you want to match the contents of the variable?
<TuxLyn> yes
tvw has joined #ruby
Hanmac has joined #ruby
<TuxLyn> against the text file
<pontiki> your grep regexp should be /#{id}/
Annwyl has joined #ruby
<TuxLyn> so if the id 123 is already in text file it will ignore it
<TuxLyn> ok
<pontiki> you're just matching the exact string "id" now
Hobogrammer has joined #ruby
sawtooth has quit [Remote host closed the connection]
<pontiki> #{id} will use the contents
<TuxLyn> still has dupes
sawtooth has joined #ruby
<TuxLyn> let me try unless instead of if now
kewubenduben has quit []
Jetchisel has quit [Ping timeout: 256 seconds]
<TuxLyn> ponbiki, still not working > https://gist.github.com/GoTux/9c78b66dbca254f08068
Hanmac1 has quit [Ping timeout: 248 seconds]
iliketurtles has quit [Quit: zzzzz…..]
<pontiki> please include the txt file
<TuxLyn> its empty
freerobby has quit [Ping timeout: 252 seconds]
<TuxLyn> and created by commented out line
<pontiki> and it's staying empty?
<TuxLyn> see #20 line
funburn has quit [Quit: funburn]
<TuxLyn> yeah
raphaelivan has joined #ruby
<pontiki> you're getting the "written string" line on output?
<pontiki> at line 30?
<TuxLyn> no
<pontiki> odd
<TuxLyn> this was added so I can see in terminal when it writes to file :)
<TuxLyn> yeah, try running this if you can
<pontiki> yeah
<TuxLyn> and see if it works for you
pranny has joined #ruby
<TuxLyn> ignore line #26
<TuxLyn> this was just a test
slowcon has quit [Quit: slowcon]
Hobogrammer has quit [Ping timeout: 252 seconds]
tcopp has quit [Ping timeout: 264 seconds]
<bnagy> oh, grep is the wrong logic
<bnagy> you want blah.grep.empty?
<TuxLyn> ok what should I use ?
<TuxLyn> will try
<bnagy> well.. grep will always be truthy
<TuxLyn> bnagy, I tried > grep(/id/).empty?
<TuxLyn> oh wait
<bnagy> if blah grep empty?
<TuxLyn> worked :D
<TuxLyn> this > if File.readlines(txt).grep(/#{id}/).empty?
raphaelivan has quit [Client Quit]
<TuxLyn> I tried that before but with /id/
<TuxLyn> not /#{id}/ like pontiki suggested
virtualize has quit [Quit: Leaving...]
<TuxLyn> so it works now
Hanmac1 has joined #ruby
<TuxLyn> awesome, will put it public on git soon ^_^
<Oog> i have a break in an if that is in a block "Can't escape from eval with break" ?
tcopp has joined #ruby
trhodes has joined #ruby
pranny has quit [Ping timeout: 252 seconds]
dingus_khan has quit [Read error: Connection reset by peer]
<Oog> begin if true break end puts 'hi' end
<pontiki> oh crikey
<Oog> i want the break to break out of the begin/end
<pontiki> yeah, it was the .empty?
Hanmac has quit [Ping timeout: 252 seconds]
dingus_khan has joined #ruby
<apeiros> Oog: begin/end is not break-able
<Oog> oh
<TuxLyn> ponbiki and bnagy thanks guys ^_^
trhodes_ has quit [Ping timeout: 245 seconds]
mneorr has quit [Remote host closed the connection]
<apeiros> Oog: sounds like horrible spaghetti anyway
diegoviola has joined #ruby
dx7 has joined #ruby
mneorr has joined #ruby
ixti has quit [Ping timeout: 248 seconds]
itadder has joined #ruby
kenneth_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
aspires has joined #ruby
<RubyPanther> "send means never having to say eval"
mneorr has quit [Read error: Operation timed out]
Hobogrammer has joined #ruby
Celm has quit []
<pontiki> What would you expect to happen with a break in a non-iterative body?
<TuxLyn> ponbiki, ok its live on git > https://github.com/GoTux/Ruby/blob/master/msnbc.rb
<TuxLyn> thanks again ^_^
cashnguns has joined #ruby
<RubyPanther> I haven't used break in like... 8 years or more
cashnguns has quit [Max SendQ exceeded]
<pontiki> sure TuxLyn , sorry it took so long to figure out
cashnguns has joined #ruby
<TuxLyn> ponbiki, no problem ^_^
slowcon has joined #ruby
<pontiki> the only place i've used them at all recently is in silly REPL examples
<TuxLyn> now I'll know :D
aspires has quit [Client Quit]
<RubyPanther> break proves your method is doing too much. If you reach for break, it means you have a giant procedural-style method. If methods do a small amount of work, short circuiting will be a return
cuppscakes has quit [Quit: ZNC - http://znc.in]
<TuxLyn> ponbiki, I useally don't ask for help until I can't figure it out my self, when I'm at the brick wall ^_^
cuppscakes has joined #ruby
<pontiki> i feel silly; i should know grep never returns falsy
<TuxLyn> I used StackOverlow before, but now tried IRC. Guess what ? IRC is better ^_^
<pontiki> hah
binaryhat has joined #ruby
<pontiki> some people will strongly disagree
<pontiki> we're all wankers on irc
<RubyPanther> some people suck, too
<bnagy> yeah you can't get points and badges and stuff on IRC
<pontiki> oh, it's just a silly thing
axl_ has joined #ruby
* pontiki gives bnagy a llama
<centrx> ++
kindjal has joined #ruby
<pontiki> oh, wait, that's deviantart
Annwyl has quit []
Kricir has joined #ruby
<pontiki> someone has a channel bot that you can give points to people like that
<bnagy> how will people know how helpful and smart I am? :<
<pontiki> bnagy++ would count up in the bot
* RubyPanther gives bnagy the Heart Pony Badge: <3 <3 <3 http://stuff.rubypanther.com/images/pony-200.gif
<bnagy> wow that is awful
<pontiki> you notice that SO is turning that into a commodity with their careers site?
<bnagy> not the badge, the countbot
nonnatus has quit [Ping timeout: 252 seconds]
<pontiki> my claim to fame on the stackexchange network is a question i asked about how to recover from putting too much sugar in cabbage soup
msmith has joined #ruby
<bnagy> salt
<RubyPanther> vinegar
jtdowney has quit []
<pontiki> :D
<pontiki> it's a very popular question
<bricker`LA> MORE SUGAR
<bnagy> who are these people that add sugar to cabbage soup?
<TuxLyn> ruby developers
timonv has joined #ruby
<bricker`LA> more sugar, flour, and a few eggs, you got yourself some cabbage cookies
<centrx> for x in sugar
Jetchisel has joined #ruby
<TuxLyn> any one in here has Asus RT-N56U Router ?
<bnagy> my worst ever disaster was adding too many cloves
<RubyPanther> My wife is a Thai chef, I've seen her put sugar in cabbage soup.
saarinen has quit [Quit: saarinen]
<bnagy> thais put sugar in everything
<pontiki> the recipe actually tastes rather awesome when made right
<RubyPanther> The top answer is good. I used to work in a salsa factory, and I double-seasoned a vat (1440 units) and we just made another vat without seasoning
eka has quit [Quit: Textual IRC Client: www.textualapp.com]
<pontiki> yeah, good answers all of them. that's the best
<bnagy> yeah make a new batch and combine is the only thing that works with cloves ( for example )
<pontiki> but nearly 4000 views
<pontiki> lol
<bnagy> it is literally impossible to unclove
<RubyPanther> yeah, you can't add bland
nonnatus has joined #ruby
cuppscakes has quit [Quit: ZNC - http://znc.in]
<pontiki> unless you add a whole bunch of ghost peppers then you go out the top and come back around the bottom again.
<pontiki> but you'll never taste anything ever again
<pontiki> assuming you wake up
cashnguns has quit [Read error: Operation timed out]
saarinen has joined #ruby
binaryhat has quit [Quit: Leaving]
monkegjinni has joined #ruby
cuppscakes has joined #ruby
timonv has quit [Ping timeout: 260 seconds]
<bnagy> ghost peppers are not really canonical in bourguignon
<bnagy> but I guess you could call it fusion
charliesome has joined #ruby
<pontiki> not sure what they are canonical in...
<pontiki> as in fuse your mouth shut
<bnagy> I use em in chili
Hobogrammer has quit [Ping timeout: 265 seconds]
<bnagy> when I can get any, which is almost never :/
<pontiki> weapons grade
danshultz has joined #ruby
<pontiki> chili of mass destruction
n1tr0g has joined #ruby
<n1tr0g> hey guys
<n1tr0g> i need some advice from an expert :) I pay virtual beer
<n1tr0g> i don't understand how this code can work
derek_c has quit [Quit: Leaving]
<pontiki> there's no guarantee that it does
<RubyPanther> I've got a bunch of frozen Thai chilies, they are 85% as hot as habanero
<n1tr0g> l is TCPServer object ... but start_immediately is nod defined
mjs2600 has joined #ruby
monkegjinni has quit [Ping timeout: 272 seconds]
existensil has joined #ruby
cseder has joined #ruby
vlad_starkov has joined #ruby
ultraflash3 has joined #ruby
danshultz has quit [Ping timeout: 265 seconds]
mgberlin has joined #ruby
mjs2600 has quit [Ping timeout: 272 seconds]
vlad_starkov has quit [Read error: Connection reset by peer]
mary5030 has joined #ruby
ultraflash3 has quit [Ping timeout: 252 seconds]
hoypriest has quit [Quit: Connection closed for inactivity]
danshultz has joined #ruby
InFlames has quit [Quit: Leaving]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Hien has quit [Ping timeout: 246 seconds]
toretore has quit [Quit: This computer has gone to sleep]
itadder has quit [Remote host closed the connection]
mary5030 has quit [Ping timeout: 260 seconds]
charliesome has joined #ruby
nisstyre has quit [Ping timeout: 265 seconds]
v4n has joined #ruby
slowcon has quit [Quit: slowcon]
Hobogrammer_ has joined #ruby
<RubyPanther> n1tr0g: I think that is just used in SSL connections
Lewix has quit [Remote host closed the connection]
<RubyPanther> openssl/ssl-internal.rb
koell has quit [Quit: So say we all!]
nisstyre has joined #ruby
<n1tr0g> RubyPanther: you are the man !!! :) probably make sense
<n1tr0g> RubyPanther: i own you a beer i guess :D
lockweel has quit [Ping timeout: 265 seconds]
koell has joined #ruby
apeiros has quit [Remote host closed the connection]
apeiros has joined #ruby
iliketurtles has joined #ruby
Wolland has joined #ruby
havenwood has quit [Remote host closed the connection]
radic has quit [Ping timeout: 260 seconds]
andy__ has joined #ruby
radic has joined #ruby
msmith has quit []
Avahey has quit [Quit: Connection closed for inactivity]
jbueza has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
nonnatus has quit [Ping timeout: 252 seconds]
freerobby has joined #ruby
saarinen has quit [Quit: saarinen]
robbyoconnor has quit [Ping timeout: 245 seconds]
tvw has quit [Remote host closed the connection]
freerobby has quit [Ping timeout: 265 seconds]
agent_white has quit [Quit: leaving]
yacks has joined #ruby
dingus_khan has quit [Remote host closed the connection]
dubsteph has joined #ruby
benzrf has joined #ruby
<benzrf> hey
<benzrf> how safe is DRb if i set $SAFE to 1?
agent_white has joined #ruby
pranny has joined #ruby
bthesorceror has quit [Remote host closed the connection]
sski has joined #ruby
gsvolt has joined #ruby
<TuxLyn> Is this correct way to check if ARGV[0] (for example) is empty > if ARGV[0].nil?
yasushi has joined #ruby
veduardo has quit [Quit: WeeChat 0.4.1]
jobewan has quit [Quit: Leaving]
<agent_white> Good evening
<benzrf> sup agent_white
<benzrf> TuxLyn: why do you want to do that?
<TuxLyn> never mind, looks like this is ok :)
<TuxLyn> benzrf, well I have a case of commands multi-nested :D
<TuxLyn> benzrf, so when there is no argument defined it outputs help
<TuxLyn> benzrf, for that particular command
max_ has joined #ruby
dubsteph has quit [Ping timeout: 252 seconds]
virtualize has joined #ruby
<TuxLyn> it works soo :)
<centrx> TuxLyn, Are you manually checking command-line arguments?
max_ is now known as Synthead
<TuxLyn> centrx, yeah I have argv 0 and 1
<TuxLyn> I'm re-writing my bash script in ruby :D
pranny has quit [Ping timeout: 252 seconds]
<centrx> TuxLyn, Use OptionParser, or Thor, or some other library for command-line arguments.
mikecmpbll has quit [Quit: i've nodded off.]
<centrx> Excellent
<TuxLyn> centrx, neah this works for what I need :)
itadder has joined #ruby
figgleberry has joined #ruby
mikecmpbll has joined #ruby
bthesorceror has joined #ruby
andrewfree has left #ruby [#ruby]
korzybski has joined #ruby
korzybski has quit [Client Quit]
<TuxLyn> centrx, its going to be like this; ./script.rb -cmd1 -cmd2 ( if cmd2 is empty it will show helpful menu ) same when -cmd1 is missing
Wolland has quit [Remote host closed the connection]
iliketur_ has joined #ruby
<TuxLyn> centrx, its hard to explain, but I'll publish this script on git when done ^_^
nonnatus has joined #ruby
itadder has quit [Ping timeout: 252 seconds]
iliketurtles has quit [Ping timeout: 252 seconds]
figgleberry has quit [Ping timeout: 264 seconds]
firewater has joined #ruby
<firewater> What is the best way to see if a string contains letters? AKA, if "fish" first two letters are "fi", return true?
jonah_k has joined #ruby
<benzrf> start_with?
camila has quit [Ping timeout: 264 seconds]
<benzrf> manacit:
<benzrf> *man
<centrx> firewater, Didn't you ask this yesterday and get a very thorough answer?
<benzrf> is there anything for networking that's close to DRb's hi-levelness that isn't ripe for haxing
virtualize has quit [Quit: Leaving...]
n1tr0g has quit [Quit: n1tr0g]
slowcon has joined #ruby
thomasxie has joined #ruby
<firewater> centrx: I think so, unfortunetly I forgot sorry.. I believe it was using method .include?, but that really only checks if its anywhere.
<firewater> I was trying to figure this out last night, and got lost in what I was doing.
<benzrf> hey firewater
<firewater> benzrf: Hey.
<firewater> benzrf: How is it going?
<benzrf> >> "foo".start_with? "fo"
<eval-in_> benzrf => true (https://eval.in/104420)
<benzrf> nb
mikecmpbll has quit [Quit: i've nodded off.]
<firewater> benzrf: Thanks, that is what I was looking for. Forgot that.
<firewater> I was looking through docs and didn't see it.
burlyscudd has joined #ruby
_mtr has joined #ruby
iliketurtles has joined #ruby
johnnyolboypal has joined #ruby
marcdel has joined #ruby
yacks has quit [Ping timeout: 265 seconds]
iliketur_ has quit [Ping timeout: 265 seconds]
v4n has quit [Quit: leaving]
v4n has joined #ruby
KarolisNo has joined #ruby
braincra- has quit [Quit: bye bye]
fridim_ has joined #ruby
aryaching has joined #ruby
johnnyolboypal has quit [Ping timeout: 265 seconds]
milhite has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
dingus_khan has joined #ruby
<RubyPanther> benzrf: You should design your DRb middleware to be safe regardless of the $SAFE setting IMO
<abunchofdollarsi> Is there a known issue with TCPServer behaving badly with irb?
braincrash has joined #ruby
<RubyPanther> I had to change the $SAFE level of pg PL/Ruby just to get it to run
<benzrf> RubyPanther: how is that possible thomasxie
<benzrf> *tho
<benzrf> i can just undef send on the proxy, then send whatever
<TuxLyn> Alright, is there a way to use expect/spawn in ruby kind of like in bash ? I'm trying to pass a value like user/pass to command.
<benzrf> i feel like ruby is so full of holes and ways to do things dynamically, blacklists over whitelists is impossible
KarolisNo has quit [Ping timeout: 272 seconds]
aryaching_ has quit [Ping timeout: 272 seconds]
<RubyPanther> benzrf: by treating all input as dangerous, and parsing and checking it all, potentially using some sort of RBAC system. If you want it to be safe, that is. (eg, in an enterprise environment)
<TuxLyn> I'm basicly trying to convert my bash function here on lines 12~19 to ruby > https://github.com/GoTux/Bash/blob/master/dovpn.sh
burlyscudd has quit [Quit: Leaving.]
<benzrf> RubyPanther: but you can only do that in the methods that you declare
<RubyPanther> I personally just run it on localhost or a VPN, and any public interface is behind a web app, so I don't try to make it very safe
<benzrf> RubyPanther: what about all the extant stuff?
<benzrf> like
<benzrf> proxy.send :eval, 'system "sudo rm -rf /"'
<RubyPanther> benzrf: they just deleted their own drive
<benzrf> no
<benzrf> because first they did
<benzrf> class << proxy; undef send; end;
<benzrf> i know that that works because i tried ItSANgo
<benzrf> *it
<benzrf> i know that $SAFE disables eval-in_
<benzrf> *eval
sailias has joined #ruby
<benzrf> but i feel like there are two many possibilities
<benzrf> :\
Synthead has quit [Ping timeout: 272 seconds]
diegoviola has quit [Read error: Connection reset by peer]
<RubyPanther> benzrf: seriously though, you have to carefully set it up. It is not intended as a public service.
<TuxLyn> if any one has working solution please ping me, be right back ^_^ thanks.
<RubyPanther> It is not an apache replacement
<RubyPanther> it is for middleware, app servers
<benzrf> :\
diegoviola has joined #ruby
<RubyPanther> a public interface should be using "the web"
_mtr has quit [Quit: Textual IRC Client: www.textualapp.com]
tanema has quit [Remote host closed the connection]
dingus_khan has quit [Ping timeout: 252 seconds]
<firewater> Sigh, my code is acting weird, I will have to work on this another time tomorrow. I thought I was so close to solving the puzzle too.
butblack has joined #ruby
tanema has joined #ruby
<benzrf> firewater: iktfb
mlpinit_ has quit [Remote host closed the connection]
<firewater> I am having to write a custom method, and its suppose to be returning true or false.
nonnatus has quit [Quit: Leaving]
<firewater> But its returning the actually hash entry, which makes no sense. But I will try to figure this out.
<RubyPanther> !!result
yasushi has quit [Remote host closed the connection]
<firewater> Well, going to head off. Thanks for the help everyone.
<RubyPanther> >> !!["foo"][0]
<eval-in_> RubyPanther => true (https://eval.in/104422)
<firewater> benzrf: See you and have a good night.
<benzrf> gnight :)
firewater has quit [Quit: Page closed]
danshultz has quit [Remote host closed the connection]
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tanema has quit [Ping timeout: 272 seconds]
gilest has joined #ruby
jzig has joined #ruby
kennym_ has quit [Remote host closed the connection]
sailias has quit [Ping timeout: 272 seconds]
virtualize has joined #ruby
yasushi has joined #ruby
pfg has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Hamburglr has quit [Ping timeout: 248 seconds]
decoponio has joined #ruby
<chipotle> does ruby let you define your objects in code and it creates the schema in the db to store it?
BWStearns has joined #ruby
<Senjai> chipotle: Uhh, what
virtualize has quit [Ping timeout: 272 seconds]
chihhsin_cloud has quit [Quit: Connection closed for inactivity]
<chipotle> Senjai: i could be wrong
<Senjai> chipotle: What are you trying to do
IceDragon has quit [Quit: Space~~~]
<chipotle> learn ruby
freerobby has joined #ruby
postmodern has quit [Quit: Leaving]
<Senjai> chipotle: Okay, so what does creating objects and storing them in the database have to do with learning ruby
<RubyPanther> chipotle: I think datamapper does that.
<Senjai> chipotle: Don't even need a datamapper, just use Sequel or something.
thomasxie has quit [Ping timeout: 264 seconds]
<Senjai> Question is: What are you trying to do it for
<RubyPanther> in activerecord we define the schema in separate code
<Senjai> RubyPanther: Schema should never be defined at runtime
<Senjai> I don't think he's using the correct word
gilest has quit [Remote host closed the connection]
<RubyPanther> It can be. If it should be depends on a use case.
<RubyPanther> What if it is all views?
<Senjai> RubyPanther: Database schemas aren't designed to change frequently.
<Senjai> RubyPanther: Then you're doing it wrong ;)
<RubyPanther> Then you're doing _something_different_
<Senjai> RubyPanther: No, you're doing it wrong
<Senjai> sorry
<Senjai> Your not seperating your concerns, as you should be
<RubyPanther> It could easily be the right thing in a db reports app
<Senjai> which is bad design
thomasxie has joined #ruby
<Senjai> No, no it isn't
<Senjai> Anything with the words "reports app" screams MVC usecase
<RubyPanther> These things exist for real reasons.
<Senjai> Durrr.
<Senjai> Of course they do
<Senjai> And they're meant to be used together
iliketurtles has quit [Quit: Textual IRC Client: www.textualapp.com]
alvaro_o has quit [Quit: Ex-Chat]
<Senjai> There is no way you can cram all that logic into one view, and claim it's SOLID
freerobby has quit [Ping timeout: 272 seconds]
<Senjai> SOLID (object-oriented design)
<Senjai> ^ sorry about the previous
GinoMan has quit [Ping timeout: 252 seconds]
<existensil> there is no way you can call everyone who designs their software different than you wrong. at worst the alternatives to your golden way are sub optimal
<RubyPanther> Some people like the schema described in the class, because then the framework can manage it. It is often paired with a philosophy of database agnosticism. But it is also done in data warehousing and reporting where "schema" is somewhat arbitrary concept because everything is views.
<Senjai> existensil: I agree, but "everything is views" is simply, absoulutely on no metric superior in any facet, save maybe performance and only by the slightest
<Senjai> RubyPanther: What determines which view is rendered when?
<RubyPanther> You've probably never seen a data warehouse.
<RubyPanther> What report a PHB just asked for.
yacks has joined #ruby
bthesorceror has quit [Remote host closed the connection]
<Senjai> RubyPanther: And your view determines which version of itself to send? That's horrible
bthesorceror has joined #ruby
<existensil> I agree with that in principle. But, that lack of superiority does not make it wrong. Just thought these recent statements where a bit heavy handed is all: "Then you're doing it wrong" "No, you're doing it wrong" "There is no way you can..."
<existensil> though, referring to an actual design principal, the last quote as correct
<RubyPanther> It may be horrible, but it also dynamic and expert-friendly. You've got to get to the idiotic data somebody created, somehow
<existensil> s/as/was/
macabhaird has quit [Quit: Leaving.]
<Senjai> existensil: Everything in one class is not wrong? A 1000 line class definition? Heavy handed, sure, try looking at 100kloc of multi user basic written by people who thinks the same way as RubyPanther
yfeldblum has joined #ruby
pranny has joined #ruby
<existensil> but if it works its not wrong. just ugly.
TuxLyn has quit [Quit: Leaving]
<Senjai> existensil: If it works, and is ugly, it is wrong. It works, but costs you 100x more to maintain and expand
<Senjai> You end up solivng issues just by throwing more code at it, because you're too afraid to change anything because of how coupled the logic is
<RubyPanther> There are giant tables with way too many columns ready to fall over on your head, you don't want to manage that complexity in the SQL you write/generate. You throw together a view of the data you need right now. If the framework does that for you, that is a huge win. You just ask for data, and get it.
<Senjai> It's almost impossible to reliably test.
<existensil> maybe i'm being overly sensitive about the your use of the word "wrong"... but, that word, I do not think it means what you think it means
<existensil> ;-)
<RubyPanther> Even from a SQL CLI that is true
<Senjai> existensil: Wrong means: Every expert worth his salt, every developer that ships software regularly, would say this is among the poorest approaches to development
Vivekananda has quit [Quit: Ex-Chat]
<existensil> there are always exceptions to every rule
<Senjai> existensil: I still haven't heard of a use case that warrants one here
Vivekananda has joined #ruby
<existensil> in the context of software design philosophy there are never absolutes
<RubyPanther> I'm gonna go out on a limb here and say that every database dba worth his salt thinks "software developers" are a bunch of *bleep*s who don't know anything about managing complexity.
<Senjai> existensil: Agreed, but what arguement could you make for not wanting to seperate the concerns of your classes? Not breaking down a huge class into smaller single responsiblity ones?
<existensil> i'm not saying there is a use case where defining schema is the best. but lack of being the best does not make something wrong.
<Senjai> Disk Space?
<Senjai> lol
<Senjai> Memory?
bthesorceror has quit [Ping timeout: 252 seconds]
<RubyPanther> Programmer time and managed complexity.
timonv has joined #ruby
<Senjai> RubyPanther: Uh.. You do know approaching it the way you are increases both complexity and cost of maintenance
<Senjai> those are antireasons
<RubyPanther> No, having the framework do more reduces complexity
pranny has quit [Ping timeout: 252 seconds]
<Senjai> Doing everything in one class by definition increases the complexity of that class
Vivekananda has quit [Remote host closed the connection]
<RubyPanther> You're insisting on considering the framework's work as being part of the complexity of the class using it, but I dispute that.
chihhsin_cloud has joined #ruby
<Senjai> No im not.
tanema has joined #ruby
<RubyPanther> People who use it alongside database agnosticism reduce complexity substantially. I'm not one of those, I intentionally increase complexity to match the set of db features I'm using.
Matriks has joined #ruby
<Senjai> It doesnt matter about the scale of the app, or what framework you use. If one class is doing x, then y, then z again, and manipulating data between those calls, it doesnt matter what framework they use, your class is too complex
<Senjai> RubyPanther: "intentionally increase complexity", also you can encapsulate your database hacks in... you guessed it, a utility class.
<RubyPanther> But if you're doing reports, some of the tables are likely to be poorly designed. I have a client table with over 100 columns. Reports don't have a static schema. There is not a tight coupling between the report application and the schema of the client data. Instead, you want to define through an ORM in as simple a way as possible a dynamic set of data to operate on.
timonv has quit [Ping timeout: 265 seconds]
<RubyPanther> It is correctly considered at runtime.
tcopp has quit [Ping timeout: 265 seconds]
<Senjai> 100 columns?
koell has quit [Ping timeout: 252 seconds]
jellosea has quit [Quit: jellosea]
yfeldblum has quit [Remote host closed the connection]
<Senjai> My point is this, your having to design for poorly designed crap, so your encouraged and in somewhat forced to design crap yourself. The person who picks up your code will carry on the tradition and the code will get progressively worse each waking day.
Vivekananda has joined #ruby
<Senjai> So here's a tip: Refactor
<RubyPanther> They're not my columns to refactor
<RubyPanther> Over 70 of them are NOT NULL
<Senjai> No, but you can refactor your solution
yfeldblum has joined #ruby
<RubyPanther> with no defaults
tanema has quit [Ping timeout: 252 seconds]
kindjal has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
<Senjai> Well, then maybe you should have a program that allows for these conditions.
dingus_khan has joined #ruby
<RubyPanther> Indeed, lol
<Senjai> Somehow web browsers took years to correctly parse shitty and broken html, but it's a solved problem
weie has joined #ruby
sriehl has joined #ruby
<diegoviola> weirdest thing i've read on irc in a while: http://dpaste.com/1648895/
<Senjai> Instead of designing around crap, write a program that takes the crap out of the equation, an intermediary
Vivekananda has quit [Read error: Connection reset by peer]
dingus_khan has quit [Remote host closed the connection]
<RubyPanther> People are not wrong to handle the schema in the class. That battle was fought and both sides are canonically considered to have acceptable flavors.
<Senjai> Define handle schema?
<Senjai> I'm thinking we're thinking it's seperate things
cj3kim has joined #ruby
Vivekananda has joined #ruby
gilest has joined #ruby
rm_ has joined #ruby
gilest has quit [Remote host closed the connection]
cj3kim has quit [Remote host closed the connection]
gilest has joined #ruby
webgen has left #ruby [#ruby]
KarolisNo has joined #ruby
monkegjinni has joined #ruby
cj3kim has joined #ruby
dingus_khan has joined #ruby
sriehl has quit [Quit: Textual IRC Client: www.textualapp.com]
beond has quit [Quit: beond]
sriehl has joined #ruby
KarolisNo has quit [Ping timeout: 260 seconds]
mgberlin has quit [Remote host closed the connection]
mjs2600 has joined #ruby
Vivekananda has quit [Quit: Ex-Chat]
Vivekananda has joined #ruby
cj3kim has quit [Remote host closed the connection]
sriehl has quit [Client Quit]
monkegjinni has quit [Ping timeout: 252 seconds]
Vivekananda has quit [Read error: Connection reset by peer]
Vivekananda has joined #ruby
chipotle has quit [Ping timeout: 264 seconds]
ultraflash3 has joined #ruby
mjs2600 has quit [Ping timeout: 252 seconds]
gilest has quit [Remote host closed the connection]
chipotle has joined #ruby
Vivekananda has quit [Quit: Ex-Chat]
Vivekananda has joined #ruby
ultraflash3 has quit [Ping timeout: 264 seconds]
n1tr0g has joined #ruby
leslie1 has left #ruby [#ruby]
axsuul has quit [Read error: Connection reset by peer]
MarceloTimao has joined #ruby
axsuul has joined #ruby
klip has quit [Ping timeout: 260 seconds]
mlpinit has joined #ruby
jzig has quit [Remote host closed the connection]
jzig has joined #ruby
pigzzcanfly has joined #ruby
Hien has joined #ruby
axsuul has quit [Ping timeout: 264 seconds]
yasushi has quit [Read error: Connection reset by peer]
yasushi has joined #ruby
mlpinit has quit [Ping timeout: 264 seconds]
jzig has quit [Ping timeout: 260 seconds]
byprdct has joined #ruby
virtualize has joined #ruby
BWStearns has quit [Quit: leaving]
BWStearns has joined #ruby
Jake232 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
rm_ has quit [Remote host closed the connection]
rm_ has joined #ruby
bifmeister has joined #ruby
virtualize has quit [Ping timeout: 264 seconds]
danshultz has joined #ruby
freerobby has joined #ruby
habanany has joined #ruby
mlpinit has joined #ruby
gilest has joined #ruby
rm__ has joined #ruby
rm_ has quit [Read error: Connection reset by peer]
jbueza has joined #ruby
jbueza has quit [Client Quit]
danshultz has quit [Ping timeout: 252 seconds]
freerobby has quit [Ping timeout: 264 seconds]
mlpinit has quit [Ping timeout: 252 seconds]
firefly2013 has quit [Quit: Leaving.]
gilest has quit [Ping timeout: 265 seconds]
<stephenmac7_> Quick question: Is there a way to use map without a block?
BWStearns has quit [Quit: leaving]
stephenmac7_ is now known as stephenmac7
<centrx> stephenmac7, Yes?
<stephenmac7> Like, instead of my_array.map { |word| word.downcase }
<stephenmac7> Something like my_array.map downcase
<stephenmac7> centrx: how?
TuxLyn has joined #ruby
pranny has joined #ruby
Symbiosisz has joined #ruby
<TuxLyn> Alright, another brick wall lol How do you exit PTY.spawn process when CTRL+C pressed. Ruby script exits but process becomes zombie and still runs.
<Symbiosisz> I'm trying to use mechanize to automate interaction with a page behind a password wall. This page uses a pop up username and password box though, not one where I directly type into a site. Does anyone know how I interact with that?
MplsGreg has quit [Remote host closed the connection]
<pontiki> mechanize can't do js
<Symbiosisz> pontiki: Ahh, okay. Thank you.
funburn has joined #ruby
tgkokk has joined #ruby
<centrx> stephenmac7, array.map(&:downcase)
<stephenmac7> centrx: How does it work?
jbueza has joined #ruby
axsuul has joined #ruby
<centrx> stephenmac7, & calls to_proc on the symbol
tylersmith has quit [Remote host closed the connection]
<stephenmac7> And how does to_proc work?
pranny has quit [Ping timeout: 265 seconds]
<centrx> stephenmac7, Basically creates a Proc for { |word| word.send(:downcase) }
<stephenmac7> Thanks
cpruitt has joined #ruby
marcdel has quit []
cpruitt has quit [Client Quit]
axl_ has quit [Quit: axl_]
tanema has joined #ruby
<stephenmac7> centrx: What about for something like print?
<stephenmac7> With just each and not map, of course
axsuul has quit [Ping timeout: 272 seconds]
mary5030 has joined #ruby
Silent__ has joined #ruby
<centrx> stephenmac7, It helps to be more specific about what you mean
<stephenmac7> centrx: The equivelant of words.each { |x| print x }
axl_ has joined #ruby
tanema has quit [Ping timeout: 252 seconds]
KarolisNo has joined #ruby
Hobogrammer_ has quit [Ping timeout: 264 seconds]
<centrx> stephenmac7, For the "print" method specifically, you can get the same result with: print(*words)
andy__ has quit [Remote host closed the connection]
<stephenmac7> Okay, thanks
Silent__ has quit [Ping timeout: 272 seconds]
Silent__ has joined #ruby
MplsGreg has joined #ruby
TuxLyn has quit [Quit: Leaving]
KarolisNo has quit [Ping timeout: 264 seconds]
Es0teric has quit [Quit: Computer has gone to sleep.]
kennym has joined #ruby
rm__ has quit [Remote host closed the connection]
rm_ has joined #ruby
Es0teric has joined #ruby
funburn has quit [Quit: funburn]
MplsGreg has quit [Ping timeout: 260 seconds]
axsuul has joined #ruby
axsuul has quit [Max SendQ exceeded]
axsuul has joined #ruby
axsuul has quit [Max SendQ exceeded]
axsuul has joined #ruby
marcdel has joined #ruby
kennym has quit [Ping timeout: 265 seconds]
OdNairy has joined #ruby
rm_ has quit [Ping timeout: 252 seconds]
hoypriest has joined #ruby
Astralum has joined #ruby
mary5030 has quit [Remote host closed the connection]
rm_ has joined #ruby
butblack has left #ruby [#ruby]
agent_white has quit [Read error: Connection reset by peer]
yasushi has quit [Remote host closed the connection]
moneydouble has joined #ruby
estebistec has quit [Remote host closed the connection]
xBradPittx has quit [Read error: Connection reset by peer]
axsuul has quit [Ping timeout: 252 seconds]
MatthewsFace has joined #ruby
MplsGreg has joined #ruby
xBradPittx has joined #ruby
agent_white has joined #ruby
MatthewsFace has quit [Client Quit]
<shaileshg> Hi, what does :: means in ruby when used in form as ::OpenSSL
<RubyPanther> shaileshg: it means the root of the inheritance tree
fluve has quit []
MplsGreg has quit [Ping timeout: 265 seconds]
mneorr has joined #ruby
<shaileshg> RubyPanther: what would be the root of inheritance tree when used in form as https://github.com/lian/bitcoin-ruby/blob/master/lib/bitcoin.rb
yasushi has joined #ruby
joelroa has quit [Ping timeout: 260 seconds]
<RubyPanther> shaileshg: so that if you're in module Foo ; module OpenSSL; ... end ; module Bar; ... here ... then it finds the real OpenSSL and not Foo::OpenSSL
<shaileshg> RubyPanther: oh. okay. thanks
mneorr has quit [Ping timeout: 245 seconds]
Olipro has joined #ruby
axl_ has quit [Quit: axl_]
noop has joined #ruby
<benzrf> bye
benzrf has left #ruby [#ruby]
v4n has quit [Quit: leaving]
milhite has joined #ruby
virtualize has joined #ruby
mwmnj has joined #ruby
Olipro has quit [Read error: Connection reset by peer]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
dik_dak has quit [Quit: Leaving]
rhys has joined #ruby
virtualize has quit [Ping timeout: 260 seconds]
joshwines_ has joined #ruby
freerobby has joined #ruby
cseder has quit [Read error: Connection reset by peer]
mlpinit has joined #ruby
joshwines_ is now known as joshwines
timonv has joined #ruby
pierre1_ has quit [Ping timeout: 265 seconds]
freerobby has quit [Ping timeout: 252 seconds]
milhite has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
lxsameer has joined #ruby
mlpinit has quit [Ping timeout: 260 seconds]
endash has quit [Read error: Connection reset by peer]
endash_ is now known as endash
timonv has quit [Ping timeout: 252 seconds]
habanany has quit [Ping timeout: 264 seconds]
endash_ has joined #ruby
byprdct has quit [Quit: Textual IRC Client: www.textualapp.com]
pranny has joined #ruby
pigzzcanfly has quit [Remote host closed the connection]
RyanV has joined #ruby
amclain has quit [Quit: Leaving]
tgkokk has quit [Quit: WeeChat 0.4.4-dev]
pranny has quit [Ping timeout: 272 seconds]
cj3kim has joined #ruby
cj3kim has quit [Remote host closed the connection]
<centrx> "i_suck_and_my_tests_are_order_dependent!() - Call this at the top of your tests when you absolutely positively need to have ordered tests. In doing so, you’re admitting that you suck and your tests are weak."
KarolisNo has joined #ruby
<Oog> i have a model with has_many :pluto_links
tanema has joined #ruby
<Oog> calling self.pluto_links how can i order it then? or must i specify the orer in has-many
TuxLyn has joined #ruby
<centrx> Oog, Just add it to the query
pierre1_ has joined #ruby
<centrx> Oog, self.pluto_links is a query, you can add where, order, etc.
<Oog> ah thanks
<TuxLyn> Alright, nothing I tried works on PTY.spawn to kill the process after CTRL+C pressed. Any ideas ?
<RubyPanther> kill -9
<TuxLyn> I have basic PTY.spawn and then at the end I have interapt
jackneill has joined #ruby
<TuxLyn> RubyPanther, yeah tried that :)
<TuxLyn> openvpn still runs
<TuxLyn> I can show you source code if you like
<RubyPanther> yeah, code or it didn't happen
<TuxLyn> one sec
KarolisNo has quit [Ping timeout: 252 seconds]
tanema has quit [Ping timeout: 252 seconds]
lpvn has quit [Read error: Connection reset by peer]
derek_c has joined #ruby
<TuxLyn> RubyPanther, this is what I have > https://gist.github.com/GoTux/13b18de2762c67a459ae
lpvn has joined #ruby
banister has joined #ruby
<TuxLyn> I got spawn to work properly now ^_^ But now can't kill stupid process
<AlexRussia> Who here know regexp?How to write regexp, if me have get in <space>@name<space> @name?
<AlexRussia> TuxLyn: Hi
<TuxLyn> Hey ^_^
RyanV has quit [Ping timeout: 265 seconds]
<TuxLyn> RubyPanther, any ideas ?
<RubyPanther> TuxLyn: Does it get to exit 1, or not?
sputnik13 has joined #ruby
<TuxLyn> yes
<TuxLyn> it exits script just fine, but openvpn still keeps running
<AlexRussia> f**k
<TuxLyn> like a zombie process
Matriks has quit [Remote host closed the connection]
dx7 has quit [Remote host closed the connection]
RyanV has joined #ruby
<TuxLyn> RubyPanther, rescue Interrupt only occures when I press CTRL+C to exit script which is how it should be, but then when I check for running openvpn process it still running its not exiting with swpan process.
<RubyPanther> TuxLyn: Okay, you need to collect the return value from PTY.spawn, which will be the PID, then before you exit you can Process.kill(9,pid)
<TuxLyn> RubyPanther, hmmm let me try something...
x77686d has quit [Quit: x77686d]
<TuxLyn> RubyPanther, how can I define global variable to use outside of function ?
<TuxLyn> I've tried return but then it saying local variable pid is not define ^_^
<RubyPanther> TuxLyn: it is probably less work just to create a class :)
<AlexRussia> >>/http://en.wikipedia.org/wiki/Special:Search?go=Go&search=:space:]]*[@[[:alnum:]]]?[[:space:/.match("Hello @name LOL")
<eval-in_> AlexRussia => /tmp/execpad-159f49f6455a/source-159f49f6455a:2: syntax error, unexpected tLABEL ... (https://eval.in/104446)
<AlexRussia> hm
<centrx> So
<RubyPanther> if you use a global then anybody you ask for help will say, "ewwww, get rid of the global first, blah blah, OOP..."
<centrx> What is the deal with gems that are also in stdlib?
<centrx> Like minitest
<AlexRussia> wtf?
<AlexRussia> >>/http://en.wikipedia.org/wiki/Special:Search?go=Go&search=:space:]]*[@[[:alnum:]]]?[[:space:/.match("Hello @name LOL")
<eval-in_> AlexRussia => /tmp/execpad-92f52b4ca3d9/source-92f52b4ca3d9:2: syntax error, unexpected tLABEL ... (https://eval.in/104447)
<RubyPanther> centrx: minitest is only in stdlib after version x
<AlexRussia> khm, is crazy
<AlexRussia> >>p /http://en.wikipedia.org/wiki/Special:Search?go=Go&search=:space:]]*[@[[:alnum:]]]?[[:space:/.match("Hello @name LOL")
<eval-in_> AlexRussia => /tmp/execpad-1bb18b8190f5/source-1bb18b8190f5:2: syntax error, unexpected tLABEL ... (https://eval.in/104448)
* centrx powers up the RubyPantherParser
<TuxLyn> lol
n1tr0g has quit [Quit: n1tr0g]
andy__ has joined #ruby
mjs2600 has joined #ruby
<RubyPanther> >> %r<http://en.wikipedia.org/wiki/Special:Search?go=Go&search=[[:space:]]*[@[[:alnum:]]]?[[:space:]]>.match("Hello @name LOL")
<eval-in_> RubyPanther => nil (https://eval.in/104453)
<centrx> RubyPanther, What do you mean by "minitest is only in stdlib after version x" ?
pierre1_ has quit [Ping timeout: 252 seconds]
<RubyPanther> it used to be a gem. but it was really awesome, so Ruby ate it.
mvangala_ has quit [Ping timeout: 265 seconds]
mvangala has joined #ruby
ultraflash3 has joined #ruby
tgkokk has joined #ruby
marcdel has quit [Ping timeout: 252 seconds]
agjacome has joined #ruby
marcdel has joined #ruby
andy__ has quit [Ping timeout: 265 seconds]
mjs2600 has quit [Ping timeout: 264 seconds]
<RubyPanther> Version history on rubygems only goes back to 1.3.0 October 9, 2008 (16.5 KB)
ayaz has joined #ruby
aryaching has quit [Ping timeout: 272 seconds]
ayaz has quit [Max SendQ exceeded]
Burgestrand has joined #ruby
echevemaster has quit [Quit: Leaving]
<centrx> RubyPanther, What happened before October 9, 2008?
ktosiek has joined #ruby
RyanV has quit [Ping timeout: 265 seconds]
ayaz has joined #ruby
ultraflash3 has quit [Ping timeout: 260 seconds]
MplsGreg has joined #ruby
spike|spiegel has joined #ruby
pigzzcanfly has joined #ruby
Es0teric has quit [Quit: Computer has gone to sleep.]
RyanV has joined #ruby
tgkokk has quit [Quit: ChatZilla 0.9.90.1 [Firefox 30.0a1/20140221030202]]
joelroa has joined #ruby
bifmeister has quit [Ping timeout: 264 seconds]
havenwood has joined #ruby
yeticry has quit [Read error: Connection reset by peer]
zigomir has joined #ruby
sparrovv has joined #ruby
Olipro has joined #ruby
MplsGreg has quit [Ping timeout: 272 seconds]
<Oog> in routes shouldnt match '/signup', by match '\A/signup\z',
<Oog> otherwise stuff like /signupasdfasfadsf matches
mneorr has joined #ruby
<Oog> sorry wrong channel
chihhsin_cloud has quit [Quit: Connection closed for inactivity]
tgkokk has joined #ruby
joelroa has quit [Ping timeout: 272 seconds]
tgkokk has quit [Client Quit]
sparrovv has quit [Ping timeout: 252 seconds]
tgkokk has joined #ruby
yeticry has joined #ruby
<slowcon> what up centrx
mneorr has quit [Ping timeout: 245 seconds]
<centrx> Ahoy-hoy
end_guy has quit [Remote host closed the connection]
lukec has joined #ruby
newleaf has joined #ruby
virtualize has joined #ruby
<centrx> End transmission.
centrx has quit [Quit: Leaving]
agjacome has quit [Read error: Operation timed out]
agjacome has joined #ruby
end_guy has joined #ruby
freerobby has joined #ruby
moneydouble has quit [Quit: Leaving.]
Burgestrand has quit [Quit: Burgestrand]
virtualize has quit [Ping timeout: 252 seconds]
moneydouble has joined #ruby
mlpinit has joined #ruby
tgkokk has quit [Quit: WeeChat 0.4.4-dev]
skaflem has joined #ruby
freerobby has quit [Ping timeout: 252 seconds]
mlpinit has quit [Ping timeout: 252 seconds]
<TuxLyn> RubyPanther, I got it ^_^ All I needed is to move whole begin / rescue block into the fucntion
<TuxLyn> it works as expected now
<RubyPanther> yay! OO wins
<RubyPanther> sortof
<TuxLyn> I don't know if this is correct way to do it, but at least it works ^_^
newleaf has quit [Read error: Connection reset by peer]
kenneth has joined #ruby
chipotle_ has joined #ruby
<RubyPanther> Yeah, I don't understand that if it was getting to the exit call before. But at least it works! lol
<TuxLyn> let me show you working code now
<TuxLyn> lol
<TuxLyn> Kind of werid but works :)
<TuxLyn> and no globals
chipotle has quit [Ping timeout: 252 seconds]
<RubyPanther> :)
<TuxLyn> now all I have to do is add the rest of the servers/ports and this script is done :D
pranny has joined #ruby
frank_____ has joined #ruby
Burgestrand has joined #ruby
dingus_khan has quit [Remote host closed the connection]
pranny has quit [Ping timeout: 265 seconds]
jlebrech has joined #ruby
AlexRussia has quit [Ping timeout: 252 seconds]
jlebrech has quit [Read error: Connection reset by peer]
Giorgio has joined #ruby
timonv has joined #ruby
tanema has joined #ruby
mwmnj has quit [Quit: Textual IRC Client: www.textualapp.com]
tanema_ has joined #ruby
tanema has quit [Read error: Connection reset by peer]
mattmcclure has quit [Quit: Connection closed for inactivity]
tanema_ has quit [Ping timeout: 252 seconds]
cj3kim has joined #ruby
<TuxLyn> alright :D
<TuxLyn> if anyone cares its on github now > https://github.com/GoTux/Ruby/blob/master/vpnbook.rb
<TuxLyn> enjoy ^_^
BackEndCoder has joined #ruby
mikecmpbll has joined #ruby
dangerousdave has joined #ruby
axsuul has joined #ruby
<TuxLyn> it works great, I've tried all of the configs :)
<TuxLyn> Thank you and good night.
TuxLyn has quit [Quit: Leaving]
Synthead has joined #ruby
cj3kim has quit [Ping timeout: 265 seconds]
rm_ has quit [Remote host closed the connection]
rm_ has joined #ruby
axsuul has quit [Ping timeout: 265 seconds]
dseitz has joined #ruby
mikecmpbll has quit [Quit: i've nodded off.]
gilest has joined #ruby
rm_ has quit [Ping timeout: 272 seconds]
mneorr has joined #ruby
adamnbowen has joined #ruby
hoypriest has quit [Quit: Connection closed for inactivity]
waheedi has quit [Quit: Waheedi]
MplsGreg has joined #ruby
waheedi has joined #ruby
mneorr has quit [Ping timeout: 245 seconds]
gilest has quit [Ping timeout: 265 seconds]
blackmesa has joined #ruby
joelroa has joined #ruby
Vivekananda has quit [Read error: Connection reset by peer]
tkuchiki has quit [Ping timeout: 252 seconds]
MplsGreg has quit [Ping timeout: 264 seconds]
yasushi has quit [Remote host closed the connection]
camila has joined #ruby
kenneth has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
joelroa has quit [Ping timeout: 260 seconds]
dangerousdave has quit [Quit: My Mac Pro has gone to sleep. ZZZzzz…]
lukec has quit [Quit: lukec]
snuffeluffegus has quit [Quit: Leaving]
adamnbowen has quit [Quit: Computer has gone to sleep.]
camila has quit [Ping timeout: 265 seconds]
Synthead has quit [Ping timeout: 260 seconds]
robert___ has joined #ruby
yasushi has joined #ruby
Salve has joined #ruby
virtualize has joined #ruby
robert_ has quit [Ping timeout: 272 seconds]
freerobby has joined #ruby
huffjenkem has joined #ruby
<huffjenkem> (huffjenkem) I need to write a rails app that simulates the ratio of black people huffing jenkem to sewage waste buildup. How do I find the formula?
virtualize has quit [Ping timeout: 260 seconds]
SCommette has joined #ruby
francisfish has joined #ruby
mlpinit has joined #ruby
dx7 has joined #ruby
derek_c has quit [Read error: Connection reset by peer]
Kricir has quit [Remote host closed the connection]
freerobby has quit [Ping timeout: 252 seconds]
blackmesa has quit [Ping timeout: 265 seconds]
mlpinit has quit [Ping timeout: 252 seconds]
dx7 has quit [Ping timeout: 272 seconds]
poguez_ has quit [Quit: Connection closed for inactivity]
yasushi has quit [Remote host closed the connection]
rubyracer has joined #ruby
pranny has joined #ruby
SCommette has quit [Quit: SCommette]
zarul has joined #ruby
RoxasShadowRS has joined #ruby
pranny has quit [Ping timeout: 252 seconds]
jle` has quit [Ping timeout: 260 seconds]
kate_r has joined #ruby
ephemerian has joined #ruby
davedev24 has quit [Remote host closed the connection]
davedev24 has joined #ruby
tanema has joined #ruby
kevinykchan has quit [Read error: Connection reset by peer]
kevinykchan has joined #ruby
kennym has joined #ruby
davedev24 has quit [Ping timeout: 260 seconds]
Hanmac has joined #ruby
tanema has quit [Ping timeout: 252 seconds]
Jason` has joined #ruby
Hanmac1 has quit [Ping timeout: 252 seconds]
Jason` has quit [Client Quit]
moneydouble has quit [Quit: Leaving.]
kevinykchan has quit [Read error: Connection reset by peer]
kevinykchan has joined #ruby
firefly2013 has joined #ruby
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
oracal has joined #ruby
Jason` has joined #ruby
<dseitz> Aren't you special :)
xbob has joined #ruby
rm_ has joined #ruby
Nilium has quit [Ping timeout: 265 seconds]
Kricir has joined #ruby
davedev24 has joined #ruby
francisfish has quit [Remote host closed the connection]
mjs2600 has joined #ruby
<shevy> huffjenkem lol nice trolling man, but can you please leave here and join #RubyOnRails ?
davedev24 has quit [Remote host closed the connection]
francisfish has joined #ruby
hermanmunster has quit [Ping timeout: 252 seconds]
<huffjenkem> Will do shevy
huffjenkem has left #ruby ["Quit"]
_bart has quit [Remote host closed the connection]
davedev24 has joined #ruby
pigzzcanfly has quit [Remote host closed the connection]
hermanmunster has joined #ruby
Fractional has joined #ruby
Jason` has quit [Quit: ERC Version 5.3 (IRC client for Emacs)]
bluenemo has joined #ruby
ultraflash3 has joined #ruby
rm_ has quit [Ping timeout: 272 seconds]
mjs2600 has quit [Ping timeout: 252 seconds]
<Fractional> Is it possible to do this with a hash? foo = {1 => BallClass} ball = foo[1].new?
francisfish has quit [Ping timeout: 260 seconds]
mneorr has joined #ruby
<RoxasShadowRS> yep
davedev24 has quit [Ping timeout: 264 seconds]
Nilium has joined #ruby
mikecmpbll has joined #ruby
ultraflash3 has quit [Ping timeout: 265 seconds]
aagdbl has joined #ruby
MplsGreg has joined #ruby
ultraflash3 has joined #ruby
flagg0204 has quit [Ping timeout: 260 seconds]
mneorr has quit [Ping timeout: 245 seconds]
<Fractional> Do you think this is a nice way of handling the game map loading? https://gist.github.com/Freddan962/ed6417147a497d591dfd
sebastianb has quit [Ping timeout: 265 seconds]
joelroa has joined #ruby
dingus_khan has joined #ruby
yasushi has joined #ruby
sebastianb has joined #ruby
yasushi has quit [Remote host closed the connection]
Kricir has quit [Ping timeout: 265 seconds]
MplsGreg has quit [Ping timeout: 272 seconds]
flagg0204 has joined #ruby
hoypriest has joined #ruby
fedesilv_ has joined #ruby
Deele has joined #ruby
einarj has joined #ruby
tgkokk has joined #ruby
mikecmpbll has quit [Quit: i've nodded off.]
fedesilva has quit [Ping timeout: 264 seconds]
joelroa has quit [Ping timeout: 260 seconds]
dingus_khan has quit [Read error: Connection reset by peer]
dingus_khan has joined #ruby
virtualize has joined #ruby
gilest has joined #ruby
freerobby has joined #ruby
virtualize has quit [Ping timeout: 245 seconds]
zerun0_ has quit [Ping timeout: 260 seconds]
<Fractional> http://puu.sh/75M0h.png - Is this a effecient way of handling the map loading? Is there anything I can do to improve it? (Naming variables or such)
zerun0_ has joined #ruby
mlpinit has joined #ruby
slowcon has quit [Quit: slowcon]
RyanV has quit [Quit: Computer has gone to sleep.]
<abunchofdollarsi> If you wanted to checkout someone's gem from github and hack on it; where/how would you do this so it plays nice with rubygems?
yfeldblum has quit [Read error: Connection reset by peer]
mlpinit has quit [Read error: Connection reset by peer]
freerobby has quit [Ping timeout: 265 seconds]
mlpinit has joined #ruby
srji_ has quit [Quit: leaving]
srji has joined #ruby
ultraflash3 has quit [Remote host closed the connection]
mlpinit has quit [Ping timeout: 260 seconds]
pigzzcanfly has joined #ruby
dmarr has joined #ruby
gilest has quit [Quit: Leaving...]
KarolisNo has joined #ruby
jonah_k has quit [Remote host closed the connection]
pranny has joined #ruby
RyanV has joined #ruby
io_syl has quit []
<shevy> abunchofdollarsi depends on whether the gem is registered on rubygems
<shevy> normally there are no gems on github though
<abunchofdollarsi> shevy, I can install the gem with 'gem install', but I want to use the development version that is available on github.
pigzzcanfly has quit [Ping timeout: 265 seconds]
<abunchofdollarsi> Trying to wrap my head around the ruby middleware and how it's doing system definition.
<shevy> abunchofdollarsi gem defaults to use rubygems.org as the first target
einarj has quit [Remote host closed the connection]
<abunchofdollarsi> Right but I have `gem install --local`
KarolisNo has quit [Ping timeout: 252 seconds]
<abunchofdollarsi> So I can just checkout and do that?
<shevy> if you use local gems then it does not matter from where the gem came
<shevy> what is "checkout" in this context?
<abunchofdollarsi> git clone
pranny has quit [Ping timeout: 252 seconds]
<shevy> ok, I assume git clone fetches some remote git repository locally, of course you can fetch remote code local, and then build a new gem after you did all changes locally
<abunchofdollarsi> Right.
<shevy> you can see the remote hosts your gem uses via: gem sources
<shevy> to directly add hosts to "gem install" fetch-functionality, you could use: gem sources --add SOURCE_URI # Add source
<shevy> I have not actually tried that myself yet, I cant seem to find gems not hosted on rubygems.org much at all :\
<abunchofdollarsi> So once I check out the repository.
<abunchofdollarsi> I have this direction that has lib, rake, Gemfile, etc.
<abunchofdollarsi> Presumable I need to do something to turn it into an <app>.gem though? And then I can install it.
bluenemo has quit [Remote host closed the connection]
<abunchofdollarsi> `gem build` maybe
einarj has joined #ruby
<shevy> you mean directory, not direction?#
<abunchofdollarsi> Yes.
cj3kim has joined #ruby
<shevy> ok, so you first identify the proper base directory
<shevy> then you use the "gem build" subcomponent of gem
<shevy> Usually the default would be like this:
<shevy> gem build *.gemspec
<shevy> problem is some projects do not use a .gemspec
<abunchofdollarsi> Right.
<shevy> they use some other way, which I have not found out how they get around this :)
<abunchofdollarsi> Where does `rake` figure into this?
<shevy> I think somehow via rake or via bundler
<abunchofdollarsi> I see.
<shevy> no idea so far, I am still stumped by this myself
<shevy> I am sure the info must be stored somewhere else
<abunchofdollarsi> Yes lots of middleware.
<shevy> hehe
<abunchofdollarsi> rake + bundler + gems + rvm ....
<shevy> I always use a .gemspec file... much easier for my poor old brain
<shevy> yeah
Guest_ has joined #ruby
dubsteph has joined #ruby
Oog has quit []
tanema has joined #ruby
Giorgio has quit [Read error: Operation timed out]
Guest_ has quit [Quit: Textual IRC Client: www.textualapp.com]
dangerousdave has joined #ruby
<shevy> google has some info about this actually
Matriks has joined #ruby
TripTastic is now known as JBreit
<abunchofdollarsi> Thanks.
einarj has quit [Remote host closed the connection]
guest has joined #ruby
<shevy> I guess most of the content of such a .gemspec is not entirely needed
guest has left #ruby [#ruby]
<shevy> gem can nag about if you omit some things. like it wants a .license = entry to denote what license is used in the project
<shevy> "
<shevy> A nice side-effect of this is that those who check in valid .gemspec files can take advantage of tools like bundler that allow git repositories to stand in for gems."
frank_____ has quit [Quit: Connection closed for inactivity]
Salve has quit [Remote host closed the connection]
<shevy> hmm
<shevy> abunchofdollarsi, look at a file like this here: https://github.com/datamapper/do/blob/master/do_mysql/tasks/compile.rake
RyanV has quit [Ping timeout: 265 seconds]
tanema has quit [Ping timeout: 260 seconds]
<shevy> def gemspec
<shevy> @clean_gemspec ||= Gem::Specification::load(File.expand_path('../../do_mysql.gemspec', __FILE__))
<shevy> apparently it has a method that loads a gemspec file from another directory
Salve has joined #ruby
dingus_khan has quit [Remote host closed the connection]
chihhsin_cloud has joined #ruby
RyanV has joined #ruby
<abunchofdollarsi> Interesting; thanks.
<shevy> hehe
<shevy> I am just trying to find that info out
<shevy> people seem to love rake but I found that I don't quite seem to need it for my own use
<abunchofdollarsi> I see, `rake -T` is useful.
<shevy> aha
<abunchofdollarsi> Shows what the rakefile can do.
<shevy> hmm ok, that's something
<shevy> I usually use small classes spread over my hdd, and not all of them have info available how to use them
<abunchofdollarsi> I see.
<shevy> but I try to give them --help powers when I think about it!
Salve has quit [Ping timeout: 252 seconds]
rubyracer has quit [Quit: Konversation terminated!]
rubyracer has joined #ruby
banister has joined #ruby
tgkokk has quit [Quit: WeeChat 0.4.4-dev]
yfeldblum has joined #ruby
rubyracer has quit [Client Quit]
sparrovv has joined #ruby
cj3kim has quit [Read error: Connection reset by peer]
vlad_starkov has joined #ruby
cj3kim has joined #ruby
Kuda has joined #ruby
yfeldblu_ has joined #ruby
alex88 has joined #ruby
vlad_starkov has quit [Read error: Connection reset by peer]
lkba has quit [Ping timeout: 265 seconds]
yfeldblum has quit [Ping timeout: 265 seconds]
mneorr has joined #ruby
Wolland has joined #ruby
Wolland has quit [Remote host closed the connection]
yfeldblu_ has quit [Ping timeout: 265 seconds]
<shevy> hmm what permission bits should ruby-gem based projects have? 0755 or 0644 ?
KarolisNo has joined #ruby
MplsGreg has joined #ruby
Kricir has joined #ruby
apeiros has quit [Read error: Connection reset by peer]
Wolland has joined #ruby
mneorr has quit [Ping timeout: 265 seconds]
apeiros has joined #ruby
MplsGreg has quit [Read error: Connection reset by peer]
MplsGreg has joined #ruby
joelroa has joined #ruby
tgkokk has joined #ruby
cj3kim has quit [Remote host closed the connection]
dangerousdave has quit [Quit: My Mac Pro has gone to sleep. ZZZzzz…]
relix has joined #ruby
KarolisNo has quit [Ping timeout: 252 seconds]
joshwines has quit [Quit: Connection closed for inactivity]
thomasxie has left #ruby [#ruby]
starfox21 has joined #ruby
tgkokk_ has joined #ruby
tgkokk_ has quit [Client Quit]
dx7 has joined #ruby
tgkokk has quit [Client Quit]
tgkokk has joined #ruby
MplsGreg has quit [Ping timeout: 264 seconds]
joelroa has quit [Ping timeout: 252 seconds]
pi___ has left #ruby [#ruby]
ringaroses has joined #ruby
rubyracer has joined #ruby
dx7 has quit [Ping timeout: 252 seconds]
mikecmpbll has joined #ruby
rubyracer has quit [Client Quit]
rickenharp has joined #ruby
ringaroses1 has joined #ruby
blackmesa has joined #ruby
Shidash has quit [Ping timeout: 252 seconds]
virtualize has joined #ruby
Kricir has quit [Ping timeout: 264 seconds]
ringaroses has quit [Ping timeout: 265 seconds]
freerobby has joined #ruby
virtualize has quit [Read error: Operation timed out]
Czupa has joined #ruby
freerobby has quit [Ping timeout: 260 seconds]
pigzzcanfly has joined #ruby
mlpinit has joined #ruby
mikecmpbll has quit [Quit: i've nodded off.]
KarolisNo has joined #ruby
cina has joined #ruby
eka has joined #ruby
pigzzcanfly has quit [Ping timeout: 264 seconds]
francisfish has joined #ruby
toretore has joined #ruby
francisfish has quit [Remote host closed the connection]
mlpinit has quit [Ping timeout: 265 seconds]
francisfish has joined #ruby
<shevy> I think I autogenerated some files like with permissions 0000
KarolisNo has quit [Ping timeout: 252 seconds]
pranny has joined #ruby
Wolland has quit []
francisfish has quit [Ping timeout: 260 seconds]
<certainty> shevy: super secure =)
<certainty> better than 666
<toretore> all my permissions are 777, for good luck
<shevy> gem install won't work once you use 0000, I had that problem at work :( now I noticed that one method I use forgot to pass in any permission bits
<certainty> strange umask though
pranny has quit [Ping timeout: 260 seconds]
alexju has quit [Remote host closed the connection]
<shevy> hehe
<shevy> Symbolic Notation Octal Notation English
<shevy> ---------- 0000 no permissions
Kilobyte|StupidC has quit [Read error: Operation timed out]
sheepman|afk is now known as sheepman
JZTech101 has quit [Ping timeout: 252 seconds]
<certainty> every sysop knows those by heart
Kilo`byte has joined #ruby
<shevy> pffft
<certainty> i'm certainly none, but even i know them :p
<shevy> I use computers so I dont have to remember anything!
phansch has joined #ruby
noop has quit [Ping timeout: 265 seconds]
<apeiros> certainty: and every coder should be able to calculate them
tanema has joined #ruby
<certainty> apeiros: agreed
<certainty> apeiros: in fact one of my very first C programs did that
<certainty> almost 15 years ago
JZTech101 has joined #ruby
dnyy has quit [Quit: Connection closed for inactivity]
<starfox21> hey guys, is there a good gem to do things with colors? compute contrasts, convert from one format to another etc?
sheepman is now known as sheepman|afk
tanema has quit [Read error: Operation timed out]
apeiros has quit [Remote host closed the connection]
eka has quit [Quit: My computer has gone to sleep. ZZZzzz…]
OdNairy has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
popl has joined #ruby
popl has quit [Changing host]
popl has joined #ruby
<shevy> starfox21 hmm sounds quite extensive
eka has joined #ruby
<shevy> starfox21 there may be a variety of gems that solve this or that, like RGB conversions, ansi colours output etc... etc.., not sure if there is one complete gem that does it all in one gem
klaut has joined #ruby
klaut has quit [Read error: Connection reset by peer]
<starfox21> shevy: just being able to easily convert between formats would help
BWStearns has joined #ruby
lolmaus has joined #ruby
<shevy> what kind of formats? YUV and such colourschemes?
klaut has joined #ruby
habanany has joined #ruby
<popl> is there a memo bot in #ruby?
<popl> I'll just use memoserv
Kricir has joined #ruby
apeiros has joined #ruby
freerobby has joined #ruby
<popl> hah
<starfox21> shevy: CMYK - RGB - HEX
<shevy> hmm
<popl> apeiros: Did you get my memo? ;)
<apeiros> popl: oooh, I never read memos :-(
<apeiros> which one records those? CS? NS?
<popl> memoserv
<popl> I just sent it and was informed that you were online.
vlad_starkov has joined #ruby
noop has joined #ruby
BWStearns has quit [Ping timeout: 264 seconds]
<popl> I rarely send them, actually.
mjs2600 has joined #ruby
AlexRussia has joined #ruby
Kricir has quit [Ping timeout: 265 seconds]
<shevy> indeed
<shevy> apeiros is online
<shevy> that's a truly powerful feature
yfeldblum has joined #ruby
* shevy pokes apeiros
<shevy> I wouldn't have known otherwise
* shevy pokes apeiros again
<popl> shevy: don't you have a baby to steal?
<apeiros> popl: ok, read :)
<shevy> I don't steal anything like that popl
<apeiros> popl: I pushed some more stuff. Table itself is now a bit better documented.
<popl> shevy: I don't believe you
<shevy> :(
<popl> apeiros: ok
<apeiros> popl: I think the easiest to start is Column and Row
vlad_starkov has quit [Read error: Connection reset by peer]
<apeiros> popl: Parser doesn't need to be covered with tests as I'm not sure whether it'll stay this way
<apeiros> oh, I haven't pushed the last updates to docs :(
<apeiros> pushing…
<popl> apeiros: I'll make a note of it.
aep has quit [Read error: Operation timed out]
dingus_khan has joined #ruby
<apeiros> pushed
<popl> apeiros: I'm not promising magic but I will do my best (this will be the first time I write tests in Ruby). Besides, you can always not accept the patches. :)
vlad_starkov has joined #ruby
mjs2600 has quit [Read error: Operation timed out]
bw__ has quit [Read error: Operation timed out]
habanany has quit [Ping timeout: 265 seconds]
dangerousdave has joined #ruby
<shevy> what project is this
yfeldblum has quit [Ping timeout: 272 seconds]
mneorr has joined #ruby
<apeiros> popl: not expecting magic :) I prefer solid handiwork
<apeiros> popl: I'll go hiking today, I'll be gone in ~15min. I go later than expected, so I'll probably not be back before 2100 UTC
bw_ has joined #ruby
dingus_khan has quit [Ping timeout: 252 seconds]
RyanV has quit [Quit: Lingo - http://www.lingoirc.com]
<shevy> cool
<popl> I might be sleeping, or doing laundry. I am also looking for an ew place right now so I have been fairly busy.
<shevy> popl stay at your old place!
<popl> I'll keep you updated if I make any changes.
Meistarin_ has joined #ruby
<popl> technically it's my friend's place and he's pretty tired of me by now.
<popl> anyways
<apeiros> popl: `ruby test/runner.rb` to run all tests
<apeiros> `ruby test/runner.rb FILE …` to run specific files
aep has joined #ruby
mneorr has quit [Ping timeout: 272 seconds]
<popl> yeah, I got that much from the comments (I gave it a cursory glance)
<popl> thanks
<popl> I will check it out further later
mercwithamouth has joined #ruby
<popl> ciao
popl has quit [Quit: Touch the frog.]
MplsGreg has joined #ruby
Meistarin_ has quit [Client Quit]
joelroa has joined #ruby
habanany has joined #ruby
danshultz has joined #ruby
roolo has joined #ruby
charliesome has joined #ruby
claymore has joined #ruby
MplsGreg has quit [Ping timeout: 272 seconds]
Kuda has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
zigomir has quit [Remote host closed the connection]
joelroa has quit [Ping timeout: 265 seconds]
pigzzcanfly has joined #ruby
apeiros has quit [Remote host closed the connection]
cj3kim has joined #ruby
apeiros has joined #ruby
virtualize has joined #ruby
davedev24 has joined #ruby
apeiros has quit [Remote host closed the connection]
apeiros has joined #ruby
kayamm has joined #ruby
shabgard has joined #ruby
francisfish has joined #ruby
Azulinho has joined #ruby
<certainty> isn't it strange that apeiros writes code without having tests :p
pigzzcanfly has quit [Ping timeout: 252 seconds]
shabgard has left #ruby [#ruby]
cj3kim has quit [Ping timeout: 264 seconds]
virtualize has quit [Ping timeout: 260 seconds]
plexus_ has joined #ruby
jle` has joined #ruby
francisfish has quit [Remote host closed the connection]
sparrovv has quit [Remote host closed the connection]
mlpinit has joined #ruby
xerxas has quit [Quit: Connection closed for inactivity]
guilleiguaran has quit [Quit: Connection closed for inactivity]
dangerousdave has quit [Quit: My Mac Pro has gone to sleep. ZZZzzz…]
scarolan_ has quit [Quit: leaving]
scarolan has joined #ruby
<Nilium> Woo, now I can write (horribly slow) code like `[:foo, :bar, :baz].value_of { (hash ** 2) & 0xFF }`
<Nilium> Now if only I had a reason for doing that..
mlpinit has quit [Ping timeout: 264 seconds]
agent_white has quit [Quit: night]
pranny has joined #ruby
<certainty> Nilium: what's it do?
<Nilium> value_of is just a little key-path thingy, so the block just takes every message sent to an instance of a constructor thingy and stores it as a sequence of keys to access on an object then runs that path against the receiver
elaptics`away is now known as elaptics
blackmesa has quit [Ping timeout: 252 seconds]
<Nilium> So, given something like a nested object hierarchy, it'll basically just go through and grab everything it can, reducing/mapping things as needed. Probably still some kinks to work out with the way deeply nested things are handled, but that's on the to-do list.
pranny has quit [Ping timeout: 265 seconds]
mikecmpbll has joined #ruby
tgkokk has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
alexherbo2 has quit [Quit: WeeChat 0.4.2]
hoypriest has quit [Quit: Connection closed for inactivity]
stryek has quit [Ping timeout: 265 seconds]
mercwithamouth has quit [Ping timeout: 252 seconds]
elaptics is now known as elaptics`away
sepp2k has joined #ruby
tanema has joined #ruby
aagdbl has quit [Quit: Connection closed for inactivity]
sparrovv has joined #ruby
Matriks has quit [Ping timeout: 265 seconds]
alexherbo2 has joined #ruby
_bart has joined #ruby
GinoMan has joined #ruby
tanema has quit [Ping timeout: 264 seconds]
evenix has joined #ruby
tgkokk has joined #ruby
Kuda has joined #ruby
Kricir has joined #ruby
habanany has quit [Ping timeout: 252 seconds]
alexju has joined #ruby
twiceaday has quit [Ping timeout: 252 seconds]
twiceaday has joined #ruby
evenix has quit [Ping timeout: 260 seconds]
Kuda has quit [Client Quit]
mikecmpbll has quit [Quit: i've nodded off.]
Kricir has quit [Ping timeout: 252 seconds]
alexju has quit [Remote host closed the connection]
yfeldblum has joined #ruby
chihhsin_cloud has quit [Quit: Connection closed for inactivity]
dx7 has joined #ruby
plexus_ has quit [Quit: Leaving]
Matriks has joined #ruby
plexus_ has joined #ruby
Olipro has quit [Ping timeout: 246 seconds]
<certainty> Nilium:alright, sounds nifty allthough i didn't fully grok it
yfeldblum has quit [Ping timeout: 265 seconds]
mneorr has joined #ruby
<Nilium> If you've ever written any Obj-C code that made use of Cocoa's key-value stuff, it's basically like that.
<Nilium> Except without assignment.
<certainty> nope i didn't
dx7 has quit [Ping timeout: 265 seconds]
<Nilium> I wonder how hard it'd be to add assignment..
<Nilium> Probably better not to think about it right now.
jonahR has joined #ruby
Guest37142 has joined #ruby
mikecmpbll has joined #ruby
pinage404 has joined #ruby
Czupa` has joined #ruby
<certainty> that's too brainy for me
<Nilium> https://gist.github.com/nilium/9152452 ⇐ It's basically just that crap.
tgkokk has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
GinoMan has quit [Ping timeout: 272 seconds]
sawtooth has quit [Ping timeout: 252 seconds]
sawtooth has joined #ruby
mneorr has quit [Ping timeout: 245 seconds]
Guest37142 has left #ruby [#ruby]
MplsGreg has joined #ruby
jonahR has quit [Client Quit]
<certainty> definitely too brainy :)
itadder has joined #ruby
Kuda has joined #ruby
xbob has quit []
tgkokk has joined #ruby
joelroa has joined #ruby
Kuda has quit [Client Quit]
<Fractional> Any good website that cuts out parts of images?
dubsteph has quit [Ping timeout: 252 seconds]
jzig has joined #ruby
Kuda has joined #ruby
pigzzcanfly has joined #ruby
kirun has joined #ruby
MplsGreg has quit [Ping timeout: 252 seconds]
Azulinho has quit [Ping timeout: 265 seconds]
joelroa_ has joined #ruby
joelroa has quit [Ping timeout: 252 seconds]
<Nilium> https://gist.github.com/nilium/9152452 ⇐ It's basically just that crap.
<Nilium> Bah, you are not the terminal window, Limechat.
io_syl has joined #ruby
<Nilium> Sorry.
jzig has quit [Ping timeout: 265 seconds]
jonr22 has joined #ruby
pigzzcanfly has quit [Ping timeout: 272 seconds]
thyagobr has joined #ruby
habanany has joined #ruby
davidcollom has left #ruby [#ruby]
Kuda has quit [Quit: Textual IRC Client: www.textualapp.com]
davidcollom has joined #ruby
virtualize has joined #ruby
jbueza has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
joelroa_ has quit [Ping timeout: 265 seconds]
habanany has quit [Ping timeout: 272 seconds]
virtualize has quit [Ping timeout: 260 seconds]
xbob has joined #ruby
dorei has joined #ruby
mlpinit has joined #ruby
ctp has joined #ruby
mlpinit has quit [Ping timeout: 253 seconds]
pranny has joined #ruby
koell has joined #ruby
sparrovv has quit [Remote host closed the connection]
koell has quit [Client Quit]
koell has joined #ruby
pranny has quit [Ping timeout: 265 seconds]
Olipro has joined #ruby
atmosx has joined #ruby
<atmosx> shevy: you here mate?
tanema has joined #ruby
dvarrui has joined #ruby
Olipro has quit [Read error: Connection reset by peer]
lkba has joined #ruby
thyagobr has quit [Ping timeout: 252 seconds]
tanema has quit [Ping timeout: 264 seconds]
<itadder> I need to head out to the gym then laundry
<itadder> then maybe I will watch a movie
<itadder> and then I will do some ruby
caustic has joined #ruby
[gmi] has joined #ruby
Kricir has joined #ruby
AxonetBE has joined #ruby
yasushi has joined #ruby
Burgestrand has quit [Quit: Burgestrand]
ringaroses1 has quit [Ping timeout: 265 seconds]
dubsteph has joined #ruby
rootshift_ has joined #ruby
Fractional has quit [Read error: Connection reset by peer]
mjs2600 has joined #ruby
scarolan has quit [Ping timeout: 265 seconds]
Kricir has quit [Ping timeout: 264 seconds]
blackmesa has joined #ruby
SHyx0rmZ has joined #ruby
danshultz has quit [Remote host closed the connection]
mjs2600 has quit [Ping timeout: 265 seconds]
ringaroses has joined #ruby
mneorr has joined #ruby
ringaroses has quit [Read error: Connection reset by peer]
Olipro has joined #ruby
dlewis has quit [Disconnected by services]
pigzzcanfly has joined #ruby
black0ut has joined #ruby
AxonetBE has quit [Quit: AxonetBE]
caustic has quit [Quit: My Mac Mini has gone to sleep. ZZZzzz…]
mneorr has quit [Ping timeout: 272 seconds]
MplsGreg has joined #ruby
pigzzcanfly has quit [Ping timeout: 260 seconds]
vlad_starkov has quit [Remote host closed the connection]
dvarrui has quit [Quit: Saliendo]
S0da has joined #ruby
MplsGreg has quit [Ping timeout: 264 seconds]
joelroa has joined #ruby
dseitz has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
Zhann has quit [Read error: Operation timed out]
Zhann has joined #ruby
joelroa has quit [Read error: Operation timed out]
virtualize has joined #ruby
pasafona has joined #ruby
<pasafona> hello
<ddd> Given "I have some time today" ; When "I finish at the gym" ; Then "I will watch a movie" ; And "I will do some Ruby"
<ddd> itadder now. write your test blocks ;)
* ddd runs away cackling
<itadder> hi
<itadder> ddd: oh
<pasafona> Need some help running a file from terminal...
joelroa has joined #ruby
<ddd> sorry, it read like a cuke so I wrote it as one :)
<ddd> bad coder humor
<itadder> this is my code
Jetchisel has quit [Quit: "Unfortunately time is always against us" -- *Morpheus*]
<ddd> lol
dseitz has joined #ruby
caustic has joined #ruby
<ddd> oh the insanity of the mind when it first wakes up on a Saturday morning :)
black0ut has quit []
virtualize has quit [Ping timeout: 248 seconds]
<itadder> yea
<itadder> I need to go to yoga today
<itadder> I am goign to be late if I do not leave my house
<itadder> ddd: I suffer form extreme irc hyperfocus
<itadder> and adhd
<itadder> LOL
<ddd> cat irc > /dev/null &
<pontiki> it's called /quit
<itadder> okay bye
<ddd> i admit it, I'm addicted to my IRC. have been for years
<certainty> yay my daughter just wrote her first little program
<itadder> oh wow
<itadder> in RUBY
<certainty> nah scheme
<ddd> certainty woohoo! get em interested while they;re young
<itadder> oh even better
<pontiki> gist it!
<itadder> gist hub it
<itadder> bye
<pasafona> Hi .. I need some help ... anyone got a moment?
itadder has quit [Remote host closed the connection]
<ddd> just ask. guru hunting rarely works
itadder has joined #ruby
<pasafona> dont need a guru ... just how to run a code saved on rb file from irb
mlpinit has joined #ruby
nateberkopec has joined #ruby
<pontiki> pasafona: you can load code into irb with load
<ddd> load "path to file"
joelroa has quit [Ping timeout: 265 seconds]
<pasafona> thanks... testing
<ddd> path is relative to where it was started. or you can give the full on path]
<ddd> pasafona I think you can do 'help load' or 'ri load' in irb
<ddd> not sure if the ri cmd one works
rdark has joined #ruby
lockweel has joined #ruby
<ddd> other way around. help one doesn;t work, but the ri one does
<ddd> how old?
black0ut has joined #ruby
<certainty> she's only 7 so the biggest challenge is to learn to type :)
<ddd> hehe true
<ddd> thats awesome and (dare I say it) cute
<ddd> same age as my youngest
<pontiki> can i get a translation of the text parts?
mlpinit has quit [Ping timeout: 252 seconds]
<pontiki> i get it sorta from context
<certainty> for the non germans, that little function prints the age her sister will be, given her age
itadder has quit [Ping timeout: 260 seconds]
<pontiki> :D
<ddd> nice
<certainty> she kept asking me this all the time, so i found it would be a perfect fit
<ddd> i know a smattering of german. enough to get my ass kicked :)
davidcollom is now known as davidcollom_
<certainty> heh
<pontiki> and HUGE PROPS for first program in a Lisp
<ddd> hells yeah
<certainty> and actually it's not a problem
<ddd> I'm 43 and know nothing of lisp
<certainty> we started by just typing (+ 2 2) at the repl
<ddd> 7yo has me beat
<certainty> she didn't even wonder why the + comes first
<pontiki> :D
<certainty> i told her that's the way it is and she was fine
<pontiki> that doesn't even show how big my grin is
<dorei> ddd: me too, i'm afraid of parentheses :)
<ddd> haha ikr?
pranny has joined #ruby
<ddd> something seriously cool about a kid that young starting to program.
byprdct has joined #ruby
tcopp has joined #ruby
io_syl has quit []
<certainty> we'll see if she stays interested. I figure she will, she's pretty good at math too
<certainty> if not she can become a fashion designer :)
<ddd> probably will wane for a bit, but if she likes computers she'll probably come back to it
zoscoy has joined #ruby
<certainty> yepp, maybe once she knows a little bit more english
<pontiki> why should parentheses be so scary
* certainty feels proud
<pontiki> they merely show structure
<ddd> my 13yo daughter wants to learn to program, but she's more caught up in art at the moment. she is one HELL of a drawer
<pontiki> how about a programming fashion designer
<ddd> certainty what does english have to do with it? tons of docs in german, and she has an ace in the hole. Her Dad! :)
<certainty> ddd: perfect fit. programming is a creative tasks too
<pontiki> design == engineering ; engineering == design
caustic has quit [Quit: My Mac Mini has gone to sleep. ZZZzzz…]
<ddd> certainty yep. she's just not ready to sit down and try the programming yet.
<pontiki> it's about solving problems
<certainty> ddd: it would be easier if she actually understood the english terms. At the moment she can remember the few function names, but later knowing english helps
<pontiki> be they structural, mathematical, or aesthetic
<ddd> oh i see what you mean
pranny has quit [Ping timeout: 252 seconds]
<certainty> eventually i'll just prepare a little file that she can load that redefines the most important macros and functions to have german names
<ddd> pontiki yeah, I'm good at structural, she rocks at aesthetic
<pontiki> while i'm not on the bandwagon of "everyone needs to know how to program", i *am* quite sure everyone needs to know how to solve problems
<certainty> makes sense
<ddd> agreed
tanema has joined #ruby
<pontiki> learning to program is but a means to understanding how to solve problems, or at least it should be
<pontiki> and being able to apply that
<ddd> hehe its become a hell of a lot more convoluted than that these days
<pontiki> sorry, a bit of a soapbox for me
<ddd> hey, I'm right there handing out flyers so..
<pontiki> what is more convoluted?
<certainty> programming these days
caveat- has quit [Ping timeout: 272 seconds]
<pontiki> i'm not suggesting teaching your daughter how to deploy a Java app in a Tomcat
<ddd> seems like the problem descriptions are far more convoluted these days. and the programming has become a game of terseness rather than simplistic solution finding.
<pontiki> back in '69, i wrote my first program in BASIC
<ddd> i did as well, but mine was in the late 80s
<ddd> qbasic
<pontiki> also, i think you aren't really thinking of beginners
aryaching has joined #ruby
<pontiki> terseness is a property of recognizing repetition
jefflyne has joined #ruby
shaileshg has quit [Quit: Connection closed for inactivity]
caveat- has joined #ruby
<ddd> pontiki you see it in the rails channel all the time, and other chans like C C++ etc. Everyone trying to take a beginner;s app and refine it down even before they;re sure the beginner even has all the concepts he/she implemented
dotemacs_ has quit [Quit: Connection closed for inactivity]
carraroj has joined #ruby
<ddd> + down
webgen has joined #ruby
<pontiki> and what you'd teach someone who wishes to be a profession programmer is quite different than teaching someone about problems solving using a programming language
<ddd> to me, your 2nd should be the first goal. your first should be a natural extension of the 2nd
<pontiki> yes, true, and that is coming from quite a different space
chihhsin_cloud has joined #ruby
tanema has quit [Ping timeout: 252 seconds]
<certainty> programming is all about recognizing patterns, you can literally solve a huge class of problems knowing a handful of patterns. And i don't speak of design patterns
<pontiki> that's actually quite what i'm saying
jeregrine has quit [Quit: Connection closed for inactivity]
rootshift_ has quit [Quit: My MacBook has decided to go to sleep. Zzzz..]
<pontiki> design patterns are a quite specific sort of pattern, yes
<ddd> oh, cool :)
<webgen> programming is real economics lol
KarolisNo has joined #ruby
<pontiki> but i'm *also* speaking different learning levels
garndt has quit [Quit: Connection closed for inactivity]
<pontiki> sadly, i think a lot of people have come to the table of wanting to learn to program with*out* basic problem solving and critthink skills
<ddd> for me personally i have found learning to program is learning to recognize that there are patterns, and then how to solve
<certainty> SICP and the little schemer/lisper show this very clearly. Slowly introducing more code patterns
<pontiki> yes, i remember the little lisper :)
<certainty> very good books
<ddd> i've heard of, but never seen or tried
<certainty> and entertaining too
<pontiki> i wish i still had my copy
klaut has quit [Remote host closed the connection]
dx7 has joined #ruby
<certainty> i have the entire series, the little, seasoned and reasoned schemer
<ddd> see, didn;t know there was a whole series
<certainty> :)
Blyxem has joined #ruby
jsilver has quit [Read error: Connection reset by peer]
<certainty> speaking of being afraid of parens. In my carreer there have been two languages that i've somehow been afraid of because i failed to grok them when i first tried
tanema has joined #ruby
<pasafona> thanks pontiki & ddd: I didn't use load("path") ... tried load path :)
<certainty> that's lisp and haskell. Do you know what i mean?
<ddd> i do
<ddd> i still am
<pontiki> i suppose so
jefflyne has quit [Quit: My Mac Mini has gone to sleep. ZZZzzz…]
<pontiki> lisp was my 3rd language, and the first i consider where i really learned programming
<certainty> makes perfect sense
jsilver has joined #ruby
<pontiki> 1st was BASIC, 2nd was Fortran
<certainty> other languages such as ruby are easy as pie to learn
<pontiki> but Lisp was beautiful to me
terence has joined #ruby
<ddd> i went weird. 1 - BASIC, 2 - Assembly, 3 - C
sparrovv has joined #ruby
<ddd> smattering of C++ and now Ruby
<dorei> x86 assembly?
<ddd> yeah. on the 486DX2
<certainty> i started off with C then C++, Perl, Prolog, Common Lisp, Scheme, Haskell, Ruby, Clojure .. tried a few others
<certainty> basic seems to be the favorite still
<ddd> been a long long time sinc ei;ve even looked at assembly. wonder why we drop certain languages
<certainty> to start with at least
dx7 has quit [Ping timeout: 252 seconds]
<ddd> yeah i still have a plac ein my heart for basic
<dorei> ddd: assembly skillz are handy when trying to crack software :)
<ddd> dorei hehe i didn;t even know what cracking was back then :)
<ddd> i'd just found a manual on Assembly in the library
<certainty> make jz a jnz
Kricir has joined #ruby
<terence> Hello, I'm new here, may I ask a technical question?
<certainty> terence: don't ask to ask
<certainty> just ask
yasushi has quit [Remote host closed the connection]
<pontiki> i'm reading up on Clojure now
yfeldblum has joined #ruby
<certainty> pontiki: as you already know lisp you'll find it instantly pleasing.
<certainty> also having the ability to write much of your program in a pure style
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<pontiki> i think i'm going to enjoy the additions of vectors and hash maps
charliesome has joined #ruby
<certainty> yeah maps are the clojure work hors
<ddd> maybe its because I came so late to the game (real world programming) but I don;t understand what;s meant by 'pure style' in that sentence
<pontiki> ah
<pontiki> pure lisp
<ddd> oh, framework free you mean
<terence> I have a function defined in C and called in Ruby, but in Ruby it failed to call that function, says "method not defined!"
<pontiki> not mixing in java, forex
<certainty> ddd: pure code doesn't have sideefects
<ddd> hmm
<dorei> terence: ffi?
<pontiki> certainty: lisp is where i learned about REPL-driven development, testing and acreting functions, and building things up, as well as building them down
blackmesa has quit [Ping timeout: 272 seconds]
<certainty> ddd: every function is a function in the mathematical sense.
Kricir has quit [Ping timeout: 265 seconds]
charliesome has quit [Client Quit]
<ddd> ok that i grok'd
<pontiki> oh, ISWYM
<pontiki> yes, *that*
<pontiki> there is much elegance in that
<certainty> pontiki: that's really great once you're used to it. Try it out while you code your way along. Also it encourages to build many small functions that you can try out and build on them
<dorei> certainty: functions in the mathematical sense dont have sideeffects
<ddd> his point
<certainty> dorei: yeah, that's what i said :)
<terence> not sure, you can see my repo: https://github.com/hyaocuk/nmatrix-gemv
yfeldblum has quit [Ping timeout: 265 seconds]
<certainty> haskell folks used to say that you have small functions that are obviously correct, though i'm not fond of that description
pigzzcanfly has joined #ruby
<terence> I mean the "cblas_gemv" cannot be found
<pontiki> s'funny, i never even came upon the term REPL-driven development until one of avdi's tapas eps mentioned it
<pontiki> i always thought of it as poking at things interactively
<certainty> ruby is a good fit for the repl as well. You need to be able to constantly redefine things
nateberkopec has quit [Quit: Leaving...]
<ddd> i read that in one of his programmingruby posts i think
<pontiki> this is why i so love pry
<ddd> me too
<terence> and "cblas_gemv" is defined in ext/nmatrix_gemv/math.cpp
caustic has joined #ruby
<pontiki> i saw cirwin's talk at railsconf2013 about it
<dorei> terence: it isnt defined in any of your ruby code?
<ddd> missed that one
<pontiki> but didn't grok on the REPL-driven thing
carraroj has quit [Ping timeout: 260 seconds]
<pontiki> i was kind of half asleep....
<ddd> hehe
<pontiki> there's a better version at freaks
<pontiki> one sec, let me dig it up
<ddd> ok
nateberkopec has joined #ruby
<terence> @dorei but I have it defined using like this "rb_define_singleton_method(cNMatrix_BLAS, "cblas_gemv", (METHOD)nm_cblas_gemv, 11);"
mneorr has joined #ruby
<dorei> terence: i think this is for using ruby code from within C/C++, aint sure though, whenever i want to call C code from my ruby progs i use 'ffi'
<terence> dorei:yes it is!
pigzzcanfly has quit [Ping timeout: 265 seconds]
einarj has joined #ruby
<dorei> terence: but u're doing it the other way, u want to call C code from your ruby code
<ddd> pontiki if you find it, msg to me please? my wife needs me for a bit
Czupa` has quit [Quit: Wychodzi]
gmi_ has joined #ruby
toertore has joined #ruby
Matriks_ has joined #ruby
_bart_ has joined #ruby
Blyxem has quit [Read error: Connection reset by peer]
<terence> dorei: it seems that the this func has been defined in C and declared this method in C using ruby.h API
mneorr has quit [Ping timeout: 245 seconds]
Robert__ has joined #ruby
tonni_ has joined #ruby
KarolisN_ has joined #ruby
shaado has joined #ruby
firefly20131 has joined #ruby
gmi__ has joined #ruby
BlyxemBefok has joined #ruby
MplsGreg has joined #ruby
hamakn_ has joined #ruby
havenn has joined #ruby
tubuliferous has quit [Read error: Connection reset by peer]
Naoe-Kanno has joined #ruby
shtirlic_ has joined #ruby
endash__ has joined #ruby
verto_ has joined #ruby
nathancahill_ has joined #ruby
jcs222 has quit [Ping timeout: 265 seconds]
Lewix has joined #ruby
Atww has joined #ruby
tkuchiki has joined #ruby
matti_ has quit [Read error: Operation timed out]
pcarrier_ has joined #ruby
ReCoin2 has joined #ruby
mikecmpbll has quit [Ping timeout: 272 seconds]
radic has quit [Ping timeout: 272 seconds]
ItSANgo has quit [Ping timeout: 272 seconds]
mgorbach has quit [Ping timeout: 272 seconds]
jso has quit [Ping timeout: 272 seconds]
undert_ has quit [Ping timeout: 272 seconds]
klaas has quit [Ping timeout: 272 seconds]
mroth has quit [Ping timeout: 272 seconds]
eka has quit [Ping timeout: 272 seconds]
wchun has quit [Ping timeout: 272 seconds]
robwilliamsuk has quit [Ping timeout: 272 seconds]
terlar has quit [Ping timeout: 272 seconds]
icedp has quit [Ping timeout: 272 seconds]
helpa has quit [Ping timeout: 272 seconds]
otertore has joined #ruby
MJBrune_ has joined #ruby
corrosion has joined #ruby
sparrovv_ has joined #ruby
DrCode has quit [Ping timeout: 240 seconds]
TripTastic has joined #ruby
ada2358 has joined #ruby
Symbiosisz has quit [Read error: Operation timed out]
ctp_ has joined #ruby
danshultz has joined #ruby
koell has quit [Ping timeout: 272 seconds]
yeticry has quit [Ping timeout: 272 seconds]
tedstriker has quit [Ping timeout: 272 seconds]
Schmidt has quit [Ping timeout: 272 seconds]
monsieurp has quit [Ping timeout: 272 seconds]
Riking has quit [Ping timeout: 272 seconds]
Morrolan has quit [Ping timeout: 272 seconds]
abunchofdollarsi has quit [Ping timeout: 272 seconds]
bier has quit [Ping timeout: 272 seconds]
koalallama has quit [Ping timeout: 272 seconds]
avelldiroll has quit [Ping timeout: 272 seconds]
destruct1re has quit [Ping timeout: 272 seconds]
mosez has quit [Ping timeout: 272 seconds]
Fraeon has quit [Ping timeout: 272 seconds]
bluntman has quit [Ping timeout: 272 seconds]
mocfive_ has joined #ruby
Xiti` has joined #ruby
corrosion is now known as Guest73769
end_guy has quit [Ping timeout: 240 seconds]
matti has joined #ruby
matti has quit [Changing host]
matti has joined #ruby
Symbiosisz has joined #ruby
tekmaster has joined #ruby
ceej_ has joined #ruby
Jelco_ has joined #ruby
sawtooth1 has joined #ruby
im0b_ has joined #ruby
sparrovv_ has quit [Ping timeout: 246 seconds]
justinxreese has quit [Ping timeout: 246 seconds]
danshultz has quit [Ping timeout: 246 seconds]
CJD14_ has joined #ruby
dmoe_ has joined #ruby
nisstyre_ has joined #ruby
mostlybadfly_ has joined #ruby
aryaching_ has joined #ruby
drjblouse__ has joined #ruby
vcoinminer_ has joined #ruby
davorb_ has joined #ruby
riceandb1ans has joined #ruby
tomaw has quit [*.net *.split]
jsilver has quit [*.net *.split]
SHyx0rmZ has quit [*.net *.split]
dorei has quit [*.net *.split]
xbob has quit [*.net *.split]
twiceaday has quit [*.net *.split]
kirun has quit [*.net *.split]
aep has quit [*.net *.split]
noop has quit [*.net *.split]
kevinykchan has quit [*.net *.split]
timonv has quit [*.net *.split]
ephemerian has quit [*.net *.split]
ayaz has quit [*.net *.split]
jackneill has quit [*.net *.split]
Nahra has quit [*.net *.split]
Alina-malina has quit [*.net *.split]
JBreit has quit [*.net *.split]
bleak has quit [*.net *.split]
bhaak has quit [*.net *.split]
Xiti has quit [*.net *.split]
Gooder has quit [*.net *.split]
casheew has quit [*.net *.split]
WillAmes has quit [*.net *.split]
linduxed has quit [*.net *.split]
pwh has quit [*.net *.split]
lazyguru has quit [*.net *.split]
DefV has quit [*.net *.split]
joshualivesay has quit [*.net *.split]
nateberkopec has quit [*.net *.split]
jayne has quit [*.net *.split]
camt has quit [*.net *.split]
zastern has quit [*.net *.split]
Twist- has quit [*.net *.split]
mvangala has quit [*.net *.split]
hoelzro has quit [*.net *.split]
rickenharp has quit [*.net *.split]
bedouin has quit [*.net *.split]
cbetta has quit [*.net *.split]
gyre007__ has quit [*.net *.split]
kapowaz has quit [*.net *.split]
Guest89694 has quit [*.net *.split]
Guest85414______ has quit [*.net *.split]
yo61 has quit [*.net *.split]
danneu has quit [*.net *.split]
Jakee` has quit [*.net *.split]
jpinnix_ has quit [*.net *.split]
ged has quit [*.net *.split]
ping-pong has quit [*.net *.split]
crazysim has quit [*.net *.split]
d-snp has quit [*.net *.split]
DrForr has quit [*.net *.split]
replay_ has quit [*.net *.split]
patronus has quit [*.net *.split]
juni0r has quit [*.net *.split]
jds has quit [*.net *.split]
Norrin has quit [*.net *.split]
RKornmeyer has quit [*.net *.split]
rurban_ has quit [*.net *.split]
octarine has quit [*.net *.split]
Tranquility has quit [*.net *.split]
nighter has quit [*.net *.split]
elaptics`away has quit [*.net *.split]
Mohan_ has quit [*.net *.split]
thoraxe has quit [*.net *.split]
wwalker has quit [*.net *.split]
wykydtron has quit [*.net *.split]
ozzloy has quit [*.net *.split]
Mars` has quit [*.net *.split]
ericwood has quit [*.net *.split]
thejoecarroll has quit [*.net *.split]
nilsove has quit [*.net *.split]
Muz has quit [*.net *.split]
Lulzon has quit [*.net *.split]
devyn has quit [*.net *.split]
gf3 has quit [*.net *.split]
seich has quit [*.net *.split]
jmaister has quit [*.net *.split]
Guest95957 has quit [*.net *.split]
mjmac has quit [*.net *.split]
Davedo has quit [*.net *.split]
machuga has quit [*.net *.split]
bpgoldsb has quit [*.net *.split]
neoice has quit [*.net *.split]
drasch has quit [*.net *.split]
mr_rich101 has quit [*.net *.split]
gstamp has quit [*.net *.split]
eshy has quit [*.net *.split]
zz_karupanerura has quit [*.net *.split]
cibs has quit [*.net *.split]
KarolisNo has quit [*.net *.split]
Zhann has quit [*.net *.split]
byprdct has quit [*.net *.split]
[gmi] has quit [*.net *.split]
Matriks has quit [*.net *.split]
tgkokk has quit [*.net *.split]
plexus_ has quit [*.net *.split]
davedev24 has quit [*.net *.split]
jle` has quit [*.net *.split]
apeiros has quit [*.net *.split]
_bart has quit [*.net *.split]
kayamm has quit [*.net *.split]
AlexRussia has quit [*.net *.split]
toretore has quit [*.net *.split]
alex88 has quit [*.net *.split]
JZTech101 has quit [*.net *.split]
oracal has quit [*.net *.split]
firefly2013 has quit [*.net *.split]
chipotle_ has quit [*.net *.split]
robert___ has quit [*.net *.split]
predator217 has quit [*.net *.split]
juo has quit [*.net *.split]
SirCmpwn has quit [*.net *.split]
edwardly has quit [*.net *.split]
Atw has quit [*.net *.split]
hamakn has quit [*.net *.split]
Spleeze has quit [*.net *.split]
_5kg has quit [*.net *.split]
Martxel has quit [*.net *.split]
nathancahill has quit [*.net *.split]
TheMoonMaster has quit [*.net *.split]
Akuma has quit [*.net *.split]
MJBrune has quit [*.net *.split]
pcarrier has quit [*.net *.split]
ada2358_ has quit [*.net *.split]
eval-in_ has quit [*.net *.split]
pignata_ has quit [*.net *.split]
jwest has quit [*.net *.split]
Rydekull has quit [*.net *.split]
joelteon has quit [*.net *.split]
robmozart_ has quit [*.net *.split]
sirecote has quit [*.net *.split]
Scient has quit [*.net *.split]
segv has quit [*.net *.split]
BlyxemBefok has quit [*.net *.split]
idoru has quit [*.net *.split]
Robert__ has quit [*.net *.split]
gmi_ has quit [*.net *.split]
tanema has quit [*.net *.split]
S0da has quit [*.net *.split]
lkba has quit [*.net *.split]
dubsteph has quit [*.net *.split]
sawtooth has quit [*.net *.split]
claymore has quit [*.net *.split]
zerun0_ has quit [*.net *.split]
flagg0204 has quit [*.net *.split]
dmarr has quit [*.net *.split]
relix has quit [*.net *.split]
fedesilv_ has quit [*.net *.split]
kennym has quit [*.net *.split]
RoxasShadowRS has quit [*.net *.split]
sputnik13 has quit [*.net *.split]
ktosiek has quit [*.net *.split]
rhys has quit [*.net *.split]
xBradPittx has quit [*.net *.split]
braincrash has quit [*.net *.split]
sski has quit [*.net *.split]
nichtdiebohne1 has quit [*.net *.split]
angusiguess has quit [*.net *.split]
machty has quit [*.net *.split]
gregf has quit [*.net *.split]
yxhuvud has quit [*.net *.split]
jack_rabbit has quit [*.net *.split]
iceden has quit [*.net *.split]
kenndel_ has quit [*.net *.split]
Liothen has quit [*.net *.split]
DarkFoxDK has quit [*.net *.split]
mocfive has quit [*.net *.split]
zz_jrhorn424 has quit [*.net *.split]
meinside has quit [*.net *.split]
Galgorth has quit [*.net *.split]
fayimora has quit [*.net *.split]
Dwarf has quit [*.net *.split]
ccooke has quit [*.net *.split]
MindfulMonk has quit [*.net *.split]
andrewstewart has quit [*.net *.split]
ceej has quit [*.net *.split]
vcoinminer has quit [*.net *.split]
Kamilion has quit [*.net *.split]
Kruppe has quit [*.net *.split]
zenojis has quit [*.net *.split]
Sthebig has quit [*.net *.split]
Tobarja has quit [*.net *.split]
jrunning__ has quit [*.net *.split]
CaptainKnots has quit [*.net *.split]
justinmcp has quit [*.net *.split]
Paradox has quit [*.net *.split]
cmaxw_ has quit [*.net *.split]
gazoombo has quit [*.net *.split]
mostlybadfly has quit [*.net *.split]
mjc_ has quit [*.net *.split]
im0b has quit [*.net *.split]
psyprus has quit [*.net *.split]
aetaric has quit [*.net *.split]
CJD14 has quit [*.net *.split]
bodie_ has quit [*.net *.split]
Nightmare has quit [*.net *.split]
ConstantineXVI has quit [*.net *.split]
artgoeshere has quit [*.net *.split]
epochwolf has quit [*.net *.split]
davorb has quit [*.net *.split]
mordocai has quit [*.net *.split]
[krisbulman] has quit [*.net *.split]
ckrailo has quit [*.net *.split]
mbff has quit [*.net *.split]
drjblouse_ has quit [*.net *.split]
mattyohe has quit [*.net *.split]
PhilK has quit [*.net *.split]
minsa4 has quit [*.net *.split]
adambeynon has quit [*.net *.split]
ryanuber has quit [*.net *.split]
rf has quit [*.net *.split]
brisbin has quit [*.net *.split]
jtoy_ has quit [*.net *.split]
xiphiasx_ has quit [*.net *.split]
kiki_lamb has quit [*.net *.split]
Rennex has quit [*.net *.split]
asuka_ has quit [*.net *.split]
billiam has quit [*.net *.split]
Guedes0 has quit [*.net *.split]
kenichi has quit [*.net *.split]
AndyWojo_ has quit [*.net *.split]
parus has quit [*.net *.split]
poutine has quit [*.net *.split]
ptierno has quit [*.net *.split]
sfiggins has quit [*.net *.split]
pdtpatr1ck has quit [*.net *.split]
xybre has quit [*.net *.split]
tommyvyo_ has quit [*.net *.split]
caveat- has quit [*.net *.split]
nvll has quit [*.net *.split]
BaconOverflow_ has quit [*.net *.split]
jaxxstorm has quit [*.net *.split]
robustus has quit [*.net *.split]
Karunamon has quit [*.net *.split]
cuppscakes has quit [*.net *.split]
lupine has quit [*.net *.split]
trhodes has quit [*.net *.split]
lepht has quit [*.net *.split]
rtlong has quit [*.net *.split]
rgoodwin has quit [*.net *.split]
RoryHughes has quit [*.net *.split]
jimeh has quit [*.net *.split]
FaresKAlaboud has quit [*.net *.split]
Guest36224 has quit [*.net *.split]
jmeeuwen has quit [*.net *.split]
DylanJ has quit [*.net *.split]
androbtech has quit [*.net *.split]
toertore has quit [*.net *.split]
caustic has quit [*.net *.split]
sparrovv has quit [*.net *.split]
black0ut has quit [*.net *.split]
atmosx has quit [*.net *.split]
bw_ has quit [*.net *.split]
phansch has quit [*.net *.split]
banister has quit [*.net *.split]
Deele has quit [*.net *.split]
Hanmac has quit [*.net *.split]
marcdel has quit [*.net *.split]
havenwood has quit [*.net *.split]
nisstyre has quit [*.net *.split]
carif has quit [*.net *.split]
Lightstalker has quit [*.net *.split]
billy_ran_away has quit [*.net *.split]
chihhsin has quit [*.net *.split]
p8952 has quit [*.net *.split]
clamstar has quit [*.net *.split]
endash has quit [*.net *.split]
fijimunkii has quit [*.net *.split]
shtirlic has quit [*.net *.split]
camilasan has quit [*.net *.split]
csmrfx has quit [*.net *.split]
tonni has quit [*.net *.split]
PLejeck has quit [*.net *.split]
jsaak has quit [*.net *.split]
Elfix_113 has quit [*.net *.split]
qz has quit [*.net *.split]
tekacs has quit [*.net *.split]
Drakevr has quit [*.net *.split]
malnek has quit [*.net *.split]
WormDrink has quit [*.net *.split]
dpaulus has quit [*.net *.split]
oso96_2000 has quit [*.net *.split]
QKO_ has quit [*.net *.split]
pontiki has quit [*.net *.split]
ParanoidSP has quit [*.net *.split]
Guest82543 has quit [*.net *.split]
jgoss has quit [*.net *.split]
rtl has quit [*.net *.split]
cjk101010 has quit [*.net *.split]
samu has quit [*.net *.split]
lewellyn has quit [*.net *.split]
moshee has quit [*.net *.split]
Jelco has quit [*.net *.split]
ineb_ has quit [*.net *.split]
zzak_ has quit [*.net *.split]
sweeper has quit [*.net *.split]
Patteh has quit [*.net *.split]
soulcake has quit [*.net *.split]
dhoss has quit [*.net *.split]
Raboo has quit [*.net *.split]
kies has quit [*.net *.split]
preller_ has quit [*.net *.split]
_HolyCow has quit [*.net *.split]
nomadic_ has quit [*.net *.split]
Adawerk__ has quit [*.net *.split]
wca has quit [*.net *.split]
mr_red has quit [*.net *.split]
germanstudent has quit [*.net *.split]
RSTJNII has quit [*.net *.split]
Rickmasta has quit [*.net *.split]
shado has quit [*.net *.split]
gaspar|work has quit [*.net *.split]
yeltzooo has quit [*.net *.split]
daveops has quit [*.net *.split]
bwarkee has quit [*.net *.split]
ReCoin has quit [*.net *.split]
hl has quit [*.net *.split]
basso has quit [*.net *.split]
Tarential has quit [*.net *.split]
esuave has quit [*.net *.split]
multi_io has quit [*.net *.split]
defrag has quit [*.net *.split]
verto has quit [*.net *.split]
LiquidInsect has quit [*.net *.split]
Caius has quit [*.net *.split]
awkisopen has quit [*.net *.split]
netf has quit [*.net *.split]
aryaching has quit [*.net *.split]
jonr22 has quit [*.net *.split]
ctp has quit [*.net *.split]
starfox21 has quit [*.net *.split]
Kilo`byte has quit [*.net *.split]
spike|spiegel has quit [*.net *.split]
skaflem has quit [*.net *.split]
kate_r has quit [*.net *.split]
diegoviola has quit [*.net *.split]
terrellt has quit [*.net *.split]
Beoran has quit [*.net *.split]
armyriad has quit [*.net *.split]
canton7 has quit [*.net *.split]
Slavox has quit [*.net *.split]
felixjet has quit [*.net *.split]
eyckelboom has quit [*.net *.split]
phreax has quit [*.net *.split]
txdv has quit [*.net *.split]
kaichanvong has quit [*.net *.split]
ihme-TTilus has quit [*.net *.split]
niharvey has quit [*.net *.split]
finges_ has quit [*.net *.split]
adamholt has quit [*.net *.split]
riceandbeans has quit [*.net *.split]
three18ti has quit [*.net *.split]
kloeri has quit [*.net *.split]
dmoe has quit [*.net *.split]
Azure has quit [*.net *.split]
SecretAgent has quit [*.net *.split]
mdpatrick has quit [*.net *.split]
kyle__ has quit [*.net *.split]
micah`_ has quit [*.net *.split]
Davey has quit [*.net *.split]
musl_ has quit [*.net *.split]
droptone has quit [*.net *.split]
anekos has quit [*.net *.split]
davidcelis has quit [*.net *.split]
michael_mbp has quit [*.net *.split]
DrOwl has quit [*.net *.split]
matchaw has quit [*.net *.split]
Zackio has quit [*.net *.split]
adeponte has quit [*.net *.split]
oz has quit [*.net *.split]
ruisantos has quit [*.net *.split]
yetet has quit [*.net *.split]
deepy has quit [*.net *.split]
mclee_ has quit [*.net *.split]
DanBoy has quit [*.net *.split]
tacos1de has quit [*.net *.split]
Skelz0r has quit [*.net *.split]
iamdoo2 has quit [*.net *.split]
pico-pete has quit [*.net *.split]
d3scala has quit [*.net *.split]
TwinkleHood has quit [*.net *.split]
qpls has quit [*.net *.split]
slash_nick has quit [*.net *.split]
zaargy has quit [*.net *.split]
mattp__ has quit [*.net *.split]
Takumo has quit [*.net *.split]
connor_goodwolf has quit [*.net *.split]
yasu_ has quit [*.net *.split]
crodas has quit [*.net *.split]
frode15243_ has quit [*.net *.split]
sheepman|afk has quit [*.net *.split]
Kabaka has quit [*.net *.split]
kukyakya has quit [*.net *.split]
vipinj has quit [*.net *.split]
waxjar_ has quit [*.net *.split]
bnagy has quit [*.net *.split]
mikemac has quit [*.net *.split]
__main__ has quit [*.net *.split]
TripleDES has quit [*.net *.split]
Tachoh has quit [*.net *.split]
Hamled has quit [*.net *.split]
jetblack has quit [*.net *.split]
eneon has quit [*.net *.split]
ddd has quit [*.net *.split]
jokke has quit [*.net *.split]
tiguser has quit [*.net *.split]
Popsikle has quit [*.net *.split]
Senjai has quit [*.net *.split]
pusewicz_ has quit [*.net *.split]
toddabrahm has quit [*.net *.split]
matrixise has quit [*.net *.split]
TheNumb has quit [*.net *.split]
rotor has quit [*.net *.split]
koshian_ has quit [*.net *.split]
brjannc has quit [*.net *.split]
lagweezle has quit [*.net *.split]
Asher has quit [*.net *.split]
rmoriz has quit [*.net *.split]
mhenrixon has quit [*.net *.split]
zacts has quit [*.net *.split]
nuba has quit [*.net *.split]
bernalex has quit [*.net *.split]
newton has quit [*.net *.split]
crazedpsyc has quit [*.net *.split]
emdub has quit [*.net *.split]
mahlon has quit [*.net *.split]
sarlalian has quit [*.net *.split]
paul_k has quit [*.net *.split]
jaredrhine has quit [*.net *.split]
cout has quit [*.net *.split]
tchebb has quit [*.net *.split]
ValicekB has quit [*.net *.split]
fumduq has quit [*.net *.split]
Guest33899 has quit [*.net *.split]
yellow5 has quit [*.net *.split]
Jamo_ has quit [*.net *.split]
seekwill has quit [*.net *.split]
gtech_ has quit [*.net *.split]
TorpedoSkyline has quit [*.net *.split]
bgy has quit [*.net *.split]
ikawnoclast has quit [*.net *.split]
jonathanwallace has quit [*.net *.split]
Nyyx has quit [*.net *.split]
tommylom1ykins has quit [*.net *.split]
urtokk_ has quit [*.net *.split]
pagioss has quit [*.net *.split]
marcgg_ has quit [*.net *.split]
semw|away has quit [*.net *.split]
jeekl has quit [*.net *.split]
weems has quit [*.net *.split]
bubbajoness has quit [*.net *.split]
kevinfagan has quit [*.net *.split]
aboudreault has quit [*.net *.split]
nemesit|znc has quit [*.net *.split]
ph8 has quit [*.net *.split]
tonini_ has quit [*.net *.split]
m_3 has quit [*.net *.split]
peterhu has quit [*.net *.split]
drago777 has quit [*.net *.split]
LexicalScope` has quit [*.net *.split]
AntelopeSalad has quit [*.net *.split]
nanashiRei has quit [*.net *.split]
xxi has quit [*.net *.split]
fbernier has quit [*.net *.split]
dh64 has quit [*.net *.split]
zxq9 has quit [*.net *.split]
Guest43550 has quit [*.net *.split]
MissionCritical has quit [*.net *.split]
wlanboy has quit [*.net *.split]
pr1x has quit [*.net *.split]
mjuszczak has quit [*.net *.split]
thelamest1 has quit [*.net *.split]
huttan has quit [*.net *.split]
KevinSjoberg_ has quit [*.net *.split]
Kovensky has quit [*.net *.split]
mnemon has quit [*.net *.split]
jericon_ has quit [*.net *.split]
nfk has quit [*.net *.split]
SirFunk has quit [*.net *.split]
sn0wb1rd has quit [*.net *.split]
fella6s has quit [*.net *.split]
Sou|cutter has quit [*.net *.split]
fflush has quit [*.net *.split]
clocKwize has quit [*.net *.split]
breakingthings has quit [*.net *.split]
jxport has quit [*.net *.split]
pimpthink has quit [*.net *.split]
puppeh_ has quit [*.net *.split]
z has quit [*.net *.split]
xibalba has quit [*.net *.split]
ji0n has quit [*.net *.split]
jarjar_prime has quit [*.net *.split]
ndrst has quit [*.net *.split]
Angelous has quit [*.net *.split]
miah has quit [*.net *.split]
Blue_Ice has quit [*.net *.split]
brandon_ has quit [*.net *.split]
jaimef has quit [*.net *.split]
krainboltgreene has quit [*.net *.split]
otertore has quit [*.net *.split]
firefly20131 has quit [*.net *.split]
webgen has quit [*.net *.split]
lockweel has quit [*.net *.split]
tcopp has quit [*.net *.split]
rdark has quit [*.net *.split]
roolo has quit [*.net *.split]
sepp2k has quit [*.net *.split]
zarul has quit [*.net *.split]
existensil has quit [*.net *.split]
iaj has quit [*.net *.split]
rismoney has quit [*.net *.split]
bbloom has quit [*.net *.split]
Anarch has quit [*.net *.split]
davidcollom_ has quit [*.net *.split]
gigetoo has quit [*.net *.split]
__class__ has quit [*.net *.split]
torstein has quit [*.net *.split]
unholycrab has quit [*.net *.split]
freggles has quit [*.net *.split]
MarcWebe1 has quit [*.net *.split]
wereHams1er has quit [*.net *.split]
zellio has quit [*.net *.split]
dawkirst_ has quit [*.net *.split]
monokrome has quit [*.net *.split]
sethen has quit [*.net *.split]
headius has quit [*.net *.split]
tris has quit [*.net *.split]
joast has quit [*.net *.split]
onewheelskyward has quit [*.net *.split]
chiel_ has quit [*.net *.split]
dandrade has quit [*.net *.split]
benatkin has quit [*.net *.split]
bmn_ has quit [*.net *.split]
BeanDip has quit [*.net *.split]
wmoxam has quit [*.net *.split]
oetjenj has quit [*.net *.split]
samuelkadolph has quit [*.net *.split]
weeb1e_ has quit [*.net *.split]
certainty has quit [*.net *.split]
Emmanuel_Chanel has quit [*.net *.split]
Radar has quit [*.net *.split]
17WAA5I37 has quit [*.net *.split]
mumblerit has quit [*.net *.split]
moted has quit [*.net *.split]
maetthew has quit [*.net *.split]
nw has quit [*.net *.split]
rcs has quit [*.net *.split]
brunto has quit [*.net *.split]
telling has quit [*.net *.split]
spinx^_ has quit [*.net *.split]
Roa has quit [*.net *.split]
lotherk_ has quit [*.net *.split]
niv has quit [*.net *.split]
shaman42_ has quit [*.net *.split]
jrist has quit [*.net *.split]
__noname001__ has quit [*.net *.split]
xargoon has quit [*.net *.split]
erichmenge has quit [*.net *.split]
bahar has quit [*.net *.split]
matled has quit [*.net *.split]
peck_ has quit [*.net *.split]
YourBestFriend has quit [*.net *.split]
go|dfish has quit [*.net *.split]
RubyPanther has quit [*.net *.split]
queequeg2 has quit [*.net *.split]
ahuman has quit [*.net *.split]
diegok has quit [*.net *.split]
dylannorthrup has quit [*.net *.split]
bakedb has quit [*.net *.split]
torzech has quit [*.net *.split]
pcarrier_ has quit [*.net *.split]
chihhsin_cloud has quit [*.net *.split]
Hien has quit [*.net *.split]
shevy has quit [*.net *.split]
apocalyptic_ab has quit [*.net *.split]
wormwood has quit [*.net *.split]
Bish_ has quit [*.net *.split]
SegFaultAX has quit [*.net *.split]
aob_ has quit [*.net *.split]
cschneid_ has quit [*.net *.split]
DanKnox has quit [*.net *.split]
yosafbridge has quit [*.net *.split]
ageis has quit [*.net *.split]
the_mentat has quit [*.net *.split]
guyz has quit [*.net *.split]
Trynemjoel has quit [*.net *.split]
abstractj has quit [*.net *.split]
gtc|ghost has quit [*.net *.split]
Rylee has quit [*.net *.split]
tyranja has quit [*.net *.split]
ec has quit [*.net *.split]
gischy has quit [*.net *.split]
renklaf_ has quit [*.net *.split]
vaicine_ has quit [*.net *.split]
cjsarette has quit [*.net *.split]
sivoais has quit [*.net *.split]
stupidystupid has quit [*.net *.split]
wuest has quit [*.net *.split]
jzigmund has quit [*.net *.split]
bricker`LA has quit [*.net *.split]
lachesis has quit [*.net *.split]
TigerWolf has quit [*.net *.split]
j416 has quit [*.net *.split]
zxd has quit [*.net *.split]
manacit has quit [*.net *.split]
maxmanders has quit [*.net *.split]
m4rcu5 has quit [*.net *.split]
jacobat has quit [*.net *.split]
Nanuq has quit [*.net *.split]
RTG` has quit [*.net *.split]
marienz has quit [*.net *.split]
jcarouth has quit [*.net *.split]
snkcld has quit [*.net *.split]
FDj has quit [*.net *.split]
dazeddev has quit [*.net *.split]
Veejay has quit [*.net *.split]
cid404 has quit [*.net *.split]
Killerkeksdose_ has quit [*.net *.split]
ponbiki has quit [*.net *.split]
maloik_ has quit [*.net *.split]
Sp4rKy has quit [*.net *.split]
Afal_ has quit [*.net *.split]
elektronaut has quit [*.net *.split]
petems has quit [*.net *.split]
tskogberg has quit [*.net *.split]
marius has quit [*.net *.split]
kwertie has quit [*.net *.split]
snapcase has quit [*.net *.split]
Eiam has quit [*.net *.split]
codenapper has quit [*.net *.split]
DarthGandalf has quit [*.net *.split]
epsylon has quit [*.net *.split]
timmow has quit [*.net *.split]
n88 has quit [*.net *.split]
terence has quit [*.net *.split]
bobdobbs has quit [*.net *.split]
ocx has quit [*.net *.split]
LastWhisper has quit [*.net *.split]
closer has quit [*.net *.split]
talntid has quit [*.net *.split]
Symbiosisz has quit [*.net *.split]
ctp_ has quit [*.net *.split]
ada2358 has quit [*.net *.split]
Atww has quit [*.net *.split]
sebastianb has quit [*.net *.split]
nathancahill_ has quit [*.net *.split]
shtirlic_ has quit [*.net *.split]
gmi__ has quit [*.net *.split]
hamakn_ has quit [*.net *.split]
havenn has quit [*.net *.split]
dseitz has quit [*.net *.split]
_bart_ has quit [*.net *.split]
KarolisN_ has quit [*.net *.split]
MplsGreg has quit [*.net *.split]
shaado has quit [*.net *.split]
zoscoy has quit [*.net *.split]
Czupa has quit [*.net *.split]
pinage404 has quit [*.net *.split]
freerobby has quit [*.net *.split]
Nilium has quit [*.net *.split]
waheedi has quit [*.net *.split]
hermanmunster has quit [*.net *.split]
lxsameer has quit [*.net *.split]
hiall has quit [*.net *.split]
lpvn has quit [*.net *.split]
decoponio has quit [*.net *.split]
Silent__ has quit [*.net *.split]
MarceloTimao has quit [*.net *.split]
Astralum has quit [*.net *.split]
yarou has quit [*.net *.split]
FL1SK has quit [*.net *.split]
aspiers has quit [*.net *.split]
Thanatermesis has quit [*.net *.split]
stephenmac7 has quit [*.net *.split]
TMM has quit [*.net *.split]
tobiasvl has quit [*.net *.split]
omegahm has quit [*.net *.split]
lectrick_ has quit [*.net *.split]
tolstoi has quit [*.net *.split]
LBRapid has quit [*.net *.split]
mtlatif_ has quit [*.net *.split]
ggherdov has quit [*.net *.split]
antonishen has quit [*.net *.split]
kalz has quit [*.net *.split]
yano has quit [*.net *.split]
Nowaker has quit [*.net *.split]
parduse has quit [*.net *.split]
Gate has quit [*.net *.split]
Cope has quit [*.net *.split]
hackeron has quit [*.net *.split]
saltsa has quit [*.net *.split]
knigitz has quit [*.net *.split]
malcolmva has quit [*.net *.split]
Rudde has quit [*.net *.split]
joshu__ has quit [*.net *.split]
ws2k3_ has quit [*.net *.split]
Biohazard has quit [*.net *.split]
Cork has quit [*.net *.split]
zrl has quit [*.net *.split]
Brando753 has quit [*.net *.split]
eregon has quit [*.net *.split]
andredieb has quit [*.net *.split]
skyjumper has quit [*.net *.split]
peteyg_ has quit [*.net *.split]
kalleth_ has quit [*.net *.split]
JarJarBinks has quit [*.net *.split]
flori has quit [*.net *.split]
PaulePanter has quit [*.net *.split]
error404 has quit [*.net *.split]
aalmenar has quit [*.net *.split]
ereslibre has quit [*.net *.split]
UForgotten has quit [*.net *.split]
zeroXten has quit [*.net *.split]
jabular has quit [*.net *.split]
beardedninja has quit [*.net *.split]
deinkabouter has quit [*.net *.split]
bauruine has quit [*.net *.split]
phrozen77 has quit [*.net *.split]
Xiti` has quit [*.net *.split]
mocfive_ has quit [*.net *.split]
matti has quit [*.net *.split]
TripTastic has quit [*.net *.split]
Guest73769 has quit [*.net *.split]
MJBrune_ has quit [*.net *.split]
ReCoin2 has quit [*.net *.split]
tkuchiki has quit [*.net *.split]
Lewix has quit [*.net *.split]
tonni_ has quit [*.net *.split]
Naoe-Kanno has quit [*.net *.split]
endash__ has quit [*.net *.split]
verto_ has quit [*.net *.split]
Matriks_ has quit [*.net *.split]
einarj has quit [*.net *.split]
pasafona has quit [*.net *.split]
cina has quit [*.net *.split]
lolmaus has quit [*.net *.split]
alexherbo2 has quit [*.net *.split]
srji has quit [*.net *.split]
agjacome has quit [*.net *.split]
endash_ has quit [*.net *.split]
fridim_ has quit [*.net *.split]
weie has quit [*.net *.split]
yacks has quit [*.net *.split]
gsvolt has quit [*.net *.split]
snath has quit [*.net *.split]
Targen has quit [*.net *.split]
napcae has quit [*.net *.split]
sumark has quit [*.net *.split]
AlSquire has quit [*.net *.split]
ilyam has quit [*.net *.split]
hostess has quit [*.net *.split]
cephalostrum has quit [*.net *.split]
Authenticator has quit [*.net *.split]
Kneferilis has quit [*.net *.split]
Cache_Money has quit [*.net *.split]
felipe has quit [*.net *.split]
dideler_work has quit [*.net *.split]
rezonanc has quit [*.net *.split]
yokel has quit [*.net *.split]
vadviktor has quit [*.net *.split]
skinny_much_ has quit [*.net *.split]
ninegrid has quit [*.net *.split]
adam12 has quit [*.net *.split]
vongrippen has quit [*.net *.split]
batman____ has quit [*.net *.split]
jan1337z has quit [*.net *.split]
tfittsy has quit [*.net *.split]
theRoUS has quit [*.net *.split]
dreamchaser has quit [*.net *.split]
neodon has quit [*.net *.split]
eliasp has quit [*.net *.split]
shanlar has quit [*.net *.split]
jhass has quit [*.net *.split]
Rix has quit [*.net *.split]
fearoffish has quit [*.net *.split]
jcalado has quit [*.net *.split]
soahccc has quit [*.net *.split]
BombStrike has quit [*.net *.split]
KillerFox has quit [*.net *.split]
Derander has quit [*.net *.split]
Apocalypse has quit [*.net *.split]
xMopxShell has quit [*.net *.split]
Gnubie_ has quit [*.net *.split]
FifthWall has quit [*.net *.split]
farn has quit [*.net *.split]
monomyth has quit [*.net *.split]
ejnahc_ has quit [*.net *.split]
contradictioned_ has quit [*.net *.split]
deavid has quit [*.net *.split]
dvorak has quit [*.net *.split]
siefca has quit [*.net *.split]
hypnosb has quit [*.net *.split]
xea has quit [*.net *.split]
falten has quit [*.net *.split]
dbjeepn- has quit [*.net *.split]
mame0 has quit [*.net *.split]
Olipro has quit [Max SendQ exceeded]
mist has quit [*.net *.split]
nisstyre_ has quit [Max SendQ exceeded]
tekmaster is now known as tekacs
angelixd has quit [*.net *.split]
Tarential has joined #ruby
drjblouse__ is now known as drjblouse_
davorb_ is now known as davorb
im0b_ is now known as im0b
vcoinminer_ is now known as vcoinminer
nisstyre_ has joined #ruby
caveat- has joined #ruby
rcs has joined #ruby
sski has joined #ruby
Olipro has joined #ruby
S0da has joined #ruby
sski has quit [Ping timeout: 246 seconds]
_whitelogger has joined #ruby
Omni has joined #ruby
BaconOverflow__ has joined #ruby
Hamled|Erp has joined #ruby
MarcWeber has joined #ruby
fayimora__ has joined #ruby
mesamoo has joined #ruby
cuppscakes has quit [Ping timeout: 245 seconds]
willb1 has joined #ruby
mahlon_ has joined #ruby
mavcunha has quit [Ping timeout: 245 seconds]
fayimora_ has quit [Ping timeout: 245 seconds]
tommyvyo_ has quit [Ping timeout: 245 seconds]
lepht has quit [Ping timeout: 245 seconds]
meinside_ has quit [Ping timeout: 245 seconds]
BaconOverflow_ has quit [Ping timeout: 245 seconds]
FaresKAlaboud has quit [Ping timeout: 245 seconds]
rgoodwin has quit [Ping timeout: 245 seconds]
sputnik1_ has joined #ruby
lepht_ is now known as lepht
mroth has quit [Ping timeout: 245 seconds]
jimeh has quit [Ping timeout: 245 seconds]
onewheelskyward has joined #ruby
headius has joined #ruby
bw_ has quit [Ping timeout: 245 seconds]
mattp_ has joined #ruby
Davey has joined #ruby
rhys has quit [Ping timeout: 245 seconds]
nvll has quit [Ping timeout: 245 seconds]
zzak_ has quit [Ping timeout: 245 seconds]
jaxxstorm has quit [Ping timeout: 245 seconds]
Karunamon has quit [Ping timeout: 245 seconds]
marcgg has joined #ruby
Guest42725 has quit [Ping timeout: 245 seconds]
andrewstewart has quit [Ping timeout: 245 seconds]
robustus has quit [Ping timeout: 245 seconds]
andrewstewart_ is now known as andrewstewart
lupine has quit [Ping timeout: 245 seconds]
rtlong has quit [Ping timeout: 245 seconds]
RoryHughes has joined #ruby
oetjenj has quit [Ping timeout: 245 seconds]
Hanmac has quit [Ping timeout: 245 seconds]
Urocyon has quit [Ping timeout: 245 seconds]
Omni is now known as Guest6417
gigetoo_ has joined #ruby
claymore has quit [Ping timeout: 245 seconds]
zerun0 has quit [Ping timeout: 245 seconds]
segv has quit [Ping timeout: 245 seconds]
freggles has quit [Ping timeout: 245 seconds]
DylanJ has quit [Ping timeout: 245 seconds]
_zxq9_ has joined #ruby
TheNumb_ has joined #ruby
klaut has joined #ruby
jtoy has joined #ruby
tanema has joined #ruby
three18ti has quit [Ping timeout: 245 seconds]
jmeeuwen has quit [Ping timeout: 245 seconds]
zerun0_ has joined #ruby
iamdoo2_ has joined #ruby
rgoodwin has joined #ruby
De`off has joined #ruby
yasu__ has joined #ruby
cuppscakes has joined #ruby
yellow5_ has joined #ruby
Elfix has joined #ruby
Deele has quit [Disconnected by services]
paul__k has joined #ruby
mroth_ has joined #ruby
sepp2k1 has joined #ruby
tonni_ has quit [Remote host closed the connection]
jimeh has joined #ruby
monsieurp has joined #ruby
rtlong has joined #ruby
bwarkee_ has joined #ruby
FaresKAlaboud has joined #ruby
tchebb_ has joined #ruby
Guest36224 has quit [Ping timeout: 245 seconds]
nichtdiebohne has joined #ruby
braincrash has joined #ruby
kirun_ has joined #ruby
Scient has joined #ruby
gwb3 has joined #ruby
nvll has joined #ruby
Anarch_ has joined #ruby
koalallama has joined #ruby
Beoran has joined #ruby
it_tard has joined #ruby
samuelkadolph_ has joined #ruby
rotor` has joined #ruby
AntelopeSalad_ has joined #ruby
niharvey has joined #ruby
yeltzooo is now known as 36DACK7N7
joshualivesay has joined #ruby
Asher1 has joined #ruby
sweeper has joined #ruby
mgorbach has joined #ruby
lazyguru has joined #ruby
germanstudent has joined #ruby
_class_ has joined #ruby
clocKwize_ has joined #ruby
yeltzooo has joined #ruby
juo has joined #ruby
mosheee has joined #ruby
sn0wb1rdz has joined #ruby
Hanmac has joined #ruby
adeponte has joined #ruby
brjannc| has joined #ruby
it_tard has joined #ruby
it_tard has quit [Changing host]
sheepman_ has joined #ruby
nanashiReii has joined #ruby
tommyvyo__ is now known as tommyvyo_
zzak is now known as zzak_
brjannc has quit [Ping timeout: 248 seconds]
koshian_ has quit [Ping timeout: 248 seconds]
rmoriz has quit [Ping timeout: 248 seconds]
tchebb has quit [Ping timeout: 248 seconds]
yasu_ has quit [Ping timeout: 248 seconds]
pusewicz_ has quit [Ping timeout: 248 seconds]
fumduq has quit [Ping timeout: 248 seconds]
toddabrahm has quit [Ping timeout: 248 seconds]
TorpedoSkyline has quit [Ping timeout: 248 seconds]
TheNumb has quit [Ping timeout: 248 seconds]
Guest33899 has quit [Ping timeout: 248 seconds]
paul_k has quit [Ping timeout: 248 seconds]
tchebb_ is now known as tchebb
xargoon has quit [Ping timeout: 248 seconds]
diegok has quit [Ping timeout: 248 seconds]
iamdoo2 has quit [Ping timeout: 248 seconds]
slash_nick has quit [Ping timeout: 248 seconds]
mattp__ has quit [Ping timeout: 248 seconds]
crodas has quit [Ping timeout: 248 seconds]
kukyakya has quit [Ping timeout: 248 seconds]
sheepman has quit [Ping timeout: 248 seconds]
bnagy has quit [Ping timeout: 248 seconds]
waxjar_ has quit [Ping timeout: 248 seconds]
tiguser has quit [Ping timeout: 248 seconds]
matrixise has quit [Ping timeout: 248 seconds]
rotor has quit [Ping timeout: 248 seconds]
lagweezle has quit [Ping timeout: 248 seconds]
mahlon has quit [Ping timeout: 248 seconds]
nuba has quit [Ping timeout: 248 seconds]
ValicekB has quit [Ping timeout: 248 seconds]
yellow5 has quit [Ping timeout: 248 seconds]
gtech_ has quit [Ping timeout: 248 seconds]
seekwill has quit [Ping timeout: 248 seconds]
DefV has quit [Ping timeout: 248 seconds]
timonv has quit [Ping timeout: 248 seconds]
jsilver has quit [Ping timeout: 248 seconds]
webgen has quit [Ping timeout: 248 seconds]
jle` has quit [Ping timeout: 248 seconds]
36DACK7N7 has quit [Ping timeout: 248 seconds]
pico-pete has quit [Ping timeout: 248 seconds]
TwinkleHood has quit [Ping timeout: 248 seconds]
zaargy has quit [Ping timeout: 248 seconds]
qpls has quit [Ping timeout: 248 seconds]
frode15243_ has quit [Ping timeout: 248 seconds]
Kabaka has quit [Ping timeout: 248 seconds]
vipinj has quit [Ping timeout: 248 seconds]
__main__ has quit [Ping timeout: 248 seconds]
Hamled has quit [Ping timeout: 248 seconds]
jetblack has quit [Ping timeout: 248 seconds]
Popsikle has quit [Ping timeout: 248 seconds]
Asher has quit [Ping timeout: 248 seconds]
mhenrixon has quit [Ping timeout: 248 seconds]
crazedpsyc has quit [Ping timeout: 248 seconds]
newton has quit [Ping timeout: 248 seconds]
sarlalian has quit [Ping timeout: 248 seconds]
bahar has quit [Ping timeout: 248 seconds]
certainty has quit [Ping timeout: 248 seconds]
nichtdiebohne is now known as 64MAAEC7I
plexus_ has quit [Ping timeout: 248 seconds]
bgy has quit [Ping timeout: 248 seconds]
pignata has quit [Ping timeout: 248 seconds]
destructure has quit [Ping timeout: 248 seconds]
Takumo has quit [Ping timeout: 248 seconds]
connor_goodwolf has quit [Ping timeout: 248 seconds]
mikemac has quit [Ping timeout: 248 seconds]
TripleDES has quit [Ping timeout: 248 seconds]
eneon has quit [Ping timeout: 248 seconds]
ddd has quit [Ping timeout: 248 seconds]
Jamo has quit [Ping timeout: 248 seconds]
cout has quit [Ping timeout: 248 seconds]
jaredrhine has quit [Ping timeout: 248 seconds]
emdub has quit [Ping timeout: 248 seconds]
zacts has quit [Ping timeout: 248 seconds]
bernalex has quit [Ping timeout: 248 seconds]
maetthew has quit [Ping timeout: 248 seconds]
gaspar|work has quit [Ping timeout: 248 seconds]
d3scala has quit [Ping timeout: 248 seconds]
Skelz0r has quit [Ping timeout: 248 seconds]
Tachoh has quit [Ping timeout: 248 seconds]
jokke has quit [Ping timeout: 248 seconds]
_5kg has quit [Ping timeout: 248 seconds]
sepp2k has quit [Ping timeout: 248 seconds]
Senjai has quit [Ping timeout: 248 seconds]
matled has joined #ruby
crodas has joined #ruby
tris- has joined #ruby
zellio has joined #ruby
riking_ has joined #ruby
nemesit|- has joined #ruby
torstein has joined #ruby
Schmidt has joined #ruby
Angelous has quit [Ping timeout: 260 seconds]
nemesit|znc has quit [Ping timeout: 260 seconds]
erichmenge has quit [Ping timeout: 260 seconds]
wlanboy has quit [Ping timeout: 260 seconds]
ikawnoclast has quit [Ping timeout: 260 seconds]
ji0n has quit [Ping timeout: 260 seconds]
xibalba has quit [Ping timeout: 260 seconds]
Kovensky has quit [Ping timeout: 260 seconds]
nanashiRei has quit [Ping timeout: 260 seconds]
KevinSjoberg_ has quit [Ping timeout: 260 seconds]
marcdel has quit [Ping timeout: 260 seconds]
yasushi has quit [Ping timeout: 260 seconds]
bwarkee has quit [Ping timeout: 260 seconds]
kevinfagan has quit [Ping timeout: 260 seconds]
sn0wb1rd has quit [Ping timeout: 260 seconds]
drago777 has quit [Ping timeout: 260 seconds]
clocKwize has quit [Ping timeout: 260 seconds]
jonathanwallace has quit [Ping timeout: 260 seconds]
breakingthings has quit [Ping timeout: 260 seconds]
jarjar_prime has quit [Ping timeout: 260 seconds]
krainboltgreene has quit [Ping timeout: 260 seconds]
gigetoo has quit [Ping timeout: 260 seconds]
sski has quit [Ping timeout: 260 seconds]
kirun has quit [Ping timeout: 260 seconds]
shaman42 has quit [Ping timeout: 260 seconds]
moshee has quit [Ping timeout: 260 seconds]
Nyyx has quit [Ping timeout: 260 seconds]
weems has quit [Ping timeout: 260 seconds]
tonini_ has quit [Ping timeout: 260 seconds]
m_3 has quit [Ping timeout: 260 seconds]
ph8 has quit [Ping timeout: 260 seconds]
fbernier has quit [Ping timeout: 260 seconds]
mnemon has quit [Ping timeout: 260 seconds]
SirFunk has quit [Ping timeout: 260 seconds]
Sou|cutter has quit [Ping timeout: 260 seconds]
fella6s has quit [Ping timeout: 260 seconds]
Sindacious has joined #ruby
mosheee has quit [Changing host]
mosheee has joined #ruby
rotor` is now known as rotor
mnemon2 has joined #ruby
sn0wb1rdz is now known as sn0wb1rd
mr_red- has joined #ruby
flagg0204 has joined #ruby
mikemac has joined #ruby
adam12 is now known as adam
frode15243 is now known as frode15243_
fella5s has joined #ruby
lazyguru is now known as Guest67017
RealMarc has joined #ruby
nanashiReii is now known as nanashiRei
nanashiRei has quit [Changing host]
nanashiRei has joined #ruby
JZTech101 has joined #ruby
Trazira has quit [Ping timeout: 260 seconds]
dpaulus has quit [Ping timeout: 260 seconds]
relix has quit [Ping timeout: 260 seconds]
BraddPitt has quit [Ping timeout: 260 seconds]
eval-in__ has quit [Ping timeout: 260 seconds]
kyle__ has quit [Ping timeout: 260 seconds]
oz has quit [Ping timeout: 260 seconds]
mr_red has quit [Ping timeout: 260 seconds]
Guest94389 has quit [Ping timeout: 260 seconds]
qz has quit [Ping timeout: 260 seconds]
kennym has quit [Ping timeout: 260 seconds]
undert has quit [Ping timeout: 260 seconds]
jwest has quit [Ping timeout: 260 seconds]
sputnik13 has quit [Ping timeout: 260 seconds]
dawkirst has joined #ruby
aep has quit [Ping timeout: 260 seconds]
camilasan has quit [Ping timeout: 260 seconds]
awkisopen has quit [Ping timeout: 260 seconds]
Adawerk__ has quit [Ping timeout: 260 seconds]
ParanoidSP has quit [Ping timeout: 260 seconds]
RSTJNII has quit [Ping timeout: 260 seconds]
JZTech101 has quit [Ping timeout: 260 seconds]
nw has quit [Ping timeout: 260 seconds]
defrag has quit [Ping timeout: 260 seconds]
bier has quit [Ping timeout: 260 seconds]
Coolhand has quit [Ping timeout: 260 seconds]
moted has quit [Ping timeout: 260 seconds]
DrOwl has quit [Ping timeout: 260 seconds]
daveops has quit [Ping timeout: 260 seconds]
hl has quit [Ping timeout: 260 seconds]
_HolyCow has quit [Ping timeout: 260 seconds]
netf has quit [Ping timeout: 260 seconds]
carif has quit [Ping timeout: 260 seconds]
soulcake has quit [Ping timeout: 260 seconds]
lockweel_ has quit [Ping timeout: 260 seconds]
eval-in__ has joined #ruby
netf has joined #ruby
Zhann has joined #ruby
crazed- has joined #ruby
radic_ has joined #ruby
TakumoKatekari has joined #ruby
jonathanwallace_ has joined #ruby
sheepman_ is now known as sheepman
jaimef has quit [Ping timeout: 260 seconds]
brandon_ has quit [Ping timeout: 260 seconds]
bubbajoness has quit [Ping timeout: 260 seconds]
thelamest1 has quit [Ping timeout: 260 seconds]
huttan has quit [Ping timeout: 260 seconds]
pr1x has quit [Ping timeout: 260 seconds]
nfk has quit [Ping timeout: 260 seconds]
jxport has quit [Ping timeout: 260 seconds]
z has quit [Ping timeout: 260 seconds]
tommylom1ykins has quit [Ping timeout: 260 seconds]
pagioss has quit [Ping timeout: 260 seconds]
urtokk_ has quit [Ping timeout: 260 seconds]
jeekl has quit [Ping timeout: 260 seconds]
MissionCritical has quit [Ping timeout: 260 seconds]
peterhu has quit [Ping timeout: 260 seconds]
Guest43550 has quit [Ping timeout: 260 seconds]
xxi has quit [Ping timeout: 260 seconds]
zxq9 has quit [Ping timeout: 260 seconds]
jericon_ has quit [Ping timeout: 260 seconds]
fflush has quit [Ping timeout: 260 seconds]
pimpthink has quit [Ping timeout: 260 seconds]
Blue_Ice has quit [Ping timeout: 260 seconds]
miah has quit [Ping timeout: 260 seconds]
ndrst has quit [Ping timeout: 260 seconds]
samuelkadolph has quit [Ping timeout: 260 seconds]
finges_ has quit [Ping timeout: 260 seconds]
semw|away has quit [Ping timeout: 260 seconds]
parus has quit [Ping timeout: 260 seconds]
Raboo has quit [Ping timeout: 260 seconds]
dh64 has quit [Ping timeout: 260 seconds]
marcgg_ has quit [Ping timeout: 260 seconds]
samuelkadolph_ is now known as samuelkadolph
puppeh_ has quit [Ping timeout: 260 seconds]
AntelopeSalad has quit [Ping timeout: 260 seconds]
wca has joined #ruby
Lightstalker has joined #ruby
drago777 has joined #ruby
niv_ has joined #ruby
Roa has joined #ruby
malnek has joined #ruby
Angelous has joined #ruby
bier_ has joined #ruby
aep_ has joined #ruby
jsilver_ has joined #ruby
segv_ has joined #ruby
semw|away has joined #ruby
_main_ has joined #ruby
dpaulus_ has joined #ruby
deepa has joined #ruby
jso_ has joined #ruby
Emmanuel_Chanel has joined #ruby
rmoriz_ has joined #ruby
RSTJNII_ has joined #ruby
jrist has joined #ruby
rmoriz_ is now known as rmoriz
segv_ is now known as segv
dpaulus_ is now known as dpaulus
jso_ is now known as jso
Lightstalker has joined #ruby
wca has joined #ruby
wca has quit [Changing host]
Lightstalker has quit [Changing host]
aep_ has quit [Changing host]
aep_ has joined #ruby
sarlalian has joined #ruby
peck has joined #ruby
kennym has joined #ruby
RubyPanther has joined #ruby
huttan_ has joined #ruby
drowl_ is now known as DrOwl
jonathanwallace_ is now known as jonathanwallace
TakumoKatekari has quit [Changing host]
TakumoKatekari has joined #ruby
adam is now known as Guest39974
fumduq has joined #ruby
Kilo`byte has joined #ruby
hl has joined #ruby
destructure has joined #ruby
davidcelis has joined #ruby
davidcelis has quit [Changing host]
davidcelis has joined #ruby
undert has joined #ruby
huttan_ is now known as huttan
Blue_Ice has joined #ruby
Blue_Ice has quit [Changing host]
Blue_Ice has joined #ruby
slash_nick has joined #ruby
Guest68110 has joined #ruby
relix has joined #ruby
AntelopeSalad_ is now known as AntelopeSalad
waxjar has joined #ruby
zaargy has joined #ruby
Kovensky has joined #ruby
xargoon has joined #ruby
marcdel has joined #ruby
Ca1us has joined #ruby
koshian_ has joined #ruby
nuba has joined #ruby
deepa is now known as Guest36227
tris- is now known as tris
kyle__ has joined #ruby
diego_k has joined #ruby
awkisopen has joined #ruby
eka has joined #ruby
xbob has joined #ruby
eneon has joined #ruby
bubbajones has joined #ruby
webgen has joined #ruby
soulcake has joined #ruby
bgy has joined #ruby
matchaw has joined #ruby
fflush has joined #ruby
DefV has joined #ruby
Senjai has joined #ruby
kevinfagan_ has joined #ruby
mhenrixon has joined #ruby
bnagy has joined #ruby
lagweezle has joined #ruby
musl_ has joined #ruby
matrixise has joined #ruby
fbernier has joined #ruby
ineb has joined #ruby
seekwill has joined #ruby
Drakevr has joined #ruby
Drakevr has quit [Changing host]
Drakevr has joined #ruby
wmoxam has joined #ruby
Radar has joined #ruby
bernalex has joined #ruby
crazed- is now known as crazedpsyc
ruisantos has joined #ruby
tndrbt has joined #ruby
chiel has joined #ruby
jle` has joined #ruby
KevinSjoberg has joined #ruby
Radar is now known as Guest80450
zarul has joined #ruby
Raboo has joined #ruby
toddabrahm has joined #ruby
plexus_ has joined #ruby
joelroa has joined #ruby
parus has joined #ruby
erichmenge has joined #ruby
_5kg has joined #ruby
seekwill is now known as Guest78550
bluntman has joined #ruby
Fraeon has joined #ruby
nw has joined #ruby
cout has joined #ruby
_main_ is now known as __main__
Guest67017 has quit [Ping timeout: 252 seconds]
connor_goodwolf has joined #ruby
lotherk has joined #ruby
shaman42 has joined #ruby
pagioss has joined #ruby
_HolyCow has joined #ruby
gtech has joined #ruby
_class_ is now known as __class__
Kabaka has joined #ruby
jaimef has joined #ruby
grayWolf has joined #ruby
miah has joined #ruby
qz has joined #ruby
qz has quit [Changing host]
qz has joined #ruby
claymore has joined #ruby
mnemon2 is now known as mnemon
descala has joined #ruby
Tachoh has joined #ruby
kiki_lamb has joined #ruby
kukyakya has joined #ruby
krainboltgreene has joined #ruby
pico-pete has joined #ruby
LiquidInsect has joined #ruby
preller has joined #ruby
preller has quit [Changing host]
preller has joined #ruby
jeekl has joined #ruby
TwinkleHood has joined #ruby
jericon has joined #ruby
TTilus has joined #ruby
lazyguru_ has joined #ruby
queequeg1 has joined #ruby
Speed has quit [Disconnected by services]
grayWolf is now known as Speed
dh64 has joined #ruby
pigzzcanfly has joined #ruby
pontiki2 has quit [Ping timeout: 245 seconds]
ddd has joined #ruby
davidcollom_ has joined #ruby
davidcollom_ is now known as davidcollom
kies has joined #ruby
kies has quit [Changing host]
kies has joined #ruby
Zackio has joined #ruby
firefly2013 has joined #ruby
bhaak has joined #ruby
CaptainKnots has joined #ruby
QKO_ has joined #ruby
jwest has joined #ruby
Nahra_ has joined #ruby
clamstar has joined #ruby
rtl_ has joined #ruby
jokke has joined #ruby
peterhu has joined #ruby
predator117 has joined #ruby
habanany has joined #ruby
alex88 has joined #ruby
dandrade_ has joined #ruby
esuave has joined #ruby
justinxreese has joined #ruby
Tarential has joined #ruby
aryaching_ has joined #ruby
mostlybadfly_ has joined #ruby
vcoinminer has joined #ruby
riceandb1ans has joined #ruby
S0da has joined #ruby
rcs has joined #ruby
Olipro has joined #ruby
davorb has joined #ruby
dmoe_ has joined #ruby
CJD14_ has joined #ruby
drjblouse_ has joined #ruby
caveat- has joined #ruby
nisstyre_ has joined #ruby
sawtooth1 has joined #ruby
im0b has joined #ruby
Jelco_ has joined #ruby
tekacs has joined #ruby
ceej_ has joined #ruby
BackEndCoder has joined #ruby
maZtah has joined #ruby
Mapley has joined #ruby
Xuisce has joined #ruby
G has joined #ruby
Spitfire has joined #ruby
halfie has joined #ruby
nhmood has joined #ruby
mikee has joined #ruby
`MArceLL` has joined #ruby
dachi has joined #ruby
hanikazmi has joined #ruby
pipework has joined #ruby
tommyblue has joined #ruby
ohcibi has joined #ruby
supershabam has joined #ruby
ekarlso has joined #ruby
gl- has joined #ruby
lele has joined #ruby
alol has joined #ruby
tubbo has joined #ruby
jinie has joined #ruby
sorpaas has joined #ruby
Jamo has joined #ruby
krnflake has joined #ruby
artmann has joined #ruby
JStoker has joined #ruby
Sammael has joined #ruby
drPoggs has joined #ruby
mjs2600 has joined #ruby
caveat- has quit [Max SendQ exceeded]
Olipro has quit [Max SendQ exceeded]
nisstyre_ has quit [Max SendQ exceeded]
linduxed has joined #ruby
emdub has joined #ruby
breakingthings has joined #ruby
Olipro has joined #ruby
ParanoidSP has joined #ruby
ValicekB_ has joined #ruby
daveops has joined #ruby
pignata has joined #ruby
IceDragon has joined #ruby
bw_ has joined #ruby
tonini has joined #ruby
pigzzcanfly has quit [Ping timeout: 248 seconds]
ValicekB_ is now known as ValicekB
z has joined #ruby
torzech has joined #ruby
unholycrab has joined #ruby
jamo_ has joined #ruby
frode15243_ has quit [Ping timeout: 245 seconds]
apocalyptic_ab has quit [Ping timeout: 245 seconds]
carif has joined #ruby
chihhsin_cloud has quit [Ping timeout: 245 seconds]
nisstyre_ has joined #ruby
MissionCritical has joined #ruby
figgleberry has joined #ruby
dorei has joined #ruby
xibalba has joined #ruby
mesamoo has quit [*.net *.split]
emdub_ has quit [*.net *.split]
Nahra has quit [*.net *.split]
dylannorthrup has quit [*.net *.split]
Galgorth has quit [*.net *.split]
BeanDip has quit [*.net *.split]
sski_ has quit [*.net *.split]
jaredrhine_ has quit [*.net *.split]
yasushi_ has quit [*.net *.split]
joast has quit [*.net *.split]
bakedb has quit [*.net *.split]
BraddBitt has quit [*.net *.split]
iaj_ has quit [*.net *.split]
wlanboy_ has quit [*.net *.split]
jcs222 has quit [*.net *.split]
weeems has quit [*.net *.split]
LexicalScope` has quit [*.net *.split]
dandrade has quit [*.net *.split]
rtl has quit [*.net *.split]
camilasa_ has quit [*.net *.split]
icedp has quit [*.net *.split]
rootshift_ has quit [*.net *.split]
yxhuvud has quit [*.net *.split]
fijimunkii has quit [*.net *.split]
Tobarja has quit [*.net *.split]
Azure has quit [*.net *.split]
rdark has quit [*.net *.split]
QKO has quit [*.net *.split]
phreax has quit [*.net *.split]
Guest12058 has quit [*.net *.split]
YourBestFriend has quit [*.net *.split]
Sthebig has quit [*.net *.split]
nomadic has quit [*.net *.split]
jayne has quit [*.net *.split]
zastern has quit [*.net *.split]
camt has quit [*.net *.split]
Beoran has quit [*.net *.split]
Twist- has quit [*.net *.split]
gwb3 has quit [*.net *.split]
Anarch_ has quit [*.net *.split]
kirun_ has quit [*.net *.split]
64MAAEC7I has quit [*.net *.split]
brjannc| has quit [*.net *.split]
nvll has quit [*.net *.split]
Scient has quit [*.net *.split]
monsieurp has quit [*.net *.split]
FaresKAlaboud has quit [*.net *.split]
jimeh has quit [*.net *.split]
bwarkee_ has quit [*.net *.split]
braincrash has quit [*.net *.split]
sepp2k1 has quit [*.net *.split]
rtlong has quit [*.net *.split]
mroth_ has quit [*.net *.split]
yellow5_ has quit [*.net *.split]
Elfix has quit [*.net *.split]
De`off has quit [*.net *.split]
iamdoo2_ has quit [*.net *.split]
rgoodwin has quit [*.net *.split]
cuppscakes has quit [*.net *.split]
jtoy has quit [*.net *.split]
tanema has quit [*.net *.split]
TheNumb_ has quit [*.net *.split]
_zxq9_ has quit [*.net *.split]
klaut has quit [*.net *.split]
RoryHughes has quit [*.net *.split]
marcgg has quit [*.net *.split]
gigetoo_ has quit [*.net *.split]
meatherly has quit [*.net *.split]
koalallama has quit [*.net *.split]
mahlon_ has quit [*.net *.split]
gregf1 has quit [*.net *.split]
minsa has quit [*.net *.split]
pontiki has quit [*.net *.split]
trhodes has quit [*.net *.split]
androbtech has quit [*.net *.split]
BaconOverflow__ has quit [*.net *.split]
tommyvyo_ has quit [*.net *.split]
zzak_ has quit [*.net *.split]
meinside__ has quit [*.net *.split]
jmeeuwen_ has quit [*.net *.split]
Nightmare has quit [*.net *.split]
poguez_ has quit [*.net *.split]
MindfulMonk has quit [*.net *.split]
Paradox has quit [*.net *.split]
Kamilion has quit [*.net *.split]
ConstantineXVI has quit [*.net *.split]
mjc_ has quit [*.net *.split]
machty has quit [*.net *.split]
xybr_ has quit [*.net *.split]
justinmcp_ has quit [*.net *.split]
PhilK_ has quit [*.net *.split]
mordocai` has quit [*.net *.split]
mattyohe has quit [*.net *.split]
ckrailo has quit [*.net *.split]
cmaxw_ has quit [*.net *.split]
adambeynon has quit [*.net *.split]
oso96_2000 has quit [*.net *.split]
rickenharp has quit [*.net *.split]
mvangala has quit [*.net *.split]
hoelzro has quit [*.net *.split]
bedouin has quit [*.net *.split]
cbetta has quit [*.net *.split]
gyre007__ has quit [*.net *.split]
kapowaz has quit [*.net *.split]
Guest89694 has quit [*.net *.split]
jpinnix_ has quit [*.net *.split]
yo61 has quit [*.net *.split]
Jakee` has quit [*.net *.split]
Guest85414______ has quit [*.net *.split]
danneu has quit [*.net *.split]
ged has quit [*.net *.split]
ping-pong has quit [*.net *.split]
crazysim has quit [*.net *.split]
d-snp has quit [*.net *.split]
replay_ has quit [*.net *.split]
DrForr has quit [*.net *.split]
patronus has quit [*.net *.split]
Norrin has quit [*.net *.split]
juni0r has quit [*.net *.split]
jds has quit [*.net *.split]
octarine has quit [*.net *.split]
RKornmeyer has quit [*.net *.split]
rurban_ has quit [*.net *.split]
Tranquility has quit [*.net *.split]
nighter has quit [*.net *.split]
elaptics`away has quit [*.net *.split]
Mohan_ has quit [*.net *.split]
thoraxe has quit [*.net *.split]
wwalker has quit [*.net *.split]
ozzloy has quit [*.net *.split]
wykydtron has quit [*.net *.split]
thejoecarroll has quit [*.net *.split]
Mars` has quit [*.net *.split]
ericwood has quit [*.net *.split]
nilsove has quit [*.net *.split]
Muz has quit [*.net *.split]
Lulzon has quit [*.net *.split]
devyn has quit [*.net *.split]
jmaister has quit [*.net *.split]
gf3 has quit [*.net *.split]
Guest95957 has quit [*.net *.split]
Martxel has quit [*.net *.split]
mjmac has quit [*.net *.split]
seich has quit [*.net *.split]
drasch has quit [*.net *.split]
bpgoldsb has quit [*.net *.split]
Davedo has quit [*.net *.split]
mr_rich101 has quit [*.net *.split]
machuga has quit [*.net *.split]
neoice has quit [*.net *.split]
gstamp has quit [*.net *.split]
eshy has quit [*.net *.split]
zz_karupanerura has quit [*.net *.split]
cibs has quit [*.net *.split]
jrunning___ has quit [Changing host]
jrunning___ has joined #ruby
gazoombo has quit [Changing host]
gazoombo has joined #ruby
robmozart_ has joined #ruby
robmozart_ has quit [Changing host]
frode15243 has joined #ruby
16WAAS17J has quit [Changing host]
16WAAS17J has joined #ruby
lepht has quit [Changing host]
lepht has joined #ruby
andrewstewart has quit [Changing host]
andrewstewart has joined #ruby
fayimora__ has quit [Changing host]
fayimora__ has joined #ruby
niharvey has quit [Changing host]
niharvey has joined #ruby
RSTJNII_ has quit [Changing host]
RSTJNII_ has joined #ruby
pagioss has quit [Changing host]
pagioss has joined #ruby
ceej_ has quit [Changing host]
im0b has joined #ruby
ceej_ has joined #ruby
im0b has quit [Changing host]
CJD14_ has quit [Changing host]
CJD14_ has joined #ruby
dmoe_ has joined #ruby
dmoe_ has quit [Changing host]
mostlybadfly_ has joined #ruby
davorb has joined #ruby
mostlybadfly_ has quit [Changing host]
vcoinminer has joined #ruby
drjblouse_ has joined #ruby
davorb has quit [Changing host]
drjblouse_ has quit [Changing host]
vcoinminer has quit [Changing host]
end_guy has joined #ruby
mjs2600 has quit [Ping timeout: 260 seconds]
hiyosi has joined #ruby
niv_ is now known as niv
aryaching_ has quit [Ping timeout: 246 seconds]
jetblack has joined #ruby
Angelous has quit [Quit: http://achemicallanguage.org]
Angelous has joined #ruby
MissionCritical has quit [Excess Flood]
Azulinho has joined #ruby
Morrolan has joined #ruby
DrCode has joined #ruby
robwilliamsuk has joined #ruby
iamdoo2 has joined #ruby
chihhsin_ has joined #ruby
xargoon has quit [Ping timeout: 252 seconds]
fella6s has joined #ruby
torstein__ has joined #ruby
tacos1de has joined #ruby
Asher has joined #ruby
rdark has joined #ruby
rodasc has joined #ruby
pico-pete has quit [Ping timeout: 252 seconds]
Davey has quit [Ping timeout: 252 seconds]
waxjar has quit [Ping timeout: 252 seconds]
Asher1 has quit [Read error: Connection reset by peer]
yasu__ has quit [Ping timeout: 252 seconds]
relix has quit [Ping timeout: 252 seconds]
headius has quit [Ping timeout: 252 seconds]
sputnik1_ has quit [Ping timeout: 252 seconds]
clamstar has quit [Ping timeout: 252 seconds]
andrewstewart has quit [Ping timeout: 252 seconds]
eka_ has joined #ruby
grayWolf has joined #ruby
qz has quit [Ping timeout: 252 seconds]
Blue_Ice has quit [Ping timeout: 252 seconds]
jaimef has quit [Ping timeout: 252 seconds]
Rydekull has joined #ruby
ccooke_ is now known as ccooke
Radar_ has joined #ruby
pico-pete has joined #ruby
Kovensky has quit [Read error: Operation timed out]
chihhsin has quit [Quit: leaving]
torstein has quit [Read error: Operation timed out]
bw_ has quit [Write error: Broken pipe]
xbob has quit [Read error: Operation timed out]
germanstudent has quit [Read error: Operation timed out]
bgy has quit [Read error: Operation timed out]
lazyguru_ has quit [Ping timeout: 252 seconds]
Kabaka has quit [Read error: Operation timed out]
kevinfagan_ has quit [Write error: Broken pipe]
lazyguru_ has joined #ruby
fella5s has quit [Read error: Operation timed out]
dh64 has quit [Excess Flood]
kevinfagan has joined #ruby
zaargy_ has joined #ruby
sarlalian has quit [Ping timeout: 252 seconds]
_HolyCow1 has joined #ruby
crodas has quit [Ping timeout: 248 seconds]
eka has quit [Ping timeout: 248 seconds]
figgleberry has quit []
emdub has quit [Ping timeout: 252 seconds]
_whitelogger has joined #ruby
jericon has joined #ruby
caveat- has joined #ruby
RSTJNII_ has joined #ruby
phansch has quit [Ping timeout: 264 seconds]
radic has joined #ruby
ParanoidSP has joined #ruby
torstein__ has joined #ruby
92AAAIYLC has quit [Ping timeout: 260 seconds]
brjannc has joined #ruby
Drakevr has joined #ruby
Drakevr has joined #ruby
Drakevr has quit [Changing host]
nw has joined #ruby
kennym has joined #ruby
soulcake has joined #ruby
mattp__ has joined #ruby
Takumo has joined #ruby
fbernier has joined #ruby
bw_ has joined #ruby
musl_ has joined #ruby
peck has joined #ruby
deepy- has joined #ruby
sepp2k has joined #ruby
nemesit|znc has joined #ruby
wca has joined #ruby
claymore has joined #ruby
carif has joined #ruby
netf has joined #ruby
QKO has joined #ruby
awkisopen has joined #ruby
willb1 has joined #ruby
Caius has joined #ruby
predator117 has joined #ruby
jso has joined #ruby
xibalba has joined #ruby
Nahra has joined #ruby
Sindacious has joined #ruby
_5kg has joined #ruby
kiki_lamb has joined #ruby
__main__ has joined #ruby
jackneill has joined #ruby
Matriks_ has quit [Remote host closed the connection]
Nahra has quit [Changing host]
Nahra has joined #ruby
koshian_ has joined #ruby
ggordan has joined #ruby
Olipro has quit [Max SendQ exceeded]
starfox21 has quit [Quit: starfox21]
crazed- is now known as crazedpsyc
matchaw has joined #ruby
frode15243_ is now known as frode15243
deepy- has quit [Max SendQ exceeded]
zellio has joined #ruby
bernalex has joined #ruby
Caius has quit [Changing host]
Takumo has joined #ruby
Takumo has quit [Changing host]
Caius has joined #ruby
soulcake has joined #ruby
soulcake has quit [Changing host]
kennym has quit [Changing host]
kennym has joined #ruby
eval-in__ has joined #ruby
lepht has quit [Ping timeout: 245 seconds]
deepy has joined #ruby
hl has joined #ruby
relix has joined #ruby
rdark has joined #ruby
Elfix has joined #ruby
jrist has joined #ruby
JZTech101 has joined #ruby
Slavox has joined #ruby
hiall_ has joined #ruby
linduxed has joined #ruby
eneon has joined #ruby
claymore is now known as Guest2880
deepy is now known as Guest89563
bananashapedghl has joined #ruby
clamstar has joined #ruby
antonishen has quit [Ping timeout: 264 seconds]
pinage404 has quit [Ping timeout: 264 seconds]
slash_ni1k has joined #ruby
ddd has joined #ruby
malnek_ has joined #ruby
bubbajones has joined #ruby
jaimef has joined #ruby
Rickmast- has quit [Ping timeout: 264 seconds]
hiall has quit [Ping timeout: 264 seconds]
lectrick_ has quit [Ping timeout: 264 seconds]
hiall_ is now known as hiall
freerobby has quit [Quit: Leaving.]
Kabaka_ has joined #ruby
Hamled|Erp has joined #ruby
krainboltgreene has joined #ruby
xMopxShell has joined #ruby
elaptics`away is now known as elaptics
sweeper has joined #ruby
dandrade_ has joined #ruby
Emmanuel_Chanel has joined #ruby
joshu__ has quit [Ping timeout: 264 seconds]
xbob has joined #ruby
felixjet_ has quit [Ping timeout: 260 seconds]
Guest22619 has quit [Ping timeout: 260 seconds]
[lewellyn] has quit [Ping timeout: 260 seconds]
Alina-malina has quit [Read error: Connection reset by peer]
ikawnoclast has joined #ruby
pr1x has joined #ruby
parus has joined #ruby
Alina-malina has joined #ruby
[lewellyn] has joined #ruby
bleak has quit [Ping timeout: 264 seconds]
sarlalian has joined #ruby
felixjet has joined #ruby
Olipro has joined #ruby
Vivekananda has joined #ruby
Zhann has joined #ruby
carif_ has joined #ruby
mikecmpbll has quit [Ping timeout: 264 seconds]
destructure has joined #ruby
Nowaker has quit [Ping timeout: 264 seconds]
connor_goodwolf has joined #ruby
Rickmasta has joined #ruby
<Morrolan> Freenode doesn't seem happy.
Karpuragauram has joined #ruby
zoscoy has joined #ruby
<Morrolan> From timeout to SSL errors, I've seen it all.
yeticry has quit [Ping timeout: 262 seconds]
__class__ has joined #ruby
queequeg1 has joined #ruby
chiel has joined #ruby
Vivekananda has quit [Client Quit]
carif has quit [Ping timeout: 260 seconds]
Karpuragauram has quit [Read error: Connection reset by peer]
Vivekananda has joined #ruby
Rudde has quit [Ping timeout: 264 seconds]
yeticry has joined #ruby
urtokk has joined #ruby
matrixise has joined #ruby
<shevy> yeah
<shevy> only 600 folks in here now
<shevy> and lots of renaming of nicks
<shevy> and no talking!
pinage404 has joined #ruby
17SAAH9TF has joined #ruby
dandrade has joined #ruby
adeponte has joined #ruby
bluntman has joined #ruby
malnek has joined #ruby
xargoon has joined #ruby
jack_rabbit has joined #ruby
Hamled has joined #ruby
dylannorthrup has joined #ruby
Galgorth has joined #ruby
BeanDip has joined #ruby
sski_ has joined #ruby
jaredrhine_ has joined #ruby
yasushi_ has joined #ruby
joast has joined #ruby
wlanboy_ has joined #ruby
BraddBitt has joined #ruby
weeems has joined #ruby
LexicalScope` has joined #ruby
icedp has joined #ruby
yxhuvud has joined #ruby
camilasa_ has joined #ruby
17SAAH5OF has joined #ruby
Tobarja has joined #ruby
YourBestFriend has joined #ruby
Guest12058 has joined #ruby
nomadic has joined #ruby
jayne has joined #ruby
zastern has joined #ruby
Twist- has joined #ruby
slash_nick has joined #ruby
17SAAH96V has joined #ruby
kukyakya has joined #ruby
RubyPanther has joined #ruby
jetblack has joined #ruby
mr_red has joined #ruby
ValicekB_ has joined #ruby
gstamp has joined #ruby
cibs has joined #ruby
eshy has joined #ruby
zz_karupanerura has joined #ruby
ace_striker has joined #ruby
jetblack has quit [Remote host closed the connection]
17SAAH9TF has quit [Excess Flood]
dandrade has quit [Write error: Broken pipe]
Hamled has quit [Write error: Broken pipe]
slash_nick has quit [Write error: Broken pipe]
malnek has quit [Write error: Broken pipe]
<Morrolan> And a bunch of joins. :)
preller has joined #ruby
preller has quit [Changing host]
preller has joined #ruby
<shevy> ah I dont see these
jabular_ has joined #ruby
ace_striker is now known as Guest20136
<shevy> #postgresql is down to about 600 as well
elaptics is now known as elaptics`away
kayamm has joined #ruby
Deele has joined #ruby
cina has quit [Ping timeout: 252 seconds]
jabular has quit [Ping timeout: 264 seconds]
koell has quit [Ping timeout: 264 seconds]
FL1SK has quit [Ping timeout: 264 seconds]
Roa has joined #ruby
wereHamster has quit [Ping timeout: 264 seconds]
ggherdov has quit [Ping timeout: 264 seconds]
parduse has quit [Ping timeout: 264 seconds]
wereHams1er has joined #ruby
MissionCritical has joined #ruby
ValicekB_ is now known as ValicekB
<shevy> exception handling in ph
<shevy> *php
<shevy> why is this fucking twice as long as ruby's exception handling
mikecmpbll has joined #ruby
jetblack has joined #ruby
Silent__ has quit [Ping timeout: 264 seconds]
mtlatif_ has quit [Ping timeout: 264 seconds]
zrl has quit [Ping timeout: 264 seconds]
ph8 has joined #ruby
_whitelogger has joined #ruby
justinxreese has quit [Ping timeout: 246 seconds]
kayamm has quit [Ping timeout: 246 seconds]
xibalba has quit [Ping timeout: 246 seconds]
xMopxShell has quit [Ping timeout: 246 seconds]
xbob has quit [Ping timeout: 246 seconds]
aryaching_ has joined #ruby
pignata has quit [Ping timeout: 246 seconds]
certainty has quit [Ping timeout: 246 seconds]
mven has quit [Ping timeout: 246 seconds]
marcdel has quit [Ping timeout: 246 seconds]
ji0n has quit [Ping timeout: 246 seconds]
koell has quit [Ping timeout: 246 seconds]
Zackio has quit [Ping timeout: 246 seconds]
bernalex has quit [Ping timeout: 246 seconds]
halfie has quit [Ping timeout: 246 seconds]
machty_ has joined #ruby
BaconOverflow___ has joined #ruby
rickenharp_ has joined #ruby
poguez__ has joined #ruby
lepht__ has joined #ruby
jds_ has joined #ruby
mroth__ has joined #ruby
Jakee`_ has joined #ruby
mjc__ has joined #ruby
ckrailo_ has joined #ruby
anicet has joined #ruby
yo61_ has joined #ruby
jpinnix__ has joined #ruby
Tranquility_ has joined #ruby
tomaw has quit [*.net *.split]
plexus_ has quit [*.net *.split]
kirun has quit [*.net *.split]
erichmenge has quit [*.net *.split]
Raboo has quit [*.net *.split]
headius has quit [*.net *.split]
Angelous has quit [*.net *.split]
estebistec has quit [*.net *.split]
Asher has quit [*.net *.split]
davidcelis has quit [*.net *.split]
drago777 has quit [*.net *.split]
umttumt has quit [*.net *.split]
fbernier has quit [*.net *.split]
braincrash has quit [*.net *.split]
oz has quit [*.net *.split]
bnagy has quit [*.net *.split]
jackneill has quit [*.net *.split]
crazedpsyc has quit [*.net *.split]
Beoran has quit [*.net *.split]
tris has quit [*.net *.split]
Tachoh has quit [*.net *.split]
emdub has quit [*.net *.split]
TTilus has quit [*.net *.split]
waxjar has quit [*.net *.split]
jsilver has quit [*.net *.split]
Blue_Ice has quit [*.net *.split]
koalallama has quit [*.net *.split]
ace_striker_ has quit [*.net *.split]
matchaw has quit [*.net *.split]
linduxed has quit [*.net *.split]
phreax has quit [*.net *.split]
yasu__ has quit [*.net *.split]
maetthew has quit [*.net *.split]
yarou has quit [*.net *.split]
sepp2k has quit [*.net *.split]
willb1 has quit [*.net *.split]
TwinkleHood has quit [*.net *.split]
bhaak has quit [*.net *.split]
pinage404 has quit [*.net *.split]
ggordan has quit [*.net *.split]
toretore has quit [*.net *.split]
jaimef has quit [*.net *.split]
peterhu_ has quit [*.net *.split]
jcs222 has quit [*.net *.split]
thelamest2 has quit [*.net *.split]
SecretAgent has quit [*.net *.split]
fflush has quit [*.net *.split]
nuba has quit [*.net *.split]
clocKwize_ has quit [*.net *.split]
niharvey has quit [*.net *.split]
AntelopeSalad has quit [*.net *.split]
rotor has quit [*.net *.split]
abunchofdollarsi has quit [*.net *.split]
16WAAS17J has quit [*.net *.split]
jgoss_ has quit [*.net *.split]
txdv_ has quit [*.net *.split]
twiceaday has quit [*.net *.split]
kevinykchan has quit [*.net *.split]
WillAmes has quit [*.net *.split]
jonathanwallace has quit [*.net *.split]
TorpedoSkyline has quit [*.net *.split]
[gmi] has quit [*.net *.split]
moshee has quit [*.net *.split]
emdub_ has quit [*.net *.split]
Nowaker has quit [*.net *.split]
lepht_ has quit [*.net *.split]
telling has quit [*.net *.split]
bthesorceror has quit [*.net *.split]
Azure has quit [*.net *.split]
Hamled has quit [*.net *.split]
tonini has quit [*.net *.split]
jso has quit [*.net *.split]
SirFunk has quit [*.net *.split]
lotherk has quit [*.net *.split]
JZTech101 has quit [*.net *.split]
bahar has quit [*.net *.split]
mhenrixon has quit [*.net *.split]
TheNumb has quit [*.net *.split]
Kovensky has quit [*.net *.split]
sarlalian has quit [*.net *.split]
Scient has quit [*.net *.split]
KevinSjoberg has quit [*.net *.split]
troyready has quit [*.net *.split]
jaredrhine_ has quit [*.net *.split]
lectrick_ has quit [*.net *.split]
mtlatif_ has quit [*.net *.split]
antonishen has quit [*.net *.split]
mroth_ has quit [*.net *.split]
zrl has quit [*.net *.split]
Sthebig has quit [*.net *.split]
chihhsin_cloud_ has quit [*.net *.split]
23LAA5MPY has quit [*.net *.split]
zzak_ has quit [*.net *.split]
BaconOverflow__ has quit [*.net *.split]
pusewicz_ has quit [*.net *.split]
tommyvyo_ has quit [*.net *.split]
meinside__ has quit [*.net *.split]
jmeeuwen has quit [*.net *.split]
poguez_ has quit [*.net *.split]
MindfulMonk has quit [*.net *.split]
Kamilion has quit [*.net *.split]
ConstantineXVI has quit [*.net *.split]
Paradox has quit [*.net *.split]
mjc_ has quit [*.net *.split]
Nightmare has quit [*.net *.split]
PhilK_ has quit [*.net *.split]
mattyohe has quit [*.net *.split]
machty has quit [*.net *.split]
mordocai` has quit [*.net *.split]
xybr_ has quit [*.net *.split]
justinmcp_ has quit [*.net *.split]
ckrailo has quit [*.net *.split]
cmaxw_ has quit [*.net *.split]
adambeynon has quit [*.net *.split]
oso96_2000 has quit [*.net *.split]
rickenharp has quit [*.net *.split]
mvangala has quit [*.net *.split]
hoelzro has quit [*.net *.split]
cbetta has quit [*.net *.split]
bedouin has quit [*.net *.split]
gyre007__ has quit [*.net *.split]
Guest89694 has quit [*.net *.split]
kapowaz has quit [*.net *.split]
yo61 has quit [*.net *.split]
jpinnix_ has quit [*.net *.split]
Guest85414______ has quit [*.net *.split]
Jakee` has quit [*.net *.split]
danneu has quit [*.net *.split]
ged has quit [*.net *.split]
ping-pong has quit [*.net *.split]
crazysim has quit [*.net *.split]
d-snp has quit [*.net *.split]
replay_ has quit [*.net *.split]
DrForr has quit [*.net *.split]
patronus has quit [*.net *.split]
Norrin has quit [*.net *.split]
juni0r has quit [*.net *.split]
octarine has quit [*.net *.split]
jds has quit [*.net *.split]
RKornmeyer has quit [*.net *.split]
rurban_ has quit [*.net *.split]
Tranquility has quit [*.net *.split]
nighter has quit [*.net *.split]
Mohan_ has quit [*.net *.split]
elaptics`away has quit [*.net *.split]
thoraxe has quit [*.net *.split]
wwalker has quit [*.net *.split]
ozzloy has quit [*.net *.split]
wykydtron has quit [*.net *.split]
thejoecarroll has quit [*.net *.split]
Mars` has quit [*.net *.split]
nilsove has quit [*.net *.split]
ericwood has quit [*.net *.split]
Muz has quit [*.net *.split]
Lulzon has quit [*.net *.split]
jmaister has quit [*.net *.split]
devyn has quit [*.net *.split]
gf3 has quit [*.net *.split]
seich has quit [*.net *.split]
Guest95957 has quit [*.net *.split]
drasch has quit [*.net *.split]
bpgoldsb has quit [*.net *.split]
Martxel has quit [*.net *.split]
mjmac has quit [*.net *.split]
Davedo has quit [*.net *.split]
machuga has quit [*.net *.split]
mr_rich101 has quit [*.net *.split]
neoice has quit [*.net *.split]
_HolyCow has quit [*.net *.split]
dawkirst has quit [*.net *.split]
Guedes has quit [*.net *.split]
yeticry has quit [*.net *.split]
daveops_ has quit [*.net *.split]
m_3 has quit [*.net *.split]
joshualivesay has quit [*.net *.split]
Hanmac has quit [*.net *.split]
Senjai__ has quit [*.net *.split]
iamdoo2_ has quit [*.net *.split]
preller has quit [*.net *.split]
RubyPanther has quit [*.net *.split]
kukyakya has quit [*.net *.split]
mr_red has quit [*.net *.split]
17SAAH96V has quit [*.net *.split]
adeponte has quit [*.net *.split]
xargoon has quit [*.net *.split]
bluntman has quit [*.net *.split]
jack_rabbit has quit [*.net *.split]
dylannorthrup has quit [*.net *.split]
Galgorth has quit [*.net *.split]
yasushi_ has quit [*.net *.split]
sski_ has quit [*.net *.split]
joast has quit [*.net *.split]
BraddBitt has quit [*.net *.split]
wlanboy_ has quit [*.net *.split]
weeems has quit [*.net *.split]
icedp has quit [*.net *.split]
camilasa_ has quit [*.net *.split]
LexicalScope` has quit [*.net *.split]
17SAAH5OF has quit [*.net *.split]
yxhuvud has quit [*.net *.split]
Tobarja has quit [*.net *.split]
Guest12058 has quit [*.net *.split]
YourBestFriend has quit [*.net *.split]
jayne has quit [*.net *.split]
nomadic has quit [*.net *.split]
Twist- has quit [*.net *.split]
zastern has quit [*.net *.split]
gstamp has quit [*.net *.split]
eshy has quit [*.net *.split]
zz_karupanerura has quit [*.net *.split]
bleak has quit [*.net *.split]
cibs has quit [*.net *.split]
spinx^ has quit [*.net *.split]
crazymykl has quit [*.net *.split]
ikawnoclast has quit [*.net *.split]
lewellyn has quit [*.net *.split]
Elfix has quit [*.net *.split]
danshult_ has quit [*.net *.split]
parus has quit [*.net *.split]
germanstudent has quit [*.net *.split]
toddabrahm has quit [*.net *.split]
predator117 has quit [*.net *.split]
davidcollom has quit [*.net *.split]
Soulcutter has quit [*.net *.split]
paul_k has quit [*.net *.split]
maetthew_ has quit [*.net *.split]
mikecmpbll has quit [*.net *.split]
jamo_ has quit [*.net *.split]
RSTJNII has quit [*.net *.split]
slash_nick has quit [*.net *.split]
undert has quit [*.net *.split]
miah has quit [*.net *.split]
tchebb has quit [*.net *.split]
koalalla1a has quit [*.net *.split]
yeltzooo has quit [*.net *.split]
Davey has quit [*.net *.split]
relix has quit [*.net *.split]
Anarch has quit [*.net *.split]
bakedb has quit [*.net *.split]
onewheelskyward has quit [*.net *.split]
flagg0204 has quit [*.net *.split]
aryaching has quit [*.net *.split]
zellio has quit [*.net *.split]
madb055 has quit [*.net *.split]
jxport has quit [*.net *.split]
RealMarc has quit [*.net *.split]
Speed has quit [*.net *.split]
dorei has quit [*.net *.split]
tacos1de has quit [*.net *.split]
DrCode has quit [*.net *.split]
end_guy has quit [*.net *.split]
nvll has quit [*.net *.split]
jaxxstorm has quit [*.net *.split]
rtlong has quit [*.net *.split]
andrewstewart_ has quit [*.net *.split]
ggherdov has quit [*.net *.split]
caveat- has quit [*.net *.split]
frode15243 has quit [*.net *.split]
nisstyre_ has quit [*.net *.split]
fayimora__ has quit [*.net *.split]
robmozart_ has quit [*.net *.split]
jrunning___ has quit [*.net *.split]
gazoombo has quit [*.net *.split]
pcarrier has quit [*.net *.split]
Hien has quit [*.net *.split]
wormwood has quit [*.net *.split]
shevy has quit [*.net *.split]
Bish_ has quit [*.net *.split]
cschneid_ has quit [*.net *.split]
aob_ has quit [*.net *.split]
SegFaultAX has quit [*.net *.split]
yosafbridge has quit [*.net *.split]
the_mentat has quit [*.net *.split]
DanKnox has quit [*.net *.split]
ageis has quit [*.net *.split]
guyz has quit [*.net *.split]
Trynemjoel has quit [*.net *.split]
abstractj has quit [*.net *.split]
gtc|ghost has quit [*.net *.split]
Rylee has quit [*.net *.split]
ec has quit [*.net *.split]
gischy has quit [*.net *.split]
tyranja has quit [*.net *.split]
vaicine_ has quit [*.net *.split]
renklaf_ has quit [*.net *.split]
stupidystupid has quit [*.net *.split]
cjsarette has quit [*.net *.split]
sivoais has quit [*.net *.split]
jzigmund has quit [*.net *.split]
wuest has quit [*.net *.split]
bricker`LA has quit [*.net *.split]
j416 has quit [*.net *.split]
zxd has quit [*.net *.split]
lachesis has quit [*.net *.split]
maxmanders has quit [*.net *.split]
manacit has quit [*.net *.split]
TigerWolf has quit [*.net *.split]
jacobat has quit [*.net *.split]
m4rcu5 has quit [*.net *.split]
Nanuq has quit [*.net *.split]
marienz has quit [*.net *.split]
RTG` has quit [*.net *.split]
jcarouth has quit [*.net *.split]
snkcld has quit [*.net *.split]
cid404 has quit [*.net *.split]
dazeddev has quit [*.net *.split]
Veejay has quit [*.net *.split]
FDj has quit [*.net *.split]
ponbiki has quit [*.net *.split]
maloik_ has quit [*.net *.split]
Afal_ has quit [*.net *.split]
Killerkeksdose_ has quit [*.net *.split]
elektronaut has quit [*.net *.split]
petems has quit [*.net *.split]
tskogberg has quit [*.net *.split]
marius has quit [*.net *.split]
kwertie has quit [*.net *.split]
snapcase has quit [*.net *.split]
sheepman has quit [*.net *.split]
codenapper has quit [*.net *.split]
Eiam has quit [*.net *.split]
epsylon has quit [*.net *.split]
DarthGandalf has quit [*.net *.split]
bobdobbs has quit [*.net *.split]
timmow has quit [*.net *.split]
n88 has quit [*.net *.split]
bananashapedghl has quit [*.net *.split]
chihhsin has quit [*.net *.split]
LastWhisper has quit [*.net *.split]
talntid has quit [*.net *.split]
closer has quit [*.net *.split]
Rudde has quit [*.net *.split]
mnemon has quit [*.net *.split]
TMM has quit [*.net *.split]
noname001__ has quit [*.net *.split]
joelteon has quit [*.net *.split]
existensil_ has quit [*.net *.split]
ptierno_ has quit [*.net *.split]
ccooke has quit [*.net *.split]
teenwolf has quit [*.net *.split]
asuka has quit [*.net *.split]
edwardly_ has quit [*.net *.split]
micah` has quit [*.net *.split]
angusigu1ss has quit [*.net *.split]
ktosiek_ has quit [*.net *.split]
apeiros_ has quit [*.net *.split]
sparrovv has quit [*.net *.split]
multi_io has quit [*.net *.split]
patteh has quit [*.net *.split]
Symbiosisz has quit [*.net *.split]
ctp_ has quit [*.net *.split]
ada2358 has quit [*.net *.split]
havenn has quit [*.net *.split]
hamakn_ has quit [*.net *.split]
shtirlic_ has quit [*.net *.split]
nathancahill has quit [*.net *.split]
_bart_ has quit [*.net *.split]
Czupa has quit [*.net *.split]
sebastianb has quit [*.net *.split]
Astralum has quit [*.net *.split]
hermanmunster has quit [*.net *.split]
lpvn has quit [*.net *.split]
Nilium has quit [*.net *.split]
decoponio has quit [*.net *.split]
MarceloTimao has quit [*.net *.split]
aspiers has quit [*.net *.split]
stephenmac7 has quit [*.net *.split]
Thanatermesis has quit [*.net *.split]
omegahm has quit [*.net *.split]
tobiasvl has quit [*.net *.split]
LBRapid has quit [*.net *.split]
tolstoi has quit [*.net *.split]
yano has quit [*.net *.split]
kalz has quit [*.net *.split]
hackeron has quit [*.net *.split]
Cope has quit [*.net *.split]
knigitz has quit [*.net *.split]
saltsa has quit [*.net *.split]
malcolmva has quit [*.net *.split]
ws2k3_ has quit [*.net *.split]
Biohazard has quit [*.net *.split]
Cork has quit [*.net *.split]
Brando753 has quit [*.net *.split]
andredieb has quit [*.net *.split]
peteyg_ has quit [*.net *.split]
eregon has quit [*.net *.split]
skyjumper has quit [*.net *.split]
kalleth_ has quit [*.net *.split]
JarJarBinks has quit [*.net *.split]
flori has quit [*.net *.split]
ereslibre has quit [*.net *.split]
PaulePanter has quit [*.net *.split]
zeroXten has quit [*.net *.split]
aalmenar has quit [*.net *.split]
error404 has quit [*.net *.split]
deinkabouter has quit [*.net *.split]
beardedninja has quit [*.net *.split]
UForgotten has quit [*.net *.split]
bauruine has quit [*.net *.split]
bgy_ has quit [*.net *.split]
nanashiRei has quit [*.net *.split]
DrOwl has quit [*.net *.split]
robustus|Off has quit [*.net *.split]
AndyWojo has quit [*.net *.split]
chipotle has quit [*.net *.split]
russfrank has quit [*.net *.split]
SirCmpwn has quit [*.net *.split]
skaflem2 has quit [*.net *.split]
pdtpatr11k has quit [*.net *.split]
mdpatrick_ has quit [*.net *.split]
WormDrink has quit [*.net *.split]
Rennex_ has quit [*.net *.split]
eyckelbo1m has quit [*.net *.split]
billy_ran_away has quit [*.net *.split]
robert_ has quit [*.net *.split]
weeb1e has quit [*.net *.split]
casheew_ has quit [*.net *.split]
jonr22_ has quit [*.net *.split]
pwh_ has quit [*.net *.split]
kaichanvong has quit [*.net *.split]
fedesilva has quit [*.net *.split]
klaas has quit [*.net *.split]
PLejeck has quit [*.net *.split]
sirecote has quit [*.net *.split]
dhoss_ has quit [*.net *.split]
jsaak has quit [*.net *.split]
mosez has quit [*.net *.split]
basso_ has quit [*.net *.split]
kloeri_ has quit [*.net *.split]
matti has quit [*.net *.split]
Xiti` has quit [*.net *.split]
mocfive_ has quit [*.net *.split]
TripTastic has quit [*.net *.split]
MJBrune_ has quit [*.net *.split]
ReCoin2 has quit [*.net *.split]
endash__ has quit [*.net *.split]
verto_ has quit [*.net *.split]
tkuchiki has quit [*.net *.split]
einarj has quit [*.net *.split]
alexherbo2 has quit [*.net *.split]
srji has quit [*.net *.split]
agjacome has quit [*.net *.split]
endash has quit [*.net *.split]
gsvolt has quit [*.net *.split]
weie has quit [*.net *.split]
fridim_ has quit [*.net *.split]
yacks has quit [*.net *.split]
Targen has quit [*.net *.split]
snath has quit [*.net *.split]
napcae has quit [*.net *.split]
ilyam has quit [*.net *.split]
hostess has quit [*.net *.split]
sumark has quit [*.net *.split]
AlSquire has quit [*.net *.split]
cephalostrum has quit [*.net *.split]
Authenticator has quit [*.net *.split]
Kneferilis has quit [*.net *.split]
Cache_Money has quit [*.net *.split]
felipe has quit [*.net *.split]
dideler_work has quit [*.net *.split]
rezonanc has quit [*.net *.split]
yokel has quit [*.net *.split]
skinny_much_ has quit [*.net *.split]
ninegrid has quit [*.net *.split]
vadviktor has quit [*.net *.split]
Guest39974 has quit [*.net *.split]
jan1337z has quit [*.net *.split]
tfittsy has quit [*.net *.split]
vongrippen has quit [*.net *.split]
dreamchaser has quit [*.net *.split]
theRoUS has quit [*.net *.split]
batman____ has quit [*.net *.split]
eliasp has quit [*.net *.split]
neodon has quit [*.net *.split]
jhass has quit [*.net *.split]
shanlar has quit [*.net *.split]
jcalado has quit [*.net *.split]
FifthWall has quit [*.net *.split]
xea has quit [*.net *.split]
Apocalypse has quit [*.net *.split]
BombStrike has quit [*.net *.split]
ejnahc_ has quit [*.net *.split]
siefca has quit [*.net *.split]
Derander has quit [*.net *.split]
fearoffish has quit [*.net *.split]
contradictioned_ has quit [*.net *.split]
Gnubie_ has quit [*.net *.split]
deavid has quit [*.net *.split]
soahccc has quit [*.net *.split]
dvorak has quit [*.net *.split]
monomyth has quit [*.net *.split]
farn has quit [*.net *.split]
Rix has quit [*.net *.split]
hypnosb has quit [*.net *.split]
KillerFox has quit [*.net *.split]
falten has quit [*.net *.split]
mame0 has quit [*.net *.split]
mist has quit [*.net *.split]
dbjeepn- has quit [*.net *.split]
angelixd has quit [*.net *.split]
zzak has joined #ruby
tommyvyo__ has joined #ruby
poguez__ is now known as poguez_
rickenharp_ is now known as rickenharp
mroth__ is now known as mroth_
jpinnix__ is now known as jpinnix_
andrewstewart_ has joined #ruby
pusewicz__ has joined #ruby
mjc__ is now known as mjc_
ckrailo_ is now known as ckrailo
jds_ is now known as jds
Jakee`_ is now known as Jakee`
meinside__ has joined #ruby
machty_ is now known as machty
yo61_ is now known as yo61
Tranquility_ is now known as Tranquility
aryaching_ has quit [Quit: Sayonara ^_^]
Olipro has quit [Ping timeout: 246 seconds]
kapowaz has joined #ruby
Jamo has quit [Ping timeout: 246 seconds]
Soulcutter has joined #ruby
Olipro has joined #ruby
Guest85414______ has joined #ruby
mattyohe_ has joined #ruby
zrl has joined #ruby
jackneill has joined #ruby
Jamo has joined #ruby
apocalyptic_ab has joined #ruby
cmaxw__ has joined #ruby
aryaching has joined #ruby
wjlafrance has joined #ruby
robmozart_ has joined #ruby
antonishen has joined #ruby
aryaching has quit [Client Quit]
andrewstewart_ has quit []
andrewstewart_ has joined #ruby
jrunning___ has joined #ruby
parduse has joined #ruby
michael_mbp has joined #ruby
aryaching has joined #ruby
DrForr has joined #ruby
aryaching has quit [Client Quit]
aryaching has joined #ruby
parduse has quit [Ping timeout: 246 seconds]
Hamled has joined #ruby
randomnick_ has joined #ruby
aryaching has quit [Quit: Sayonara ^_^]
aryaching has joined #ruby
aryaching has quit [Client Quit]
aryaching has joined #ruby
Angelous has joined #ruby
aryaching has quit [Client Quit]
ixx has joined #ruby
drago777 has joined #ruby
TwinkleHood has joined #ruby
defrag has joined #ruby
defrag has quit [Ping timeout: 246 seconds]
drago777 has quit [Ping timeout: 246 seconds]
ixx has quit [Ping timeout: 246 seconds]
TwinkleHood has quit [Ping timeout: 246 seconds]
andrewstewart_ has quit []
justinxreese has joined #ruby
DrForr is now known as 18WAFUUR3
venkat_ has joined #ruby
Radar_ has joined #ruby
descala has joined #ruby
alexju has joined #ruby
elaptics`away has joined #ruby
Galgorth has joined #ruby
zarul has joined #ruby
KarolisNo has joined #ruby
Blue_Ice has joined #ruby
Takumo has joined #ruby
drasch has joined #ruby
Scient has joined #ruby
unholycrab has joined #ruby
idoru has joined #ruby
bahar has joined #ruby
brisbin has joined #ruby
cbetta has joined #ruby
Matriks_ has joined #ruby
braincrash has joined #ruby
oetjenj has joined #ruby
Mohan has joined #ruby
ozzloy has joined #ruby
mburns has joined #ruby
gstamp has joined #ruby
Nowaker has joined #ruby
yarou has joined #ruby
pico-pete has joined #ruby
eshy has joined #ruby
AntelopeSalad has joined #ruby
abunchofdollarsi has joined #ruby
ace_striker has joined #ruby
klaut_ has joined #ruby
moshee has joined #ruby
mikemac has joined #ruby
jsilver has joined #ruby
Raboo has joined #ruby
danneu has joined #ruby
TheMoonMaster has joined #ruby
samuelkadolph has joined #ruby
frode15243_ has joined #ruby
Asher has joined #ruby
zz_karupanerura has joined #ruby
Lulzon has joined #ruby
segv has joined #ruby
wmoxam has joined #ruby
DefV has joined #ruby
SecretAgent has joined #ruby
niharvey has joined #ruby
jericon has joined #ruby
Mars` has joined #ruby
RKornmeyer has joined #ruby
mjuszczak has joined #ruby
maetthew has joined #ruby
willb1 has joined #ruby
bedouin has joined #ruby
SirFunk has joined #ruby
francis has joined #ruby
madb055 has joined #ruby
wang has joined #ruby
jaredrhine has joined #ruby
thejoecarroll has joined #ruby
caveat- has joined #ruby
waxjar has joined #ruby
kennym has joined #ruby
YourBestFriend has joined #ruby
jaimef has joined #ruby
rotor has joined #ruby
crazedpsyc has joined #ruby
timonv has joined #ruby
bier has joined #ruby
kevinykchan has joined #ruby
jgoss_ has joined #ruby
jcs222 has joined #ruby
Fraeon has joined #ruby
clocKwize_ has joined #ruby
einarj has joined #ruby
twiceaday has joined #ruby
pushpak has joined #ruby
Skelz0r has joined #ruby
Avahey has joined #ruby
jzig has joined #ruby
nuba has joined #ruby
PhilK_ has joined #ruby
TorpedoSkyline has joined #ruby
jeregrine has joined #ruby
cibs has joined #ruby
fflush has joined #ruby
bnagy has joined #ruby
yfeldblum has joined #ruby
Fractional_ has joined #ruby
DylanJ has joined #ruby
estebistec has joined #ruby
pinage404 has joined #ruby
txdv_ has joined #ruby
phreax has joined #ruby
Nyyx has joined #ruby
hoelzro_ has joined #ruby
CaptainKnots has joined #ruby
pontiki has joined #ruby
16WAAS17J has joined #ruby
Fire-Dragon-DoL has joined #ruby
shado has joined #ruby
peterhu_ has joined #ruby
andrewstewart has joined #ruby
Riking has joined #ruby
aep has joined #ruby
toretore has joined #ruby
fbernier has joined #ruby
vjain_ has joined #ruby
kevinfagan has joined #ruby
iamdoo2 has joined #ruby
oso96_2000 has joined #ruby
jle` has joined #ruby
george2 has joined #ruby
mr_rich101 has joined #ruby
devyn has joined #ruby
Norrin has joined #ruby
lectrick_ has joined #ruby
jimeh has joined #ruby
Rudde has joined #ruby
rtlong has joined #ruby
mnemon has joined #ruby
justinmcp_ has joined #ruby
DrOwl has joined #ruby
chihhsin has joined #ruby
ggherdov has joined #ruby
robustus|Off has joined #ruby
chipotle has joined #ruby
mtlatif_ has joined #ruby
joelteon has joined #ruby
jmeeuwen has joined #ruby
nvll has joined #ruby
rgoodwin has joined #ruby
Guest9551 has joined #ruby
noname001__ has joined #ruby
SirCmpwn has joined #ruby
nighter_ has joined #ruby
WormDrink has joined #ruby
existensil_ has joined #ruby
edwardly_ has joined #ruby
TMM has joined #ruby
nisstyre_ has joined #ruby
billy_ran_away has joined #ruby
sheepman|afk has joined #ruby
angusigu1ss has joined #ruby
micah` has joined #ruby
jaxxstorm has joined #ruby
RoryHughes has joined #ruby
cuppscakes has joined #ruby
teenwolf has joined #ruby
AndyWojo has joined #ruby
robert_ has joined #ruby
bgy_ has joined #ruby
adambeynon_ has joined #ruby
lupine has joined #ruby
dhoss_ has joined #ruby
pwh_ has joined #ruby
skaflem2 has joined #ruby
kloeri_ has joined #ruby
patteh has joined #ruby
mosez has joined #ruby
sparrovv has joined #ruby
TripTastic has joined #ruby
FaresKAlaboud has joined #ruby
multi_io has joined #ruby
ccooke has joined #ruby
MJBrune_ has joined #ruby
russfrank has joined #ruby
matti has joined #ruby
basso_ has joined #ruby
weeb1e has joined #ruby
klaas has joined #ruby
eyckelbo1m has joined #ruby
ReCoin2 has joined #ruby
ctp_ has joined #ruby
mocfive_ has joined #ruby
sirecote has joined #ruby
casheew_ has joined #ruby
Xiti` has joined #ruby
kaichanvong has joined #ruby
jsaak has joined #ruby
asuka has joined #ruby
ktosiek_ has joined #ruby
mdpatrick_ has joined #ruby
ada2358 has joined #ruby
apeiros_ has joined #ruby
ptierno_ has joined #ruby
Rennex_ has joined #ruby
Symbiosisz has joined #ruby
PLejeck has joined #ruby
nanashiRei has joined #ruby
pdtpatr11k has joined #ruby
tkuchiki has joined #ruby
verto_ has joined #ruby
nathancahill has joined #ruby
endash__ has joined #ruby
rezonanc has joined #ruby
srji has joined #ruby
aspiers has joined #ruby
Czupa has joined #ruby
napcae has joined #ruby
Cache_Money has joined #ruby
agjacome has joined #ruby
dideler_work has joined #ruby
felipe has joined #ruby
stephenmac7 has joined #ruby
cephalostrum has joined #ruby
Targen has joined #ruby
Hien has joined #ruby
yacks has joined #ruby
wormwood has joined #ruby
zxd has joined #ruby
yosafbridge has joined #ruby
havenn has joined #ruby
Nilium has joined #ruby
sivoais has joined #ruby
gtc|ghost has joined #ruby
cschneid_ has joined #ruby
hermanmunster has joined #ruby
AlSquire has joined #ruby
Cope has joined #ruby
Thanatermesis has joined #ruby
neodon has joined #ruby
talntid has joined #ruby
lpvn has joined #ruby
skinny_much_ has joined #ruby
Biohazard has joined #ruby
hamakn_ has joined #ruby
hackeron has joined #ruby
bricker`LA has joined #ruby
tyranja has joined #ruby
hostess has joined #ruby
Astralum has joined #ruby
shevy has joined #ruby
vadviktor has joined #ruby
j416 has joined #ruby
decoponio has joined #ruby
wuest has joined #ruby
shtirlic_ has joined #ruby
sebastianb has joined #ruby
knigitz has joined #ruby
yano has joined #ruby
LastWhisper has joined #ruby
theRoUS has joined #ruby
batman____ has joined #ruby
weie has joined #ruby
codenapper has joined #ruby
dvorak has joined #ruby
snath has joined #ruby
fridim_ has joined #ruby
vongrippen has joined #ruby
LBRapid has joined #ruby
ageis has joined #ruby
Kneferilis has joined #ruby
yokel has joined #ruby
abstractj has joined #ruby
gsvolt has joined #ruby
ninegrid has joined #ruby
stupidystupid has joined #ruby
Bish_ has joined #ruby
DanKnox has joined #ruby
jan1337z has joined #ruby
vaicine_ has joined #ruby
ec has joined #ruby
tfittsy has joined #ruby
bobdobbs has joined #ruby
dreamchaser has joined #ruby
pcarrier has joined #ruby
cjsarette has joined #ruby
MarceloTimao has joined #ruby
Authenticator has joined #ruby
Eiam has joined #ruby
SegFaultAX has joined #ruby
aob_ has joined #ruby
jzigmund has joined #ruby
Rylee has joined #ruby
sumark has joined #ruby
gischy has joined #ruby
the_mentat has joined #ruby
closer has joined #ruby
alexherbo2 has joined #ruby
Trynemjoel has joined #ruby
tolstoi has joined #ruby
endash has joined #ruby
guyz has joined #ruby
omegahm has joined #ruby
kalz has joined #ruby
Guest39974 has joined #ruby
tobiasvl has joined #ruby
ilyam has joined #ruby
renklaf_ has joined #ruby
TigerWolf has joined #ruby
Nanuq has joined #ruby
lachesis has joined #ruby
eliasp has joined #ruby
ws2k3_ has joined #ruby
Killerkeksdose_ has joined #ruby
dazeddev has joined #ruby
epsylon has joined #ruby
ponbiki has joined #ruby
jcarouth has joined #ruby
kwertie has joined #ruby
RTG` has joined #ruby
maloik_ has joined #ruby
jcalado has joined #ruby
BombStrike has joined #ruby
snkcld has joined #ruby
DarthGandalf has joined #ruby
jacobat has joined #ruby
ejnahc_ has joined #ruby
marius has joined #ruby
timmow has joined #ruby
malcolmva has joined #ruby
marienz has joined #ruby
Apocalypse has joined #ruby
snapcase has joined #ruby
Derander has joined #ruby
shanlar has joined #ruby
Cork has joined #ruby
andredieb has joined #ruby
fearoffish has joined #ruby
Afal_ has joined #ruby
jhass has joined #ruby
xea has joined #ruby
monomyth has joined #ruby
petems has joined #ruby
Rix has joined #ruby
JarJarBinks has joined #ruby
soahccc has joined #ruby
FifthWall has joined #ruby
contradictioned_ has joined #ruby
n88 has joined #ruby
PaulePanter has joined #ruby
Veejay has joined #ruby
maxmanders has joined #ruby
zeroXten has joined #ruby
Brando753 has joined #ruby
bauruine has joined #ruby
siefca has joined #ruby
deavid has joined #ruby
farn has joined #ruby
manacit has joined #ruby
m4rcu5 has joined #ruby
eregon has joined #ruby
tskogberg has joined #ruby
kalleth_ has joined #ruby
cid404 has joined #ruby
elektronaut has joined #ruby
Gnubie_ has joined #ruby
skyjumper has joined #ruby
FDj has joined #ruby
saltsa has joined #ruby
hypnosb has joined #ruby
peteyg_ has joined #ruby
flori has joined #ruby
error404 has joined #ruby
mist has joined #ruby
tomaw has joined #ruby
deinkabouter has joined #ruby
ereslibre has joined #ruby
angelixd has joined #ruby
UForgotten has joined #ruby
dbjeepn- has joined #ruby
mame0 has joined #ruby
beardedninja has joined #ruby
aalmenar has joined #ruby
KillerFox has joined #ruby
falten has joined #ruby
jackneill has quit [Max SendQ exceeded]
wykydtron has joined #ruby
seich- has joined #ruby
bahar has quit [Ping timeout: 272 seconds]
jericon has quit [Ping timeout: 272 seconds]
dx7 has joined #ruby
YourBestFriend has quit [Read error: Connection reset by peer]
Olipro is now known as Guest69720
<Fractional_> j416: I am deeply sorry that I forgot to thank you, Havenn. Please have my apologies.
LiquidInsect has joined #ruby
mikemac has quit [Read error: Connection reset by peer]
ixx has joined #ruby
Blue_Ice has quit [Ping timeout: 272 seconds]
samuelkadolph has quit [Ping timeout: 272 seconds]
mlpinit has joined #ruby
aryaching has joined #ruby
parduse has joined #ruby
matchaw has joined #ruby
jericon has joined #ruby
Rollabunna has joined #ruby
einarj has quit [Remote host closed the connection]
m_3 has joined #ruby
emdub has joined #ruby
Drakevr has joined #ruby
Drakevr has quit [Changing host]
Drakevr has joined #ruby
PerlPuma has joined #ruby
matled has joined #ruby
iaj has joined #ruby
yfeldblum is now known as 23LAA6EKY
yfeldblum has joined #ruby
stonevil has joined #ruby
timonv has quit [Remote host closed the connection]
pr1x has joined #ruby
madb055 has quit [Remote host closed the connection]
banister has joined #ruby
wca has joined #ruby
wca has joined #ruby
Davey has joined #ruby
gazoombo_ has joined #ruby
camilasan has joined #ruby
wmoxam has quit [Remote host closed the connection]
Matriks_ has quit [Ping timeout: 272 seconds]
brisbin has quit [Ping timeout: 272 seconds]
SirFunk has quit [Ping timeout: 272 seconds]
segv has quit [Ping timeout: 272 seconds]
diegok has joined #ruby
ji0n has joined #ruby
sn0wb1rd has joined #ruby
devyn has quit [Remote host closed the connection]
Deele has joined #ruby
jonathanwallace has joined #ruby
jabular has joined #ruby
23LAA6S4H has joined #ruby
adambeynon_ has quit [Ping timeout: 245 seconds]
predator117 has joined #ruby
nilsove has joined #ruby
23LAA6EKY has quit [Ping timeout: 272 seconds]
diegok is now known as 23LAA6RT8
predator117 is now known as 23LAA6S96
tris has joined #ruby
freggles has joined #ruby
unholycrab has quit [Remote host closed the connection]
Nahra has joined #ruby
havenn is now known as havenwood
Avahey has quit [Ping timeout: 245 seconds]
Guest9551 has quit [Ping timeout: 245 seconds]
aep has quit [Max SendQ exceeded]
unholycrab has joined #ruby
mjmac has joined #ruby
freggles has quit [Changing host]
freggles has joined #ruby
Nahra has quit [Changing host]
Nahra has joined #ruby
TheMoonMaster has joined #ruby
TheMoonMaster has quit [Changing host]
moshee has quit [Changing host]
moshee has joined #ruby
Riking has joined #ruby
Riking has quit [Changing host]
kennym has quit [Changing host]
kennym has joined #ruby
Takumo has quit [Changing host]
Takumo has joined #ruby
Emmanuel_Chanel has joined #ruby
bubbajones has joined #ruby
Paradox has joined #ruby
MindfulMonk has joined #ruby
Kovensky has joined #ruby
avelldiroll has joined #ruby
Beoran has joined #ruby
_HolyCow has joined #ruby
Kamilion has joined #ruby
ConstantineXVI has joined #ruby
yasu___ has joined #ruby
ixx is now known as Guest18987
parduse is now known as Guest28054
bleak has joined #ruby
mikemac has joined #ruby
flagg0204 has joined #ruby
Squarepy has joined #ruby
axsuul has joined #ruby
Davedo has joined #ruby
<j416> Fractional_: I didn't mean it like that, but.. yeah.
<j416> :)
Nyyx has quit [Ping timeout: 272 seconds]
alex88 has joined #ruby
madb055 has joined #ruby
Guest28054 has left #ruby [#ruby]
aep has joined #ruby
Avahey has joined #ruby
brisbin has joined #ruby
brjannc has joined #ruby
jle` has quit [Ping timeout: 272 seconds]
SirFunk has joined #ruby
crodas has joined #ruby
Fire-Dragon-DoL has quit [Quit: Leaving.]
phrozen77 has quit [Changing host]
phrozen77 has joined #ruby
breakingthings has joined #ruby
mostlybadfly_ has quit [Quit: Connection closed for inactivity]
Thanatermesis has quit [Read error: Connection reset by peer]
Guest89694 has joined #ruby
wmoxam has joined #ruby
wmoxam has joined #ruby
wmoxam has quit [Changing host]
bpgoldsb has joined #ruby
jackneill has joined #ruby
Drakevr has quit [Ping timeout: 252 seconds]
banister has quit [Ping timeout: 252 seconds]
stonevil has quit [Ping timeout: 252 seconds]
wca has quit [Ping timeout: 252 seconds]
Davey has quit [Ping timeout: 252 seconds]
matled has quit [Ping timeout: 252 seconds]
yfeldblum has quit [Ping timeout: 252 seconds]
yxhuvud has joined #ruby
Senjai has joined #ruby
kukyakya has joined #ruby
dylannorthrup has joined #ruby
jayne has joined #ruby
jack_rabbit has joined #ruby
17SAAH96V has joined #ruby
bluntman has joined #ruby
weeems has joined #ruby
Tobarja has joined #ruby
three18ti has joined #ruby
Sthebig has joined #ruby
dawkirst has joined #ruby
nomadic has joined #ruby
xargoon has joined #ruby
camt has joined #ruby
torstein has joined #ruby
wlanboy has joined #ruby
Guest12058 has joined #ruby
TwinkleHood has joined #ruby
adeponte has joined #ruby
zastern has joined #ruby
mr_red has joined #ruby
mocfive_ has quit [Remote host closed the connection]
thejoecarroll has quit [Ping timeout: 272 seconds]
bleak has quit [Ping timeout: 272 seconds]
mlpinit has quit [Ping timeout: 272 seconds]
TorpedoSkyline has quit [Ping timeout: 272 seconds]
kevinfagan has quit [Ping timeout: 272 seconds]
wwalker has joined #ruby
aep has quit [Ping timeout: 272 seconds]
Kovensky has quit [Ping timeout: 272 seconds]
23LAA6S96 has quit [Ping timeout: 272 seconds]
23LAA6S4H has quit [Ping timeout: 272 seconds]
ji0n has quit [Ping timeout: 272 seconds]
jonathanwallace has quit [Ping timeout: 272 seconds]
jericon has quit [Ping timeout: 272 seconds]
droptone has joined #ruby
mikemac has quit [Read error: Connection reset by peer]
freggles has quit [Ping timeout: 272 seconds]
jaredrhine has quit [Ping timeout: 272 seconds]
zarul has quit [Ping timeout: 272 seconds]
klaut_ has quit [Ping timeout: 272 seconds]
TheMoonMaster has quit [Ping timeout: 272 seconds]
braincrash has quit [Ping timeout: 272 seconds]
oetjenj has quit [Ping timeout: 272 seconds]
Riking has quit [Ping timeout: 272 seconds]
Nahra has quit [Remote host closed the connection]
bubbajoness has joined #ruby
kyle__ has joined #ruby
Squarepy has quit [Max SendQ exceeded]
Nahra has joined #ruby
pigzzcanfly has joined #ruby
__main__ has joined #ruby
jericon has joined #ruby
krainboltgreene has joined #ruby
mikemac has joined #ruby
matrixise has joined #ruby
bubbajones has quit [Read error: Connection reset by peer]
klaut has joined #ruby
brisbin has quit [Ping timeout: 272 seconds]
Emmanuel_Chanel has quit [Ping timeout: 272 seconds]
madb055 has quit [Ping timeout: 272 seconds]
Deele has quit [Ping timeout: 272 seconds]
venkat_ has quit [Ping timeout: 272 seconds]
iaj has quit [Ping timeout: 272 seconds]
drasch has quit [Ping timeout: 272 seconds]
pontiki has quit [Ping timeout: 272 seconds]
mlpinit has joined #ruby
jonathanwallace has joined #ruby
Slavox has joined #ruby
RSTJNII has joined #ruby
ruisantos has joined #ruby
fantazo has joined #ruby
lewellyn has joined #ruby
stonevil_ has joined #ruby
mgberlin has joined #ruby
_bart has joined #ruby
iaj_ has joined #ruby
ephemerian has joined #ruby
undert has joined #ruby
oz` has joined #ruby
QKO has joined #ruby
yfeldblu_ has joined #ruby
ozzloy has quit [Ping timeout: 272 seconds]
Fire-Dragon-DoL has joined #ruby
fumduq has joined #ruby
aboudreault has joined #ruby
braincrash has joined #ruby
freggles has joined #ruby
deepy has joined #ruby
nilsove has quit [Ping timeout: 272 seconds]
mr_rich101 has quit [Ping timeout: 272 seconds]
Raboo has quit [Ping timeout: 272 seconds]
KarolisNo has quit [Ping timeout: 272 seconds]
jsilver has quit [Read error: Connection reset by peer]
pico-pete has quit [Ping timeout: 272 seconds]
fantazo has quit [Read error: Connection timed out]
pigzzcanfly has quit [Read error: Connection reset by peer]
giulp has joined #ruby
venkat has joined #ruby
matled- has joined #ruby
Lightstalker has joined #ruby
ace_striker_ has joined #ruby
mven has joined #ruby
andy_ has joined #ruby
neoice has joined #ruby
Guedes0 has joined #ruby
aryaching_ has joined #ruby
Squarepy has joined #ruby
mikemac has quit [Excess Flood]
bleak has joined #ruby
deepy has quit [Excess Flood]
jsilver has joined #ruby
tris has quit [Excess Flood]
Nahra has quit [Changing host]
Nahra has joined #ruby
lewellyn has quit [Changing host]
lewellyn has joined #ruby
__main__ has quit [Excess Flood]
freggles has joined #ruby
freggles has quit [Changing host]
Lightstalker has joined #ruby
Lightstalker has quit [Changing host]
Squarepy has quit [Changing host]
Squarepy has joined #ruby
lewellyn has quit [Excess Flood]
drocsid has joined #ruby
wykydtron has quit [Ping timeout: 272 seconds]
maetthew has quit [Ping timeout: 272 seconds]
Nowaker has quit [Ping timeout: 272 seconds]
venkat has joined #ruby
wykydtron has joined #ruby
wykydtron has quit [*.net *.split]
venkat has quit [*.net *.split]
bleak has quit [*.net *.split]
aryaching_ has quit [*.net *.split]
mven has quit [*.net *.split]
Guedes0 has quit [*.net *.split]
jsilver has quit [*.net *.split]
neoice has quit [*.net *.split]
andy_ has quit [*.net *.split]
ace_striker_ has quit [*.net *.split]
Squarepy has quit [*.net *.split]
matled- has quit [*.net *.split]
drocsid has quit [*.net *.split]
freggles has quit [*.net *.split]
Lightstalker has quit [*.net *.split]
Fire-Dragon-DoL has quit [*.net *.split]
braincrash has quit [*.net *.split]
fumduq has quit [*.net *.split]
aboudreault has quit [*.net *.split]
QKO has quit [*.net *.split]
yfeldblu_ has quit [*.net *.split]
mgberlin has quit [*.net *.split]
oz` has quit [*.net *.split]
_bart has quit [*.net *.split]
ruisantos has quit [*.net *.split]
undert has quit [*.net *.split]
mlpinit has quit [*.net *.split]
jonathanwallace has quit [*.net *.split]
RSTJNII has quit [*.net *.split]
Slavox has quit [*.net *.split]
krainboltgreene has quit [*.net *.split]
matrixise has quit [*.net *.split]
jericon has quit [*.net *.split]
bubbajoness has quit [*.net *.split]
Nahra has quit [*.net *.split]
klaut has quit [*.net *.split]
iaj_ has quit [*.net *.split]
giulp has quit [*.net *.split]
droptone has quit [*.net *.split]
stonevil_ has quit [*.net *.split]
wwalker has quit [*.net *.split]
kyle__ has quit [*.net *.split]
ephemerian has quit [*.net *.split]
SirFunk has quit [*.net *.split]
crodas has quit [*.net *.split]
alex88 has quit [*.net *.split]
brjannc has quit [*.net *.split]
breakingthings has quit [*.net *.split]
axsuul has quit [*.net *.split]
flagg0204 has quit [*.net *.split]
yasu___ has quit [*.net *.split]
Davedo has quit [*.net *.split]
_HolyCow has quit [*.net *.split]
Beoran has quit [*.net *.split]
Kamilion has quit [*.net *.split]
Paradox has quit [*.net *.split]
ConstantineXVI has quit [*.net *.split]
MindfulMonk has quit [*.net *.split]
mjmac has quit [*.net *.split]
unholycrab has quit [*.net *.split]
avelldiroll has quit [*.net *.split]
jabular has quit [*.net *.split]
sn0wb1rd has quit [*.net *.split]
PerlPuma has quit [*.net *.split]
emdub has quit [*.net *.split]
aryaching has quit [*.net *.split]
matchaw has quit [*.net *.split]
Guest18987 has quit [*.net *.split]
23LAA6RT8 has quit [*.net *.split]
dx7 has quit [*.net *.split]
seich- has quit [*.net *.split]
camilasan has quit [*.net *.split]
Rollabunna has quit [*.net *.split]
alexju has quit [*.net *.split]
descala has quit [*.net *.split]
pr1x has quit [*.net *.split]
Takumo has quit [*.net *.split]
Radar_ has quit [*.net *.split]
elaptics`away has quit [*.net *.split]
LiquidInsect has quit [*.net *.split]
CaptainKnots has quit [*.net *.split]
Scient has quit [*.net *.split]
estebistec has quit [*.net *.split]
moshee has quit [*.net *.split]
DefV has quit [*.net *.split]
Lulzon has quit [*.net *.split]
iamdoo2 has quit [*.net *.split]
idoru has quit [*.net *.split]
Asher has quit [*.net *.split]
mburns has quit [*.net *.split]
pushpak has quit [*.net *.split]
mjuszczak has quit [*.net *.split]
bier has quit [*.net *.split]
bnagy has quit [*.net *.split]
kennym has quit [*.net *.split]
PhilK_ has quit [*.net *.split]
nathancahill has quit [Ping timeout: 264 seconds]
stonevil_ has joined #ruby
telling_ has joined #ruby
pimpthink has joined #ruby
defrag has joined #ruby
ruisantos has joined #ruby
minsa has joined #ruby
segv has joined #ruby
parus has joined #ruby
nemesit|znc has joined #ruby
oetjenj has joined #ruby
pico-pete has joined #ruby
daveops has joined #ruby
TheMoonMaster has joined #ruby
Guest69720 has quit [Ping timeout: 246 seconds]
poguez_ has quit [Quit: Connection closed for inactivity]
jonr22 has joined #ruby
virtualize has joined #ruby
xxi has joined #ruby
ace_striker_ has joined #ruby
braincrash has joined #ruby
oz` has joined #ruby
mikemac has joined #ruby
aryaching_ has joined #ruby
Zhann has joined #ruby
radic has joined #ruby
matled has joined #ruby
crodas has joined #ruby
drocsid has joined #ruby
koshian_ has joined #ruby
marcgg has joined #ruby
wykydtron has joined #ruby
jericon has joined #ruby
qz has joined #ruby
carraroj has joined #ruby
Rollabunna has joined #ruby
droptone has joined #ruby
jsilver has joined #ruby
maetthew has joined #ruby
mven has joined #ruby
Squarepy has joined #ruby
Beoran has joined #ruby
MindfulMonk has joined #ruby
nilsove has joined #ruby
Kamilion has joined #ruby
billiam_ has joined #ruby
Davedo has joined #ruby
ephemerian has joined #ruby
Slavox has joined #ruby
emdub has joined #ruby
matchaw has joined #ruby
Lulzon has joined #ruby
PhilK_ has joined #ruby
Guedes0 has joined #ruby
PerlPuma has joined #ruby
Takumo has joined #ruby
yfeldblu_ has joined #ruby
flagg0204 has joined #ruby
dx7 has joined #ruby
iamdoo2 has joined #ruby
alexju has joined #ruby
axsuul has joined #ruby
krainboltgreene has joined #ruby
avelldiroll has joined #ruby
Lightstalker has joined #ruby
fumduq has joined #ruby
camilasan has joined #ruby
descala has joined #ruby
jabular has joined #ruby
mburns has joined #ruby
mlpinit has joined #ruby
mgberlin has joined #ruby
alex88 has joined #ruby
giulp has joined #ruby
idoru has joined #ruby
Asher has joined #ruby
DefV has joined #ruby
pushpak has joined #ruby
yasu___ has joined #ruby
klaut has joined #ruby
MarcWeber has joined #ruby
kennym has joined #ruby
Fire-Dragon-DoL has joined #ruby
_bart has joined #ruby
bier has joined #ruby
pr1x has joined #ruby
Nahra has joined #ruby
mjuszczak has joined #ruby
estebistec has joined #ruby
neoice has joined #ruby
wykydtron has quit [Excess Flood]
malnek has joined #ruby
aryaching_ has quit [Quit: Sayonara ^_^]
marcgg has quit [Ping timeout: 272 seconds]
drocsid has quit [Ping timeout: 272 seconds]
pr1x has quit [Ping timeout: 272 seconds]
dandrade has joined #ruby
fantazo has joined #ruby
Hobogrammer has joined #ruby
KarolisNo has joined #ruby
mjmac has joined #ruby
d-snp has joined #ruby
wykydtron has joined #ruby
davidcelis has joined #ruby
mikemac has quit [Excess Flood]
Radar_ has joined #ruby
Guest28054 has joined #ruby
drocsid has joined #ruby
onewheelskyward has joined #ruby
Muz has joined #ruby
seich- has joined #ruby
elaptics`away has joined #ruby
aryaching has joined #ruby
tanema has joined #ruby
fumduq has quit [Ping timeout: 272 seconds]
MindfulMonk has quit [Ping timeout: 272 seconds]
pignata has joined #ruby
Kilo`byte has joined #ruby
Olipro has joined #ruby
__main__ has joined #ruby
JZTech101 has joined #ruby
wjlafrance has quit [Quit: This computer has gone to sleep]
jrist has joined #ruby
icedp has joined #ruby
mtlatif_ has quit [Ping timeout: 245 seconds]
Guest89694 has quit [Ping timeout: 245 seconds]
Avahey has quit [Ping timeout: 245 seconds]
andrewstewart has quit [Ping timeout: 245 seconds]
krainboltgreene has quit [Ping timeout: 272 seconds]
qz has quit [Ping timeout: 272 seconds]
dx7 has quit [Ping timeout: 272 seconds]
icedp has quit [Excess Flood]
mlpinit has quit [Remote host closed the connection]
patronus has joined #ruby
ji0n has joined #ruby
eval-in___ has joined #ruby
jetblack has joined #ruby
jonr22 is now known as 16WAATM6Z
dx7 has joined #ruby
__main__ has quit [Excess Flood]
browndawg has joined #ruby
onewheelskyward has quit [Excess Flood]
giulp has quit []
klaut has quit [Remote host closed the connection]
queequeg1 has joined #ruby
jrist has quit [Excess Flood]
Raboo has joined #ruby
Nowaker has joined #ruby
icedp has joined #ruby
Drakevr has joined #ruby
Drakevr has quit [Changing host]
Drakevr has joined #ruby
mikemac has joined #ruby
jonr22 has joined #ruby
marcgg has joined #ruby
eval-in___ has quit [Excess Flood]
monsieurp has joined #ruby
venkat has joined #ruby
diegok has joined #ruby
mocfive has joined #ruby
tris has joined #ruby
Guest89694 has joined #ruby
bhaak has joined #ruby
erichmenge has joined #ruby
mtlatif_ has joined #ruby
billiam_ has quit [Ping timeout: 272 seconds]
venkat has quit [Remote host closed the connection]
seich- has quit [Ping timeout: 272 seconds]
mjmac has quit [Ping timeout: 272 seconds]
radic has quit [Ping timeout: 272 seconds]
Nahra has quit [Ping timeout: 272 seconds]
fayimora__ has joined #ruby
MarcWeber has quit [Ping timeout: 272 seconds]
matled has quit [Ping timeout: 272 seconds]
braincrash has quit [Ping timeout: 272 seconds]
Slavox has quit [Ping timeout: 272 seconds]
PerlPuma has quit [Ping timeout: 272 seconds]
adambeynon_ has joined #ruby
JZTech101 has quit [Excess Flood]
16WAATM6Z has quit [*.net *.split]
daveops has quit [*.net *.split]
virtualize has quit [*.net *.split]
pico-pete has quit [*.net *.split]
parus has quit [*.net *.split]
minsa has quit [*.net *.split]
ruisantos has quit [*.net *.split]
TheMoonMaster has quit [*.net *.split]
segv has quit [*.net *.split]
nemesit|znc has quit [*.net *.split]
defrag has quit [*.net *.split]
pimpthink has quit [*.net *.split]
telling_ has quit [*.net *.split]
oetjenj has quit [*.net *.split]
stonevil_ has quit [*.net *.split]
bpgoldsb has quit [*.net *.split]
wmoxam has quit [*.net *.split]
jackneill has quit [*.net *.split]
m_3 has quit [*.net *.split]
wang has quit [*.net *.split]
yarou has quit [*.net *.split]
Mohan has quit [*.net *.split]
george2 has quit [*.net *.split]
Skelz0r has quit [*.net *.split]
vjain_ has quit [*.net *.split]
Fraeon has quit [*.net *.split]
fbernier has quit [*.net *.split]
crazedpsyc has quit [*.net *.split]
waxjar has quit [*.net *.split]
willb1 has quit [*.net *.split]
phreax has quit [*.net *.split]
pinage404 has quit [*.net *.split]
toretore has quit [*.net *.split]
jaimef has quit [*.net *.split]
peterhu_ has quit [*.net *.split]
jcs222 has quit [*.net *.split]
SecretAgent has quit [*.net *.split]
fflush has quit [*.net *.split]
clocKwize_ has quit [*.net *.split]
nuba has quit [*.net *.split]
niharvey has quit [*.net *.split]
AntelopeSalad has quit [*.net *.split]
rotor has quit [*.net *.split]
abunchofdollarsi has quit [*.net *.split]
16WAAS17J has quit [*.net *.split]
jgoss_ has quit [*.net *.split]
txdv_ has quit [*.net *.split]
twiceaday has quit [*.net *.split]
kevinykchan has quit [*.net *.split]
robwilliamsuk has joined #ruby
venkat_ has joined #ruby
neoice has quit [Remote host closed the connection]
aryaching has quit [Ping timeout: 272 seconds]
tanema has quit [Ping timeout: 272 seconds]
pr1x has joined #ruby
xxi has quit [Read error: Connection reset by peer]
TTilus has joined #ruby
brjannc has joined #ruby
MarcWeber has joined #ruby
xxi has joined #ruby
niv has joined #ruby
deepy has joined #ruby
_bart has quit [Read error: Connection reset by peer]
tris has quit [Excess Flood]
proxie has joined #ruby
Lulzon has quit [Max SendQ exceeded]
Kamilion has quit [Max SendQ exceeded]
andrewstewart_ has joined #ruby
iaj has joined #ruby
icedp has quit [Changing host]
icedp has joined #ruby
brjannc has quit [Changing host]
brjannc has joined #ruby
davidcelis has joined #ruby
davidcelis has quit [Changing host]
Lightstalker has quit [Remote host closed the connection]
Guest28054 has quit [Max SendQ exceeded]
seich- has joined #ruby
mjuszczak has quit [Ping timeout: 272 seconds]
<apeiros_> fucking netsplits fill the backlog
apeiros_ is now known as apeiros
Alina-malina has joined #ruby
undert has joined #ruby
ConstantineXVI has joined #ruby
mjmac has joined #ruby
mjuszczak has joined #ruby
jaredrhine has joined #ruby
deepy is now known as Guest82818
MindfulMonk has joined #ruby
<drocsid> I'm writing a simple ruby script that makes some http get requests using net/http or something similar. They are connecting to the same host. Since I have io lag due to network latency, I think it would be best to make concurrent get requests. I'm wondering what is the best approach here? Are my options a thread pool, or fibers? Are there newer types of concurrency in ruby?
Deele has joined #ruby
brandon_ has joined #ruby
<drocsid> I'm writing a simple ruby script that makes some http get requests using net/http or something similar. They are connecting to the same host. Since I have io lag due to network latency, I think it would be best to make concurrent get requests. I'm wondering what is the best approach here? Are my options a thread pool, or fibers? Are there newer types of concurrency in ruby?
Guest28054 has joined #ruby
proxie has quit [Client Quit]
Guest28054 is now known as parduse
parduse has quit [Changing host]
parduse has joined #ruby
jetblack has quit [Ping timeout: 272 seconds]
replay has joined #ruby
maroloccio has joined #ruby
DefV has quit [Remote host closed the connection]
pignata has quit [Ping timeout: 272 seconds]
Guedes0 has quit [Ping timeout: 272 seconds]
_HolyCow has joined #ruby
onewheelskyward has joined #ruby
estebistec has quit [Remote host closed the connection]
qz has joined #ruby
qz has quit [Changing host]
qz has joined #ruby
drocsid was kicked from #ruby by apeiros [if you cross post, at the very least announce in every channel that you cross-post and where else you post]
mr_rich101 has joined #ruby
aryaching has joined #ruby
aboudreault has joined #ruby
drasch has joined #ruby
Aquilo has joined #ruby
eneon has joined #ruby
hello_world has joined #ruby
shiin has joined #ruby
hiyosi has joined #ruby
cj3kim has joined #ruby
telling has joined #ruby
tchebb has joined #ruby
<apeiros> freenode being ddosed again? fucking script kiddies…
oetjenj has joined #ruby
nemesit|znc has joined #ruby
TorpedoSkyline has joined #ruby
thejoecarroll has joined #ruby
earthquake has joined #ruby
paul_k has joined #ruby
PerlPuma has joined #ruby
dpaulus has joined #ruby
segv has joined #ruby
JasmeetQA has joined #ruby
vlad_starkov has joined #ruby
samuelkadolph has joined #ruby
Guedes0 has joined #ruby
rmoriz has joined #ruby
Slavox has joined #ruby
germanstudent has joined #ruby
QKO has joined #ruby
SirFunk has joined #ruby
jetblack has joined #ruby
predator117 has joined #ruby
braincrash has joined #ruby
Lightstalker has joined #ruby
lotherk has joined #ruby
Elfix has joined #ruby
moshee has joined #ruby
jonathanwallace has joined #ruby
Zackio has joined #ruby
torzech has joined #ruby
jso has joined #ruby
jrist has joined #ruby
headius has joined #ruby
__class__ has joined #ruby
jtoy has joined #ruby
sweeper has joined #ruby
Sp4rKy has joined #ruby
IceDragon has joined #ruby
joshualivesay has joined #ruby
Blue_Ice has joined #ruby
Blue_Ice has quit [Changing host]
Blue_Ice has joined #ruby
neoice has joined #ruby
maroloccio has quit [Ping timeout: 246 seconds]
ryanf has joined #ruby
JasmeetQA has quit [Ping timeout: 246 seconds]
paul_k has quit [Ping timeout: 246 seconds]
justinxreese has quit [Ping timeout: 246 seconds]
earthquake has quit [Ping timeout: 246 seconds]
hiyosi has quit [Ping timeout: 246 seconds]
shiin has quit [Ping timeout: 246 seconds]
Jamo has quit [Ping timeout: 246 seconds]
oetjenj has quit [Ping timeout: 246 seconds]
tchebb has quit [Ping timeout: 246 seconds]
telling has quit [Ping timeout: 246 seconds]
qz has quit [Ping timeout: 246 seconds]
neoice has quit [Ping timeout: 246 seconds]
torzech has quit [Ping timeout: 246 seconds]
braincrash has quit [Ping timeout: 246 seconds]
jetblack has quit [Ping timeout: 246 seconds]
QKO has quit [Ping timeout: 246 seconds]
Guedes0 has quit [Ping timeout: 246 seconds]
PerlPuma has quit [Ping timeout: 246 seconds]
thejoecarroll has quit [Ping timeout: 246 seconds]
nemesit|znc has quit [Ping timeout: 246 seconds]
drasch has quit [Ping timeout: 246 seconds]
lotherk has quit [Ping timeout: 246 seconds]
predator117 has quit [Ping timeout: 246 seconds]
germanstudent has quit [Ping timeout: 246 seconds]
Zackio has quit [Ping timeout: 246 seconds]
tomaw has quit [*.net *.split]
jso has quit [*.net *.split]
joshualivesay has quit [*.net *.split]
headius has quit [*.net *.split]
sweeper has quit [*.net *.split]
jrist has quit [*.net *.split]
IceDragon has quit [*.net *.split]
jtoy has quit [*.net *.split]
__class__ has quit [*.net *.split]
Sp4rKy has quit [*.net *.split]
three18ti has quit [*.net *.split]
camt has quit [*.net *.split]
wlanboy has quit [*.net *.split]
Sthebig has quit [*.net *.split]
TwinkleHood has quit [*.net *.split]
yxhuvud has quit [*.net *.split]
dawkirst has quit [*.net *.split]
torstein has quit [*.net *.split]
Senjai has quit [*.net *.split]
mr_red has quit [*.net *.split]
kukyakya has quit [*.net *.split]
17SAAH96V has quit [*.net *.split]
bluntman has quit [*.net *.split]
xargoon has quit [*.net *.split]
jack_rabbit has quit [*.net *.split]
adeponte has quit [*.net *.split]
dylannorthrup has quit [*.net *.split]
weeems has quit [*.net *.split]
Tobarja has quit [*.net *.split]
nomadic has quit [*.net *.split]
Guest12058 has quit [*.net *.split]
jayne has quit [*.net *.split]
zastern has quit [*.net *.split]
cj3kim has quit [*.net *.split]
_HolyCow has quit [*.net *.split]
parduse has quit [*.net *.split]
brandon_ has quit [*.net *.split]
Deele has quit [*.net *.split]
jaredrhine has quit [*.net *.split]
mjuszczak has quit [*.net *.split]
ConstantineXVI has quit [*.net *.split]
undert has quit [*.net *.split]
MindfulMonk has quit [*.net *.split]
mjmac has quit [*.net *.split]
iaj has quit [*.net *.split]
Aquilo has quit [*.net *.split]
seich- has quit [*.net *.split]
andrewstewart_ has quit [*.net *.split]
xxi has quit [*.net *.split]
MarcWeber has quit [*.net *.split]
TTilus has quit [*.net *.split]
Guest82818 has quit [*.net *.split]
brjannc has quit [*.net *.split]
pr1x has quit [*.net *.split]
niv has quit [*.net *.split]
venkat_ has quit [*.net *.split]
mocfive has quit [*.net *.split]
mikemac has quit [*.net *.split]
Drakevr has quit [*.net *.split]
aboudreault has quit [*.net *.split]
erichmenge has quit [*.net *.split]
Nowaker has quit [*.net *.split]
icedp has quit [*.net *.split]
Raboo has quit [*.net *.split]
marcgg has quit [*.net *.split]
queequeg1 has quit [*.net *.split]
Alina-malina has quit [*.net *.split]
dx7 has quit [*.net *.split]
browndawg has quit [*.net *.split]
jonr22 has quit [*.net *.split]
ji0n has quit [*.net *.split]
diegok has quit [*.net *.split]
patronus has quit [*.net *.split]
robwilliamsuk has quit [*.net *.split]
Kilo`byte has quit [*.net *.split]
elaptics`away has quit [*.net *.split]
Muz has quit [*.net *.split]
wykydtron has quit [*.net *.split]
davidcelis has quit [*.net *.split]
d-snp has quit [*.net *.split]
Hobogrammer has quit [*.net *.split]
KarolisNo has quit [*.net *.split]
Radar_ has quit [*.net *.split]
malnek has quit [*.net *.split]
maetthew has quit [*.net *.split]
dandrade has quit [*.net *.split]
fantazo has quit [*.net *.split]
monsieurp has quit [*.net *.split]
nilsove has quit [*.net *.split]
carraroj has quit [*.net *.split]
crodas has quit [*.net *.split]
koshian_ has quit [*.net *.split]
Zhann has quit [*.net *.split]
jsilver has quit [*.net *.split]
mven has quit [*.net *.split]
Squarepy has quit [*.net *.split]
ace_striker_ has quit [*.net *.split]
oz` has quit [*.net *.split]
mgberlin has quit [*.net *.split]
yfeldblu_ has quit [*.net *.split]
Fire-Dragon-DoL has quit [*.net *.split]
jericon has quit [*.net *.split]
droptone has quit [*.net *.split]
ephemerian has quit [*.net *.split]
alex88 has quit [*.net *.split]
flagg0204 has quit [*.net *.split]
axsuul has quit [*.net *.split]
yasu___ has quit [*.net *.split]
Beoran has quit [*.net *.split]
Davedo has quit [*.net *.split]
avelldiroll has quit [*.net *.split]
jabular has quit [*.net *.split]
matchaw has quit [*.net *.split]
emdub has quit [*.net *.split]
camilasan has quit [*.net *.split]
Takumo has quit [*.net *.split]
alexju has quit [*.net *.split]
descala has quit [*.net *.split]
Rollabunna has quit [*.net *.split]
idoru has quit [*.net *.split]
iamdoo2 has quit [*.net *.split]
Asher has quit [*.net *.split]
mburns has quit [*.net *.split]
pushpak has quit [*.net *.split]
bier has quit [*.net *.split]
kennym has quit [*.net *.split]
PhilK_ has quit [*.net *.split]
oso96_2000 has quit [*.net *.split]
Galgorth has quit [*.net *.split]
gstamp has quit [*.net *.split]
eshy has quit [*.net *.split]
zz_karupanerura has quit [*.net *.split]
cibs has quit [*.net *.split]
Blue_Ice has quit [*.net *.split]
jonathanwallace has quit [*.net *.split]
rmoriz has quit [*.net *.split]
vlad_starkov has quit [*.net *.split]
Slavox has quit [*.net *.split]
dpaulus has quit [*.net *.split]
TorpedoSkyline has quit [*.net *.split]
eneon has quit [*.net *.split]
mr_rich101 has quit [*.net *.split]
replay has quit [*.net *.split]
fayimora__ has quit [*.net *.split]
adambeynon_ has quit [*.net *.split]
mtlatif_ has quit [*.net *.split]
Guest89694 has quit [*.net *.split]
gazoombo_ has quit [*.net *.split]
RKornmeyer has quit [*.net *.split]
cbetta has quit [*.net *.split]
caveat- has quit [*.net *.split]
jeregrine has quit [*.net *.split]
DylanJ has quit [*.net *.split]
danneu has quit [*.net *.split]
jzig has quit [*.net *.split]
frode15243_ has quit [*.net *.split]
Mars` has quit [*.net *.split]
bedouin has quit [*.net *.split]
hoelzro_ has quit [*.net *.split]
justinmcp_ has quit [*.net *.split]
lectrick_ has quit [*.net *.split]
Norrin has quit [*.net *.split]
nighter_ has quit [*.net *.split]
jmeeuwen has quit [*.net *.split]
rgoodwin has quit [*.net *.split]
jimeh has quit [*.net *.split]
RoryHughes has quit [*.net *.split]
cuppscakes has quit [*.net *.split]
lupine has quit [*.net *.split]
FaresKAlaboud has quit [*.net *.split]
nvll has quit [*.net *.split]
jaxxstorm has quit [*.net *.split]
rtlong has quit [*.net *.split]
ggherdov has quit [*.net *.split]
nisstyre_ has quit [*.net *.split]
pcarrier has quit [*.net *.split]
Hien has quit [*.net *.split]
shevy has quit [*.net *.split]
wormwood has quit [*.net *.split]
Bish_ has quit [*.net *.split]
aob_ has quit [*.net *.split]
SegFaultAX has quit [*.net *.split]
cschneid_ has quit [*.net *.split]
yosafbridge has quit [*.net *.split]
DanKnox has quit [*.net *.split]
ageis has quit [*.net *.split]
the_mentat has quit [*.net *.split]
guyz has quit [*.net *.split]
Trynemjoel has quit [*.net *.split]
abstractj has quit [*.net *.split]
gtc|ghost has quit [*.net *.split]
Rylee has quit [*.net *.split]
gischy has quit [*.net *.split]
ec has quit [*.net *.split]
tyranja has quit [*.net *.split]
vaicine_ has quit [*.net *.split]
renklaf_ has quit [*.net *.split]
stupidystupid has quit [*.net *.split]
cjsarette has quit [*.net *.split]
sivoais has quit [*.net *.split]
jzigmund has quit [*.net *.split]
wuest has quit [*.net *.split]
bricker`LA has quit [*.net *.split]
j416 has quit [*.net *.split]
zxd has quit [*.net *.split]
lachesis has quit [*.net *.split]
maxmanders has quit [*.net *.split]
TigerWolf has quit [*.net *.split]
manacit has quit [*.net *.split]
jacobat has quit [*.net *.split]
Nanuq has quit [*.net *.split]
m4rcu5 has quit [*.net *.split]
jcarouth has quit [*.net *.split]
snkcld has quit [*.net *.split]
marienz has quit [*.net *.split]
RTG` has quit [*.net *.split]
cid404 has quit [*.net *.split]
Veejay has quit [*.net *.split]
dazeddev has quit [*.net *.split]
FDj has quit [*.net *.split]
ponbiki has quit [*.net *.split]
Afal_ has quit [*.net *.split]
Killerkeksdose_ has quit [*.net *.split]
maloik_ has quit [*.net *.split]
elektronaut has quit [*.net *.split]
petems has quit [*.net *.split]
tskogberg has quit [*.net *.split]
marius has quit [*.net *.split]
kwertie has quit [*.net *.split]
snapcase has quit [*.net *.split]
sheepman|afk has quit [*.net *.split]
codenapper has quit [*.net *.split]
Eiam has quit [*.net *.split]
epsylon has quit [*.net *.split]
DarthGandalf has quit [*.net *.split]
hello_world has quit [*.net *.split]
bobdobbs has quit [*.net *.split]
n88 has quit [*.net *.split]
timmow has quit [*.net *.split]
ace_striker has quit [*.net *.split]
LastWhisper has quit [*.net *.split]
chihhsin has quit [*.net *.split]
closer has quit [*.net *.split]
talntid has quit [*.net *.split]
Lightstalker has quit [*.net *.split]
Elfix has quit [*.net *.split]
moshee has quit [*.net *.split]
SirFunk has quit [*.net *.split]
segv has quit [*.net *.split]
samuelkadolph has quit [*.net *.split]
onewheelskyward has quit [*.net *.split]
shado has quit [*.net *.split]
Rudde has quit [*.net *.split]
TMM has quit [*.net *.split]
mnemon has quit [*.net *.split]
noname001__ has quit [*.net *.split]
joelteon has quit [*.net *.split]
existensil_ has quit [*.net *.split]
ccooke has quit [*.net *.split]
ptierno_ has quit [*.net *.split]
edwardly_ has quit [*.net *.split]
asuka has quit [*.net *.split]
micah` has quit [*.net *.split]
angusigu1ss has quit [*.net *.split]
teenwolf has quit [*.net *.split]
ktosiek_ has quit [*.net *.split]
sparrovv has quit [*.net *.split]
patteh has quit [*.net *.split]
multi_io has quit [*.net *.split]
Symbiosisz has quit [*.net *.split]
ada2358 has quit [*.net *.split]
ctp_ has quit [*.net *.split]
shtirlic_ has quit [*.net *.split]
havenwood has quit [*.net *.split]
hamakn_ has quit [*.net *.split]
Czupa has quit [*.net *.split]
Nilium has quit [*.net *.split]
sebastianb has quit [*.net *.split]
hermanmunster has quit [*.net *.split]
Astralum has quit [*.net *.split]
lpvn has quit [*.net *.split]
decoponio has quit [*.net *.split]
MarceloTimao has quit [*.net *.split]
aspiers has quit [*.net *.split]
stephenmac7 has quit [*.net *.split]
tobiasvl has quit [*.net *.split]
omegahm has quit [*.net *.split]
LBRapid has quit [*.net *.split]
tolstoi has quit [*.net *.split]
yano has quit [*.net *.split]
kalz has quit [*.net *.split]
hackeron has quit [*.net *.split]
Cope has quit [*.net *.split]
knigitz has quit [*.net *.split]
saltsa has quit [*.net *.split]
malcolmva has quit [*.net *.split]
ws2k3_ has quit [*.net *.split]
Biohazard has quit [*.net *.split]
Cork has quit [*.net *.split]
Brando753 has quit [*.net *.split]
andredieb has quit [*.net *.split]
eregon has quit [*.net *.split]
peteyg_ has quit [*.net *.split]
skyjumper has quit [*.net *.split]
kalleth_ has quit [*.net *.split]
JarJarBinks has quit [*.net *.split]
flori has quit [*.net *.split]
PaulePanter has quit [*.net *.split]
ereslibre has quit [*.net *.split]
aalmenar has quit [*.net *.split]
zeroXten has quit [*.net *.split]
error404 has quit [*.net *.split]
UForgotten has quit [*.net *.split]
deinkabouter has quit [*.net *.split]
bauruine has quit [*.net *.split]
beardedninja has quit [*.net *.split]
bhaak has quit [*.net *.split]
francis has quit [*.net *.split]
bgy_ has quit [*.net *.split]
nanashiRei has quit [*.net *.split]
robustus|Off has quit [*.net *.split]
DrOwl has quit [*.net *.split]
chipotle has quit [*.net *.split]
AndyWojo has quit [*.net *.split]
russfrank has quit [*.net *.split]
SirCmpwn has quit [*.net *.split]
skaflem2 has quit [*.net *.split]
mdpatrick_ has quit [*.net *.split]
WormDrink has quit [*.net *.split]
pdtpatr11k has quit [*.net *.split]
Rennex_ has quit [*.net *.split]
eyckelbo1m has quit [*.net *.split]
billy_ran_away has quit [*.net *.split]
robert_ has quit [*.net *.split]
casheew_ has quit [*.net *.split]
weeb1e has quit [*.net *.split]
pwh_ has quit [*.net *.split]
kaichanvong has quit [*.net *.split]
klaas has quit [*.net *.split]
PLejeck has quit [*.net *.split]
jsaak has quit [*.net *.split]
dhoss_ has quit [*.net *.split]
sirecote has quit [*.net *.split]
mosez has quit [*.net *.split]
kloeri_ has quit [*.net *.split]
basso_ has quit [*.net *.split]
matti has quit [*.net *.split]
Xiti` has quit [*.net *.split]
TripTastic has quit [*.net *.split]
MJBrune_ has quit [*.net *.split]
ReCoin2 has quit [*.net *.split]
tkuchiki has quit [*.net *.split]
verto_ has quit [*.net *.split]
endash__ has quit [*.net *.split]
Fractional_ has quit [*.net *.split]
alexherbo2 has quit [*.net *.split]
srji has quit [*.net *.split]
agjacome has quit [*.net *.split]
endash has quit [*.net *.split]
weie has quit [*.net *.split]
gsvolt has quit [*.net *.split]
yacks has quit [*.net *.split]
fridim_ has quit [*.net *.split]
Targen has quit [*.net *.split]
snath has quit [*.net *.split]
napcae has quit [*.net *.split]
sumark has quit [*.net *.split]
ilyam has quit [*.net *.split]
hostess has quit [*.net *.split]
AlSquire has quit [*.net *.split]
Authenticator has quit [*.net *.split]
cephalostrum has quit [*.net *.split]
Kneferilis has quit [*.net *.split]
Cache_Money has quit [*.net *.split]
felipe has quit [*.net *.split]
dideler_work has quit [*.net *.split]
rezonanc has quit [*.net *.split]
yokel has quit [*.net *.split]
skinny_much_ has quit [*.net *.split]
ninegrid has quit [*.net *.split]
vadviktor has quit [*.net *.split]
Guest39974 has quit [*.net *.split]
jan1337z has quit [*.net *.split]
tfittsy has quit [*.net *.split]
dreamchaser has quit [*.net *.split]
theRoUS has quit [*.net *.split]
vongrippen has quit [*.net *.split]
batman____ has quit [*.net *.split]
eliasp has quit [*.net *.split]
neodon has quit [*.net *.split]
jhass has quit [*.net *.split]
shanlar has quit [*.net *.split]
xea has quit [*.net *.split]
jcalado has quit [*.net *.split]
FifthWall has quit [*.net *.split]
Apocalypse has quit [*.net *.split]
BombStrike has quit [*.net *.split]
siefca has quit [*.net *.split]
ejnahc_ has quit [*.net *.split]
Derander has quit [*.net *.split]
fearoffish has quit [*.net *.split]
contradictioned_ has quit [*.net *.split]
Gnubie_ has quit [*.net *.split]
deavid has quit [*.net *.split]
soahccc has quit [*.net *.split]
dvorak has quit [*.net *.split]
monomyth has quit [*.net *.split]
farn has quit [*.net *.split]
Rix has quit [*.net *.split]
hypnosb has quit [*.net *.split]
KillerFox has quit [*.net *.split]
mame0 has quit [*.net *.split]
falten has quit [*.net *.split]
dbjeepn- has quit [*.net *.split]
angelixd has quit [*.net *.split]
mist has quit [*.net *.split]
Olipro has quit [Ping timeout: 246 seconds]
Astralum has joined #ruby
jonasac has joined #ruby
Olipro has joined #ruby
justinxreese has joined #ruby
pignata has joined #ruby
pignata has quit [Ping timeout: 246 seconds]
justinxreese has quit [Ping timeout: 246 seconds]
_whitelogger has joined #ruby
hoypriest has joined #ruby
snuffeluffegus has joined #ruby
_whitelogger has joined #ruby
_whitelogger has joined #ruby
_whitelogger has joined #ruby
_whitelogger has joined #ruby
caveat- has joined #ruby
adambeynon_ has joined #ruby
RKornmeyer has joined #ruby
_whitelogger has joined #ruby
_whitelogger has joined #ruby
_whitelogger has joined #ruby
_whitelogger has joined #ruby
_whitelogger has joined #ruby
_whitelogger has joined #ruby
_whitelogger has joined #ruby
_whitelogger has joined #ruby
RKornmeyer has quit []
snuffeluffegus has quit [Quit: Leaving]
snuffeluffegus has joined #ruby
snuffeluffegus has quit [Remote host closed the connection]
_whitelogger has joined #ruby
_whitelogger has joined #ruby
_whitelogger has joined #ruby
_whitelogger has joined #ruby
_whitelogger has joined #ruby
_whitelogger has joined #ruby
Mapley has joined #ruby
Mapley has quit [Client Quit]
Mapley has joined #ruby
_whitelogger has joined #ruby