Skip to content

Instantly share code, notes, and snippets.

View tobozo's full-sized avatar

tobozo tobozo

View GitHub Profile
31-12-2001 - H@CKOFF No26 - * LAst edition? * -
_ ______________________ _
-*7*- `^°*;:,.> Crypto Echelon <.,:;*°^`
_____________________________/¯¯¯¯¯ Ulysse31 ¯¯¯¯¯¯¯\___________________________
¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,
ALGO DE CRYPTAGE A BASE D'ECHELON
@tobozo
tobozo / backup_mysql.sh
Created January 27, 2017 16:38
Crontab to incremental daily/weekly MySQL backups
#!/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'`
#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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<style type="text/css">
label > input {
opacity:0;
width:1px;
height:1px;
overflow: hidden;