Sometimes it is very important to split a string on a comma n t etc. This piece of code will…
Read MoreAuthor: Anatoly Spektor
Java: How to find Longest String in ArrayList ? [FUNCTION]
While I was playing with Java code, I have coded a class that has method that finds longest String in…
Read MoreGitHub: How to clone GitHub repo ? How to push to Github? How to get files from GitHub ? (Ubuntu)
GitHub is an online repository. Many people find it very confusing to use GitHub, so I’ve decided to share my…
Read MoreJava : How to swap two objects [Problem Solved]
As you might knowJava does not support pointers, thus swapping things around could create problems. In this post I will…
Read MoreActionScript 3 How to redraw/refresh Canvas ?
Use this two functions: invalidateDisplayList(); validateNow(); Good Luck, Anatoly Thanks for installing the Bottom of every post plugin by Corey…
Read MoreActionScript 3, Flex 4 Script – How to dynamically create CheckBoxes, RadioButtons and add them to the View
Couple of hours I was “googling” to find the best solution on how to create Checkboxes and Radio Buttons on…
Read MoreHow to setup Dual Monitor in Ubuntu 10.04 using nVidia driver
Yesterday I was installing Ubuntu 10.4 for my new project and everything went smoothly until it finished installing and I…
Read MoreTop 5 Free Web Poll Scripts (Vote Scripts)
Here is Myprogrammingblog’s updated version of Top 5 FREE Web Poll Scripts, every poll in this list could become a…
Read MoreOracle SQL: DECODE, UPPER(), LOWER()
Case: Write a query that displays the employee’s Full Name and Job Title in the following format: DAVIES, CURTIES is…
Read MoreFind Difference Between two dates in YEARS with Oracle
My friend asked me how to create following SQL query: For each employee hired before 1992, display the employee’s last…
Read More