This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31-12-2001 - H@CKOFF No26 - * LAst edition? * - | |
_ ______________________ _ | |
-*7*- `^°*;:,.> Crypto Echelon <.,:;*°^` | |
_____________________________/¯¯¯¯¯ Ulysse31 ¯¯¯¯¯¯¯\___________________________ | |
¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø, | |
ALGO DE CRYPTAGE A BASE D'ECHELON |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Greetz to https://twitter.com/JulienLiard for hacking up this script | |
# CRONTAB: | |
# 0 7,10,11,12,13,14,15,16,17,18,19,23 * * 1,2,3,4,5 /home/user/backup_sql/backup_sql.sh >/dev/null 2>&1 | |
# 0 7,15,23 * * 6,7 /home/user/backup_sql/backup_sql.sh >/dev/null 2>&1 | |
#User Variables | |
DATE=/bin/date; | |
SEMAINE=`$DATE '+%U'` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <MozziGuts.h> | |
#include <Oscil.h> | |
#include <tables/chum9_int8.h> // recorded audio wavetable | |
#include <tables/cos512_int8.h> // for filter modulation | |
#include <LowPassFilter.h> | |
#include <mozzi_rand.h> // for rand() | |
#include <EventDelay.h> // for scheduling events | |
#define CONTROL_RATE 64 // powers of 2 please |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<style type="text/css"> | |
label > input { | |
opacity:0; | |
width:1px; | |
height:1px; | |
overflow: hidden; |
NewerOlder