Skip to content

Instantly share code, notes, and snippets.

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

Anh Nguyen noneall

🏠
Working from home
  • Alberta
  • 10:11 (UTC -06:00)
View GitHub Profile
@noneall
noneall / gist:db6c5fe94868e176367d779f593b4438
Last active August 26, 2025 21:10
winget initial install
winget install -e --id CoreyButler.NVMforWindows;winget install -e --id Fork.Fork;winget install -e --id SlackTechnologies.Slack;winget install -e --id Microsoft.Teams;winget install -e --id Git.Git;winget install -e --id RevoUninstaller.RevoUninstaller;winget install -e --id Brave.Brave;winget install -e --id Docker.DockerDesktop;winget install -e --id AgileBits.1Password;winget install -e --id Microsoft.PowerToys;winget install -e --id 7zip.7zip;winget install -e --id Microsoft.VisualStudio.2022.Community.Preview
@noneall
noneall / action.yml
Created March 2, 2023 06:28
github action snippets
# check if there are changes
- name: Check if there are any changes
id: verify_diff
run: |
git diff --quiet . || echo "changed=true" >> $GITHUB_OUTPUT
# Commit changes
- name: Commit
"terminal.integrated.shell.windows": "E:\\Git\\bin\\bash.exe",
/**
* @name hoverdir
* @description description
* @version 1.0
* @options
* speed
* easing
* hoverDelay
* inverse
* hoverEle
/* animation sets */
/* move from / to */
/* fade */
/* move from / to and fade */
/* move to with different easing */
/********************************* keyframes **************************************/
/* move from / to */
@-webkit-keyframes "moveToLeft" {
from {
@noneall
noneall / 0_reuse_code.js
Created December 26, 2016 09:02
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