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
{"lastUpload":"2020-09-17T18:54:22.188Z","extensionVersion":"v3.4.3"} |
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 'net/http' | |
require 'json' | |
# XX CONFIG XX | |
api_id = 1 #APPID | |
api_hashid = "HASHID" | |
api_currentbuild = 1 #BUILDID | |
api_endpoint = "API ENPOINT" |
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
#Progressbar in ruby | |
def progress(value, maxvalue) | |
return ' 0% |' + ('+' * ((value * 70) / maxvalue)) + ('-' * (70 - (value * 70) / maxvalue) + '| 100% ') | |
end | |
#demo : | |
puts progress(10,33) |
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
<!-- Stars --> | |
<div class="stars"> | |
<div class="starWrap starProject"> | |
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 599.456 593.71" enable-background="new 0 0 599.456 593.71" xml:space="preserve" id="stars"> | |
<circle fill="#FFFFFF" cx="287.793" cy="0.398" r="0.398"/> | |
<circle fill="#FFFFFF" cx="300.965" cy="15.945" r="0.398"/> | |
<circle fill="#FFFFFF" cx="306.237" cy="22.961" r="0.398"/> | |
<circle fill="#FFFFFF" cx="282.496" cy="16.214" r="0.398"/> |
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 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
test |
NewerOlder