- 1 andspiegel
- 1 overjas per persoon
- 1 lt. water per persoon
- zaklantaarn
- felgekleurde parachute
- zakmes
- 1 plastic regenjas
- geladen persoon
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var GitUtils = require('git-utils'); | |
| var repo = GitUtils.open(atom.project.getPaths()[0]); | |
| console.log(repo.getStatus()); |
- 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).
- User styles with
!important.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| gource --seconds-per-day 0.5 --auto-skip-seconds 1 --key --highlight-user "Jeroen van Warmerdam" --follow-user "Jeroen van Warmerdam" |
cmd.exe /k Title adb & adb version -new_console:d:C:\Users\XXX\AppData\Local\Android\android-sdk\platform-tools
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .dabblet { color: red; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| license: gpl-3.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| 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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $dicFile = (Get-Content Env:AppData) + "\Microsoft\UProof\CUSTOM.DIC" | |
| Add-Content $dicFile "`r`nJERONE" -NoNewLine |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="container"> | |
| <div class="column"></div> | |
| <div class="column"></div> | |
| <div class="column"></div> | |
| <div class="column"></div> | |
| </div> |