Skip to content

Instantly share code, notes, and snippets.

View iPotaje's full-sized avatar

Emilio G.C. iPotaje

  • iPotaje
  • Lanzarote
  • 15:26 (UTC)
View GitHub Profile
@iPotaje
iPotaje / cache.js
Last active August 29, 2015 14:10 — forked from bshamric/cache.js
var fs = require('fs');
//this is the path that QTNetwork classes uses for caching files for it's http client
//the path should be the one that has 16 folders labeled 0,1,2,3,...,F
exports.cachePath = '/path/to/phantomjs/cache/data/folder';
//this is the extension used for files in the cache path
exports.cacheExtension = "d";
//the resources that are to be saved
@iPotaje
iPotaje / SQL
Last active August 29, 2015 14:08
SQL Cheatsheet
table
-----------------
@iPotaje
iPotaje / gist:5744254
Last active December 18, 2015 07:09
.htaccess skeleton
DirectoryIndex index.php
FallbackResource /slim/new/index.php
@iPotaje
iPotaje / gist:5618650
Created May 21, 2013 09:44
Prueba de gist
Gist is getting block
@iPotaje
iPotaje / gist:5611871
Created May 20, 2013 12:09
html5 template
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>HTML5 Template</title>
<link rel="stylesheet" href="style.css">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
</head>
<body>
</body>