Sharp code
Starting from zero
Thursday, January 18, 2024
BOB - Best Of Breed Architecture
›
BOB - Best Of Breed Architecture What are the characteristics of good software? Its working the way it should Its being used Easy to change...
Tuesday, March 15, 2016
Java vs Golang - Parameterized tests
›
Although I like Java, I think that with all its drawback it brings years of knowledge and optimization, I find too many times that when you ...
Wednesday, March 2, 2016
MySql huge tables chunked delete
›
In order to avoid table locking while deleting data from huge tables, it's recommended to delete chunks of rows. The following code a...
Wednesday, December 30, 2015
MySql dump - exclude tables by pattern
›
In this example we want to ignore tables that prefix with lhm_ or _(underscore) Create bash script with the following lines #Generate --...
Thursday, July 18, 2013
Hebrew encoding
›
Fix encoding node-iconv -t UTF-8 -f ISO-8859-8 in.srt > out.srt Here are some guidelines to choose the from (-f) encoding ...
Friday, July 15, 2011
Make current directory DocumentRoot in apache
›
Create the following bash file and put it in the directory you want to use as apache root directory #!/bin/sh sed 's!\DocumentRoot .*!...
Friday, April 8, 2011
Connect Oracle with CakePHP
›
Tested with Windows XP and XAMPP 1. Install XAMPP 2. Install OracleXEUniv 3. In php.iniuncomment the following line: extension=php...
›
Home
View web version