This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Debug a Jest file from a module in Git Subfolder", | |
"type": "node", | |
"request": "launch", | |
"cwd": "${workspaceFolder}/SUBFOLDER", | |
"runtimeArgs": [ | |
"--inspect-brk", "${workspaceRoot}/SUBFOLDER/node_modules/.bin/jest", |
brew install git-filter-repo
# or just download the single python file
git clone [email protected]:YOUR_ORGANIZATION/repo1.git tmprepo1
git clone [email protected]:YOUR_ORGANIZATION/repo2.git tmprepo2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
description=AWS Athena | |
type=athena | |
driver=com.simba.athena.jdbc42.Driver | |
connectionSpec=jdbc:awsathena://athena.<region>.amazonaws.com:443;S3OutputLocation=<S3OutputLocation> | |
# eg: region=ca-central-1 | |
tableTypes=TABLES,TABLE,MANAGED_TABLE,EXTERNAL_TABLE |
rsync (Everyone seems to like -z, but it is much slower for me)
- a: archive mode - rescursive, preserves owner, preserves permissions, preserves modification times, preserves group, copies symlinks as symlinks, preserves device files.
- H: preserves hard-links
- A: preserves ACLs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style type="text/css"> | |
html, | |
body, | |
iframe { | |
width: 100%; | |
height: 100%; | |
} | |
</style> | |
<iframe src='https://view.officeapps.live.com/op/embed.aspx?src=https://download.microsoft.com/download/1/4/E/14EDED28-6C58-4055-A65C-23B4DA81C4DE/Products.xlsx' width='100%' height='100%' frameborder='0'> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# See: https://stackoverflow.com/questions/1683531/how-to-import-existing-git-repository-into-another | |
# https://help.github.com/articles/about-git-subtree-merges/ | |
# https://github.com/git/git/blob/master/contrib/subtree/git-subtree.txt | |
# https://git-scm.com/book/en/v1/Git-Tools-Subtree-Merging | |
# git filter-branch | |
# git read-tree | |
# https://unix.stackexchange.com/questions/280217/how-to-replay-git-repository-history-into-subdirectory |
NewerOlder