Sep 30, 2008 in Eclipse
Notes on setting profiling and performance monitoring in Eclipse with TPTP – Test and Performance Tools Platform.
https://www6.software.ibm.com/developerworks/education/os-ecl-tptp/os-ecl-tptp-a4.pdf
Comments Off on Eclipse TPTP usage notes..
Sep 26, 2008 in Windows
From http://www.computerperformance.co.uk/vista/vista_administrator_activate.htm
- Logon to Vista using your usual account.
- Launch the cmd prompt – Make sure you select, ‘Run as administrator’
- Net user administrator p@ssw0rD
- Net user administrator /active:yes
- Switch User, or logoff
- Logon as Administrator Password p@ssw0rD
Comments Off on Activate Vista administrator account ..
Sep 10, 2008 in Eclipse, Java, JavaUsage
Free profiler for Eclipse .. this is no longer active.. use TPTP instead..
http://eclipsecolorer.sourceforge.net/index_profiler.html
Notes on hunting memory leaks..
http://www.szegedi.org/articles/memleak.html
Comments Off on Java profiler, notes on tracking memory leaks..
Sep 07, 2008 in Books, Java, lucene

Lucene in Action
ERIK HATCHER
OTIS GOSPODNETIC
MANNING
Greenwich
Ch. 1 – Introduction
- Lucene is a high performance, scalable Information Retrieval (IR) library.
- Lucene’s creator is Doug Cutting.
- Creating an index – see ‘Indexer.java’ (in ‘Files’, top right tabs)
- Indexing API:
— IndexWriter
— Directory (RAMDirectory)
— Analyzer
— Document
— Field
- Searching an index – see ‘Searcher.java’ (in ‘Files’, top right tabs)
- Searching API:
— IndexSearcher
— Term
— Query
— TermQuery
— Hits
Ch. 2 – Indexing
Comments Off on Notes from ‘Lucene in Action’ ..
Sep 04, 2008 in Security
Comments Off on Penetration testing info ..