Skip to content

Instantly share code, notes, and snippets.

View alifa98's full-sized avatar
🎯
Focusing

Ali Faraji alifa98

🎯
Focusing
  • YorkU
  • Toronto
  • 12:14 (UTC -04:00)
View GitHub Profile
@alifa98
alifa98 / ABOUT.md
Created March 24, 2020 12:48 — forked from laobubu/ABOUT.md
A very simple HTTP server in C, for Unix, using fork()

Pico HTTP Server in C

This is a very simple HTTP server for Unix, using fork(). It's very easy to use

How to use

  1. include header httpd.h
  2. write your route method, handling requests.
  3. call serve_forever("12913") to start serving on port 12913
@alifa98
alifa98 / install-oracle-sql-developer.md
Created March 24, 2020 12:45 — forked from bmaupin/install-oracle-sql-developer.md
Install Oracle SQL Developer on Ubuntu/Debian