v1.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
i3-msg '[class=".*"]' move workspace to output eDP |
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
core.ipdn=123.321.1234.567 | |
sabrina.owo=124244.125.199 | |
e621.yiff=124244.125.199 |
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
/** | |
* Compares two software version numbers (e.g. "1.7.1" or "1.2b"). | |
* | |
* This function was born in http://stackoverflow.com/a/6832721. | |
* | |
* @param {string} v1 The first version to be compared. | |
* @param {string} v2 The second version to be compared. | |
* @param {object} [options] Optional flags that affect comparison behavior: | |
* <ul> | |
* <li> |
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
// All custom effects for the webpage | |
var warpBefore = false; | |
var Effects = { | |
instagramLike(elm, isLike) { | |
if(typeof isLike === 'undefined') isLike = true; | |
if(elm) { | |
var canvasTargetPoint = document.createElement('div'); | |
var wrapper = document.createElement('div'); |
I hereby claim:
- I am felixfong227 on github.
- I am felixfong227 (https://keybase.io/felixfong227) on keybase.
- I have a public key whose fingerprint is C7BD E515 D8BC 8002 47F8 B8BF B2B1 D62A A8EB 3212
To claim this, I am signing this object:
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
echo "== Installing Docker And Docker Compose ==" | |
echo "" | |
echo "Step 1: Update yum" | |
sudo yum update | |
echo "DONE: Update yum" | |
echo "Step 2: Install Docker via yum" | |
sudo yum install -y docker | |
echo "DONE: Install Docker via yum" |
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
require "kemal" | |
sha256 = OpenSSL::Digest.new("sha256") | |
get "/:name" do |env| | |
name = env.params.url["name"] | |
render "public/index.ecr" | |
end | |
post "/upload" do |env| |
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
This is a simple text file that contain useless information that we are not going to use it anyways lol |
NewerOlder