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
https://www.youtube.com/user/GinhoFresh/videos | |
https://www.sublimetext.com/docs/3/ | |
https://github.com/sergeche/emmet-sublime#available-actions | |
All Package Names | |
[ | |
"1337 Color Scheme", | |
"AdvancedNewFile", | |
"Alignment", | |
"AngularJS", | |
"AutoFileName", |
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
udp://p4p.arenabg.ch:1337 | |
udp://p4p.arenabg.com:1337 | |
http://bttracker.crunchbanglinux.org:6969/announce | |
http://tracker.aletorrenty.pl:2710/announce | |
udp://torrent.gresille.org:80/announce | |
udp://glotorrents.pw:6969/announce | |
udp://tracker.trackerfix.com:80/announce | |
udp://www.eddie4.nl:6969/announce | |
udp://tracker.leechers-paradise.org:6969 | |
http://retracker.kld.ru:2710/announce |
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(); | |
include("../db.php"); | |
date_default_timezone_set("Asia/Kolkata"); | |
$a=date('Y-m-d G:i:s'); | |
$b=date('Y-m-d'); | |
$dtatmasteruser= mysql_query("select * from dm_admin where email='{$_POST['loginid']}' and password='{$_POST['upassword']}'"); | |
$dtatmasteruser_row=mysql_fetch_assoc($dtatmasteruser); | |
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
{ | |
"cmd": ["C:\\xampp\\mysql\\bin\\mysql.exe", "-u", "root", "-e", "source $file", "-t"], | |
"selector": "source.sql" | |
} |