Skip to content

Instantly share code, notes, and snippets.

View chris2cant's full-sized avatar
🚀

Christophe de Canteloube chris2cant

🚀
  • OpenClassrooms
  • France
View GitHub Profile
@piascwal
piascwal / docker-cmd-utils.md
Last active June 5, 2019 20:06
Docker cmd utils

Docker commands

Build

image-name=myimage
image-version=1.0.0
image-path=/file/path/to/dockerfile
docker build -t $image-name:$image-version $image-path
@didoo
didoo / git-log-parser.js
Created January 25, 2019 16:52
Git Log Parser & Aggregator
/* eslint-env node */
/* eslint-disable no-console, dot-notation */
const fse = require('fs-extra');
const readline = require('readline');
// const platform = 'mw_less';
// const platform = 'mw_scss';
const platform = 'cosmos';
@bradtraversy
bradtraversy / webdev_online_resources.md
Last active July 24, 2024 20:54
Online Resources For Web Developers (No Downloading)
@ghaiklor
ghaiklor / iterm-fish-fisherman-meslo-osx.md
Last active July 18, 2024 08:26
iTerm 2 + fish + fisherman + Material Design + Meslo
@Donearm
Donearm / css-stats-grep.sh
Created October 14, 2012 15:42 — forked from pjkix/css-stats-ack.sh
shell script to generate some css file statistics
#!/bin/bash
## v1.0.7
## this script will gernerate css stats
### example output
# CSS STATS
# ----------
# Floats: 132