I had to compromise and started going to the Mundelein Park Distrct ($25/mo.). Despite of the lower quality, the have most of the machines I would want and the have indoor track, which I take for a spin to shake out muscles. I usually work on eliptical treadmill that imitates running/climbing (500 cal burned) -- something I will need this winter for snow shoe hiking. After that, I do machine stomach crunches until hurting, then I do machine twisting muscles to tone the abdomen. I finish the workout with various upper body machines and some yoga stretching.
I feel much better since I started and the sight of other healthy peoples from my town makes me happy, Mundelein felt to me as sad old place.
Mundelein Park District Gym
Clearing of the Riesling Ice Wine
should be ready, you can see the yeast on the bottom
Pomegranate wine - secondary fermentation
iPhone: Nimbuzz in, AIM out
The truth is that Skype totally dropped the ball on iPhone and AIM client was so bad, it was most of the time unusable.
The new application, Nimbuzz, provides support for most of the chat networks in the nice package.
Big pros for me:
- All networks in one design - no switching
- Skype - finally a good client
- AIM / MobileMe / iChat
- big horizontal keyboard typing
- no photo transfer (yet)
- the list of contacts is very long, it would be nice if they were sorted by status ("online" on the top)
- (option) hide all "Away" contacts
- AIM often shows message that it is "temporarily unavailable"
- no full names of the contacts (frankly I don't remember all the user names of all the people I have)
- ability to make fonts smaller in the chat to show more messages while typing
- better fitting of the messages (balloons?)
- no group support (yet), I need a small groups like "friends", "work" and "all others"
iPhone: Nimbuzz in, AIM out
The truth is that Skype totally dropped the ball on iPhone and AIM client was so bad, it was most of the time unusable.
The new application, Nimbuzz, provides support for most of the chat networks in the nice package.
Big pros for me:
- All networks in one design - no switching
- Skype - finally a good client
- AIM / MobileMe / iChat
- big horizontal keyboard typing
- no photo transfer (yet)
- the list of contacts is very long, it would be nice if they were sorted by status ("online" on the top)
- (option) hide all "Away" contacts
- AIM often shows message that it is "temporarily unavailable"
- no full names of the contacts (frankly I don't remember all the user names of all the people I have)
- ability to make fonts smaller in the chat to show more messages while typing
- better fitting of the messages (balloons?)
- no group support (yet), I need a small groups like "friends", "work" and "all others"
New wine mix
1 US. gallon of Apple Cider (Jewel)
5 lb of Clover Honey (SueBee)
420 ml of Rose Hip Syrup
1 L of Wild Strawberry Syrup (Polonaise)
Are we all lone?
Uki
Everyone says I look depressed in here, not really the truth, I did not feel depressed, I am just depressing person in general, but that is the effect I have on others, not myself.
I actually like this pic, rare occasion when I am not shaved, little scruffy look, but ok.
OK, another try here...
after the haircut (December 15, 2008)
iPhone: add app icon SDK 3.1
- create 57x57 pixel "icon.png" image file (any other name will do)
- drag that image to Resources folder (check the copy option)
- in Info.plist edit "Icon File" - CFBundleIconFile property, enter the name e.g. "icon.png"

iPhone: add app icon SDK 3.1
- create 57x57 pixel "icon.png" image file (any other name will do)
- drag that image to Resources folder (check the copy option)
- in Info.plist edit "Icon File" - CFBundleIconFile property, enter the name e.g. "icon.png"

Riesling ice wine
This picture was taken at the beginning of the secondary fermentation in the 3 U.S. gallon carboy.
You can see a smaller juice bottle on the left, I added the yeast from the primary (the silt left on the bottom), some more sugar and yeast nutrients to re-start the fermentation for the next batch. This is an alternative if the new yeast pockets are not available every time you make wine batch.
SVN - remove .svn, UNIX find, rm commands
find . -name '.svn' | xargs rm -fr
SVN - remove .svn, UNIX find, rm commands
find . -name '.svn' | xargs rm -fr
Mail Server for Mac
Mail Server for Mac
To Aspirin and Zentec
my voice is worn
inside I am torn
my soul feels hollow
Zentec I swallow
to help my chest
I hope to rest
Aspirin for heart
that hurts with dart
that pains me dear
the end feels near
tired to death,
with heavy breath
I go to sleep
lay down and weep
life took a bite
too weak to write..
Regular expression: user input validation checks
String regexExp = "^[a-zA-Z0-9]+[.a-zA-Z0-9_-]+@[a-zA-Z0_.-]+\\.[a-zA-Z]+$";String regexExp2 = "^[a-zA-Z]+@[a-zA-Z0_.-]+\\.[a-zA-Z]+$";
String errMessage = "Invalid email address.";
Validate alpha numeric properties:
String regexExp = "[a-zA-z0-9]*";
Validate numeric properties:
String regexExp = "^[-+]?\\d*\\.?\\d*$";
Validate alpha properties:
String regexExp = "^([a-zA-Z\\s-\']+)$";
Validate URL properties:
String regexExp = "(HTTPS?://)[A-Z0-9.-]+\\.[A-Z]{2,6}([\\w\\d:#@%/;$()~_?\\+\\-=\\\\\\.&]*)";
String
Regular expression: user input validation checks
String regexExp = "^[a-zA-Z0-9]+[.a-zA-Z0-9_-]+@[a-zA-Z0_.-]+\\.[a-zA-Z]+$";String regexExp2 = "^[a-zA-Z]+@[a-zA-Z0_.-]+\\.[a-zA-Z]+$";
String errMessage = "Invalid email address.";
Validate alpha numeric properties:
String regexExp = "[a-zA-z0-9]*";
Validate numeric properties:
String regexExp = "^[-+]?\\d*\\.?\\d*$";
Validate alpha properties:
String regexExp = "^([a-zA-Z\\s-\']+)$";
Validate URL properties:
String regexExp = "(HTTPS?://)[A-Z0-9.-]+\\.[A-Z]{2,6}([\\w\\d:#@%/;$()~_?\\+\\-=\\\\\\.&]*)";
String
Alan Shore
With genius mind, wonderful wit
in Boston Legal he is a hit
blunt and arrogant with hubris shell,
heart of compassion; human as well.
Moral dilemma, difficult case
unpredictable in many ways
spiced with the sex, lonely but liked,
in courtroom shows all of his might
beautiful girls forever more
I wanna be like Alan Shore
SQL: simple database insert statement
insert into org_attribute (name,value,organization,level) values
('name_a', 'My Company.', '1', 2),
('name_b', 'Your Company', '2', 2);
SQL: simple database insert statement
insert into org_attribute (name,value,organization,level) values
('name_a', 'My Company.', '1', 2),
('name_b', 'Your Company', '2', 2);
HTML: mailto tag
Using HTML mailto tag, you can open local system mail client to automatically open a new mail window. When a user clicks on an email address in the webpage, this tag will open up a new email message. Use below example to use this tag:
esantarelli@communitysportsdesk.com
HTML: mailto tag
Using HTML mailto tag, you can open local system mail client to automatically open a new mail window. When a user clicks on an email address in the webpage, this tag will open up a new email message. Use below example to use this tag:
esantarelli@communitysportsdesk.com
#book: At The Mercy Of The Sea by John Kretschmer
"At the Mercy of the Sea: The True Story of Three Sailors in a Caribbean Hurricane" by John Kretschmer is a gripping narrative that intertwines the fates of three sailors who faced one of the most devastating hurricanes in the Atlantic.
The book details the tragic events when Hurricane Lenny, "the wrong-way hurricane" because of its unusual path, struck the Caribbean in 1999.
"At the Mercy of the Sea" should be praised for its visceral and detailed storytelling that not only captures the physical challenges of sailing in such extreme conditions but also the emotional and psychological trials faced by the sailors.
The book might be appreciated for its deep humanity and the respectful way it addresses maritime disasters and their consequences.
Button Alignment
Button selectOther = new Button("My Button");
favListing.setCellHorizontalAlignment(selectOther, HasHorizontalAlignment.ALIGN_CENTER);
Button Alignment
Button selectOther = new Button("My Button");
favListing.setCellHorizontalAlignment(selectOther, HasHorizontalAlignment.ALIGN_CENTER);
Java comparator
Java provides comparator interface which is used to order elements in collection objects such as TreeMape or TreeSet. Below is an example of a comparator method:
public int compareTo(Administrator admin)
{
Map
entityValue.put("Application", 1);
entityValue.put("Organization", 2);
entityValue.put("League", 3);
entityValue.put("Team", 4);
int thisIndex = entityValue.get(this.entityName).intValue();
int otherIndex = entityValue.get(admin.getEntityName()).intValue();
int compare = thisIndex - otherIndex;
if (compare == 0)
compare = this.entityID.intValue() - admin.getEntityID().intValue();
return compare;
}
You can call the compareTo method for a TreeSet collection for example.
Java comparator
Java provides comparator interface which is used to order elements in collection objects such as TreeMape or TreeSet. Below is an example of a comparator method:
public int compareTo(Administrator admin)
{
Map
entityValue.put("Application", 1);
entityValue.put("Organization", 2);
entityValue.put("League", 3);
entityValue.put("Team", 4);
int thisIndex = entityValue.get(this.entityName).intValue();
int otherIndex = entityValue.get(admin.getEntityName()).intValue();
int compare = thisIndex - otherIndex;
if (compare == 0)
compare = this.entityID.intValue() - admin.getEntityID().intValue();
return compare;
}
You can call the compareTo method for a TreeSet collection for example.
SQL: query
SQL: query
Post Scriptum
I am preparing to cancel the subscription to the e-mail newsletter that sends my articles.
Follow me on:
X.com (Twitter)
Google Scholar
Popular Recent Posts
-
Keishin Kata (敬心形) of Shobudo (正武道) karate kei (敬) respect, reverence, or honor someone or something shin (心) heart or mind kata (形) fo...
-
Before arriving in Okinawa, several experiences prepared me for what I would eventually learn there. Karate was the first. It introduced me ...
-
I came across Ruri Ohama mentioning a book by Takafumi Horie and Yoichi Ochiai titled: “Job Atlas for 10 Years From Now. How Will You Live i...
-
Please look at the newer post: http://ukitech.blogspot.com/2009/09/eclipse-35-galileo-and-gwt-m2-svn.html 1) Upload a new version of Eclipse...
-
I have a habit of "stopping to smell the roses", or as in today's case, to take a photo of baby mushrooms on the forest floor....
-
http://code.google.com/apis/socialgraph/
-
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space or Unable to execute dex: Java heap space Java h...
-
Step 1: Register you app with Facebook. Sign in to Facebook using your standard credentials. Navigate to http://www.facebook.com/developer...
-
In this tutorial we will overview integration basics of Android Studio and Gradle build tools.
Most Popular Articles
-
Affordance as a Function of Intent and Action? As a person passionate about Behavioral Sciences, I found myself unable to shake the impre...
-
Step 1: Register you app with Facebook. Sign in to Facebook using your standard credentials. Navigate to http://www.facebook.com/developer...
-
Please look at the newer post: http://ukitech.blogspot.com/2009/09/eclipse-35-galileo-and-gwt-m2-svn.html 1) Upload a new version of Eclipse...
-
Creating Android ROS nodes to: - add control UI (HMI) - utilize existing phone sensors: -- gyroscope -- GPS -- compass -- camera - do...
-
In this tutorial we will learn how to install the Intellij IDEA database plugin. Start with opening Settings > search for plugins ...
-
Installing TuriCreate on Python 3.6 Anaconda Environment 1) Check what Python version Apple Turi Create supports https://github.com/ap...
-
In this tutorial we will overview integration basics of Android Studio and Gradle build tools.
-
This tutorial shows you how to change the code lower/upper case of code in Android Studio.
-
ImportError : No module named 'sklearn.model_selection' Before doing the embarrassing things I did below, read this: Setting Jupy...
-
This minimal PyTorch example implements a custom recurrent neural network (RNN) cell from first principles, showing how sequence memory eme...















