Skip to content

Instantly share code, notes, and snippets.

View zerofudge's full-sized avatar
☠️
rovin on

Frank G. zerofudge

☠️
rovin on
View GitHub Profile

Keybase proof

I hereby claim:

  • I am zerofudge on github.
  • I am fudge (https://keybase.io/fudge) on keybase.
  • I have a public key whose fingerprint is 2D36 6730 4A44 4000 55B5 1145 A912 086A 6A55 4978

To claim this, I am signing this object:

@zerofudge
zerofudge / gist:1299123
Created October 19, 2011 17:59
oracle hints in hql
String hql = "/*+ INDEX(stock idx_stock_code) */
select * from stock s where s.stock_code = :stockCode";
List result = session.createQuery(hql)
.setString("stockCode", "7277")
.list();
@zerofudge
zerofudge / about.md
Created August 9, 2011 21:26 — forked from jasonrudolph/about.md
Programming Achievements: How to Level Up as a Developer