The most generic is
set_trace_func
others (code based) exist as well
The most generic is
set_trace_func
others (code based) exist as well
\
http://lds.about.com/od/ldsscriptures/ss/scripture_study_10.htm (and the other 9 too)
this means “your svnserve isn’t on the default path [non .bashrc path] so you’ll need to do some shenanigans to get it to work”
refs: http://bitworking.org/news/Getting_subversion_svn_ssh____to_work_with_PuTTY (that’s the one that worked, basically it uses this info: http://subversion.tigris.org/faq.html#ssh-svnserve-location
looks like insomniaT is the best option these days:
https://launchpad.net/insomniat
(it’s insomniax rewrite for snow leopard, and it turns off the display as soon as you dim the monitor, unlike insomniax, and is open source)
http://stackoverflow.com/questions/2255500/can-i-multiply-strings-in-java-to-repeat-sequences
has the answer for the right thing to add to your pom.xml file for you to be able to use StringUtils class
org.apache.commons.lang.StringUtils;
java.lang.NoClassDefFoundError: com/thoughtworks/xstream/io/HierarchicalStreamDriver
meant “add thoughtworks’ xstream to your maven pom.xml file”
java.lang.NoClassDefFoundError: org/springframework/security/userdetails/UserDetails
was “add spring security security core 2.0.4 to your maven pom.xml file”
org/springframework/dao/IncorrectResultSizeDataAccessException
meant (for me) “add spring 2.5.4 to your maven pom.xml file”
or
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
</dependency>
meant “you need to link against rt, like -lrt when you build your .so file or what not”
Ok here’s apparently “a/the way” to programmatically instantly send the display to sleep mode:
source
compiled app of it that you can just run
works snow leopard with intel at least, haven’t tried elsewise.
http://wiki.jriver.com/index.php/DirectShow_Playback_Guide:DVD_and_MPEG-2 has some pointers…