Rookie Geek

A geeky noob mumbling jumble.

Sunday, 16 November 2014

Excel / Google Spreadsheet utilities

›
Generate a list of sheet names in the workbook (google spreadsheets only) - https://productforums.google.com/forum/#!topic/docs/-2mGCzmUIk...
1 comment:
Monday, 20 October 2014

AEM/CQ - JSP XSS protection

›
http://labs.sixdimensions.com/blog/2014-09-29/new-from-apache-sling-xss-protection/ Prerequisite: org.apache.sling.scripting.jsp.taglib 2...
Wednesday, 15 October 2014

JSTL - string/text truncation

›
Example: https://gist.github.com/jmzcray/52f489afac1fa80b719f
Tuesday, 14 October 2014

Sublime - search and replace text

›
Suppose I have multiple files that I want to replace the URL with something like follow: www.something.com to www.qa.something.com.au H...
Thursday, 2 October 2014

JSP/JSTL EL lastIndexOf

›
References http://www.willuhn.de/blog/index.php?/archives/425-lastIndexOf-in-JSTL.html http://www.tutorialspoint.com/jsp/jstl_function_sub...

Git delete branch

›
Delete local branch git branch -d [branchname] Delete remote branch git push origin --delete [branchname] or git push origin :[bran...

Git pushing local branch to specific remote branch

›
git push origin local_branch:remote_branch
›
Home
View web version
Powered by Blogger.