Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<head>
<title>Video Stream</title>
</head>
<body>
<video id="video" src="http://localhost:8181/" type="video/ogg; codecs=theora" autoplay="autoplay">
# -*- coding: utf-8 -*-
import subprocess
import sys, os
import struct
import time
import platform
import Skype4Py
try:
import pynotify
@RdlP
RdlP / link.html
Last active August 29, 2015 14:07
<?php
$rest_json = file_get_contents("php://input");
$_POST = json_decode($rest_json, true);
if (isset($_POST['pass'])){
$pass = $_POST['pass'];
$resource = $_POST['resource'];
if ($pass == 1234 && $resource==0){
echo json_encode(array('error' => false, 'url' => str_replace(' ', '%20', '/download/resource1' )));
}else if ($pass == 4321 && $resource==1){
echo json_encode(array('error' => false, 'url' => str_replace(' ', '%20', '/download/resource2' )));
SetEnvIf Referer angelluis\.zapto\.org localreferer
<FilesMatch \.(txt|zip|rar|exe)$>
Order deny,allow
Deny from all
Allow from env=localreferer
</FilesMatch>
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://angelluis.zapto.org/.*$ [NC]
RewriteRule \.(gif|jpg|png)$ http://angelluis.zapto.org/404.html [R,L]
<?php
if(!empty($_GET["resource"]))
{
$folder = "./Downloads/";
header("Content-type: application/force-download");
if ($_GET['resource'] == 0){
readfile($folder . Resource2);
}else if ($_GET['resource'] == 1){
@RdlP
RdlP / grub
Last active August 29, 2015 14:07
# if you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT="0"
GRUB_HIDDEN_TIMEOUT="0"
GRUB_RECORDFAIL_TIMEOUT="0"
GRUB_HIDDEN_TIMEOUT_QUIET="true"
GRUB_TIMEOUT="0"
GRUB_DISTRIBUTOR="`lsb_release -i -s 2> /dev/null || echo Debian`"
/* Codificador de texto dentro de imagenes BMP y JPG.
Copyright © 2011 Ángel Luis Perales Gómez
Este programa es software libre: usted puede redistribuirlo y/o modificarlo
conforme a los términos de la Licencia Pública General de GNU publicada por
la Fundación para el Software Libre, ya sea la versión 3 de esta Licencia
o (a su elección) cualquier versión posterior.
Este programa se distribuye con el deseo de que le resulte útil,
pero SIN GARANTÍAS DE NINGÚN TIPO; ni siquiera con las garantías implícitas de
COMERCIABILIDAD o APTITUD PARA UN PROPÓSITO DETERMINADO. Para más información,
consulte la Licencia Pública General de GNU.
@RdlP
RdlP / gist:486b5b5967853444fdaa
Created March 4, 2015 09:21
Decodificador.cpp
/* Codificador de texto dentro de imagenes BMP y JPG.
Copyright © 2011 Ángel Luis Perales Gómez
Este programa es software libre: usted puede redistribuirlo y/o modificarlo
conforme a los términos de la Licencia Pública General de GNU publicada por
la Fundación para el Software Libre, ya sea la versión 3 de esta Licencia
o (a su elección) cualquier versión posterior.
Este programa se distribuye con el deseo de que le resulte útil,
pero SIN GARANTÍAS DE NINGÚN TIPO; ni siquiera con las garantías implícitas de
COMERCIABILIDAD o APTITUD PARA UN PROPÓSITO DETERMINADO. Para más información,
consulte la Licencia Pública General de GNU.