Pages

Google Ads

Tuesday, March 12, 2013

Saiku Chart Plus 2.4 RC1 Out Now!

What is Saiku Chart Plus? 

It is an open source project that helps Pentaho BI users to create other types of charts and maps based on Saiku Project, Highcharts and Google Maps.




Learn more about it:
http://it4biz.github.com/SaikuChartPlus/


Saiku Chart Plus by IT4biz



Saturday, March 09, 2013

Saiku + IT4biz











Saiku + Maps


native2ascii - Native-to-ASCII Converter

native2ascii - Native-to-ASCII Converter

Converts a file with native-encoded characters (characters which are non-Latin 1 and non-Unicode) to one with Unicode-encoded characters.

SYNOPSIS

native2ascii [options] [inputfile [outputfile]]

DESCRIPTION

The Java compiler and other Java tools can only process files which contain Latin-1 and/or Unicode-encoded (\udddd notation) characters. native2ascii converts files which contain other character encodings into files containing Latin-1 and/or Unicode-encoded charaters.If outputfile is omitted, standard output is used for output. If, in addition, inputfile is omitted, standard input is used for input.

OPTIONS

-reverse
Perform the reverse operation: convert a file with Latin-1 and/or Unicode encoded characters to one with native-encoded characters. 
-encoding encoding_name
Specify the encoding name which is used by the conversion procedure. The default encoding is taken from System property file.encoding. The encoding_name string must be taken from the first column of the table of supported encodings in the Supported Encodings document.
-Joption
Pass option to the Java virtual machine, where option is one of the options described on the reference page for the java application launcher. For example, -J-Xms48m sets the startup memory to 48 megabytes.
Fonte:
http://docs.oracle.com/javase/1.4.2/docs/tooldocs/windows/native2ascii.html

Translation of Pivot4j from English to Brazilian Portuguese

Hi all,

It is hard to find time to write here in my blog, but I have good news.

After working with Xavier, Fernando and Maiara, we finished the translation of Pivot4J.

More infos:

https://github.com/caiomsouza/it4biz-pivot4j-pt-BR

http://mysticfall.github.com/pivot4j/

https://github.com/mysticfall

Friday, March 01, 2013

j2objc, A Java to iOS Objective-C translation tool and runtime.

Hi guys,

Do you need to translate Java to iOS Objective-C?

If you said "yes", take a look at the Google project below:

https://code.google.com/p/j2objc/


What J2ObjC Is


J2ObjC is an open-source command-line tool from Google that translates Java code to Objective-C for the iOS (iPhone/iPad) platform. This tool enables Java code to be part of an iOS application's build, as no editing of the generated files is necessary. The goal is to write an app's non-UI code (such as data access, or application logic) in Java, which is then shared by web apps (using GWT), Android apps, and iOS apps.
J2ObjC supports most Java language and runtime features required by client-side application developers, including exceptions, inner and anonymous classes, generic types, threads and reflection. JUnit test translation and execution is also supported.
J2ObjC is currently between alpha and beta quality. Several Google projects rely on it, but when new projects first start working with it, they usually find new bugs to be fixed. Apparently every Java developer has a slightly different way of using Java, and the tool hasn't translated all possible paths yet. It's initial version number is 0.5, which hopefully represents its release status correctly.

What J2ObjC isn't


J2ObjC does not provide any sort of platform-independent UI toolkit, nor are there any plans to do so in the future. iOS UI code needs to be written in Objective-C or Objective-C++ using Apple's iOS SDK (Android UIs using Android's API, web app UIs using GWT, etc.).

UnRARX, a free alternative for WinRAR for Mac OS X

Hi guys,

If you need a good and free alternative for WinRAR to use in your Mac OS X, you can install UnRARX.

http://www.unrarx.com/

Saturday, February 23, 2013