I hereby claim:
- I am boennemann on github.
- I am boennemann (https://keybase.io/boennemann) on keybase.
- I have a public key whose fingerprint is F70C B400 09DB A932 CE78 80E2 FC69 316C 9866 3CFE
To claim this, I am signing this object:
| /* http://lesscss.org/ */ | |
| @color: #607794; // contrast -> white | |
| @color: #6f86a4; // contrast -> black | |
| @lightness: lightness(@color); | |
| @contrast-color: color(~`(function(){if(parseInt('@{lightness}')>50){return '#000'}else{return '#fff'}})()`); |
| AddType text/cache-manifest .appcache |
| #!/usr/bin/env sh | |
| ## | |
| # This is script with usefull tips taken from: | |
| # https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
| # | |
| # install it: | |
| # curl -sL https://raw.github.com/gist/2261461/hack.sh | sh | |
| # |
| @scale: 10; | |
| /* Galaxy | |
| @width: 360px; | |
| @height: 640px; | |
| */ | |
| /* iPhone */ | |
| @width: 320px; | |
| @height: 568px; |
| { | |
| "auto_complete_triggers": [ | |
| { | |
| "characters": "<", | |
| "selector": "text.html" | |
| }, | |
| { | |
| "characters": "(=-", | |
| "selector": "text.coffee" | |
| } |
| [ | |
| { "keys": ["super+v"], "command": "paste_and_indent" }, | |
| { "keys": ["super+shift+v"], "command": "paste" } | |
| ] |
| --- | |
| # Remember to set production_url in your _config.yml file! | |
| layout: nil | |
| title : Sitemap | |
| --- | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> | |
| {% for page in site.pages %} | |
| <url> | |
| <loc>{{site.production_url}}{{ page.url }}</loc> |
| // Used to track the enabling of hover effects | |
| var enableTimer = 0; | |
| /* | |
| * Listen for a scroll and use that to remove | |
| * the possibility of hover effects | |
| */ | |
| window.addEventListener('scroll', function() { | |
| clearTimeout(enableTimer); | |
| removeHoverClass(); |
| using System; | |
| namespace bsp11 | |
| { | |
| class MainClass | |
| { | |
| public static void Main (string[] args) | |
| { | |
| /* 1.(2P) Schreibe ein Programm, das die Fü̈llmenge eines liegenden Kreiszylinders berechnet (Formel siehe Wikipedia, Tank-Problem). |
I hereby claim:
To claim this, I am signing this object: