Projects tagged ‘convert’ and ‘java’


Jump to tag:

Projects tagged ‘convert’ and ‘java’

Filtered by Project Tags convert java

Refine results Project Tags video (5) converter (4) audio (3) rip (2) ffmpeg (2) m4a (2) wav (2) ogg (2) generator (2) sound (2) image (2) record (2)

[18 total ]

13 Users

AnyEdit Tools plugin for Eclipse adds several new tools to the context menu of text- based Eclipse editors, to output consoles, to Eclipse main menu and editor toolbar. AnyEdit contributes also ... [More] Import/Export working sets wizards. AnyEdit Tools adds new actions to "Compare With" and "Replace With" menus in both editors and files. AnyEdit Tools contributes new "Convert" menu in both editors and files, including such actions like "To / From Unicode/Base64/Html entities/Camel case". AnyEdit Tools plugin can (automatically) perform tabs spaces on active aditor, multiple files or entire directories and supports also file exclusion filter for tabs to spaces action. AnyEdit adds "Open File", "Open Type" and "Save to file..." actions to all consoles and editors. [Less]
Created 12 months ago.

4 Users
 

Retroweaver is a tool that enables you to take advantage of the new Java 1.5 language features in your source code, while still retaining compatability with 1.4 (and older) virtual machines. ... [More] Retroweaver operates by transforming Java class files compiled by a 1.5 compiler into class files which can be run on an older virtual machine. [Less]
Created over 3 years ago.

1 Users
   

Coded BY me (Mostafa Moh. Gazar) Features: * Cut multi pieces from the following supported formats to one file: 1. audio: mp3, wav, avi, the following are supposed to work(did not ... [More] tested)AIFF, AU, GSM, MP2, QT, RMF 2. video(will not be shown or heared because it is not the program goal): AVI, MPEG-1, QT, H.261, H.263 * Merge many MP3(bit rate <= 256) and WAV files into one file. * Convert between many audio file types: mp3, ogg, aac(mp4, m4a), flac, wav. * Record audio from microphone to wav file. * Rip CDs to: mp3, ogg, aac(mp4, m4a), flac, wav. * Play the following audio types: AIFF, AU, AVI, GSM, MIDI, MP2, MP3, QT, RMF, WAV. * Many themes to choose from. * English, French, and Dutch translations (You can make file like "install dir\lan [Less]
Created over 2 years ago.

1 Users
   

YaHP is a Java library that allows you to convert an HTML document into a PDF document.
Created over 3 years ago.

1 Users
   

The Java Mass JPEG Resizer Tool has following Features: * Resize all JPEG Images of a specified Directory * Create Webgalleries * Resize and pack Images to an ZIP File for E-Mail Attachments * ... [More] Multilingual (German/English) * A Java based program (Support for Unix, Linux, Windows, MacOs and more) [Less]
Created about 1 year ago.

0 Users

一个基于annotation的java pojo对象转换工具。支持字段自定义名称转换,自定义方法,list,set,array之间自动转换,string ... [More] 和int,double..等自动转换,支持pojo一对多转换。 转换时有二种方式选择,1,直接使用反射运行时转换。2,生成转换的代码。 [Less]
Created 12 months ago.

0 Users

During my project , I need convert Chinese HanZi to PinYin & abbreviate. 'chinese2pinyin' is based on pinyin4j which on the sf.net .
Created 11 months ago.

0 Users

unit convert tool for android
Created 2 months ago.

0 Users

Framework to generate bean mapper implementation based on annotated interface(s) Update: Now mapper is available as maven 2 artifact: add to POM.XML bean-mapper ... [More] http://bean-mapper.googlecode.com/svn/trunk/bean-mapper/repo/ and ru.maxmatveev bean-mapper 0.31 Work is in progress, sources (stable and working) are available in SVN Benefits of using this mapper instead of others are mapping speed: looks like it is the only mapper that generates mapping code instead of using reflections at runtime. Short example: define some mapper interface: public interface Mapper { @ru.maxmatveev.beanmapper.Mapper List map(List source); }then obtain mapper instance: Mapper mapper = (Mapper) MapperFactory.getInstance(Mapper.class);and then just use it List = mapper.map(someSource); [Less]
Created 8 months ago.

0 Users

A wrapper around the jdk image api. Takes care of all the complicated stuff for you.Example:Read an inputstream scale using a high quality algorithm to 100x100, convert to png and write to ... [More] outputstream. All in one line. EasyImage.fromStream(input).scaleQuality(100, 100, false).toPng(output); [Less]
Created 3 months ago.