havenwood changed the topic of #ruby to: Rules & more: https://ruby-community.com || Ruby 2.4.0, 2.3.3 & 2.2.6: https://www.ruby-lang.org || Paste >3 lines of text to: https://gist.github.com || Rails questions? Ask in: #RubyOnRails || Logs: https://irclog.whitequark.org/ruby
kylo_ has joined #ruby
toretore has quit [Ping timeout: 240 seconds]
rvca has quit [Ping timeout: 240 seconds]
dopamean_ has quit [Ping timeout: 256 seconds]
hays_ has joined #ruby
marsjaninzmarsa has quit [Ping timeout: 260 seconds]
bokayio has quit [Ping timeout: 240 seconds]
Toordog- has quit [Ping timeout: 264 seconds]
aglorei has quit [Ping timeout: 240 seconds]
DefV has quit [Ping timeout: 240 seconds]
_sagitaire has quit [Ping timeout: 264 seconds]
marsjaninzmarsa has joined #ruby
aglorei has joined #ruby
bokayio has joined #ruby
raiden_0x71 has joined #ruby
DefV has joined #ruby
pilne has quit [Quit: Quitting!]
hays has quit [Ping timeout: 258 seconds]
Alina-malina has quit [Ping timeout: 276 seconds]
hutch34 has joined #ruby
Alina-malina has joined #ruby
pilne has joined #ruby
mlindahl has quit [Ping timeout: 258 seconds]
last_staff has quit [Quit: last_staff]
alveric3 has joined #ruby
hutch34 has quit [Ping timeout: 260 seconds]
alveric2 has quit [Ping timeout: 260 seconds]
nahra has quit [Quit: ERC (IRC client for Emacs 25.1.1)]
marr has quit [Ping timeout: 255 seconds]
skweek has joined #ruby
nahra has joined #ruby
FiveBrother-Prof has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
charliesome has joined #ruby
JeanCarloMachado has joined #ruby
xen0fon has joined #ruby
fclausen has joined #ruby
xen0fon has quit [Client Quit]
haylon has joined #ruby
blaxter has joined #ruby
blaxter has quit [Client Quit]
hutch34 has joined #ruby
cibs has quit [Ping timeout: 248 seconds]
FiveBrother-Prof has quit [Quit: jIRCii - http://www.oldschoolirc.com]
cibs has joined #ruby
LoneHermit has joined #ruby
duderonomy has joined #ruby
mikecmpbll has quit [Quit: inabit. zz.]
arescorpio has joined #ruby
rvca has joined #ruby
blackmesa has quit [Read error: Connection reset by peer]
blackmesa has joined #ruby
blackwind_123 has quit [Ping timeout: 256 seconds]
nankyokusei has joined #ruby
ianmethyst has joined #ruby
despai has quit [Ping timeout: 240 seconds]
brent__ has joined #ruby
mlindahl has joined #ruby
nankyokusei has quit [Ping timeout: 276 seconds]
Alina-malina has quit [Ping timeout: 252 seconds]
kht has joined #ruby
JeanCarloMachado has quit [Ping timeout: 256 seconds]
Alina-malina has joined #ruby
JeanCarloMachado has joined #ruby
mlindahl has quit [Ping timeout: 258 seconds]
Chagel has joined #ruby
Alina-malina has quit [Ping timeout: 245 seconds]
xen0fon has joined #ruby
xen0fon has quit [Client Quit]
Alina-malina has joined #ruby
volty has quit [Ping timeout: 260 seconds]
JeanCarloMachado has quit [Ping timeout: 240 seconds]
TomyLobo has quit [Ping timeout: 255 seconds]
JeanCarloMachado has joined #ruby
UnknownSoldier has quit [Remote host closed the connection]
sucks has quit [Quit: Leaving]
skweek has quit [Remote host closed the connection]
redhedded1 has joined #ruby
skweek has joined #ruby
JeanCarloMachado has quit [Ping timeout: 260 seconds]
brent__ has quit [Remote host closed the connection]
harai_ has quit [Ping timeout: 256 seconds]
cibs has quit [Ping timeout: 240 seconds]
cstrahan has joined #ruby
jenrzzz has joined #ruby
LamahHerder has joined #ruby
LoneHermit has quit [Remote host closed the connection]
cibs has joined #ruby
harai_ has joined #ruby
Idel_ has joined #ruby
<Idel_> Having a hard time with rubyregex I am trying to identify a line that begins with | and all text in that line. Using www.rubular.com I can do ^\| which finds the | at the start of a line but does not match the rest of the line. I tried \A \z and $ but no luck...
milardovich has joined #ruby
LamahHerder has quit [Ping timeout: 256 seconds]
LamahHerder has joined #ruby
ianmethyst has quit [Remote host closed the connection]
<Idel_> Hi
Idel_ has quit [Client Quit]
kht has quit [Ping timeout: 240 seconds]
ianmethyst has joined #ruby
enterprisey has quit [Remote host closed the connection]
GarouDan has quit [Quit: Konversation terminated!]
milardovich has quit [Ping timeout: 256 seconds]
<LamahHerder> <-- Idel, still wondering about rubyregex question =)
ianmethyst has quit [Client Quit]
ianmethyst has joined #ruby
Xiti has quit [Read error: Connection reset by peer]
Xiti has joined #ruby
hutch34 has quit [Ping timeout: 256 seconds]
shaman42 has quit [Ping timeout: 248 seconds]
shaman42 has joined #ruby
ianmethyst has quit [Quit: WeeChat 1.7]
<Zarthus> good thing you pointed it out :P
cschneid_ has joined #ruby
<Zarthus> irb(main):001:0> re = /^\|.*/ => /^\|.*/
<Zarthus> irb(main):003:0> re.match("|sup world") => #<MatchData "|sup world">
<Zarthus> irb(main):002:0> re.match("sup world") => nil
ianmethyst has joined #ruby
brent__ has joined #ruby
kylo_ has quit [Quit: Leaving]
kylo_ has joined #ruby
OTORelic has joined #ruby
kylo_ has quit [Quit: Leaving]
ianmethyst has quit [Quit: WeeChat 1.7]
mlindahl has joined #ruby
<LamahHerder> Hmm Zarthus I tried that in www.rubular.com and does not seem to work?
ianmethyst has joined #ruby
<LamahHerder> ^\|.*
<LamahHerder> oh the / / are enclosing a regex?
dviola has quit [Quit: WeeChat 1.7]
<Zarthus> it's the delimiter, yes
<LamahHerder> Okay cool thank you, not working but I think its something else as that does work on ww.rubular.com =)
mlindahl has quit [Ping timeout: 255 seconds]
hinbody has quit [Quit: leaving]
<Zarthus> feel free to post your code on gist github
brent__ has quit [Remote host closed the connection]
dkam has joined #ruby
eggshke has joined #ruby
ianmethyst has quit [Quit: WeeChat 1.7]
blackmesa has quit [Ping timeout: 240 seconds]
<dkam> Hey guys. Can someone tell me what ?. does? EG: File.basename(f)[0] == ?. ( from https://ruby-doc.org/stdlib-2.4.0/libdoc/find/rdoc/Find.html )
<dkam> Clearly it's matching a . - but I can't find that syntax described anywhere.
Chagel has quit [Ping timeout: 245 seconds]
milardovich has joined #ruby
Rodya_ has joined #ruby
blackbom1 has quit [Ping timeout: 260 seconds]
blackbom1 has joined #ruby
milardovich has quit [Ping timeout: 240 seconds]
zeroDi has quit [Quit: WeeChat 1.7]
brandon_ has joined #ruby
haylon has quit [Quit: Leaving]
hinbody has joined #ruby
<dkam> Thanks Radar - TIL.
ianmethyst has joined #ruby
ianmethyst has quit [Client Quit]
ianmethyst has joined #ruby
<baweaver> Zarthus: If you're auth'd to nickserv you can just use the inline eval
<baweaver> >> puts "hello world"
<ruby[bot]> baweaver: # => hello world ...check link for more (https://eval.in/730963)
ocbtec has quit [Quit: leaving]
<Zarthus> baweaver: I like testing things locally before I tell them to others :)
<baweaver> Oh I do to for some things
<baweaver> then I show them like that.
<Zarthus> in this case it was a multiline thing, so I figured I'd just copy/paste
<baweaver> though for basic things I just hammer it out.
d^sh_ has joined #ruby
d^sh has quit [Ping timeout: 276 seconds]
<baweaver> If I notice I have to test something I write that up as something to make sure I remember later
<baweaver> unless it's some really hairy problem
ResidentBiscuit has joined #ruby
<baweaver> like yesterday, a weighted array
harai has joined #ruby
ianmethyst has quit [Client Quit]
<baweaver> Someone wanted a weighted array ranging from 1 to x with various sub numbers being weighted more
harai_ has quit [Ping timeout: 240 seconds]
<baweaver> https://eval.in/730494 - that was the fast version of it.
jenrzzz has quit [Ping timeout: 240 seconds]
<baweaver> but the number of semicolons I'd need to inline that thing would just make a mess.
<baweaver> though I suppose it should be weight - 1 instead of weight
<baweaver> ah well
dkam has quit [Quit: Lingo: www.lingoirc.com]
ianmethyst has joined #ruby
ianmethyst has quit [Client Quit]
ianmethyst has joined #ruby
ianmethyst has quit [Client Quit]
ianmethyst has joined #ruby
ResidentBiscuit has quit [Ping timeout: 255 seconds]
ianmethyst has quit [Client Quit]
ianmethyst has joined #ruby
ianmethyst has quit [Client Quit]
nankyokusei has joined #ruby
LamahHerder has quit [Quit: ByrdIRC www.haxed.net]
ianmethyst has joined #ruby
ianmethyst has quit [Client Quit]
ianmethyst has joined #ruby
arescorpio has quit [Read error: Connection reset by peer]
nankyokusei has quit [Ping timeout: 256 seconds]
LoneHerm_ has joined #ruby
ianmethyst has quit [Client Quit]
govg has quit [Ping timeout: 248 seconds]
ianmethyst has joined #ruby
xlegoman has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ianmethyst has quit [Client Quit]
mlindahl has joined #ruby
ianmethyst has joined #ruby
ianmethyst has quit [Client Quit]
ianmethyst has joined #ruby
banisterfiend has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
mlindahl has quit [Ping timeout: 240 seconds]
DaniG2k has joined #ruby
tmtwd has joined #ruby
UnknownSoldier has joined #ruby
jenrzzz has joined #ruby
milardovich has joined #ruby
astrobunny has joined #ruby
Subfusc has quit [Ping timeout: 276 seconds]
Subfusc has joined #ruby
Technodrome has joined #ruby
<Toordog> Hi, I'm still looking to hire someone for a small task requiring Ruby, PuppetDB API, Shopify Dashing (optional).
milardovich has quit [Ping timeout: 240 seconds]
howdoi has joined #ruby
ur5us has joined #ruby
tmtwd has quit [Ping timeout: 260 seconds]
Rodya_ has quit [Quit: Leaving...]
ianmethyst has quit [Quit: WeeChat 1.7]
banisterfiend has joined #ruby
cibs has quit [Ping timeout: 240 seconds]
xlegoman has joined #ruby
cibs has joined #ruby
jeyraof has joined #ruby
hutch34 has joined #ruby
cschneid_ has quit [Remote host closed the connection]
cschneid_ has joined #ruby
tmtwd has joined #ruby
hutch34 has quit [Ping timeout: 255 seconds]
milardovich has joined #ruby
cschneid_ has quit [Ping timeout: 245 seconds]
Rufus has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
milardovich has quit [Ping timeout: 255 seconds]
DaniG2k has quit [Quit: leaving]
rvca has quit [Ping timeout: 255 seconds]
enterprisey has joined #ruby
gix has quit [Ping timeout: 256 seconds]
gix has joined #ruby
astrobun_ has joined #ruby
cschneid_ has joined #ruby
rvca has joined #ruby
astrobunny has quit [Ping timeout: 240 seconds]
electrostat has quit [Quit: uwotm8]
cschneid_ has quit [Ping timeout: 255 seconds]
cschneid_ has joined #ruby
pilne has quit [Quit: Quitting!]
cschneid_ has quit [Remote host closed the connection]
electrostat has joined #ruby
cschneid_ has joined #ruby
mlindahl has joined #ruby
cschneid_ has quit [Ping timeout: 255 seconds]
mlindahl has quit [Ping timeout: 240 seconds]
jenrzzz has quit [Ping timeout: 256 seconds]
mlindahl has joined #ruby
rvca has quit [Ping timeout: 264 seconds]
mlindahl_ has joined #ruby
mlindahl has quit [Ping timeout: 260 seconds]
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
jenrzzz has joined #ruby
ur5us has quit [Remote host closed the connection]
jenrzzz has quit [Ping timeout: 258 seconds]
Channel6 has quit [Quit: Leaving]
cschneid_ has joined #ruby
redhedded1 has quit [Quit: Textual IRC Client: www.textualapp.com]
reverberations has joined #ruby
Anonymoose2 has quit [Ping timeout: 248 seconds]
blackwind_123 has joined #ruby
tmtwd has quit [Ping timeout: 240 seconds]
c355e3b has quit [Quit: Connection closed for inactivity]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
milardovich has joined #ruby
msmith has joined #ruby
millerti has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
toretore has joined #ruby
Technodrome has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
milardov_ has joined #ruby
msmith has quit [Remote host closed the connection]
cschneid_ has quit [Remote host closed the connection]
milardovich has quit [Ping timeout: 276 seconds]
milardov_ has quit [Ping timeout: 276 seconds]
msmith has joined #ruby
charliesome has joined #ruby
astrobun_ has quit [Remote host closed the connection]
xlegoman has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
nankyokusei has joined #ruby
Technodrome has joined #ruby
harai has quit [Quit: WeeChat 1.6]
Derperperd has quit [Max SendQ exceeded]
Derperperd has joined #ruby
testuser2 has joined #ruby
<testuser2> hi
rvca has joined #ruby
rvca has quit [Remote host closed the connection]
nankyokusei has quit [Ping timeout: 245 seconds]
dnewkerk has quit [Quit: dnewkerk]
astrobunny has joined #ruby
msmith has quit [Remote host closed the connection]
syndikate has joined #ruby
cagmz has quit [Ping timeout: 240 seconds]
slackbotgz has joined #ruby
govg has joined #ruby
astrobunny has quit [Remote host closed the connection]
milardovich has joined #ruby
ExcelTro_ has joined #ruby
jenrzzz has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
Chagel has joined #ruby
ta has quit [Remote host closed the connection]
milardovich has quit [Ping timeout: 240 seconds]
renchan has joined #ruby
xall has joined #ruby
jenrzzz has quit [Ping timeout: 260 seconds]
simmib_ has joined #ruby
markholmes has joined #ruby
djbkd has quit [Quit: Leaving...]
Mia has quit [Read error: Connection reset by peer]
blackbom1 has quit [Ping timeout: 240 seconds]
tmtwd has joined #ruby
grh has joined #ruby
Mia has joined #ruby
Mia has joined #ruby
Mia has quit [Changing host]
djbkd has joined #ruby
nobitanobi has joined #ruby
hutch34 has joined #ruby
hutch34 has quit [Ping timeout: 248 seconds]
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tvw has joined #ruby
nobitanobi has quit [Remote host closed the connection]
slackbotgz has quit [Remote host closed the connection]
naprimer_2 has joined #ruby
agent_white has joined #ruby
ADynamic has joined #ruby
naprimer_3 has quit [Ping timeout: 240 seconds]
DaniG2k has joined #ruby
Sammichmaker has quit [Read error: Connection reset by peer]
ADynamic has quit [Quit: ERC Version 5.3 (IRC client for Emacs)]
Alina-malina has quit [Changing host]
Alina-malina has joined #ruby
astrobunny has joined #ruby
ifctj has joined #ruby
astrobun_ has joined #ruby
astrobunny has quit [Read error: Connection reset by peer]
milardovich has joined #ruby
blackbom1 has joined #ruby
tristanp has joined #ruby
lxsameer has joined #ruby
milardovich has quit [Ping timeout: 255 seconds]
ExcelTro_ has quit [Remote host closed the connection]
Technodrome has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
grh has quit [Ping timeout: 260 seconds]
duderonomy has joined #ruby
ta has joined #ruby
tmtwd has quit [Ping timeout: 256 seconds]
djbkd has quit []
fclausen has quit [Ping timeout: 252 seconds]
duderonomy has quit [Quit: Textual IRC Client: www.textualapp.com]
danguita has joined #ruby
ta has quit [Ping timeout: 260 seconds]
last_staff has joined #ruby
LoneHerm_ has quit [Remote host closed the connection]
LoneHermit has joined #ruby
LoneHermit has quit [Remote host closed the connection]
LoneHermit has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
testuser2 has quit [Quit: leaving]
skweek has quit [Ping timeout: 258 seconds]
dminuoso has quit [Changing host]
dminuoso has joined #ruby
LoneHermit has quit [Ping timeout: 252 seconds]
jeyraof has quit [Quit: This computer has gone to sleep]
jeyraof has joined #ruby
LoneHerm_ has joined #ruby
LoneHerm_ has quit [Remote host closed the connection]
LoneHerm_ has joined #ruby
govg has quit [Ping timeout: 240 seconds]
Guest69 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
railswebdev has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
govg has joined #ruby
Derperperd has quit [Ping timeout: 258 seconds]
ur5us has joined #ruby
LoneHerm_ has quit [Ping timeout: 240 seconds]
charliesome has joined #ruby
nankyokusei has joined #ruby
al2o3-cr has quit [Quit: WeeChat 1.7]
cschneid_ has joined #ruby
hinbody has quit [Ping timeout: 255 seconds]
DaniG2k has quit [Quit: leaving]
hinbody has joined #ruby
nankyokusei has quit [Ping timeout: 276 seconds]
cschneid_ has quit [Ping timeout: 255 seconds]
ur5us has quit [Remote host closed the connection]
ur5us has joined #ruby
saneax-_-|AFK is now known as saneax
al2o3-cr has joined #ruby
anisha has joined #ruby
jameser has joined #ruby
ur5us has quit [Ping timeout: 245 seconds]
tvw has quit [Ping timeout: 255 seconds]
Chagel has quit [Ping timeout: 256 seconds]
brent__ has joined #ruby
ddrmanxbxfr has quit [Remote host closed the connection]
markholmes has quit [Quit: Leaving]
ifctj has quit [Ping timeout: 240 seconds]
ur5us has joined #ruby
ur5us has quit [Remote host closed the connection]
ur5us has joined #ruby
brent__ has quit [Ping timeout: 248 seconds]
eggshke has quit []
JoshS has joined #ruby
grh has joined #ruby
andikr has joined #ruby
blaxter has joined #ruby
chihhsin has quit [Quit: leaving]
xen0fon has joined #ruby
dionysus69 has joined #ruby
conta has joined #ruby
pandaant has joined #ruby
maloik has quit [Remote host closed the connection]
maloik has joined #ruby
Chagel has joined #ruby
xen0fon has quit [Quit: xen0fon]
aufi has joined #ruby
Cohedrin_ has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
vondruch has quit [Ping timeout: 240 seconds]
hutch34 has joined #ruby
ur5us has quit []
xall has quit [Ping timeout: 264 seconds]
The_Seeker has joined #ruby
hutch34 has quit [Ping timeout: 258 seconds]
csk157 has joined #ruby
Derperperd has joined #ruby
despai has joined #ruby
SesMan has joined #ruby
kernelPaniq has joined #ruby
jshjsh has joined #ruby
Derperperd has quit [Ping timeout: 255 seconds]
ur5us has joined #ruby
ta has joined #ruby
enterprisey has quit [Read error: Connection reset by peer]
xall has joined #ruby
JoshS has quit [Ping timeout: 255 seconds]
Cohedrin_ has joined #ruby
Shashikant86 has joined #ruby
govg has quit [Ping timeout: 240 seconds]
uybhvg has joined #ruby
vondruch has joined #ruby
nobitanobi has joined #ruby
nofxx has joined #ruby
blackwind_123 has quit [Ping timeout: 240 seconds]
milardovich has joined #ruby
aganov has joined #ruby
pandaant has quit [Remote host closed the connection]
mark_66 has joined #ruby
milardovich has quit [Ping timeout: 255 seconds]
rrichardsr3 has joined #ruby
nofxx has quit [Remote host closed the connection]
dn` has joined #ruby
jeyraof has quit [Quit: This computer has gone to sleep]
antgel has joined #ruby
Snickers has joined #ruby
nofxx has joined #ruby
xen0fon has joined #ruby
xen0fon has quit [Client Quit]
rrichardsr3_ has joined #ruby
jeyraof has joined #ruby
nofxx has quit [Read error: Connection reset by peer]
nofxxxx has joined #ruby
nofxxxx has quit [Remote host closed the connection]
nofxx has joined #ruby
tlahtoani has quit [Quit: Connection closed for inactivity]
rrichardsr3 has quit [Quit: He who dares .... wins.]
rrichardsr3_ is now known as rrichardsr3
segmond has quit [Ping timeout: 255 seconds]
<manveru> Zarthus: well, the difference between .split(' ') and .split, is that the latter is like .split(/\s+/)
<manveru> >> s = "hi\nthere man"; [s.split, s.split(' ')]
<ruby[bot]> manveru: # => [["hi", "there", "man"], ["hi", "there", "man"]] (https://eval.in/731074)
elifoster has joined #ruby
<manveru> well, damn
lenwood has joined #ruby
<manveru> ruby doesn't agree :)
nofxx has quit [Ping timeout: 264 seconds]
<manveru> ok, i should've read the docs first, but it's still not any less magical with ' ' than without argument
<manveru> ?ri String#split
<ruby[bot]> manveru: I don't see no String#split, whom should I tell about ri?
ifctj has joined #ruby
<dminuoso> &ri split
* manveru punches ruby[bot]
<dminuoso> &ri String#split
<dminuoso> manveru: & not _
<dminuoso> ?
* dminuoso pokes adaedra - I forgot to set my alarm
<manveru> that bot only complains about me using irccloud paste, and can't even use ri :P
jenrzzz has joined #ruby
skarlso has joined #ruby
<dminuoso> ?cookie
<ruby[bot]> here's your cookie: 🍪
<dminuoso> manveru: ^- that's all you need.
<manveru> ?love
<ruby[bot]> manveru: I don't know anything about love
<dminuoso> Neither do I.
<dminuoso> That makes the bot likeable.
<dminuoso> 09:43 < manveru> >> s = "hi\nthere man"; [s.split, s.split(' ')]
<dminuoso> That is so retarded.
<dminuoso> Feels unrubyish.
<manveru> indeed
ifctj has quit [Ping timeout: 240 seconds]
<manveru> but i bet that's how perl does it too :|
<dminuoso> I once submitted a PEP, stating that Python can cause brain damage, it got rejected.
RedFromage has joined #ruby
teclator has joined #ruby
<manveru> http://perldoc.perl.org/functions/split.html exactly the same :P
SesMan has quit [Ping timeout: 260 seconds]
<manveru> sometimes i wish rubys father wasn't perl
jenrzzz has quit [Ping timeout: 258 seconds]
<dminuoso> "If pattern is a String, then its contents are used as the delimiter when splitting str. If pattern is a single space, str is split on whitespace, with leading whitespace and runs of contiguous whitespace characters ignored."
<dminuoso> At least its documented.
<dminuoso> But it's so random and magical..
<matthewd> > emulates the default behavior of the command line tool awk
<dminuoso> manveru: Well, Im glad we have the strong smalltalk infleunce
<dminuoso> Its what makes method_missing really fun
gizmore|2 has joined #ruby
gizmore has quit [Ping timeout: 248 seconds]
lenwood has quit [Ping timeout: 255 seconds]
nofxx has joined #ruby
Silthias has joined #ruby
skarlso has quit [Quit: Leaving...]
Silthias1 has quit [Ping timeout: 240 seconds]
lenwood has joined #ruby
pragmaticus has joined #ruby
nofxx has quit [Ping timeout: 264 seconds]
elifoster has quit [Quit: sleep]
lxsameer has quit [Read error: Connection reset by peer]
segmond has joined #ruby
Xeago has quit [Ping timeout: 264 seconds]
lxsameer has joined #ruby
Silthias has left #ruby [#ruby]
tomphp has joined #ruby
Shashikant86 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Silthias has joined #ruby
anisha_ has joined #ruby
mikecmpbll has joined #ruby
anisha has quit [Ping timeout: 264 seconds]
nankyokusei has joined #ruby
Shashikant86 has joined #ruby
nankyokusei has quit [Ping timeout: 245 seconds]
charliesome has joined #ruby
aupadhye has joined #ruby
ur5us has quit [Remote host closed the connection]
ur5us has joined #ruby
testuser2 has joined #ruby
<testuser2> hi
harfangk has joined #ruby
ur5us has quit [Ping timeout: 258 seconds]
aupadhye has quit [Ping timeout: 264 seconds]
cibs has quit [Ping timeout: 252 seconds]
marr has joined #ruby
TomyLobo has joined #ruby
cibs has joined #ruby
minimalism has quit [Quit: minimalism]
Xeago has joined #ruby
Silthias1 has joined #ruby
Shashikant86 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Silthias has quit [Ping timeout: 248 seconds]
Silthias has joined #ruby
Silthias1 has quit [Ping timeout: 255 seconds]
despai has quit [Quit: This computer has gone to sleep]
mim1k|wo1k is now known as mim1k|work
danguita has quit [Remote host closed the connection]
Shashikant86 has joined #ruby
aupadhye has joined #ruby
ccooke has quit [Remote host closed the connection]
nikivi has quit [Quit: ZNC 1.6.3 - http://znc.in]
astrobun_ has quit [Remote host closed the connection]
Beams has joined #ruby
blackmesa has joined #ruby
jeyraof has quit [Quit: This computer has gone to sleep]
kent\n has quit [Read error: Connection reset by peer]
kent\n has joined #ruby
workmad3 has joined #ruby
jeyraof has joined #ruby
devgiant has joined #ruby
LoneHerm_ has joined #ruby
hutch34 has joined #ruby
kent\n has quit [Remote host closed the connection]
jeyraof has quit [Quit: This computer has gone to sleep]
ccooke has joined #ruby
despai has joined #ruby
LoneHerm_ has quit [Ping timeout: 252 seconds]
Derperperd has joined #ruby
hutch34 has quit [Ping timeout: 256 seconds]
eggshke has joined #ruby
davezd has quit [Quit: Leaving]
Derperperd has quit [Ping timeout: 264 seconds]
davezd has joined #ruby
csk157 has quit [Ping timeout: 240 seconds]
jsrn_ has joined #ruby
nicolai86_ has joined #ruby
milardovich has joined #ruby
nicolai86 has quit [Quit: ZNC - http://znc.in]
last_staff has quit [Remote host closed the connection]
last_staff has joined #ruby
Cohedrin_ has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
devgiant has quit [Quit: Leaving]
csk157 has joined #ruby
milardovich has quit [Ping timeout: 276 seconds]
FrankD has joined #ruby
newrubycoder has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
ldnunes has joined #ruby
byte512 has quit [Ping timeout: 240 seconds]
JeanCarloMachado has joined #ruby
Silthias1 has joined #ruby
Silthias has quit [Ping timeout: 240 seconds]
is_null has quit [Changing host]
is_null has joined #ruby
kent\n has joined #ruby
lenwood has quit [Ping timeout: 240 seconds]
lenwood has joined #ruby
simmib___ has joined #ruby
Shashikant86 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
simmib_ has quit [Ping timeout: 255 seconds]
Shashikant86 has joined #ruby
xall has quit [Ping timeout: 248 seconds]
nobitanobi has quit [Remote host closed the connection]
Shashikant86 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jameser has quit [Ping timeout: 258 seconds]
binaryplease has joined #ruby
gregf_ has joined #ruby
prestorium has quit [Ping timeout: 245 seconds]
RedFromage has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Shashikant86 has joined #ruby
valkyrka has joined #ruby
<valkyrka> hi guys, I want to write a Ruby script to download the only the files added on today’s date but not sure how to achieve this using netftp, does anyone have any suggestions?
govg has joined #ruby
ferr1 has joined #ruby
woodruffw has quit [Ping timeout: 240 seconds]
aryaching has quit [Ping timeout: 240 seconds]
nankyokusei has joined #ruby
Shashikant86 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<valkyrka> is listing all the files from the directory, getting their date and only downloading files modified on that date the best way to go? or is there anything else I could use?
nadir has quit [Quit: Connection closed for inactivity]
prestorium has joined #ruby
nankyokusei has quit [Ping timeout: 258 seconds]
fclausen has joined #ruby
Shashikant86 has joined #ruby
lenwood has quit [Ping timeout: 255 seconds]
<apeiros> valkyrka: sounds like the way I'd go. no idea whether there's something better in ftp. what I'd probably research is whether you can provide filter options when reading a listing.
<apeiros> or whether you can get a listing which includes the date
<valkyrka> thanks apeiros
ifctj has joined #ruby
Chagel has quit [Ping timeout: 255 seconds]
SesMan has joined #ruby
jaruga_____ has joined #ruby
xen0fon has joined #ruby
millerti has joined #ruby
lucz has quit [Quit: kthxbai]
uybhvg has quit [Remote host closed the connection]
aupadhye has quit [Ping timeout: 258 seconds]
dagelf has quit [Remote host closed the connection]
dagelf has joined #ruby
davezd has quit [Ping timeout: 260 seconds]
aupadhye has joined #ruby
jenrzzz has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
hanmac has joined #ruby
jenrzzz has quit [Ping timeout: 240 seconds]
xen0fon has quit [Quit: xen0fon]
jameser has joined #ruby
tmtwd has joined #ruby
bkxd has quit [Ping timeout: 248 seconds]
blaxter has quit [Quit: foo]
<valkyrka> I managed to write this, however it doesn’t list the files that match today’s date (Feb 6) https://gist.github.com/anonymous/00bad8996b38cb89369af0376ea6ac25
<valkyrka> even though there is output matching that string (Feb 6)
<matthewd> valkyrka: Inspect the values of some of your intermediate variables, so check everything contains what you expect
lenwood has joined #ruby
The_Seeker has left #ruby [#ruby]
tmtwd has quit [Ping timeout: 240 seconds]
cydrobolt has quit [Ping timeout: 248 seconds]
<apeiros> valkyrka: `file_match_regex = Regexp.new('date_str')` does not do what you think it does
<apeiros> and I'm pretty sure the code in the line after that doesn't either
<apeiros> >> file_match_regex = Regexp.new('date_str')
<ruby[bot]> apeiros: # => /date_str/ (https://eval.in/731236)
hutch34 has joined #ruby
<valkyrka> oh
lenwood has quit [Ping timeout: 240 seconds]
vuoto has joined #ruby
brent__ has joined #ruby
cschneid_ has joined #ruby
hutch34 has quit [Ping timeout: 260 seconds]
xen0fon has joined #ruby
xen0fon has quit [Client Quit]
Derperperd has joined #ruby
<valkyrka> should I be listing the files from FTP and store them in an array, and then work with that?
brent__ has quit [Ping timeout: 255 seconds]
<apeiros> valkyrka: that makes certainly sense
gigetoo has quit [Ping timeout: 240 seconds]
cschneid_ has quit [Ping timeout: 255 seconds]
gigetoo has joined #ruby
yosafbridge has quit [Quit: Leaving]
Derperperd has quit [Ping timeout: 240 seconds]
fclausen has quit [Ping timeout: 252 seconds]
yosafbridge has joined #ruby
SesMan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
simmib has joined #ruby
dc4 has joined #ruby
simmib___ has quit [Ping timeout: 260 seconds]
aglorei1 has joined #ruby
leah2 has quit [Ping timeout: 255 seconds]
millerti has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Shashikant86 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
senayar has joined #ruby
aglorei has quit [Ping timeout: 240 seconds]
jameser has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
leah2 has joined #ruby
saneax is now known as saneax-_-|AFK
aglorei1 has quit [Quit: WeeChat 1.4]
aglorei has joined #ruby
nobitanobi has joined #ruby
Oxygen has joined #ruby
<Oxygen> why ruby
nobitanobi has quit [Remote host closed the connection]
lenwood has joined #ruby
despai has quit [Quit: This computer has gone to sleep]
aryaching has joined #ruby
<apeiros> Oxygen: because it's a nice language
gregf_ has quit [Quit: Page closed]
<xpt> because: robust usefull best & yay!
blackmesa has quit [Ping timeout: 240 seconds]
despai has joined #ruby
FrankD has quit [Ping timeout: 240 seconds]
FrankD has joined #ruby
FrankD has quit [Changing host]
FrankD has joined #ruby
nadir has joined #ruby
blackmesa has joined #ruby
Shashikant86 has joined #ruby
<dminuoso> Because Ruby has the most soothing logo of all languages.
ocbtec has joined #ruby
<dminuoso> I win.
mrVandermare has quit [Quit: Konversation terminated!]
nobitanobi has joined #ruby
* apeiros awards dminuoso with 💯 internet points!
nebben has quit [Remote host closed the connection]
jameser has joined #ruby
<xpt> because you can pick up a girl on ruby. All women likes gems.
Shashikant86 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
simmib has quit [Ping timeout: 240 seconds]
FrankD_ has joined #ruby
simmib has joined #ruby
<herwin> xpt: related: https://webcache.googleusercontent.com/search?q=cache:uAd51y4Ra_0J:www.bash.org/%3F925050
tlahtoani has joined #ruby
<xpt> xD
FrankD has quit [Ping timeout: 245 seconds]
Lord_of_Life has quit [Excess Flood]
* xpt just realised it's not #ruby-offtopic
tvw has joined #ruby
Lord_of_Life has joined #ruby
jameser has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jaruga_____ has quit [Quit: jaruga_____]
jaruga_____ has joined #ruby
jameser has joined #ruby
nankyokusei has joined #ruby
tvw has quit [Ping timeout: 240 seconds]
jaruga_____ has quit [Read error: Connection reset by peer]
jaruga_____ has joined #ruby
chouhoulis has joined #ruby
nankyokusei has quit [Ping timeout: 245 seconds]
Shashikant86 has joined #ruby
tvw has joined #ruby
lenwood has quit [Ping timeout: 240 seconds]
charliesome has quit [Read error: Connection reset by peer]
charliesome has joined #ruby
charliesome has quit [Client Quit]
pragmaticus has quit [Ping timeout: 240 seconds]
xall has joined #ruby
blackmesa has quit [Ping timeout: 255 seconds]
jameser has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<dminuoso> xpt: For ruby questions please use #ruby-offtopic-offtopic
<apeiros> doesn't that redirect to #ruby-ontopic?
anisha_ has quit [Quit: Leaving]
jameser has joined #ruby
xlegoman has joined #ruby
<dminuoso> Why would it?
<dminuoso> Can we have a #ruby-ontopic-offtopic too?
<apeiros> #ruby should redirect to #rubyoffrails anyway
<apeiros> people are too confused right now
<ljarvis> not for as long as i live
_main_ has joined #ruby
<apeiros> we can help that
<xpt> maybe unregistered users should be redirected to #rubyonrails ? Those registered seems to know how irc works
<xpt> usually
<ljarvis> they don't accept unregistered users
<ljarvis> apeiros: you'll have to find me first!
<xpt> We know that your IP addr are 127.0.0.1 and ::1
<xpt> We can find you now
xlegoman has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
__main__ has quit [Ping timeout: 258 seconds]
<dminuoso> 14:35 < xpt> maybe unregistered users should be redirected to #rubyonrails ? Those registered seems to know how irc works
<dminuoso> Is this a democrazy?
_main_ is now known as __main__
<dminuoso> Can I vote +3 somewhere?
<dminuoso> Maybe with some bribes?
dc4 has quit [Read error: Connection reset by peer]
<ljarvis> yes, your vote has been cast. would you like to vote again?
<dminuoso> Depends on how much
* xpt suggest croudfounding for bribes
<dminuoso> ljarvis: do you accept bitcoin?
simmib has quit [Remote host closed the connection]
<ljarvis> no, do i look like i accept that black hat internet currency
<apeiros> voting by money - it's already a thing. would just be more honest if we'd make it like that.
Lyubo1_VOC is now known as Lyubo1
simmib_ has joined #ruby
<ljarvis> hands up if you want to live in apeiros' dystopian future
<apeiros> as if it was the future. it's the present.
<dminuoso> ljarvis: Did you just pull the racism card on my money?
<apeiros> but -> ot
<ljarvis> dminuoso: we also do not accept this "racism" card you speak of, credit cards only
<ljarvis> but yeah ot
<dminuoso> ot could also mean ontopic.
<dminuoso> ot sucks as an abbreviation
* dminuoso would like a cookie for that observation
<ljarvis> dont all of them suck, really
dc4 has joined #ruby
simmib_ has quit [Ping timeout: 258 seconds]
chouhoulis has quit [Remote host closed the connection]
c355e3b has joined #ruby
sepp2k has joined #ruby
FastJack has quit [Quit: update!]
* apeiros hands dminuoso a 🍪
<apeiros> here you go
Qchmqs has joined #ruby
<dminuoso> <3
<ljarvis> ?pizza
<ruby[bot]> here's your pizza: 🍕
charliesome has joined #ruby
chouhoulis has joined #ruby
banisterfiend has quit [Ping timeout: 240 seconds]
Beams_ has joined #ruby
bkxd has joined #ruby
ddffg has joined #ruby
xall has quit [Ping timeout: 264 seconds]
synthroid has joined #ruby
chouhoulis has quit [Ping timeout: 240 seconds]
Beams has quit [Ping timeout: 255 seconds]
senayar has quit [Ping timeout: 255 seconds]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Rodya_ has joined #ruby
JeanCarloMachado has quit [Ping timeout: 240 seconds]
bkxd has quit [Ping timeout: 256 seconds]
senayar has joined #ruby
senayar has joined #ruby
senayar has quit [Changing host]
tyang has joined #ruby
FastJack has joined #ruby
troulouliou_div2 has joined #ruby
CloCkWeRX has quit [Quit: Leaving.]
ifctj has quit [Ping timeout: 240 seconds]
saslam has joined #ruby
hutch34 has joined #ruby
Shashikant86 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
hutch34 has quit [Ping timeout: 240 seconds]
saneax-_-|AFK is now known as saneax
Derperperd has joined #ruby
lxsameer has quit [Ping timeout: 255 seconds]
fclausen has joined #ruby
saslam has quit [Ping timeout: 248 seconds]
Snickers has quit [Quit: Snickers]
Derperperd has quit [Ping timeout: 252 seconds]
ifctj has joined #ruby
SesMan has joined #ruby
Cymew has quit [Remote host closed the connection]
ramortegui has joined #ruby
fclausen has quit [Ping timeout: 252 seconds]
circ-user-cBu2W has joined #ruby
jameser has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
circ-user-cBu2W has quit [Remote host closed the connection]
Shashikant86 has joined #ruby
millerti has joined #ruby
brent__ has joined #ruby
binaryplease has quit [Ping timeout: 245 seconds]
millerti has quit [Client Quit]
eggshke has quit []
eindoofus has joined #ruby
ifctj has quit [Ping timeout: 240 seconds]
malconis has joined #ruby
woodruffw has joined #ruby
saslam has joined #ruby
[dmp] has quit [Quit: WeeChat 1.3]
Cymew has joined #ruby
binaryplease has joined #ruby
woodruffw has quit [Client Quit]
mostlybadfly has quit [Quit: Connection closed for inactivity]
woodruffw has joined #ruby
Shashikant86 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
brent__ has quit [Ping timeout: 248 seconds]
eugenmayer has joined #ruby
[dmp] has joined #ruby
xall has joined #ruby
banisterfiend has joined #ruby
irondocwatson has joined #ruby
Shashikant86 has joined #ruby
harai has joined #ruby
<Zarthus> neat to know, manveru
brent__ has joined #ruby
gnufied has joined #ruby
Technodrome has joined #ruby
xall has quit [Ping timeout: 252 seconds]
cibs has quit [Ping timeout: 258 seconds]
hutch34 has joined #ruby
cibs has joined #ruby
brent__ has quit [Ping timeout: 240 seconds]
__Yiota has joined #ruby
UserJosh has joined #ruby
fuzzyhorns has joined #ruby
msmith has joined #ruby
FrankD_ has quit [Changing host]
FrankD_ has joined #ruby
FrankD_ is now known as FrankD
xall has joined #ruby
hutch34 has quit [Quit: WeeChat 1.5]
Shashikant86 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jshjsh has quit [Ping timeout: 255 seconds]
jameser has joined #ruby
Shashikant86 has joined #ruby
Zamyatin has joined #ruby
testuser2 has quit [Quit: leaving]
ddrmanxbxfr has joined #ruby
nofxxx has quit []
fuzzyhorns1 has joined #ruby
satpal has joined #ruby
fuzzyhorns has quit [Ping timeout: 258 seconds]
chihhsin has joined #ruby
jenrzzz has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
negatifze has quit [Ping timeout: 276 seconds]
<satpal> is there a way to use ruby as a shell
<dminuoso> satpal: irb / pry
<satpal> ???
<Qchmqs> why would you want ruby as a shell tho ?
<satpal> is that a package?
<dminuoso> satpal: irb comes with plain ruby, irb is a gem
<satpal> oh
<dminuoso> satpal: err pry is a gem
<satpal> thanks
<dminuoso> ?pry
<ruby[bot]> Pry, the better IRB, provides easy object inspection `ls`, `history`, viewing docs `?`, viewing source `$`, syntax highlighting and other features (see `help` for more). Put `binding.pry` in your source code for easy debugging. Install Pry (https://pryrepl.org/): gem install pry pry-doc
bmurt has joined #ruby
<dminuoso> satpal: I highly recommend you skip irb and try out pry, it's got much more features and usefulnesses.
<satpal> okay
satpal has left #ruby [#ruby]
bkxd has joined #ruby
rileyy has quit [Quit: ZNC 1.6.3 - http://znc.in]
jenrzzz has quit [Ping timeout: 240 seconds]
rileyy has joined #ruby
malconis_ has joined #ruby
bkxd has quit [Ping timeout: 258 seconds]
malconis has quit [Ping timeout: 240 seconds]
polishdub has joined #ruby
cdg has joined #ruby
rippa has joined #ruby
senayar has quit [Read error: Connection reset by peer]
senayar_ has joined #ruby
saslam has quit [Ping timeout: 276 seconds]
blackwind_123 has joined #ruby
binaryplease has quit [Quit: binaryplease]
gregf_ has joined #ruby
saslam has joined #ruby
yqt has joined #ruby
blackbombay has joined #ruby
zapata has quit [Ping timeout: 255 seconds]
blackbom1 has quit [Ping timeout: 252 seconds]
lele has quit [Ping timeout: 252 seconds]
__main__ has quit [Read error: Connection reset by peer]
jameser has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jrafanie has joined #ruby
__main__ has joined #ruby
lele has joined #ruby
jaiks has quit [Remote host closed the connection]
blackmesa has joined #ruby
nankyokusei has joined #ruby
xen0fon has joined #ruby
cpruitt has joined #ruby
xen0fon has quit [Client Quit]
jaiks has joined #ruby
nankyokusei has quit [Ping timeout: 256 seconds]
JeanCarloMachado has joined #ruby
saneax is now known as saneax-_-|AFK
zapata has joined #ruby
ferr1 has quit [Quit: WeeChat 1.6]
teclator has quit [Remote host closed the connection]
lenwood has joined #ruby
gregf_ has quit [Ping timeout: 260 seconds]
grh has quit [Ping timeout: 260 seconds]
msmith has quit [Remote host closed the connection]
msmith has joined #ruby
gregf__ has joined #ruby
irondocwatson has quit [Quit: WeeChat 1.6]
dionysus69 has quit [Ping timeout: 256 seconds]
ta has quit [Remote host closed the connection]
Seb has joined #ruby
<Seb> can I not modify a previously-defined variable within a case statement ?
<Seb> seems like whatever I assign in my 'when' cases, the variable keeps the value it had before my program entered the case structure
despai has quit [Quit: This computer has gone to sleep]
msmith has quit [Remote host closed the connection]
<havenwood> >> seb = 777; case true; when true then seb = 42 end; seb
<ruby[bot]> havenwood: # => 42 (https://eval.in/731300)
<havenwood> Seb: Have a small example you can link to a gist of?
<Seb> let me see
<Seb> fuck me, can't reproduce it outside of capistrano
zenspider has quit [Ping timeout: 260 seconds]
<Seb> havenwood: let me try to cook up something decently short
vuoto has quit [Quit: Lost terminal]
mitt3ns has joined #ruby
patarr has joined #ruby
<Seb> renamed my file to Capfile, ran cap -T, and I get the expected output
<Seb> so clearly the problem is comfortably installed between keyboard and chair
<mitt3ns> Mornin' folks
<havenwood> mitt3ns: g'mornin'
agent_white has quit [Disconnected by services]
mitt3ns is now known as agent_white
hcwala has joined #ruby
<agent_white> \o
mitt3ns has joined #ruby
msmith has joined #ruby
sanguisdex has joined #ruby
lenwood has quit [Ping timeout: 252 seconds]
Beams has joined #ruby
Shashikant86 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
chouhoulis has joined #ruby
jhack has joined #ruby
Beams_ has quit [Ping timeout: 264 seconds]
xen0fon has joined #ruby
tercenya has quit [Remote host closed the connection]
tercenya has joined #ruby
Guest69 has joined #ruby
FrankD_ has joined #ruby
railswebdev has joined #ruby
bkxd has joined #ruby
dfedde has joined #ruby
fuzzyhorns1 has quit [Quit: Leaving.]
bayed has joined #ruby
bayed has quit [Client Quit]
amagawdd has joined #ruby
FrankD has quit [Ping timeout: 245 seconds]
bkxd has quit [Ping timeout: 255 seconds]
cpruitt has quit [Quit: cpruitt]
jrafanie_ has joined #ruby
jrafanie has quit [Ping timeout: 245 seconds]
cschneid_ has joined #ruby
micah has joined #ruby
shinnya has joined #ruby
<micah> can I reduce this somehow? http://paste.debian.net/plain/913027
<micah> if I try to add a split in there, and the value is nil, it gives an error because split() cant be run on a nil
thejoecarroll has quit [Ping timeout: 252 seconds]
<Papierkorb> micah: You could use the &. operator (both on #split and on #first, common gotcha), or do something like `(shorewall_version || "").split(...)`
<Papierkorb> micah: &. is ruby 2.3+, the second solution works with any version
<micah> Papierkorb: thanks
Derperperd has joined #ruby
malconis_ has quit [Quit: Textual IRC Client: www.textualapp.com]
malconis has joined #ruby
teclator has joined #ruby
despai has joined #ruby
lenwood has joined #ruby
fclausen has joined #ruby
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
amagawdd has quit [Quit: Leaving...]
csk157 has quit [Ping timeout: 260 seconds]
Derperperd has quit [Ping timeout: 240 seconds]
fuzzyhorns has joined #ruby
fclausen has quit [Ping timeout: 252 seconds]
xen0fon has quit [Remote host closed the connection]
Qchmqs has quit [Quit: Konversation terminated!]
brent__ has joined #ruby
binarycleric has left #ruby [#ruby]
UserJosh has quit [Ping timeout: 240 seconds]
sucks has joined #ruby
sucks has quit [Max SendQ exceeded]
synthroid has quit [Remote host closed the connection]
troulouliou_div2 has quit [Quit: Leaving]
lenwood has quit [Ping timeout: 258 seconds]
nckpz has joined #ruby
lenwood has joined #ruby
dionysus69 has joined #ruby
Snickers has joined #ruby
<ljarvis> you could keep the condition for readability imo
<ljarvis> should*
<baweaver> shorewall_version = Facter::Util::Resolution.exec('shorewall version') || ''
<baweaver> shorewall_major_version = shorewall_version.split('.').first
<ljarvis> but then major version is a blank string
<ljarvis> er
<ljarvis> shh
* ljarvis coffee
* baweaver sips his coffee
lenwood has quit [Ping timeout: 255 seconds]
* baweaver debates between blank major version and absence of which
<baweaver> depends heavily on the following code I guess
<ljarvis> yep
<ljarvis> much ambiguity
<baweaver> I just have a thing against nil
<ljarvis> you must have an awful time writing Ruby
username_ has joined #ruby
<baweaver> Where possible I prefer sane returns
username1 has joined #ruby
<danielpclark> >> puts RUBY_VERSION
<ruby[bot]> danielpclark: # => 2.3.0 ...check link for more (https://eval.in/731347)
<baweaver> such that a method like select returns an empty array instead of nil if nothing is found
<baweaver> that type of sane default
<baweaver> I'll still use nil, but only where it actually makes sense
<ljarvis> sure, but nil is sometimes better than an empty string in many cases
<ljarvis> yeah
<baweaver> In this case it depends heavily on later context which we don't have
<ljarvis> indeed
<baweaver> so we'll call it a draw today
<baweaver> http://fsharpforfunandprofit.com/rop/ - this is actually a fun read
<baweaver> not to say it's always sane in Ruby though, more for FP languages
simmib_ has joined #ruby
synthroid has joined #ruby
agent_white has quit [Ping timeout: 245 seconds]
Beams_ has joined #ruby
conta has quit [Ping timeout: 256 seconds]
saslam has quit [Ping timeout: 240 seconds]
hobodave has joined #ruby
ddffg has quit [Remote host closed the connection]
blackmesa has quit [Ping timeout: 264 seconds]
KCmetro has joined #ruby
simmib_ has quit [Ping timeout: 258 seconds]
Beams has quit [Ping timeout: 276 seconds]
agent_white has joined #ruby
vuoto has joined #ruby
vuoto has quit [Remote host closed the connection]
aganov has quit [Remote host closed the connection]
Anonymoose2 has joined #ruby
colegatron has joined #ruby
Xentil has joined #ruby
thejoecarroll has joined #ruby
govg has quit [Ping timeout: 256 seconds]
jenrzzz has joined #ruby
reverberations has quit [Ping timeout: 255 seconds]
JoshS has joined #ruby
sucks has joined #ruby
bkxd has joined #ruby
FrankD_ has joined #ruby
FrankD_ has quit [Changing host]
beatdown has quit [Quit: Severed corpses make good fucks.]
jenrzzz has quit [Ping timeout: 240 seconds]
SesMan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dionysus69 has quit [Quit: dionysus69]
cajone has left #ruby [#ruby]
bkxd has quit [Ping timeout: 240 seconds]
mark_66 has quit [Remote host closed the connection]
BitWhisperer has quit [Ping timeout: 258 seconds]
cajone has joined #ruby
hcwala has quit [Remote host closed the connection]
dc4 has quit [Ping timeout: 258 seconds]
jsrn_ has quit [Quit: Leaving]
shinnya has quit [Ping timeout: 240 seconds]
vuoto has joined #ruby
[Butch] has joined #ruby
vuoto has quit [Remote host closed the connection]
sneakerhax has quit [Ping timeout: 240 seconds]
marxarelli has joined #ruby
nobitanobi has quit [Remote host closed the connection]
Snickers has quit [Quit: Snickers]
sucks has quit [Remote host closed the connection]
Beams has joined #ruby
sucks has joined #ruby
andikr has quit [Remote host closed the connection]
username1 has quit [Ping timeout: 255 seconds]
username_ has quit [Ping timeout: 255 seconds]
shwouchk has joined #ruby
Beams_ has quit [Ping timeout: 240 seconds]
senayar_ has quit []
xall_ has joined #ruby
valkyrka has quit [Quit: valkyrka]
lxsameer has joined #ruby
hutch34 has joined #ruby
amagawdd has joined #ruby
xall has quit [Ping timeout: 240 seconds]
Zamyatin has quit [Quit: Knocking out. Peace y'all...]
djbkd has joined #ruby
despai has quit [Quit: This computer has gone to sleep]
despai has joined #ruby
Toordog- has joined #ruby
Toordog- is now known as Toordog_
Toordog_ has quit [Changing host]
Toordog_ has joined #ruby
devon21 has joined #ruby
vuoto has joined #ruby
Derperperd has joined #ruby
Lord_of_Life has quit [Excess Flood]
Lord_of_Life has joined #ruby
Derperperd has quit [Ping timeout: 240 seconds]
mikecmpbll has quit [Ping timeout: 256 seconds]
despai has quit [Quit: This computer has gone to sleep]
<nullsign> hrm
Danishman has joined #ruby
<nullsign> im running into some UTF-8 windows fucks up CSV files issues with the CSV gem
<nullsign> what's an easy way to strip all encoding from a string?
colegatron has quit [Quit: Leaving]
jshjsh has joined #ruby
<nullsign> i can output the columns fine now, but some of the encoding is remaining in it.
last_staff has quit [Quit: last_staff]
vuoto has quit [Quit: Lost terminal]
aupadhye has quit [Ping timeout: 255 seconds]
vuoto has joined #ruby
vuoto has quit [Remote host closed the connection]
cdg has quit [Remote host closed the connection]
JoshS has quit [Ping timeout: 245 seconds]
joneshf-laptop has quit [Remote host closed the connection]
cdg has joined #ruby
xzhao has quit [Remote host closed the connection]
__Yiota has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
blackbom1 has joined #ruby
blackbombay has quit [Ping timeout: 255 seconds]
<apeiros> you fundamentally misunderstand encodings
<ljarvis> ouch
<apeiros> encoding means "how is byte x/how are bytes xyz represented as characters"
<apeiros> you can't "strip away" encodings.
antoniobeyah has joined #ruby
<apeiros> the closest thing to "strip away the encoding" is to consider data as binary, where no byte or byte sequence has a corresponding character. but that's not very useful with csv.
<apeiros> so much re terminology. now to help you with your problem: I'll make a wild guess: by "fucks up" you mean you have some characters in your csv which "look broken". is that correct?
aufi has quit [Quit: Leaving]
Beams has quit [Quit: .]
speakingcode has joined #ruby
Derperperd has joined #ruby
armyriad has quit [Ping timeout: 240 seconds]
armyriad has joined #ruby
JoshS has joined #ruby
<apeiros> ping nullsign - ^
Derperperd has quit [Ping timeout: 256 seconds]
jshjsh has quit [Ping timeout: 240 seconds]
postmodern has joined #ruby
bkxd has joined #ruby
manolo has joined #ruby
agent_white has quit [Ping timeout: 240 seconds]
manolo has quit [Client Quit]
bkxd has quit [Ping timeout: 256 seconds]
amclain has joined #ruby
<nullsign> it's ok, i fixed it...
hahuang65 has joined #ruby
user121212 has joined #ruby
<nullsign> apeiros: i meant to say transform it, i was not very clear.
despai has joined #ruby
pilne has joined #ruby
LoneHerm_ has joined #ruby
UnknownSoldier has quit [Read error: Connection reset by peer]
agent_white has joined #ruby
nofxx has joined #ruby
manolo has joined #ruby
manolo has quit [Client Quit]
dasher00 has joined #ruby
dasher00 has quit [Remote host closed the connection]
hobodave has quit [Quit: Computer has gone to sleep.]
<user121212> I have HTML template and want to add a cms functionality, just a few pages. What will be suitable CMS for this purpose?
dasher00 has joined #ruby
segy has quit [Ping timeout: 260 seconds]
hahuang61 has joined #ruby
govg has joined #ruby
segy has joined #ruby
yehowyada has joined #ruby
blackbombay has joined #ruby
fclausen has joined #ruby
blackbom1 has quit [Ping timeout: 260 seconds]
blackbom1 has joined #ruby
xall has joined #ruby
spiette has joined #ruby
fclausen has quit [Ping timeout: 252 seconds]
blackbombay has quit [Ping timeout: 248 seconds]
Snickers has joined #ruby
xall_ has quit [Ping timeout: 245 seconds]
[spoiler] has joined #ruby
karapetyan has joined #ruby
antgel has quit [Ping timeout: 240 seconds]
[spoiler] has quit [Client Quit]
[spoiler] has joined #ruby
__Yiota has joined #ruby
troulouliou_dev has joined #ruby
aryaching has quit [Ping timeout: 245 seconds]
ta has joined #ruby
ta has quit [Remote host closed the connection]
minimalism has joined #ruby
gnufied has quit [Ping timeout: 255 seconds]
meshsmith has joined #ruby
jshjsh has joined #ruby
nofxxx has joined #ruby
JoshS has quit [Ping timeout: 256 seconds]
renchan has quit [Quit: Leaving...]
MrBusiness has quit [Ping timeout: 240 seconds]
ta has joined #ruby
cdg has quit [Read error: Connection reset by peer]
cdg has joined #ruby
elifoster has joined #ruby
gnufied has joined #ruby
pancakebreakfast has joined #ruby
agent_white is now known as agent_mega
agent_mega is now known as agent_white
chouhoul_ has joined #ruby
AndBobsYourUncle has joined #ruby
tvw has quit [Remote host closed the connection]
chouhoulis has quit [Ping timeout: 240 seconds]
fuzzyhorns has quit [Quit: Leaving.]
chouhoul_ has quit [Remote host closed the connection]
chouhoulis has joined #ruby
jshjsh has quit [Ping timeout: 256 seconds]
karapetyan has quit [Remote host closed the connection]
JoshS has joined #ruby
karapetyan has joined #ruby
mostlybadfly has joined #ruby
nobitanobi has joined #ruby
Cohedrin_ has joined #ruby
sucks has quit [Quit: Leaving]
Cohedrin_ has quit [Client Quit]
cdg has quit [Remote host closed the connection]
Cohedrin_ has joined #ruby
karapety_ has joined #ruby
user121212 has quit [Ping timeout: 260 seconds]
leah2 has quit [Ping timeout: 240 seconds]
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
jenrzzz has joined #ruby
karapetyan has quit [Ping timeout: 276 seconds]
mlindahl_ has quit []
reverberations has joined #ruby
bkxd has joined #ruby
fuzzyhorns has joined #ruby
<sanguisdex> so where can I define ENV vars where ruby will read them. When I use teh AWS_SDK gem I get a 407 error despite haveing $https_proxy set in my .profile
leah2 has joined #ruby
Anonymoose2 has quit [Ping timeout: 240 seconds]
jenrzzz has quit [Ping timeout: 264 seconds]
msmith has quit [Remote host closed the connection]
xen0fon has joined #ruby
c-c has quit [Ping timeout: 245 seconds]
eindoofus has quit [Ping timeout: 256 seconds]
bkxd has quit [Ping timeout: 252 seconds]
msmith has joined #ruby
c-c has joined #ruby
c-c is now known as Guest92673
bmurt has joined #ruby
tolerablyjake has joined #ruby
AndBobsYourUncle has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
xen0fon has quit [Client Quit]
iceden has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
AndBobsYourUncle has joined #ruby
vuoto has joined #ruby
ramfjord has joined #ruby
xall has quit [Ping timeout: 240 seconds]
flying has joined #ruby
hobodave has joined #ruby
anotherpi has joined #ruby
troulouliou_dev has quit [Quit: Leaving]
wilbert has joined #ruby
dfedde has quit [Ping timeout: 241 seconds]
aryaching has joined #ruby
KensoDev has joined #ruby
Lyfe has joined #ruby
bocaneri has quit [Read error: Connection reset by peer]
aryaching has quit [Ping timeout: 240 seconds]
karapety_ has quit [Remote host closed the connection]
wilbert has quit [Ping timeout: 240 seconds]
<apeiros> sanguisdex: ruby doesn't read any env variables. your shell does. and passes them on to ruby.
nobitanobi has quit [Remote host closed the connection]
<apeiros> (or whichever process invokes ruby)
Technodrome has quit [Ping timeout: 255 seconds]
pancakebreakfast has quit [Quit: WeeChat 1.7]
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
karapetyan has joined #ruby
aryaching has joined #ruby
saslam has joined #ruby
pancakebreakfast has joined #ruby
Lildirt has quit [Ping timeout: 258 seconds]
duderonomy has joined #ruby
Lildirt has joined #ruby
kirun has joined #ruby
aryaching has quit [Ping timeout: 255 seconds]
Derperperd has joined #ruby
KensoDev has quit [Quit: Textual IRC Client: www.textualapp.com]
zeroDi has joined #ruby
xen0fon has joined #ruby
wilbert has joined #ruby
renchan has joined #ruby
cahoots has joined #ruby
pancakebreakfast has quit [Quit: WeeChat 1.7]
hahuang65 has quit [Remote host closed the connection]
iceden has joined #ruby
sanguisdex has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
balazs has joined #ruby
despai has quit [Quit: This computer has gone to sleep]
pancakebreakfast has joined #ruby
anotherpi has quit [Ping timeout: 258 seconds]
ixti has joined #ruby
xen0fon has quit [Quit: xen0fon]
hahuang61 has quit [Ping timeout: 258 seconds]
milardovich has joined #ruby
flying has quit []
renchan has quit [Remote host closed the connection]
last_staff has joined #ruby
bkxd has joined #ruby
blackmesa has joined #ruby
tyang_ has joined #ruby
karapetyan has quit [Remote host closed the connection]
grh has joined #ruby
bkxd has quit [Ping timeout: 276 seconds]
rrios has joined #ruby
hahuang65 has joined #ruby
tyang has quit [Ping timeout: 256 seconds]
vuoto has quit [Quit: Lost terminal]
tvw has joined #ruby
vuoto has joined #ruby
tvw has quit [Client Quit]
tvw has joined #ruby
r__rios has quit [Ping timeout: 252 seconds]
vuoto_ has joined #ruby
prestorium has quit [Quit: Leaving]
Uranio has joined #ruby
JeanCarloMachado has quit [Ping timeout: 240 seconds]
Uranio has left #ruby [#ruby]
wilbert has quit [Ping timeout: 264 seconds]
bmurt has joined #ruby
fclausen has joined #ruby
vuoto has quit [Remote host closed the connection]
vuoto_ has quit [Remote host closed the connection]
wilbert has joined #ruby
<apeiros> seriously, oracle, the worst company on earth. "how to install x: download file y, then …" you'd think there would actually be a link to file y *somewhere on that page*. you'd be mistaken, though :<
ldnunes has quit [Quit: Leaving]
<chrisseaton> apeiros: what are you stuck with?
<Zarthus> apeiros; be careful, they might sue you
<apeiros> with oracle putting the download link into the navigation section and not giving a hint :-|
<apeiros> found it now
<apeiros> Zarthus: yeah, I almost published a benchmark when <product which shall not be named here> was 50x slower than sqlite for a given query
<apeiros> good thing I didn't. they can sue you for that since it's forbidden via eula
<apeiros> chrisseaton: thanks for offering help btw.!
AndBobsYourUncle has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
karapetyan has joined #ruby
dopamean_ has joined #ruby
fclausen has quit [Ping timeout: 252 seconds]
<apeiros> yay, closure compiler running. finally minified ES6.
blackmesa has quit [Ping timeout: 258 seconds]
<apeiros> whaaaat? closer-compiler wants to transpile my ES6.
* apeiros sad
milardovich has quit [Remote host closed the connection]
AndBobsYourUncle has joined #ruby
ifctj has joined #ruby
jaruga_____ has quit [Quit: jaruga_____]
OTORelic has quit [Ping timeout: 240 seconds]
Eiam has quit [Quit: ╯°□°)╯︵ǝpouǝǝɹɟ]
Eiam has joined #ruby
pancakebreakfast has quit [Quit: WeeChat 1.7]
milardovich has joined #ruby
OTORelic has joined #ruby
msmith has quit [Remote host closed the connection]
ifctj has quit [Ping timeout: 276 seconds]
vuoto has joined #ruby
johnny56_ has quit [Ping timeout: 264 seconds]
karapetyan has quit [Remote host closed the connection]
pancakebreakfast has joined #ruby
cajone has quit [Ping timeout: 240 seconds]
msmith has joined #ruby
msmith_ has joined #ruby
msmith has quit [Remote host closed the connection]
jhack has quit [Quit: jhack]
cajone has joined #ruby
pliniker has joined #ruby
blackbombay has joined #ruby
dionysus69 has joined #ruby
elifoster has quit [Quit: class]
blackbom1 has quit [Ping timeout: 258 seconds]
tyang_ has quit [Read error: Connection reset by peer]
tyang_ has joined #ruby
meshsmith has quit [Remote host closed the connection]
jenrzzz has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
jobewan has joined #ruby
blackbom1 has joined #ruby
pancakebreakfast has quit [Quit: WeeChat 1.7]
kht has joined #ruby
pancakebreakfast has joined #ruby
JoshS has quit [Ping timeout: 256 seconds]
jenrzzz has quit [Ping timeout: 245 seconds]
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
blackbombay has quit [Ping timeout: 260 seconds]
blackmesa has joined #ruby
szulak_ has joined #ruby
wilbert has quit [Ping timeout: 260 seconds]
bkxd has joined #ruby
hahuang61 has joined #ruby
enterprisey has joined #ruby
Rodya_ has quit [Quit: Leaving...]
bkxd has quit [Ping timeout: 240 seconds]
patarr has quit [Ping timeout: 240 seconds]
railswebdev has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Guest69 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
wilbert has joined #ruby
Guest69 has joined #ruby
railswebdev has joined #ruby
xen0fon has joined #ruby
leksster has joined #ruby
ur5us has joined #ruby
jhack has joined #ruby
hahuang61 has quit [Ping timeout: 240 seconds]
jenrzzz has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
cdg has joined #ruby
vuoto has quit [Remote host closed the connection]
xen0fon has quit [Quit: xen0fon]
simmib has joined #ruby
dionysus69 has quit [Quit: dionysus69]
AndBobsYourUncle has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
karapetyan has joined #ruby
Cohedrin_ has quit [Remote host closed the connection]
simmib has quit [Ping timeout: 240 seconds]
ur5us has quit [Remote host closed the connection]
garrr has joined #ruby
ur5us has joined #ruby
AndBobsYourUncle has joined #ruby
jenrzzz_ has joined #ruby
Cohedrin_ has joined #ruby
grh has quit [Ping timeout: 240 seconds]
garrr has quit [Client Quit]
garr has joined #ruby
jenrzzz has quit [Ping timeout: 276 seconds]
<garr> Hi
karapetyan has quit [Remote host closed the connection]
ur5us has quit [Ping timeout: 264 seconds]
troulouliou_dev has joined #ruby
garr has left #ruby [#ruby]
[Butch] has quit [Quit: I'm out . . .]
nobitanobi has joined #ruby
Alina-malina has quit [Ping timeout: 256 seconds]
patarr has joined #ruby
vikaton has joined #ruby
nobitanobi has quit [Ping timeout: 252 seconds]
AndBobsYourUncle has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
railswebdev has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Guest69 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
LoneHerm_ has quit [Remote host closed the connection]
LoneHerm_ has joined #ruby
kylo_ has joined #ruby
johnny56_ has joined #ruby
karapetyan has joined #ruby
tyang_ has quit [Read error: Connection reset by peer]
hobodave has quit [Quit: Computer has gone to sleep.]
karapetyan has quit [Read error: No route to host]
karapetyan has joined #ruby
LoneHerm_ has quit [Ping timeout: 256 seconds]
yqt has quit [Ping timeout: 245 seconds]
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dionysus69 has joined #ruby
<Radar> hi.
tomphp has joined #ruby
leksster has quit [Remote host closed the connection]
ifctj has joined #ruby
Alina-malina has joined #ruby
synthroid has quit []
kht has quit [Ping timeout: 240 seconds]
ifctj has quit [Ping timeout: 255 seconds]
karapetyan has quit [Remote host closed the connection]
Guest69 has joined #ruby
railswebdev has joined #ruby
lxsameer has quit [Quit: WeeChat 1.6]
troulouliou_dev has quit [Quit: Leaving]
anotherpi has joined #ruby
skweek has joined #ruby
Alina-malina has quit [Ping timeout: 258 seconds]
msmith_ has quit [Remote host closed the connection]
ocbtec has quit [Ping timeout: 240 seconds]
ur5us has joined #ruby
msmith has joined #ruby
fclausen has joined #ruby
blackbom1 has quit [Ping timeout: 245 seconds]
hobodave has joined #ruby
dionysus69 has quit [Ping timeout: 256 seconds]
AndBobsYourUncle has joined #ruby
msmith has quit [Ping timeout: 240 seconds]
bkxd has joined #ruby
blackmesa has quit [Ping timeout: 256 seconds]
cydrobolt has joined #ruby
cydrobolt has quit [Changing host]
cydrobolt has joined #ruby
Alina-malina has joined #ruby
pskosinski has quit [Remote host closed the connection]
blackwind_123 has quit [Ping timeout: 240 seconds]
bkxd has quit [Ping timeout: 255 seconds]
blackwind_123 has joined #ruby
szulak_ has quit [Quit: Textual IRC Client: www.textualapp.com]
boombox_ has joined #ruby
KCmetro has quit [Remote host closed the connection]
pancakebreakfast has quit [Ping timeout: 240 seconds]
sepp2k has quit [Ping timeout: 260 seconds]
<agent_white> HO
AndrewIsHere has joined #ruby
kylo__ has joined #ruby
kylo__ has quit [Read error: Connection reset by peer]
blackbom1 has joined #ruby
pancakebreakfast has joined #ruby
enterprisey has quit [Read error: Connection reset by peer]
blackmesa has joined #ruby
amagawdd has quit [Remote host closed the connection]
amagawdd has joined #ruby
jhack has quit [Quit: jhack]
blackbom1 has quit [Ping timeout: 240 seconds]
marxarelli is now known as marxarelli|afk
pancakebreakfast has quit [Ping timeout: 255 seconds]
harfangk has quit [Quit: Textual IRC Client: www.textualapp.com]
despai has joined #ruby
boombox_ has quit [Remote host closed the connection]
nadir is now known as GunDish
pancakebreakfast has joined #ruby
jhack has joined #ruby
loncat has joined #ruby
dc4 has joined #ruby
pancakebreakfast has quit [Ping timeout: 255 seconds]
fuzzyhorns has quit [Quit: Leaving.]
loncat has quit [Quit: AndroIRC - Android IRC Client ( http://www.androirc.com )]
marxarelli|afk is now known as marxarelli
__Yiota has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<spiette> i'm using omnibus for the first time and I was wondering how can I use a specific version of a software (let's say openssl) or use one of its parameters
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
enterprisey has joined #ruby
xen0fon has joined #ruby
sepp2k has joined #ruby
jenrzzz_ has quit [Ping timeout: 252 seconds]
GunDish is now known as nadir
SeepingN has joined #ruby
pancakebreakfast has joined #ruby
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ramortegui has quit [Quit: Ex-Chat]
aryaching has joined #ruby
jenrzzz has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
yehowyada has quit [Quit: Textual IRC Client: www.textualapp.com]
dmarr has joined #ruby
nowhereman has joined #ruby
cdg has quit [Remote host closed the connection]
xelkarin has joined #ruby
cdg has joined #ruby
polishdub has quit [Quit: Leaving]
existensil has quit [Quit: WeeChat 0.4.2]
xen0fon has quit [Quit: xen0fon]
Oxygen has left #ruby ["Leaving"]
existensil has joined #ruby
ixti has quit [Ping timeout: 240 seconds]
Puffball_ has joined #ruby
loincloth has joined #ruby
dc4 has quit [Ping timeout: 248 seconds]
Puffball has quit [Ping timeout: 240 seconds]
xen0fon has joined #ruby
cahoots_ has joined #ruby
patarr has quit [Ping timeout: 256 seconds]
cahoots has quit [Ping timeout: 276 seconds]
cahoots_ has quit [Ping timeout: 240 seconds]
bkxd has joined #ruby
jenrzzz_ has joined #ruby
cschneid_ has quit [Remote host closed the connection]
jrafanie_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jenrzzz has quit [Ping timeout: 240 seconds]
bkxd has quit [Ping timeout: 276 seconds]
kht has joined #ruby
ixti has joined #ruby
cahoots has joined #ruby
saslam has quit [Ping timeout: 276 seconds]
hahuang61 has joined #ruby
xen0fon has quit [Quit: xen0fon]
kirun has quit [Quit: Konversation terminated!]
millerti has joined #ruby
pancakebreakfast has quit [Ping timeout: 240 seconds]
anotherpi has quit [Ping timeout: 252 seconds]
paradisaeidae has joined #ruby
paradisaeidae_ has joined #ruby
despai has quit [Ping timeout: 256 seconds]
hobodave has quit [Ping timeout: 245 seconds]
pancakebreakfast has joined #ruby
Snickers has quit [Quit: Snickers]
mokiwis has joined #ruby
dopamean_ has quit [Ping timeout: 240 seconds]
OTORelic has quit [Ping timeout: 255 seconds]
marr has quit [Ping timeout: 258 seconds]
bmurt has joined #ruby
atom3_ has joined #ruby
harai_ has joined #ruby
devon21_ has joined #ruby
jmcc_ has joined #ruby
mokiwis has quit [Quit: Mutter: www.mutterirc.com]
mjc__ has joined #ruby
electrostat_ has joined #ruby
AndyWojo_ has joined #ruby
nowhereman has quit [Remote host closed the connection]
quoboo_ has joined #ruby
loinclot_ has joined #ruby
shelling___ has joined #ruby
bartzy_ has joined #ruby
rjungemann_ has joined #ruby
wnd_ has joined #ruby
shwouchk has quit [Quit: Connection closed for inactivity]
JackMc_ has joined #ruby
jonwiththewind^ has joined #ruby
solidsnack_ has joined #ruby
blackmes1 has joined #ruby
ec_ has joined #ruby
ReK2GnULinuX has joined #ruby
ReK2GnULinuX has joined #ruby
ReK2GnULinuX has quit [Changing host]
mitsuhiko_ has joined #ruby
Puffball has joined #ruby
is_null_ has joined #ruby
adgtl- has joined #ruby
Lord_of_- has joined #ruby
lupine_ has joined #ruby
despai has joined #ruby
badeball_ has joined #ruby
rgs_ has joined #ruby
hostess_ has joined #ruby
eam_ has joined #ruby
bgray_ has joined #ruby
ejnahc_ has joined #ruby
G_ has joined #ruby
lupine_ is now known as upine
funnel_ has joined #ruby
blackmesa has quit [Ping timeout: 258 seconds]
lupine has quit [Disconnected by services]
upine is now known as lupine
chromis_ has joined #ruby
Diabolik_ has joined #ruby
codepete_ has joined #ruby
chrisseaton_ has joined #ruby
charles81__ has joined #ruby
deimos_ has joined #ruby
rfv_ has joined #ruby
shtirlic_ has joined #ruby
veloutin_ has joined #ruby
Gutenberg has joined #ruby
Gutenberg has joined #ruby
Gutenberg has quit [Changing host]
DarkBushido_ has joined #ruby
robneste- has joined #ruby
maxmanders_ has joined #ruby
lpaste_ has joined #ruby
omninonsense has joined #ruby
Psy-Q_ has joined #ruby
nemesit|znc_ has joined #ruby
jhass|off has joined #ruby
rideh- has joined #ruby
j416_ has joined #ruby
r_rios has joined #ruby
Aria has joined #ruby
r_rios has joined #ruby
r_rios has quit [Changing host]
dupin has joined #ruby
dupin is now known as Guest12093
D9- has joined #ruby
nckpz has quit [Ping timeout: 256 seconds]
loincloth has quit [*.net *.split]
Puffball_ has quit [*.net *.split]
skweek has quit [*.net *.split]
leah2 has quit [*.net *.split]
[spoiler] has quit [*.net *.split]
Lord_of_Life has quit [*.net *.split]
devon21 has quit [*.net *.split]
harai has quit [*.net *.split]
FastJack has quit [*.net *.split]
hanmac has quit [*.net *.split]
electrostat has quit [*.net *.split]
mitsuhiko has quit [*.net *.split]
whiteline has quit [*.net *.split]
ReK2 has quit [*.net *.split]
ejnahc has quit [*.net *.split]
ec has quit [*.net *.split]
atom3 has quit [*.net *.split]
wnd has quit [*.net *.split]
funnel has quit [*.net *.split]
badeball has quit [*.net *.split]
lpaste has quit [*.net *.split]
Tharbakim has quit [*.net *.split]
zacts has quit [*.net *.split]
eam has quit [*.net *.split]
jokester has quit [*.net *.split]
Guest75340 has quit [*.net *.split]
is_null has quit [*.net *.split]
j416 has quit [*.net *.split]
rgs has quit [*.net *.split]
GGMethos has quit [*.net *.split]
jokke has quit [*.net *.split]
rideh has quit [*.net *.split]
aredridel has quit [*.net *.split]
G has quit [*.net *.split]
Dry_Lips has quit [*.net *.split]
pocketprotector has quit [*.net *.split]
SegFaultAX has quit [*.net *.split]
Psy-Q has quit [*.net *.split]
maxmanders has quit [*.net *.split]
lyda has quit [*.net *.split]
charles81_ has quit [*.net *.split]
bgray has quit [*.net *.split]
snapcase has quit [*.net *.split]
robnester has quit [*.net *.split]
jhass has quit [*.net *.split]
quoboo has quit [*.net *.split]
hostess has quit [*.net *.split]
lancetw has quit [*.net *.split]
rjungemann has quit [*.net *.split]
klaas has quit [*.net *.split]
spastorino has quit [*.net *.split]
Diabolik has quit [*.net *.split]
troter__________ has quit [*.net *.split]
coredump has quit [*.net *.split]
jonwiththewind has quit [*.net *.split]
bartzy has quit [*.net *.split]
codepete has quit [*.net *.split]
deimos has quit [*.net *.split]
nullsign has quit [*.net *.split]
bodie_ has quit [*.net *.split]
llua has quit [*.net *.split]
D9 has quit [*.net *.split]
xpt has quit [*.net *.split]
chrisseaton has quit [*.net *.split]
mjc_ has quit [*.net *.split]
inukshuk has quit [*.net *.split]
JackMc has quit [*.net *.split]
xtsee has quit [*.net *.split]
veloutin has quit [*.net *.split]
shtirlic has quit [*.net *.split]
Iacobus__ has quit [*.net *.split]
chromis has quit [*.net *.split]
rfv has quit [*.net *.split]
AndyWojo has quit [*.net *.split]
jmcc has quit [*.net *.split]
solidsnack has quit [*.net *.split]
adgtl has quit [*.net *.split]
DarkBushido has quit [*.net *.split]
nemesit|znc has quit [*.net *.split]
Klumben has quit [*.net *.split]
alem0lars has quit [*.net *.split]
shelling__ has quit [*.net *.split]
jhass|off is now known as jhass
electrostat_ is now known as electrostat
Satyajit has quit [*.net *.split]
funnel_ is now known as funnel
DarkBushido_ is now known as DarkBushido
j416_ is now known as j416
DarkBushido has joined #ruby
DarkBushido has quit [Changing host]
devon21_ is now known as devon21
Guest12093 is now known as inukshuk
Guest15721 has joined #ruby
SegFaultAX has joined #ruby
rrios has quit [Ping timeout: 252 seconds]
llua has joined #ruby
mitsuhiko_ is now known as mitsuhiko
bodie_ has joined #ruby
pocketprotector has joined #ruby
chrisseaton_ is now known as chrisseaton
nullsign has joined #ruby
bartzy_ is now known as bartzy
codepete_ is now known as codepete
jenrzzz_ has quit [Ping timeout: 276 seconds]
Tharbakim has joined #ruby
mjc__ is now known as mjc_
shelling___ is now known as shelling__
rjungemann_ is now known as rjungemann
quoboo_ is now known as quoboo
AndyWojo_ is now known as AndyWojo
solidsnack_ is now known as solidsnack
jmcc_ is now known as jmcc
wnd_ is now known as wnd
charles81__ is now known as charles81_
Biohazard has quit [Ping timeout: 240 seconds]
despai has quit [Ping timeout: 260 seconds]
ec_ is now known as ec
chromis_ is now known as chromis
devon21 has quit [Quit: devon21]
LoneHermit has joined #ruby
karapetyan has joined #ruby
JackMc_ is now known as JackMc
jokester has joined #ruby
jokke has joined #ruby
skweek has joined #ruby
leah2 has joined #ruby
xpt has joined #ruby
despai has joined #ruby
daivyk has joined #ruby
johnny56_ has quit [Ping timeout: 264 seconds]
GGMethos has joined #ruby
jenrzzz has joined #ruby
_aeris_ has quit [Ping timeout: 240 seconds]
hanmac has joined #ruby
Biohazard has joined #ruby
rfv_ is now known as rfv
lyda has joined #ruby
LoneHermit has quit [Ping timeout: 255 seconds]
lancetw has joined #ruby
wilbert has quit [Ping timeout: 240 seconds]
mostlybadfly has quit [Quit: Connection closed for inactivity]
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
devon21 has joined #ruby
_aeris_ has joined #ruby
deimos_ is now known as deimos
despai has quit [Ping timeout: 245 seconds]
chouhoulis has quit [Ping timeout: 255 seconds]
weaksauce has joined #ruby
kht has quit [Ping timeout: 264 seconds]
BackEndCoder has quit [Excess Flood]
zacts has joined #ruby
_sagitaire has joined #ruby
raiden_0x71 has quit [Ping timeout: 264 seconds]
BackEndCoder has joined #ruby
cdg has quit [Ping timeout: 255 seconds]
devon21 has quit [Quit: devon21]
devon21 has joined #ruby
blackwind_123 has quit [Ping timeout: 245 seconds]
pancakebreakfast has quit [Quit: WeeChat 1.7]
harai_ has quit [Quit: WeeChat 1.7]