background preloader

Links

Facebook Twitter

Java bookmarks. High performance. Pick a License, Any License. I hate software licenses. When I read a software license, what I see is a bunch of officious, mind-numbing lawyerly doublespeak. Blah, blah, blah.. kill me now. If I had my way, everything would be released under the WTFPL. Over time, I've begrudgingly come to the conclusion that, like lawyers, death, and taxes, choosing a software license is inevitable. Of course, it doesn't matter if yours are the only human eyes that will ever see the code. But a proper software license is a necessary evil for any code you plan to release to the public. I definitely regret not choosing a software license for my CodeProject articles. Because I did not explicitly indicate a license, I declared an implicit copyright without explaining how others could use my code. Unfortunately, we love software licenses like we love standards – that's why there are so many of them.

After compiling this table, I've learned two things: My head hurts.I still prefer the WTFPL. It's a minefield, people. Haskell GHC vs Java 7 | Computer Language Benchmarks Game. 1 : Are the Haskell GHC programs faster? At a glance. Each chart bar shows, for one unidentified benchmark, how much the fastest Haskell GHC program used compared to the fastest Java program. (Memory use is only compared for tasks that require memory to be allocated.) These are not the only compilers and interpreters. These are not the only programs that could be written. 2 : Are the Haskell GHC programs faster?

Each table row shows, for one named benchmark, how much the fastest Haskell GHC program used compared to the fastest Java program. † possible mismatch - one-core program compared to multi-core program. ± read the measurements and then read the program source code. 3 : Are the Haskell GHC programs faster? These are not the only tasks that could be solved. For each named benchmark, measurements of the fastest Haskell GHC program are shown for comparison against measurements of the fastest Java program. 4 : Are there other Haskell GHC programs for these benchmarks? How to connect with your Oracle database without installing Oracle Client? | Celemotan (TM) | Arsip berbagai hal.

Did you ever get frustrated when you want to connect with your oracle database, but you have to install everything from oracle client software cd and waste for hundreds megs only to get connect with your database? Now, those day were past. After trial and error, I found more simple way to get TOAD, TORA (3rd party software for manage your database). These explanation, only a sample to get work with 3rd party software like TOAD,SQLplus,TORA in order to connect with oracle database, I was run it on Windows XP Pro service pack 3, with TOAD ver 9.0.1.8, edit my environment with notepad, and a cup of tea ?

In summary, you could get sqlplus command line and your TOAD run flawlessly without have to install oracle clients (*huraaa*). you are now connected, without waste your 400Mbs space Questions Help, my connection not work, an error come out with message: ORA-12705: Cannot Access NLS data files or invalid environment specified. NLS_LANG error when try connect with database Like this: Kuyruk Class — Kuyruk 0.21.0 documentation. Consuming MTOM/XOP web services from Axis 1 « Programming and So. Package <span class="skimlinks-unlinked">axis.mtom.client.handler</span>; import <span class="skimlinks-unlinked">java.io.InputStream</span>; import <span class="skimlinks-unlinked">java.io.StringWriter</span>; import <span class="skimlinks-unlinked">java.util.Iterator</span>; import <span class="skimlinks-unlinked">javax.xml.soap.SOAPBody</span>; import <span class="skimlinks-unlinked">javax.xml.soap.SOAPMessage</span>; import <span class="skimlinks-unlinked">javax.xml.transform.Source</span>; import <span class="skimlinks-unlinked">javax.xml.transform.Transformer</span>; import <span class="skimlinks-unlinked">javax.xml.transform.TransformerFactory</span>; import <span class="skimlinks-unlinked">javax.xml.transform.stream.StreamResult</span>; import <span class="skimlinks-unlinked">org.apache.axis.AxisFault</span>; import <span class="skimlinks-unlinked">org.apache.axis.Message</span>; import <span class="skimlinks-unlinked">org.apache.axis.MessageContext</span>; * ThreadLocal mechanism. } else {

Kata Listesi | KodKata.com.