In blender, blend together:
2 medium large tomatoes, peeled, chopped, and drained
1/2 tsp. garlic powder
1 tsp. salt
1/2 tsp. pepper
2 TB. vinegar
1 1/2 - 3 whole jalapenos (depending on how hot you like it)
Chop:
6 medium large tomatoes, peeled, chopped, and drained
3 bunches green onion or 1 medium onion
1 4 oz. can green chilis
green pepper, chopped (add to taste- I use 1/2 of a large green pepper)
Mix together, let stand at room temperature to ferment until it's as hot as you want it, then refrigerate.
“Your work is going to fill a large part of your life, and the only way to be truly satisfied is to do what you believe is great work. And the only way to do great work is to love what you do. If you haven’t found it yet, keep looking. Don’t settle. As with all matters of the heart, you’ll know when you find it."
Steve Jobs
SchemaSpy
I was introduced to a wonderful db tool. SchemaSpy ... when configured and run, it generates a set of HTML pages. Load the index.html in a browser. Provides a graphical view as well as lots of information about the db schema.
SchemaSpy is downloadable here http://schemaspy.sourceforge.net/
You run SchemaSpy from the command line like so:
example:
$ java -jar schemaSpy_5.0.0.jar -t pgsql -db amp_test_20130114 -u meridian -p meridian -host localhost -o ./amp -dp /home/steveh/.m2/repository/postgresql/postgresql/9.0-801.jdbc4/postgresql-9.0-801.jdbc4.jar -s sdp
SchemaSpy is downloadable here http://schemaspy.sourceforge.net/
You run SchemaSpy from the command line like so:
java -jar schemaSpy.jar -t dbType -db dbName [-s schema] -u user [-p password] -o outputDir -dp pathToDrivers |
$ java -jar schemaSpy_5.0.0.jar -t pgsql -db amp_test_20130114 -u meridian -p meridian -host localhost -o ./amp -dp /home/steveh/.m2/repository/postgresql/postgresql/9.0-801.jdbc4/postgresql-9.0-801.jdbc4.jar -s sdp
Subscribe to:
Posts (Atom)