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
15
questions and find answers to
18
problems.
Stats
822
EtPoint
315
Vote count
15
questions
18
answers
About
Perl makes me happy, as does key lime pie.
Richard Simões questions
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?
How can I make a JSON POST request with LWP?
Richard Simões answers
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?
Relationship between a TypeScript class and an interface with the same name
Why isn't the regular expression's "non-capturing" group working?