Explore >> Select a destination


You are here

blog.metaobject.com
| | blog.storical.fun
2.0 parsecs away

Travel
| |
| | jfhr.me
0.6 parsecs away

Travel
| | GitHub uses an auto-generated code snippet on its homepage to advertise its AI programming assistant Copilot. However, that code snippet is vulnerable to accidental injection of form values. This post shows how that injection works and how it can be avoided.
| | www.peterbe.com
3.8 parsecs away

Travel
| | When you save a record in Dexie.js, its payload is sent to the server for backup, and once that works, the record in Dexie.js is updated to indicate that it successfully synced.
| | yasoob.me
23.2 parsecs away

Travel
| I guess it's not a simple python server. It is really simple and easy to deploy python server. Just imagine you want to share a folder on your pc with someone on your network. What you will do? Obviously you will start the sharing service but what if you have python installed and want an easier solution? Here you go. You can just type in: $ python -m SimpleHTTPServer This should be typed in the terminal or command prompt if you are a windows guy.