Skip to content

Instantly share code, notes, and snippets.

View facugon's full-sized avatar

facugon facugon

View GitHub Profile
@facugon
facugon / FormElement.js
Last active November 24, 2016 13:21
javascript form element. simple but powerfull
/**
*
* @author Facugon
* @module FormElement
*
* global jquery
*
* how to use :
*
* 1. include.
@facugon
facugon / digest_auth_client.php
Last active November 16, 2016 23:48
digest headers generator algorithm
<?php
$wwwauth = $argv[1] ;
class DigestHeadersGenerator {
public function H($param)
{
return md5($param);
}
@facugon
facugon / testFile.js
Created October 28, 2016 01:14
created via api
console.log(ble);