Skip to content

Instantly share code, notes, and snippets.

View AlfioEmanueleFresta's full-sized avatar
:shipit:

Alfie Fresta AlfioEmanueleFresta

:shipit:
View GitHub Profile

Keybase proof

I hereby claim:

  • I am AlfioEmanueleFresta on github.
  • I am alfioemanuele (https://keybase.io/alfioemanuele) on keybase.
  • I have a public key whose fingerprint is 6DC7 213A 2819 79D8 5116 1857 3FF8 3B40 FFBF F2EC

To claim this, I am signing this object:

autoconf json-c pcre
automake libgeotiff phantomjs
cask liblwgeom pkg-config
chromedriver libmpc proj
cowsay libpng pyenv
emacs libspatialite pyenv-virtualenv
fortune libtiff python3
freexl libxml2 readline
gcc libyaml ruby
gdal libyubikey sl
@AlfioEmanueleFresta
AlfioEmanueleFresta / module.json
Created February 17, 2016 11:50 — forked from louismrose/module.json
A version of DAMS's module.json for Flippd that includes unique textual IDs for each video
{
"title" : "DAMS",
"phases" : [
{
"title" : "Fundamentals",
"summary" : "This part of the module covers all of the essential concepts, tools and techniques that you'll need to be build habitable software in Ruby.",
"topics" : [
{
"title" : "Ruby",
"summary" : "An introduction to Ruby, which is the - purely object-oriented and somewhat functional - programming language used in DAMS.",
<?php
/*
* anacreon
* A simple indexer in php
* ©2013 Alfio Emanuele Fresta
*/
/*
@AlfioEmanueleFresta
AlfioEmanueleFresta / gaia.sh
Last active December 21, 2015 06:29
Script di installazione rapida di Gaia su Ubuntu 13.04+ o Mint Linux Olivia+
#!/bin/bash
#
# Script di installazione rapida di Gaia (sviluppo) per Ubuntu/Mint
#
# Copyright (C) 2013 Alfio Emanuele Fresta <alfio.emanuele.f@gmail.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
<?php
$url = 'http://it.expopage.net/portal/standIf.do?TS_ID=21&eboothid=';
$start = 227180;
$n = 0;
$f = fopen('fede.csv', 'w+');
while ( true ) {
set_time_limit(30);
$c = file_get_contents($url . $start);