| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 8 months |
| seen | May 5 at 7:11 | |
| stats | profile views | 35 |
|
Jan 1 |
comment |
Facebook SessionState always not FBSessionStateCreatedTokenLoaded I found the problem - I tried to init session twice with different permissions. Thanks. |
|
Jan 1 |
comment |
Facebook SessionState always not FBSessionStateCreatedTokenLoaded The facebook.accessToken always nil too. |
|
Oct 16 |
comment |
How can cut wav file in ios Thanks, this project contain just a very cool UI to change start and end points on slider, but without any audio player. |
|
Oct 16 |
comment |
How can cut wav file in ios I found some library to do this, but both AVFoundation and OpanAL I didn't found some function to cut the file. |
|
Aug 20 |
comment |
Launch image re-appear after hitting the “Home” button and reopening the app several consecutive times @Lithu Thiruvathira - Which info? |
|
Aug 20 |
comment |
Launch image re-appear after hitting the “Home” button and reopening the app several consecutive times @mvb Nothing - empty implementation |
|
Feb 9 |
comment |
AI - Heuristic function requirements @delnan - Yes. I'm talking about A* |
|
Feb 9 |
comment |
AI - Heuristic function requirements @ziggystar - Thank you for your "help". |
|
Jan 26 |
comment |
can not run sqlplus commands in ssh connection /home/oracle/orabase/product/11.2.0/bin/sqlplus and i tried to run: /home/oracle/orabase/product/11.2.0/bin/sqlplus / as sysdba and i received: Error 6 initializing SQL*Plus SP2-0667: Message file sp1<lang>.msb not found SP2-0750: You may need to set ORACLE_HOME to your Oracle software directory |
|
Jan 26 |
comment |
can not run sqlplus commands in ssh connection Thanks, now I found it. what should I do now to run it? |
|
Jan 26 |
comment |
can not run sqlplus commands in ssh connection I tried and I get /usr/bin/which: no sqlplus in (/home/oracle/scripts/showdb:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/oracle/bin) |
|
Dec 26 |
comment |
run .jar file with properties config file the InputStream in received a null.
Exception in thread "main" java.lang.NullPointerException
at java.util.Properties$LineReader.readLine(Properties.java:434)
at java.util.Properties.load0(Properties.java:353)
at java.util.Properties.load(Properties.java:341)
at myclass.myclass.main(myclass.java:31) |
|
Dec 26 |
comment |
run .jar file with properties config file now, i got an error in Properties.load(in) line |
|
Dec 26 |
comment |
run .jar file with properties config file thanks, but i got an error about getclass() function:
non-static method getClass() cannot be referenced from a static context |
|
Dec 12 |
comment |
how to create a SMTP server what will be the mail address (how do I config it)? |
|
Dec 12 |
comment |
how to create a SMTP server how do I do it with IIS? as I do have IIS on my server. |
|
Dec 11 |
comment |
linq to sql with two conditions what the different between your example and my example? Both query going down the list twice. you concatenate them with Union command and I with AddRange |
|
Dec 11 |
comment |
linq to sql with two conditions your example not good for me, but in this case i want to select all items that one of their strings equale to some string |
|
Dec 11 |
comment |
linq to sql with two conditions I want to select different columns by two conditions in the where part without over tow times on the collection |
|
Dec 11 |
comment |
linq to sql with two conditions no, I mean two queries will be on the same table, but select another columns. As my example. |