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
| # -*- coding: utf-8 -*- | |
| import re | |
| class TurkishTools(object): | |
| CHAR_MAP = { | |
| "to_upper": { | |
| u"ı": u"I", | |
| u"ö": u"Ö", |
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 | |
| # -*- coding: utf-8 -*- | |
| import urllib, os, random | |
| """ | |
| DedeInjector is a shortcut class for making dedeler as a background into the target friend's computers. | |
| only supports for gnome/linux environments. | |
| warning: do not try this on people who you don't know well. you don't know how they react after the injection. |
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
| find ./ -name ".svn" | xargs rm -Rf |
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
| # -*- coding: utf-8 -*- | |
| import urllib, re, hashlib, os, smtplib | |
| from email.MIMEText import MIMEText | |
| class VisaChecker(object): | |
| """ | |
| VisaChecker script for the applicants waiting 'administrative processing'. | |
| """ | |
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 datetime | |
| def _find_horoscope(bday): | |
| if bday.month == 1 and bday.day >= 20 or bday.month == 2 and bday.day < 18: | |
| return 'kova' | |
| if bday.month == 2 and bday.day >= 18 or bday.month == 3 and bday.day < 20: | |
| return 'balik' | |
| if bday.month == 3 and bday.day >= 20 or bday.month == 4 and bday.day < 20: | |
| return 'koc' | |
| if bday.month == 4 and bday.day >= 20 or bday.month == 5 and bday.day < 21: |
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 | |
| class ComicPaginater { | |
| public $pageLimit = 1100; | |
| public $page = 0; | |
| public $URL = 'http://www.emreyilmaz.me/yigit_ozgur'; | |
| public function __construct() { | |
| $this->page = intval(@$_GET["page"]); |
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
| # -*- coding: utf8 -*- | |
| import urllib, simplejson | |
| class TMDBException(Exception): | |
| """ | |
| custom exception class for TMDB errors. | |
| """ | |
| pass | |
| class TMDB(object): |
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
| # -*- coding: utf8 -*- | |
| import os, simplejson, re | |
| class OrganizerException(Exception): | |
| def __init__(self, message): | |
| self.message = message | |
| def __str__(self): |
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
| # -*- coding: utf8 -*- | |
| import datetime, os | |
| class MongoDbExporter(object): | |
| """ | |
| a tiny wrapper for the bash utility named mongoexporter. | |
| """ |
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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <scheme name="w3" version="1" parent_scheme="Default"> | |
| <option name="LINE_SPACING" value="1.2" /> | |
| <option name="EDITOR_FONT_SIZE" value="14" /> | |
| <option name="EDITOR_FONT_NAME" value="DejaVu Sans Mono" /> | |
| <colors> | |
| <option name="GUTTER_BACKGROUND" value="ffffff" /> | |
| <option name="WHITESPACES" value="808000" /> | |
| </colors> | |
| <attributes> |