Skip to content

Instantly share code, notes, and snippets.

@BrechtBonte
BrechtBonte / conventional-gitmoji.json
Last active January 12, 2022 07:16
Conventional gitmoji config
{"gitmojis":[{"emoji":"fix|","entity":"fix|","code":"fix|","description":"Fix a bug in the code","name":"Fix","semver":"path"},{"emoji":"feat|","entity":"feat|","code":"feat|","description":"Adds a new feature to the code","name":"Feature","semver":"minor"},{"emoji":"BREAKING|","entity":"BREAKING|","code":"BREAKING|","description":"Adds a breaking change","name":"Breaking change","semver":"major"},{"emoji":"build|","entity":"build|","code":"build|","description":"Adds or updates build systems or external dependencies","name":"Build","semver":null},{"emoji":"ci|","entity":"ci|","code":"ci|","description":"Apply changes to your CI configuration","name":"Continuous Integration","semver":null},{"emoji":"docs|","entity":"docs|","code":"docs|","description":"Add or update documentation","name":"Documentation","semver":null},{"emoji":"perf|","entity":"perf|","code":"perf|","description":"Apply a change to improve performance","name":"Performance","semver":null},{"emoji":"refactor|","entity":"refactor|","code":"refac
interface MigrationInterface
{
public function up() : void;
public function down() : void;
}

Keybase proof

I hereby claim:

  • I am brechtbonte on github.
  • I am brechtb (https://keybase.io/brechtb) on keybase.
  • I have a public key ASC5ALhR6tN__Au3dqa9-ypdOov8cQh7nTy_Ws6SEZ2qigo

To claim this, I am signing this object:

@BrechtBonte
BrechtBonte / circle.js
Last active August 26, 2015 16:30
some random js class containing DOM
function Circle()
{
var _circle;
function init()
{
_circle = $('<div class="circle"></div>');
$('body').append(_circle);
}
@BrechtBonte
BrechtBonte / group_concat.md
Last active August 29, 2015 14:26
example of MySQL GROUP_CONCAT

A small example of the GROUP_CONCAT function in MySQL

Say we have 2 tables:

People:

id name
1 John
2 Tim
@BrechtBonte
BrechtBonte / gist:a77f7b19211e4fb04a9a
Last active August 29, 2015 14:03
hit updrachtjes
[user]
name = <your name>
email = <your email>
[credential]
helper = osxkeychain
[color]
ui = auto
[alias]