(java) bubble sort testing… 0.00001 Ver — 6 No.'s Related

$ 4.2.20 4 504—> time java BubbleSort real 0m0.254s user 0m0.160s sys 0m0.068s $ 4.2.20 5 505—> time java BubbleSort real 0m0.208s user 0m0.152s sys 0m0.036s $ 4.2.20 6 506—> time java BubbleSort real 0m0.209s user 0m0.124s sys 0m0.064s $ 4.2.20 7 507—> time java BubbleSort real 0m0.210s user 0m0.144s sys 0m0.044s $ 4.2.20 8 …

ant – a Java based make tool.

commandline session $ 4.2.20 153 1003—> ant compile Buildfile: /home/jeffrin/java/beautifulprograms/build.xml copyjars: compile: [javac] /home/jeffrin/java/beautifulprograms/build.xml:36: warning: ‘includeantruntime’ was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1 source file to /home/jeffrin/java/beautifulprograms/war/WEB-INF/classes BUILD SUCCESSFUL Total time: 6 seconds $ 4.2.20 154 1004—>

google application engine – screenshot

commandline session $ 4.2.20 204 704—> ../appengine-java-sdk/bin/appcfg.sh -e ahiliation@beautifulwork.org update war/ Reading application configuration data… 14 Apr, 2012 5:33:13 PM com.google.apphosting.utils.config.AppEngineWebXmlReader readAppEngineWebXml INFO: Successfully processed war/WEB-INF/appengine-web.xml 2012-04-14 17:33:13.669:INFO::Logging to STDERR via org.mortbay.log.StdErrLog 14 Apr, 2012 5:33:13 PM com.google.apphosting.utils.config.AbstractConfigXmlReader readConfigXml INFO: Successfully processed war/WEB-INF/web.xml Beginning server interaction for beautifulprograms… 0% Created staging directory at: ‘/tmp/appcfg1726254542791009636.tmp’ 5% …

google application engine – new domain related

commandline session $ 4.2.20 121 621—> ../appengine-java-sdk/bin/appcfg.sh -e ahiliation@application.beautifulwork.org update war/ Reading application configuration data… 14 Apr, 2012 3:20:54 PM com.google.apphosting.utils.config.AppEngineWebXmlReader readAppEngineWebXml INFO: Successfully processed war/WEB-INF/appengine-web.xml 2012-04-14 15:20:54.244:INFO::Logging to STDERR via org.mortbay.log.StdErrLog 14 Apr, 2012 3:20:54 PM com.google.apphosting.utils.config.AbstractConfigXmlReader readConfigXml INFO: Successfully processed war/WEB-INF/web.xml Beginning server interaction for beautifulapplication… Password for ahiliation@application.beautifulwork.org: 0% Created staging directory …

google application engine – screen

commandline session $ 4.2.20 17 517—> ../appengine-java-sdk-1.6.3.1/bin/appcfg.sh update war/ Reading application configuration data… 14 Apr, 2012 12:19:14 AM com.google.apphosting.utils.config.AppEngineWebXmlReader readAppEngineWebXml INFO: Successfully processed war/WEB-INF/appengine-web.xml 2012-04-14 00:19:14.082:INFO::Logging to STDERR via org.mortbay.log.StdErrLog 14 Apr, 2012 12:19:14 AM com.google.apphosting.utils.config.AbstractConfigXmlReader readConfigXml INFO: Successfully processed war/WEB-INF/web.xml Beginning server interaction for beautiful-work… 0% Created staging directory at: ‘/tmp/appcfg5508477297088831522.tmp’ 5% Scanning for …

ssh — OpenSSH SSH client (remote login program)

commandline sessions $ 4.2.20 2 149—> ssh 127.0.0.1 The authenticity of host ‘127.0.0.1 (127.0.0.1)’ can’t be established. RSA key fingerprint is 91:7a:8c:6c:db:7e:1c:74:84:32:ba:3d:72:c9:5b:43. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added ‘127.0.0.1’ (RSA) to the list of known hosts. jeffrin@127.0.0.1’s password: Linux debian 3.2.0-1-amd64 #1 SMP Sun Feb 5 15:17:15 UTC …

wget . file downloading

commandline session $ 4.2.20 8 140—> wget www.gnu.org –2012-04-11 00:59:31– http://www.gnu.org/ Resolving www.gnu.org (www.gnu.org)… 208.118.235.148, 2001:4830:134:3::a Connecting to www.gnu.org (www.gnu.org)|208.118.235.148|:80… connected. HTTP request sent, awaiting response… 200 OK Length: unspecified [text/html] Saving to: `index.html’ [ ] 19,261 16.0K/s in 1.2s 2012-04-11 00:59:34 (16.0 KB/s) – `index.html’ saved [19261] $ 4.2.20 9 141—>