View gist:75bb577306e8125d4109c07f35e3b122
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
.env files support | |
.ignore | |
atom material icons | |
gittoolbox | |
import cost | |
one dark theme | |
rainbow brackets | |
string manipulation | |
Commitlint Conventional Commit | |
Conventional Commit |
View install_guide.readme
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
!NOTE: host system (windows) should not install any kind of nodejs or python or any other development softwares except IDEs and DOCKER | |
Enable WSL | |
Open PowerShell as Administrator and run: | |
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart | |
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart | |
Update windows to insider program |
View PUBG_CLOSE_TASK.bat
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
Taskkill /IM AppMarket.exe /F | |
Taskkill /IM AndroidEmulator.exe /F | |
Taskkill /IM TBSWebRenderer.exe /F | |
Taskkill /IM QMEmulatorService.exe /F | |
Taskkill /IM aow_exe.exe /F |
View tracker.php
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 | |
use DiDom\Document; | |
use Stringy\Stringy as S; | |
class tracker | |
{ | |
public function __construct() | |
{ | |
$this->priceTrack(); |
View Query.zep
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
/* | |
+------------------------------------------------------------------------+ | |
| Phalcon Framework | | |
+------------------------------------------------------------------------+ | |
| Copyright (c) 2011-2017 Phalcon Team (https://phalconphp.com) | | |
+------------------------------------------------------------------------+ | |
| This source file is subject to the New BSD License that is bundled | | |
| with this package in the file LICENSE.txt. | | |
| | |
View nginx_redirect
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
#Main Domain | |
#https?://www.example.com; | |
server { | |
listen 80; | |
server_name ~^www\.(?<dname>\w+)\.(?<dtype>\w+)$; | |
return 301 $scheme://$dname.$dtype$request_uri; | |
} | |
#Sub Domains if in case |
View _cors
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
#location ~ \.php$ { | |
# try_files $uri =404; | |
# fastcgi_pass unix:/var/run/php/php7.1-fpm.sock; | |
# fastcgi_index /index.php; | |
# include fastcgi_params; | |
# fastcgi_split_path_info ^(.+\.php)(/.+)$; | |
# fastcgi_param PATH_INFO $fastcgi_path_info; | |
# fastcgi_param PATH_TRANSLATED $document_root$fastcgi_path_info; | |
# fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; | |
# |
View jwtRS256.sh
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
ssh-keygen -t rsa -b 4096 -f jwtRS256.key | |
# Don't add passphrase | |
openssl rsa -in jwtRS256.key -pubout -outform PEM -out jwtRS256.key.pub | |
cat jwtRS256.key | |
cat jwtRS256.key.pub |
View getBase64.sh
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
type deployment_cert.der | openssl sha1 -binary | openssl base64 |
View settings.text
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
Search Engine: | |
keyword: | |
google.co.in | |
Query: | |
{google:baseURL}search?q=%s&tbs=qdr:y&{google:RLZ}{google:originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialParameter}{google:iOSSearchLanguage}{google:searchClient}{google:sourceId}{google:instantExtendedEnabledParameter}{google:contextualSearchVersion}ie={inputEncoding} |
NewerOlder