Skip to content

Instantly share code, notes, and snippets.

View jerone's full-sized avatar

Jeroen van Warmerdam jerone

View GitHub Profile
@jerone
jerone / snippet.js
Created July 25, 2015 15:40
Atom get repo statusses snippet
var GitUtils = require('git-utils');
var repo = GitUtils.open(atom.project.getPaths()[0]);
console.log(repo.getStatus());
@jerone
jerone / README.md
Last active December 11, 2015 08:20
Dood in de woestijn (spel antwoorden)

Dood in de woestijn (spel)

  1. 1 andspiegel
  2. 1 overjas per persoon
  3. 1 lt. water per persoon
  4. zaklantaarn
  5. felgekleurde parachute
  6. zakmes
  7. 1 plastic regenjas
  8. geladen persoon
@jerone
jerone / README.md
Last active January 17, 2016 22:34
CSS Priority

CSS declarations (ways to define CSS)

  • External styles in the DOM (<link rel="stylesheet" href="style.css">).
  • Internal styles in the DOM (<style>).
  • Inline styles in HTML elements (<div style="color: red;">).
  • External styles in CSS area (@import).

CSS hierarchy (first is highest priority)

  1. User styles with !important.
gource --seconds-per-day 0.5 --auto-skip-seconds 1 --key --highlight-user "Jeroen van Warmerdam" --follow-user "Jeroen van Warmerdam"
@jerone
jerone / adb-to-ConEmu.md
Last active August 22, 2016 09:35
Add adb to ConEmu

cmd.exe /k Title adb &amp; adb version -new_console:d:C:\Users\XXX\AppData\Local\Android\android-sdk\platform-tools

@jerone
jerone / dabblet.css
Created September 3, 2016 14:17
Gist > Dabblet
.dabblet { color: red; }
@jerone
jerone / .block
Created September 3, 2016 16:26 — forked from mbostock/.block
Epicyclic Gearing
license: gpl-3.0
@jerone
jerone / MultiBinding.cs
Last active February 17, 2018 13:31 — forked from Keboo/MultiBinding.cs
A simple MultiBinding class for Xamarin.Forms. This "binding" only works when directly applied to an element.
/*
WARNING: This MultiBinding implementation only works when it is directly applied to its target property.
It will fail if used inside of a setter (such is the case when used within a trigger or style).
*/
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Globalization;
using System.Linq;
using System.Runtime.CompilerServices;
@jerone
jerone / AddWordToWordDictionary.ps1
Created February 6, 2018 13:53
Add word to Word dictionary with Powershell
$dicFile = (Get-Content Env:AppData) + "\Microsoft\UProof\CUSTOM.DIC"
Add-Content $dicFile "`r`nJERONE" -NoNewLine
@jerone
jerone / SassMeister-input-HTML.html
Created December 12, 2019 07:45 — forked from kenwheeler/SassMeister-input-HTML.html
Generated by SassMeister.com.
<div class="container">
<div class="column"></div>
<div class="column"></div>
<div class="column"></div>
<div class="column"></div>
</div>