Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000
Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000
# Compiled source # | |
################### | |
*.com | |
*.class | |
*.dll | |
*.exe | |
*.o | |
*.so | |
# Packages # |
# -*- coding: utf-8 -*- | |
""" | |
@author: John Ombagi | |
""" | |
import os | |
import sys | |
import base64 | |
import dropbox | |
import time |
Here's a list of mildly interesting things about the C language that I learned mostly by consuming Clang's ASTs. Although surprises are getting sparser, I might continue to update this document over time.
There are many more mildly interesting features of C++, but the language is literally known for being weird, whereas C is usually considered smaller and simpler, so this is (almost) only about C.
struct foo {
struct bar {
int x;
product | price | dedic.? | cores | RAM | SSD | Geekbench ST | Geekbench MT | Geekbench version | operating system | date of benchmark |
---|---|---|---|---|---|---|---|---|---|---|
Hetzner CX11 | 3,92€/m | no | 1 | 2GB | 20GB | 691 /710 |
686 /712 |
5.x | ? | 2023-05-20 |
Hetzner CPX11 | 4,75€/m | no | 2 | 2GB | 40GB | 869 /856 |
1631 /1626 |
5.x | ? | 2021-10-03 |
Hetzner CPX11 | 4,58€/m | no | 2 | 2GB | 40GB | 1118 /1100 |
2129 /[2131 ](https://browser.geekbench.com/v5/cpu/ |
Basis for literally everything else here. Provides the Ruby language support and debugging support for Ruby programs, code folding support, semantic highlighting support, basic intellisense support, and automatic Ruby environment support which is essential if your a developer with multiple Ruby versions like me.
The idea is to make a two and a half hour (give or take) video course explaining and detailing curl, the command line tool. How it works, how to use it, from the basics to some more advanced uses. This will be done by Daniel Stenberg, founder and lead developer of the curl project.
The recording and live-stream is scheduled for August 31, 2023. In the US morning and Euro evening.
See blog post for details.