show dbs
| #!/bin/bash | |
| # Usage: clone_all_repos.sh [organization] <output directory> | |
| ORG=$1 | |
| PER_PAGE=100 | |
| GIT_OUTPUT_DIRECTORY=${2:-"/tmp/${ORG}_repos"} | |
| if [ -z "$GITHUB_TOKEN" ]; then | |
| echo -e "Variable GITHUB_TOKEN isn't set! Please specify your GitHub token.\n\nMore info: https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/" | |
| exit 1 |
| class E(BaseException): | |
| def __new__(cls, *args, **kwargs): | |
| return cls | |
| def a(): yield | |
| a().throw(E) |
| # ================================================================================== | |
| # M1 Finance/Google Sheets Tracker | |
| # -------------------------------- | |
| # Author: Michael Johnson | |
| # Last updated: May 25, 2020 | |
| # | |
| # This script works in tandem with a Python script to easily | |
| # access and update information relating to my M1 Finance portfolio | |
| # in a Google Sheet. | |
| # |
File: Download Yamaha v star owner manualyamaha service manual pdf free yamaha v star 650 repair manual yamaha outboard owners manual 2005 yamaha v star 650 service manual pdf yamaha motorcycle manuals pdf yamaha motorcycle manuals yamaha v star 650 service manual yamaha service manual free download Download PDF File 2012 Yamaha V Star 950 Motorcycle Owner Manual . Please read this manual and the "YOU AND YOUR MOTORCYCLE: RIDING TIPS" reliability that have made Yamaha a leader in these fields. This manual will give you an understanding of the operation, inspection, and basic maintenance of or maintenance of your motorcycle, please consult a Yamaha dealer. The design and If you have any questions concerning this manual, please consult your Yamaha dealer. Read owner's m
| curl -s https://api.github.com/users/milanboers/repos | grep \"clone_url\" | awk '{print $2}' | sed -e 's/"//g' -e 's/,//g' | xargs -n1 git clone |
####Rets Rabbit http://www.retsrabbit.com
Rets Rabbit removes the nightmare of importing thousands of real estate listings and photos from RETS or ListHub and gives you an easy to use import and Web API server so you can focus on building your listing search powered website or app.
Straight from the programming trenches, The Pragmatic Programmer: From Journeyman to Master cuts through the increasing specialization and technicalities of modern software development to examine the core process—what do you do, as an individual and as a team, if you want to
| { | |
| "AWSEBDockerrunVersion": "1", | |
| "Image": { | |
| "Name": "<AWS_ACCOUNT_ID>.dkr.ecr.us-east-1.amazonaws.com/<NAME>:<TAG>", | |
| "Update": "true" | |
| }, | |
| "Ports": [ | |
| { | |
| "ContainerPort": "443" | |
| } |