Skip to content

Instantly share code, notes, and snippets.

View djaiss's full-sized avatar
👋
Maker of open source web softwares.

Mazarin djaiss

👋
Maker of open source web softwares.
View GitHub Profile
@djaiss
djaiss / gist:3171150
Created July 24, 2012 16:54
Per project vimrc
set exrc " enable per-directory .vimrc files
set secure " disable unsafe commands in local .vimrc files
@djaiss
djaiss / table.css
Created November 30, 2015 23:56 — forked from colintoh/table.css
Table CSS
table { display: table }
tr { display: table-row }
thead { display: table-header-group }
tbody { display: table-row-group }
tfoot { display: table-footer-group }
col { display: table-column }
colgroup { display: table-column-group }
td, th { display: table-cell }
caption { display: table-caption }
@djaiss
djaiss / gist:4623525
Created January 24, 2013 15:51
Add colors to your `git log`, `git status` and everything git.
[color]
ui = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
<!-- The icons of the countries are provided by https://github.com/djaiss/mapsicon, available under a `do what you want with it` license. -->
{
"Use Non-ASCII Font" : true,
"Tags" : [
],
"Ansi 12 Color" : {
"Green Component" : 0.80784314870834351,
"Blue Component" : 0.92156863212585449,
"Red Component" : 0.52941179275512695
},
@djaiss
djaiss / sublime_text_3_preferences.json
Created October 6, 2017 20:09
Sublime Text 3 preferences
{
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"folder_exclude_patterns":
[
"vendor",
"node_modules"
],
"font_size": 14,
"ignored_packages":
[
@djaiss
djaiss / gist:16b58f5781978d1ae2f5
Created June 17, 2015 22:52
HOW TO NOTIFY SEARCH ENGINES WHEN YOU POST TO JEKYLL
# Credit / Stolen from http://natelandau.com/how-to-notify-services-when-post-jekyll/
# Ping Pingomatic
desc 'Ping pingomatic'
task :pingomatic do
begin
require 'xmlrpc/client'
puts '* Pinging ping-o-matic'
XMLRPC::Client.new('rpc.pingomatic.com', '/').call('weblogUpdates.extendedPing', 'YOURSITE.com' , 'http://YOURSITE.com', 'http://YOURSITE.com/atom.xml')
rescue LoadError
#!/usr/bin/env bash
# Ask for the administrator password upfront
sudo -v
# setup taps
brew tap caskroom/fonts
brew tap caskroom/cask
# install applications
@djaiss
djaiss / CLA.md
Last active February 3, 2018 20:30
Monica Contributor License Agreement

TLDR: By signing Monica's Contributor License Agreement, known as a CLA, you confirm that:

1. Anyone can use your contributions anywhere, for free, forever.

2. Your contributions do not infringe on anyone else's rights.


Now, the same with a more legal jargon:

Thank you for your interest in contributing to software projects managed by Monica (“We” or “Us”).

TLDR: By signing Monica's Contributor License Agreement, known as a CLA, you confirm that:

1. Anyone can use your contributions anywhere, for free, forever.

2. Your contributions do not infringe on anyone else's rights.