Skip to content

Instantly share code, notes, and snippets.

View gabrieldejesus's full-sized avatar
🏆
I never lose. I either win or learn

Gabriel de Jesus gabrieldejesus

🏆
I never lose. I either win or learn
View GitHub Profile
JavaScript
JavaScript allows you to add interactivity to your pages. Common examples that you may have seen on the websites are sliders, click interactions, popups and so on.
1) Syntax and Basic Constructs
- READ: W3Schools – JavaScript Tutorial
https://www.w3schools.com/js/
- READ: The Modern JavaScript Tutorial
https://javascript.info/
# some variables that you can use:
# Reset
Color_Off='\033[0m' # Text Reset
# Regular Colors
Black='\033[0;30m' # Black
Red='\033[0;31m' # Red
Green='\033[0;32m' # Green
Yellow='\033[0;33m' # Yellow
@gabrieldejesus
gabrieldejesus / tauri-app-update.json
Last active February 1, 2024 14:25
tauri-app-update.json
{
"version": "v0.0.2",
"notes": "Test version 2",
"pub_date": "2024-02-01T00:00:00Z",
"platforms": {
"darwin-x86_64": {
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVRQlFBRHprQnQ1Qm1GZUpQcFBxTGJtbER3cWlmKzVPbUNMQlFNSXQ0TVQ2V0RSMVkzY1JNc0YvWGh5Y0FpZXlQY25TRXNrU0ErV0xCUjMyTmloUVR2dXZCMzBZK0hBTWdJPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNjg2NjMyMDk3CWZpbGU6ZXotdXBfMC4xLjhfYW1kNjQuQXBwSW1hZ2UudGFyLmd6CnZ6ZHBkall4TnZhUlpieXUyMUZZTFBqRGJhVXpGVzFFUGFwcDByS3VQb0xrUE9uNWEzWEY0RGppRGQ4c3lpWlZvL3R6MHVGYkZjNjJmbnVmb3VWZ0RRPT0K",
"url": "https://github.com/gabrieldejesus/tauri-app/releases/download/v.0.0.2/tauri-app_0.0.2_x64.dmg"
},
"darwin-aarch64": {