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 java.util.regex.Matcher; | |
import java.util.regex.Pattern; | |
/** | |
* Created by abbas on 9/21/15. | |
*/ | |
public class LanguageType { | |
public static boolean isPersian(String 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
# Az imaplib Baraye Connect Shodan B Server Gmail Estefade Mikonim | |
import imaplib | |
# dar inja Ba Estefade Az Method IMAP4_SSL Baraye Moshakhas Kardan Server Morede Nazar Va Sakhtan Proxy Estefade Mikonim | |
#Ba Port 993 Vasl Mishim ahmiat Chandani Ham Dar In Bakhsh Ndare albate Az Rahaye Dge MOnzorame | |
mailserver = imaplib.IMAP4_SSL('imap.gmail.com', 993) | |
# Dar In Ghesmat Name Email Morede Bazar | |
username = 'USERNAME' | |
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 urllib, htmllib, formatter, re, sys | |
#Baraye Gerftan Argoman Dar Mohit gitBash az .argv[1] estefade mikonim | |
url = sys.argv[1] | |
#dar inja url Vared Shode Ra gerfte va b motghayer website enteqal midim | |
website = urllib.urlopen("http://"+url) | |
#dar inja URL vared Shode Ra khande Va DATA'HA Ra Ba estefade Az Tab'e READ() Mikhanim | |
data = website.read() | |
#Dar inja url ro mibandim | |
website.close() |