Skip to content

Instantly share code, notes, and snippets.

View Aravinth-Earth's full-sized avatar
🏠
Working from home

Aravinth Aravinth-Earth

🏠
Working from home
View GitHub Profile
@tshrinivasan
tshrinivasan / Tamil Month Calculator - Simpler.py
Created June 1, 2022 11:18
Code to get tamil months/date from english months
# -*- coding: utf-8 -*-
"""Tamil Month Calculator - Simpler.ipynb
Automatically generated by Colaboratory.
Original file is located at
https://colab.research.google.com/drive/1vYnNRVuCUZa-n1V6P18FUcONYflxJdcd
Created by Ravi Annasamy - ravi.annaswamy@gmail.com
@simenbrekken
simenbrekken / README.md
Last active November 9, 2023 16:56
Hide fetch/XHR in Cypress command log

This novel workaround simply hides any command log entries that originate from fetch/XHR requests.

While I've updated this receipe for Cypress 10 and converted it to TypeScript you should be able to use it in a JavaScript project by ignoring the cypress.d.ts file and placing the snippet from e2e.ts in e2e.js instead.

@gerardroche
gerardroche / sublime-clean
Last active December 17, 2022 06:15
Clean Sublime Text caches and optionally clean out any sessions
#!/bin/sh
set -e
unset CDPATH
unset IFS
show_usage() {
cat <<USAGE
Usage: [PROJECTS_PATH=<PATH>] $(basename "$0") [--exclude-sessions] [--exclude-workspaces]