Skip to content

Instantly share code, notes, and snippets.

View carlol's full-sized avatar

Carlo Luchessa carlol

  • Open Reply
  • Rome - Italy
View GitHub Profile
@carlol
carlol / license-badges.md
Created November 21, 2019 17:38 — forked from lukas-h/license-badges.md
Markdown License Badges for your Project

Markdown License badges

Collection of License badges for your Project's README file.
This list includes the most common open source and open data licenses.
Easily copy and paste the code under the badges into your Markdown files.

Notes

@carlol
carlol / gist:77e2038dc320477208825fd66b6b1769
Created October 5, 2016 14:02 — forked from jimbojsb/gist:1630790
Code highlighting for Keynote presentations

Step 0:

Get Homebrew installed on your mac if you don't already have it

Step 1:

Install highlight. "brew install highlight". (This brings down Lua and Boost as well)

Step 2:

# built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
@carlol
carlol / 0_reuse_code.js
Created August 13, 2014 08:10
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console