This file contains 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
;File name: Auto invite on join, on part and on kick. | |
;Written By: JOMARO | |
;E-mail: [email protected] | |
;Website: http://welcome.to/jomaro | |
;============================ | |
;===Auto Invite Dialog===> | |
dialog inv { | |
title "Auto Invite v1.0" | |
size -1 -1 500 183 | |
box "Auto Invite", 1, 10 5 480 140, right |
This file contains 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
set $block_user_agent 0; | |
if ($http_user_agent ~* ("WebBandit"|"2icommerce"|"Accoona"|"ActiveTouristBot"|"adressendeutschland"|"aipbot"|"Alexibot"|"Alligator"|"AllSubmitter"|"almaden"|"anarchie"|"Anonymous"|"Apexoo"|"Aqua_Products"|"asterias"|"ASSORT"|"ATHENS"|"AtHome"|"Atomz"|"attache"|"autoemailspider"|"autohttp"|"b2w"|"bew"|"BackDoorBot"|"Badass"|"Baiduspider"|"Baiduspider"+|"BecomeBot"|"berts"|"Bitacle"|"Biz360"|"Black.Hole"|"BlackWidow"|"bladder fusion"|"Blog Checker"|"BlogPeople"|"Blogshares Spiders"|"Bloodhound"|"BlowFish"|"Board Bot"|"Bookmark search tool"|"BotALot"|"BotRightHere"|"Bot mailto:[email protected]"|"Bropwers"|"Browsezilla"|"BuiltBotTough"|"Bullseye"|"BunnySlippers"|"Cegbfeieh"|"CFNetwork"|"CheeseBot"|"CherryPicker"|"Crescent"|"charlotte"/|"ChinaClaw"|"Convera"|"Copernic"|"CopyRightCheck"|"cosmos"|"Crescent"|"c-spider"|"curl"|"Custo"|"Cyberz"|"DataCha0s"|"Daum"|"Deweb"|"Digger"|"Digimarc"|"digout4uagent"|"DIIbot"|"DISCo"|"DittoSpyder"|"DnloadMage"|"Download"|"dragonfly"|"DreamPassport"|"D |
This file contains 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
deb http://ftp.fr.debian.org/debian/ squeeze main contrib non-free | |
deb-src http://ftp.fr.debian.org/debian/ squeeze main contrib non-free | |
deb http://security.debian.org/ squeeze/updates main contrib non-free | |
deb-src http://security.debian.org/ squeeze/updates main contrib non-free | |
# squeeze-updates, previously known as 'volatile' | |
deb http://ftp.fr.debian.org/debian/ squeeze-updates main contrib non-free | |
deb-src http://ftp.fr.debian.org/debian/ squeeze-updates main contrib non-free | |
This file contains 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
on *:TEXT:.random:#: { | |
sockclose sick | |
sockopen sick www.sickipedia.org 80 | |
set %sick.chan $chan | |
} | |
alias sick { | |
sockopen sick www.sickipedia.org 80 | |
set %sick.chan $chan | |
} |
This file contains 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 | |
session_start(); | |
add_action('gform_after_submission_6', 'post_to_b79_api', 10, 2); | |
function post_to_b79_api($entry, $form) { | |
// Set phone | |
$phoneNumber = $entry['10']; | |
// Split names properly | |
$name_parts = explode(' ', $entry[8]); | |
$name_first = array_shift($name_parts); |
This file contains 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
Show hidden characters
{ | |
"auto_upgrade_last_run": null, | |
"installed_packages": | |
[ | |
"AdvancedNewFile", | |
"Alignment", | |
"BracketHighlighter", | |
"CakePHP (Native)", | |
"CodeFormatter", | |
"ColorPicker", |
This file contains 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 | |
/** | |
* This example downloads a criteria report to a file. | |
* | |
* Copyright 2014, Google Inc. All Rights Reserved. | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* |
This file contains 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
// ==UserScript== | |
// @name haaretz | |
// @namespace http://www.haaretz.co.il | |
// @description redirects haaretz to webcace | |
// @include http://www.haaretz.co.il/* | |
// @include http://webcache.googleusercontent.com/* | |
// @version 1 | |
// @grant none | |
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js | |
// ==/UserScript== |
This file contains 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
deb http://ftp.fr.debian.org/debian/ jessie main contrib non-free | |
deb-src http://ftp.fr.debian.org/debian/ jessie main contrib non-free | |
deb http://security.debian.org/ jessie/updates main contrib non-free | |
deb-src http://security.debian.org/ jessie/updates main contrib non-free | |
# jessie-updates, previously known as 'volatile' | |
deb http://ftp.fr.debian.org/debian/ jessie-updates main | |
deb-src http://ftp.fr.debian.org/debian/ jessie-updates main |
This file contains 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
package main | |
import ( | |
"./binding" | |
"fmt" | |
) | |
func main() { | |
binding.PrintHello() | |
binding.Seed(1) | |
fmt.Println(binding.Random()) |
OlderNewer