May 2012 S M T W T F S « Apr 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 -
Recent Posts
Popular Posts
Categories
- ►Computer Science (14)
- Human-Computer Interaction (1)
- ►Software Engineering (11)
- D (1)
- Database Design (1)
- PL/SQL (4)
- SQL (2)
- User Experience (1)
- Cycling (2)
- Day Job (2)
- ►Language (1)
- 中文 (1)
- ►Linguistics (13)
- ►Computational (3)
- NLP (2)
- Ethnography (1)
- Orthography and Grammatology (2)
- Phonetics and Phonology (3)
- Syntax (1)
- ►Computational (3)
- Personal (4)
- ►Random (15)
- Distractions (1)
- Rants (4)
- Writing (3)
- ►Science (2)
- Theory (1)
- ▼Software (8)
- LaTeX (1)
- ►Oracle (6)
- SQL Developer (1)
- VIM (1)
- ►Computer Science (14)
Category Archives: Software
Lazy Duplication of Records in Oracle
Occasionally, one needs to duplicate a table record; either in the same table, or into another table (e.g., a history or audit table). Of course, when copying data into the same table, you will need to modify a few fields … Continue reading
Posted in Oracle, PL/SQL
Leave a comment
Sanitising with Insanity
I do a lot of hacking around in an Oracle database and my chosen tool to interrogate the data is Oracle SQL Developer. Sometimes, I have to transfer the contents of one table into another schema and, because I don’t … Continue reading
Posted in Day Job, Oracle, SQL Developer, VIM
1 Comment
Counting with Subquery Factoring
This is fairly trivial, but I thought I’d post it anyway! It’s a PL/SQL script I wrote using subquery factoring to count in natural language: from 1 to 10,000. (It will go higher, but there are gaps after 10,000.)
Posted in Oracle, PL/SQL, Random
Leave a comment
Everything You Wanted to Know About TeX, but Were Too Afraid to Ask
My previous website was well-known for perhaps one thing: a LaTeX tutorial which I wrote when I was young and foolish. Despite being fairly rudimentary and not especially well-written, it gained a lot of credence — there was a time … Continue reading
Posted in LaTeX
3 Comments
If Everyone Jumped Off A Cliff, Would You Too?…
Damn right, I would! My First SQL Sudoku Solver Writing a sudoku solver in SQL (or, at least, using the RDBMS as a platform) seems to have become a rite de passage; so who am I to argue? While my … Continue reading
Building a Better Search Engine
I should qualify this post’s somewhat shameless title with the fact that I am considering domain-specific applications; inspired by a question I posted on Stack Overflow. I make no pretence in ousting the Googles of this world!
Posted in Database Design, Day Job, Linguistics, NLP, Oracle, Phonetics and Phonology, PL/SQL, Software Engineering, SQL, User Experience
Tagged search
3 Comments