Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
rocky
rocky has asked
14
questions and find answers to
60
problems.
Stats
8.1k
EtPoint
3.7k
Vote count
14
questions
60
answers
About
Private consulting available via https://calendly.com/rb3216
rates: $150/30 minutes; $250/60 minutes
rocky questions
Converting Python complex string output like (-0-0j) into an equivalent complex string
Is there any advantage in nodejs calling an async function followed by an await versus a synchronous function?
How can I turn an op address into the right kind of B::OP?
monkey patching at the npm package level?
How can I create a Python wheel for a specific set of python versions? py2.py3-none-any.whl is too broad
In newer Getopt::Long How do I set default optional values
Lisp source code rewriting system
How do I get the Rust compiler to dump out the LLVM it generates?
In Python how do I test if the interpreter is running Pyston, Jython, CPython?
In C python, accessing the bytecode evaluation stack
rocky answers
How to make yield work in debug mode?
Is there a way to run the bash eval command in python?
how could I using query-replace like isearch-forward while typing something
monkey patching at the npm package level?
AC_SUBST does not expand variable
How can I create a Python wheel for a specific set of python versions? py2.py3-none-any.whl is too broad
What is the best or proper way to allow debugging of generated code?
Reassemble .py file from bytecode
How can I implement a portable pointer compare and swap?
tree parser vs stream parser