Using UIAutomation for Multilanguage iOS Applications
iOS . Javascript . TestingWith the appearance of iOS 4.0 Apple introduced a new Test-Framework for automatically UI Testing: UI Automation. Based on Javascript and build-in into Instruments, UI Automation is a very useful tool during the Developing of iOS Application. A very good introduction in UIAutomation is here and here. During the development of a iOS Application, we
Philipps 5 mins: Graph-Fun with AJAX and Canvas
Graphics . Javascript . PHPI always searched for an efficient way add dynamic diagrams to a web-project without using flash or other plugin-based magic. With the support of the canvas tag element in almost all mainstream browser, i thought it would be a good time for creating a short demo how things workout. You will need at least two
creating JNI with Swig
Build . Java . ToolingI am currently playing around with JNI and Java due the colleagues question to make the connect features of jack-audio (http://jackaudio.org) accessible to java. There is already a javalib (http://jjack.berlios.de) with some features, there seems still some needes ones missing. So i started today to have a look into SWIG (http://swig.org). “SWIG is a software
for all mac ruby devloper outs…
Mac . rubyfor all mac ruby devloper outside: http://www.macruby.org any opinions about it so far?
Preparation for counter update
PHP . Snippets . TechSo after a long time i plan to give my counter-engine (^^) an update. The main Problem is, that the counter itself was perfect for ~2000 counts. But now with 5000 count, the presentation of the results is just not readable anymore. So i plan the following things to do during the next days (i
GnuPG Java Wrapper API
Java . ToolingYaniv Yemini wrote a small GnuPG Java Wrapper API. Just had a small look over it. So to get it your version from here Here is just a small demo: import javax.swing.JOptionPane; import org.gpg.java.GnuPG; public class Loader { public static void main (String args[]){ GnuPG pgp = new GnuPG (); String toolChain[] = {“sign”, “clearsign”,
SortedProperties
JavaAngenommen, man braucht für ein Java Property Set ein geordnete Ausgabe – zum Beispiel um einem Übersetzer eine sortierte Liste mit zu übersetzenden String zu liefern. Man erstellt eine Klasse (zum Beispiel SortedProperties) und lässt diese von Properties erben. Bedingt durch die Kapselung ist es notwendig, dass die Methoden private static char toHex(int nibble) ;
Nexenta CP 2 RC1 & Java 6
NAS . nexenta . Snippetsroot@sunny:/tank/home# apt-get install sun-java6-jre root@sunny:/tank/home# java -version dl failure on line 685Error: failed /usr/lib/jvm/java-6-sun-1.6.0.10/jre/lib/i386/client/libjvm.so, because ld.so.1: java: fatal: libCrun.so.1: open failed: No such file or directory root@sunny:/tank/home# apt-get install sunwlibc root@sunny:/tank/home# java -version java version “1.6.0_10” Java(TM) SE Runtime Environment (build 1.6.0_10-b33) Java HotSpot(TM) Client VM (build 11.0-b15, mixed mode)
Good signature, but could not determine key fingerprint?!
NAS . nexenta . Snippetsroot@sunny:/tank/home# apt-get update Get:1 http://apt.nexenta.org hardy-unstable Release.gpg [185B] Hit http://apt.nexenta.org hardy-unstable Release Ign http://apt.nexenta.org hardy-unstable Release Hit http://apt.nexenta.org hardy-unstable/main Packages Hit http://apt.nexenta.org hardy-unstable/contrib Packages Hit http://apt.nexenta.org hardy-unstable/non-free Packages Hit http://apt.nexenta.org hardy-unstable/main Sources Hit http://apt.nexenta.org hardy-unstable/contrib Sources Hit http://apt.nexenta.org hardy-unstable/non-free Sources Fetched 185B in 1s (151B/s) Reading package lists… Done W: GPG error: http://apt.nexenta.org hardy-unstable Release:
ProxyPass /glassfish http://lo…
Java . SnippetsProxyPass /glassfish http://localhost:8161/ != ProxyPass /glassfish https://localhost:8161/