onelinerhub icon indicating copy to clipboard operation
onelinerhub copied to clipboard

Thousands of code solutions with clear explanation @ onelinerhub.com

Results 43 onelinerhub issues
Sort by recently updated
recently updated
newest added

https://onelinerhub.com/ubuntu/how-to-change-timezone-in-cli

bug

e.g.: https://onelinerhub.com/chrome-headless/how-to-ignore-certificate-errors-using-chrome-remote-interface Have code on the left and explanations on the right.

ui

https://onelinerhub.com/php-redis/redis-pubsub-example ``` ini_set('default_socket_timeout', -1); ... ```

bug

Please help us write most modern and shortest code solution for this issue: **Save array to file** (technology: [python-numpy](https://onelinerhub.com/python-numpy)) ### Fast way Just write the code solution in the comments....

help wanted
good first issue
code
python-numpy

Please help us write most modern and shortest code solution for this issue: **How to log request body with Lua** (technology: [nginx-lua](https://onelinerhub.com/nginx-lua)) ### Fast way Just write the code solution...

help wanted
good first issue
code
nginx-lua

Please help us write most modern and shortest code solution for this issue: **Error log with Lua** (technology: [nginx-lua](https://onelinerhub.com/nginx-lua)) ### Fast way Just write the code solution in the comments....

help wanted
good first issue
code
nginx-lua

Please help us write most modern and shortest code solution for this issue: **Writing access log with Lua** (technology: [nginx-lua](https://onelinerhub.com/nginx-lua)) ### Fast way Just write the code solution in the...

help wanted
good first issue
code
nginx-lua

Get a way to specify buttons being pressed, like here: https://onelinerhub.com/vim/how-to-find-text [enter] has to be formatted as an "Enter key" button so it's not mixed with command text

ui

What: ``` code1 ... , ... code2 ``` Why: have a standard way to use and point parameters placeholders, so the command is better self-explained for engineers.

ui