havenwood changed the topic of #ruby to: Rules & more: http://ruby-community.com || Ruby 2.2.3; 2.1.7; 2.0.0-p647: https://ruby-lang.org || Paste >3 lines of text on https://gist.github.com || log @ http://irclog.whitequark.org/ruby/
azgil has joined #ruby
<z1haze> weird, thats all it shows
<havenwood> z1haze: scroll up?
<z1haze> you cant
<havenwood> ?rails z1haze
<ruboto> z1haze, Please join #RubyOnRails for Rails questions. You need to be identified with NickServ, see /msg NickServ HELP
<jhass> z1haze: look at the top
Guest33 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<jhass> you didn't initialize the database schema or run something in a wrong environment where it uses another database
<z1haze> that was an hour earlier, thats all working now
<jhass> this is really really specific to discourse
<z1haze> i know, but they have no support.. like i said, its been days since a message has been replied to in there
<z1haze> Just wish I knew what the error was, so Id know what to look for next
<jhass> https://meta.discourse.org/c/support looks very active
maikowblue has quit [Quit: .]
freerobby has quit [Quit: Leaving.]
rigsby has quit [Quit: Leaving]
rigsby has joined #ruby
_blizzy_ has joined #ruby
DenysLins has quit [Ping timeout: 244 seconds]
Marsupermammal has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Marsupermammal has joined #ruby
Marsupermammal has quit [Client Quit]
willardg has joined #ruby
hkumar has quit [Ping timeout: 250 seconds]
craysiii has joined #ruby
roshanavand has joined #ruby
DenysLins has joined #ruby
tomphp_ has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Rollabunna has joined #ruby
n0fx has joined #ruby
roshanavand has quit [Ping timeout: 240 seconds]
last_staff has joined #ruby
InvGhost has quit [Ping timeout: 272 seconds]
saillard has quit [Read error: Connection reset by peer]
TomPeed has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
CloCkWeRX has joined #ruby
<droptone> Ok, so here's a question.
bubbys has joined #ruby
_djbkd has joined #ruby
djbkd has quit [Read error: Connection reset by peer]
<droptone> This gist details the basic structure of the array returned from the API provider: https://gist.github.com/anonymous/4f354651511515d4755a
Guest33 has joined #ruby
akem has joined #ruby
Aasha is now known as Wsewolod
<droptone> I'm attempting to utilize .select() as suggested to isolate array entries with "user"=>{"links"=>{"self" with a specific user ID value.
dimasg has joined #ruby
Rollabunna has quit [Ping timeout: 264 seconds]
<droptone> When I run that, I get NoMethodError: undefined method `[]' for nil:NilClass
kimegede has joined #ruby
<Coraline> class Nil; def []; end; end
<Coraline> Ruby would be so much better with that!
<droptone> And I"ve noticed I can check for my["user"] it will return.
<Coraline> self.[] that is
<droptone> It will not return the "no method error" error.
nettoweb has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
ins3ct has left #ruby ["zZzZ"]
<Coraline> droptone: your gist has link and links
karapetyan has quit [Remote host closed the connection]
asas is now known as Dimik
<droptone> But if I check for anything a layer deeper in that "user"=>{"links"=>{"self" section of the hash, it gives that no method error.
Jardayn has quit [Quit: Leaving]
<droptone> Sorry, that's a typo.
<droptone> Let me correct that.
<droptone> There you go.
last_staff has quit [Quit: last_staff]
<Coraline> That doesn't throw an error for me.
<Coraline> I get an empty array.
<mg^^> Isn't this what the upcoming safe navigation syntax solves?
_blizzy_ has quit [Quit: Leaving]
Ropeney has joined #ruby
<mg^^> Not that it helps now
KnownSyntax has joined #ruby
<Coraline> Also 104396235 is an integer in your select, a string in your array
baweaver has quit [Read error: Connection reset by peer]
<droptone> Yeah, I'm still getting a no method error.
<droptone> Even if I simply go
kimegede has quit [Ping timeout: 255 seconds]
Aasha has joined #ruby
beauby has joined #ruby
<droptone> myarr.select { |my| my["user"]["links"] == 10439648 }
<droptone> Just for the sake of testing.
<droptone> "no method error"
<droptone> The hell am I doing wrong here.
<Coraline> I
<jhass> droptone: you're not figuring out what's nil is what you do wrong
<Coraline> I am literally pasting in your example and getting back an empty array
<jhass> droptone: p(my); p(my["user"])
<droptone> myarr isn't empty
<droptone> it's not nil.
<jhass> sorry, but you need to sharpen your reading skills
maloik has joined #ruby
<droptone> lol, what makes you say that?
<mg^^> yeah the only problem there is the data type
<jhass> I said nothing about myarr (which is a horrible variable name btw)
<droptone> I've checked over and over, none of the hash elements I've analyzed are nil, or not present.
Wsewolod has quit [Ping timeout: 240 seconds]
<jhass> wrong
<jhass> some are
<droptone> jhass: It's an example to obsfuscate the code, I'm not pasting proprietary code in a Ruby help channel on freenode.
Backz has joined #ruby
<droptone> Right, I'm obviously missing something, but I'm having trouble determining what.
<jhass> then hire a consultant
yfeldblum has quit [Remote host closed the connection]
<droptone> lol
<jhass> I'm serious
RobertBirnie has joined #ruby
<droptone> Well, considering I've got users around the world using my code, and I only occassionally need help, I usually just interact with the community.
moei has joined #ruby
<droptone> But that's cool, because I"m missing this one specific detail here.
<jhass> if you're unable to find your mistake and not able to share the tiniest bit of code or an example that accurately reproduces your issue, you need to get help that is allowed to see your code
<droptone> I'll just drop everything and hire a consultant.
<mg^^> Clearly your real data has missing keys somewhere
<droptone> It's all good, I'll keep at it, thank you.
<Coraline> myarr.select { |my| my["user"]["links"].nil? }
kies has joined #ruby
<droptone> Coraline: Yes, something's up, perhaps one of the array elements are missing those values.
<droptone> I'll figure it out, thanks for the help.
Rollabunna has joined #ruby
nso95 has joined #ruby
B1n4r10 has joined #ruby
RobertBirnie has quit [Client Quit]
maloik has quit [Ping timeout: 276 seconds]
<mg^^> but I'm on board with jhass here, if you're not allowed to share the actual code and data that is failing, it's going to be hard to get more than idle guesses
roshanavand has joined #ruby
tomchapin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<droptone> I figured it out, thanks Coraline.
beauby has quit [Ping timeout: 250 seconds]
_djbkd has quit [Read error: Connection reset by peer]
djbkd has joined #ruby
makneegerz has joined #ruby
linuxboytoo has joined #ruby
beauby has joined #ruby
n_blownapart has quit []
JazzyVariable227 has quit [Remote host closed the connection]
<makneegerz> Hi
roshanavand has quit [Ping timeout: 240 seconds]
crdpink2 has quit [Ping timeout: 240 seconds]
crdpink2 has joined #ruby
myztic has quit [Ping timeout: 240 seconds]
zacstewart has quit [Ping timeout: 244 seconds]
linuxboy_ has joined #ruby
linuxboytoo has quit [Read error: No route to host]
<jhass> hi
JazzyVariable227 has joined #ruby
<makneegerz> Does anyone have details on Ruby 3 yet ?
rakm has joined #ruby
sanjayu has quit [Ping timeout: 246 seconds]
nopolitica has joined #ruby
Marsupermammal has joined #ruby
scripore has joined #ruby
mjuszczak has quit []
Backz has quit [Remote host closed the connection]
<jhass> I doubt there's a final plan yet
Bellthoven has joined #ruby
<driftig> I doubt there's a plan yet.
JazzyVariable227 has quit [Ping timeout: 276 seconds]
s2013 has joined #ruby
DenysLins has quit [Ping timeout: 260 seconds]
elcontrastador has quit [Ping timeout: 240 seconds]
djbkd has quit [Read error: Connection reset by peer]
n0fx has quit [Remote host closed the connection]
willardg has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<makneegerz> O Yeah i heard about the type casting stuff which essential assigns your variable to class, however thats what Ruby does when assigning a = 1 or a = "test" does this mean you will be able to fix a type for variable so it can't change?
freerobby has joined #ruby
<jhass> I only heard about type restrictions on method arguments
mistermocha has joined #ruby
DoubleMalt has quit [Remote host closed the connection]
yeshacker has joined #ruby
<driftig> Did you read this, or listen to someone say this?
yes`r has quit [Ping timeout: 244 seconds]
rakm has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
ascarter has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<jhass> probably someone mentioned it here some time
Marsupermammal has quit [Ping timeout: 260 seconds]
dionysus69 has quit [Ping timeout: 252 seconds]
djbkd has joined #ruby
<makneegerz> Ok so you can pass through only that type useful and flexible
lenwood has quit [Ping timeout: 252 seconds]
iateadonut has joined #ruby
roshanavand has joined #ruby
<driftig> I wonder if Ruby would be faster than Python if they dial down GIL protections to non-thread blocking systems.
antoniobeyah has joined #ruby
<makneegerz> Think i read it a while ago drift , but the method args stuff i saw on the Matz video
atomical_ has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
n0fx has joined #ruby
Rickmasta has joined #ruby
diegoaguilar has quit [Remote host closed the connection]
atomical has joined #ruby
CodingWolf has quit [Ping timeout: 246 seconds]
roshanavand has quit [Ping timeout: 240 seconds]
<driftig> Why people abandon the Ruby community is probably why Ruby lacks any true corporate backing.
yfeldblum has joined #ruby
DenysLins has joined #ruby
djbkd has quit [Remote host closed the connection]
pawnbox has joined #ruby
Rollabunna has quit [Quit: Leaving...]
nso95 has quit [Quit: nso95]
s2013 has quit [Ping timeout: 252 seconds]
weemsledeux has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
pawnbox has quit [Ping timeout: 260 seconds]
makneegerz has quit [Quit: AndroIRC - Android IRC Client ( http://www.androirc.com )]
gustav__ has joined #ruby
robbyoconnor has joined #ruby
willardg has joined #ruby
Aasha has quit [Ping timeout: 246 seconds]
snockerton has quit [Quit: Leaving.]
HaZardX has joined #ruby
chrisja has quit [Quit: leaving]
DenysLins has quit [Ping timeout: 264 seconds]
willardg has quit [Client Quit]
nso95- has quit [Ping timeout: 272 seconds]
zacstewart has joined #ruby
whippythellama has quit [Quit: WeeChat 1.3]
Vile` has quit [Read error: Connection reset by peer]
skade has quit [Quit: Computer has gone to sleep.]
nso95- has joined #ruby
nso95- has quit [Changing host]
nso95- has joined #ruby
skade has joined #ruby
tubuliferous_ has quit [Ping timeout: 240 seconds]
marr has quit [Ping timeout: 240 seconds]
skade has quit [Client Quit]
jessemcgilallen has quit [Quit: jessemcgilallen]
HaZardX has quit [Ping timeout: 246 seconds]
TomPeed has joined #ruby
dome22xl has joined #ruby
<dome22xl> Is the elixir irc channel on freenode ?
<nso95-> dome22xl: there is one, yeah
<dome22xl> Where ?
willardg has joined #ruby
<nso95-> #elixir
Spami has quit [Quit: This computer has gone to sleep]
ekinmur has joined #ruby
Vile` has joined #ruby
tubuliferous_ has joined #ruby
willardg has quit [Client Quit]
<jhass> dome22xl: /msg alis help
<dome22xl> Ok i checked checkef that out channel has no title when you join?
toretore has quit [Ping timeout: 265 seconds]
<ja> why aren't OpenStructs pretty-printed? :<
<ja> whine, whine, yeah I know, sorry.
mistermocha has quit [Ping timeout: 250 seconds]
weemsledeux has joined #ruby
karapetyan has joined #ruby
iateadonut has quit [Ping timeout: 276 seconds]
beauby has quit [Ping timeout: 264 seconds]
poguez_ has joined #ruby
maloik has joined #ruby
<droptone> Is there more of a hangout channel for the Ruby community?
sankaber has joined #ruby
<jhass> ?offtopic
<ruboto> this seems to be off-topic. Please move your discussion to #ruby-offtopic, to keep this channel free for Ruby related problems. Thanks!
<ja> yes.
<ja> and it's great. it has hangman!
<droptone> haha, very nice.
<ja> fiendishly difficult hangman though, I must warn you
zenguy_pc2 has joined #ruby
<droptone> Noted, thank you.
karapetyan has quit [Ping timeout: 240 seconds]
freerobby has quit [Quit: Leaving.]
maloik has quit [Ping timeout: 244 seconds]
nso95- has quit [Remote host closed the connection]
pawnbox has joined #ruby
nso95- has joined #ruby
Vitor has joined #ruby
SCHAAP137 has joined #ruby
jackcom has joined #ruby
gustav__ has quit [Remote host closed the connection]
Azure has quit [Ping timeout: 276 seconds]
antoniobeyah has quit [Quit: antoniobeyah]
Azure has joined #ruby
Aasha has joined #ruby
tomchapin has joined #ruby
Spami has joined #ruby
pawnbox has quit [Ping timeout: 252 seconds]
ellismarte has joined #ruby
roshanavand has joined #ruby
Aasha is now known as Wsewolod
Mon_Ouie has quit [Ping timeout: 250 seconds]
bersimoes has joined #ruby
HaZardX has joined #ruby
JoshGlzBrk has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
ICantCook has joined #ruby
ICantCook has left #ruby [#ruby]
roshanavand has quit [Ping timeout: 240 seconds]
<diegoviola> what are some usecases when you actually need async? or node.js
unclouded has quit [Quit: Leaving]
<diegoviola> or epoll/kqueue
cdg has quit [Remote host closed the connection]
<jhass> the thing with network an disk IO is that you wait a long time on data to arrive
<jhass> *and
<jhass> so that the time your program just waits without doing anything
<diegoviola> what type of applications need that?
bersimoes has quit [Ping timeout: 260 seconds]
<diegoviola> messaging?
<jhass> by using non-blocking calls you can utilize that time to do computations
JazzyVariable227 has joined #ruby
<jhass> it's simply more efficient for IO dependent workloads
scripore has quit [Quit: This computer has gone to sleep]
dlitvak has joined #ruby
scripore has joined #ruby
scripore has quit [Remote host closed the connection]
patdohere has joined #ruby
haraoka has joined #ruby
nso95- has quit [Remote host closed the connection]
Torrieri has joined #ruby
Torrieri has joined #ruby
Torrieri has quit [Remote host closed the connection]
nso95- has joined #ruby
Torrieri has joined #ruby
dome22xl has quit [Quit: AndroIRC - Android IRC Client ( http://www.androirc.com )]
htmldrum has quit [Ping timeout: 240 seconds]
JazzyVariable227 has quit [Ping timeout: 260 seconds]
patdohere has quit [Ping timeout: 250 seconds]
tomchapin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
willardg has joined #ruby
willardg has quit [Client Quit]
braincrash has quit [Ping timeout: 244 seconds]
braincrash has joined #ruby
Guest33 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
gambl0re has joined #ruby
roshanavand has joined #ruby
Torrieri has quit [Quit: Be back later ...]
Guest33 has joined #ruby
Guest33 has quit [Client Quit]
zacstewart has quit [Remote host closed the connection]
roshanavand has quit [Ping timeout: 240 seconds]
<ellismarte> i’m trying to decompress some zipped files and i followed the docs but i’m getting an error message saying ‘incorrect header check(zlib::dataerror) https://gist.github.com/ellismarte/7cd7151967861f6e9afc#file-compress-rb-L34-L41
djbkd has joined #ruby
sfmk has joined #ruby
<jhass> what does the file command report on that file?
framling has joined #ruby
<ellismarte> not sure what a file command is
sfmk has quit [Client Quit]
Mon_Ouie has joined #ruby
<jhass> not a file command, the file command
willardg has joined #ruby
<jhass> file foo.gz
<ellismarte> idk ..
<blubjr> are you on unix
<ellismarte> nope mac
<blubjr> thats unix
<ellismarte> oops yeah
<ellismarte> lol
<ellismarte> read linux
<blubjr> open a terminal and use the file program in it to see
<ellismarte> to see what?
<cyberfawkes> lol how did you read linux from unix? xD
<ellismarte> cyberfawkes: lol idk
<ellismarte> lol
djbkd has quit [Ping timeout: 244 seconds]
<blubjr> to try typing file foo.gz
ruby-lang653 has joined #ruby
<cyberfawkes> ellismarte: you're using DarwinBSD (Mac OS X)
<cyberfawkes> what are you trying to do?
mooe has joined #ruby
<jhass> cyberfawkes: scroll up
<cyberfawkes> ellismarte: tar -xzvf foo.gz
<ellismarte> here’s what i got when i ran file 1.txt.gz ‘1.txt.gz: gzip compressed data, from Unix, last modified: Wed Nov 25 17:38:12 2015’
ruby-lang653 has quit [Client Quit]
amclain has quit [Quit: Leaving]
Spami has quit [Quit: This computer has gone to sleep]
<jhass> ellismarte: so you need GzipReader
<cyberfawkes> no, he doesn't
<cyberfawkes> ellismarte: tar -xvzf filename
<ellismarte> jhass: ahh ok … why the hell doesnt the doc say that …
<cyberfawkes> ellismarte: are you in a terminal?
rigsby has quit [Ping timeout: 250 seconds]
<ellismarte> cyberfawkes: i’m trying to do it through ruby thanks though
<cyberfawkes> you're trying to decompress with ruby?
<ellismarte> thanks peeps ill see if that works
<ellismarte> cyberfawkes: yeah long story
<cyberfawkes> heh, okay.
willardg has quit [Quit: Textual IRC Client: www.textualapp.com]
jimbeaudoin has joined #ruby
Spami has joined #ruby
nso95 has joined #ruby
nso95- has quit [Ping timeout: 255 seconds]
roshanavand has joined #ruby
antoniobeyah has joined #ruby
nettoweb has joined #ruby
tulak has quit [Remote host closed the connection]
nettoweb has quit [Client Quit]
roshanavand has quit [Ping timeout: 240 seconds]
SCHAAP137 has quit [Quit: Leaving]
freerobby has joined #ruby
tubuliferous_ has quit [Ping timeout: 272 seconds]
atomical has quit [Max SendQ exceeded]
maloik has joined #ruby
kp666 has quit [Ping timeout: 272 seconds]
helpa has quit [Remote host closed the connection]
helpa has joined #ruby
sorbo_ has joined #ruby
helpa has quit [Remote host closed the connection]
helpa has joined #ruby
helpa has quit [Remote host closed the connection]
Torrieri has joined #ruby
helpa has joined #ruby
tomchapin has joined #ruby
arescorpio has joined #ruby
maloik has quit [Ping timeout: 252 seconds]
helpa has quit [Remote host closed the connection]
helpa has joined #ruby
Spami has quit [Quit: This computer has gone to sleep]
helpa has quit [Remote host closed the connection]
helpa has joined #ruby
diegoviola has quit [Quit: WeeChat 1.3]
helpa has quit [Remote host closed the connection]
helpa has joined #ruby
th0m_ has joined #ruby
helpa has quit [Remote host closed the connection]
helpa has joined #ruby
karapetyan has joined #ruby
helpa has quit [Remote host closed the connection]
helpa has joined #ruby
jackcom has quit [Quit: jackcom]
helpa has quit [Remote host closed the connection]
Cohedrin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
helpa has joined #ruby
dlitvak has quit [Remote host closed the connection]
Cohedrin has joined #ruby
houhoulis has joined #ruby
roshanavand has joined #ruby
Guest11 has joined #ruby
Guest11 has quit [Client Quit]
Guest11 has joined #ruby
dikaio has joined #ruby
JazzyVariable227 has joined #ruby
karapetyan has quit [Ping timeout: 260 seconds]
tvw has joined #ruby
roshanavand has quit [Ping timeout: 240 seconds]
atomical has joined #ruby
helpa has quit [Remote host closed the connection]
helpa has joined #ruby
atomical has quit [Max SendQ exceeded]
djbkd has joined #ruby
vikaton has joined #ruby
michaeldeol has joined #ruby
kp666 has joined #ruby
tomchapin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
dorei has quit []
tvw has quit [Quit: Bye]
sorbo_ has quit [Remote host closed the connection]
yfeldblum has quit [Ping timeout: 246 seconds]
_djbkd has joined #ruby
djbkd has quit [Read error: Connection reset by peer]
podman has quit [Quit: Connection closed for inactivity]
ekinmur has quit [Ping timeout: 250 seconds]
sanjayu has joined #ruby
Ropeney has quit [Remote host closed the connection]
s00pcan has quit [Remote host closed the connection]
atomical has joined #ruby
s00pcan has joined #ruby
roshanavand has joined #ruby
Wsewolod has quit [Ping timeout: 240 seconds]
cwong_on_irc has joined #ruby
cwong_on_irc has quit [Max SendQ exceeded]
cwong_on_irc has joined #ruby
zacstewart has joined #ruby
dh64 has joined #ruby
roshanavand has quit [Ping timeout: 240 seconds]
sanjayu has quit [Ping timeout: 240 seconds]
freerobby has quit [Quit: Leaving.]
tjbiddle has joined #ruby
sorbo_ has joined #ruby
Nahra has joined #ruby
colegatron has quit [Ping timeout: 272 seconds]
JazzyVariable227 has quit [Remote host closed the connection]
favadi has joined #ruby
Ropeney has joined #ruby
yqt has quit [Ping timeout: 244 seconds]
vdamewood has joined #ruby
atomical has quit [Max SendQ exceeded]
JazzyVariable227 has joined #ruby
antoniobeyah has quit [Quit: antoniobeyah]
roshanavand has joined #ruby
craysiii has quit [Quit: Leaving.]
atomical has joined #ruby
mistermocha has joined #ruby
arescorpio has quit [Ping timeout: 276 seconds]
maloik has joined #ruby
roshanavand has quit [Ping timeout: 240 seconds]
colegatron has joined #ruby
maloik has quit [Ping timeout: 250 seconds]
atomical has quit [Max SendQ exceeded]
Bellthoven has quit []
howdoicomputer has quit [Ping timeout: 250 seconds]
maloik has joined #ruby
casadei has quit [Remote host closed the connection]
Kero has quit [Ping timeout: 252 seconds]
Kero has joined #ruby
Kartikay has joined #ruby
jackcom has joined #ruby
atomical has joined #ruby
alexherbo2 has quit [Ping timeout: 272 seconds]
roshanavand has joined #ruby
alexherbo2 has joined #ruby
stannard has joined #ruby
maloik has quit [Ping timeout: 264 seconds]
atomical has quit [Max SendQ exceeded]
roshanavand has quit [Ping timeout: 240 seconds]
hxegon has quit [Ping timeout: 264 seconds]
atomical has joined #ruby
JazzyVariable227 has quit [Remote host closed the connection]
hxegon has joined #ruby
rigsby has joined #ruby
yeshacker has quit [Ping timeout: 272 seconds]
_djbkd has quit [Read error: Connection reset by peer]
mistermocha has quit [Ping timeout: 255 seconds]
djbkd has joined #ruby
moeabdol has quit [Read error: Connection reset by peer]
moeabdol1 has joined #ruby
brt has quit [Ping timeout: 255 seconds]
zacstewart has quit [Ping timeout: 250 seconds]
sorbo_ has quit []
rigsby has quit [Ping timeout: 276 seconds]
ebbflowgo has quit [Quit: ebbflowgo]
s2013 has joined #ruby
<shevy> dumdedum
<blubjr> hi shevy
xcesariox has joined #ruby
roshanavand has joined #ruby
michaeldeol has quit [Quit: Textual IRC Client: www.textualapp.com]
bluOxigen has joined #ruby
michaeldeol has joined #ruby
blueOxigen has quit [Ping timeout: 240 seconds]
yoongkang has joined #ruby
Bloomer has joined #ruby
roshanavand has quit [Ping timeout: 240 seconds]
mary5030 has joined #ruby
fedexo has joined #ruby
Coldblackice has quit [Ping timeout: 244 seconds]
<shevy> hey blub da blubb
michaeldeol has quit [Quit: Textual IRC Client: www.textualapp.com]
stannard has quit [Remote host closed the connection]
<blubjr> whats up big shevy..
djbkd has quit [Read error: Connection reset by peer]
djbkd has joined #ruby
yoongkang has quit [Ping timeout: 264 seconds]
Coldblackice has joined #ruby
riskish has joined #ruby
moeabdol1 has quit [Ping timeout: 246 seconds]
<shevy> dunno, not much ... still porting old ruby code
Kartikay has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
Jackneill has quit [Remote host closed the connection]
<shevy> rubygems.org had a slight overhaul for the per-author overview
braincrash has quit [Quit: bye bye]
B1n4r10 has quit [Read error: Connection reset by peer]
B1n4r10 has joined #ruby
weemsledeux has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
mary5030 has quit [Remote host closed the connection]
pawnbox has joined #ruby
ss_much has joined #ruby
chihhsin has quit [Ping timeout: 250 seconds]
dlitvak has joined #ruby
TomPeed has quit [Ping timeout: 272 seconds]
atomical has quit [Max SendQ exceeded]
stannard has joined #ruby
braincrash has joined #ruby
Apocalypse has quit [Ping timeout: 260 seconds]
roshanavand has joined #ruby
Apocalypse has joined #ruby
Guest11 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
mary5030 has joined #ruby
pawnbox has quit [Remote host closed the connection]
chihhsin has joined #ruby
roshanavand has quit [Ping timeout: 240 seconds]
s00pcan has quit [Remote host closed the connection]
atomical has joined #ruby
s00pcan has joined #ruby
alakra has quit [Quit: WeeChat 1.0.1]
<ellismarte> is it possible to make a file ephemeral?
alakra has joined #ruby
NeverDie has quit [Quit: http://radiux.io/]
chihhsin has quit [Ping timeout: 252 seconds]
NeverDie has joined #ruby
chihhsin has joined #ruby
ur5us has quit [Remote host closed the connection]
pawnbox has joined #ruby
htmldrum has joined #ruby
sankaber has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
gh has joined #ruby
arup_r has joined #ruby
<shevy> ephemeral?
<shevy> Thread.new { sleep 1234; File.delete(bla) }.join
<shevy> actually, tempfile
B1n4r10 has quit [Ping timeout: 246 seconds]
Rickmasta has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<ellismarte> thanks
atomical has quit [Max SendQ exceeded]
<ellismarte> i was wondering if you could share a file with someone and then have it deleted at a specific time …
antoniobeyah has joined #ruby
<shevy> would be fun if they'd have a timeout setter
<shevy> don't think you can have this for any regular textfile
atomical has joined #ruby
KnownSyntax has quit []
stannard has quit [Remote host closed the connection]
mooe has quit [Quit: Connection closed for inactivity]
roshanavand has joined #ruby
gh has quit [Quit: Leaving]
darkf has joined #ruby
akem has quit [Quit: Bye]
tomchapin has joined #ruby
ellismarte has quit [Quit: ellismarte]
roshanavand has quit [Ping timeout: 240 seconds]
ellismarte has joined #ruby
ellismarte has quit [Client Quit]
nso95 has quit [Quit: nso95]
dlitvak has quit [Remote host closed the connection]
zacstewart has joined #ruby
gix has quit [Ping timeout: 260 seconds]
varunwachaspati has joined #ruby
pawnbox has quit [Remote host closed the connection]
zacstewart has quit [Ping timeout: 240 seconds]
gix has joined #ruby
juddey has quit [Ping timeout: 246 seconds]
scripore has joined #ruby
Trynemjoel has quit [Ping timeout: 264 seconds]
Ltnt_Hawkeye has joined #ruby
Ltnt_Hawkeye has quit [Client Quit]
nyan-category is now known as quater-nyon
Trynemjoel has joined #ruby
ellismarte has joined #ruby
Guest52138 has joined #ruby
tomchapin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
rigsby has joined #ruby
ellismarte has quit [Client Quit]
jetpackjoe has joined #ruby
roshanavand has joined #ruby
pawnbox has joined #ruby
iateadonut has joined #ruby
Guest52138 has quit [Client Quit]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #ruby
RegulationD has joined #ruby
roshanavand has quit [Ping timeout: 240 seconds]
htmldrum has quit [Ping timeout: 252 seconds]
ellismarte has joined #ruby
alakra has quit [Quit: WeeChat 1.0.1]
Torrieri has quit [Quit: Be back later ...]
htmldrum has joined #ruby
howdoi has joined #ruby
RegulationD has quit [Ping timeout: 240 seconds]
maloik has joined #ruby
dkam has joined #ruby
dkam has quit [Remote host closed the connection]
Vitor has quit [Remote host closed the connection]
htmldrum has quit [Ping timeout: 252 seconds]
ellismarte has quit [Quit: ellismarte]
ellismarte has joined #ruby
tubuliferous_ has joined #ruby
maloik has quit [Ping timeout: 240 seconds]
minimalism has quit [Quit: leaving]
mary5030 has quit [Remote host closed the connection]
ellismarte has quit [Client Quit]
tmtwd has joined #ruby
Guest33 has joined #ruby
atomical has quit [Max SendQ exceeded]
ellismarte has joined #ruby
banister has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
banister has joined #ruby
pawnbox has quit [Remote host closed the connection]
minimalism has joined #ruby
Vitor has joined #ruby
<cyberfawkes> thoughts? http://slexy.org/view/s20Rpf6mKx
iateadonut has quit [Ping timeout: 255 seconds]
arup_r has quit []
maloik has joined #ruby
RobertBirnie has joined #ruby
tubuliferous_ has quit [Ping timeout: 240 seconds]
roshanavand has joined #ruby
<cyberfawkes> it's more dead in here than a salad bar at fat camp...
RobertBirnie has quit [Client Quit]
pawnbox has joined #ruby
minimalism has quit [Quit: Lost terminal]
minimalism has joined #ruby
maloik has quit [Ping timeout: 246 seconds]
htmldrum has joined #ruby
<jhass> that comment matches considering a pastebin service with that name as cool I guess
<cyberfawkes> heh, what?
djbkd has quit [Remote host closed the connection]
roshanavand has quit [Ping timeout: 240 seconds]
<jhass> anyway, logic is not a good name
<cyberfawkes> thoughts on a better one?
<cyberfawkes> handle_guesses()?
rigsby has quit [Ping timeout: 255 seconds]
yeshacker has joined #ruby
<jhass> print_guess_result ?
VeryBewitching has quit [Quit: Konversation terminated!]
<cyberfawkes> derp
favadi has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
sdothum has quit [Quit: ZNC - 1.6.0 - http://znc.in]
<jhass> some people in here would hate me for that, but I'd probably use 3.times + break
<cyberfawkes> 3.times + break?
<jhass> 3.times do; print "..."; guess = gets.to_i; print_guess_result(guess, random_number); break if guess == random_number; end
rigsby has joined #ruby
calderonroberto has joined #ruby
<jhass> mh, the win logic although not complicated is replicated 3 times
maletor has joined #ruby
tmtwd has quit [Read error: Connection reset by peer]
tmtwd_ has joined #ruby
User458764 has joined #ruby
<cyberfawkes> jhass: ah!!!
<cyberfawkes> thank you
jimbeaudoin has quit [Quit: Connection closed for inactivity]
<ellismarte> instead of typing localhost:3000 why can’t i just type in my ip address followed by :3000?
yfeldblum has joined #ruby
atomical has joined #ruby
<cyberfawkes> ellismarte: are you running a server locally?
<ellismarte> cyberfawkes: a rails app ..
<cyberfawkes> ah
<cyberfawkes> 127.0.0.1:3000?
<cyberfawkes> or your computers IP address
<ellismarte> cyberfawkes: but i want my friends to be able to connect …
<cyberfawkes> 192.168.1.*
<cyberfawkes> ellismarte: you'd need to port forward your router
<cyberfawkes> unless they're on your lan.
<ellismarte> cyberfawkes: interesting ok
<cyberfawkes> ellismarte: what's your local IP?
<ellismarte> cyberfawkes: why?
<cyberfawkes> ellismarte: I can't do anything with your local(internal) IP address.
<cyberfawkes> besides, your IP is in your whois anyway. xD
towler has quit [Quit: WeeChat 0.3.8]
Guest3421 has quit [Quit: WeeChat 0.3.8]
<ellismarte> thanks for leading me in the right direction :)
<cyberfawkes> ellismarte: ever port forwarded before?
<ellismarte> cyberfawkes: nope
<cyberfawkes> ellismarte: you need to login to your router
<cyberfawkes> go to port forwarding
vdamewood has quit [Max SendQ exceeded]
<cyberfawkes> and you need to put the internal IP of the box that's running the rails application, set the incoming port to 3000
<ellismarte> shit doesn’t sound easy
<cyberfawkes> it's STUPID easy
<ellismarte> lol
arup_r has joined #ruby
d0nn1e has quit [Ping timeout: 272 seconds]
antoniobeyah has quit [Quit: antoniobeyah]
<ellismarte> so i’m trying to create a toy that lets ppl download from various sources … i figured i would just collect people’s ip addresses and attach them to files so ppl could go to their address and request a file. but now it sounds like that’s impossible bc they’d have to turn on port forwarding? …
maloik has joined #ruby
<cyberfawkes> no no no
<cyberfawkes> only YOU who's hosting the server/service would have to port forward.
d0nn1e has joined #ruby
<cyberfawkes> Port forwarding allows connections to enter your network from the internet on a specific port you decide.
<ellismarte> cyberfawkes: yeah but lets say you and i have a file of the matrix.
Vitor has quit [Ping timeout: 272 seconds]
<cyberfawkes> oh
User458764 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
<ellismarte> i want my friend eric to download have the file from me and half the file from you, but i was planning on him going to your ip and asking for a file
roshanavand has joined #ruby
<ellismarte> half*
<cyberfawkes> ellismarte: you realize your talking about P2P right?
<ellismarte> cyberfawkes: yeah this is just to learn
exadeci has joined #ruby
<cyberfawkes> so you're trying to create a torrent application, essentially.
<ellismarte> exactly but now that i’m doing it i’m wondering if we could make it so only 1 copy is watchable at a time so we dont violate copy right
sandstrom has joined #ruby
<cyberfawkes> what is it that you're trying to share?
<ellismarte> nothing i just want to try to create the software
juddey has joined #ruby
<cyberfawkes> ah
<ellismarte> but it would be cool to essentially create a library where 100s of ppl can send u the file but only 1 person can watch it at a time
maloik has quit [Ping timeout: 250 seconds]
<jhass> so, DRM? meh
roshanavand has quit [Ping timeout: 240 seconds]
<ellismarte> what’s that
davedev2_ has quit []
<ellismarte> oh
<jhass> cancer, I mean digital rights management
mistermocha has joined #ruby
<ellismarte> kinda but more like a public library and less corporate …
<jhass> that sentence makes no sense in this context
<jhass> a public library shouldn't (have t he need to) enforce any copyrights
<ellismarte> lol well i dont know shit about drm. can i not give my friend of excel if i uninstall it?
<jhass> it's only said when it does
<jhass> er, sad even
<ellismarte> if i buy photoshop but then uninstall it can i give it to my friend for the weekend?
<cyberfawkes> no
<jhass> well, license keys are a form of DRM I guess
<ellismarte> cyberfawkes: for sure?
RobertBirnie has joined #ruby
<cyberfawkes> ellismarte: the license key is tied to you, not the software itself.
<cyberfawkes> now you could loan your friend your pc, but not the software itself.
<ellismarte> ok well that sucks
atomical has quit [Max SendQ exceeded]
mary5030 has joined #ruby
<jhass> well, depends on the jurisdiction you live in I guess, I wouldn't be surprised if there's some place on the world where that works
<ellismarte> so if i installed the software in a container and gave them the container?
<jhass> but this isn't #law
pawnbox_ has joined #ruby
willardg has joined #ruby
<cyberfawkes> ellismarte: "container"?
<ellismarte> cyberfawkes: docker
<cyberfawkes> no.
<cyberfawkes> you cannot share the software, period.
<cyberfawkes> you can share the machine.
<ellismarte> ok so put it on a vm
<cyberfawkes> ellismarte: I'd bet you still lose in court.
<ellismarte> lol prob
pawnbox has quit [Ping timeout: 244 seconds]
rigsby has quit [Ping timeout: 250 seconds]
pawnbox_ has quit [Remote host closed the connection]
maloik has joined #ruby
pawnbox has joined #ruby
trosborn has joined #ruby
atomical has joined #ruby
arescorpio has joined #ruby
mary5030 has quit [Remote host closed the connection]
rigsby has joined #ruby
maloik has quit [Ping timeout: 260 seconds]
atomical has quit [Max SendQ exceeded]
mary5030 has joined #ruby
favadi has joined #ruby
m3_del has joined #ruby
m3_del has quit [Remote host closed the connection]
lxsameer has joined #ruby
sigurding has joined #ruby
m3_del has joined #ruby
ellismarte has quit [Quit: ellismarte]
roshanavand has joined #ruby
hxegon has quit [Ping timeout: 240 seconds]
yoongkang has joined #ruby
ellismarte has joined #ruby
maletor has quit [Quit: Computer has gone to sleep.]
fedexo has quit [Ping timeout: 272 seconds]
kobain has quit [Ping timeout: 240 seconds]
m3_del has quit [Ping timeout: 264 seconds]
atomical has joined #ruby
roshanavand has quit [Ping timeout: 264 seconds]
yoongkang has quit [Ping timeout: 240 seconds]
riskish has quit [Quit: Textual IRC Client: www.textualapp.com]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #ruby
karapetyan has joined #ruby
karapetyan has quit [Ping timeout: 250 seconds]
tjbiddle has quit [Quit: tjbiddle]
bluestars2000 has joined #ruby
maloik has joined #ruby
armyriad has quit [Quit: Leaving]
solocshaw has joined #ruby
scripore has quit [Quit: This computer has gone to sleep]
<bluestars2000> re
B1n4r10 has joined #ruby
mistermocha has quit [Ping timeout: 240 seconds]
<Radar> ply
<driftig> I should prepare for the weekend by doing a couple grams.
maloik has quit [Ping timeout: 255 seconds]
<ellismarte> cyberfawkes: i’m trying to set up port forwarding … what do i put in for server ip address?
scripore has joined #ruby
<ellismarte> nvm think i got it
rigsby has quit [Ping timeout: 264 seconds]
trosborn has quit [Quit: trosborn]
sigurding has quit [Quit: sigurding]
willardg has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
B1n4r10 has quit [Ping timeout: 272 seconds]
PaulCapestany has quit [Quit: .]
Guest11 has joined #ruby
PaulCapestany has joined #ruby
howdoicomputer has joined #ruby
dhjondoh has joined #ruby
dionysus69 has joined #ruby
dimasg has quit [Ping timeout: 276 seconds]
mary5030 has quit [Remote host closed the connection]
maloik has joined #ruby
pawnbox has quit [Remote host closed the connection]
ta has quit [Remote host closed the connection]
pawnbox has joined #ruby
blacknagger has joined #ruby
<blacknagger> are waterbears visible to the human eye?
<Radar> !ban blacknagger
<Radar> !ban blacknagger !T 1D
blacknagger was kicked from #ruby by ChanServ [User is banned from this channel]
* driftig woners why it didn't work the first time around.
<Radar> Didn't specify the duration.
PaulCapestany has quit [Quit: .]
dhjondoh has quit [Client Quit]
<cyberfawkes> Radar: why are you banning someone who hasn't sad anything?
<driftig> So when you troll hard, !T 8=========D?
<cyberfawkes> s/sad/said
<cyberfawkes> oh
<cyberfawkes> he did say something...
<Radar> cyberfawkes: Offensive name.
<Radar> And he did say something which is completely offtopic, and that's the MO of the trolls
<null__> isn't that difficult to figure out why he got banned
<cyberfawkes> I didn't see that he said something, until after I said something.
<driftig> blacknagger?
<Radar> driftig: replace the a with another vowel
<cyberfawkes> ^^ not sure how that's offensive.
PaulCapestany has joined #ruby
<Radar> cyberfawkes: Please don't argue with the decision.
<driftig> Meh.
<cyberfawkes> Radar: I'm not arguing in anyway.
<cyberfawkes> It's not my decision to make.
<Radar> cyberfawkes: Great. /discussion
arescorpio has quit [Quit: Leaving.]
maloik has quit [Ping timeout: 260 seconds]
sandstrom has quit [Quit: My computer has gone to sleep.]
<driftig> I think you should allow a troll to troll before preemptively deciding to mark it with a !T 1D.
bluestars2000 has left #ruby [#ruby]
<Radar> Hm, seems driftig missed my "/discussion"?
<Radar> Name is bad enough as it is. Users get banned for bad names.
<Radar> End of discussion now, kthx.
<driftig> I should write a book about Ruby called /discussion.
<driftig> Then quit the Ruby scene.
<Radar> driftig: ok bye
dimasg has joined #ruby
juddey has quit [Ping timeout: 260 seconds]
<Radar> gnight
<driftig> Night, Radar.
nofxx has quit [Ping timeout: 252 seconds]
dionysus69 has quit [Remote host closed the connection]
dionysus69 has joined #ruby
trosborn has joined #ruby
NeverDie has quit [Quit: http://radiux.io/]
PaulCapestany has quit [Ping timeout: 252 seconds]
nofxx has joined #ruby
Macaveli has joined #ruby
<apeiros> driftig, cyberfawkes: while I consider the topic over, please be aware of http://ruby-community.com/pages/user_rules#rule_3_2 (for some reason it scrolls to the wrong place for me - but it's at the bottom and highlighted)
CloCkWeRX has quit [Quit: Leaving.]
<cyberfawkes> out of curiousity, do these rules apply to ruby off topic?
trosborn has quit [Ping timeout: 240 seconds]
Guest33 has quit [Quit: Textual IRC Client: www.textualapp.com]
<apeiros> cyberfawkes: no/yes/maybe. sorry for being vague. but ruby-ot is still a bit a gray area.
pawnbox has quit [Remote host closed the connection]
<cyberfawkes> ah, so basically don't be an ass/moron and everything will be golden.
pawnbox has joined #ruby
<shevy> hmmm
PaulCapestany has joined #ruby
<apeiros> that's generally a good rule, yes :)
<driftig> apeiros: My true handle is Serayah.
<shevy> aaaah
<driftig> apeiros: Serayah Bentley Jones.
<apeiros> driftig: ok? not sure why you're telling me that, though
dionysus69 has quit [Ping timeout: 260 seconds]
<shevy> cyberfawkes you probably have not been that long on #ruby else you might have known that resident weird-nick-dude - he just keeps on coming back over and over again :)
<cyberfawkes> ah, makes sense lol
<cyberfawkes> only been here a few days.
<apeiros> even offered them a !kickme/
<cyberfawkes> Trying to learn ruby.
<apeiros> whoops, premature enter
psy_ has quit [Ping timeout: 265 seconds]
<apeiros> even offered them a !kickme/!banme command so they can save themselves the effort of getting the op's attention
<shevy> hmm
<shevy> I can kick myself via ruboto?
<apeiros> not yet
<shevy> :D
Trynemjoel has quit [Quit: Quitting]
Macaveli has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<driftig> !kick driftig
zacstewart has joined #ruby
tagrudev has joined #ruby
<driftig> Worse permission bugs than Linux.
* Dimik np: The Prodigy - Diesel Power [04:17m/288kbps/44kHz]
lurch_ has joined #ruby
<Dimik> capybara
<jackcom> i can scrap web site by ruby?
<Dimik> jackcom yes
<jackcom> how?
<jackcom> Dimik:
<jackcom> give me code
<jackcom> Dimik:
<Dimik> nokogiri+mechanize
<Dimik> nokogiri to scrape, mechanize to automate
<apeiros> jackcom: how much time did you spend researching the subject?
<Dimik> zero apparently
juddey has joined #ruby
<jackcom> very long time apeiros
<jackcom> :(
<apeiros> jackcom: what did you do to research it?
<jackcom> nokogiri
RobertBirnie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<apeiros> you did "nokogiri"?
Mon_Ouie has quit [Quit: WeeChat 1.3]
<jackcom> i write ‘ruby scrap’ on google
<jackcom> apeiros:
<apeiros> and, what did you find?
<jackcom> nothing
<jackcom> :(
<apeiros> I don't believe you.
<jackcom> it is real
<jackcom> lol
pawnbox has quit [Remote host closed the connection]
<apeiros> then make a screenshot. my google certainly shows me plenty of results.
<Dimik> jackcom, google nokogiri
<Dimik> go from there
pawnbox has joined #ruby
<jackcom> i close it already apeiros
<apeiros> jackcom: then open it again and search again.
* Dimik np: The Prodigy - Funky Shit [05:16m/350kbps/44kHz]
<Dimik> jackcom are you using windows?
<apeiros> Dimik: stop that
<Dimik> excuse me
dionysus69 has joined #ruby
<Dimik> it's winamp
<Dimik> don't you love winamp
zacstewart has quit [Ping timeout: 272 seconds]
<apeiros> jackcom: right now I'm tempted to kick you. even more so for lying about having done research.
AlphaAtom has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<jackcom> Dimik: will help me now. but why you don’t let me help.
<jackcom> :(
Bloomer has quit [Ping timeout: 265 seconds]
<jackcom> i find it
<Dimik> jackcom if you're running windows and don't know ruby or python i'd suggest you use iMacros or WebHarvy for web scraping
<jackcom> iMacros and WebHarvy
<jackcom> great
<apeiros> jackcom: bravo. now read it. try to understand it, and when you have problems understanding or applying it and therefore have *concrete questions*, feel free to ask here about them
<apeiros> jackcom: but I don't want to see you asking blanket questions like the above again without showing at least what you did to research it. ok?
<jackcom> ok apeiros
<jackcom> :)
bersimoes has joined #ruby
<jackcom> ok
<jackcom> apeiros:
AlphaAtom has joined #ruby
Macaveli has joined #ruby
m3_del has joined #ruby
<Dimik> jackcom yes
<ellismarte> lmao. it is the ideology that is the issue. the meaning of the meaning etc
<shevy> jackcom did you finish the chris pine tutorial yet
<Dimik> apeiros, he's obviously clueless and doesn't want to learn programming
weemsledeux has joined #ruby
norc has joined #ruby
<shevy> Dimik yeah but we know that, good old jackcom :-)
<jackcom> shevy: i read monk now
<shevy> jackcom no
framling has quit [Ping timeout: 260 seconds]
ellismarte has quit [Quit: ellismarte]
<jackcom> i like moke because monk is automation web site
<shevy> it's like a comedy club
<shevy> at least with the old poignant guide you had a great cartoon
yoongkang has joined #ruby
blueOxigen has joined #ruby
<Dimik> oh he's a regular
<apeiros> Dimik: I thought they were a help vampire, but atm they're well on the way to get reclassified as troll.
<norc> Hi folks
bersimoes has quit [Ping timeout: 260 seconds]
<Dimik> right
bluOxigen has quit [Read error: Connection reset by peer]
sigurding has joined #ruby
<jackcom> Dimik: webHarvy is $499 lol :)
<jackcom> :(
<shevy> it's like a mixture... help vampire, troll and attention seeker
RegulationD has joined #ruby
<shevy> aren't we all like that :)
<Dimik> jackcom, support the developers ;)
<jackcom> Dimik: i don’t know what you mean?
<jackcom> Dimik:
dionysus69 has quit [Ping timeout: 240 seconds]
<Dimik> jackcom, buy it so guys who made it can eat turkey
<apeiros> jackcom: and for the love of the irc gods - stop with those single lines containing only a nick.
<shevy> lol
<shevy> eat turkey...
dhjondoh has joined #ruby
m3_del has quit [Ping timeout: 260 seconds]
Cohedrin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<Dimik> gobble gobble ?
jetpackjoe has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<jackcom> i don’t know what you mean? apeiros
<jackcom> :(
<jackcom> eat turkey? :(
<jackcom> 9.9
yoongkang has quit [Ping timeout: 244 seconds]
<shevy> jackcom also is dishonest :(
<apeiros> jackcom: `08:02 jackcom: Dimik: `
<jackcom> oh
<jackcom> ok i understand it
RegulationD has quit [Ping timeout: 265 seconds]
AlphaAtom has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Pupp3tm4st3r has joined #ruby
Pupp3tm4st3r has quit [Read error: Connection reset by peer]
Pupp3tm4st3r has joined #ruby
dionysus69 has joined #ruby
agit0 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<Dimik> man
<Dimik> poltergeist is just awesome.
kjones_ has joined #ruby
<driftig> Doesn't it rely on PhantomJS?
tjad has joined #ruby
s00pcan has quit [Ping timeout: 240 seconds]
haraoka has quit [Remote host closed the connection]
<Dimik> yes sir
dhjondoh has quit [Remote host closed the connection]
<driftig> I'm going to quit Ruby once I'm done with my book.
dreinull75 has left #ruby ["undefined"]
kerunaru has joined #ruby
<Dimik> what's your language of choice ?
jgorak__ has joined #ruby
peteyg has joined #ruby
z1haze2 has joined #ruby
helpa has quit [Remote host closed the connection]
thomasfedb has joined #ruby
helpa has joined #ruby
bluOxigen has joined #ruby
<thomasfedb> Anybody here speak Indonesian? Need some translations verified. https://github.com/carrierwaveuploader/carrierwave/pull/1762
sross07 has joined #ruby
Contigi777 has joined #ruby
havenn has joined #ruby
hakunin_ has joined #ruby
amoeba has quit [Ping timeout: 265 seconds]
tcrypt has joined #ruby
aeontech has quit [Ping timeout: 265 seconds]
pepperbreath has quit [Ping timeout: 265 seconds]
M-Kodo1 has quit [Ping timeout: 265 seconds]
e7d_ has joined #ruby
aps_ has joined #ruby
sross_work|3 has joined #ruby
Sigma01 has joined #ruby
d0nn1e has quit [Ping timeout: 265 seconds]
gix has quit [Ping timeout: 265 seconds]
starkruzr has quit [Ping timeout: 265 seconds]
akosednar has quit [Ping timeout: 265 seconds]
raenk_ has quit [Ping timeout: 265 seconds]
Drakevr has quit [Ping timeout: 265 seconds]
Kharma has quit [Ping timeout: 265 seconds]
Pupp3tm4_ has joined #ruby
mmitchel_ has joined #ruby
ereslibre_laptop has joined #ruby
ereslibre_laptop has quit [Changing host]
ereslibre_laptop has joined #ruby
daxroc has quit [Ping timeout: 240 seconds]
dhjondoh has joined #ruby
elton has joined #ruby
ljarvis_ has joined #ruby
leat has quit [Ping timeout: 265 seconds]
ElSif has quit [Ping timeout: 265 seconds]
wnd has quit [Ping timeout: 265 seconds]
gigetoo has quit [Ping timeout: 265 seconds]
SHyx0rmZ has quit [Ping timeout: 265 seconds]
nirix has quit [Ping timeout: 265 seconds]
groundnuty has quit [Ping timeout: 265 seconds]
Silex has quit [Ping timeout: 265 seconds]
eregon has joined #ruby
Meliodas has quit [Ping timeout: 265 seconds]
scottstamp has quit [Ping timeout: 265 seconds]
asas has joined #ruby
houhouli_ has joined #ruby
jgorak has joined #ruby
vbatts|w` has joined #ruby
kerunaru has quit [Ping timeout: 265 seconds]
kjones_ has quit [Ping timeout: 265 seconds]
BraddPitt has quit [Ping timeout: 265 seconds]
freedrull has quit [Ping timeout: 265 seconds]
havenwood has quit [Ping timeout: 265 seconds]
Sembei has quit [Ping timeout: 265 seconds]
Contigi has quit [Ping timeout: 265 seconds]
varunwachaspati_ has joined #ruby
ereslibre has quit [Ping timeout: 265 seconds]
rethi has quit [Ping timeout: 265 seconds]
cgfbee has quit [Ping timeout: 265 seconds]
martinbjeldbak has quit [Ping timeout: 265 seconds]
jericon has quit [Ping timeout: 265 seconds]
__main__ has quit [Ping timeout: 265 seconds]
Antiarc has quit [Ping timeout: 265 seconds]
tethra has quit [Ping timeout: 265 seconds]
deavidsedice has joined #ruby
yonatankoren has quit [Ping timeout: 265 seconds]
Puffball has quit [Ping timeout: 265 seconds]
mhenrixon has quit [Ping timeout: 265 seconds]
janelleb has quit [Ping timeout: 265 seconds]
Dimik has quit [Disconnected by services]
asas is now known as Dimik
Sebastia1Thorn has joined #ruby
AnoHito has joined #ruby
pipecloud has joined #ruby
bjmllr_ has joined #ruby
Contigi has joined #ruby
raenk has joined #ruby
Xiti` has joined #ruby
Drakevr has joined #ruby
joevandyk has joined #ruby
dhjondoh has quit [Client Quit]
ir2ivps3_ has joined #ruby
Axy has joined #ruby
Axy has quit [Changing host]
Axy has joined #ruby
chridal_ has joined #ruby
cwong_on_irc1 has joined #ruby
headius_ has joined #ruby
<DurstBurger> I'm trying to write a short mechanize script that will ping a url, but wanting to do this from the command line. ex. "ruby ping.rb http://testsite.com"
mduca_ has joined #ruby
trollface has joined #ruby
Apocalyp- has joined #ruby
Mr_Pancake- has joined #ruby
ricer2_BtoH has joined #ruby
Puffball has joined #ruby
<DurstBurger> I'm not sure how to send the argument to the script though?
DefV_ has joined #ruby
ajaiswal_ has joined #ruby
Ikzi has joined #ruby
cfloare has joined #ruby
gigetoo has joined #ruby
rejerson69_ has joined #ruby
rethi has joined #ruby
freedrull has joined #ruby
janelleb has joined #ruby
wnd has joined #ruby
frog0909_ has joined #ruby
Sou|cuttr has joined #ruby
Macaveli_ has joined #ruby
<norc> ?crosspost thomasfedb
<ruboto> thomasfedb, Please do not crosspost without at least telling so and mentioning provided suggestions and their outcome in all channels. Experience shows that people don't do either, and not doing so is considered rude.
Y_Ichiro has joined #ruby
Y_Ichiro has joined #ruby
agent_wh1te has joined #ruby
hagebake has joined #ruby
sunya7a__ has joined #ruby
dimasg_ has joined #ruby
sulky_ has joined #ruby
bnagy_ has joined #ruby
lurch__ has joined #ruby
<apeiros> DurstBurger: send the argument? or read the argument in the script?
<norc> DurstBurger: Take a look at ARGV
kiez0rd has joined #ruby
IcyDragon has joined #ruby
ozzloy_ has joined #ruby
musl_ has joined #ruby
<apeiros> if read, then as norc just said: ARGV
pwned has joined #ruby
lnx has joined #ruby
bhaak_ has joined #ruby
<DurstBurger> can i put 1 or 2 lines in here or do you require a pastebin type of service in this channel?
G__ has joined #ruby
Guest28511 has joined #ruby
knight- has joined #ruby
nwhirschfeld_ has joined #ruby
luyu_ has joined #ruby
__main__ has joined #ruby
<norc> DurstBurger: 1-2 lines is fine here.
kent\n_ has joined #ruby
reaVer_ has joined #ruby
Bish- has joined #ruby
ruisantos has joined #ruby
Seich_ has joined #ruby
kiez0rd has quit [Max SendQ exceeded]
skade has joined #ruby
euoia has joined #ruby
<thomasfedb> norc, mea culpa
<DurstBurger> so if i put puts ARGV[0]
sumark_ has joined #ruby
Killerkeksdose has joined #ruby
fumduq- has joined #ruby
<DurstBurger> or puts ARGV.first
Downtime has joined #ruby
RazorX- has joined #ruby
<DurstBurger> in the script it does print the URL i fed the script
luyu_ has quit [Max SendQ exceeded]
justinmcp_ has joined #ruby
halfdan_ has joined #ruby
avdi_ has joined #ruby
universaL has joined #ruby
luyu_ has joined #ruby
bafbomb_ has joined #ruby
CabbageMan69 has joined #ruby
Qantouri1c has joined #ruby
solocshaw1 has joined #ruby
axisys has joined #ruby
pfg_ has joined #ruby
nyandoge_ has joined #ruby
nomadic_ has joined #ruby
bewie_ has joined #ruby
csaunders has joined #ruby
\13k has joined #ruby
Antiarc has joined #ruby
SilentEcho has joined #ruby
<apeiros> DurstBurger: re paste, see topic. >3 lines go to gist
pizzaops_ has joined #ruby
pawnbox has quit [Remote host closed the connection]
imajes_ has joined #ruby
oz` has joined #ruby
Billias_ has joined #ruby
justinweiss_ has joined #ruby
gix has joined #ruby
User458764 has joined #ruby
sgrdrnk has joined #ruby
<DurstBurger> but when i do something like ARGV[0] = input_url and page = mechanize.get('#{input_url}') I get errors
<apeiros> 2 lines are ok. and you can always use ; to combine 2 lines of ruby into 1 (and it's still valid)
ekleog has quit [Read error: Connection reset by peer]
nomadic has quit [Ping timeout: 244 seconds]
Macaveli has quit [Ping timeout: 244 seconds]
RTG` has quit [Disconnected by services]
starkruzr has joined #ruby
weemsledeux has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
spt0_ has joined #ruby
jsrn_ has joined #ruby
<thomasfedb> DurstBurger, why are you assigning to ARGV?
Plas has joined #ruby
pawnbox has joined #ruby
<apeiros> DurstBurger: you want input_url = ARGV[0]
<apeiros> not the other way round.
<jackcom> Dimik is gone?
RTG` has joined #ruby
<DurstBurger> you mean just flip it?
nullwarp has joined #ruby
skullcrasher_ has joined #ruby
<DurstBurger> haha
Nightmare has joined #ruby
nirix has joined #ruby
matled- has joined #ruby
_Tristan-Speccy_ has joined #ruby
houhouli_ has quit [Remote host closed the connection]
redondos_ has joined #ruby
Lorn_ has joined #ruby
<thomasfedb> DurstBurger, also, isn't ARGV[0] the program execution itself?
sonne has joined #ruby
sonne has quit [Changing host]
sonne has joined #ruby
izzol_ has joined #ruby
shinnya_ has joined #ruby
<apeiros> thomasfedb: no
kellabyte_ has joined #ruby
Jello_Raptor_ has joined #ruby
adamholt has joined #ruby
eboaz_ has joined #ruby
<apeiros> ARGV in ruby only contains the arguments. the script name is $0
bmn_ has joined #ruby
arthurnn_ has joined #ruby
nlsun_ has joined #ruby
daxroc has joined #ruby
retornam_ has joined #ruby
Miron_ has joined #ruby
boshhead_ has joined #ruby
<thomasfedb> apeiros, nice. again ruby is nice to us
juddey has quit [*.net *.split]
htmldrum has quit [*.net *.split]
banister has quit [*.net *.split]
s2013 has quit [*.net *.split]
dh64 has quit [*.net *.split]
HaZardX has quit [*.net *.split]
Vile` has quit [*.net *.split]
Gadgetoid has quit [*.net *.split]
zeroDivisible has quit [*.net *.split]
ItSANgo has quit [*.net *.split]
arthurnn has quit [*.net *.split]
shinnya has quit [*.net *.split]
z1haze has quit [*.net *.split]
unreal has quit [*.net *.split]
jgorak_ has quit [*.net *.split]
nwhirschfeld has quit [*.net *.split]
AlexRussia has quit [*.net *.split]
mclee has quit [*.net *.split]
kedare has quit [*.net *.split]
icey has quit [*.net *.split]
inukshuk has quit [*.net *.split]
driftig has quit [*.net *.split]
m4rCsi_ has quit [*.net *.split]
joevandy1 has quit [*.net *.split]
RazorX has quit [*.net *.split]
thejoecarroll has quit [*.net *.split]
Lildirt has quit [*.net *.split]
rdema has quit [*.net *.split]
peteyg_ has quit [*.net *.split]
heinrich5991 has quit [*.net *.split]
sapslaj has quit [*.net *.split]
redondos has quit [*.net *.split]
ljarvis has quit [*.net *.split]
Mr_Pancake has quit [*.net *.split]
Guest26770 has quit [*.net *.split]
justinmcp has quit [*.net *.split]
Platini has quit [*.net *.split]
M-mistake has quit [*.net *.split]
knight_ has quit [*.net *.split]
DefV has quit [*.net *.split]
Bish has quit [*.net *.split]
Engin has quit [*.net *.split]
hyperdrive has quit [*.net *.split]
wjimenez5271 has quit [*.net *.split]
bier_ has quit [*.net *.split]
Kuukunen has quit [*.net *.split]
Mr_Pancake- is now known as Mr_Pancake
<apeiros> lovely splits.
jericon has joined #ruby
sross_work|2 has quit [Read error: Connection reset by peer]
blueOxigen has quit [Ping timeout: 255 seconds]
nej has joined #ruby
kitallisii has joined #ruby
mhenrixon has joined #ruby
MyMind has joined #ruby
iooner- has joined #ruby
NET||abu- has joined #ruby
passcod_ has joined #ruby
TDJACR_ has joined #ruby
anisha has joined #ruby
d0nn1e has joined #ruby
ekleog has joined #ruby
mic_e_ has joined #ruby
jaxxstorm_ has joined #ruby
epochwolf|2 has joined #ruby
suffice_ has joined #ruby
yonatankoren has joined #ruby
Contigi777 has quit [*.net *.split]
helpa has quit [*.net *.split]
calderonroberto has quit [*.net *.split]
houhoulis has quit [*.net *.split]
purplexed- has quit [*.net *.split]
camilasan has quit [*.net *.split]
greister has quit [*.net *.split]
chridal has quit [*.net *.split]
gregf_ has quit [*.net *.split]
shevy has quit [*.net *.split]
an0ma1y has quit [*.net *.split]
quater-nyon has quit [*.net *.split]
rejerson69 has quit [*.net *.split]
GarethAdams_ has quit [*.net *.split]
redlegion has quit [*.net *.split]
gremax has quit [*.net *.split]
Outlastsheep has quit [*.net *.split]
bove has quit [*.net *.split]
hplar has quit [*.net *.split]
freeze has quit [*.net *.split]
ozzloy has quit [*.net *.split]
Pro| has quit [*.net *.split]
kent\n has quit [*.net *.split]
G has quit [*.net *.split]
ricer2_slTT has quit [*.net *.split]
weaksauce has quit [*.net *.split]
nrk has quit [*.net *.split]
torpig has quit [*.net *.split]
bjmllr has quit [*.net *.split]
braderhart has quit [*.net *.split]
BackEndCoder has quit [*.net *.split]
zeljkof has quit [*.net *.split]
kitallis has quit [*.net *.split]
oddmunds has quit [*.net *.split]
lnx_ has quit [*.net *.split]
adamholt_ has quit [*.net *.split]
peitera has quit [*.net *.split]
dellavg has quit [*.net *.split]
crayfishx has quit [*.net *.split]
inoperable has quit [*.net *.split]
musl has quit [*.net *.split]
matled has quit [*.net *.split]
Killerkeksdose_ has quit [*.net *.split]
vayan has quit [*.net *.split]
bodgix has quit [*.net *.split]
matled- is now known as matled
camilasan has joined #ruby
shortdudey123_ has joined #ruby
blueOxigen has joined #ruby
freeze has joined #ruby
Platini has joined #ruby
bjmllr_ is now known as bjmllr
JoshL_ has joined #ruby
havenn has quit [*.net *.split]
bluOxigen has quit [*.net *.split]
jgorak__ has quit [*.net *.split]
sigurding has quit [*.net *.split]
Guest11 has quit [*.net *.split]
n0fx has quit [*.net *.split]
linuxboy_ has quit [*.net *.split]
kies has quit [*.net *.split]
azgil has quit [*.net *.split]
WillAmes has quit [*.net *.split]
Xiti has quit [*.net *.split]
yokel has quit [*.net *.split]
svkurowski has quit [*.net *.split]
kriskropd has quit [*.net *.split]
linduxed has quit [*.net *.split]
CustosLimen has quit [*.net *.split]
bafbomb has quit [*.net *.split]
Qantourisc has quit [*.net *.split]
avelldiroll has quit [*.net *.split]
Davey has quit [*.net *.split]
Encapsulation has quit [*.net *.split]
NET||abuse has quit [*.net *.split]
IceDragon has quit [*.net *.split]
mic_e has quit [*.net *.split]
perrier_ has quit [*.net *.split]
ja has quit [*.net *.split]
axisys_ has quit [*.net *.split]
mduca has quit [*.net *.split]
shortdudey123 has quit [*.net *.split]
TTilus has quit [*.net *.split]
existensil has quit [*.net *.split]
DenSchub_ has joined #ruby
hyperdrive has joined #ruby
redlegion has joined #ruby
abbe_ has joined #ruby
tvl has joined #ruby
pjaspers has joined #ruby
ss_much has quit [*.net *.split]
alexherbo2 has quit [*.net *.split]
deadpoet has quit [*.net *.split]
pwnd_nsfw has quit [*.net *.split]
konr has quit [*.net *.split]
e7d has quit [*.net *.split]
dwithers2 has quit [*.net *.split]
reaVer has quit [*.net *.split]
constantinexvi has quit [*.net *.split]
bigkevmcd has quit [*.net *.split]
JoshL has quit [*.net *.split]
alem0lars has quit [*.net *.split]
MasterNayru has quit [*.net *.split]
lokulin has quit [*.net *.split]
justinweiss has quit [*.net *.split]
TDJACR has quit [*.net *.split]
BLuEGoD has quit [*.net *.split]
VladGh has quit [*.net *.split]
avdi has quit [*.net *.split]
snapcase has quit [*.net *.split]
TDJACR_ is now known as TDJACR
TDJACR has quit [Changing host]
TDJACR has joined #ruby
pabs_ has joined #ruby
havenwood has joined #ruby
havenwood has quit [Changing host]
havenwood has joined #ruby
kerunaru has joined #ruby
shortdudey123_ is now known as shortdudey123
Sp4rKy_ has joined #ruby
aufi has joined #ruby
<apeiros> DurstBurger: single quotes don't interpolate
CustosLimen has joined #ruby
agent_wh1te has quit [Quit: leaving]
inukshuk has joined #ruby
moloch has joined #ruby
Gnubie__ has joined #ruby
constantinexvi has joined #ruby
peitera has joined #ruby
<apeiros> >> x = "there"; "hi #{x}"
Sthebig_ has joined #ruby
Sthebig_ has quit [Changing host]
Sthebig_ has joined #ruby
segy_ has joined #ruby
<ruboto> apeiros # => "hi there" (https://eval.in/476119)
tommylommykins has joined #ruby
canton7_ has joined #ruby
<apeiros> >> x = "there"; 'hi #{x}' # compare with this
<ruboto> apeiros # => "hi \#{x}" (https://eval.in/476120)
martinbjeldbak has joined #ruby
Lildirt has joined #ruby
tris- has joined #ruby
mary5030 has joined #ruby
gregf_ has joined #ruby
bakedb has joined #ruby
<jackcom> Dimik: hey
<apeiros> DurstBurger: also, "#{string}" is pointless. just use string directly. you don't write "#{"#{"#{"something"}"}"}" either
<apeiros> (perfectly valid)
<jackcom> i think that you leave here. but you return here. :) Dimik
g3funk has joined #ruby
bigkevmcd has joined #ruby
bigkevmcd has quit [Excess Flood]
pepperbreath has joined #ruby
<apeiros> jackcom: if you have a question, just ask it.
yokel has joined #ruby
Vile` has joined #ruby
<jackcom> apeiros: ok :(
thejoecarroll has joined #ruby
azgil has joined #ruby
sepp2k has joined #ruby
jimeh_ has joined #ruby
vikaton has quit [Quit: Connection closed for inactivity]
<DurstBurger> apeiros: you mean like this? https://gist.github.com/adyrcz/ff6f54b777b82ff455d2
sigurding has joined #ruby
M-Kodo has joined #ruby
cyb3rspy_ has joined #ruby
<apeiros> DurstBurger: no. drop the #{} too.
BLuEGoD has joined #ruby
lurch_ has quit [*.net *.split]
nofxx has quit [*.net *.split]
atomical has quit [*.net *.split]
xcesariox has quit [*.net *.split]
Ropeney has quit [*.net *.split]
zenguy_pc2 has quit [*.net *.split]
araujo has quit [*.net *.split]
spt0 has quit [*.net *.split]
joneshf-laptop has quit [*.net *.split]
passcod has quit [*.net *.split]
Mia has quit [*.net *.split]
aredridel has quit [*.net *.split]
ir2ivps3 has quit [*.net *.split]
duper has quit [*.net *.split]
johnny56 has quit [*.net *.split]
oz has quit [*.net *.split]
isene has quit [*.net *.split]
suffice has quit [*.net *.split]
pabs has quit [*.net *.split]
flori has quit [*.net *.split]
pwned_ has quit [*.net *.split]
sugardrunk has quit [*.net *.split]
Gnubie_ has quit [*.net *.split]
wldcordeiro has quit [*.net *.split]
Sp4rKy has quit [*.net *.split]
sunya7a has quit [*.net *.split]
euoia_ has quit [*.net *.split]
Kruppe has quit [*.net *.split]
bmn has quit [*.net *.split]
Luming has quit [*.net *.split]
Morrolan has quit [*.net *.split]
deavid has quit [*.net *.split]
sekrit has quit [*.net *.split]
Guest79906 has quit [*.net *.split]
bakedb_ has quit [*.net *.split]
AnoHito_ has quit [*.net *.split]
kallisti5 has quit [*.net *.split]
csmb_ has quit [*.net *.split]
\13k_ has quit [*.net *.split]
frog0909 has quit [*.net *.split]
SebastianThorn has quit [*.net *.split]
eboaz has quit [*.net *.split]
Coraline has quit [*.net *.split]
tuor has quit [*.net *.split]
lianj has quit [*.net *.split]
nlsun has quit [*.net *.split]
bewie has quit [*.net *.split]
izzol has quit [*.net *.split]
NightMonkey has quit [*.net *.split]
Sigma00 has quit [*.net *.split]
sonne_ has quit [*.net *.split]
irk has quit [*.net *.split]
headius has quit [*.net *.split]
imajes has quit [*.net *.split]
Urocyon has quit [*.net *.split]
bhaak has quit [*.net *.split]
jayne has quit [*.net *.split]
brainslug has quit [*.net *.split]
xsdg has quit [*.net *.split]
lurch__ is now known as lurch_
oz` is now known as oz
lokulin has joined #ruby
passcod_ is now known as passcod
imajes_ is now known as imajes
<DurstBurger> oh just "page = mechanize.get(input_url)"
<apeiros> #{} is for interpolation, it must be in a string or a regex.
<apeiros> DurstBurger: yes
an0ma1y has joined #ruby
dimasg has quit [*.net *.split]
solocshaw has quit [*.net *.split]
varunwachaspati has quit [*.net *.split]
Apocalypse has quit [*.net *.split]
cwong_on_irc has quit [*.net *.split]
evandrojr has quit [*.net *.split]
yeticry has quit [*.net *.split]
strgbrew has quit [*.net *.split]
danzilio has quit [*.net *.split]
PlasmaStar has quit [*.net *.split]
agent_white has quit [*.net *.split]
aspiers has quit [*.net *.split]
Tristan-Speccy has quit [*.net *.split]
cyb3rspy has quit [*.net *.split]
drbrain has quit [*.net *.split]
marcoecc has quit [*.net *.split]
shinenelson has quit [*.net *.split]
sulky has quit [*.net *.split]
skullcrasher has quit [*.net *.split]
kies^ has quit [*.net *.split]
kalz has quit [*.net *.split]
Paradox has quit [*.net *.split]
law has quit [*.net *.split]
ajaiswal has quit [*.net *.split]
mozzarella has quit [*.net *.split]
teotwaki has quit [*.net *.split]
jsrn has quit [*.net *.split]
nullwarp_ has quit [*.net *.split]
segy has quit [*.net *.split]
zrl has quit [*.net *.split]
sumark has quit [*.net *.split]
eregon_ has quit [*.net *.split]
blubjr has quit [*.net *.split]
sunya7a_ has quit [*.net *.split]
pmarreck has quit [*.net *.split]
benlakey has quit [*.net *.split]
hakunin has quit [*.net *.split]
Miron has quit [*.net *.split]
Kamilion has quit [*.net *.split]
retornam has quit [*.net *.split]
Uptime has quit [*.net *.split]
chrisseaton has quit [*.net *.split]
pipework has quit [*.net *.split]
vondruch has quit [*.net *.split]
prasselpikachu has quit [*.net *.split]
bnagy has quit [*.net *.split]
gilesw has quit [*.net *.split]
bytecrawler has quit [*.net *.split]
johnhamelink has quit [*.net *.split]
tpendragon has quit [*.net *.split]
DanKnox[away] has quit [*.net *.split]
Billias has quit [*.net *.split]
kellabyte has quit [*.net *.split]
SegFaultAX has quit [*.net *.split]
zly has quit [*.net *.split]
ELLIOTTCABLE has quit [*.net *.split]
ruurd has quit [*.net *.split]
aps has quit [*.net *.split]
Didac has quit [*.net *.split]
humd1ng3r has quit [*.net *.split]
universa1 has quit [*.net *.split]
canton7 has quit [*.net *.split]
tylersmith has quit [*.net *.split]
Lorn has quit [*.net *.split]
SilentEc1 has quit [*.net *.split]
nizmow has quit [*.net *.split]
jaxxstorm has quit [*.net *.split]
tommylom1ykins has quit [*.net *.split]
Y_Ichiro_ has quit [*.net *.split]
yasu_ has quit [*.net *.split]
pjaspers_ has quit [*.net *.split]
ekem has quit [*.net *.split]
hohenfall has quit [*.net *.split]
gnarf has quit [*.net *.split]
nyandoge has quit [*.net *.split]
pizzaops has quit [*.net *.split]
skarn has quit [*.net *.split]
andersh has quit [*.net *.split]
bf4_ has quit [*.net *.split]
apipkin has quit [*.net *.split]
rflot has quit [*.net *.split]
Iacobus has quit [*.net *.split]
spastorino has quit [*.net *.split]
troter____ has quit [*.net *.split]
jmhmccr has quit [*.net *.split]
Guest85414______ has quit [*.net *.split]
iooner has quit [*.net *.split]
HaythamKenway has quit [*.net *.split]
jimeh has quit [*.net *.split]
epochwolf has quit [*.net *.split]
tris has quit [*.net *.split]
Seich has quit [*.net *.split]
dtscode has quit [*.net *.split]
tobiasvl has quit [*.net *.split]
Ikri has quit [*.net *.split]
abbe has quit [*.net *.split]
nomadicoder has quit [*.net *.split]
Brando753 has quit [*.net *.split]
bcavileer has quit [*.net *.split]
halfdan has quit [*.net *.split]
pfg has quit [*.net *.split]
Soulcutter has quit [*.net *.split]
fumduq has quit [*.net *.split]
spectra has quit [*.net *.split]
Jello_Raptor has quit [*.net *.split]
pleiosaur has quit [*.net *.split]
ruisanto1 has quit [*.net *.split]
csaunders_ has quit [*.net *.split]
Sthebig has quit [*.net *.split]
cfloare_ has quit [*.net *.split]
DoYouKnow has quit [*.net *.split]
Eleeleth has quit [*.net *.split]
tonini has quit [*.net *.split]
braidn has quit [*.net *.split]
rfi_ has quit [*.net *.split]
akkad has quit [*.net *.split]
iamdevnul has quit [*.net *.split]
LBRapid has quit [*.net *.split]
ZeeNoodley has quit [*.net *.split]
sts_ has quit [*.net *.split]
boshhead has quit [*.net *.split]
ytti has quit [*.net *.split]
Klumben has quit [*.net *.split]
DenSchub has quit [*.net *.split]
ElderFain has quit [*.net *.split]
pipecloud is now known as pipework
spectra- has joined #ruby
BackEndCoder has joined #ruby
Billias_ is now known as Billias
canton7_ is now known as canton7
jaxxstorm_ is now known as jaxxstorm
tris- is now known as tris
epochwolf|2 is now known as epochwolf
universaL is now known as universa1
retornam_ is now known as retornam
Apocalyp- is now known as Apocalypse
Plas is now known as PlasmaStar
segy_ is now known as segy
tvl is now known as tobiasvl
Sthebig_ is now known as Sthebig
ta has joined #ruby
nchambers has joined #ruby
gnarf_ has joined #ruby
kalz has joined #ruby
<DurstBurger> Damn
<DurstBurger> thanks apeiros!
Engin has joined #ruby
yasu_ has joined #ruby
evandrojr has joined #ruby
<apeiros> yw
<DurstBurger> ruby mechtest.rb http://adyrcz.com
humd1ng3r has joined #ruby
varunwachaspati_ is now known as varunwachaspati
aredridel has joined #ruby
<DurstBurger> The Resume of Andy Dyrcz
solocshaw1 is now known as solocshaw
Encapsulation has joined #ruby
leat has joined #ruby
deadpoet has joined #ruby
inoperable has joined #ruby
sandstrom has joined #ruby
Silex has joined #ruby
sross07 has quit [*.net *.split]
Pupp3tm4st3r has quit [*.net *.split]
PaulCapestany has quit [*.net *.split]
mmitchell has quit [*.net *.split]
Karpuragauram has quit [*.net *.split]
hagabaka has quit [*.net *.split]
Synthead has quit [*.net *.split]
BadBlock has quit [*.net *.split]
BTRE has quit [*.net *.split]
digneety has quit [*.net *.split]
SenpaiSilver has quit [*.net *.split]
gagrio has quit [*.net *.split]
hightower4 has quit [*.net *.split]
johnzorn has quit [*.net *.split]
pestle has quit [*.net *.split]
bodie_ has quit [*.net *.split]
bhorn1 has quit [*.net *.split]
jatb has quit [*.net *.split]
sshuff|gone has quit [*.net *.split]
hays has quit [*.net *.split]
purplexed- has joined #ruby
kies^ has joined #ruby
purplexed- has quit [Changing host]
purplexed- has joined #ruby
M-mistake has joined #ruby
mary5030 has quit [Ping timeout: 264 seconds]
nrk has joined #ruby
howdoicomputer has quit [Ping timeout: 276 seconds]
PaulCapestany has joined #ruby
shevy has joined #ruby
zeroDivisible has joined #ruby
mozzarella has joined #ruby
hightower4 has joined #ruby
linuxboytoo has joined #ruby
helpa has joined #ruby
gagrio has joined #ruby
joneshf-laptop has joined #ruby
nizmow has joined #ruby
htmldrum has joined #ruby
ur5us has joined #ruby
araujo has joined #ruby
ozzloy_ is now known as ozzloy
ozzloy has quit [Changing host]
ozzloy has joined #ruby
VladGh has joined #ruby
torpig has joined #ruby
ellismarte has joined #ruby
vondruch has joined #ruby
hplar has joined #ruby
Pro| has joined #ruby
duper has joined #ruby
konr has joined #ruby
DanKnox[away] has joined #ruby
svkurowski has joined #ruby
xsdg has joined #ruby
dwithers2 has joined #ruby
heinrich5991 has joined #ruby
flori has joined #ruby
braderhart has joined #ruby
bcavileer has joined #ruby
SegFaultAX has joined #ruby
digneety has joined #ruby
akkad has joined #ruby
perrier_ has joined #ruby
gilesw has joined #ruby
oddmunds has joined #ruby
jud^ has joined #ruby
frog0909 has joined #ruby
BTRE has joined #ruby
rfi has joined #ruby
aspiers has joined #ruby
asas has joined #ruby
yardenbar has joined #ruby
Dimik has quit [Disconnected by services]
bjmllr_ has joined #ruby
asas is now known as Dimik
pietr0_ has joined #ruby
kiez0rd has joined #ruby
eregon_ has joined #ruby
Derailed has quit [Ping timeout: 260 seconds]
DenSchub_ is now known as DenSchub
pabs_ is now known as pabs
Davey has joined #ruby
Davey has quit [Changing host]
Davey has joined #ruby
Asher1 has joined #ruby
Downtime has quit [Quit: :}]
Asher has quit [Disconnected by services]
Asher1 is now known as Asher
MuffinPimp_ has joined #ruby
pawnbox has quit [Remote host closed the connection]
C0deMaver1ck has joined #ruby
pwnd_nsfw has joined #ruby
Jamo_ has joined #ruby
MuffinPimp_ has quit [Remote host closed the connection]
brixen has joined #ruby
DefV has joined #ruby
FifthWall_ has joined #ruby
C0deMaver1ck is now known as Guest3889
bytecrawler has joined #ruby
halfdan_ is now known as halfdan
ur5us_ has joined #ruby
Weethus has joined #ruby
avelldiroll has joined #ruby
troyreadyy has joined #ruby
imajes_ has joined #ruby
rcs_ has joined #ruby
Freijo has joined #ruby
\13k_ has joined #ruby
cyb3rspy has joined #ruby
rdema has joined #ruby
Eleeleth has joined #ruby
Lorn has joined #ruby
phreakocious_ has joined #ruby
avdi_ is now known as avdi
greister has joined #ruby
ekem has joined #ruby
fold3 has joined #ruby
deadpoet_ has joined #ruby
camilasann has joined #ruby
kellabyte_ is now known as kellabyte
rflot has joined #ruby
Kabaka_ has joined #ruby
Derailed has joined #ruby
danzilio has joined #ruby
zeljkof has joined #ruby
jetpackjoe has joined #ruby
cgfbee has joined #ruby
SirCmpwn_ has joined #ruby
boshhead has joined #ruby
Uptime has joined #ruby
Karpuragauram has joined #ruby
teotwaki has joined #ruby
apipkin has joined #ruby
skade has quit [Quit: Computer has gone to sleep.]
skakri` has joined #ruby
gbailey has joined #ruby
sts_ has joined #ruby
KramerC_ has joined #ruby
dupin has joined #ruby
kitallis has joined #ruby
BackEndCoder_ has joined #ruby
Guest39890 has joined #ruby
RTG` has quit [Disconnected by services]
Morrolan has joined #ruby
RTG` has joined #ruby
gix- has joined #ruby
gix has quit [Disconnected by services]
pawnbox has joined #ruby
svkurowski has quit [*.net *.split]
hplar has quit [*.net *.split]
ur5us has quit [*.net *.split]
torpig has quit [*.net *.split]
shevy has quit [*.net *.split]
nrk has quit [*.net *.split]
deadpoet has quit [*.net *.split]
evandrojr has quit [*.net *.split]
BackEndCoder has quit [*.net *.split]
spectra- has quit [*.net *.split]
BLuEGoD has quit [*.net *.split]
cyb3rspy_ has quit [*.net *.split]
inukshuk has quit [*.net *.split]
camilasan has quit [*.net *.split]
ekleog has quit [*.net *.split]
kitallisii has quit [*.net *.split]
boshhead_ has quit [*.net *.split]
daxroc has quit [*.net *.split]
Lorn_ has quit [*.net *.split]
_Tristan-Speccy_ has quit [*.net *.split]
justinweiss_ has quit [*.net *.split]
imajes has quit [*.net *.split]
\13k has quit [*.net *.split]
euoia has quit [*.net *.split]
G__ has quit [*.net *.split]
frog0909_ has quit [*.net *.split]
__main__ has quit [*.net *.split]
DefV_ has quit [*.net *.split]
bjmllr has quit [*.net *.split]
eregon has quit [*.net *.split]
favadi has quit [*.net *.split]
chihhsin has quit [*.net *.split]
th0m_ has quit [*.net *.split]
poguez_ has quit [*.net *.split]
zapata has quit [*.net *.split]
s1kx has quit [*.net *.split]
Eising has quit [*.net *.split]
Fraeon has quit [*.net *.split]
genpaku has quit [*.net *.split]
Kabaka has quit [*.net *.split]
Couch has quit [*.net *.split]
rcs has quit [*.net *.split]
M-prosodyContext has quit [*.net *.split]
xnr has quit [*.net *.split]
C0deMaver1ck_ has quit [*.net *.split]
infernix has quit [*.net *.split]
jud has quit [*.net *.split]
Elysia has quit [*.net *.split]
Jamo has quit [*.net *.split]
Yiota has quit [*.net *.split]
pietr0 has quit [*.net *.split]
skakri has quit [*.net *.split]
wedgwood has quit [*.net *.split]
troyready has quit [*.net *.split]
gbailey- has quit [*.net *.split]
rvchangue has quit [*.net *.split]
YaknotiS has quit [*.net *.split]
heyimwill has quit [*.net *.split]
z3uS has quit [*.net *.split]
mgorbach has quit [*.net *.split]
SirCmpwn has quit [*.net *.split]
phreakocious has quit [*.net *.split]
fluchtreflex has quit [*.net *.split]
adam_ has quit [*.net *.split]
brixen_ has quit [*.net *.split]
FifthWall has quit [*.net *.split]
Evan_ has quit [*.net *.split]
MuffinPimp has quit [*.net *.split]
fold2 has quit [*.net *.split]
coffeejunk has quit [*.net *.split]
Spleeze has quit [*.net *.split]
MissionCritical has quit [*.net *.split]
guardian has quit [*.net *.split]
krasnus has quit [*.net *.split]
programmerq has quit [*.net *.split]
jonathanwallace has quit [*.net *.split]
conrfrmn has quit [*.net *.split]
p8952 has quit [*.net *.split]
Veejay has quit [*.net *.split]
KramerC has quit [*.net *.split]
dimasg_ has quit [Ping timeout: 250 seconds]
FifthWall_ is now known as FifthWall
imajes_ is now known as imajes
BackEndCoder_ is now known as BackEndCoder
ellismarte has quit [Quit: ellismarte]
troulouliou_div2 has joined #ruby
infernix has joined #ruby
pietr0_ is now known as pietr0
_main_ has joined #ruby
bjmllr_ is now known as bjmllr
pawnbox_ has joined #ruby
NightMonkey has joined #ruby
adam_ has joined #ruby
tethra has joined #ruby
tethra has joined #ruby
fluchtreflex has joined #ruby
fluchtreflex has quit [Changing host]
fluchtreflex has joined #ruby
LBRapid has joined #ruby
conrfrmn has joined #ruby
p8952 has joined #ruby
Evan_ has joined #ruby
genpaku has joined #ruby
wedgwood has joined #ruby
zapata has joined #ruby
M-prosodyContext has joined #ruby
torpig has joined #ruby
YaknotiS has joined #ruby
pawnbox_ has quit [Ping timeout: 240 seconds]
Couch has joined #ruby
Veejay has joined #ruby
G has joined #ruby
Tristan-Speccy has joined #ruby
svkurowski has joined #ruby
shevy has joined #ruby
Eising has joined #ruby
tmtwd_ has quit [Ping timeout: 276 seconds]
Tristan-Speccy is now known as Guest43031
isene has joined #ruby
Spleeze has joined #ruby
_main_ is now known as __main__
rvchangue has joined #ruby
iamdevnul has joined #ruby
m3_del has joined #ruby
th0m_ has joined #ruby
ELLIOTTCABLE has joined #ruby
z3uS has joined #ruby
pmarreck has joined #ruby
hplar has joined #ruby
evandrojr has joined #ruby
unreal has joined #ruby
xnr has joined #ruby
existensil has joined #ruby
pfg_ is now known as pfg
maloik has joined #ruby
ekleog has joined #ruby
coffeejunk has joined #ruby
nyandoge_ is now known as nyandoge
dotix has joined #ruby
nrk has joined #ruby
dimasg has joined #ruby
euoia has joined #ruby
ss_much has joined #ruby
hekin has joined #ruby
jmhmccr has joined #ruby
<hekin> hi, i’d like to know how I could save the html and all the assets (css, javascript. image) of a webpage using Capybara-Webkit? thanks
Guest85414______ has joined #ruby
poguez_ has joined #ruby
pizzaops_ is now known as pizzaops
s1kx has joined #ruby
m3_del has quit [Ping timeout: 264 seconds]
pawnbox has quit [Remote host closed the connection]
<Radar> jackcom: best to not direct your questions at one person in particular. People come and people go and not everyone is on at the same time as the day before.
bove has joined #ruby
pawnbox has joined #ruby
linduxed has joined #ruby
lianj has joined #ruby
lianj has joined #ruby
<jackcom> ok Radar
<jackcom> :(
xcesariox has joined #ruby
codecop has joined #ruby
DoYouKnow has joined #ruby
waka has joined #ruby
justinweiss_ has joined #ruby
subscope has joined #ruby
mclee has joined #ruby
mgorbach has joined #ruby
spectra has joined #ruby
spastorino has joined #ruby
snapcase has joined #ruby
prasselpikachu has joined #ruby
Gadgetoid has joined #ruby
tuor has joined #ruby
TTilus has joined #ruby
Kuukunen has joined #ruby
sapslaj has joined #ruby
bier_ has joined #ruby
m4rCsi_ has joined #ruby
driftig has joined #ruby
evandrojr has quit [Ping timeout: 240 seconds]
BLuEGoD has joined #ruby
jetpackjoe has quit [Quit: Textual IRC Client: www.textualapp.com]
yeticry has joined #ruby
ytti has joined #ruby
chrisseaton has joined #ruby
Brando753 has joined #ruby
daxroc has joined #ruby
zrl has joined #ruby
bf4 has joined #ruby
Hounddog has joined #ruby
drbrain has joined #ruby
Kamilion has joined #ruby
tonini has joined #ruby
wjimenez5271 has joined #ruby
jonathanwallace has joined #ruby
quater-nyon has joined #ruby
shinenelson has joined #ruby
sekrit has joined #ruby
tpendragon has joined #ruby
chihhsin has joined #ruby
sunya7a has joined #ruby
hohenfall has joined #ruby
skarn has joined #ruby
vayan has joined #ruby
ElderFain has joined #ruby
GarethAdams has joined #ruby
bodgix has joined #ruby
programmerq has joined #ruby
<cyberfawkes> damn...
crayfishx has joined #ruby
mistermocha has joined #ruby
andersh has joined #ruby
ElderFain has quit [Changing host]
ElderFain has joined #ruby
GarethAdams has quit [Changing host]
GarethAdams has joined #ruby
dellavg has joined #ruby
User458764 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
AlphaAtom has joined #ruby
arup_r has quit [Quit: Leaving]
dhjondoh has joined #ruby
gremax has joined #ruby
marsjaninzmarsa has joined #ruby
benlakey has joined #ruby
kallisti5 has joined #ruby
sanjayu has joined #ruby
dimasg has quit [Ping timeout: 264 seconds]
unclouded has joined #ruby
ghr has joined #ruby
alexherbo2 has joined #ruby
groundnuty has joined #ruby
hkumar has joined #ruby
aganov has joined #ruby
TomyWork has joined #ruby
DoubleMalt has joined #ruby
Hounddog has quit [Ping timeout: 240 seconds]
wldcordeiro has joined #ruby
jayne has joined #ruby
nomadicoder has joined #ruby
jatb has joined #ruby
bhorn1 has joined #ruby
sshuff|gone has joined #ruby
Iacobus has joined #ruby
troter____ has joined #ruby
brainslug has joined #ruby
irk has joined #ruby
hays has joined #ruby
hays has quit [Changing host]
hays has joined #ruby
baweaver has joined #ruby
zenguy_pc2 has joined #ruby
csmb has joined #ruby
subscope has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tulak has joined #ruby
subscope has joined #ruby
Iacobus is now known as Guest4184
subscope has quit [Client Quit]
AlphaAtom has quit [Read error: Connection reset by peer]
heyimwill has joined #ruby
pestle has joined #ruby
bodie_ has joined #ruby
AlphaAtom has joined #ruby
ruurd has joined #ruby
darkf has quit [Read error: Connection reset by peer]
vbatts|w` has quit [Changing host]
vbatts|w` has joined #ruby
varunwachaspati has quit [Changing host]
varunwachaspati has joined #ruby
Pumukel has joined #ruby
evandrojr has joined #ruby
darkf has joined #ruby
halfdan has quit [Changing host]
halfdan has joined #ruby
avdi has quit [Changing host]
avdi has joined #ruby
luyu_ has quit [Changing host]
luyu_ has joined #ruby
nyandoge has quit [Changing host]
nyandoge has joined #ruby
pfg has quit [Changing host]
pfg has joined #ruby
pizzaops has quit [Changing host]
pizzaops has joined #ruby
kellabyte has quit [Changing host]
kellabyte has joined #ruby
hekin has quit [Quit: hekin]
anisha has quit [Changing host]
anisha has joined #ruby
M-mistake has quit [Changing host]
M-mistake has joined #ruby
M-Kodo has joined #ruby
M-Kodo has quit [Changing host]
joonty has joined #ruby
gagrio has quit [Changing host]
gagrio has joined #ruby
vondruch has quit [Changing host]
vondruch has joined #ruby
konr has quit [Changing host]
konr has joined #ruby
braderhart has quit [Changing host]
braderhart has joined #ruby
bcavileer has quit [Changing host]
bcavileer has joined #ruby
bjmllr has quit [Changing host]
bjmllr has joined #ruby
Eleeleth has quit [Changing host]
Eleeleth has joined #ruby
deadpoet_ has quit [Changing host]
deadpoet_ has joined #ruby
rflot has quit [Changing host]
rflot has joined #ruby
danzilio has quit [Changing host]
danzilio has joined #ruby
apipkin has quit [Changing host]
apipkin has joined #ruby
M-prosodyContext has quit [Changing host]
M-prosodyContext has joined #ruby
akosednar has joined #ruby
ELLIOTTCABLE has quit [Changing host]
ELLIOTTCABLE has joined #ruby
calderonroberto has joined #ruby
iamdevnul has joined #ruby
iamdevnul has quit [Changing host]
pmarreck has quit [Changing host]
pmarreck has joined #ruby
ss_much has quit [Changing host]
ss_much has joined #ruby
jmhmccr has quit [Changing host]
jmhmccr has joined #ruby
Guest85414______ has joined #ruby
Guest85414______ has quit [Changing host]
poguez_ has joined #ruby
poguez_ has quit [Changing host]
bove has quit [Changing host]
bove has joined #ruby
Kharma has joined #ruby
DoYouKnow has quit [Changing host]
DoYouKnow has joined #ruby
justinweiss_ has quit [Changing host]
justinweiss_ has joined #ruby
lxsameer has quit [Ping timeout: 272 seconds]
spastorino has joined #ruby
spastorino has quit [Changing host]
BLuEGoD has quit [Changing host]
BLuEGoD has joined #ruby
zrl has quit [Changing host]
zrl has joined #ruby
chrisseaton has joined #ruby
chrisseaton has quit [Changing host]
amoeba has joined #ruby
tonini has quit [Changing host]
tonini has joined #ruby
yeticry has quit [Ping timeout: 272 seconds]
shinenelson has joined #ruby
shinenelson has quit [Changing host]
andersh has quit [Changing host]
andersh has joined #ruby
Meliodas has joined #ruby
vayan has quit [Changing host]
vayan has joined #ruby
benlakey has quit [Changing host]
benlakey has joined #ruby
sanjayu has quit [Changing host]
sanjayu has joined #ruby
troter____ has quit [Changing host]
troter____ has joined #ruby
Guest4184 has quit [Changing host]
Guest4184 has joined #ruby
nomadicoder has quit [Changing host]
nomadicoder has joined #ruby
yeticry has joined #ruby
heyimwill has joined #ruby
heyimwill has quit [Changing host]
ruurd has quit [Changing host]
ruurd has joined #ruby
Kharma has quit [Changing host]
Kharma has joined #ruby
SCHAAP137 has joined #ruby
johnhamelink has joined #ruby
rdark has joined #ruby
rdark has joined #ruby
agit0 has joined #ruby
BraddPitt has joined #ruby
jas02 has joined #ruby
scottstamp has joined #ruby
rolfb has joined #ruby
trosborn has joined #ruby
trosborn has quit [Client Quit]
jas02 has left #ruby [#ruby]
darkf_ has joined #ruby
hkumar has quit [Ping timeout: 246 seconds]
Hounddog has joined #ruby
Coraline has joined #ruby
atomical has joined #ruby
Kruppe has joined #ruby
w5isp has joined #ruby
chrisseaton_ has joined #ruby
TheHodge has joined #ruby
boozehound has joined #ruby
pawnbox has quit [Remote host closed the connection]
darkf__ has joined #ruby
pawnbox has joined #ruby
sunya7a_ has joined #ruby
bubbys has quit [Ping timeout: 260 seconds]
loechel has joined #ruby
bubbys has joined #ruby
sanjayu_ has joined #ruby
alexherb1 has joined #ruby
bhaak_ is now known as bhaak
Marsjan has joined #ruby
aeontech has joined #ruby
pietr0_ has joined #ruby
jas02_ has joined #ruby
hkumar has joined #ruby
shinenelson_ has joined #ruby
lemur has joined #ruby
pietr0 has quit [Ping timeout: 240 seconds]
pietr0_ is now known as pietr0
juddey has joined #ruby
rdark_ has joined #ruby
alexherb1 has quit [Client Quit]
calderonroberto_ has joined #ruby
alexherb1 has joined #ruby
trautwein has joined #ruby
shinenelson has quit [Ping timeout: 240 seconds]
chrisseaton has quit [Ping timeout: 240 seconds]
darkf has quit [Ping timeout: 240 seconds]
zenguy_pc2 has quit [Ping timeout: 240 seconds]
bf4 has quit [Ping timeout: 240 seconds]
drbrain has quit [Ping timeout: 240 seconds]
ytti has quit [Ping timeout: 240 seconds]
marsjaninzmarsa has quit [Ping timeout: 240 seconds]
Marsjan is now known as marsjaninzmarsa
chrisseaton_ is now known as chrisseaton
shinenelson_ is now known as shinenelson
Brando753-o_O_o has joined #ruby
Kamilion|ZNC has joined #ruby
avril14th has quit [Remote host closed the connection]
wjimenez5271 has quit [Ping timeout: 272 seconds]
lxsameer has joined #ruby
dikaio has quit [Quit: ........]
darkf_ has quit [*.net *.split]
rolfb has quit [*.net *.split]
agit0 has quit [*.net *.split]
rdark has quit [*.net *.split]
johnhamelink has quit [*.net *.split]
Pumukel has quit [*.net *.split]
ruurd has quit [*.net *.split]
sanjayu has quit [*.net *.split]
kallisti5 has quit [*.net *.split]
skarn has quit [*.net *.split]
tpendragon has quit [*.net *.split]
Kamilion has quit [*.net *.split]
snapcase has quit [*.net *.split]
Kamilion|ZNC is now known as Kamilion
alexherbo2 has quit [Disconnected by services]
guardian has joined #ruby
kallisti5 has joined #ruby
nettoweb has joined #ruby
alexherb1 has quit [Quit: WeeChat 1.3]
riskish has joined #ruby
calderonroberto has quit [*.net *.split]
AlphaAtom has quit [*.net *.split]
sunya7a has quit [*.net *.split]
Gadgetoid has quit [*.net *.split]
tuor has quit [*.net *.split]
TTilus has quit [*.net *.split]
driftig has quit [*.net *.split]
m4rCsi_ has quit [*.net *.split]
sapslaj has quit [*.net *.split]
bier_ has quit [*.net *.split]
Kuukunen has quit [*.net *.split]
guardian has quit [Client Quit]
InvGhost has joined #ruby
baweaver has quit [*.net *.split]
unclouded has quit [*.net *.split]
sekrit has quit [*.net *.split]
Brando753 has quit [*.net *.split]
Brando753-o_O_o is now known as Brando753
alexherbo2 has joined #ruby
A124 has joined #ruby
alexherbo2 has quit [Client Quit]
marr has joined #ruby
AlphaAtom has joined #ruby
alexherbo2 has joined #ruby
alexherbo2 has quit [Client Quit]
mistermocha has quit [Ping timeout: 250 seconds]
lsmola has joined #ruby
sekrit has joined #ruby
alexherbo2 has joined #ruby
guardian has joined #ruby
Dimik has quit [Ping timeout: 260 seconds]
zacstewart has joined #ruby
elton has quit [Remote host closed the connection]
Outlastsheep has joined #ruby
colegatron has quit [Remote host closed the connection]
kp666 has quit [Ping timeout: 240 seconds]
unclouded has joined #ruby
juddey has quit [Ping timeout: 260 seconds]
kp666 has joined #ruby
zacstewart has quit [Ping timeout: 276 seconds]
skade has joined #ruby
sameerynho has joined #ruby
huyderman has joined #ruby
lxsameer has quit [Ping timeout: 260 seconds]
<Bish-> hello, can i somehow send a method of the current object as a block?
<Bish-> like when i do .inject
<apeiros> Bish-: foo(&method(:name))
AimlessRAven has joined #ruby
<AimlessRAven> hi guys, i have i have colleection select: = f.select :category_id_eq, options_from_collection_for_select(Category.all, :id, :name), {include_blank: true}, class: 'form-control'
<apeiros> or just: foo { method_name }
<Bish-> trying that right now, doesn't do the trick, does it has to be first parameter?
<AimlessRAven> but i want to keep my value of select after submit
<AimlessRAven> how to do that
<apeiros> ?rails AimlessRaven
<ruboto> AimlessRaven, Please join #RubyOnRails for Rails questions. You need to be identified with NickServ, see /msg NickServ HELP
<Bish-> foo { method_name } works fine, but wouldn't it be cooler
<apeiros> ?crosspost AimlessRaven
<ruboto> AimlessRaven, Please do not crosspost without at least telling so and mentioning provided suggestions and their outcome in all channels. Experience shows that people don't do either, and not doing so is considered rude.
<AimlessRAven> yea but there is no guys who wanna help me
<apeiros> AimlessRaven: I suggest you go to #computers then, or #math, since programming is somehow maths too
<Bish-> so mean :(
<Bish-> consider the fact that is aimless, he just doesn't hit the right channel
elaptics`away is now known as elaptics
<apeiros> yeah, crossposters don't elicit the best in me.
mark4 has joined #ruby
<adaedra> Hello
Guest36263 has joined #ruby
<Guest36263> Hello! =)
<Guest36263> What you think about crystal lang?
<Guest36263> guys?
<apeiros> moin adaedra
<apeiros> Guest36263: looks interesting.
<Bish-> Guest36263, pretty cool thingy thing.
tulak has quit [Remote host closed the connection]
<apeiros> very promising. I hope it grows.
<Guest36263> I very like it :)
<Guest36263> I want crystal on rails :)))
johnny56 has joined #ruby
m3_del has joined #ruby
<Bish-> compiled it, tried it, kinda felt weirded out by the "projects" it creates, but felt fine after compiling / running first script, which was pretty fast
<adaedra> eh.
<apeiros> Guest36263: write it? be the first? :)
<Guest36263> it's so fast lang as C
<Bish-> well i doubt it, but it's fast, yeah
<Bish-> was amazed by it, too
yoongkang has joined #ruby
bersimoes has joined #ruby
AimlessRAven has quit [Quit: Page closed]
<apeiros> people learn erlang, clojure, elixir and now crystal - meanwhile I learn x64 assembly. what do I do wrong? :D
alcy has joined #ruby
Lenoo has joined #ruby
<Guest36263> my notebook handles 50000 rps
<Bish-> well, clojure is also a "step back" isn't it?
<Lenoo> Why is my vhost_dir not set with the config_dir value? https://gist.github.com/anonymous/64f3bb8d6f11c5ecba8c
<Bish-> Lenoo, is that a ruby question :o?
<Lenoo> well, maybe im doing something wrong?
<Lenoo> syntax wise
<apeiros> Lenoo: like asking in the wrong channel? .pp ain't ruby afaik.
<Lenoo> it is using ruby if im correct?
dmolina has joined #ruby
<adaedra> Puppet, right? I heard they have something based on it but with strange rules.
<apeiros> Lenoo: you ask photoshop questions in ##C?
<apeiros> because it's implemented in C…
<Lenoo> No its for puppet but its written in Ruby
<apeiros> what's up today with people?
<Bish-> you could write a x86 emulator in ruby, and then run internet explorer on it, does it make internet explorer a ruby thing
dhjondoh has quit [Remote host closed the connection]
<Guest36263> ruby has a lot of production solutions and this is good =)
<adaedra> Bish-: But why would you do this
drbrain has joined #ruby
m3_del has quit [Ping timeout: 240 seconds]
<Bish-> Guest36263, im afraid as long as those languages are not 100% compatible to each other, they do more harm than use
<Bish-> adaedra, to ask questions.
Gadgetoid has joined #ruby
yoongkang has quit [Ping timeout: 250 seconds]
zoras has joined #ruby
skarn has joined #ruby
<Guest36263> what OS do you use?
zoras has quit [Client Quit]
<Bish-> Windows 3.1
darkf__ is now known as darkf
sepp2k has quit [Ping timeout: 276 seconds]
<tobiasvl> :)
<tobiasvl> windows 3.1 makes me nostalgic
<Guest36263> I recently installed linux
<Guest36263> :))))
zeroDivisible has quit [Read error: Connection reset by peer]
<Guest36263> Linux Mint :)
<Guest36263> it's better than ubuntu, i think
tpendragon has joined #ruby
wjimenez5271 has joined #ruby
<Bish-> Guest36263, congrats, do gentoo / lfs next, THEN you can be the h4ck3r
kimegede has joined #ruby
<Bish-> a = [] # OK for Ruby, but not for Crystal <= this already kills the whole purpose, imho
tulak has joined #ruby
ajaiswal_ is now known as ajaiswal
<Guest36263> I tried gentoo
s2013 has joined #ruby
Xiti` has quit [Ping timeout: 276 seconds]
sepp2k has joined #ruby
tomphp has joined #ruby
<Bish-> well if you didn't stick with it, you're not a real hacker obviously
AlphaAtom has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
jsrn_ is now known as jsrn
wpp has joined #ruby
AlphaAtom has joined #ruby
alcy has quit [Quit: Lost terminal]
dotix has quit [Quit: Leaving]
dotix has joined #ruby
minimalism has quit [Quit: leaving]
<Guest36263> what's better RubyMine or SublimeText?
izzol_ has quit [Quit: leaving]
toretore has joined #ruby
<adaedra> ?better
<ruboto> "Best" and "better" are subjective. Try to use a different term.
<adaedra> What's better between orange juice and apple juice?
dhjondoh has joined #ruby
s2013 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
bf4 has joined #ruby
Lenoo has left #ruby [#ruby]
parted has joined #ruby
<Bish-> Guest34193, vim, not doubt
<adaedra> Uh oh
Klumben has joined #ruby
<Bish-> whops, wrong guest.
solenoids has quit [Ping timeout: 240 seconds]
htmldrum has quit [Ping timeout: 272 seconds]
<cyberfawkes> Guest36263: Sublime is good, but not FOSS. I prefer Vim.
<parted> Hi.. just one quick question: I wanna store multiple Time and String values (as a pair) and afterwards sort by Time.. best way to do it?
c0m0 has joined #ruby
ruurd has joined #ruby
<Bish-> parted, do a hash, have the Time as a key, and the string as value
<adaedra> Depends on unicity
<parted> Bish-: okay thanks.. will try and might come back :)
rdark_ has quit [Quit: leaving]
<Bish-> i'll be here
rdark has joined #ruby
rdark has joined #ruby
Guest39890 is now known as ZeeNoodley
ZeeNoodley has quit [Changing host]
ZeeNoodley has joined #ruby
bigkevmcd has joined #ruby
<Bish-> parted, it will not work if have the same date multiple times
<parted> Bish-: hmm true.. this might occur..
<adaedra> Otherwise, store your pairs as Array in an Array.
<Bish-> parted, then, what you COULD do is have Time=>[String1,String2]
subscope has joined #ruby
<parted> Bish-: i measure response times from a website for a given user list.. i first thought of an array of [Time, user], but don’t know how to sort it
<adaedra> Bish-: Note that the Hash is not sorted by default.
<Bish-> or what adaedra says, what is basicially the same
<Bish-> adaedra, yeah but you can sort it, when you need it, for searching or whatever
<Bish-> an array is not sorted by default either
snapcase has joined #ruby
<parted> yeah.. i was just wondering how to tell sort() to sort by the first element..
<adaedra> no, but if there is no unicity, there's not really advantages to use a hash
krasnus has joined #ruby
<norc> >> [[3, :c],[1, :a], [2, :b]].sort(&:first)
<adaedra> .sort_by(&:first) # if your date is first element / hash key
<ruboto> norc # => no implicit conversion of Array into Integer (TypeError) ...check link for more (https://eval.in/476207)
<norc> Mmmm
ytti has joined #ruby
Didac has joined #ruby
Contigi777 has joined #ruby
<adaedra> wait.
pawnbox has quit [Remote host closed the connection]
<parted> ahh okay.. this looks promising.. will try.. thanks
peteyg_ has joined #ruby
<adaedra> &ri Enumerable#sort_by
<norc> Oh yeah. Sort_by :)
<norc> adaedra: Now you have beaten me to it again. :(
<adaedra> Yeah that's it, I got a doubt for a second.
<norc> This is not a contest, is it?
<adaedra> No it's not.
<adaedra> Don't worry, I'm going back to work, you'll have plenty of tries.
gustav_ has joined #ruby
pawnbox has joined #ruby
wjimenez5271 has quit [Ping timeout: 264 seconds]
deadpoet_ has quit [Ping timeout: 264 seconds]
solocshaw has quit [Ping timeout: 264 seconds]
rejerson69_ has quit [Ping timeout: 264 seconds]
trollface has quit [Ping timeout: 264 seconds]
jas02 has joined #ruby
solocshaw1 has joined #ruby
tuor has joined #ruby
TTilus has joined #ruby
driftig has joined #ruby
m4rCsi_ has joined #ruby
sapslaj has joined #ruby
bier_ has joined #ruby
Kuukunen has joined #ruby
kriskropd has joined #ruby
deadpoet_ has joined #ruby
AlphaAtom has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
coffeejunk has quit [Ping timeout: 264 seconds]
hplar has quit [Ping timeout: 264 seconds]
Spleeze has quit [Ping timeout: 264 seconds]
zeljkof has quit [Ping timeout: 264 seconds]
thejoecarroll has quit [Ping timeout: 264 seconds]
shinnya_ has quit [Ping timeout: 264 seconds]
Mr_Pancake has quit [Ping timeout: 264 seconds]
gustav_ has quit [Remote host closed the connection]
lubekpl has joined #ruby
r0bby_ has joined #ruby
eregon has joined #ruby
mark4 has quit [Ping timeout: 264 seconds]
shinenelson has quit [Ping timeout: 264 seconds]
sanjayu_ has quit [Ping timeout: 264 seconds]
wldcordeiro has quit [Ping timeout: 264 seconds]
aganov has quit [Ping timeout: 264 seconds]
mgorbach has quit [Ping timeout: 264 seconds]
euoia has quit [Ping timeout: 264 seconds]
__main__ has quit [Ping timeout: 264 seconds]
Morrolan has quit [Ping timeout: 264 seconds]
fold3 has quit [Ping timeout: 264 seconds]
digneety has quit [Ping timeout: 264 seconds]
oddmunds has quit [Ping timeout: 264 seconds]
shortdudey123 has quit [Ping timeout: 264 seconds]
csaunders has quit [Ping timeout: 264 seconds]
bnagy_ has quit [Ping timeout: 264 seconds]
Apocalypse has quit [Ping timeout: 264 seconds]
vbatts|w` has quit [Ping timeout: 264 seconds]
gambl0re has quit [Ping timeout: 264 seconds]
rclements has quit [Ping timeout: 264 seconds]
ghormoon has quit [Ping timeout: 264 seconds]
cookiez has quit [Ping timeout: 264 seconds]
johnhamelink has joined #ruby
BraddPitt has quit [Ping timeout: 265 seconds]
Coral has joined #ruby
bruce_lee2 has joined #ruby
rejerson69_ has joined #ruby
shinnya has joined #ruby
gambl0re has joined #ruby
Meliodas has quit [Ping timeout: 257 seconds]
jas02_ has quit [Ping timeout: 264 seconds]
boozehound has quit [Ping timeout: 264 seconds]
benlakey has quit [Ping timeout: 264 seconds]
linduxed has quit [Ping timeout: 264 seconds]
z3uS has quit [Ping timeout: 264 seconds]
mic_e has joined #ruby
YaknotiS has quit [Ping timeout: 264 seconds]
troulouliou_div2 has quit [Ping timeout: 264 seconds]
SirCmpwn_ has quit [Ping timeout: 264 seconds]
Derailed has quit [Ping timeout: 264 seconds]
eregon_ has quit [Ping timeout: 264 seconds]
rfi has quit [Ping timeout: 264 seconds]
BTRE has quit [Ping timeout: 264 seconds]
dwithers2 has quit [Ping timeout: 264 seconds]
M-Kodo has quit [Ping timeout: 264 seconds]
Gnubie__ has quit [Ping timeout: 264 seconds]
segy has quit [Ping timeout: 264 seconds]
pabs has quit [Ping timeout: 264 seconds]
JoshL_ has quit [Ping timeout: 264 seconds]
mic_e_ has quit [Ping timeout: 264 seconds]
Jello_Raptor_ has quit [Ping timeout: 264 seconds]
nirix has quit [Ping timeout: 264 seconds]
luyu_ has quit [Ping timeout: 264 seconds]
Bish- has quit [Ping timeout: 264 seconds]
Puffball has quit [Ping timeout: 264 seconds]
chridal_ has quit [Ping timeout: 264 seconds]
Contigi has quit [Ping timeout: 264 seconds]
peteyg has quit [Ping timeout: 264 seconds]
tjad has quit [Ping timeout: 264 seconds]
robbyoconnor has quit [Ping timeout: 264 seconds]
DrShoggoth has quit [Ping timeout: 264 seconds]
solars has quit [Ping timeout: 264 seconds]
jmdade has quit [Ping timeout: 264 seconds]
CrazyEddy has quit [Ping timeout: 264 seconds]
bruce_lee has quit [Ping timeout: 264 seconds]
xet7 has quit [Ping timeout: 264 seconds]
shtirlic has quit [Ping timeout: 264 seconds]
Bish has joined #ruby
cpup has quit [Ping timeout: 264 seconds]
linc01n has quit [Ping timeout: 264 seconds]
null__ has quit [Ping timeout: 264 seconds]
Puffball_ has joined #ruby
Gnubie_ has joined #ruby
bruce_lee2 has quit [Changing host]
bruce_lee2 has joined #ruby
bruce_lee2 is now known as bruce_lee
Coral is now known as Guest15238
favadi has joined #ruby
M-prosodyContext has quit [Remote host closed the connection]
M-mistake has quit [Remote host closed the connection]
solocshaw1 is now known as solocshaw
nopolitica has quit [Quit: leaving]
euoia has joined #ruby
zeljkof has joined #ruby
johnny56 has quit [Ping timeout: 265 seconds]
nettoweb has quit [Ping timeout: 265 seconds]
aeontech has quit [Ping timeout: 265 seconds]
stannard has joined #ruby
<Bish> >> x = Hash.new { |h,k| h[k] = []}; x[Time.now].push "Errbody say Wayhooo!";x[Time.now].push "nyeh";x
<ruboto> Bish # => {2015-11-26 09:34:50 +0000=>["Errbody say Wayhooo!"], 2015-11-26 09:34:50 +0000=>["nyeh"]} (https://eval.in/476208)
platzhirsch has joined #ruby
pabs has joined #ruby
scottstamp has quit [Ping timeout: 265 seconds]
amoeba has quit [Ping timeout: 265 seconds]
<adaedra> >> Time.now == Time.now
<ruboto> adaedra # => false (https://eval.in/476209)
weckl has joined #ruby
subscope has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Kharma has quit [Ping timeout: 265 seconds]
akosednar has quit [Ping timeout: 265 seconds]
CrazyEddy has joined #ruby
<Bish> adaedra, that's what i was trying :D, ruby is too slow
calderonroberto_ has quit [Ping timeout: 240 seconds]
<parted> worked like a charm.. thanks you both :)
<Bish> or clock too fast.
<adaedra> Or too precise.
<adaedra> >> Array.new(2) { Time.now.to_f }
<ruboto> adaedra # => [1448530637.4594653, 1448530637.459519] (https://eval.in/476210)
__main__ has joined #ruby
<adaedra> >> Array.new(2) { Time.now.to_f }.inject :-
<ruboto> adaedra # => -4.9591064453125e-05 (https://eval.in/476211)
<Bish> parted, i always structure everything with Hashes, i love em.
<adaedra> So close, yet so far away.
mic_e has quit [Ping timeout: 250 seconds]
benlakey has joined #ruby
csaunders has joined #ruby
chridal has joined #ruby
cpup has joined #ruby
SirCmpwn has joined #ruby
Mr_Pancake has joined #ruby
Luming has joined #ruby
vbatts|work has joined #ruby
ghormoon has joined #ruby
mgorbach has joined #ruby
Apocalypse has joined #ruby
shortdudey123 has joined #ruby
<Bish> adaedra, can you explain to me, why inject(:&-) works
Derailed has joined #ruby
z3uS has joined #ruby
<Bish> & calls the symbol :- to proc, i understand that
linc01n has joined #ruby
Jello_Raptor has joined #ruby
<adaedra> Mmh, all those joins, what's happening
JoshL has joined #ruby
shinenelson has joined #ruby
<adaedra> Bish: you know what #inject does, right?
thejoecarroll has joined #ruby
<Bish> but shouldn't the current object do the call?
solenoids has joined #ruby
stannard has quit [Ping timeout: 260 seconds]
sekrit has quit [Ping timeout: 624 seconds]
<Bish> adaedra, yeah i know, and i know i can pass it a symbol, but you can also pass &:- which, in my understanding, calls .to_proc on :-
Spleeze has joined #ruby
<adaedra> `.inject(:-)` is equivalent to `.inject { |a, b| a - b }`
wjimenez5271 has joined #ruby
karapetyan has joined #ruby
<Bish> yeah i kow, i know, that's not my question
Paradox has joined #ruby
<Bish> im asking why &:- works, not :-
<adaedra> .inject(&:-)*
<adaedra> I forgot a char.
<Bish> yeah it doesn't do any difference, because inject is clever, but i don't get what happens when this parameter gets evaluated
shtirlic has joined #ruby
<adaedra> I wonder how it's explained in the docs
segy has joined #ruby
<adaedra> &ri Symbol#to_proc
<adaedra> Great.
nettoweb has joined #ruby
spt0_ has quit [Quit: Leaving]
sepp2k has quit [Quit: Leaving.]
CloCkWeRX has joined #ruby
<adaedra> The magic is inside Symbol#to_proc, Bish: it creates a Proc which takes parameters and feed them to the method, with the first argument being the object the method is called on.
bnagy has joined #ruby
<adaedra> Then, you pass this proc as argument to #inject.
baweaver has joined #ruby
nirix has joined #ruby
<adaedra> >> :-.to_proc.call(3, 2)
<ruboto> adaedra # => 1 (https://eval.in/476213)
lemur has quit [Read error: Connection reset by peer]
poguez_ has quit [Quit: Connection closed for inactivity]
sepp2k has joined #ruby
tvw has joined #ruby
karapetyan has quit [Remote host closed the connection]
bersimoes has quit [Read error: Connection reset by peer]
<Bish> ah, tnaks
BTRE has joined #ruby
Spami has joined #ruby
hplar has joined #ruby
coffeejunk has joined #ruby
xet7 has joined #ruby
YaknotiS has joined #ruby
oddmunds has joined #ruby
sanjayu_ has joined #ruby
<Bish> >> (&merge).call([],["yippeh"])
<ruboto> Bish # => /tmp/execpad-4fb659c9562b/source-4fb659c9562b:2: syntax error, unexpected & ...check link for more (https://eval.in/476218)
troulouliou_div2 has joined #ruby
boozehound has joined #ruby
<Bish> ah & works only in parameters
<adaedra> Yes
rfi has joined #ruby
<adaedra> It calls #to_proc and pass as block
<adaedra> which is only valid as parameters
wldcordeiro has joined #ruby
aganov has joined #ruby
<Bish> >> :merge.to_proc.call([],["yippeh"])
<ruboto> Bish # => undefined method `merge' for []:Array (NoMethodError) ...check link for more (https://eval.in/476219)
digneety has joined #ruby
<Bish> hmpf, anyways i got it
linduxed has joined #ruby
<adaedra> >> module Procable; def self.to_proc; proc { |a| puts a }; end; end; (1..5).map &Procable
<ruboto> adaedra # => 1 ...check link for more (https://eval.in/476220)
mic_e has joined #ruby
fold3 has joined #ruby
<adaedra> Mh, I wanted .each, but whatever.
Morrolan has joined #ruby
dwithers2 has joined #ruby
solars has joined #ruby
<Bish> >> :[].to_proc.call([1337],1)
<ruboto> Bish # => nil (https://eval.in/476221)
<Bish> >> :[].to_proc.call([1337],0)
<ruboto> Bish # => 1337 (https://eval.in/476222)
<Bish> this is fun.
mark4 has joined #ruby
bMalum has joined #ruby
bersimoes has joined #ruby
elton has joined #ruby
DrShoggoth has joined #ruby
abbe_ is now known as abbe
<adaedra> Ruby magic is less magical once you understand it.
Rollabunna has joined #ruby
dupin has quit [Disconnected by services]
Gnut has joined #ruby
inukshuk has joined #ruby
<Bish> i never will get tired of it, i would've never been able to design something quite like it
rclements has joined #ruby
kent\n_ has quit [Quit: Reconnecting]
pawnbox has quit [Remote host closed the connection]
kent\n has joined #ruby
pawnbox has joined #ruby
<Bish> can i actually use File.new.flock to synchronize threads?
sekrit has joined #ruby
pleiosaur has joined #ruby
yfeldblum has quit [Ping timeout: 272 seconds]
elton has quit [Ping timeout: 260 seconds]
Spami has quit [Ping timeout: 260 seconds]
subscope has joined #ruby
dlitvak has joined #ruby
nfk|laptop has joined #ruby
karapetyan has joined #ruby
User458764 has joined #ruby
scripore has quit [Quit: This computer has gone to sleep]
Pupp3tm4st3r has joined #ruby
dlitvak has quit [Remote host closed the connection]
RegulationD has joined #ruby
parted has left #ruby [#ruby]
Pupp3tm4_ has quit [Ping timeout: 250 seconds]
Peg-leg has joined #ruby
M-Kodo has joined #ruby
User458764 has quit [Ping timeout: 250 seconds]
Pupp3tm4_ has joined #ruby
n0fx has joined #ruby
AlphaAtom has joined #ruby
RegulationD has quit [Ping timeout: 276 seconds]
aphprentice has quit [Quit: Connection closed for inactivity]
Pupp3tm4st3r has quit [Ping timeout: 240 seconds]
User458764 has joined #ruby
rodfersou has joined #ruby
null__ has joined #ruby
null__ has quit [Changing host]
null__ has joined #ruby
n0fx has quit [Remote host closed the connection]
bersimoes has quit [Read error: Connection reset by peer]
karapetyan has quit [Remote host closed the connection]
M-mistake has joined #ruby
M-prosodyContext has joined #ruby
lenwood has joined #ruby
cookiez has joined #ruby
MissionCritical has joined #ruby
dhjondoh has quit [Quit: dhjondoh]
tulak has quit [Remote host closed the connection]
n0fx has joined #ruby
<jackcom> if i know block, then i do skilled ruby programmer?
LiquidIn1ect has quit [Ping timeout: 240 seconds]
<norc> No.
<jackcom> :(
<adaedra> You're a skilled programmer when you're capable of solving problems using Ruby efficiently.
<jackcom> then block is easy concept?
<adaedra> It's not just about knowing the language, it's how to use it.
skade has quit [Quit: Computer has gone to sleep.]
solocshaw1 has joined #ruby
<adaedra> This comes with lot of practice and experimentation.
<jackcom> how to use it :(
sepp2k has quit [Ping timeout: 240 seconds]
<jackcom> but my IQ is 158
<adaedra> There's no "hard limit" to being a good programmer.
User458764 has quit [Ping timeout: 260 seconds]
brunto has joined #ruby
bersimoes has joined #ruby
hkumar has quit [Ping timeout: 240 seconds]
<jackcom> ok thanks adaedra
<norc> Bish: I think what you want is a Mutex. ;-)
m3_del has joined #ruby
<Bish> jackcom, your english-skills do say no.
<Bish> norc, yeah but i am using .flock in that method already :D that's why i am asking
<adaedra> Bish: we're not all native speakers. This has nothing to do with intelligence.
<norc> Bish: I'll just go out on a limb and say no. It probably is not an atomic operation.
<jackcom> adaedra: is my side?
<norc> Bish: Also. The documentation just made it clear that it locks on a per process basis.
<adaedra> jackcom: I don't get you.
<norc> ;-)
<Bish> i know, but still, 158 is a huge number, someone like that would be able to speak english, as long he is not from some weird country
n0fx has quit [Remote host closed the connection]
<norc> Bish: Being able to and doing it are two seperate things.
solocshaw has quit [Ping timeout: 240 seconds]
solocshaw1 is now known as solocshaw
<jackcom> Bish have name like Fish. Fish have not good IQ
<jackcom> ;)
<Bish> hyuk
htmldrum has joined #ruby
ledestin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Kendos-Kenlen has joined #ruby
m3_del has quit [Ping timeout: 264 seconds]
shredding has joined #ruby
izzol has joined #ruby
skade has joined #ruby
dhjondoh has joined #ruby
Aww has joined #ruby
akosednar has joined #ruby
BraddPitt has joined #ruby
scottstamp has joined #ruby
<ruurd> Bish I think YOU are from a weird country.
amoeba has joined #ruby
<Bish> ok.
Meliodas has joined #ruby
brunto has quit [Read error: Connection reset by peer]
<jackcom> Water World
n0fx has joined #ruby
brunto has joined #ruby
<gregf_> jackcom: a block is nothing but a code reference(a block of code that you pass as a parameter). it could be like a datatype, though it cannot be assigned to a variable
<ruurd> jackcom the fishes are laughing at you for not being able to determine that their IQ is 200+
lenwood has quit [Ping timeout: 264 seconds]
<adaedra> Can we stop with the IQs and personal attacks, please?
dfdfdf has joined #ruby
<Bish> ruurd, grab a coffe
<jackcom> ok adaedra
<gregf_> >> def foo &bl; bl.call(10);end; def bar x; x / 2;end; [ foo { |x| x / 2 }, bar(10) ] # jackcom
<ruboto> gregf_ # => [5, 5] (https://eval.in/476291)
<jackcom> thanks gregf_ :)
antgel has quit [Ping timeout: 240 seconds]
<Bish> giving users access to regex is a security issue, right? since you define variables, if i recall correctly
<gregf_> jackcom: its not at all complicated once you know what you want to do ;)
<jackcom> not complicated. :D good
Kharma has joined #ruby
<gregf_> jackcom: and btw, you dont need an IQ to be able to write good code. *its all about hard work and the willingness to learn and improve* ;)
<jackcom> hard work and willingness and high intelligence.
johnny56 has joined #ruby
<ruurd> jackcom and maybe maybe it is more about EQ than IQ. Being a good and empathic listener often helps a lot in writing good stuff.
hkumar has joined #ruby
<adaedra> Bish: user input is a security issue.
<Bish> so... i need to eliminate the user?
<jackcom> ok gregf_ and ruurd :)
<ruurd> software engineering is a trade. not a science.
<gregf_> no need for 'high' intelligence. you think footballers are not intelligent? they still work hard but they cant code ;)
yoongkang has joined #ruby
blackmesa has joined #ruby
sepp2k has joined #ruby
<Bish> am i the only one thinking jackcom is a troll which is just here to waste time?
<jackcom> i study this part now
<jackcom> Can we stop with the IQs and personal attacks, please? <— and you must remember that adaedra say? Bish
<ruurd> I think he is a young guy and maybe a bit of a n00b... they can be a PITA.
<Bish> i never attacked someone, i was just curious why everyone is "helping", while you're obviously not in need of help.
<adaedra> Calm down
jackcom has left #ruby [#ruby]
<Bish> his english is broken, it's not bad, he does it on purpose, he just laims to have an high iq ( none asked for that ), and tells us about his progress, which is non-existent
<Bish> im not attacking, im just explaining that i did not attack.
<gregf_> Bish: eh? what have you got to lose? it aint off topic?
<Bish> nothing.. i just wanted to stop people from being trolled.
skade has quit [Quit: Computer has gone to sleep.]
<gregf_> Bish: you can either let somebody get under your skin or ignore them? *makes a note to himself*
ur5us_ has quit [Remote host closed the connection]
riskish has quit [Quit: Textual IRC Client: www.textualapp.com]
troulouliou_div2 has quit [Quit: Leaving]
<ruurd> I think adaedra is on top of things
<Bish> well, i chose to ignore, but others didn't and i wanted to tell them that they should.
mistermocha has joined #ruby
<Bish> and i like to talk, im at work, so timewaste is a good thing for me.
InvGhost has quit [Ping timeout: 264 seconds]
antgel has joined #ruby
ldnunes has joined #ruby
<adaedra> Bish: pm
Kartikay has joined #ruby
karapetyan has joined #ruby
boozehound has quit [Quit: Leaving]
elton has joined #ruby
jackcom has joined #ruby
zacstewart has joined #ruby
lubekpl has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
gustav_ has joined #ruby
lubekpl has joined #ruby
Hounddog has quit [Read error: Connection reset by peer]
elton has quit [Ping timeout: 260 seconds]
AlphaAtom has quit [Read error: Connection reset by peer]
bersimoes has quit [Read error: Connection reset by peer]
Hounddog has joined #ruby
zacstewart has quit [Ping timeout: 276 seconds]
nfk|laptop has quit [Ping timeout: 260 seconds]
<jackcom> Yield makes executing the block feel like a method invocation within the method invocation rather than a block that's being explicitly called using Proc#call. <——— i don’t know what ‘feel’ is meaning?
arup_r has joined #ruby
<shevy> jackcom go read the chris pine tutorial, it explains how to use yield
Gnut has quit [Ping timeout: 250 seconds]
<jackcom> :( lol
subscope has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
bkxd has joined #ruby
<shevy> you can think of blocks as an additional optional argument to every method; whether you want to use it or not is up to you, in the code you use
bersimoes has joined #ruby
<jackcom> ok
<jackcom> thanks :)
akem has joined #ruby
hkumar has quit [Ping timeout: 260 seconds]
aeontech has joined #ruby
yfeldblum has joined #ruby
nfk|laptop has joined #ruby
<jackcom> shevy: i like automation. i say it many times.
<shevy> computers should automate
<shevy> and make life easier
<shevy> I only program so I can be lazier lateron
inukshuk has quit [Quit: ...]
dupin has joined #ruby
dupin is now known as Guest57819
<jackcom> shevy: you stay here for 24 hour? you don’t sleep for 1 minute?
aibot has quit [Ping timeout: 260 seconds]
<shevy> my wake cycle is rather erratic, I woke up at 04:00, now it is 12:08, I feel like making a nap soon
lubekpl has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
DoubleMalt has quit [Remote host closed the connection]
<jackcom> drinking sleeping pill?
Guest57819 is now known as inukshuk
jackcom has quit [Quit: jackcom]
Hounddog has quit [Ping timeout: 250 seconds]
lubekpl has joined #ruby
brunto has quit [Ping timeout: 265 seconds]
Hounddog has joined #ruby
ldnunes_ has joined #ruby
timonv has joined #ruby
mistermocha has quit [Ping timeout: 240 seconds]
entropie has joined #ruby
karapetyan has quit [Remote host closed the connection]
<norc> shevy: Except they are not arguments. ;-)
karapetyan has joined #ruby
ldnunes has quit [Ping timeout: 250 seconds]
<norc> Blocks are really special in every way.
<Bish> that's why he used the term "you can think of"
aibot has joined #ruby
AlphaAtom has joined #ruby
Hounddog has quit [Ping timeout: 250 seconds]
karapetyan has quit [Remote host closed the connection]
<norc> Bish: The question arised from a confusion already.
Hounddog has joined #ruby
suchness_ has joined #ruby
lipoqil has joined #ruby
<Bish> what question?
<norc> Bish: The original question my statement was about.
aeontech has quit [Ping timeout: 265 seconds]
<Bish> and that is?
<norc> Read up.
<Bish> there is none
<adaedra> Maybe from someone you've on ignore? ;)
stamina has joined #ruby
<shevy> there indeed is none
marr has quit []
<Bish> nah, it's just no question, shevy made an not entirely correct statement, to explain, which helped, and norc breaks it :D
vondruch has quit [Remote host closed the connection]
<shevy> where is jackcom
brt has joined #ruby
<Bish> people are weird today.
<shevy> I thought he had a question!
<Bish> im curious, have you used ruby for webpages without rails?
<norc> Bish: The line in question was actually pointing at the fact that block/yield feels much differently.
<adaedra> I do
<shevy> well .cgi yeah
<Bish> well let's exclude sinatra, too
CloCkWeRX has quit [Ping timeout: 250 seconds]
<shevy> it feels a bit oldschool
<adaedra> I still do
c0m0 has quit [Ping timeout: 240 seconds]
m3_del has joined #ruby
<Bish> norc, it wasn't a question though.
<adaedra> Pure Rack!
dEPy has joined #ruby
<shevy> hmm
<Bish> shevy, like.. you used ruby like php scripts?
Guest36263 has quit [Ping timeout: 260 seconds]
<shevy> I think I got as far into rack by applying .upcase on some middleware stuff
<Bish> i tried that once, for hours and hours, never got it to work, until i used the "fcgi" gem or something
suchness_ is now known as suchness
<shevy> Bish yeah! I came from php actually
<norc> Bish: I used plain ruby with fcgi before. Fun times.
AlphaAtom has quit [Read error: Connection reset by peer]
<Bish> :D but why would you do that ( mean i know why, i tried it too )
<Kartikay> Hey what does :variable mean?
AlexRussia has joined #ruby
<norc> Kartikay: That is a symbol.
<adaedra> Because you're stuck in the 20th century.
<suchness> Kartikay: It doesn't mean anything without context
<Bish> Kartikay, ":variable" the whole thing is a variable, including the :
AlphaAtom has joined #ruby
<adaedra> a value.
<Kartikay> Oh! You can start a variable name with :
<Kartikay> ?
<adaedra> no
<suchness> no
<norc> No.
<Bish> Karpuragauram, no
<adaedra> :xxx is a symbol, it's a value, not the name of a variable.
<shevy> haha
<norc> >> puts :random_symbol
<shevy> poor Karpuragauram
<ruboto> norc # => random_symbol ...check link for more (https://eval.in/476329)
<Bish> when you say x = :peter, x is a variable which holds :peter, and :peter is a symbol
<gregf_> >> [ :foo.class , "foo".class , :foo.to_s == "foo" ]
<ruboto> gregf_ # => [Symbol, String, true] (https://eval.in/476330)
<Bish> sorry for the confusion
<Kartikay> Ok
<norc> Kartikay: Symbols are an optimized form of immutable strings used for identifying things
<Kartikay> Now I got it
agit0 has joined #ruby
<Kartikay> Thanks everyone!
shredding has quit [Remote host closed the connection]
shredding has joined #ruby
<Bish> symbols are hard to grasp, imho
<norc> Symbols are just names for internal IDs.
<norc> Nothing more to them reallz
m3_del has quit [Ping timeout: 240 seconds]
vondruch has joined #ruby
<Bish> yeah i always knew that, but the real use-case for them remained hidden for me, for a long time
<adaedra> Their use cases are indeed not really clear.
<Bish> didn't even notice the : prefix in method lists of objects
<adaedra> And it gets a bit worse now that we can hide them in method calls (foo bar: baz)
<Bish> i just got that, when using sequel for the first time
<Bish> because you have to understand them :D, otherwise you will think the guy who wrote sequel is an idiot, but he is actually a genius
<Bish> source: experience.
<adaedra> jeremyevans is indeed really good.
<norc> Bish: The use case arises from the fact that string comparisons are very expensive, while number comparisons are not.
<adaedra> Sequel is love, Sequel is life.
<Bish> norc, that's not the reason they exist
<norc> Bish: That is quite the reason they exist.
<Bish> norc than you didn't understand them
<Bish> then*
tulak has joined #ruby
<adaedra> I'd love to see argumentation with proof on that. Can be very informative for all of us.
<Bish> you could just equip the string class with a mechanism, which turns them into symbols internally, fast comparison is not the reason symbols exist, sure they have the ability to do, but that is a symptom, not the cause.
dhjondoh has quit [Ping timeout: 240 seconds]
<shevy> adaedra lol "Sequel is love, Sequel is life."
dhjondoh has joined #ruby
<shevy> ?adaedra
<ruboto> don't be mean to adaedra
<adaedra> I forgot about that
<norc> Bish: Ruby has been using symbols for longer than we have a Symbol class.
<shevy> Bish I haven't got into sequel yet, why is it good (or bad)?
<norc> Bish: And String has such a mechanism. It's called #to_sym
<shevy> I feel I only know like 5% of the ruby ecosystem :(
bersimoes has quit [Read error: Connection reset by peer]
<Bish> norc: you would still have symbols, even if they didn't compare fast => it's not the reason they exist, only thing im saying
<adaedra> shevy: It's amazingly designed.
<adaedra> And cover a huge number of use cases.
<norc> Bish: Let me show you
<Bish> norc, i don't need to be shown anything, you claim that fast comparison is the reason why symbols exist, and it's not, it's an attribute of symbols
kedare has joined #ruby
<adaedra> Bish: then why did we create symbols when we already have strings?
<Bish> shevy, the guy who wrote sequel really knows how to use ruby, it opened my eyes
ebbflowgo has joined #ruby
<Bish> adaedra, well, sequel is the prime example for that, because you can use :symbol and "symbol" and they mean totally different things, but you might want to use them in one statement
<adaedra> uh.
<norc> Bish: Internally Ruby uses unsigned long to identify things. A string representation is much nicer than random numbers. However, comparisons by (char *) are really expensive.
<norc> Bish: Symbols were created as a simple mapping from IDs to strings, while keeping fast comparison between unsigned long.
<Bish> ofc you would make symbols fast in comparison, if you want them, you don't make them slow, but it's a symptom, not the reason, younowimsaying
dlitvak has joined #ruby
<Bish> norc: ok.
dhjondoh has quit [Remote host closed the connection]
LiquidInsect has joined #ruby
<adaedra> Bish: so for you, we crated symbols just to have "tagged" strings?
<awk> hmm, anyone use the google_drive gem, i'm struggling to find a way to avoid having to pass a token... it's annnoying to have to visit the url , select your gmail account and get a token and insert it before it will do any manipulation on your google sheets
rodfersou has quit [Quit: leaving]
bersimoes has joined #ruby
Guest15238 has quit [Read error: Connection reset by peer]
<Bish> adaedra, well, in my opinion it would be a good reason to do so, even if they were slow
rodfersou has joined #ruby
<Bish> but you can make them fast, so you make them fast.
<adaedra> Sounds very limited. norc argument makes more sense, imho.
CloCkWeRX has joined #ruby
<norc> This is about the core of symbols.
<Bish> i know, symbols are fast.
Coral has joined #ruby
favadi has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Coral is now known as Guest3147
<adaedra> Bish: if I follow your argumentation, the fact that all symbols with the same string-value are the same object is also a side-effect?
weihan has joined #ruby
<norc> >> :foo.to_i # That is breaking up the shell and showing what a symbol boils down to.
<ruboto> norc # => undefined method `to_i' for :foo:Symbol (NoMethodError) ...check link for more (https://eval.in/476348)
<norc> Oh.
<norc> That was unexpected.
<Bish> adaedra, no, that's not what i meant.
<Bish> i mean, that's the reason why symbols should exist even if they would be slow
<Bish> if they were*
<adaedra> Bish: but in that case, having the one-id thing would be irrelevant to the cause.
<Bish> yeah it would be a String2 class :D
<norc> 19>> :foo.to_i
<ruboto> norc # => undefined method `to_i' for :foo:Symbol (NoMethodError) ...check link for more (https://eval.in/476349)
<norc> 18>> :foo.to_i
<ruboto> norc # => 10921 (https://eval.in/476350)
<norc> There we go!
<adaedra> Bish: also, symbols would have the same methods as a string, which, as demonstrated by norc, is not true.
<Bish> >> :foo.object_id == :foo.to_i
<ruboto> Bish # => undefined method `to_i' for :foo:Symbol (NoMethodError) ...check link for more (https://eval.in/476351)
<Bish> ah i see.
<shevy> Bish norc's hobby is to study the implementation details of ruby - but not write any ruby code :-)
<Bish> adaedra, well ofc it's not true, im talking about a parallel universe, where they could not figure out how to compare strings fast in ruby
<Bish> well, im not saying he is wrong, im claiming we would have symbols, even if they were fast
<Bish> and they still wanted symbols
<adaedra> Bish: but what would these symbols be good for? Half-strings?
<Bish> just to be not-strings
<shevy> what are symbols good for anyway
skade has joined #ruby
<norc> Bish: Ignore the fact that you see a String attached to it.
<adaedra> shevy: identifiers.
<norc> Bish: Accept that a Symbol is nothing but an ID.
<norc> Ignore the fact that you even have a Class to interact with them.
<norc> Then you get to the moment where they come from.
aeontech has joined #ruby
<apeiros> shevy: everything with a name in ruby has a symbol. when you define a method `def foo`, it's internally identified as :foo
<apeiros> when you have an instance variable @bar, it's internally identified as :@foo
<apeiros> same with the other identifiable things (constants, classvars, globals, lvars)
<adaedra> Now, let's see if I got this Big-O notation thing. Symbol comparaison is O(1), when String comparaison is O(n), where n is string length, right?
<apeiros> adaedra: right
<norc> adaedra: Yeap
<adaedra> Yeah!
c0m0 has joined #ruby
<norc> adaedra: well O(n+1) technically
<norc> :P
<apeiros> wrong
<apeiros> O(n+1) *is* O(n)
<Kartikay> norc: Mathematically O(n+1)=O(n)
<norc> Ah well.
<norc> Yeah silly me sorry.
<shevy> there we see who was good in maths and who was not!
<apeiros> even O(n+1000000000000000000000) is still O(n)
<adaedra> norc: more complicated than that, actually. comparing "hello" and "world" is as fast as 3 and 5.
<norc> adaedra: Indeed.
Sp4rKy_ is now known as Sp4rKy
Sp4rKy has quit [Changing host]
Sp4rKy has joined #ruby
skade has quit [Remote host closed the connection]
fgro has joined #ruby
arup_r has quit []
skade has joined #ruby
elton has joined #ruby
<Kartikay> adaedra: I didn't get that, why?
<Kartikay> Why 3 and 5?
<fgro> hi. i have a ruby expression question. "tester".match(/^test(er|null)$/) matchtes ... but how do I get "test" to match?
<apeiros> fgro: make the group optional with "?"
<adaedra> Kartikay: because comparing two strings stops at the first different char. So, since h != w, you stop here, so it's just comparing two numbers.
<apeiros> fgro: also be aware that ^ and $ relate to *line*, not *string*.
<Kartikay> adaedra: Oh, right.
<apeiros> >> "foobar\ntest".match(/test/) # @fgro
<ruboto> apeiros # => #<MatchData "test"> (https://eval.in/476357)
<fgro> apeiros: yes that's it. thank you very much! sometimes the solution is so close, but the mind is just blocked.
marr has joined #ruby
<apeiros> adaedra: irrelevant
<adaedra> Kartikay: if you want to be technically correct, it's comparing 167 and 150.
<apeiros> adaedra: big O doesn't care about a single case. it's about the approximation of the cases with n -> ∞
<adaedra> apeiros: yeah, I know.
<apeiros> and a better implementation probably doesn't even compare single chars
<adaedra> also.
<apeiros> at least I wouldn't implement it that way
<Bish> norc, i do accept it, they have an id because it's fast, but they are not fast because they have an id
arup_r has joined #ruby
<adaedra> No, they are fast because we needed a fast way to compare names.
<apeiros> oh well, though, with C strings, you probably actually must (because length is unknown, and figuring length is O(n) :-S)
elton has quit [Ping timeout: 240 seconds]
wpp has quit [Quit: Textual IRC Client: www.textualapp.com]
Kartikay has left #ruby [#ruby]
<apeiros> Bish: they are fast because they have an id. those id's have an attached strings because us meatbags are bad with ids, and better with names.
vondruch has quit [Quit: Ex-Chat]
<Bish> i know, that _technicially_ they are fast because they have an id
<adaedra> “meatbags”
<duper> apeiros, couldn't you make finding the length O(log(n)) by calloc()'ing twice as many bytes as the max String length and then checking for a '
bkxd has quit [Ping timeout: 240 seconds]
<Bish> but at first, ruby needed a way to compare strings, which are immutable. That we can do that fast, is just a neat side-effect
<apeiros> at least I assume you wouldn't want to write [1,2,3].<-1457615821658831418> { |<-4257034526262586490>| <-4257034526262586490>.<-1928340050693185534>(2) } instead of [1,2,3].map { |a| a * 2 } :)
<norc> Bish: No. Ignore the string part.
<adaedra> apeiros: stop it, you'll invoke Ox0dea.
<apeiros> duper: no
<duper> err.. that was a NULL, i.e. '\\0'
<norc> Bish: Look at the github link I showed you. A Symbol is nothing but a number internally.
<apeiros> duper: you can't guarantee you didn't miss a null byte without checking every character.
<Bish> norc i know all that, without looking at your link
<apeiros> because after the null byte is garbage, which is potentially not null.
<Bish> for the parser, it is still a string.
<apeiros> or rather: almost certainly not null.
<apeiros> and if you null the garbage, you're back at O(n)
<duper> apeiros, that's why you would calloc() it.. so the entire buffer after the max length is all zeroes..
<norc> Bish: Ruby does not need a way to compare strings. Ruby needs a way to compare Objects.
<Bish> sigh.
<apeiros> duper: yupp, as said, O(n) again because zeroing isn't free :)
<adaedra> duper: zeroing memory just for the sake of comparing two strings?
<duper> I'm talking about an FFI implementation in C for a Ruby method in the String class obviously..
<adaedra> also, calloc() is far away from a cheap operation.
<duper> adeponte, not comparison.. length checking
brunto has joined #ruby
symm- has joined #ruby
<norc> Bish: Ruby has been using symbols internally all over the place long before the parser knew about them.
<duper> adeponte, sure.. but it's a one time thing.. checking the length will happen many times, but with a binary search which is O(log(n))
<adaedra> Aah, Tab key, people's best friend and worst ennemy.
<adaedra> Or maybe people don't see the a after the d. What do you think, adeponte?
<norc> Bish: Correction that was a bit wrong.
bMalum has quit [Quit: bMalum]
gustav_ has quit [Remote host closed the connection]
bkxd has joined #ruby
bMalum has joined #ruby
<shevy> whos is adeponte
<shevy> ah
<shevy> tab completion
<Bish> well a variable in c is a symbol of some sort, so the first line of ruby was using them internally
<shevy> I never tab complete on adaedra, I always write it down BY THE LETTER, with love!
<Guest3147> you're too cute shevy (typed every letter with love)
<adaedra> shevy: maybe if you lived in the 21st century with us, you'd have a tab completion feature.
aeontech has quit [Ping timeout: 265 seconds]
Guest3147 is now known as tjad
<norc> Bish: But yeah, you are right. To the parser it is still a string. But to the parser everything is a string so that is not really an argument. ;-)
<tjad> norc: actually, to the parser, everything is a token
<Bish> which is a string.
<norc> tjad: Point taken.
<tjad> to the lexer, everything is a string ;-)
<tjad> eh, just trying to get into these conversations :P
jackcom has joined #ruby
bersimoes has quit [Read error: Connection reset by peer]
myztic has joined #ruby
sigurding has quit [Quit: sigurding]
gustav_ has joined #ruby
bersimoes has joined #ruby
arup___ has joined #ruby
amirpro_ has joined #ruby
sdothum has joined #ruby
blackmesa has quit [Ping timeout: 250 seconds]
arup_r has quit [Ping timeout: 260 seconds]
moeabdol1 has joined #ruby
alem0lars has joined #ruby
<jackcom> puts method(:foo) <—— i don’t know what ’:’ is meaning?
<tobiasvl> jackcom: it's a symbol
<jackcom> symbol?
<jackcom> i don’t know symbol
<Bish> it's a string *trollface*
<tjad> Lot's of talk about symbols today
<jackcom> lot of
<jackcom> thanks tobiasvl
<adaedra> jackcom: you really need to start searching the documentation by yourself.
cwong_on_irc1 has quit [Quit: Leaving.]
<jackcom> yeah adaedra
subscope has joined #ruby
<jackcom> but i want go fastly adaedra
programmerq has quit [Changing host]
programmerq has joined #ruby
<adaedra> jackcom: and knowing how to search and where to search will help you with that. You'll always need documetation.
<tobiasvl> asking here is probably faster in specific instances, you will always go faster if you learn how to learn for yourself
<adaedra> jackcom: You'll not always have a channel full of people here to help you.
<jackcom> ok i will try it. :P
<adaedra> when tobiasvl told you "It's a symbol", you should have looked in the Ruby documentation at Symbol.
<jackcom> ok adaedra :)
<tobiasvl> googling "ruby colon" also gives relevant results, but googling ":" isn't very easy of course
trosborn has joined #ruby
<adaedra> ruby-doc.org is the reference, rubydoc.info also have all ruby docs, devdocs.io also and a quick search. If you're under OS X, you can also look at Dash, which is a wonderful tool for documentation.
<jackcom> oh
<jackcom> ruby-doc.org
<jackcom> and Dash
trosborn has quit [Client Quit]
<jackcom> but i don’t see Dash under OS x
<jackcom> :P
<adaedra> Google: OS X Dash. It's in the first results.
<jackcom> oh good
akem has quit [Read error: No route to host]
solenoids has quit [Ping timeout: 276 seconds]
<adaedra> Seriously, this should be a reflex.
AlphaAtom has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<adaedra> This is also part of being an efficient programmer.
aeontech has joined #ruby
<jackcom> ok but i m good at lua
tk_ has joined #ruby
<jackcom> i can do everything by lua heh
<adaedra> and how do you solve your lua-related problems?
Vitor has joined #ruby
prestorium has joined #ruby
<jackcom> lua people is kind
<jackcom> they respond solution always.
<Bish> never seen you in #lua
<jackcom> love2d
vondruch has joined #ruby
<vondruch> hmmm, obavy z restartu byly na miste
sigurding has joined #ruby
<vondruch> ups ... sorry, wrong channel :/
<shevy> hah
<adaedra> Plaît-il ?
roshanavand has joined #ruby
<shevy> pilsen!
<Bish> restartu
<shevy> LOL
<Bish> once, i sent my password in irc, because i thought i was unlocking my screensaver ;;
<tobiasvl> jackcom: we are also kind and will gladly help you and other people, but googling stuff and searching docs for you is a waste of everyone's time in the long run
<tobiasvl> Bish: haven't we all
<adaedra> tobiasvl: I never did that, because I have eyes.
<Bish> well, my screen back then, needed a second to turn on from standby.
<tobiasvl> yes, well. you've never had the wrong window in focus?
<tjad> bish, norc : In a sense norc is correct by saying " string comparisons are very expensive, while number comparisons are not" but it's a bit vague. Symbols do use a number comparison - as the memory address / object id is used instead of a string comparison. This is the case as symbols are only constructed once (and are inserted into their own symbol table as well- which is index). So each time the symbol is referenced, it's using the same
<tjad> object and hence how the comparison works. So they are slightly more efficient for 2 reasons (a.) not reinitialized everytime (b.) comparisons don't compare the whole string each time. However, Symbols can also be inefficient, this is because of their lifecycle as they are never garbage collected throughout the appliction - which gives an indication of how symbols should be used
bersimoes has quit [Read error: Connection reset by peer]
<adaedra> Well, tbh, I sent my password in a conversation once, I was taking care of another computer and typed the password on the wrong keyboard :x
<Bish> you keep telling me technical facts, i know, and they're facts, so they're true, it's not what i am saying :D
<Bish> and the discussion is pointless, i guess.
bMalum has quit [Quit: bMalum]
<norc> tjad: Not quite correct. Symbols are GCable since 2.2
<tjad> I'm certain everybody here doesn't have a clear idea of all the facts ;-)
<tjad> norc: interesting
<Bish> but i got a good one for you guys: we invent the fukin quantum computer ( do not even staaaart about telling me how that is going to work )
* adaedra sends Bish into a black hole
<Bish> but that computer, has no runtime, if you give him a statement in ruby, he will answer instantly
<jackcom> which os is good for ruby? can i use ubuntu?
<adaedra> jackcom: yes.
<Bish> will ruby still have symbols? since we have strings?
<jackcom> thanks adaedra
<tjad> norc: I've only recently seen some christmas gifts coming such as the lonely operator (&.) finally ha ha ha
blackmesa has joined #ruby
<adaedra> Ruby works well everywhere, except that Windows support is less good.
<jackcom> yeah i use windows xp too.
karapetyan has joined #ruby
<adaedra> jackcom: but tell me, I thought you were executing scripts not so long ago, so you already knew that?
<jackcom> i m afraid of being hacked
<norc> tjad: I have been told we will be getting Hash#to_proc too.
<norc> Another neat thing for more compact code. :)
<adaedra> Sssh, don't open your presents early!
<jackcom> yes adaedra i did it ‘ruby hello.ruby.
<jackcom> ruby hello.rb
<adaedra> On what system?
Yiota has joined #ruby
zacstewart has joined #ruby
<norc> adaedra: Indeed. Even under Haiku in 2.3 :D
<jackcom> if i say my os, then i will be hacked by hacker? adaedra
<adaedra> no,
<jackcom> ok
<jackcom> os x
<adaedra> s/,/./
<adaedra> ok
* Bish hacks jackcom
<jackcom> lol
<jackcom> really os Z
<jackcom> i don’t know os x
<jackcom> i use os Z
<adaedra> you're trolling us now.
<jackcom> no
<jackcom> just joking
zotherstupidguy has joined #ruby
casadei has joined #ruby
<apeiros> tobiasvl: I usually differentiate as helping vs. solving. i.e., "we gladly helping" but "we don't solve the stuff for you". the latter is consulting and if somebody wants that they can hire/pay people for it.
bersimoes has joined #ruby
<apeiros> jackcom: ^ actually relevant for you.
<jackcom> 8)
<tobiasvl> yeah, that's a nice way to look at it
roshanavand has quit [Remote host closed the connection]
roshanavand has joined #ruby
<apeiros> (of course, there's exceptions - people who contribute a lot here I'll gladly show a solution f.ex.)
<Bish> do you guys who are here all the time, all work during your stay here?
<apeiros> yes. I'm at work atm
<Bish> i was always curious about the good angels in irc channels
alcy has joined #ruby
<apeiros> but I'm not always at work when I'm here ;-)
<adaedra> Bish: I'm at work atm too
<Bish> well you 2 have similiar names, so you're the same person to me either way :p
<tobiasvl> yup, I'm at work too. I'm mostly here while at work.
<apeiros> I see it as a way my company pays back to the community for all the work it gets for free.
<apeiros> and so far the company hasn't complained :o)
<Bish> are you talking about FOSS?
bensarz has joined #ruby
<tobiasvl> I mostly use IRC for work-related stuff nowadays, social stuff has mostly moved elsewhere :(
<apeiros> yes
<Bish> tobiasvl, where did it move
<Bish> to
<apeiros> we use a lot of FOSS and we sadly do little in ways of donations or PRs :-|
solenoids has joined #ruby
B1n4r10 has joined #ruby
lemur has joined #ruby
<Bish> which company doesn't
<Bish> (in IT)
<alcy> hello folks, I am referring to David Black's book - Well Grounded Rubyist, I am not able to understand the use of yield to execute the upcase function in a map implementation. Code - http://pastebin.com/FcVjpwb1
<ruboto> alcy, we in #ruby do not like pastebin.com, I reposted your paste to gist for you: https://gist.github.com/6b132da1b8df9c8591d7
<ruboto> pastebin.com loads slowly for most, has ads which are distracting and has terrible formatting.
baweaver has quit [Ping timeout: 240 seconds]
aeontech has quit [Ping timeout: 265 seconds]
<apeiros> alcy: but you understand the use of yield in my_each?
CamonZ has joined #ruby
<alcy> apeiros: yes
<apeiros> ok, what's different to you between the yield in my_each and in my_map?
m3_del has joined #ruby
<shevy> tobiasvl where did you move socially?
prestorium_ has joined #ruby
<alcy> apeiros: in my_each its returning the array element at a position (so, yielding to the [] method perhaps). in my_map I am not able to understand how its yielding to the upcase call ?
<shevy> Bish I here am always the home-computer; for work I sometimes login with another account but mostly I don't have the time for IRC when I am at work, always noticable when I don't respond (though I might also sleep)
davedev24 has joined #ruby
<apeiros> alcy: hm, ok, I think you misunderstand yield in my_each already
<apeiros> alcy: yield's *return* is completely ignored in my_each.
<Bish> shevy, you SLEEP? :O
InvGhost has joined #ruby
Peg-leg has quit [Quit: Leaving.]
B1n4r10 has quit [Ping timeout: 250 seconds]
DoubleMalt has joined #ruby
trosborn has joined #ruby
<apeiros> alcy: given: `def foo; yield(1); end`, and use it like: `foo { |x| puts "yielded #{x}" }`
<apeiros> alcy: then the piece of code `{ |x| puts "yielded #{x}" }` is called "a block", which is passed as a special argument to foo.
kobain has joined #ruby
karapetyan has quit [Remote host closed the connection]
dionysus69 has quit [Quit: dionysus69]
nfk|laptop has quit [Quit: yawn]
trosborn has quit [Client Quit]
<tobiasvl> shevy: some stuff moved to slack, some groups of friends just have facebook chats now, etc
<apeiros> alcy: the keyword `yield` does nothing else than invoke that piece of code. and yield(1) means the |x| in the block gets the value 1.
<apeiros> alcy: i.e., { |arg1, arg2, …| … }, the stuff in || are the arguments the block takes. and yield(arg1, arg2, …) passes those arguments when it invokes the block.
<apeiros> and yield will return the value the block itself returned.
<alcy> apeiros: gotcha, many thanks !
elton has joined #ruby
beast has joined #ruby
<apeiros> >> def foo; returned = yield; puts "yield returned #{returned}"; end; foo { 123 }
<ruboto> apeiros # => yield returned 123 ...check link for more (https://eval.in/476419)
prestorium has quit [Ping timeout: 250 seconds]
m3_del has quit [Ping timeout: 240 seconds]
karapetyan has joined #ruby
<apeiros> alcy: in other words: you can think of yield as "it's a method, and the definition of the method is the block passed to the method we're currently in"
<alcy> apeiros: gotcha, thanks
dorei has joined #ruby
kp666 has quit [Ping timeout: 276 seconds]
<apeiros> alcy: e.g. `def foo; yield(1,2,3); end; foo { |a,b,c| a + b + c }` --> is almost as if --> `def yield_block(a,b,c); a + b + c end; def foo; yield_block(1,2,3); end`
User458764 has joined #ruby
<apeiros> hth
<alcy> apeiros: haha, sounds perfect.
<alcy> apeiros: thanks !
moeabdol1 has quit [Quit: WeeChat 1.3]
kp666 has joined #ruby
elton has quit [Ping timeout: 265 seconds]
icey has joined #ruby
<jackcom> Bish == shevy aspect of verbose
<Bish> jackcom, pardon?
<jackcom> nothing
<Bish> what do you want to say?
<adaedra> jackcom: don't highlight people for nothing.
platzhirsch has quit [Ping timeout: 250 seconds]
<jackcom> ok
icey has quit [Remote host closed the connection]
User4587_ has joined #ruby
User458764 has quit [Ping timeout: 265 seconds]
icey has joined #ruby
alcy has quit [Quit: leaving]
icey has quit [Remote host closed the connection]
sanjayu_ has quit [Quit: Leaving]
icey has joined #ruby
Peg-leg has joined #ruby
platzhirsch has joined #ruby
icey has quit [Remote host closed the connection]
icey has joined #ruby
icey has quit [Remote host closed the connection]
icey has joined #ruby
JazzyVariable227 has joined #ruby
joonty has quit [Quit: joonty]
JazzyVariable227 has quit [Remote host closed the connection]
Xiti has joined #ruby
JazzyVariable227 has joined #ruby
r0bby_ has quit [Read error: Connection reset by peer]
asmodlol has joined #ruby
JazzyVariable227 has quit [Remote host closed the connection]
Hounddog has quit [Ping timeout: 264 seconds]
icey has quit [Remote host closed the connection]
icey has joined #ruby
seaned has joined #ruby
Hounddog has joined #ruby
bersimoes has quit [Read error: Connection reset by peer]
User4587_ has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
mistermocha has joined #ruby
aeontech has joined #ruby
<Bish> people would be better off if they did all use CLI interfaces
Pupp3tm4st3r has joined #ruby
<Bish> developement of stuff would be such much faster safer and everything
bersimoes has joined #ruby
B1n4r10 has joined #ruby
icey has quit [Remote host closed the connection]
<shevy> hmm
<shevy> how do you want to distribute them?
Coldblackice has quit [Ping timeout: 260 seconds]
yoongkang has quit [Remote host closed the connection]
<Bish> distribute? what do you mean, everyone just sshs somewhere :D
zacstewart has quit [Remote host closed the connection]
karapetyan has quit [Remote host closed the connection]
icey has joined #ruby
k3asd` has joined #ruby
Pupp3tm4_ has quit [Ping timeout: 260 seconds]
karapetyan has joined #ruby
yoongkang has joined #ruby
karapetyan has quit [Remote host closed the connection]
B1n4r10 has quit [Ping timeout: 260 seconds]
davedev24 has quit [Read error: Connection reset by peer]
davedev24 has joined #ruby
<gregf_> def upper *args; args.map{ |a| yield(a) };end; p upper("david", "black", "foo") { |val| val.upcase } # i guess this is even more readable :|
<gregf_> def upper; yield("david", "black", "foo");end; p upper { |*arr| arr.map(&:upcase) } # or this
gustav_ has quit [Remote host closed the connection]
joonty has joined #ruby
<gregf_> good that i haven't read too many of those books ;) # those books can be more confusing than apeiros and 0xodea
favadi has joined #ruby
blackmesa has quit [Ping timeout: 240 seconds]
favadi has quit [Client Quit]
akem has joined #ruby
lubarch has joined #ruby
lubarch has quit [Client Quit]
aeontech has quit [Ping timeout: 265 seconds]
beauby has joined #ruby
dionysus69 has joined #ruby
pawnbox has quit [Remote host closed the connection]
nettoweb has quit [Ping timeout: 240 seconds]
dfdfdf has quit [Ping timeout: 250 seconds]
pawnbox has joined #ruby
Hounddog has quit [Ping timeout: 250 seconds]
arup___ has quit []
Hounddog has joined #ruby
Torrieri has joined #ruby
Torrieri has quit [Remote host closed the connection]
Torrieri has joined #ruby
Torrieri has joined #ruby
Torrieri has quit [Remote host closed the connection]
diegoaguilar has joined #ruby
bMalum has joined #ruby
Hounddog has quit [Excess Flood]
yoongkang has quit [Remote host closed the connection]
troulouliou_div2 has joined #ruby
Hounddog has joined #ruby
* Bish never needed a book for a language, always annoyed people in irc
Rickmasta has joined #ruby
<Bish> :^)
luca768 has joined #ruby
yfeldblum has quit [Ping timeout: 264 seconds]
Hounddog has quit [Ping timeout: 272 seconds]
mistermocha has quit [Ping timeout: 240 seconds]
k3asd` has quit [Ping timeout: 264 seconds]
Hounddog has joined #ruby
freerobby has joined #ruby
<pontiki> why, because you'd always be in here and never go off and read something? :D
beauby has quit [Quit: Lost terminal]
Hounddog has quit [Excess Flood]
Hounddog has joined #ruby
<pontiki> Bish: wouldn't it be a neat world if all distributed services still ran from CLI? we'd still have gopher, archie, wais, etc
* apeiros always had books for languages, never read more than 10 pages…
<pontiki> we'd probably still have flashing banner ads, tho :(
sigurding has quit [Quit: sigurding]
<pontiki> damn you sir tim
<Bish> apeiros, same for me
<Bish> we don't have flashing banner apps?
elton has joined #ruby
asmodlol has quit [Ping timeout: 260 seconds]
asmodlol has joined #ruby
Hounddog has quit [Ping timeout: 264 seconds]
<shevy> we have but adblock nukes them away
aeontech has joined #ruby
aryaching has joined #ruby
A124 has quit [Read error: Connection reset by peer]
<Bish> well, they're getting smartter, they evolve(source: last southpark ep.)
<Bish> and adblocks are not very common on phones either
elton has quit [Ping timeout: 264 seconds]
Hounddog has joined #ruby
NeverDie has joined #ruby
JazzyVariable227 has joined #ruby
tjad has quit [Ping timeout: 265 seconds]
<pontiki> Bish: we have flashing banner ads because the web went all GUI
<pontiki> we'd still have just text-based email
<Bish> yeah, would be great, wouldn't it?
<Bish> im trying to use CLI where i can
<pontiki> me, too
<shevy> in my spam mail folder I have total animation overload
<shevy> bouncing pink hearts
diegoviola has joined #ruby
<shevy> flashing yellow sabretooths
<shevy> red swords
<pontiki> i even hate writing html and css
zotherstupidguy has quit [Quit: WeeChat 1.3]
<Bish> well, "even", who doesn't
<pontiki> yeah, point there
aufi has quit [Ping timeout: 250 seconds]
Hounddog has quit [Excess Flood]
<maloik> Struggling a little with a regexp in ruby (building a markdown formatter for Prawn). Simple demo and test are available at https://gist.github.com/hannesfostie/7964e07b55477c101e39 (including more context), does anyone know how to make that test pass?
gustav_ has joined #ruby
Hounddog has joined #ruby
<Bish> everytime i asked questions in irc about parsing html with regex, i've been told i shouldn't do it, because it's not regular
s00pcan has joined #ruby
<maloik> I'm not parsing html
Rickmast_ has joined #ruby
<maloik> Prawn is, but I want to change that into markdown parsing
<maloik> updated the gist with an example of a failed attempt, along with the error
<maloik> simply escaping the asterisk didn't quite do the trick
Hounddog has quit [Excess Flood]
roshanavand has quit [Remote host closed the connection]
Rickmasta has quit [Ping timeout: 265 seconds]
Hounddog has joined #ruby
<shevy> asterisk and obelisk
Rollabunna has quit [Remote host closed the connection]
<pontiki> shevy: Asterix et Obelix
<Bish> >> * && Obelix
<ruboto> Bish # => /tmp/execpad-84b3f5bfdf30/source-84b3f5bfdf30:2: syntax error, unexpected &&, expecting '=' ...check link for more (https://eval.in/476466)
<adaedra> pontiki: Astérix et Obélix
<adaedra> maloik: your * point on nothing.
<pontiki> i can't put in accents in this setup
Hounddog has quit [Excess Flood]
naftilos76 has joined #ruby
<maloik> adaedra: sorry what?
<adaedra> maloik: https://gist.github.com/hannesfostie/7964e07b55477c101e39#file-failed-rb-L4 | you have *, but without anything to match
Hounddog has joined #ruby
<Bish> >> :* && :+
<ruboto> Bish # => :+ (https://eval.in/476468)
<Bish> :o
roshanavand has joined #ruby
aeontech has quit [Ping timeout: 265 seconds]
yeshacker has quit [Ping timeout: 260 seconds]
<Bish> what the fuck does that do :D
<shevy> what are you doing
<Bish> and why is :* < :+
<Bish> asterix and obelix.
<shevy> perhaps their id will be compared
sameerynho has quit [Remote host closed the connection]
<Bish> no, that's not the case, already checked, norc HALP
<adaedra> >> :+ && :*
<ruboto> adaedra # => :* (https://eval.in/476469)
<adaedra> No comparaison here.
<shevy> last one wins!
<maloik> adaedra: if you mean as in "zero or more of...", I'm matching against an actual asterisk. I've tried escaping it but no dice
<adaedra> :+ is truthy, so the second part of the expression will be evaluated.
<shevy> "comparaison" le french english :D
<adaedra> maloik: There's your problem.
<adaedra> shevy: scheiße.
johnny56 has quit [Ping timeout: 265 seconds]
<maloik> you're talking in riddles :/
<adaedra> maloik: any reason you're using Regexp.new instead of just using // or %r{} ?
<maloik> not particularly
zacstewart has joined #ruby
<maloik> lets see if that changes anything
johnny56 has joined #ruby
<adaedra> I think that if you want to escape the * when inside a string, you'd have to do \\*
<adaedra> So Regexp.new gets
<adaedra> \*
<maloik> tried that too
doublemalt_ has joined #ruby
<adaedra> Strange.
<adaedra> >> "
<ruboto> adaedra # => /tmp/execpad-51ebc7754a1b/source-51ebc7754a1b:6:in `raise': exception object expected (TypeError) ...check link for more (https://eval.in/476471)
<adaedra> Grmbl.
<maloik> actually, one reason for regexp.new is the better formatting of the code
<maloik> don't think I can achieve the same with %r{} or // ?
uri has joined #ruby
<adaedra> >> Regexp.new "\\*"
<ruboto> adaedra # => /\*/ (https://eval.in/476472)
<adaedra> Looks okay to me?
dhjondoh has joined #ruby
<adaedra> >> "*" =~ Regexp.new "\\*"
<ruboto> adaedra # => /tmp/execpad-e14c9c01bcf2/source-e14c9c01bcf2:2: syntax error, unexpected tSTRING_BEG, expecting key ...check link for more (https://eval.in/476473)
<adaedra> >> "*" =~ Regexp.new("\\*")
<ruboto> adaedra # => 0 (https://eval.in/476474)
jefus has joined #ruby
<maloik> >> Regexp.new "\\*", Regexp::MULTILINE
<ruboto> maloik # => /\*/m (https://eval.in/476475)
<adaedra> maloik: what do you mean, better formatting of the code?
atomical has quit [Max SendQ exceeded]
<maloik> each line in that string resembles a logical pair, originally of opening and closing html tags
jefus has left #ruby [#ruby]
<adaedra> >> /<b>/ | %r{</b>}
<ruboto> adaedra # => undefined method `|' for /<b>/:Regexp (NoMethodError) ...check link for more (https://eval.in/476476)
<adaedra> Mh, I remember something like that
IcyDragon is now known as IceDragon
atomical has joined #ruby
<adaedra> >> Regexp.union /<b>/, %r{</b>}
<ruboto> adaedra # => /(?-mix:<b>)|(?-mix:<\/b>)/ (https://eval.in/476477)
weihan has quit [Ping timeout: 246 seconds]
bersimoes has quit [Read error: Connection reset by peer]
alexherbo2 has quit [Quit: WeeChat 1.3]
<adaedra> See, you can assemble parts
DoubleMalt has quit [Ping timeout: 260 seconds]
bMalum_ has joined #ruby
bkxd has quit [Ping timeout: 240 seconds]
<adaedra> >> Regexp.union "\n", "<b>", "</b>", "*"
<ruboto> adaedra # => /\n|<b>|<\/b>|\*/ (https://eval.in/476478)
bMalum_ has left #ruby [#ruby]
bMalum has quit [Read error: Connection reset by peer]
<maloik> nice, lets see
bersimoes has joined #ruby
prestorium_ is now known as prestorium
shlomo has joined #ruby
ta has quit [Remote host closed the connection]
gambl0re has quit [Ping timeout: 276 seconds]
<adaedra> For a more general point of view, I don't think you should use Regexp for your case.
<adaedra> You're trying to do HTML to Markdown, right?
atomical has quit [Max SendQ exceeded]
<adaedra> Ah no
alexherbo2 has joined #ruby
htmldrum has quit [Ping timeout: 250 seconds]
<maloik> nope not at all
<maloik> either way, I can't get my test to pass
lubekpl has quit [Read error: Connection reset by peer]
atomical has joined #ruby
jas02 has quit [Quit: jas02]
dhjondoh has quit [Quit: dhjondoh]
moeabdol has joined #ruby
Rickmast_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
poguez_ has joined #ruby
s00pcan has quit [Remote host closed the connection]
<norc> maloik: Also when doing Regular expressions, nesting them with interpolation can greatly improve readability.
maikowblue has joined #ruby
s00pcan has joined #ruby
xcesariox has quit [Read error: Connection reset by peer]
quater-nyon has quit [Quit: Angels fall, all for you, heretic! Demon heart, bleed for us! (My soul is yours, Dark Master. I will fight for you.)]
platzhirsch has left #ruby [#ruby]
pyon has joined #ruby
subscope has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Oatmeal has quit [Quit: TTFNs!]
JazzyVariable227 has quit [Remote host closed the connection]
<maloik> norc: how would you apply that in this case?
<norc> maloik: Oh it's just a random tip for larger regex
pyon is now known as quater-nyan
bersimoes has quit [Read error: Connection reset by peer]
tulak has quit []
<maloik> oh ok... yea I do know about interpolation in that context
bersimoes has joined #ruby
favadi has joined #ruby
aeontech has joined #ruby
<maloik> ugh I can't get this to work at all
pawnbox has quit [Remote host closed the connection]
yoongkang has joined #ruby
tk_ has quit [Quit: ばいばい]
subscope has joined #ruby
atomical has quit [Max SendQ exceeded]
mistermocha has joined #ruby
zacstewart has quit [Ping timeout: 276 seconds]
<varunwachaspati> Are messages in Ruby dynamically binded to the methods?
aufi has joined #ruby
bubbys has quit [Ping timeout: 240 seconds]
Jardayn has joined #ruby
amirpro_ has quit [Quit: Connection closed for inactivity]
bubbys has joined #ruby
yoongkang has quit [Ping timeout: 260 seconds]
Rickmasta has joined #ruby
SHyx0rmZ has joined #ruby
Rickmast_ has joined #ruby
<maloik> holy moly, I figured it out... it's the very last part of the regexp that was messing me up, I had to add a * in there as well
<maloik> score!
<yorickpeterse> varunwachaspati: the relation between a name and the method is set up when a method is defined
<yorickpeterse> However, method lookups are dynamic. That is, you can use method_missing and the likes to catch messages sent to objects that can't respond to them
Rickmas__ has joined #ruby
atomical has joined #ruby
pawnbox has joined #ruby
Rickma___ has joined #ruby
ItSANgo has joined #ruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #ruby
Rickmasta has quit [Ping timeout: 264 seconds]
subscope has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Rickmast_ has quit [Ping timeout: 264 seconds]
dEPy has quit [Quit: (null)]
marr has quit []
Rickmas__ has quit [Ping timeout: 260 seconds]
Rickmasta has joined #ruby
subscope has joined #ruby
Rickma___ has quit [Ping timeout: 260 seconds]
aeontech has quit [Ping timeout: 265 seconds]
doublemalt_ has quit [Remote host closed the connection]
Rickmast_ has joined #ruby
elton has joined #ruby
<gregf_> jobs
<gregf_> oops. wrong chat
karapetyan has joined #ruby
<adaedra> It's "Find the steves" game?
Rickmas__ has joined #ruby
subscope has quit [Client Quit]
Rickmasta has quit [Ping timeout: 240 seconds]
Rickma___ has joined #ruby
codecop has quit [Remote host closed the connection]
Rickmasta has joined #ruby
Rickmast_ has quit [Ping timeout: 264 seconds]
<gregf_> well, kinda. not steves but jobs
elton has quit [Ping timeout: 250 seconds]
Rickmast_ has joined #ruby
saddad has joined #ruby
Rickmas__ has quit [Ping timeout: 276 seconds]
bersimoes has quit [Remote host closed the connection]
Rickma___ has quit [Ping timeout: 240 seconds]
huyderman has quit [Remote host closed the connection]
tvw has quit []
tvw has joined #ruby
tagrudev has quit [Remote host closed the connection]
aganov has quit [Remote host closed the connection]
Mon_Ouie has joined #ruby
Rickmas__ has joined #ruby
Rickmasta has quit [Ping timeout: 240 seconds]
Rickma___ has joined #ruby
kerunaru has quit [Ping timeout: 260 seconds]
thejoecarroll has quit [Ping timeout: 240 seconds]
Macaveli_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
vondruch has quit [Quit: Ex-Chat]
_blizzy_ has joined #ruby
Rickmast_ has quit [Ping timeout: 260 seconds]
Rickmas__ has quit [Ping timeout: 260 seconds]
Rickma___ has quit [Ping timeout: 264 seconds]
Rickmasta has joined #ruby
karapetyan has quit [Remote host closed the connection]
roKin14 has joined #ruby
atomical has quit [Max SendQ exceeded]
Rickmasta has quit [Ping timeout: 240 seconds]
radgeRayden has quit [Read error: Connection reset by peer]
aufi has quit [Remote host closed the connection]
radgeRayden has joined #ruby
kimegede has quit [Quit: Linkinus - http://linkinus.com]
aufi has joined #ruby
gustav_ has quit [Remote host closed the connection]
Rickmasta has joined #ruby
TomyWork has quit [Ping timeout: 260 seconds]
mistermocha has quit [Ping timeout: 265 seconds]
jackcom has quit [Quit: jackcom]
Rickmasta has quit [Client Quit]
_blizzy_ has quit [Ping timeout: 264 seconds]
roshanavand has quit [Remote host closed the connection]
Azure has quit [Ping timeout: 260 seconds]
roshanavand has joined #ruby
aufi has quit [Remote host closed the connection]
scripore has joined #ruby
aeontech has joined #ruby
robise has joined #ruby
thejoecarroll has joined #ruby
aufi has joined #ruby
casadei has quit [Remote host closed the connection]
exadeci has quit [Quit: Connection closed for inactivity]
_blizzy_ has joined #ruby
nettoweb has joined #ruby
pandaant has joined #ruby
rodfersou is now known as rodfersou|lunch
roshanavand has quit [Ping timeout: 276 seconds]
subscope has joined #ruby
BSaboia has joined #ruby
sandstrom has quit [Quit: My computer has gone to sleep.]
saddad has quit [Quit: WeeChat 1.4-dev]
azgil has quit [Remote host closed the connection]
sandstrom has joined #ruby
BTRE has quit [Read error: Connection reset by peer]
nettoweb has quit [Ping timeout: 264 seconds]
banister has joined #ruby
yardenbar has quit [Ping timeout: 250 seconds]
norc has quit [Ping timeout: 246 seconds]
decoponio has joined #ruby
dionysus69 has quit [Ping timeout: 260 seconds]
Rickmasta has joined #ruby
_blizzy_ has quit [Quit: Leaving]
DoubleMalt has joined #ruby
gustav_ has joined #ruby
Rickmast_ has joined #ruby
Kendos-Kenlen has quit [Read error: Connection reset by peer]
Kendos-Kenlen has joined #ruby
aeontech has quit [Ping timeout: 265 seconds]
gustav_ has quit [Remote host closed the connection]
gustav_ has joined #ruby
BTRE has joined #ruby
Rickmasta has quit [Ping timeout: 264 seconds]
atomical has joined #ruby
shock_one has joined #ruby
inukshuk_ has joined #ruby
<shock_one> What for do we need the method Numeric#rect ?
<shock_one> >> 2.rect
<ruboto> shock_one # => [2, 0] (https://eval.in/476512)
JazzyVariable227 has joined #ruby
<adaedra> Numeric#rekt
<adaedra> Erm.
<adaedra> &ri Numeric#rect
<adaedra> Interesting.
Rickmasta has joined #ruby
Rickmast_ has quit [Ping timeout: 276 seconds]
djbkd has joined #ruby
<shock_one> I would imagine it could describe a rectangle, but the second value in the tuple is always 0.
gustav_ has quit [Ping timeout: 260 seconds]
Rickmast_ has joined #ruby
yeshacker has joined #ruby
aufi has quit [Ping timeout: 250 seconds]
aufi has joined #ruby
aryaching has quit [Read error: Connection reset by peer]
lubarch has joined #ruby
Rickmasta has quit [Ping timeout: 240 seconds]
<adaedra> Defined in complex.c
<adaedra> Yeah, maybe to represent n+0i
<jhass> yeah, symmetry with Complex#rect I guess
<adam_> Does anybody else have an issue using wget to fetch from cache.ruby-lang.org? ie. wget https://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.0-preview1.tar.bz2
<shock_one> Thank you, that's right.
<adam_> wget 1.17 on osx.
<jhass> adam_: seems to work fine, what issue?
<adam_> jhass: Invalid cert :| I'm trying to figure out if it's with me or with Fastly.
tvw has quit [Read error: Connection reset by peer]
tvw has joined #ruby
<jhass> that's probably an OS X/homebrew/whatever issue
casadei has joined #ruby
<adam_> curl is fine, so I'm guessing it's wget and SNI .. but, who knows?
<jhass> OS X is bad with GNU tools and their certificate chain
nettoweb has joined #ruby
aryaching has joined #ruby
djbkd has quit [Read error: Connection reset by peer]
<jhass> adam_: my one minute on google says http://superuser.com/a/262832
djbkd has joined #ruby
<adam_> Thanks. I'll dig into it.
<adaedra> 1 minute? That's some kind of record
stamina has quit [Quit: WeeChat 1.3]
anisha has quit [Quit: Leaving]
JazzyVariable227 has quit [Remote host closed the connection]
<adam_> This was through ruby-install, so I just unlinked wget through homebrew. Hacky but whatever :)
<shevy> he is an expert googler
<jhass> adaedra: I just googled os x wget invalid cert and it was the second result ...
<shevy> see, you need to have lots of people have a problem, then googling for it will be simple
<adaedra> jhass: That was a joke.
<jhass> mmh, didn't quite get it I guess
AlphaAtom has joined #ruby
<adaedra> That was probably not a good one.
<shevy> you had to read it out with a french accent, then you would have understood it
<jhass> shevy: and that's why Google trends for language popularity is bullshit
inukshuk_ has quit [Quit: leaving]
<shevy> php rules!
<adaedra> .!kick shevy
<shevy> you people are too sceptical of tiobe :(
roKin14 has quit [Remote host closed the connection]
<jhass> you care way too much about it
<shevy> it demonstrates the power of statistics
<gregf_> i was writing some code for profiling a php app and needed to generate unique strings and ended up with this: $a = array_merge(range("A", "Z"), range("a", "z"), range(0, 9),["@", "#","=", "£","%","^","&", "_"]);shuffle($a); $a = implode(array_slice($a,0,7)); print "listMessages$a";
<adaedra> and those statistics demonstrate what?
lubarch has quit [Quit: leaving]
<shevy> those statistics state that php is more popular than ruby
nettoweb has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<adaedra> gregf_: do you have a plastic bag I can puke in?
<adaedra> shevy: and it is relevant because...?
lemur has quit [Remote host closed the connection]
<gregf_> that code in ruby was like: "listMessages" + [*?a..?z,*?A..?Z,*0..9, *%w|@ # = £ % ^ & _|].shuffle[0..7].join
<shevy> it is relevant because the better language will be on top
<gregf_> adaedra: i know, i can sympathize with you ;)
<adaedra> I prefer having a language where people do it because they like it rather than because everyone else uses it.
<jhass> ?better shevy
<ruboto> shevy, "Best" and "better" are subjective. Try to use a different term.
djellemah has quit [Ping timeout: 260 seconds]
musl_ has quit [Quit: WeeChat 1.1.1]
musl has joined #ruby
<adaedra> It does not show the better language, but just the most used one.
<adaedra> There's no link.
ruby-lang195 has joined #ruby
<jhass> shevy: http://tylervigen.com/spurious-correlations replace tiobe with this
djbkd has quit [Read error: Connection reset by peer]
shock_one has quit [Read error: Connection reset by peer]
<shevy> and this is relevant how
aeontech has joined #ruby
shock_one has joined #ruby
ruby-lang195 has quit [Client Quit]
BrunoSaboia has joined #ruby
<adaedra> shevy: this is relevant to show you that graphs are not relevant by showing you, relevantly, irrelevant graphs.
djbkd has joined #ruby
djellemah has joined #ruby
<shevy> you can show any random graph, I don't see how this is related to language trends
<adaedra> You're totally missing the point.
<shevy> there is no point
Pupp3tm4st3r has quit [Remote host closed the connection]
cornerma1 has joined #ruby
<adaedra> That's where I would place a "CQFD" if we were not in an English channel.
<shevy> that's cool
antgel has quit [Ping timeout: 264 seconds]
BSaboia has quit [Ping timeout: 265 seconds]
<adaedra> QED in english, apparently.
sandstrom has quit [Quit: My computer has gone to sleep.]
<jhass> well, in everywhere but france
<adaedra> And a few other speaking countries. :p
<adaedra> I accidently a word.
cornerman has quit [Ping timeout: 260 seconds]
cornerma1 is now known as cornerman
JazzyVariable227 has joined #ruby
uri_ has joined #ruby
Renich has joined #ruby
uri has quit [Ping timeout: 250 seconds]
Rollabunna has joined #ruby
solocshaw has quit [Ping timeout: 250 seconds]
nertzy has quit [Ping timeout: 250 seconds]
agit0 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
woven has joined #ruby
Rollabunna has quit [Ping timeout: 265 seconds]
kerunaru has joined #ruby
djbkd has quit [Read error: Connection reset by peer]
Rickmast_ has quit [Ping timeout: 260 seconds]
maloik_ has joined #ruby
djbkd has joined #ruby
JazzyVariable227 has quit [Remote host closed the connection]
Backz has joined #ruby
maloik has quit [Ping timeout: 240 seconds]
arup_r has joined #ruby
Backz has quit [Remote host closed the connection]
aeontech has quit [Ping timeout: 265 seconds]
rodfersou|lunch is now known as rodfersou
djbkd has quit [Remote host closed the connection]
nfk has joined #ruby
mark4 has quit [Quit: Leaving.]
sandstrom has joined #ruby
Rickmasta has joined #ruby
prestorium has quit [Ping timeout: 265 seconds]
casadei has quit [Remote host closed the connection]
prestorium has joined #ruby
dzejrou has joined #ruby
dzejrou has quit [Client Quit]
bMalum has joined #ruby
dzejrou has joined #ruby
Ilyes512 has joined #ruby
voodo has joined #ruby
skade has quit [Quit: Computer has gone to sleep.]
Rickmast_ has joined #ruby
Rickmas__ has joined #ruby
krz has joined #ruby
Rickmasta has quit [Ping timeout: 264 seconds]
Rickmasta has joined #ruby
Rickmasta has quit [Max SendQ exceeded]
InvGhostt has joined #ruby
Ilyes512_ has joined #ruby
mmitchell has joined #ruby
Rickmas__ has quit [Ping timeout: 250 seconds]
ItSANg___ has joined #ruby
bMalum_ has joined #ruby
davedev2_ has joined #ruby
aufi has quit [Remote host closed the connection]
shinenelson_ has joined #ruby
pietr0_ has joined #ruby
symm-_ has joined #ruby
mmitchel_ has quit [Ping timeout: 250 seconds]
benlakey_ has joined #ruby
Rickmasta has joined #ruby
dimasg has joined #ruby
ekleog_ has joined #ruby
zrl_ has joined #ruby
maloik_ has quit [Ping timeout: 260 seconds]
shtirlic_ has joined #ruby
Gadgetoid_ has joined #ruby
prakriti has joined #ruby
Apocalyp- has joined #ruby
djellemah_ has joined #ruby
CamonZ has quit [Read error: Connection reset by peer]
Rickmast_ has quit [Ping timeout: 240 seconds]
ruurd has quit [Ping timeout: 240 seconds]
shinenelson has quit [Ping timeout: 240 seconds]
kedare has quit [Ping timeout: 240 seconds]
heyimwill has quit [Ping timeout: 240 seconds]
zrl has quit [Ping timeout: 240 seconds]
SHyx0rmZ has quit [Ping timeout: 240 seconds]
davedev24 has quit [Ping timeout: 240 seconds]
InvGhost has quit [Ping timeout: 240 seconds]
shtirlic has quit [Ping timeout: 240 seconds]
Apocalypse has quit [Ping timeout: 240 seconds]
benlakey has quit [Ping timeout: 240 seconds]
Gadgetoid has quit [Ping timeout: 240 seconds]
Outlastsheep has quit [Ping timeout: 240 seconds]
drbrain has quit [Ping timeout: 240 seconds]
spectra has quit [Ping timeout: 240 seconds]
unreal has quit [Ping timeout: 240 seconds]
Ilyes512 has quit [Ping timeout: 240 seconds]
djellemah has quit [Ping timeout: 240 seconds]
MissionCritical has quit [Ping timeout: 240 seconds]
DrShoggoth has quit [Ping timeout: 240 seconds]
Morrolan has quit [Ping timeout: 240 seconds]
G has quit [Ping timeout: 240 seconds]
solars has quit [Ping timeout: 240 seconds]
linduxed has quit [Ping timeout: 240 seconds]
cpup has quit [Ping timeout: 240 seconds]
pabs has quit [Ping timeout: 240 seconds]
krasnus has quit [Ping timeout: 240 seconds]
mclee has quit [Ping timeout: 240 seconds]
ekleog has quit [Ping timeout: 240 seconds]
existensil has quit [Ping timeout: 240 seconds]
lsmola has quit [Ping timeout: 240 seconds]
zapata has quit [Ping timeout: 240 seconds]
G has joined #ruby
bMalum has quit [Read error: Connection reset by peer]
ItSANgo has quit [Ping timeout: 240 seconds]
symm- has quit [Ping timeout: 240 seconds]
pietr0 has quit [Ping timeout: 240 seconds]
G has quit [Changing host]
G has joined #ruby
existensil_ has joined #ruby
bMalum_ is now known as bMalum
pietr0_ is now known as pietr0
Gadgetoid_ is now known as Gadgetoid
ekleog_ is now known as ekleog
Apocalyp- is now known as Apocalypse
mclee has joined #ruby
Morrolan_ has joined #ruby
cpup has joined #ruby
lsmola has joined #ruby
benlakey_ is now known as benlakey
drbrain has joined #ruby
dionysus69 has joined #ruby
atomical has quit [Ping timeout: 255 seconds]
solars has joined #ruby
howdoicomputer has joined #ruby
shinenelson_ is now known as shinenelson
djbkd has joined #ruby
tomdp_ has joined #ruby
zrl_ is now known as zrl
Rickmasta has quit [Ping timeout: 240 seconds]
The_Phoenix has joined #ruby
SCHAAP137 has quit [Remote host closed the connection]
Rickmasta has joined #ruby
linduxed has joined #ruby
pabs has joined #ruby
gustav_ has joined #ruby
zacstewart has joined #ruby
spectra has joined #ruby
unreal has joined #ruby
Rickmast_ has joined #ruby
djbkd has quit [Remote host closed the connection]
Rickmast_ has quit [Max SendQ exceeded]
sinepreggin has joined #ruby
RobertBirnie has joined #ruby
favadi has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Rickmast_ has joined #ruby
shock_one has quit [Read error: Connection reset by peer]
yoongkang has joined #ruby
diego2 has joined #ruby
diego2 has quit [Changing host]
diego2 has joined #ruby
tomchapin has joined #ruby
Rickmasta has quit [Ping timeout: 240 seconds]
diegoviola is now known as Guest61280
diego2 is now known as diegoviola
Macaveli has joined #ruby
dotix has quit [Ping timeout: 276 seconds]
MissionCritical has joined #ruby
zacstewart has quit [Ping timeout: 260 seconds]
Kendos-Kenlen has quit [Quit: Konversation terminated!]
lurch_ has quit [Quit: lurch_]
Guest61280 has quit [Ping timeout: 264 seconds]
Rickmasta has joined #ruby
brunto has quit [Ping timeout: 265 seconds]
aeontech has joined #ruby
Ilyes512_ has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Xeago has joined #ruby
Hounddog has quit [Read error: Connection reset by peer]
yoongkang has quit [Ping timeout: 260 seconds]
Rickmast_ has quit [Ping timeout: 264 seconds]
shock_one has joined #ruby
solocshaw has joined #ruby
Rickmast_ has joined #ruby
Rickmast_ has quit [Max SendQ exceeded]
davedev24 has joined #ruby
casadei has joined #ruby
Rickmast_ has joined #ruby
Rickmast_ has quit [Max SendQ exceeded]
HaZardX has joined #ruby
Rickmast_ has joined #ruby
Rickmasta has quit [Ping timeout: 272 seconds]
Rickmasta has joined #ruby
HaZardX has quit [Remote host closed the connection]
Ilyes512 has joined #ruby
bensarz has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
solocshaw has quit [Ping timeout: 246 seconds]
davedev2_ has quit [Ping timeout: 264 seconds]
Ilyes512 has quit [Client Quit]
Ilyes512 has joined #ruby
shock_one has quit [Ping timeout: 265 seconds]
Rickmas__ has joined #ruby
Rickmas__ has quit [Max SendQ exceeded]
Rickmas__ has joined #ruby
shock_one has joined #ruby
Rickma___ has joined #ruby
Rickmast_ has quit [Ping timeout: 272 seconds]
Rickmasta has quit [Ping timeout: 240 seconds]
Outlastsheep has joined #ruby
subscope has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
dimasg has quit [Ping timeout: 276 seconds]
Ilyes512 has quit [Ping timeout: 272 seconds]
elton has joined #ruby
zapata has joined #ruby
Xeago has quit [Read error: Connection reset by peer]
Xeago has joined #ruby
Rickmasta has joined #ruby
Rickmasta has quit [Max SendQ exceeded]
Rickmas__ has quit [Ping timeout: 276 seconds]
tvw has quit [Read error: Connection reset by peer]
Rickmasta has joined #ruby
JazzyVariable227 has joined #ruby
Rickma___ has quit [Ping timeout: 240 seconds]
Rickmast_ has joined #ruby
fgro has quit [Ping timeout: 276 seconds]
elton has quit [Ping timeout: 246 seconds]
Oli has joined #ruby
Rickmas__ has joined #ruby
Oli is now known as Guest69319
aeontech has quit [Ping timeout: 265 seconds]
sinepreggin has quit [Remote host closed the connection]
voodo has quit [Quit: Leaving...]
solocshaw has joined #ruby
dimasg has joined #ruby
rigsby has joined #ruby
djbkd has joined #ruby
bensarz has joined #ruby
shock_one has quit []
uri_ has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
dmolina has quit [Ping timeout: 260 seconds]
Outlastsheep has quit [Quit: ZNC - http://znc.in]
atomical has joined #ruby
Rickmasta has quit [Ping timeout: 276 seconds]
uri has joined #ruby
Rickmast_ has quit [Ping timeout: 240 seconds]
RegulationD has joined #ruby
rigsby has quit [Max SendQ exceeded]
solocshaw has quit [Ping timeout: 246 seconds]
rigsby has joined #ruby
Rickmasta has joined #ruby
hxegon has joined #ruby
joonty has quit [Quit: joonty]
Rickmast_ has joined #ruby
uri has quit [Ping timeout: 246 seconds]
Rickmas__ has quit [Ping timeout: 276 seconds]
Rickmast_ has quit [Max SendQ exceeded]
JazzyVariable227 has quit [Remote host closed the connection]
maletor has joined #ruby
RegulationD has quit [Ping timeout: 240 seconds]
atomical_ has joined #ruby
bersimoes has joined #ruby
Rickmast_ has joined #ruby
User458764 has joined #ruby
Rickmast_ has quit [Max SendQ exceeded]
Rickmasta has quit [Ping timeout: 265 seconds]
Xeago has quit [Remote host closed the connection]
Rickmasta has joined #ruby
fedexo has joined #ruby
tomchapin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
atomical has quit [Ping timeout: 255 seconds]
timonv has quit [Ping timeout: 265 seconds]
mistermocha has joined #ruby
JazzyVariable227 has joined #ruby
Rickmasta has quit [Ping timeout: 244 seconds]
goodcodeguy has joined #ruby
Miron_ is now known as Miron
gustav_ has quit [Remote host closed the connection]
Coldblackice has joined #ruby
jschmid has quit [Ping timeout: 260 seconds]
JazzyVariable227 has quit [Remote host closed the connection]
gizmore has joined #ruby
JazzyVariable227 has joined #ruby
_blizzy_ has joined #ruby
shlomo has quit [Quit: WeeChat 1.3]
djbkd has quit [Remote host closed the connection]
amclain has joined #ruby
howdoi has quit [Quit: Connection closed for inactivity]
JazzyVariable227 has quit [Remote host closed the connection]
aeontech has joined #ruby
JazzyVariable227 has joined #ruby
Sigma01 is now known as Sigma00
tomphp has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
User4587_ has joined #ruby
krasnus has joined #ruby
User458764 has quit [Ping timeout: 244 seconds]
amclain has quit [Quit: Leaving]
JazzyVariable227 has quit [Remote host closed the connection]
DoubleMalt has quit [Ping timeout: 250 seconds]
karapetyan has joined #ruby
spiman has joined #ruby
JazzyVariable227 has joined #ruby
Macaveli has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
atomical has joined #ruby
rigsby has quit [Ping timeout: 240 seconds]
prestorium_ has joined #ruby
shredding has quit [Ping timeout: 264 seconds]
atomica__ has joined #ruby
User4587_ has quit [Ping timeout: 272 seconds]
joonty has joined #ruby
joonty has quit [Client Quit]
heyimwill has joined #ruby
atomical_ has quit [Ping timeout: 255 seconds]
dimasg has quit [Ping timeout: 240 seconds]
dotix has joined #ruby
weckl has quit [Read error: Connection reset by peer]
prestorium has quit [Ping timeout: 265 seconds]
kerunaru has quit [Quit: leaving]
atomical has quit [Ping timeout: 255 seconds]
robise has quit [Remote host closed the connection]
zacstewart has joined #ruby
JazzyVariable227 has quit [Remote host closed the connection]
JazzyVariable227 has joined #ruby
yoongkang has joined #ruby
joonty has joined #ruby
aeontech has quit [Ping timeout: 265 seconds]
r34d3r has joined #ruby
c0m0 has quit [Ping timeout: 240 seconds]
dotix has quit [Ping timeout: 272 seconds]
bersimoes has quit [Read error: Connection reset by peer]
zacstewart has quit [Ping timeout: 246 seconds]
mistermocha has quit [Ping timeout: 260 seconds]
krz has quit [Ping timeout: 264 seconds]
yoongkang has quit [Ping timeout: 272 seconds]
blackmesa has joined #ruby
<solars> I'm getting Encoding::UndefinedConversionError: "\xC3" from ASCII-8BIT to UTF-8 on: ftp.gettextfile(file, "#{DOWNLOAD_DIR}/#{date}.csv") - I know I have to use force encoding, but can anyone tell me how to fix this for this line?
maletor has quit [Quit: Computer has gone to sleep.]
bersimoes has joined #ruby
alexherbo2 has quit [Quit: WeeChat 1.3]
joonty has quit [Quit: joonty]
<jhass> turn on binary transfer encoding
joonty has joined #ruby
<jhass> that is I guess don't use gettextfile
goodcodeguy has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
nolic has joined #ruby
mrtomme has quit [Ping timeout: 260 seconds]
dimasg has joined #ruby
nolic has quit [Client Quit]
nolic has joined #ruby
JazzyVariable227 has quit [Remote host closed the connection]
mrtomme has joined #ruby
JazzyVariable227 has joined #ruby
* adaedra waves goodbye
joonty has quit [Client Quit]
maokomioko has joined #ruby
maokomioko has quit [Remote host closed the connection]
hxegon has quit [Ping timeout: 276 seconds]
roshanavand has joined #ruby
elton has joined #ruby
JazzyVariable227 has quit [Remote host closed the connection]
spiman has quit []
marr has joined #ruby
hxegon has joined #ruby
brunto has joined #ruby
loechel has quit [Ping timeout: 264 seconds]
roshanavand has quit [Ping timeout: 240 seconds]
diegoaguilar has quit [Remote host closed the connection]
ruurd has joined #ruby
elton has quit [Ping timeout: 246 seconds]
ruurd is now known as Guest3518
DoubleMalt has joined #ruby
atomica__ has quit [Ping timeout: 255 seconds]
Guest36263 has joined #ruby
tildes has joined #ruby
Peg-leg has quit [Quit: Leaving.]
troulouliou_div2 has quit [Quit: Leaving]
RobertBirnie has quit [Ping timeout: 276 seconds]
dotix has joined #ruby
dotix has joined #ruby
platzhirsch has joined #ruby
Lorn has quit [Changing host]
Lorn has joined #ruby
RobertBirnie has joined #ruby
atomical has joined #ruby
aeontech has joined #ruby
Rollabunna has joined #ruby
alexherbo2 has joined #ruby
tomphp has joined #ruby
brunto has quit [Ping timeout: 260 seconds]
Macaveli has joined #ruby
karapetyan has quit [Remote host closed the connection]
karapetyan has joined #ruby
kp666 has quit [Read error: Connection timed out]
maloik has joined #ruby
Rollabunna has quit [Ping timeout: 240 seconds]
tomphp has quit [Client Quit]
atomical_ has joined #ruby
linuxboytoo has quit [Remote host closed the connection]
luca768 has left #ruby ["undefined"]
<diegoviola> what http libraries for ruby do you guys recommend
JazzyVariable227 has joined #ruby
<suchness> httparty
kp666 has joined #ruby
RobertBirnie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
tomphp has joined #ruby
<diegoviola> suchness: wasn't that the one that was least recommended or something?
<suchness> I don't know.
karapetyan has quit [Ping timeout: 240 seconds]
<varunwachaspati> are there any static methods/variables/ blocks in ruby?like in JAVA
<suchness> I have never had issues with it, you asked what I reccomend not the hivemind.
kjones_ has joined #ruby
<suchness> diegoviola: Why don't you find out for yourself.
subscope has joined #ruby
kjones_ has quit [Max SendQ exceeded]
gustav_ has joined #ruby
<diegoviola> no need to take offense
maloik has quit [Ping timeout: 244 seconds]
<suchness> I am not taking ay offense.
atomical has quit [Ping timeout: 255 seconds]
atomica__ has joined #ruby
kjones_ has joined #ruby
<diegoviola> I'm not belittling your suggestions or anything, I just heard that library was awful
<suchness> Just use whatever one whatever blog you read told you to use instead of httparty.
Jackneill has joined #ruby
kp666 has quit [Max SendQ exceeded]
atomical_ has quit [Ping timeout: 255 seconds]
kp666 has joined #ruby
darkf has quit [Quit: Leaving]
elton has joined #ruby
ellismarte has joined #ruby
<diegoviola> ty
<ellismarte> i’m trying to set up port forwarding. does anyone know if i should click default DMZ server or respond to ping on internet port?
<suchness> ellismarte: You might have better luck in #linux
suchness has left #ruby [#ruby]
suchness has joined #ruby
Anthony_ has joined #ruby
<ellismarte> suchness: good idea thanks
elton_ has joined #ruby
ellismarte has left #ruby [#ruby]
_blizzy_ has quit [Disconnected by services]
Anthony_ is now known as _blizzy_
nomadicoder_ has joined #ruby
gustav__ has joined #ruby
akhkharu has joined #ruby
zacts has joined #ruby
n0fx has quit [Remote host closed the connection]
jayne_ has joined #ruby
Guest4184_ has joined #ruby
shinnya has quit [Ping timeout: 240 seconds]
aeontech has quit [Ping timeout: 265 seconds]
starkruzr has quit [Quit: ZNC - 1.6.0 - http://znc.in]
irk_ has joined #ruby
aryaching has quit [Ping timeout: 264 seconds]
a1r8rake has quit [Quit: Leaving]
hxegon_ has joined #ruby
banister has quit [Read error: Connection reset by peer]
prestorium__ has joined #ruby
aryaching has joined #ruby
Drakevr has quit [Changing host]
Drakevr has joined #ruby
atomica__ has quit [Ping timeout: 255 seconds]
sankaber has joined #ruby
starkruzr has joined #ruby
troter_____ has joined #ruby
rigsby has joined #ruby
Pumukel has joined #ruby
sdothum has quit [Quit: ZNC - 1.6.0 - http://znc.in]
myztic has quit [Ping timeout: 250 seconds]
elton has quit [*.net *.split]
Jackneill has quit [*.net *.split]
tuor has quit [*.net *.split]
TTilus has quit [*.net *.split]
m4rCsi_ has quit [*.net *.split]
driftig has quit [*.net *.split]
sapslaj has quit [*.net *.split]
bier_ has quit [*.net *.split]
Kuukunen has quit [*.net *.split]
JazzyVariable227 has quit [Remote host closed the connection]
gustav_ has quit [*.net *.split]
Macaveli has quit [*.net *.split]
hxegon has quit [*.net *.split]
prestorium_ has quit [*.net *.split]
yeticry has quit [*.net *.split]
pestle has quit [*.net *.split]
bodie_ has quit [*.net *.split]
csmb has quit [*.net *.split]
jayne has quit [*.net *.split]
nomadicoder has quit [*.net *.split]
jatb has quit [*.net *.split]
bhorn1 has quit [*.net *.split]
sshuff|gone has quit [*.net *.split]
irk has quit [*.net *.split]
hays has quit [*.net *.split]
Guest4184 has quit [*.net *.split]
brainslug has quit [*.net *.split]
troter____ has quit [*.net *.split]
sdothum has joined #ruby
JazzyVariable227 has joined #ruby
yeticry_ has joined #ruby
bersimoe_ has joined #ruby
nomadicoder_ is now known as nomadicoder
bersimoes has quit [Read error: Connection reset by peer]
codecop has joined #ruby
csmb has joined #ruby
starkruzr has quit [Client Quit]
DurstBurger has quit [Ping timeout: 240 seconds]
brunto has joined #ruby
kadoppe has quit [Ping timeout: 240 seconds]
arup_r has quit []
Gnut has joined #ruby
_blizzy_ has quit [Quit: Leaving]
atomical has joined #ruby
terminal_ has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
kadoppe has joined #ruby
Jackneill has joined #ruby
drbernardi has joined #ruby
Xeago has joined #ruby
User458764 has joined #ruby
akem has quit [Quit: Bye]
akem has joined #ruby
The_Phoenix has quit [Read error: Connection reset by peer]
Contigi777 has quit [Read error: Connection reset by peer]
zast has joined #ruby
freerobby1 has joined #ruby
pietr0_ has joined #ruby
BSab has joined #ruby
elton has joined #ruby
howdoi has joined #ruby
ItSANgo_ has joined #ruby
bMalum has quit [Ping timeout: 265 seconds]
freerobby has quit [Ping timeout: 265 seconds]
CloCkWeRX has quit [Ping timeout: 265 seconds]
gustav_ has joined #ruby
linuxboytoo has joined #ruby
bMalum has joined #ruby
JazzyVariable227 has quit [Remote host closed the connection]
akhkharu has quit [Ping timeout: 265 seconds]
tomdp_ has quit [Ping timeout: 265 seconds]
entropie has quit [Ping timeout: 265 seconds]
tomdp has joined #ruby
akosednar has quit [Ping timeout: 265 seconds]
tomdp has quit [*.net *.split]
elton has quit [*.net *.split]
Xeago has quit [*.net *.split]
kadoppe has quit [*.net *.split]
brunto has quit [*.net *.split]
prestorium__ has quit [*.net *.split]
tildes has quit [*.net *.split]
mrtomme has quit [*.net *.split]
nolic has quit [*.net *.split]
diegoviola has quit [*.net *.split]
unreal has quit [*.net *.split]
Apocalypse has quit [*.net *.split]
Gadgetoid has quit [*.net *.split]
ekleog has quit [*.net *.split]
InvGhostt has quit [*.net *.split]
sandstrom has quit [*.net *.split]
zacts has quit [*.net *.split]
pawnbox has quit [*.net *.split]
LiquidInsect has quit [*.net *.split]
dlitvak has quit [*.net *.split]
ebbflowgo has quit [*.net *.split]
AlexRussia has quit [*.net *.split]
aibot has quit [*.net *.split]
pleiosaur has quit [*.net *.split]
digneety has quit [*.net *.split]
rfi has quit [*.net *.split]
coffeejunk has quit [*.net *.split]
nirix has quit [*.net *.split]
M-mistake has quit [*.net *.split]
linc01n has quit [*.net *.split]
shortdudey123 has quit [*.net *.split]
Mr_Pancake has quit [*.net *.split]
chridal has quit [*.net *.split]
bruce_lee has quit [*.net *.split]
peteyg_ has quit [*.net *.split]
kallisti5 has quit [*.net *.split]
jonathanwallace has quit [*.net *.split]
lianj has quit [*.net *.split]
Eising has quit [*.net *.split]
Guest43031 has quit [*.net *.split]
Couch has quit [*.net *.split]
conrfrmn has quit [*.net *.split]
tethra has quit [*.net *.split]
skakri` has quit [*.net *.split]
boshhead has quit [*.net *.split]
ekem has quit [*.net *.split]
phreakocious_ has quit [*.net *.split]
rdema has quit [*.net *.split]
\13k_ has quit [*.net *.split]
troyreadyy has quit [*.net *.split]
DefV has quit [*.net *.split]
brixen has quit [*.net *.split]
avelldiroll has quit [*.net *.split]
aspiers has quit [*.net *.split]
bcavileer has quit [*.net *.split]
mozzarella has quit [*.net *.split]
leat has quit [*.net *.split]
Silex has quit [*.net *.split]
yasu_ has quit [*.net *.split]
humd1ng3r has quit [*.net *.split]
Engin has quit [*.net *.split]
bakedb has quit [*.net *.split]
gregf_ has quit [*.net *.split]
Sp4rKy has quit [*.net *.split]
redlegion has quit [*.net *.split]
blueOxigen has quit [*.net *.split]
d0nn1e has quit [*.net *.split]
passcod has quit [*.net *.split]
redondos_ has quit [*.net *.split]
SilentEcho has quit [*.net *.split]
Antiarc has quit [*.net *.split]
axisys has quit [*.net *.split]
sumark_ has quit [*.net *.split]
sunya7a__ has quit [*.net *.split]
janelleb has quit [*.net *.split]
sulky_ has quit [*.net *.split]
headius_ has quit [*.net *.split]
z1haze2 has quit [*.net *.split]
based_pdev has quit [*.net *.split]
dmcp_ has quit [*.net *.split]
nateberkopec has quit [*.net *.split]
Schmidt has quit [*.net *.split]
brendan- has quit [*.net *.split]
marahin has quit [*.net *.split]
matp has quit [*.net *.split]
hypnosb has quit [*.net *.split]
majjoha has quit [*.net *.split]
cliffstah has quit [*.net *.split]
wlanboy has quit [*.net *.split]
L1nuX has quit [*.net *.split]
ZYPP has quit [*.net *.split]
AustinMatherne has quit [*.net *.split]
oddalot has quit [*.net *.split]
matti has quit [*.net *.split]
_ko10 has quit [*.net *.split]
diprotic has quit [*.net *.split]
kramsee_ has quit [*.net *.split]
jsaak_ has quit [*.net *.split]
valeri_ufo has quit [*.net *.split]
bihi has quit [*.net *.split]
uxp_ has quit [*.net *.split]
go|dfish has quit [*.net *.split]
deg_ has quit [*.net *.split]
sonOfRa has quit [*.net *.split]
claw_ has quit [*.net *.split]
Muz has quit [*.net *.split]
fumk has quit [*.net *.split]
df has quit [*.net *.split]
awk has quit [*.net *.split]
PaulePanter has quit [*.net *.split]
mprelude has quit [*.net *.split]
KillerFox has quit [*.net *.split]
Cork has quit [*.net *.split]
Takumo has quit [*.net *.split]
bakingbread has quit [*.net *.split]
crowell has quit [*.net *.split]
j0bk has quit [*.net *.split]
tw1sted has quit [*.net *.split]
utkarsh has quit [*.net *.split]
haasn has quit [*.net *.split]
ss_ss has quit [*.net *.split]
james1 has quit [*.net *.split]
wwalker has quit [*.net *.split]
pragmatism has quit [*.net *.split]
erichmenge has quit [*.net *.split]
okdas has quit [*.net *.split]
Steve_Jobs has quit [*.net *.split]
sphex has quit [*.net *.split]
veloutin has quit [*.net *.split]
klaas has quit [*.net *.split]
marienz has quit [*.net *.split]
tokik has quit [*.net *.split]
pocketprotector has quit [*.net *.split]
julieeharshaw has quit [*.net *.split]
darix has quit [*.net *.split]
gamache has quit [*.net *.split]
forgot has quit [*.net *.split]
xMopxShell has quit [*.net *.split]
dfoolz has quit [*.net *.split]
eam has quit [*.net *.split]
sindork has quit [*.net *.split]
ericwood has quit [*.net *.split]
Junaos has quit [*.net *.split]
ec\ has quit [*.net *.split]
russt has quit [*.net *.split]
ajb has quit [*.net *.split]
sarlalian has quit [*.net *.split]
marens has quit [*.net *.split]
patteh_ has quit [*.net *.split]
maxmanders has quit [*.net *.split]
FastJack has quit [*.net *.split]
ltd_ has quit [*.net *.split]
gf3 has quit [*.net *.split]
Ariadeno has quit [*.net *.split]
dualbus has quit [*.net *.split]
mmasaki has quit [*.net *.split]
perry has quit [*.net *.split]
_mh_ has quit [*.net *.split]
TheBrayn has quit [*.net *.split]
mame2 has quit [*.net *.split]
Caius has quit [*.net *.split]
abra0 has quit [*.net *.split]
thomasfedb has quit [*.net *.split]
Bilge has quit [*.net *.split]
trajing has quit [*.net *.split]
Phage has quit [*.net *.split]
atom3 has quit [*.net *.split]
bMalum has quit [*.net *.split]
BSab has quit [*.net *.split]
zast has quit [*.net *.split]
Gnut has quit [*.net *.split]
sdothum has quit [*.net *.split]
kp666 has quit [*.net *.split]
tomphp has quit [*.net *.split]
Guest3518 has quit [*.net *.split]
bensarz has quit [*.net *.split]
casadei has quit [*.net *.split]
davedev24 has quit [*.net *.split]
snapcase has quit [*.net *.split]
ytti has quit [*.net *.split]
atomical has quit [*.net *.split]
csmb has quit [*.net *.split]
irk_ has quit [*.net *.split]
jayne_ has quit [*.net *.split]
spectra has quit [*.net *.split]
ghormoon has quit [*.net *.split]
Kamilion has quit [*.net *.split]
Kruppe has quit [*.net *.split]
Coraline has quit [*.net *.split]
w5isp has quit [*.net *.split]
Brando753 has quit [*.net *.split]
marsjaninzmarsa has quit [*.net *.split]
gremax has quit [*.net *.split]
dellavg has quit [*.net *.split]
crayfishx has quit [*.net *.split]
programmerq has quit [*.net *.split]
vayan has quit [*.net *.split]
GarethAdams has quit [*.net *.split]
ElderFain has quit [*.net *.split]
bodgix has quit [*.net *.split]
heyimwill has quit [*.net *.split]
krasnus has quit [*.net *.split]
gizmore has quit [*.net *.split]
zapata has quit [*.net *.split]
G has quit [*.net *.split]
sepp2k has quit [*.net *.split]
aredridel has quit [*.net *.split]
closer has quit [*.net *.split]
cibs has quit [*.net *.split]
eshy has quit [*.net *.split]
voxxit has quit [*.net *.split]
timmow has quit [*.net *.split]
fulgore_ has quit [*.net *.split]
nfsnobody has quit [*.net *.split]
platzhirsch has quit [*.net *.split]
Guest69319 has quit [*.net *.split]
howdoicomputer has quit [*.net *.split]
existensil_ has quit [*.net *.split]
dzejrou has quit [*.net *.split]
radgeRayden has quit [*.net *.split]
s00pcan has quit [*.net *.split]
kobain has quit [*.net *.split]
Xiti has quit [*.net *.split]
rodfersou has quit [*.net *.split]
sekrit has quit [*.net *.split]
oddmunds has quit [*.net *.split]
JoshL has quit [*.net *.split]
Luming has quit [*.net *.split]
Jello_Raptor has quit [*.net *.split]
CrazyEddy has quit [*.net *.split]
rejerson69_ has quit [*.net *.split]
bigkevmcd has quit [*.net *.split]
ghr has quit [*.net *.split]
waka has quit [*.net *.split]
isene has quit [*.net *.split]
Evan_ has quit [*.net *.split]
greister has quit [*.net *.split]
cyb3rspy has quit [*.net *.split]
FifthWall has quit [*.net *.split]
gagrio has quit [*.net *.split]
inoperable has quit [*.net *.split]
an0ma1y has quit [*.net *.split]
pepperbreath has quit [*.net *.split]
CustosLimen has quit [*.net *.split]
bmn_ has quit [*.net *.split]
skullcrasher_ has quit [*.net *.split]
retornam has quit [*.net *.split]
bafbomb_ has quit [*.net *.split]
nomadic_ has quit [*.net *.split]
reaVer_ has quit [*.net *.split]
nwhirschfeld_ has quit [*.net *.split]
pwned has quit [*.net *.split]
hagebake has quit [*.net *.split]
Axy has quit [*.net *.split]
raenk has quit [*.net *.split]
Sebastia1Thorn has quit [*.net *.split]
deavidsedice has quit [*.net *.split]
ereslibre_laptop has quit [*.net *.split]
Sigma00 has quit [*.net *.split]
e7d_ has quit [*.net *.split]
hakunin_ has quit [*.net *.split]
moei has quit [*.net *.split]
Tempesta has quit [*.net *.split]
BlackCoyote has quit [*.net *.split]
suchness has quit [*.net *.split]
Vivekananda has quit [*.net *.split]
three18ti has quit [*.net *.split]
chouhoulis has quit [*.net *.split]
mattarse has quit [*.net *.split]
lguardiola has quit [*.net *.split]
user083 has quit [*.net *.split]
boxofrox has quit [*.net *.split]
zenguy_pc has quit [*.net *.split]
sjums has quit [*.net *.split]
cajone has quit [*.net *.split]
gypsydave5 has quit [*.net *.split]
Affix has quit [*.net *.split]
varesa_ has quit [*.net *.split]
v0n has quit [*.net *.split]
Meeh_ has quit [*.net *.split]
TheRealPygo has quit [*.net *.split]
saltsa has quit [*.net *.split]
olblak has quit [*.net *.split]
unsymbol has quit [*.net *.split]
Ankhers has quit [*.net *.split]
ByronJohnson has quit [*.net *.split]
j416 has quit [*.net *.split]
Zarthus has quit [*.net *.split]
Prira has quit [*.net *.split]
tubbo has quit [*.net *.split]
miah has quit [*.net *.split]
hfp_work has quit [*.net *.split]
monsieurp has quit [*.net *.split]
arcanez has quit [*.net *.split]
queequeg1 has quit [*.net *.split]
Rutix has quit [*.net *.split]
crankharder has quit [*.net *.split]
niko has quit [*.net *.split]
nug has quit [*.net *.split]
aep has quit [*.net *.split]
levifig has quit [*.net *.split]
javawizard has quit [*.net *.split]
scpike_ has quit [*.net *.split]
setient has quit [*.net *.split]
ahuman has quit [*.net *.split]
nickjj has quit [*.net *.split]
j2k_ has quit [*.net *.split]
galeido has quit [*.net *.split]
bluntman has quit [*.net *.split]
Raboo has quit [*.net *.split]
mighty_gorilla has quit [*.net *.split]
parus has quit [*.net *.split]
ejnahc_ has quit [*.net *.split]
nibbo has quit [*.net *.split]
Guest34193 has quit [*.net *.split]
sevin has quit [*.net *.split]
howdoi has quit [*.net *.split]
freerobby1 has quit [*.net *.split]
User458764 has quit [*.net *.split]
troter_____ has quit [*.net *.split]
Guest4184_ has quit [*.net *.split]
nomadicoder has quit [*.net *.split]
Coldblackice has quit [*.net *.split]
linduxed has quit [*.net *.split]
drbrain has quit [*.net *.split]
MissionCritical has quit [*.net *.split]
Morrolan_ has quit [*.net *.split]
symm-_ has quit [*.net *.split]
zrl has quit [*.net *.split]
mmitchell has quit [*.net *.split]
woven has quit [*.net *.split]
poguez_ has quit [*.net *.split]
asmodlol has quit [*.net *.split]
dorei has quit [*.net *.split]
beast has quit [*.net *.split]
lipoqil has quit [*.net *.split]
Aww has quit [*.net *.split]
cookiez has quit [*.net *.split]
null__ has quit [*.net *.split]
zeljkof has quit [*.net *.split]
Didac has quit [*.net *.split]
bf4 has quit [*.net *.split]
tpendragon has quit [*.net *.split]
skarn has quit [*.net *.split]
unclouded has quit [*.net *.split]
bove has quit [*.net *.split]
jmhmccr has quit [*.net *.split]
ss_much has quit [*.net *.split]
danzilio has quit [*.net *.split]
BackEndCoder has quit [*.net *.split]
apipkin has quit [*.net *.split]
Weethus has quit [*.net *.split]
SegFaultAX has quit [*.net *.split]
Sthebig has quit [*.net *.split]
tobiasvl has quit [*.net *.split]
kellabyte has quit [*.net *.split]
kalz has quit [*.net *.split]
PlasmaStar has quit [*.net *.split]
pfg has quit [*.net *.split]
nyandoge has quit [*.net *.split]
avdi has quit [*.net *.split]
ndancer has quit [*.net *.split]
Guest10223 has quit [*.net *.split]
frem has quit [*.net *.split]
hahuang61 has quit [*.net *.split]
noodle has quit [*.net *.split]
golgaroth has quit [*.net *.split]
yosafbridge has quit [*.net *.split]
charles81 has quit [*.net *.split]
rideh has quit [*.net *.split]
jokester has quit [*.net *.split]
LoganG has quit [*.net *.split]
jevs has quit [*.net *.split]
countryHick has quit [*.net *.split]
jord has quit [*.net *.split]
lacrosse has quit [*.net *.split]
alxndr has quit [*.net *.split]
cstrahan has quit [*.net *.split]
manveru has quit [*.net *.split]
boxrick1 has quit [*.net *.split]
adaedra has quit [*.net *.split]
HashNuke has quit [*.net *.split]
ggherdov has quit [*.net *.split]
Olipro has quit [*.net *.split]
ELCALOR has quit [*.net *.split]
MiracleBlue has quit [*.net *.split]
skmp has quit [*.net *.split]
deimos has quit [*.net *.split]
frankS2 has quit [*.net *.split]
jlyndon has quit [*.net *.split]
jhass has quit [*.net *.split]
hellschreiber_ has quit [*.net *.split]
djbender has quit [*.net *.split]
jokke has quit [*.net *.split]
Liam` has quit [*.net *.split]
im0b has quit [*.net *.split]
dukedave has quit [*.net *.split]
PhilK has quit [*.net *.split]
Shidash has quit [*.net *.split]
Fluent_ has quit [*.net *.split]
cardoni has quit [*.net *.split]
zzak has quit [*.net *.split]
frode15243 has quit [*.net *.split]
tejasmanohar has quit [*.net *.split]
Heero has quit [*.net *.split]
chinmay_dd has quit [*.net *.split]
AdamMeghji has quit [*.net *.split]
chris2 has quit [*.net *.split]
Trieste has quit [*.net *.split]
cjk101010 has quit [*.net *.split]
Nanuq has quit [*.net *.split]
groundnuty has quit [*.net *.split]
tonini has quit [*.net *.split]
daxroc has quit [*.net *.split]
BLuEGoD has quit [*.net *.split]
justinweiss_ has quit [*.net *.split]
s1kx has quit [*.net *.split]
Guest85414______ has quit [*.net *.split]
nrk has quit [*.net *.split]
iamdevnul has quit [*.net *.split]
Veejay has quit [*.net *.split]
wedgwood has quit [*.net *.split]
genpaku has quit [*.net *.split]
LBRapid has quit [*.net *.split]
gix- has quit [*.net *.split]
ZeeNoodley has quit [*.net *.split]
Karpuragauram has quit [*.net *.split]
teotwaki has quit [*.net *.split]
Uptime has quit [*.net *.split]
rflot has quit [*.net *.split]
imajes has quit [*.net *.split]
pwnd_nsfw has quit [*.net *.split]
Guest3889 has quit [*.net *.split]
infernix has quit [*.net *.split]
Davey has quit [*.net *.split]
bjmllr has quit [*.net *.split]
frog0909 has quit [*.net *.split]
jud^ has quit [*.net *.split]
flori has quit [*.net *.split]
xsdg has quit [*.net *.split]
konr has quit [*.net *.split]
DanKnox[away] has quit [*.net *.split]
VladGh has quit [*.net *.split]
nizmow has quit [*.net *.split]
nchambers has quit [*.net *.split]
jimeh_ has quit [*.net *.split]
yokel has quit [*.net *.split]
tris has quit [*.net *.split]
martinbjeldbak has quit [*.net *.split]
canton7 has quit [*.net *.split]
moloch has quit [*.net *.split]
freeze has quit [*.net *.split]
yonatankoren has quit [*.net *.split]
suffice_ has quit [*.net *.split]
epochwolf has quit [*.net *.split]
jaxxstorm has quit [*.net *.split]
iooner- has quit [*.net *.split]
TDJACR has quit [*.net *.split]
nej has quit [*.net *.split]
lokulin has quit [*.net *.split]
MyMind has quit [*.net *.split]
Miron has quit [*.net *.split]
matled has quit [*.net *.split]
Nightmare has quit [*.net *.split]
nullwarp has quit [*.net *.split]
jsrn has quit [*.net *.split]
sgrdrnk has quit [*.net *.split]
oz has quit [*.net *.split]
Billias has quit [*.net *.split]
pizzaops has quit [*.net *.split]
CabbageMan69 has quit [*.net *.split]
universa1 has quit [*.net *.split]
ruisantos has quit [*.net *.split]
bhaak has quit [*.net *.split]
lnx has quit [*.net *.split]
Seich_ has quit [*.net *.split]
IceDragon has quit [*.net *.split]
Y_Ichiro has quit [*.net *.split]
freedrull has quit [*.net *.split]
rethi has quit [*.net *.split]
Ikzi has quit [*.net *.split]
ricer2_BtoH has quit [*.net *.split]
joevandyk has quit [*.net *.split]
sross_work|3 has quit [*.net *.split]
aps_ has quit [*.net *.split]
tcrypt has quit [*.net *.split]
crdpink2 has quit [*.net *.split]
mostlybadfly has quit [*.net *.split]
skweek has quit [*.net *.split]
bascht has quit [*.net *.split]
thesheff17 has quit [*.net *.split]
uber has quit [*.net *.split]
djstorm has quit [*.net *.split]
kstuart has quit [*.net *.split]
cyberfawkes has quit [*.net *.split]
Bugboy1028 has quit [*.net *.split]
greenbigfrog has quit [*.net *.split]
DarthGandalf has quit [*.net *.split]
znz_jp has quit [*.net *.split]
renderfu_ has quit [*.net *.split]
DarkBushido has quit [*.net *.split]
jordanm has quit [*.net *.split]
bougyman has quit [*.net *.split]
hanmac has quit [*.net *.split]
bnizzle has quit [*.net *.split]
kalzz has quit [*.net *.split]
tekacs has quit [*.net *.split]
techietrash has quit [*.net *.split]
x0f has quit [*.net *.split]
moss has quit [*.net *.split]
hinbody has quit [*.net *.split]
blackjid has quit [*.net *.split]
cschneid has quit [*.net *.split]
n1ftyn8_ has quit [*.net *.split]
joaomdmoura_ has quit [*.net *.split]
TheMoonMaster has quit [*.net *.split]
samuelkadolph has quit [*.net *.split]
tekk has quit [*.net *.split]
funnel has quit [*.net *.split]
cbetta has quit [*.net *.split]
segmond has quit [*.net *.split]
err_ok has quit [*.net *.split]
Nilium has quit [*.net *.split]
Karunamon has quit [*.net *.split]
hostess has quit [*.net *.split]
twe4ked has quit [*.net *.split]
null2 has quit [*.net *.split]
mistym has quit [*.net *.split]
twistedpixels has quit [*.net *.split]
EvilJStoker has quit [*.net *.split]
colstrom has quit [*.net *.split]
angiebadillo has quit [*.net *.split]
janno_ has quit [*.net *.split]
catbusters has quit [*.net *.split]
eggoez has quit [*.net *.split]
duoi has quit [*.net *.split]
CpuID has quit [*.net *.split]
JStoker has quit [*.net *.split]
pietr0_ has quit [*.net *.split]
akem has quit [*.net *.split]
alexherbo2 has quit [*.net *.split]
Guest36263 has quit [*.net *.split]
DoubleMalt has quit [*.net *.split]
blackmesa has quit [*.net *.split]
fedexo has quit [*.net *.split]
_5moufl has quit [*.net *.split]
demophoon has quit [*.net *.split]
sfr^ has quit [*.net *.split]
Freeaqingme has quit [*.net *.split]
Ray` has quit [*.net *.split]
ironcamel has quit [*.net *.split]
bestie has quit [*.net *.split]
rfv has quit [*.net *.split]
musicmatze has quit [*.net *.split]
sparr has quit [*.net *.split]
danoo_ has quit [*.net *.split]
drbernardi has quit [*.net *.split]
yeticry_ has quit [*.net *.split]
rigsby has quit [*.net *.split]
aryaching has quit [*.net *.split]
hxegon_ has quit [*.net *.split]
subscope has quit [*.net *.split]
dotix has quit [*.net *.split]
pabs has quit [*.net *.split]
dionysus69 has quit [*.net *.split]
benlakey has quit [*.net *.split]
nfk has quit [*.net *.split]
musl has quit [*.net *.split]
yeshacker has quit [*.net *.split]
thejoecarroll has quit [*.net *.split]
bubbys has quit [*.net *.split]
quater-nyan has quit [*.net *.split]
NeverDie has quit [*.net *.split]
seaned has quit [*.net *.split]
solenoids has quit [*.net *.split]
Yiota has quit [*.net *.split]
Vitor has quit [*.net *.split]
inukshuk has quit [*.net *.split]
rclements has quit [*.net *.split]
fold3 has quit [*.net *.split]
xet7 has quit [*.net *.split]
M-Kodo has quit [*.net *.split]
segy has quit [*.net *.split]
vbatts|work has quit [*.net *.split]
izzol has quit [*.net *.split]
Gnubie_ has quit [*.net *.split]
kriskropd has quit [*.net *.split]
rdark has quit [*.net *.split]
guardian has quit [*.net *.split]
trautwein has quit [*.net *.split]
sunya7a_ has quit [*.net *.split]
evandrojr has quit [*.net *.split]
rvchangue has quit [*.net *.split]
adam_ has quit [*.net *.split]
Freijo has quit [*.net *.split]
Jamo_ has quit [*.net *.split]
braderhart has quit [*.net *.split]
helpa has quit [*.net *.split]
Encapsulation has quit [*.net *.split]
peitera has quit [*.net *.split]
mhenrixon has quit [*.net *.split]
sonne has quit [*.net *.split]
fumduq- has quit [*.net *.split]
Guest28511 has quit [*.net *.split]
mduca_ has quit [*.net *.split]
alvaro_o has quit [*.net *.split]
tubulife- has quit [*.net *.split]
beagles has quit [*.net *.split]
c0ncealed has quit [*.net *.split]
Zackio has quit [*.net *.split]
Cantaberry has quit [*.net *.split]
tercenya has quit [*.net *.split]
Keltia has quit [*.net *.split]
sivoais has quit [*.net *.split]
madhatter has quit [*.net *.split]
iamvery has quit [*.net *.split]
theRoUS has quit [*.net *.split]
diesel has quit [*.net *.split]
edwardly has quit [*.net *.split]
M-Technic has quit [*.net *.split]
RandyT_ has quit [*.net *.split]
Fire-Dragon-DoL has quit [*.net *.split]
connor_goodwolf has quit [*.net *.split]
kiki_lamb has quit [*.net *.split]
bubuntu_ has quit [*.net *.split]
OmegaA_ has quit [*.net *.split]
ccooke has quit [*.net *.split]
djanatyn has quit [*.net *.split]
greedo has quit [*.net *.split]
droptone has quit [*.net *.split]
code_ has quit [*.net *.split]
astrobunny has quit [*.net *.split]
duracrisis has quit [*.net *.split]
low-profile has quit [*.net *.split]
jidar has quit [*.net *.split]
exceion_ has quit [*.net *.split]
sjohnsen has quit [*.net *.split]
Laaw has quit [*.net *.split]
Scient has quit [*.net *.split]
iDavid has quit [*.net *.split]
davidcelis has quit [*.net *.split]
peterhu has quit [*.net *.split]
danneu has quit [*.net *.split]
xybre has quit [*.net *.split]
sung has quit [*.net *.split]
bahar has quit [*.net *.split]
apeiros has quit [*.net *.split]
slash_nick has quit [*.net *.split]
amitchellbullard has quit [*.net *.split]
qpls_ has quit [*.net *.split]
mahlon has quit [*.net *.split]
omegahm has quit [*.net *.split]
DylanJ has quit [*.net *.split]
z4ph0d has quit [*.net *.split]
mblagden_ has quit [*.net *.split]
ex0ns has quit [*.net *.split]
shawnacscott has quit [*.net *.split]
sami has quit [*.net *.split]
nitrix has quit [*.net *.split]
secret has quit [*.net *.split]
moredhel has quit [*.net *.split]
lucas has quit [*.net *.split]
Biohazard has quit [*.net *.split]
KrzaQ has quit [*.net *.split]
ceej has quit [*.net *.split]
clamstar has quit [*.net *.split]
joast has quit [*.net *.split]
iamayam has quit [*.net *.split]
BaNzounet has quit [*.net *.split]
cats has quit [*.net *.split]
iszak has quit [*.net *.split]
SirFunk has quit [*.net *.split]
sethetter has quit [*.net *.split]
blowmage has quit [*.net *.split]
thomas has quit [*.net *.split]
jtdowney has quit [*.net *.split]
kloeri has quit [*.net *.split]
capin has quit [*.net *.split]
Pumukel has quit [*.net *.split]
gustav__ has quit [*.net *.split]
elton_ has quit [*.net *.split]
solars has quit [*.net *.split]
djellemah_ has quit [*.net *.split]
pietr0 has quit [*.net *.split]
ItSANg___ has quit [*.net *.split]
Renich has quit [*.net *.split]
cornerman has quit [*.net *.split]
BrunoSaboia has quit [*.net *.split]
scripore has quit [*.net *.split]
Mon_Ouie has quit [*.net *.split]
moeabdol has quit [*.net *.split]
johnny56 has quit [*.net *.split]
Kharma has quit [*.net *.split]
Meliodas has quit [*.net *.split]
amoeba has quit [*.net *.split]
scottstamp has quit [*.net *.split]
BraddPitt has quit [*.net *.split]
gustav_ has quit [*.net *.split]
linuxboytoo has quit [*.net *.split]
codecop has quit [*.net *.split]
bersimoe_ has quit [*.net *.split]
sankaber has quit [*.net *.split]
kjones_ has quit [*.net *.split]
marr has quit [*.net *.split]
r34d3r has quit [*.net *.split]
lsmola has quit [*.net *.split]
cpup has quit [*.net *.split]
mclee has quit [*.net *.split]
prakriti has quit [*.net *.split]
shtirlic_ has quit [*.net *.split]
AlphaAtom has quit [*.net *.split]
BTRE has quit [*.net *.split]
pandaant has quit [*.net *.split]
Jardayn has quit [*.net *.split]
maikowblue has quit [*.net *.split]
icey has quit [*.net *.split]
brt has quit [*.net *.split]
ldnunes_ has quit [*.net *.split]
kent\n has quit [*.net *.split]
dwithers2 has quit [*.net *.split]
YaknotiS has quit [*.net *.split]
hplar has quit [*.net *.split]
M-prosodyContext has quit [*.net *.split]
bnagy has quit [*.net *.split]
Paradox has quit [*.net *.split]
Spleeze has quit [*.net *.split]
Derailed has quit [*.net *.split]
SirCmpwn has quit [*.net *.split]
csaunders has quit [*.net *.split]
Puffball_ has quit [*.net *.split]
eregon has quit [*.net *.split]
toretore has quit [*.net *.split]
andersh has quit [*.net *.split]
chihhsin has quit [*.net *.split]
spastorino has quit [*.net *.split]
xnr has quit [*.net *.split]
RTG` has quit [*.net *.split]
kitallis has quit [*.net *.split]
Kabaka_ has quit [*.net *.split]
bytecrawler has quit [*.net *.split]
kiez0rd has quit [*.net *.split]
perrier_ has quit [*.net *.split]
duper has quit [*.net *.split]
hightower4 has quit [*.net *.split]
PaulCapestany has quit [*.net *.split]
kies^ has quit [*.net *.split]
constantinexvi has quit [*.net *.split]
Lildirt has quit [*.net *.split]
hyperdrive has quit [*.net *.split]
gnarf_ has quit [*.net *.split]
arthurnn_ has quit [*.net *.split]
bewie_ has quit [*.net *.split]
justinmcp_ has quit [*.net *.split]
RazorX- has quit [*.net *.split]
knight- has quit [*.net *.split]
ozzloy has quit [*.net *.split]
Sou|cuttr has quit [*.net *.split]
ajaiswal has quit [*.net *.split]
gigetoo has quit [*.net *.split]
Drakevr has quit [*.net *.split]
ljarvis_ has quit [*.net *.split]
hackeron_ has quit [*.net *.split]
gavit has quit [*.net *.split]
ciege has quit [*.net *.split]
xxneolithicxx has quit [*.net *.split]
jinie has quit [*.net *.split]
michael_mbp has quit [*.net *.split]
woodruffw has quit [*.net *.split]
stephenh has quit [*.net *.split]
bradland_ has quit [*.net *.split]
TheSpectre has quit [*.net *.split]
mg^^ has quit [*.net *.split]
[ace] has quit [*.net *.split]
badeball has quit [*.net *.split]
Luna_Moonfang has quit [*.net *.split]
mburns has quit [*.net *.split]
ghoti has quit [*.net *.split]
leslie has quit [*.net *.split]
Amnez777 has quit [*.net *.split]
AccordsLTN has quit [*.net *.split]
certainty has quit [*.net *.split]
aef has quit [*.net *.split]
KervyN has quit [*.net *.split]
thang has quit [*.net *.split]
patronus_ has quit [*.net *.split]
sysanthrope has quit [*.net *.split]
async_prince has quit [*.net *.split]
dannluciano has quit [*.net *.split]
papercode has quit [*.net *.split]
scroff has quit [*.net *.split]
nisstyre has quit [*.net *.split]
scottymeuk has quit [*.net *.split]
zenspider has quit [*.net *.split]
spacemud has quit [*.net *.split]
Radar has quit [*.net *.split]
Esya has quit [*.net *.split]
gsingh93 has quit [*.net *.split]
yxhuvud has quit [*.net *.split]
plonk_ has quit [*.net *.split]
rtl_ has quit [*.net *.split]
shaman42 has quit [*.net *.split]
sirecote has quit [*.net *.split]
duckson has quit [*.net *.split]
Koshian has quit [*.net *.split]
konopka has quit [*.net *.split]
Lilian has quit [*.net *.split]
shadeslayer has quit [*.net *.split]
Skelz0r_ has quit [*.net *.split]
rikai has quit [*.net *.split]
ujjain has quit [*.net *.split]
[dmp] has quit [*.net *.split]
pontiki has quit [*.net *.split]
kenichi has quit [*.net *.split]
diegok has quit [*.net *.split]
Log1x has quit [*.net *.split]
alexblom has quit [*.net *.split]
sluukkonen has quit [*.net *.split]
callumacrae has quit [*.net *.split]
elaptics has quit [*.net *.split]
yorickpeterse has quit [*.net *.split]
anekos has quit [*.net *.split]
Papierkorb has quit [*.net *.split]
ryotarai has quit [*.net *.split]
rmrrn has quit [*.net *.split]
jzigmund has quit [*.net *.split]
alol has quit [*.net *.split]
yeltzooo has quit [*.net *.split]
mosez has quit [*.net *.split]
adeponte has quit [*.net *.split]
ebertx has quit [*.net *.split]
joeyjones has quit [*.net *.split]
tomaw has quit [*.net *.split]
tabakhase has quit [*.net *.split]
mist has quit [*.net *.split]
ItSANgo_ has quit [*.net *.split]
Jackneill has quit [*.net *.split]
dimasg has quit [*.net *.split]
tsunamie has quit [*.net *.split]
ejimz has quit [*.net *.split]
vifino has quit [*.net *.split]
ajafo has quit [*.net *.split]
Mekkis has quit [*.net *.split]
GGMethos has quit [Max SendQ exceeded]
ELLIOTTCABLE has quit [Max SendQ exceeded]
ruurd has joined #ruby
ELLIOTTCABLE has joined #ruby
gsingh93 has joined #ruby
patronus has joined #ruby
arthurnn_ has joined #ruby
gavit has joined #ruby
mburns has joined #ruby
eam has joined #ruby
kent\n has joined #ruby
hackeron_ has joined #ruby
sandstro_ has joined #ruby
ljarvis_ has joined #ruby
kloeri has joined #ruby
heyimwill has joined #ruby
Lilian has joined #ruby
djanatyn has joined #ruby
TheSpectre has joined #ruby
avdi has joined #ruby
mistym has joined #ruby
jaxxstorm has joined #ruby
PhilK has joined #ruby
bnizzle has joined #ruby
ereslibre_laptop has joined #ruby
cbednarski has quit [Max SendQ exceeded]
th0m_ has quit [Max SendQ exceeded]
DoYouKnow has quit [Max SendQ exceeded]
vcoinminer has quit [Max SendQ exceeded]
Nahra has quit [Max SendQ exceeded]
cgfbee has quit [Max SendQ exceeded]
torpig has quit [Max SendQ exceeded]
akitada has quit [Max SendQ exceeded]
Vile` has quit [Max SendQ exceeded]
shinenelson has quit [Max SendQ exceeded]
prosody has quit [Max SendQ exceeded]
bttf has quit [Max SendQ exceeded]
akkad has quit [Max SendQ exceeded]
yo61 has quit [Max SendQ exceeded]
jmcc has quit [Max SendQ exceeded]
jxf has quit [Max SendQ exceeded]
machty has quit [Max SendQ exceeded]
bMalum_ has joined #ruby
Amnez777 has joined #ruby
L1nuX has joined #ruby
m3_del has joined #ruby
digneety has joined #ruby
mozzarella has joined #ruby
Nahra has joined #ruby
BrunoSaboia has joined #ruby
nisstyre has joined #ruby
\13k_ has joined #ruby
ebbflowgo has joined #ruby
crdpink2 has joined #ruby
torpig has joined #ruby
casadei_ has joined #ruby
Vile` has joined #ruby
th0m_ has joined #ruby
peteyg_ has joined #ruby
z1haze2 has joined #ruby
Xeago has joined #ruby
MissionCritical has joined #ruby
jxf has joined #ruby
jmcc has joined #ruby
sonOfRa has joined #ruby
boshhead has joined #ruby
davedev2_ has joined #ruby
zacts_ has joined #ruby
yes`r has joined #ruby
th0m_ has quit [Client Quit]
shum has joined #ruby
ironcame1 has joined #ruby
Ray`_ has joined #ruby
hagabaka has joined #ruby
kirun has joined #ruby
_ko10 has joined #ruby
tethra has joined #ruby
tethra has joined #ruby
jsaak_ has joined #ruby
Renich_ has joined #ruby
rfi_ has joined #ruby
Renich_ has joined #ruby
G_ has joined #ruby
ajb has joined #ruby
tokik has joined #ruby
mmasaki has joined #ruby
linuxboy_ has joined #ruby
aibot__ has joined #ruby
prosody has joined #ruby
dualbus has joined #ruby
sshuff|gone has joined #ruby
jatb has joined #ruby
bhorn1 has joined #ruby
okdas has joined #ruby
okdas has joined #ruby
sphex has joined #ruby
asas has joined #ruby
jatb has quit [Max SendQ exceeded]
eam is now known as 18WAA8Q4W
tuor has joined #ruby
TTilus has joined #ruby
driftig has joined #ruby
m4rCsi_ has joined #ruby
sapslaj has joined #ruby
bier_ has joined #ruby
Kuukunen has joined #ruby
Eising has joined #ruby
jatb has joined #ruby
Renich_ has quit [Client Quit]
Renich_ has joined #ruby
Nahra` has joined #ruby
RandyT_ has joined #ruby
sepp2k1 has joined #ruby
pestle has joined #ruby
gf3_ has joined #ruby
heyimwill has quit [Ping timeout: 240 seconds]
gf3_ has quit [Ping timeout: 240 seconds]
digneety has quit [Ping timeout: 240 seconds]
18WAA8Q4W has quit [Ping timeout: 240 seconds]
mozzarella has quit [Ping timeout: 240 seconds]
vcoinminer has joined #ruby
leat has joined #ruby
bakingbread has joined #ruby
aryaching has joined #ruby
zapata has joined #ruby
bcavileer_ has joined #ruby
diprotic has joined #ruby
bodie_ has joined #ruby
vcoinminer has joined #ruby
cbednarski has joined #ruby
vcoinminer has quit [Changing host]
diprotic has quit [Changing host]
diprotic has joined #ruby
bcavileer_ has quit [Changing host]
bcavileer_ has joined #ruby
cbednarski has quit [Changing host]
cbednarski has joined #ruby
5EXAALKHD has joined #ruby
eam has joined #ruby
moeabdol1 has joined #ruby
mame2 has joined #ruby
KillerFox has joined #ruby
_mh_ has joined #ruby
KillerFox has joined #ruby
KillerFox has quit [Ping timeout: 260 seconds]
bakingbread has quit [Changing host]
bakingbread has joined #ruby
phreakocious has joined #ruby
bruce_lee2 has joined #ruby
ruurd has quit [Quit: Textual IRC Client: www.textualapp.com]
haasn has joined #ruby
zapata is now known as Guest69735
d0nn1e has joined #ruby
bMalum_ is now known as bMalum
coffeejunk has joined #ruby
NeverDie has joined #ruby
kramsee has joined #ruby
segy has joined #ruby
mmitchel_ has joined #ruby
bttf has joined #ruby
AlexRussia has joined #ruby
SilentEcho has joined #ruby
crdpink2 has quit [Excess Flood]
FastJack has joined #ruby
Silex has joined #ruby
freerobby has joined #ruby
pocketprotector has joined #ruby
marahin has joined #ruby
cwong_on_irc has joined #ruby
djellemah_ has joined #ruby
Sp4rKy has joined #ruby
marahin is now known as Guest1503
symm-_ has joined #ruby
aryaching has quit [Ping timeout: 240 seconds]
Armand has joined #ruby
mprelude has joined #ruby
Armand is now known as Guest11882
mhenrixon has joined #ruby
LiquidInsect has joined #ruby
kadoppe has joined #ruby
mozzarella has joined #ruby
awk has joined #ruby
awk is now known as Guest79440
julie_harshaw has joined #ruby
sumark has joined #ruby
\13k has joined #ruby
ec\ has joined #ruby
Coldblackice has joined #ruby
Renich_ is now known as Renich
akem has joined #ruby
moufl has joined #ruby
shinenelson has joined #ruby
arup_r has joined #ruby
grill has joined #ruby
yasu_ has joined #ruby
tomaw- has joined #ruby
beast has joined #ruby
df has joined #ruby
redlegion has joined #ruby
yo61 has joined #ruby
mmitchel_ has quit [Ping timeout: 240 seconds]
Gadgetoid has joined #ruby
headius has joined #ruby
redondos has joined #ruby
diegoviola has joined #ruby
Morrolan has joined #ruby
sandstrom has joined #ruby
skakri has joined #ruby
digneety has joined #ruby
russt has joined #ruby
akkad has joined #ruby
moeabdol1 has quit [Ping timeout: 260 seconds]
eam has quit [Ping timeout: 260 seconds]
5EXAALK38 has joined #ruby
Freeaqingme has joined #ruby
forgot has joined #ruby
Junaos has joined #ruby
bruce_lee_kungFu has joined #ruby
janelleb has joined #ruby
janelleb has joined #ruby
bruce_lee2 has quit [Ping timeout: 260 seconds]
5EXAALK38 has quit [Excess Flood]
FastJack has quit [Ping timeout: 260 seconds]
Junaos has joined #ruby
mmitchell has joined #ruby
Silex has quit [Ping timeout: 260 seconds]
hypnosb has joined #ruby
chridal has joined #ruby
FastJack has joined #ruby
ekleog has joined #ruby
cgfbee has joined #ruby
diegoviola has quit [Changing host]
diegoviola has joined #ruby
nirix has joined #ruby
5EXAALLUN has joined #ruby
Tristan-Speccy has joined #ruby
Junaos has quit [Excess Flood]
crowell has joined #ruby
crowell has joined #ruby
Tristan-Speccy is now known as Guest11260
zacts_ is now known as zacts
linc01n has joined #ruby
dorei has joined #ruby
M-mistake has joined #ruby
User458764 has joined #ruby
bgresham has joined #ruby
nofxx has joined #ruby
nofxx has joined #ruby
maxmanders has joined #ruby
DefV has joined #ruby
scripore has joined #ruby
ta has joined #ruby
\13k_ has quit [*.net *.split]
Nahra has quit [*.net *.split]
Vile` has quit [*.net *.split]
m3_del has quit [*.net *.split]
patronus has quit [*.net *.split]
sandstro_ has quit [*.net *.split]
Guest11882 is now known as Apocalypse
jonathanwallace has joined #ruby
moufl is now known as _5moufl
Guest1503 is now known as marahin
akem is now known as dracula
marahin has quit [Changing host]
marahin has joined #ruby
asmodlol has joined #ruby
lenwood has joined #ruby
Vile` has joined #ruby
vikaton has joined #ruby
sindork has joined #ruby
asas is now known as Dimik
bruce_lee_kungFu has quit [Ping timeout: 260 seconds]
Freeaqingme has quit [Read error: Connection reset by peer]
ekem has joined #ruby
terminalrecluse has joined #ruby
PaulePanter has joined #ruby
ekleog has quit [Ping timeout: 260 seconds]
hypnosb has quit [Ping timeout: 260 seconds]
yqt has joined #ruby
vondruch has joined #ruby
SherSpock_ has joined #ruby
woven has joined #ruby
rfv has joined #ruby
matp has joined #ruby
solenoids has joined #ruby
bihi has joined #ruby
bMalum has quit [Quit: bMalum]
maletor has joined #ruby
zacstewart has joined #ruby
linduxed has joined #ruby
drbernardi has joined #ruby
pietr0 has joined #ruby
sandstrom has quit [Quit: My computer has gone to sleep.]
xMopxShell has joined #ruby
krasnus has joined #ruby
ohaibbq has joined #ruby
Freeaqingme has joined #ruby
mistermocha has joined #ruby
amoeba has joined #ruby
janelleb has quit [Ping timeout: 260 seconds]
5EXAALLUN has quit [Read error: Connection reset by peer]
bersimoes has joined #ruby
hypnosb has joined #ruby
brixen has joined #ruby
Muz has joined #ruby
5EXAALMFW has joined #ruby
maxmanders has quit [Ping timeout: 260 seconds]
5EXAALKHD has quit [Ping timeout: 260 seconds]
ekleog has joined #ruby
perry has joined #ruby
Muz has joined #ruby
perry has quit [Excess Flood]
forgot has quit [Ping timeout: 260 seconds]
Muz has quit [Changing host]
perry has joined #ruby
perry has quit [Changing host]
perry has joined #ruby
forgot has joined #ruby
blubjr has joined #ruby
sfr^ has joined #ruby
mmitchell is now known as 5EXAALLKZ
dmcp_ has joined #ruby
<blubjr> hi
zacstewart has quit [Ping timeout: 246 seconds]
klaas_ has joined #ruby
DoYouKnow has joined #ruby
patronus has joined #ruby
5EXAALMFW has quit [Ping timeout: 260 seconds]
brixen has quit [Ping timeout: 260 seconds]
monoprotic has joined #ruby
maxmanders has joined #ruby
janelleb has joined #ruby
troyreadyy has joined #ruby
BrunoSaboia has quit [Ping timeout: 246 seconds]
ta_ has joined #ruby
crowell_ has joined #ruby
akosednar has joined #ruby
Meliodas has joined #ruby
ohaibbq_ has joined #ruby
DefV_ has joined #ruby
abra0_ has joined #ruby
phreakocious_ has joined #ruby
pietr0_ has joined #ruby
yo61 has quit [Ping timeout: 240 seconds]
phreakocious has quit [Ping timeout: 240 seconds]
bakingbread has quit [Ping timeout: 240 seconds]
linc01n has quit [Ping timeout: 240 seconds]
d0nn1e has quit [Ping timeout: 240 seconds]
bttf has quit [Ping timeout: 240 seconds]
bcavileer_ has quit [Ping timeout: 240 seconds]
rfv has quit [Ping timeout: 240 seconds]
pocketprotector has quit [Ping timeout: 240 seconds]
sindork has quit [Ping timeout: 240 seconds]
ta has quit [Ping timeout: 240 seconds]
shinenelson has quit [Ping timeout: 240 seconds]
akkad has quit [Ping timeout: 240 seconds]
cbednarski has quit [Ping timeout: 240 seconds]
vcoinminer has quit [Ping timeout: 240 seconds]
ohaibbq has quit [Ping timeout: 240 seconds]
lenwood has quit [Ping timeout: 240 seconds]
haasn has quit [Ping timeout: 240 seconds]
krasnus has quit [Ping timeout: 240 seconds]
solenoids has quit [Ping timeout: 240 seconds]
nofxx has quit [Ping timeout: 240 seconds]
crowell has quit [Ping timeout: 240 seconds]
Gadgetoid has quit [Ping timeout: 240 seconds]
mprelude has quit [Ping timeout: 240 seconds]
leat has quit [Ping timeout: 240 seconds]
bgresham has quit [Ping timeout: 240 seconds]
kramsee has quit [Ping timeout: 240 seconds]
LiquidInsect has quit [Ping timeout: 240 seconds]
Guest69735 has quit [Ping timeout: 240 seconds]
Gadgetoid has joined #ruby
sunya7a has joined #ruby
sunya7a has joined #ruby
pietr0 has quit [Ping timeout: 240 seconds]
asmodlol has quit [Ping timeout: 240 seconds]
pietr0_ is now known as pietr0
diprotic has quit [Ping timeout: 240 seconds]
beast has quit [Quit: Leaving]
bihi has quit [Ping timeout: 264 seconds]
maletor has quit [Quit: Computer has gone to sleep.]
sindork_ has joined #ruby
icedp has joined #ruby
Meliodas has quit [Ping timeout: 265 seconds]
amoeba has quit [Ping timeout: 265 seconds]
lenwood has joined #ruby
solocshaw has joined #ruby
akosednar has quit [Ping timeout: 265 seconds]
solenoids has joined #ruby
nolic has joined #ruby
demophoon has joined #ruby
ohaibbq_ has quit [Ping timeout: 265 seconds]
nofxx has joined #ruby
nofxx has quit [Changing host]
nofxx has joined #ruby
linc01n has joined #ruby
CloCkWeRX has joined #ruby
RealMarc has joined #ruby
moeabdol1 has joined #ruby
avelldiroll has joined #ruby
akkad has joined #ruby
Phage- has joined #ruby
akitada has joined #ruby
hypnosb has quit [Ping timeout: 260 seconds]
DefV has quit [Ping timeout: 260 seconds]
eam has joined #ruby
hypnosb has joined #ruby
d0nn1e has joined #ruby
Junaos has joined #ruby
mprelude has joined #ruby
absolutejam has joined #ruby
elton has joined #ruby
Outlastsheep has joined #ruby
haasn has joined #ruby
radgeRayden_ has joined #ruby
Junaos has joined #ruby
Junaos has quit [Changing host]
Muz is now known as 5EXAALMET
Junaos is now known as 5EXAALNDJ
thomasfedb_ has joined #ruby
GGMethos has joined #ruby
TheBrayn has joined #ruby
asmodlol has joined #ruby
abra0_ is now known as abra0
<kiki_lamb> Anyone got a sed script (or otherwise) to stip a module statement and it'ss associated end tag from a file? Like, I've got a directory tree 'models\bubbles\' full of files containing 'module Models; module Bubbles', and I want to unwrap the whole thing to just 'models\' with the files just containint 'module Models;'
Bilge- has joined #ruby
kramsee has joined #ruby
solocshaw1 has joined #ruby
brixen has joined #ruby
Bilge- is now known as Bilge
solocshaw has quit [Ping timeout: 264 seconds]
solocshaw1 is now known as solocshaw
elton has quit [Ping timeout: 260 seconds]
FastJack has quit [Ping timeout: 260 seconds]
Aww has joined #ruby
<kiki_lamb> there are like 30+ files in the tree, so if I could do it en masse by calling a sed script from find that would save me a lot of manual stripping of module statements
ZYPP has joined #ruby
ur5us has joined #ruby
gregf has quit [Quit: WeeChat 1.3]
chridal has quit [Ping timeout: 260 seconds]
grill has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
shinenelson has joined #ruby
pocketprotector has joined #ruby
krajos has joined #ruby
ur5us has quit [Read error: Connection reset by peer]
blackmesa has joined #ruby
ur5us has joined #ruby
Outlastsheep has quit [Ping timeout: 260 seconds]
forgot has quit [Max SendQ exceeded]
pocketprotector has quit [Max SendQ exceeded]
hypnosb has quit [Max SendQ exceeded]
d0nn1e has quit [Ping timeout: 260 seconds]
bestie has joined #ruby
haasn is now known as 5EXAALNLQ
mprelude is now known as 5EXAALNCQ
gustav has joined #ruby
5EXAALNCQ has quit [Max SendQ exceeded]
ekleog has quit [Max SendQ exceeded]
klaas_ has quit [Max SendQ exceeded]
5EXAALNDJ has quit [Max SendQ exceeded]
ohaibbq has joined #ruby
<krajos> Hey Everyone, Happy Thanksgiving! I'm very new to Ruby and have a silly question: I'm trying to find out what the "-1" in the "return seen[-1*n]" part of the code actually does. Can someone please enlighten me? Here's the code: def two_sum(nums)
<krajos> seen = {}
<krajos> return seen[-1*n], i if seen.key?(-1*n)
<krajos> nums.each_with_index do |n, i|
<krajos> seen[n] = i
5EXAALMET has quit [Quit: Reconnecting]
<krajos> end
Muz has joined #ruby
<krajos> nil
<krajos> end
mrtomme has joined #ruby
juddey has joined #ruby
<krajos> I would be forever grateful
rfv has joined #ruby
yo61 has joined #ruby
scripore has quit [Quit: This computer has gone to sleep]
d0nn1e has joined #ruby
mprelude has joined #ruby
uxp has joined #ruby
nofxx has quit [Read error: Connection reset by peer]
ekleog has joined #ruby
chridal has joined #ruby
<yorickpeterse> -1 * n does that it does, multiplies -1 by n. A negative array index (e.g. seen[-5]) means it moves from the back, instead of the front
nofxx has joined #ruby
<yorickpeterse> >> [10, 20, 30][-1]
<yorickpeterse> ....where's that bot
FastJack has joined #ruby
<yorickpeterse> >> [10, 20, 30][-1]
klaas_ has joined #ruby
<yorickpeterse> meh
<krajos> Thanks a lot, yorickpeterse !
<yorickpeterse> [10, 20, 30][-1] # => 30
<yorickpeterse> [10, 20, 30][-2] # => 20
<yorickpeterse> etc
forgot has joined #ruby
<krajos> Thanks, I think I get it now.
<krajos> Have a nice Holiday
<krajos> assuming you're in the states
<krajos> if not, have a nice day and thank you.
marienz has joined #ruby
_blizzy_ has joined #ruby
Junaos has joined #ruby
danoo_ has joined #ruby
Silex has joined #ruby
bihi has joined #ruby
hypnosb has joined #ruby
alexherbo2 has joined #ruby
aspiers_ has joined #ruby
ruurd has joined #ruby
sandstrom has joined #ruby
ruurd is now known as Guest85133
platzhirsch has left #ruby [#ruby]
tildes has joined #ruby
pocketprotector has joined #ruby
drbrain has joined #ruby
musicmatze has joined #ruby
vcoinminer has joined #ruby
Dimik has quit [Ping timeout: 260 seconds]
Rollabunna has joined #ruby
scripore has joined #ruby
bcavileer_ has joined #ruby
dotix has joined #ruby
mistermocha has quit [Ping timeout: 240 seconds]
InvGhost has joined #ruby
cbednarski has joined #ruby
Rollabunna has quit [Ping timeout: 246 seconds]
krajos has quit [Quit: Leaving]
leat has joined #ruby
cwong_on_irc has quit [Quit: Leaving.]
LiquidInsect has joined #ruby
SherSpock_ has quit [Ping timeout: 246 seconds]
solocshaw has quit [Ping timeout: 240 seconds]
Guest69735 has joined #ruby
terminalrecluse has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
sparr has joined #ruby
bttf has joined #ruby
Oli` has joined #ruby
Ray`_ is now known as Ray`
varunwachaspati has quit [Quit: Connection closed for inactivity]
xfbs has joined #ruby
blackmesa has quit [Ping timeout: 240 seconds]
machty has joined #ruby
tomaw- is now known as tomaw
ta_ has quit [Remote host closed the connection]
dionysus69 has joined #ruby
5EXAALNLQ is now known as haasn
RobertBirnie has joined #ruby
null__ has joined #ruby
null__ has joined #ruby
RobertBirnie has quit [Client Quit]
cookiez has joined #ruby
DoYouKnow has quit [Disconnected by services]
arup_r has quit []
woven has quit [Ping timeout: 260 seconds]
AustinMatherne has joined #ruby
Oli`` has joined #ruby
rigsby has joined #ruby
Oli` has quit [Ping timeout: 260 seconds]
Oli`` is now known as Guest22788
zhaze3 has joined #ruby
ItSANgo__ has joined #ruby
ta has joined #ruby
pawnbox has joined #ruby
maxmanders_ has joined #ruby
kadoppe_ has joined #ruby
mmasaki_ has joined #ruby
RandyT has joined #ruby
Phage has joined #ruby
prestorium has joined #ruby
ruurd_ has joined #ruby
utkarsh has joined #ruby
M-mistake1 has joined #ruby
\13k_ has joined #ruby
ruurd_ has quit [Client Quit]
yeshacker has joined #ruby
ironcamel has joined #ruby
ec\_ has joined #ruby
Ariadeno has joined #ruby
cornerman has joined #ruby
mozzarel1 has joined #ruby
Ariadeno is now known as Guest22136
Muz_ has joined #ruby
tildes has quit [Ping timeout: 260 seconds]
ruurd_ has joined #ruby
rdema has joined #ruby
mattwildig has joined #ruby
julieeharshaw has joined #ruby
bakedb has joined #ruby
deg_ has joined #ruby
headius_ has joined #ruby
Armand has joined #ruby
Armand is now known as Guest76008
phreakocious has joined #ruby
ltd_ has joined #ruby
sonOfRa_ has joined #ruby
mrsolo has quit []
pleiosaur has joined #ruby
Coral has joined #ruby
bihi_ has joined #ruby
User4587_ has joined #ruby
freerobby1 has joined #ruby
Coral is now known as Guest9744
Guest9744 is now known as tjad
Takumo has joined #ruby
Takumo has joined #ruby
skakri` has joined #ruby
wwalker has joined #ruby
boshhead_ has joined #ruby
ur5us_ has joined #ruby
tomdp has joined #ruby
casadei has joined #ruby
Cohedrin has joined #ruby
JazzyVariable227 has joined #ruby
dionysus69 has quit [Ping timeout: 260 seconds]
ruurd_ has quit [Ping timeout: 240 seconds]
nirix_ has joined #ruby
Jackneill_ has joined #ruby
gustav_ has joined #ruby
casadei has quit [Remote host closed the connection]
Outlastsheep has joined #ruby
ohaibbq_ has joined #ruby
dfoolz has joined #ruby
ruurd_ has joined #ruby
_df has joined #ruby
NeverTired has joined #ruby
mhenrixon_ has joined #ruby
asmodlol has quit [Ping timeout: 240 seconds]
perryh has joined #ruby
perryh has joined #ruby
L1nuX- has joined #ruby
lkba has joined #ruby
Ray`_ has joined #ruby
erichmenge has joined #ruby
myztic has joined #ruby
klaas_ is now known as klaas
gsingh93_ has joined #ruby
heyimwill has joined #ruby
pragmatism has joined #ruby
elton has joined #ruby
xfbs has quit []
elem has joined #ruby
pietr0_ has joined #ruby
glenny has joined #ruby
sdothum has joined #ruby
Engin has joined #ruby
shortdudey123_ has joined #ruby
sarlalian has joined #ruby
russt_ has joined #ruby
conrfrmn has joined #ruby
Schmidt has joined #ruby
james1 has joined #ruby
drbernardi has quit [Quit: Leaving]
maxmanders has quit [Ping timeout: 246 seconds]
mmasaki has quit [Ping timeout: 246 seconds]
Phage- has quit [Ping timeout: 246 seconds]
M-mistake has quit [Ping timeout: 246 seconds]
headius has quit [Ping timeout: 246 seconds]
kadoppe has quit [Ping timeout: 246 seconds]
\13k has quit [Ping timeout: 246 seconds]
ironcame1 has quit [Ping timeout: 246 seconds]
gsingh93 has quit [Ping timeout: 246 seconds]
ec\ has quit [Ping timeout: 246 seconds]
mozzarella has quit [Ping timeout: 246 seconds]
Sp4rKy has quit [Ping timeout: 246 seconds]
Ray` has quit [Ping timeout: 246 seconds]
dualbus has quit [Ping timeout: 246 seconds]
User458764 has quit [Ping timeout: 246 seconds]
nirix has quit [Ping timeout: 246 seconds]
skakri has quit [Ping timeout: 246 seconds]
Apocalypse has quit [Ping timeout: 246 seconds]
boshhead has quit [Ping timeout: 246 seconds]
z1haze2 has quit [Ping timeout: 246 seconds]
ur5us has quit [Ping timeout: 246 seconds]
ekem has quit [Ping timeout: 246 seconds]
mhenrixon has quit [Ping timeout: 246 seconds]
yes`r has quit [Ping timeout: 246 seconds]
Muz has quit [Ping timeout: 246 seconds]
Guest11260 has quit [Ping timeout: 246 seconds]
dracula has quit [Ping timeout: 246 seconds]
phreakocious_ has quit [Ping timeout: 246 seconds]
russt has quit [Ping timeout: 246 seconds]
df has quit [Ping timeout: 246 seconds]
L1nuX has quit [Ping timeout: 246 seconds]
bihi has quit [Ping timeout: 246 seconds]
perry has quit [Ping timeout: 246 seconds]
Vile` has quit [Ping timeout: 246 seconds]
julie_harshaw has quit [Ping timeout: 246 seconds]
segy has quit [Ping timeout: 246 seconds]
RandyT_ has quit [Ping timeout: 246 seconds]
shum has quit [Ping timeout: 246 seconds]
dorei has quit [Ping timeout: 246 seconds]
casadei_ has quit [Ping timeout: 246 seconds]
ZYPP has quit [Ping timeout: 246 seconds]
freerobby has quit [Ping timeout: 246 seconds]
sonOfRa has quit [Ping timeout: 246 seconds]
djellemah_ has quit [Ping timeout: 246 seconds]
digneety has quit [Ping timeout: 246 seconds]
ohaibbq has quit [Ping timeout: 246 seconds]
vifino has joined #ruby
tsunamie has joined #ruby
gustav has quit [Ping timeout: 246 seconds]
pietr0 has quit [Ping timeout: 246 seconds]
gsingh93_ is now known as gsingh93
nirix_ is now known as nirix
bihi_ is now known as bihi
perryh is now known as perry
Guest76008 is now known as Apocalypse
_df is now known as df
pietr0_ is now known as pietr0
maloik has joined #ruby
My_Hearing has joined #ruby
shortdudey123_ is now known as shortdudey123
asmodlol has joined #ruby
veloutin has joined #ruby
ejimz has joined #ruby
minimalism has joined #ruby
Guest22788 has quit [Ping timeout: 240 seconds]
ZYPP has joined #ruby
segy has joined #ruby
ajafo has joined #ruby
Oli has joined #ruby
Oli has quit [Client Quit]
elton has quit [Ping timeout: 260 seconds]
Guest69735 has quit [Quit: WeeChat 1.3]
dorei has joined #ruby
matti has joined #ruby
djellemah_ has joined #ruby
nso95- has joined #ruby
Vile` has joined #ruby
zotherstupidguy has joined #ruby
Outlastsheep has quit [Quit: ZNC - http://znc.in]
Sp4rKy has joined #ruby
duncannz has joined #ruby
dualbus has joined #ruby
majjoha has joined #ruby
voodo has joined #ruby
maloik has quit [Ping timeout: 240 seconds]
zrl has joined #ruby
duncannz has quit [Remote host closed the connection]
rigsby has quit [Ping timeout: 264 seconds]
asmodlol has quit [Ping timeout: 260 seconds]
bMalum has joined #ruby
skweek has joined #ruby
nso95- has quit [Ping timeout: 246 seconds]
karapetyan has joined #ruby
asmodlol has joined #ruby
symm-_ is now known as symm-
scripore has quit [Quit: This computer has gone to sleep]
scripore has joined #ruby
Tristan-Speccy has joined #ruby
Tristan-Speccy is now known as Guest62380
krasnus has joined #ruby
braderhart has joined #ruby
pawnbox has quit [Remote host closed the connection]
duncannz has joined #ruby
bersimoes has quit [Read error: Connection reset by peer]
bersimoes has joined #ruby
freerobby1 has quit [Quit: Leaving.]
go|dfish has joined #ruby
terminalrecluse has joined #ruby
bMalum has quit [Quit: bMalum]
terminalrecluse has quit [Read error: Connection reset by peer]
nso95- has joined #ruby
nso95- has joined #ruby
gustav_ has quit [Remote host closed the connection]
pawnbox has joined #ruby
JazzyVariable227 has quit [Remote host closed the connection]
akem has joined #ruby
akem is now known as dracula
InvGhost has quit [Ping timeout: 260 seconds]
voodo has quit [Quit: Leaving...]
ur5us_ has quit []
ruurd_ is now known as ruurd
_blizzy_ has quit [Quit: Leaving]
duncannz has quit [Ping timeout: 246 seconds]
rodfersou has joined #ruby
ruurd has quit [Quit: Textual IRC Client: www.textualapp.com]
dravine has joined #ruby
mozzarel1 is now known as mozzarella
AustinMatherne has quit [Ping timeout: 264 seconds]
AustinMatherne has joined #ruby
lian_ has joined #ruby
duncannz has joined #ruby
gustav has joined #ruby
lian_ is now known as lianj
lianj has quit [Client Quit]
lian_ has joined #ruby
Trynemjoel has joined #ruby
lian_ is now known as lianj
lianj has quit [Changing host]
lianj has joined #ruby
oddalot has joined #ruby
Croves has joined #ruby
skade has joined #ruby
ta has quit [Remote host closed the connection]
myztic has quit [Ping timeout: 260 seconds]
terminalrecluse has joined #ruby
agit0 has joined #ruby
agit0 has quit [Client Quit]
hkumar has joined #ruby
snapcase has joined #ruby
dracula is now known as akem
Guest85133 is now known as ruurd
AustinMatherne has quit [Ping timeout: 240 seconds]
JazzyVariable227 has joined #ruby
Kruppe has joined #ruby
Steve_Jobs has joined #ruby
fedexo has joined #ruby
digneety has joined #ruby
Croves has left #ruby ["Textual IRC Client: www.textualapp.com"]
hkumar has quit [Ping timeout: 264 seconds]
Rarikon has joined #ruby
Rarikon has quit [Read error: Connection reset by peer]
Muz_ is now known as Muz
freerobby has joined #ruby
bersimoes has quit [Read error: Connection reset by peer]
nso95- has quit [Read error: Connection reset by peer]
nso95- has joined #ruby
casadei has joined #ruby
senayar has joined #ruby
crowell_ is now known as crowell
Guest36263 has joined #ruby
solars has joined #ruby
dotix has quit [Ping timeout: 240 seconds]
unreal has joined #ruby
bersimoes has joined #ruby
terminalrecluse has quit [Quit: Textual IRC Client: www.textualapp.com]
NightMonkey has quit [Quit: ZNC - http://znc.in]
tomphp has joined #ruby
htmldrum has joined #ruby
InvGhost has joined #ruby
gustav has quit [Remote host closed the connection]
maloik has joined #ruby
diegoaguilar has joined #ruby
Outlastsheep has joined #ruby
yoongkang has joined #ruby
JazzyVariable227 has quit [Remote host closed the connection]
maloik has quit [Ping timeout: 240 seconds]
Kruppe has quit [Read error: Connection reset by peer]
jcp has joined #ruby
maloik has joined #ruby
linuxboy_ has quit [Remote host closed the connection]
blueOxigen has joined #ruby
jcp is now known as Guest10512
nertzy has joined #ruby
nertzy has quit [Client Quit]
yoongkang has quit [Ping timeout: 264 seconds]
voodo has joined #ruby
Macaveli has joined #ruby
nertzy has joined #ruby
naftilos76 has quit [Quit: Αποχώρησε]
ElSif has joined #ruby
karapetyan has quit [Remote host closed the connection]
sandstrom has quit [Quit: My computer has gone to sleep.]
Macaveli has quit [Ping timeout: 240 seconds]
calderonroberto has joined #ruby
tomphp has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
dimasg has joined #ruby
ss_much has joined #ruby
rodfersou has quit [Quit: leaving]
gustav has joined #ruby
diegoaguilar has quit [Read error: Connection reset by peer]
AustinMatherne has joined #ruby
diegoaguilar has joined #ruby
rigsby has joined #ruby
radgeRayden__ has joined #ruby
snapcase has quit [Ping timeout: 246 seconds]
radgeRayden_ has quit [Ping timeout: 240 seconds]
n_blownapart has joined #ruby
AustinMatherne has quit [Remote host closed the connection]
mattwildig has quit [Remote host closed the connection]
blueOxigen has quit [Ping timeout: 264 seconds]
AustinMatherne has joined #ruby
Rollabunna has joined #ruby
mistermocha has joined #ruby
tubuliferous_ has joined #ruby
snapcase has joined #ruby
mattwildig has joined #ruby
k3asd` has joined #ruby
lenwood has quit [Ping timeout: 264 seconds]
nso95- has quit [Quit: Leaving]
gregf has joined #ruby
Rollabunna has quit [Ping timeout: 240 seconds]
linuxboytoo has joined #ruby
asmodlol has quit [Ping timeout: 240 seconds]
centrx has joined #ruby
asmodlol has joined #ruby
ta has joined #ruby
Azure has joined #ruby
shinnya has joined #ruby
Jackneill_ has quit [Remote host closed the connection]
ta has quit [Ping timeout: 246 seconds]
NeverDie has quit [Quit: http://radiux.io/]
Azure has quit [Quit: Oops.]
jackcom has joined #ruby
sepp2k1 has quit [Quit: Leaving.]
VeryBewitching has joined #ruby
<jackcom> ruby yield is same of python?
<VeryBewitching> G'day folks.
Azure has joined #ruby
<solars> is there anything cron-like in ruby that let's set something like cronjobs for example via rails actions?
<adaedra> jackcom: I don't know python, but in Ruby yield is used to call a block passed to the current method.
<jackcom> thanks adaedra
<adaedra> solars: whenever gem, iirc
<jackcom> adaedra: you know ruby only?
<adaedra> nope.
<jackcom> how many you know it?
ta has joined #ruby
<adaedra> I know some, more or less. But that's not really the topic.
vikas027 has joined #ruby
n_blownapart has quit []
<jackcom> oh i forget it. ok adaedra
My_Hearing has quit [Ping timeout: 240 seconds]
Didac has joined #ruby
dmolina has joined #ruby
<solars> adaedra, I"m looking for something like a job scheduler rather, that let's me specify a time for a one time job
skakri` has quit [Ping timeout: 260 seconds]
<solars> whenever is more for creating recurring cron jobs iirc
<centrx> solars, rufus-scheduler
<adaedra> solars: in Rails there's ActiveJob
Zamerick has joined #ruby
<adaedra> Go discuss that with #RubyOnRails, they should know it better :)
bersimoes has quit [Read error: Connection reset by peer]
Ray`_ is now known as Ray`
skade has quit [Quit: Computer has gone to sleep.]
maloik has quit [Ping timeout: 260 seconds]
<solars> doesn't need to be rails only :) I'm not sure on the framework yet
<solars> active job afaik doesn't let you specify a time
<solars> or does it
<adaedra> It does, at least that's what the readme told me when I checked 5 minutes ago
<solars> centrx, thanks that looks pretty nice, although I'd prefer a persistent solution
<solars> ah, thanks
<adaedra> https://github.com/rails/rails/tree/master/activejob – There is a wait_until: and a wait:
<adaedra> It has the advantage to be provided by Rails itself.
_blizzy_ has joined #ruby
skakri has joined #ruby
bersimoes has joined #ruby
JazzyVariable227 has joined #ruby
goodcodeguy has joined #ruby
voodo has quit [Quit: Leaving...]
ta has quit [Ping timeout: 240 seconds]
k3asd` has quit [Ping timeout: 240 seconds]
helpa has joined #ruby
<solars> I'll have a look, thank you
prestorium has quit [Quit: Leaving]
skweek has quit [Ping timeout: 264 seconds]
gustav has quit [Remote host closed the connection]
fedexo has quit [Ping timeout: 240 seconds]
dmolina1 has joined #ruby
dmolina has quit [Read error: Connection reset by peer]
mistermocha has quit [Ping timeout: 264 seconds]
symm- has quit [Ping timeout: 240 seconds]
blackmesa has joined #ruby
BraddPitt has joined #ruby
shelling__ has quit [Remote host closed the connection]
pmarreck has quit [Remote host closed the connection]
jabreity has quit [Remote host closed the connection]
lancetw has quit [Remote host closed the connection]
twodayslate has quit [Remote host closed the connection]
Lloyd has quit [Remote host closed the connection]
shinenelson has quit [Remote host closed the connection]
prosody has quit [Remote host closed the connection]
vikaton has quit [Remote host closed the connection]
ELLIOTTCABLE has quit [Remote host closed the connection]
yo61 has quit [Remote host closed the connection]
akitada has quit [Remote host closed the connection]
machty has quit [Remote host closed the connection]
scottstamp has joined #ruby
amoeba has joined #ruby
zeroDivisible has joined #ruby
My_Hearing has joined #ruby
My_Hearing is now known as Mon_Ouie
dravine has quit [Ping timeout: 260 seconds]
kirun has quit [Quit: Client exiting]
blackmesa has quit [Quit: WeeChat 1.3]
elton has joined #ruby
myztic has joined #ruby
NeverTired has quit [Quit: Connection closed for inactivity]
ICantCook has joined #ruby
johnny56 has joined #ruby
<ICantCook> Where I work, we have a lot of random Ruby (and bash, and other languages) scripts which perform maintenance on our web applications. These have commandline interfaces. Is there some sort of opensource web-app to run commandline scripts, with a pretty interface, dropdown parameters, etc?
<ICantCook> Currently, I've been creating jenkins build jobs for junior support staff to run such scripts, with dropdown/checkboxes for parameters
<ICantCook> but I was wondering if there's a better tool for the job
elton has quit [Ping timeout: 265 seconds]
<centrx> ICantCook, What? Why can't you run them on the command line?
<TTilus> just teach the juniors to use command line
yeticry has joined #ruby
mrsolo has joined #ruby
vikas027 has quit [Read error: Connection reset by peer]
<ICantCook> centrx: I can lol. But management wants it in a pretty gui in the near future
<TTilus> maybe make the scripts a bit more unified and robust wrt. argument parsing, improve --help and write completions
<TTilus> ICantCook: you mgmt sux :D
blackmesa has joined #ruby
<centrx> ICantCook, "Management wants a GUI". Send them this: http://www.hal-pc.org/journal/2007/07_novDec/images/windowWeb_image076.jpg
Vile` has quit [Ping timeout: 246 seconds]
yfeldblum has joined #ruby
sepp2k has joined #ruby
<TTilus> ICantCook: tell the mgmt it'll be cheaper to teach juniors to work on command line (which they need to learn at some point anyways) and they'll be more effective on commandline instead of with a gui
Kharma has joined #ruby
<TTilus> ICantCook: they usually understand money arguments
Guest85414______ has joined #ruby
Vile` has joined #ruby
CloCkWeRX has quit [Ping timeout: 240 seconds]
<TTilus> there's a reason command line is called COMMAND line :)
ELLIOTTCABLE has joined #ruby
<TTilus> (it just might have something to do with the fact it has been polished over decades to be effective in issuing commands to computer)
jmhmccr has joined #ruby
RegulationD has joined #ruby
<ICantCook> lol! Yes, I'm aware of all that. I want to have a technical solution available as well :)
<ICantCook> lol @ the HAL picture
pmarreck has joined #ruby
dimasg has quit [Ping timeout: 240 seconds]
im0b has joined #ruby
voodo has joined #ruby
dravine has joined #ruby
RegulationD has quit [Ping timeout: 260 seconds]
nettoweb has joined #ruby
diegoaguilar has quit [Ping timeout: 264 seconds]
purplexed- has quit [Quit: Leaving]
shelling__ has joined #ruby
nettoweb has quit [Client Quit]
JazzyVariable227 has quit [Remote host closed the connection]
akitada has joined #ruby
twodayslate has joined #ruby
zeroDivisible has quit [Quit: WeeChat 1.3]
purplexed- has joined #ruby
calderonroberto has quit [Ping timeout: 260 seconds]
Xeago has quit [Remote host closed the connection]
zeroDivisible has joined #ruby
mrsolo has quit [Quit: This computer has gone to sleep]
KramerC_ has quit [Changing host]
KramerC_ has joined #ruby
JazzyVariable227 has joined #ruby
bersimoes has quit [Remote host closed the connection]
KramerC_ is now known as KramerC
waka has joined #ruby
lacrosse has joined #ruby
machty has joined #ruby
yo61 has joined #ruby
bove has joined #ruby
benlakey has joined #ruby
diegoaguilar has joined #ruby
Kyuujitsu has joined #ruby
lancetw has joined #ruby
JazzyVariable227 has quit [Read error: Connection reset by peer]
InvGhost has quit [Read error: Connection reset by peer]
yqt has quit [Ping timeout: 240 seconds]
Xeago has joined #ruby
prosody has joined #ruby
vikas027 has joined #ruby
voodo has quit [Quit: Leaving...]
Kyuujitsu has quit [Quit: leaving]
Kyuujitsu has joined #ruby
Xeago has quit [Ping timeout: 264 seconds]
countryHick has joined #ruby
tubuliferous_ has quit [Ping timeout: 240 seconds]
bersimoes has joined #ruby
_blizzy_ has quit [Quit: Leaving]
Mon_Ouie has quit [Ping timeout: 260 seconds]
mrsolo has joined #ruby
shinenelson has joined #ruby
Heero has joined #ruby
dotix has joined #ruby
tubuliferous_ has joined #ruby
skweek has joined #ruby
ta has joined #ruby
nso95- has joined #ruby
nso95- has joined #ruby
dlitvak has joined #ruby
hkumar has joined #ruby
_blizzy_ has joined #ruby
vikaton has joined #ruby
<TTilus> parameterized jenkins jobs are the closest that i can think of
<centrx> TTilus, You could make a webapp real quick to do it
dotix has quit [Ping timeout: 264 seconds]
<centrx> TTilus, but again silly
<TTilus> yes, very much so
ta has quit [Ping timeout: 240 seconds]
goodcodeguy has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
hxegon has joined #ruby
solocshaw has joined #ruby
moeabdol2 has joined #ruby
Anthony_ has joined #ruby
Anthony_ has left #ruby [#ruby]
nso95- has quit [Remote host closed the connection]
blackmes1 has joined #ruby
_blizzy_ has quit [Disconnected by services]
dlitvak has quit [Remote host closed the connection]
d0nn1e_ has joined #ruby
Mia has joined #ruby
safe has joined #ruby
tomdp_ has joined #ruby
yoongkang has joined #ruby
glenn_ has joined #ruby
diegoaguilar has quit [Remote host closed the connection]
perryh has joined #ruby
perryh has joined #ruby
yasu__ has joined #ruby
vikas027 has quit [Read error: Connection reset by peer]
Mia has quit [Ping timeout: 265 seconds]
yoongkang has quit [Ping timeout: 246 seconds]
Azure|dc has joined #ruby
dfoolz_ has joined #ruby
shortdudey123_ has joined #ruby
nirix_ has joined #ruby
brixen_ has joined #ruby
centrx has quit [Quit: If you meet the Buddha on the road, kill him.]
Heero has quit [*.net *.split]
Kyuujitsu has quit [*.net *.split]
lancetw has quit [*.net *.split]
benlakey has quit [*.net *.split]
bove has quit [*.net *.split]
yo61 has quit [*.net *.split]
twodayslate has quit [*.net *.split]
akitada has quit [*.net *.split]
pmarreck has quit [*.net *.split]
ELLIOTTCABLE has quit [*.net *.split]
Guest85414______ has quit [*.net *.split]
blackmesa has quit [*.net *.split]
myztic has quit [*.net *.split]
Azure has quit [*.net *.split]
VeryBewitching has quit [*.net *.split]
gregf has quit [*.net *.split]
ss_much has quit [*.net *.split]
solars has quit [*.net *.split]
digneety has quit [*.net *.split]
Steve_Jobs has quit [*.net *.split]
oddalot has quit [*.net *.split]
go|dfish has quit [*.net *.split]
braderhart has quit [*.net *.split]
krasnus has quit [*.net *.split]
zrl has quit [*.net *.split]
matti has quit [*.net *.split]
dualbus has quit [*.net *.split]
shortdudey123 has quit [*.net *.split]
glenny has quit [*.net *.split]
heyimwill has quit [*.net *.split]
gsingh93 has quit [*.net *.split]
Ray` has quit [*.net *.split]
perry has quit [*.net *.split]
ohaibbq_ has quit [*.net *.split]
dfoolz has quit [*.net *.split]
nirix has quit [*.net *.split]
tomdp has quit [*.net *.split]
bihi has quit [*.net *.split]
Phage has quit [*.net *.split]
mmasaki_ has quit [*.net *.split]
drbrain has quit [*.net *.split]
aspiers_ has quit [*.net *.split]
marienz has quit [*.net *.split]
d0nn1e has quit [*.net *.split]
thomasfedb_ has quit [*.net *.split]
brixen has quit [*.net *.split]
moeabdol1 has quit [*.net *.split]
avelldiroll has quit [*.net *.split]
sunya7a has quit [*.net *.split]
Gadgetoid has quit [*.net *.split]
yasu_ has quit [*.net *.split]
perryh is now known as perry
d0nn1e_ is now known as d0nn1e
nirix_ is now known as nirix
jamto11 has joined #ruby
VeryBewitching has joined #ruby
shortdudey123_ is now known as shortdudey123
thomasfedb has joined #ruby
thomasfedb has quit [Changing host]
thomasfedb has joined #ruby
gsingh93 has joined #ruby
sunya7a has joined #ruby
elton has joined #ruby
brt has joined #ruby
dmcp_ has quit [Quit: Disconnecting...]