May. 26th, 2010

juan_gandhi: (Default)
So, if you have more than $10k on your IRA account (and if you have an IRA account), you can move it to KaChing and, more or less, take full control and enjoy.

(Disclaimer: yes, I work for KaChing.)
juan_gandhi: (Default)
...


	public Object fromStringValue(String xml) {
		return new Long(xml);
	}
...
juan_gandhi: (Default)
  public synchronized Serializable generate(SessionImplementor session, Object object)
    throws HibernateException {
    int result = ( (Integer) doWorkInNewTransaction(session) ).intValue();
    return new Integer(result);
  }



(my version:
  public synchronized Serializable generate(SessionImplementor session, Object object)
    throws HibernateException {
    return doWorkInNewTransaction(session);
  }

)
juan_gandhi: (Default)
Серьёзно

Upd. Попросил раззамочить.

Ну вы записывайтесь к нему в друзья; умнейший человек, между прочим.
juan_gandhi: (Default)
source

public class ClassTypeLetters
{
    private const string ClassTypeA = "A";
    private const string ClassTypeB = "B";
    private const string ClassTypeC = "C";
    private const string ClassTypeD = "D";
    private const string ClassTypeE = "E";
    private const string ClassTypeF = "F";
    private const string ClassTypeG = "G";
    // H-W...
    private const string ClassTypeX = "X";
    private const string ClassTypeY = "Y";
    private const string ClassTypeZ = "Z"; 
}

Profile

juan_gandhi: (Default)
Juan-Carlos Gandhi

October 2025

S M T W T F S
    1 234
567891011
12131415161718
19202122232425
262728293031 

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated Oct. 4th, 2025 07:45 am
Powered by Dreamwidth Studios