Skip to content

Instantly share code, notes, and snippets.

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

arslan21

🏠
Working from home
View GitHub Profile
@arslan21
arslan21 / .gitignore
Created January 14, 2022 21:22 — forked from pingrishabh/.gitignore
Standardised gitignore for your Flutter apps & Dart projects
### Flutter Generated
# Miscellaneous
*.class
*.lock
*.log
*.pyc
*.swp
.DS_Store
.atom/
@arslan21
arslan21 / .gitignore
Created January 14, 2022 21:22 — forked from pingrishabh/.gitignore
Standardised gitignore for your Flutter apps & Dart projects
### Flutter Generated
# Miscellaneous
*.class
*.lock
*.log
*.pyc
*.swp
.DS_Store
.atom/
@arslan21
arslan21 / Blank snippet.EXCEL.yaml
Created January 13, 2021 14:29
Create a new snippet from a blank template.
name: Blank snippet
description: Create a new snippet from a blank template.
host: EXCEL
api_set: {}
script:
content: |
$("#run").click(() => tryCatch(run));
async function run() {
await Excel.run(async (context) => {