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
| // ==UserScript== | |
| // @name Automatically enable filter "Just my tasks" in Asana project | |
| // @namespace https://github.com/Lysak | |
| // @version 0.1.5 | |
| // @description Automatically enable filter "Just my tasks" in Asana project (Code License: MIT License) | |
| // @author Dmytrii Lysak @Lysak | |
| // @match https://app.asana.com/* | |
| // @icon https://www.google.com/s2/favicons?domain=asana.com | |
| // @grant none | |
| // @noframes |
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
| DROP TABLE "country"; | |
| CREATE TABLE "country" ( | |
| "iso" character(2) NOT NULL, | |
| "iso3" character(3) NOT NULL, | |
| "iso_numeric" character(3) NOT NULL, | |
| "fips" character(2), | |
| "name" character varying(128) NOT NULL, | |
| "capital" character varying(128), | |
| "area" float, |
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 | |
| namespace app\commands; | |
| use app\components\CurlClient; | |
| use app\components\UtilsManager; | |
| use DOMDocument; | |
| use Exception; | |
| use yii\console\Controller; |
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
| xinput set-prop "AlpsPS/2 ALPS DualPoint TouchPad" "Device Enabled" 0 | |
| xinput set-prop "AlpsPS/2 ALPS DualPoint Stick" "Device Enabled" 0 |
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
| ssh-keygen -t rsa -b 4096 -N '' -C "[email protected]" -f ~/.ssh/id_rsa | |
| ssh-keygen -t rsa -b 4096 -N '' -C "[email protected]" -f ~/.ssh/github_rsa | |
| ssh-keygen -t rsa -b 4096 -N '' -C "[email protected]" -f ~/.ssh/mozilla_rsa |
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
| contacts = { | |
| linkedin : 'https://linkedin.com/in/dmytrii-lysak', | |
| email : '[email protected]', | |
| website : 'https://lysak.github.io', | |
| }; |
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
| <style> | |
| body{margin:0;width:100%;height:100%} body,td,input,textarea,select{font-family:arial,sans-serif} input,textarea,select{font-size:100%} #loading{position:absolute;width:100%;height:100%;z-index:1000;background-color:#fff} .msg{ color: #757575; font: 20px/20px Arial, sans-serif; letter-spacing: .2px; text-align: center } #nlpt{ animation: a-s .5s 2.5s 1 forwards; background-color: #f1f1f1; height: 4px; margin: 56px auto 20px; opacity: 0; overflow: hidden; position: relative; width: 300px } #nlpt::before{ animation: a-lb 20s 3s linear forwards; background-color: #db4437; content: ''; display: block; height: 100%; position: absolute; transform: translateX(-300px); width: 100% } @keyframes a-lb{ 0%{transform:translateX(-300px)}5%{transform:translateX(-240px)}15%{transform:translateX(-30px)}25%{transform:translateX(-30px)}30%{transform:translateX(-20px)}45%{transform:translateX(-20px)}50%{transform:translateX(-15px)}65%{transform:translateX(-15px)}70%{transform:translateX(-10px)}95%{transform:translateX(-1 |
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
| <!-- saved from url=(0027)https://coursehunters.net/s --> | |
| <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
| <title>404 Not found</title> | |
| <style> | |
| @keyframes tail { | |
| 6.66667% { | |
| transform: rotate(0); | |
| } | |
| 10% { |