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
#START http://boxstarter.org/package/nr/url?[URL] | |
Set-ExplorerOptions -showHidenFilesFoldersDrives -showFileExtensions | |
#choco install GoogleChrome | |
#choco install SublimeText3 | |
#choco install SublimeText3.PackageControl | |
choco install EthanBrown.ConEmuConfig | |
choco install ccleaner | |
#choco install putty |
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
#curl https://gist.githubusercontent.com/tyrsius/7324aaa515ade384cb1c/raw/927e4cd87d54a64c7a4ffc3b14739e5437346c35/node-and-npm-in-30-seconds.sh | sh | |
#echo 'export PATH=$PATH:$HOME/bin/node/bin' >> ~/.bashrc | |
. ~/.bashrc | |
mkdir bin -p | |
cd ~/bin | |
mkdir node -p | |
rm -rf install-node | |
mkdir install-node -p | |
cd install-node | |
curl https://nodejs.org/dist/v4.2.0/node-v4.2.0.tar.gz | tar xz --strip-components=1 |
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
--reporter spec | |
--require test/support/node | |
--recursive | |
--timeout 3000 |
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
import { marshall } from '@aws-sdk/util-dynamodb' | |
export { unmarshall } from '@aws-sdk/util-dynamodb' | |
import type { | |
NativeAttributeValue, | |
marshallOptions, | |
} from '@aws-sdk/util-dynamodb' | |
import type { AttributeValue } from '@aws-sdk/client-dynamodb' | |
import type { | |
QueryInput, |
OlderNewer