|
At the end of every year I note down a summary of the best applications, hardware & websites I’ve enjoyed & depended on throughout the year (and often for some time before). This post has long since been superseded. You can find the latest version of this post here . Software / General Use Fastmail - https://www.fastmail.com Evernote - https://evernote.com Reeder - http://reederapp.com Keynote - https://www.apple.com/au/mac/ke....
|
WHEN A SPELL FROM A PERVY WIZARD TO CREATE THE PERFECT WOMAN FALLS THROUGH THE CRACKS OF HIS DIMENSI...
|
|
The text of the ESV was used. Number of verses that appear more than once: 235 (i.e. the number of list items below). Genesis 36:41, 1 Chronicles 1:52 Matthew 8:20, Luke 9:58 2 Kings 19:5, Isaiah 37:5 2 Kings 19:2, Isaiah 37:2 1 Chronicles 16:10, Psalms 105:3 Ezra 2:53, Nehemiah 7:55 2 Samuel 22:46, Psalms 18:45 2 Kings 18:3, 2 Chronicles 29:2 1 Kings 12:11, 2 Chronicles 10:11 2 Kings 19:34, Isaiah 37:35 Ezekiel 40:29, Ezekiel 40:33 Gen....
|
|
Understanding what a hint affects using the V$SQL_FEATURE views
-
tanelpoder.com
-
13 years ago
-
yue
You may have used the Oracle 11g V$SQL_HINT view already – it displays all the valid hints (both documented and undocumented ones) available in your Oracle version, for example: SQL> @ hint merge NAME VERSION VERSION_OUTLINE INVERSE ----------------------------------- ------------------------- ------------------------- ---------------------------------------------------------------- MERGE_CONST_ON 8.0.0 MERGE_AJ 8.1.0 8.1.7 MERGE_....
|
|
Lansing Startup Weekend February 2013: GeoMonsters Presentation
-
thomashunter.name
-
13 years ago
-
yue
|
|
Ever needed to export data from MySQL into a CSV file? Its actually fairly simple, SELECT * INTO OUTFILE '/tmp/name.csv' FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '"' ESCAPED BY '\\' LINES TERMINATED BY '\n' FROM [tablename] Certainly easier then writing a quick Python/Perl/PHP script to do the job.
|
|
Sometimes things are easy (Part 1): How to fix wrapped execution plan text?
-
tanelpoder.com
-
16 years ago
-
yue
What you see below is a common problem. Someone sends you (or posts to a forum) a wide execution plan, which is unreadable because of wrapped lines. For example, this one below: -------------------------------------------------------------------------------- ------------------- | Id | Operation | Name | E-Rows | OMem | 1Mem | Used-Mem | -------------------------------------------------------------------------------- ------------------....
|
|
Perhaps one of my more famous achievements is the authoring of several textbooks for Course Technology, Cengage, Nelson, Thompson/Delmar and Wiley. I’ve listed their details in chronological order here (oldest to newest) with cover pictures below: Linux+ Guide to Linux Certification (ISBN: 0-619-13004-0) front rear Guide to UNIX System Administration (ISBN: 0-619-13041-5) front rear Linux+ In Depth (ISBN: 1-59200-062-2) front r....
|