Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
steenslag
steenslag has asked
11
questions and find answers to
292
problems.
Stats
10.4k
EtPoint
3.9k
Vote count
11
questions
292
answers
About
steenslag questions
GDBM in Standard Lib missing or is it just me?
How to iterate multiple enumerables in ruby?
Why does Ruby have Numeric.new?
How does this superb quine work?
How to use Array#sample(n, random: rng) syntax?
How to specify Regexp options using Regexp.union
Why is Ruby's Float#round behavior different than Python's?
Why does Ruby's 'gets' includes the closing newline?
steenslag answers
Calling instance method in Class in Ruby
How to handle backslash "\" escape characters in q string and heredocument
ruby Thread, kill vs terminate vs exit
Reading contents from UTF-16 encoded file in Ruby
Date range in an array, ruby
Is there anyway I can use if else inside ruby case..end
Generate permutations iteratively without recursion or stack with Ruby/Erlang
How to timeout subprocess in Ruby
Performance implications of string#gsub chains?
Difference between alias foo bar and just foo = bar