find . | grep .git | xargs rm -rf
This file contains 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/sh | |
# Converts a mysqldump file into a Sqlite 3 compatible file. It also extracts the MySQL `KEY xxxxx` from the | |
# CREATE block and create them in separate commands _after_ all the INSERTs. | |
# Awk is choosen because it's fast and portable. You can use gawk, original awk or even the lightning fast mawk. | |
# The mysqldump file is traversed only once. | |
# Usage: $ ./mysql2sqlite mysqldump-opts db-name | sqlite3 database.sqlite | |
# Example: $ ./mysql2sqlite --no-data -u root -pMySecretPassWord myDbase | sqlite3 database.sqlite |
This file contains 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
/** | |
* NOTE: Earlier versions of this file used `php artisan serve`. | |
* However, Codeception and/or PhantomJS is not too fond of | |
* running that way for some reason. I ended up switching | |
* to Apache since that's what worked for all our devs | |
* locally. This script now includes how to get that | |
* setup properly. Please enjoy this responsibly. | |
* | |
* Assumptions: | |
* Using site5/phantoman to run phantomjs as the headless browser |
This file contains 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
Verifying that "nateritter.id" is my Blockstack ID. https://onename.com/nateritter |
I hereby claim:
- I am nateritter on github.
- I am nateritter (https://keybase.io/nateritter) on keybase.
- I have a public key ASDyOcfden9PCRYaj9zoHav_wy90hzrQHtGpPnXMLPgoWAo
To claim this, I am signing this object:
This file contains 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
Verifying my Blockstack ID is secured with the address 17nLjB6jRaTKztxPS3bNRVswxLjhhyp4AQ https://explorer.blockstack.org/address/17nLjB6jRaTKztxPS3bNRVswxLjhhyp4AQ |
- These are in no particular order.
- Principles are ideas by which we live.
- Ideas are not sacred. Ideas change. Ideas are not people nor identification marks.
- People change their value systems all the time.
- Principles are an attempt to retain some version of consistency between contexts, thus simplifying one's life with generalities.
- Specific instances may require these ideas to be adapted or thrown out entirely.
- To be offended by an idea means you are offended by a magical, make believe thing. Don't be.
- Get your own.
- Who is your hero?
- If you could live anywhere, where would it be?
- What is your biggest fear?
- What is your favorite family vacation?
- What would you change about yourself if you could?
- What is your favorite book to read?
- What makes you laugh the most?
- What was the last movie you watched? What did you think?
A Manifesto by Trevor McKendrick (howitactuallyworks.com)
-
Focus your time & attention on the things you can influence.
-
Do something today instead of daydreaming about tomorrow.
-
See problems as opportunities to learn, grow, and give meaning to our lives.
This file contains 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
[ | |
/** | |
* Activity Bar | |
**/ | |
{ | |
"key": "cmd+k cmd+e", | |
"command": "workbench.view.explorer" | |
}, | |
{ | |
"key": "cmd+k cmd+v", |
OlderNewer