Weekly Random: #24

Boring, but maybe Interesting

Miscellaneous

Posted in Random | Leave a comment

Weekly Random: #23

Readable

Readable, but less readable

Interesting

Words

Posted in Random | Leave a comment

Art of Manliness

One of my favorite websites: http://artofmanliness.com

Posted in Random | Leave a comment

Weekly Random: #22

Excellent

Interesting

Music Videos Worth Watching

Posted in Random | Leave a comment

Weekly Random: #21

Interesting

Interesting, but less Interesting

Technical

Posted in Random | Leave a comment

Weekly Random: #20

Just Excellent

Just Technical

Just Interesting

Just  Funny

Posted in Random | Leave a comment

SQL to select filename component of path

The following works on MySQL to extract base filename component of a complete file path.

SELECT REVERSE(
  SUBSTRING(
    REVERSE(filepath),1,
      LOCATE("/",REVERSE(filepath)
    ) - 1
 )
) as basename
FROM Table
Posted in Technical | Leave a comment

Weekly Random: #19

Reference

Funny… maybe

Posted in Random | Leave a comment

Weekly Random: #18

Heavy Reading

Just Interesting

Self Effacing

Posted in Random | Leave a comment

Weekly Random: #17

Heavy Reading

Heavy Watching

Entertaining

Posted in Random | Leave a comment