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
#!/usr/bin/env python | |
'''@0xv''' | |
import json, urllib2 | |
user_agent = 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20100101 Firefox/14.0.1' | |
username = raw_input('username: ') | |
url = 'https://www.twitter.com/users/username_available?suggest=1&username=%s&full_name=&email=&suggest_on_username=true&context=front&custom=1' % (username) | |
req = urllib2.Request(url) | |
get = urllib2.urlopen(req).read() |
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
""" | |
twit.py - twitter Module for phenny | |
Copyright 24-05-2011, 0xv | |
Licensed under the yogyacarderlink Forum License 2. | |
thx to #yogyacarderlink #1st | |
http://yogyacarderlink.web.id | http://ycl.sch.id | |
follow @0xv @yogyacarderlink | |
""" | |
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 Matches() | |
highlight curword ctermbg=white ctermfg=black cterm=bold gui=bold guibg=darkgrey | |
try | |
call matchdelete(w:lastmatch) | |
unlet w:lastmatch | |
catch | |
endtry | |
silent! let w:lastmatch=matchadd ('curword', printf('\V\<%s\>', escape(expand(''), '/\')), -1) | |
highlight eolspace ctermbg=red guibg=red | |
2match eolspace /\s\+$/ |
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
#!/usr/bin/env python | |
#------------------------------------------------------------------------------ | |
# Disclaimer: For educational purpose ONLY. Use at your own risk. | |
# Note : Just comment out the app that you don't wanna use, it'll save | |
# your time approving all of them. | |
#------------------------------------------------------------------------------ | |
# Perhatian : Hanya untuk tujuan pembelajaran semata. Pembuat script ini tidak | |
# bertanggungjawab atas penggunaan/penyalahgunaan script ini. | |
# Catatan : Cukup gunakan aplikasi yang diinginkan, yang tidak digunakan bisa | |
# di-comment untuk mempercepat proses approval. |
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 sys, poplib | |
#i lost 100exp on dota 2 for create this shit. | |
#http://twitter.com/0xv | |
def save(log): | |
f = open('result.txt', 'a') | |
f.write(log) | |
def help(): | |
print 'usage : ./mailchecker.py <emaillist>' |
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
root@ubuntu:~# apt-get update | |
Err http://ppa.launchpad.net precise InRelease | |
Err http://archive.ubuntu.com precise InRelease | |
Err http://archive.ubuntu.com precise-updates InRelease | |
Err http://archive.ubuntu.com precise-backports InRelease | |
Err http://security.ubuntu.com precise-security InRelease |
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
[0xv@localhost ~]$ sudo yum install nodejs | |
[sudo] password for 0xv: | |
Loaded plugins: fastestmirror, langpacks, refresh-packagekit | |
Loading mirror speeds from cached hostfile | |
* fedora: mirror.dhakacom.com | |
* rpmfusion-free: mirror.bjtu.edu.cn | |
* rpmfusion-free-updates: mirror.bjtu.edu.cn | |
* rpmfusion-nonfree: mirror.bjtu.edu.cn | |
* rpmfusion-nonfree-updates: mirror.bjtu.edu.cn | |
* updates: ftp.isu.edu.tw |
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
////////////////////////// | |
/// BASIC SETTINGS /// | |
////////////////////////// | |
// Enables the console | |
con_enable 1 | |
//preload map | |
cl_forcepreload 1 |
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
#!/usr/bin/python -u | |
# -*- coding: utf-8 -*- | |
import tweepy | |
import sys | |
import getopt | |
import datetime | |
import urllib2 | |
import os | |
import string |
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
cd /d E:\Master\dnscrypt-proxy-win32\bin | |
netsh interface ipv4 set dnsserver name="Wi-Fi" static 127.0.0.1 | |
dnscrypt-proxy.exe -R opendns |
OlderNewer