Just noticed a new option in Google Image Search: Searching by colors дивани A quick query for “matrix” and different displayed these results Red Blue Green (classic ;-)) Check it out for yourself with these links apple, color orange apple, color pink (girly) apple, color green I like this new feature very much already! What […]
Continue ReadingUbuntu 9.04 Install & Release Party @ HSR
When: Monday, May 4th 2009 Where: Room 5.001, University of Applied Sciences, Rapperswil (Map) Time: Starting at 15:00 (3:00 PM) Install CDs and backup hard disc for storing your data are available! The flyer can be downloaded: install-party-hsr. Organized by alt.comp.hsr, the association for Linux, Unix and other alternative Operating System at the University of […]
Continue ReadingPhpMyAdmin – Why I switched back to console
Sorry, but there is NO WAY I understand this mask Or can you explain to me, how I can search for something in this mask with several options to a field? How to fix this: mysql> SELECT domain, date FROM domains WHERE domain REGEXP ‘^[a-z]{4,12}?$’ AND date = ‘4/27/2009’ ORDER BY domain ASC;
Continue ReadingSun Microsystems & Oracle – News and Questions
I’ve just received the newsletter from Sun Microsystems Switzerland regarding the acquisition/merger of Sun into Oracle. On April 20, 2009, Oracle announced a definitive agreement to acquire Sun Microsystems. The proposed transaction is subject to Sun stockholder approval (JAVA), certain regulatory approvals and customary closing conditions. Until the deal closes, each company will continue to […]
Continue ReadingGoogle SERPs: Now With more JavaScript
Update April 28 2009 It is working again! The cmd + mouse click opens in a new tab again. Thanks Google! Original story -> For years Google tracked your clicks on the search results page. Just for better results, of course. And for a few days now I am getting an ugly “improvement”: The “next […]
Continue Readingvim: Regex Search and Delete Line
:%g!/\< \(STRING\|VALUE\)\>/d Explanation :%g Range to search. %g means the complete file ! Negotiation. Can be used to negate the regex \< \(STRING\|VALUE\)\ regular expression (regex). Can be anything /d command to execute with each line found. d means delete Example used :%g/INSERT INTO `table` VALUES>/d This command deletes ALL lines with INSERT INTO `table` […]
Continue Reading