What the Funk Mix?
What the Funk
Tuesday, December 2, 2014
Saturday, November 8, 2014
Monday, October 20, 2014
Wednesday, September 24, 2014
Locking Objects with Threads in Java
Here is a quick example of Locking Objects with Threads in Java.
public Friend(String name) { this.name = name; } public String getName() { return this.name; }
creating a main for the locking of two objects
public static void main(String[] args) { final Friend alphonse = new Friend("Alphonse"); final Friend gaston = new Friend("Gaston"); new Thread(new BowLoop(alphonse, gaston)).start(); new Thread(new BowLoop(gaston, alphonse)).start(); }
calling the BowLoop who locks the two objects in the order they have been entered.
Wednesday, August 13, 2014
many Entries from my last few days
I've been working on a project lately that is requiring me to take put brush my asp.net skills and also my IIS now with the 8 version. Last time I touched was version 5 so is been a while.
here are some post from Stackoverflow that were useful when I couldn't understand what was going on.
1. Error with assigned ports on vs projects Here
2. Request error on IIS. Here
http://www.shortoftheweek.com/2014/08/13/floating/
4. Paraguay NIghtLIfe. It's been two years.
here are some post from Stackoverflow that were useful when I couldn't understand what was going on.
1. Error with assigned ports on vs projects Here
2. Request error on IIS. Here
http://www.shortoftheweek.com/2014/08/13/floating/
4. Paraguay NIghtLIfe. It's been two years.
Monday, June 16, 2014
Xampp and Skype
if you have a problem using Skype or Xampp at the same time, You just might need to go to
Tools > Options > and click on Connections on the right panel
un check port 80 and enter port 443.
Tools > Options > and click on Connections on the right panel
un check port 80 and enter port 443.
Thursday, May 29, 2014
The Zen of Python
The Zen of Python, by Tim Peters
Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts.
Special cases aren't special enough to break the rules.
Although practicality beats purity.
Errors should never pass silently.
Unless explicitly silenced.
In the face of ambiguity, refuse the temptation to guess.
There should be one-- and preferably only one --obvious way to do it.
Although that way may not be obvious at first unless you're Dutch.
Now is better than never.
Although never is often better than *right* now.
If the implementation is hard to explain, it's a bad idea.
If the implementation is easy to explain, it may be a good idea.
Namespaces are one honking great idea -- let's do more of those!
Friday, May 16, 2014
Acomba Software
Some software company that I was checking during my research for Accouting Software in the cloud.
http://www.acomba.com/Solutions/AcombaXSuiteComptabilite
probably a point of comparison for available services and products to get ideas from.
http://www.acomba.com/Solutions/AcombaXSuiteComptabilite
probably a point of comparison for available services and products to get ideas from.
Tuesday, May 6, 2014
Messy Outlook Image for signatures
How unfriendly is to have to make a 3 steps process to insert images on an email.
Outlook 365
so here I am trying to insert a signature for my internship mail.
Subscribe to:
Posts (Atom)