Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Richard Simões
Richard Simões has asked
16
questions and find answers to
20
problems.
Stats
857
EtPoint
321
Vote count
16
questions
20
answers
About
Perl makes me happy, as does key lime pie.
Richard Simões questions
Is there a standard way to selectively inherit methods from a Perl superclass?
Is there a canonical, if not core, Gnu Privacy Guard CPAN module?
Can I easily add new directives to Template Toolkit for Perl?
How can I speed up my MySQL UUID v4 stored function?
Can DBI infer or be informed about numeric column types when fetching rows?
Can I dynamically get a list of functions or function names from any Perl module?
Why is a threaded version of this particular Perl script 200 times slower than its non-threaded counterpart?
What's the point of a main function and/or __name__ == "__main__" check in Python? [duplicate]
Does the mysql CLI tool provide a way to display binary data in a console-friendly manner?
Go language benchmarks?
Richard Simões answers
perl @array data into R
javascript, access other members during anonymous object creation?
Regex range operator
How can I use a query with placeholder inside quotes? (perl / postgresql)
How do I install Perl's SVN::Client?
PHP: fastest way to check for invalid characters (all but a-z, A-Z, 0-9, #, -, ., $)?
Python Program Won't Run - psycopg2 rename warning
How to limit the max number of parallel threads in perl
What is the difference between module and distribution on CPAN?
Is this query safe from sql injection?