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
Show hidden characters
{ | |
"cmd": "gfortran ${file} -o ${file_base_name}", | |
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$", | |
"selector": "source.modern-fortran, source.fixedform-fortran", | |
"variants": [ | |
{ | |
"cmd": ["start", "cmd", "/k", "$file_base_name"], | |
"shell": true, |
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
#Python 2.7 | |
#author: Tamal Sen ([email protected]) | |
1. 12 Rounds 3 Lockdown | |
(http://114.130.38.5/apanel/admin/download/english_movie/12%20Rounds%203%20Lockdown1469101436.avi) | |
2. 13.Hours.The.Secret.Soldiers.of.Benghazi.2016.720p.BRRip.HEVC.999MB.MkvCage | |
(http://114.130.38.5/apanel/admin/download/english_movie/13.Hours.The.Secret.Soldiers.of.Benghazi.2016.720p.BRRip.HEVC.999MB.MkvCage1465361708.mkv) | |
3. 300 Rise Of On Empire 2014 | |
(http://114.130.38.5/apanel/admin/download/english_movie/300%20Rise%20Of%20On%20Empire%2020141466315449.MP4) | |
4. A country wedding 2015 HD |
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
#Python 2.7 | |
#author: Tamal Sen ([email protected]) | |
1. 1920 London 2016 | |
(http://114.130.38.5/apanel/admin/download/hindi_movie/1920%20London%2020161465361719.avi) | |
2. 3 Idiots (2009) | |
(http://114.130.38.5/apanel/admin/download/hindi_movie/3%20Idiots%20(2009)1459229536.mkv) | |
3. 36 china town | |
(http://114.130.38.5/apanel/admin/download/hindi_movie/36%20china%20town1471684758.mp4) | |
4. 3G A Killer Connection (2013) |
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
[ | |
{ | |
"bookNumber": 1, | |
"bookLink": "http://50.30.47.15/Ebook/English/Peace_and_its_Discontents.pdf", | |
"bookTitle": "Peace and It’s Discontents", | |
"pageLink": "http://www.grontho.com/peace-and-its-discontents/" | |
}, | |
{ | |
"bookNumber": 2, | |
"bookLink": "No PDF link is available", |
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
/* | |
* Author: Tamal Sen | |
* WordPress Developer | |
* URL: https://www.upwork.com/freelancers/~01d9b20165ed79e841 | |
*/ | |
/* I want to increase the font fize of Job title, it looks small for me. Also make it full width */ | |
.job-title { | |
font-size: 20px; | |
margin-right: -18% ; |
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
.fw-400 { | |
font-weight: 400; | |
} | |
.fw-500 { | |
font-weight: 500; | |
} | |
.fw-300 { | |
font-weight: 300; | |
} | |
.fw-200 { |
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 | |
if( !function_exists('rev_slider_detection') ) { | |
function rev_slider_detection( $atts ) { | |
extract(shortcode_atts(array( | |
'alias' => '' // the alias name of your desktop rev-slider | |
), $atts)); |
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
C:\Users\[Username Goes Here]\daraz>python special.py | |
DevTools listening on ws://127.0.0.1:xx65/devtools/browser/d15eb68c-xxxx-xxxx-xxxx-xxxxxxxxxx | |
Opening Chrome.. | |
Defining some functions.. | |
Login Page.. | |
Closing popup.. | |
Filling Credentials.. | |
[15:06:50] ---- GOT LOGGED IN ---- |
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
/* How to turn off AOS animation in mobile screens? | |
https://stackoverflow.com/questions/53952611/how-to-turn-off-aos-animation-in-mobile-screens */ | |
@media screen and (max-width: 480px) { | |
.disable-aos-mobile [data-aos], | |
.disable-aos-mobile[data-aos] { | |
/*CSS transitions*/ | |
opacity: 1 !important; | |
-o-transition-property: none !important; | |
-moz-transition-property: none !important; |