havenwood changed the topic of #ruby to: Ruby 3.4.1, 3.3.6 https://www.ruby-lang.org | Log https://libera.irclog.whitequark.org/ruby
<havenwood> admin1234: The pledge gem works quite well with OpenBSD. The final chapter of Polished Ruby Programming is all about OpenBSD by the maintainer of OpenBSD from Ruby Core.
lirion has quit [Quit: ヾ(ʘ‿ʘ)]
cappy has joined #ruby
___nick___ has quit [Ping timeout: 244 seconds]
ZAJDAN1 has quit [Ping timeout: 260 seconds]
trillion_exabyte has joined #ruby
<admin1234> havenwood: Yes sir! And blessed be his name, I wouldn't have been here today if it wasn't for him :)
cappy has quit [Quit: Leaving]
dviola has quit [Ping timeout: 272 seconds]
hwpplayer1 has joined #ruby
smp has quit [Ping timeout: 265 seconds]
smp has joined #ruby
Vonter has joined #ruby
jasfloss has quit [Ping timeout: 248 seconds]
hwpplayer1 has quit [Quit: I'll be back later]
brokkoli_originl has quit [Ping timeout: 248 seconds]
brokkoli_originl has joined #ruby
Sheilong has joined #ruby
jasfloss has joined #ruby
konsolebox has quit [Ping timeout: 240 seconds]
admin1234 has quit [Ping timeout: 252 seconds]
admin1234 has joined #ruby
konsolebox has joined #ruby
admin1234 has quit [Ping timeout: 276 seconds]
admin1234 has joined #ruby
hwpplayer1 has joined #ruby
kiwi_36 has joined #ruby
brokkoli_originl has quit [Remote host closed the connection]
brokkoli_originl has joined #ruby
Sheilong has quit [Quit: Connection closed for inactivity]
admin1234 has quit [Ping timeout: 252 seconds]
admin1234 has joined #ruby
Tempesta has quit [Quit: See ya!]
grenierm has joined #ruby
konsolebox has quit [Ping timeout: 260 seconds]
Tempesta has joined #ruby
konsolebox has joined #ruby
lirion has joined #ruby
admin1234 has quit [Ping timeout: 252 seconds]
ZAJDAN1 has joined #ruby
hwpplayer1 has quit [Quit: I'll be back later]
admin1234 has joined #ruby
Stenotrophomonas has joined #ruby
brokkoli_originl has quit [Ping timeout: 265 seconds]
Stenotrophomonas is now known as brokkoli_origin
kiwi_36 has quit [Remote host closed the connection]
JulioPapel has joined #ruby
JulioPapel has quit [Quit: JulioPapel]
patrick has quit [Ping timeout: 248 seconds]
patrick_ is now known as patrick
patrick_ has joined #ruby
patrick has joined #ruby
patrick has quit [Changing host]
patrick_ is now known as patrick
patrick_ has joined #ruby
grenierm has quit [Ping timeout: 240 seconds]
lirion is now known as lirion_bnc
lirion_bnc is now known as lirion
elnegro has joined #ruby
elnegro has left #ruby [#ruby]
patrick has quit [Ping timeout: 244 seconds]
patrick_ is now known as patrick
diego has joined #ruby
konsolebox has quit [Ping timeout: 250 seconds]
rvalue- has joined #ruby
rvalue has quit [Ping timeout: 248 seconds]
rvalue- is now known as rvalue
konsolebox has joined #ruby
mattf has quit [Quit: ZNC 1.7.5+deb4 - https://znc.in]
lirion has quit [Quit: ヾ(ʘ‿ʘ)]
ZAJDAN2 has joined #ruby
mattf has joined #ruby
ZAJDAN1 has quit [Ping timeout: 265 seconds]
lirion has joined #ruby
hwpplayer1 has joined #ruby
<ZAJDAN2> Hi...how can I expand ruby variable in sed command which is callen by system call? https://termbin.com/rcmfe
nmollerup has quit [Quit: Leaving]
Linux_Kerio has joined #ruby
ZAJDAN1 has joined #ruby
ZAJDAN2 has quit [Ping timeout: 246 seconds]
ZAJDAN1 has quit [Ping timeout: 260 seconds]
<havenwood> No need for sed, you're in Ruby.
ZAJDAN1 has joined #ruby
donofrio has joined #ruby
user71 has joined #ruby
havenwood has quit [Quit: The Lounge - https://thelounge.chat]
havenwood has joined #ruby
whiteman809 has quit [Ping timeout: 248 seconds]
whiteman809 has joined #ruby
whiteman809 has quit [Client Quit]
vnpower has quit [Remote host closed the connection]
whiteman809 has joined #ruby
vnpower_ has joined #ruby
whiteman809 has quit [Remote host closed the connection]
whiteman809 has joined #ruby
whiteman809 has quit [Quit: ZNC 1.9.1 - https://znc.in]
whiteman809 has joined #ruby
hernan604 has joined #ruby
livoreno has joined #ruby
Arsen has quit [Quit: Quit.]
Arsen has joined #ruby
ThaddeusPooh has joined #ruby
<ThaddeusPooh> TP left
ThaddeusPooh has quit [Client Quit]
donofrio has quit [Ping timeout: 265 seconds]
donofrio has joined #ruby
hwpplayer1 has quit [Remote host closed the connection]
<adam12> Wat
livoreno has quit [Quit: Connection closed for inactivity]
Vaevictus has joined #ruby
<Vaevictus> hi, messing with roo for the first time... is there a way to skip/remove lines from a file?
<Vaevictus> or do i just need to convert the sheets after loading them?
<Vaevictus> (first 3 lines are garbage data, 4th line is headers)
konsolebox has quit [Ping timeout: 276 seconds]
<adam12> Vaevictus: Can you show the code you're using? gist.github.com or similar paste service.
<Vaevictus> i'd be happy, but it's just a roo::Excelx.new(filename)
<Vaevictus> my bank is putting a record at the top of an export with information about the export... so the first 3 lines are garage :D
<Vaevictus> garbage :D
Linux_Kerio has quit [Ping timeout: 260 seconds]
<weaksauce> Vaevictus is the file just text? could you read the file in like normally and just drop the first few lines or is it xml formatted junk you want to omit
<Vaevictus> no, it's xmlx binary crap. :D
lightstalker has quit [Ping timeout: 265 seconds]
<Vaevictus> I suppose i can just lean on ruby and map it
<Vaevictus> I suppose i was wanting to avoid too much parsing and conversion, but it'll be a necessity anyway so i'll just import and reiterate
ZAJDAN1 has quit [Ping timeout: 252 seconds]
<adam12> Vaevictus: Might be your best bet.
<adam12> (just mapping/etc)
<Vaevictus> probably
donofrio has quit [Ping timeout: 252 seconds]
lightstalker has joined #ruby
brokkoli_origin has quit [Ping timeout: 246 seconds]
aesthetikx has quit [Ping timeout: 252 seconds]
brokkoli_origin has joined #ruby
donofrio has joined #ruby
<Vaevictus> may have been too long since i last rubied... i've got an array of keys and an array of values, how do i get a hash out of them ?
<weaksauce> zip might help you too
<Vaevictus> yeah, i think zip was the missing link
<Vaevictus> yup.
<Vaevictus> keys.zip(values).to_h
aesthetikx has joined #ruby
admin1234 has quit [Ping timeout: 265 seconds]
admin1234 has joined #ruby
donofrio has quit [Read error: Connection reset by peer]
patrick_ has joined #ruby
patrick has joined #ruby
patrick has quit [Changing host]
patrick_ is now known as patrick
patrick_ has joined #ruby
admin1234 has quit [Ping timeout: 265 seconds]
admin1234 has joined #ruby
ufi has joined #ruby
ruby[bot] has quit [Remote host closed the connection]
ruby[bot] has joined #ruby
konsolebox has joined #ruby
user71 has quit [Quit: Leaving]
ufi has quit [Quit: Leaving]
Linux_Kerio has joined #ruby
whiteman809 has quit [Quit: ZNC 1.9.1 - https://znc.in]
whiteman809 has joined #ruby