Skip to content

Instantly share code, notes, and snippets.

View kasperhartwich's full-sized avatar

Kasper Hartwich kasperhartwich

View GitHub Profile
@Diegiwg
Diegiwg / linkedIn_jobs_api.md
Last active July 31, 2026 13:39
LinkedIn Jobs API Documentation
@conatus
conatus / ello.md
Last active May 9, 2026 17:40
Ello API

Ello API

This is a basic exploration of the Ello API. Completely unofficial, your mileage my vary, don't smash their servers as they are likely very busy.

Methods return HTML for their representation where appropriate which is a nice little pattern. Everything returns application/json.

Like this:

{
 "id": ,
@oodavid
oodavid / README.md
Last active April 8, 2026 18:20 — forked from aronwoost/README.md
Deploy your site with git

Deploy your site with git

This gist assumes:

  • you have a local git repo
  • with an online remote repository (github / bitbucket etc)
  • and a cloud server (Rackspace cloud / Amazon EC2 etc)
    • your (PHP) scripts are served from /var/www/html/
    • your webpages are executed by apache
  • apache's home directory is /var/www/