Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Telemachus
Telemachus has asked
7
questions and find answers to
90
problems.
Stats
2.7k
EtPoint
951
Vote count
7
questions
90
answers
About
Telemachus questions
Why is it necessary to cast NULL to a type in this macro?
A puzzle about this/@ in Javascript/Coffeescript
Does this Go method "allocate new memory"?
Is there a consensus about test frameworks for Ruby 1.9.x? [closed]
How can I choose which version of a module to include dynamically in Ruby?
A confusion about ${array[*]} versus ${array[@]} in the context of a bash completion
Telemachus answers
What's a simple reference or cheat sheet for nested data structures in Perl? [closed]
Assigning a substitute value in case of nil
How do I find if it is the last line while reading a file from within a loop in perl
how to store a Ruby array into a file?
Why does Ruby require .call for Proc invocation?
What is the difference between "var=${var:-word}" and "var=${var:=word}"?
Recommended Python Atom feed generator? [closed]
Can I use perl's switches with /bin/env in the shebang line?
Unescaping special character sequences in Ruby strings
Help understanding yield and enumerators in Ruby