Skip to content

Instantly share code, notes, and snippets.

View hsteinshiromoto's full-sized avatar

Humberto STEIN SHIROMOTO hsteinshiromoto

View GitHub Profile
@Azurewren
Azurewren / Automated Periodic Note Creation.md
Last active December 31, 2024 21:24
Automated Periodic Note Creation

This is a Templater Startup Script for use in Obsidian.

Each time Obsidian is opened, Templater runs the script to see if a weekly, monthly, quarterly, and yearly file exists for the current date. If one exists, it moves on, if not, it creates the file using the appropriate template, in the appropriate place.

<%*
let wk = tp.date.now('GGGG-[W]WW');
let mnth = tp.date.now('MM MMMM');
let qrtr = tp.date.now('Qo [Quarter]');
let yr = tp.date.now('YYYY');
@hsteinshiromoto
hsteinshiromoto / .gitignore
Last active March 22, 2023 23:59
Complete gitignore
# Created by https://www.toptal.com/developers/gitignore/api/tex,latex,linux,macos,python,dbeaver,pycharm,windows,jupyternotebooks,visualstudiocode,obsidian
# Edit at https://www.toptal.com/developers/gitignore?templates=tex,latex,linux,macos,python,dbeaver,pycharm,windows,jupyternotebooks,visualstudiocode,obsidian
## Syncthing ##
.stfolder/
.stversions/
### DBeaver ###
# ide config file
@hansrajdas
hansrajdas / vim.md
Last active March 27, 2025 19:28
VIM commands

Acronym

  • C-a ==> CTRL-a

Modes in VIM

  • Normal mode(n) When we open mode, the default mode is normal
  • Insert mode(i) When we want to insert some text, we press i, a or A etc to go in insert mode
  • Command mode(c) When we type colon(:) from normal mode, we enters command mode
  • Visual mode(v) Using v or V or C-i

Start VIM

@grisaitis
grisaitis / stackoverflow_question_22381497.ipynb
Created October 12, 2019 18:44
stackoverflow.com/questions/22381497
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tvwerkhoven
tvwerkhoven / .gitignore
Created August 2, 2011 08:59
XeTeX cheatsheet
*.aux
*.log
*.out
*.pdf
*.synctex.gz*