Skip to content

Instantly share code, notes, and snippets.

@Asraful-Haque
Asraful-Haque / Sublime All Package
Last active December 26, 2016 07:33
Sublime Package Lists : All Package
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",
@Asraful-Haque
Asraful-Haque / tracker
Last active June 3, 2024 18:46
Torrent: Torrent Tracker List
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
@Asraful-Haque
Asraful-Haque / myprint
Last active July 22, 2016 06:48
myprint
<?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);
{
"cmd": ["C:\\xampp\\mysql\\bin\\mysql.exe", "-u", "root", "-e", "source $file", "-t"],
"selector": "source.sql"
}