Skip to content

Instantly share code, notes, and snippets.

View fenixjz's full-sized avatar
🏠
Working from home

Cold-Fire fenixjz

🏠
Working from home
View GitHub Profile
{
"minVersion": 5,
"latestVersion":5,
"message": "Please update to continue!"
}
@fenixjz
fenixjz / falldetect_version.json
Last active February 3, 2026 11:31
Fall Detect version check
{
"minVersion": 6,
"latestVersion": 6,
"message": "Please update to continue!"
}
@fenixjz
fenixjz / taptimingduel_version.json
Last active February 5, 2026 20:08
TapTimingDuel version check
{
"minVersion": 17,
"latestVersion": 17,
"message": "Please update to continue playing!"
}
{
"key_1": "A"
}
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->
@fenixjz
fenixjz / 0_reuse_code.js
Created September 25, 2017 09:09
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->