Skip to content

Instantly share code, notes, and snippets.

View andronedev's full-sized avatar
:shipit:
I may be slow to respond.

Nicolas andronedev

:shipit:
I may be slow to respond.
View GitHub Profile
@andronedev
andronedev / cloudSettings
Last active October 7, 2020 14:34
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-09-17T18:54:22.188Z","extensionVersion":"v3.4.3"}
@andronedev
andronedev / UpdateCenterRuby.rb
Last active June 21, 2020 08:37
Update Center Ruby
require 'net/http'
require 'json'
# XX CONFIG XX
api_id = 1 #APPID
api_hashid = "HASHID"
api_currentbuild = 1 #BUILDID
api_endpoint = "API ENPOINT"
#Progressbar in ruby
def progress(value, maxvalue)
return ' 0% |' + ('+' * ((value * 70) / maxvalue)) + ('-' * (70 - (value * 70) / maxvalue) + '| 100% ')
end
#demo :
puts progress(10,33)
@andronedev
andronedev / index.html
Created May 19, 2020 20:11
Landscape animation experiment
<!-- 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"/>
✦             ˚              *                        .              .            ✦              ‍ ‍ ‍ ‍                  ,      .             .   ゚      .             .      ,       .                                  ☀️                                                        .           .             .                                                                                     ✦        ,              🚀        ,    ‍ ‍ ‍ ‍               .            .                                             ˚            ,                                       .                      .             .               *            ✦                                               .                  .        .        .     🌑              .           .               ˚                     ゚     .       .      🌎 ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ,                * .                    .           ✦             ˚              *                        .              .
.           ✦             ˚              *                        .        
test