Skip to content

Instantly share code, notes, and snippets.

# Rewrite Rules
RewriteEngine On
# base
RewriteBase /
#
# Block access to "hidden" directories whose names begin with a period.
# This includes directories used by version control systems such as Subversion or Git.
#
curl -I "http://www.zie.nl/css/reset.css?v2"Last login: Tue Nov 29 15:08:31 on ttys000
niels-macbook:~ niels$ curl -I "http://www.zie.nl/css/reset.css?v2"
HTTP/1.1 200 OK
Server: Apache
Last-Modified: Tue, 24 Nov 2009 06:42:27 GMT
Content-Type: text/css
Content-Length: 735
X-Cacheable: YES
Date: Tue, 29 Nov 2011 15:07:24 GMT
niels-macbook:~ niels$ curl -I "http://www.zie.nl/"
HTTP/1.1 200 OK
Date: Tue, 29 Nov 2011 15:26:51 GMT
Server: Apache
Cache-Control: max-age=60
X-id: 2631
Content-Type: text/html; charset=UTF-8
Via: 1.1 ilsia704.ixs
P3P: policyref="/w3c/p3p.xml", CP="NON DSP COR NID CURa ADMa DEVa PSAa PSDa IVAa IVDa OUR IND UNI COM NAV INT STA"
{
"delta":1,
"0":{
"n_CompetitionID":11,
"n_CompetitionLevel":0,
"c_Competition":"Vriendschappelijk",
"c_CompetitionShort":"Vriendsch.",
"n_CompetitionNatioGeoID":0,
"c_CompetitionNatio":null,
"c_CompetitionNatioShort":null,
<html xmlns="http://www.w3.org/1999/xhtml">
<HEAD>
<script src="http://openlayers.org/api/OpenLayers.js"></script>
<meta name="viewport" content="width=device-width, user-scalable=0, minimum-scale=0, maximum-scale=1.0">
</HEAD>
<BODY>
<DIV id='map' style='position:absolute; left:0px; top:000px; width:320px; height:415px;'></div>
<html xmlns="http://www.w3.org/1999/xhtml"><HEAD><script src="http://openlayers.org/api/OpenLayers.js"></script><meta name="viewport" content="width=device-width, user-scalable=0, minimum-scale=0, maximum-scale=1.0"></HEAD><body><DIV id='map' style='position:absolute; left:0px; top:000px; width:320px; height:415px;'></div><script type="text/javascript">// jsonvar JSON;if(!JSON){JSON={}}(function(){"use strict";function f(n){return n<10?'0'+n:n}if(typeof Date.prototype.toJSON!=='function'){Date.prototype.toJSON=function(key){return isFinite(this.valueOf())?this.getUTCFullYear()+'-'+f(this.getUTCMonth()+1)+'-'+f(this.getUTCDate())+'T'+f(this.getUTCHours())+':'+f(this.getUTCMinutes())+':'+f(this.getUTCSeconds())+'Z':null};String.prototype.toJSON=Number.prototype.toJSON=Boolean.prototype.toJSON=function(key){return this.valueOf()}}var cx=/[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,escapable=/[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5
@snelis
snelis / football-details-1621945
Created December 7, 2011 09:52
football-details-1621945
"lineup":{
"0":{
"c_Team":"sc Heerenveen",
"c_Person":"Brian Vandenbussche",
"c_Function":"Keeper",
"n_Position":1,
},
"1":{
"c_Team":"sc Heerenveen",
"c_Person":"Daryl Janmaat",
-- Empty tweet table
TRUNCATE TABLE `tweets_feeds`;
-- Empty tweet archive table
TRUNCATE TABLE `tweets_archive`;
-- Empty feeds archive table
TRUNCATE TABLE `predef_archives`
-- Delete all feeds which are archived
// Automatically generated configuration file for 'Hyperion daemon'
// Generated by: HyperCon (The Hyperion deamon configuration file builder
{
/// Device configuration contains the following fields:
/// * 'name' : The user friendly name of the device (only used for display purposes)
/// * 'type' : The type of the device or leds (known types for now are 'ws2801', 'ldp8806',
/// 'lpd6803', 'sedu', 'adalight', 'lightpack', 'philipshue', 'test' and 'none')
/// * 'output' : The output specification depends on selected device. This can for example be the
/// device specifier, device serial number, or the output file name
@snelis
snelis / boxstarter
Last active February 10, 2017 11:46
Set-TaskbarOptions -Size Small -Lock -Combine Never
Set-CornerNavigationOptions -DisableUpperRightCornerShowCharms -DisableUpperLeftCornerSwitchApps
Set-WindowsExplorerOptions -EnableShowFileExtensions -EnableShowHiddenFilesFoldersDrives
Enable-RemoteDesktop
Disable-BingSearch
Disable-GameBarTips
choco feature enable -n=allowEmptyChecksums
choco feature enable -n=allowGlobalConfirmation