Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 4

xu‧ggle (zŭ' gl) v. To freely encode, decode, and experience audio and video. With Xuggle you can write Java programs that decode or encode video. It incorporates FFMPEG, but adds a simpler interface that is safe to use from Java-like languages (e.g. garbage collection) and tries hard ... [More] to make sure usage of FFMPEG features doesn't crash a JVM. [Less]

4.66667
   
  2 reviews  |  77 users  |  148,590 lines of code  |  3 current contributors  |  Analyzed about 1 year ago
 
 

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 Import/Export working sets wizards. AnyEdit Tools adds new actions to "Compare With" and ... [More] "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]

4.8
   
  0 reviews  |  29 users  |  1,615 lines of code  |  1 current contributor  |  Analyzed 8 days ago
 
 

OverviewJSON.simple is a simple Java toolkit for JSON. You can use JSON.simple to encode or decode JSON text. FeaturesFull compliance with JSON specification (RFC4627) and reliable (see compliance testing) Provides multiple functionalities such as encode, decode/parse and escape JSON text while ... [More] keeping the library lightweight Flexible, simple and easy to use by reusing Map and List interfaces Supports streaming output of JSON text Stoppable SAX-like interface for streaming input of JSON text (learn more) Heap based parser High performance (see performance testing) No dependency on external libraries Both of the source code and the binary are JDK1.2 compatible Getting StartedNote: You need to put the latest json_simple-1.1.jar in your CLASSPATH before compiling and running the example codes. Encoding Examples Decoding Examples Escaping Examples JSP and AJAX Examples Mapping Between JSON and Java Entities JSON Java string java.lang.String number java.lang.Number true|false java.lang.Boolean null null array java.util.List object java.util.Map JSON.simple maps entities from the left side to the right side while decoding or parsing, and maps entities from the right to the left while encoding. While decoding, default concrete class of java.util.List is org.json.simple.JSONArray and default concrete class of java.util.Map is org.json.simple.JSONObject. While encoding, other classes that are not listed on the right side of the table need to implement JSONAware or JSONStreamAware (streaming only) to customize JSON outputs. In such cases, JSON.simple calls JSONAware.toJSONString() or JSONStreamAware.writeJSONString() to determine the resulting JSON text. Maven RepositoryJSON.simple in central maven repository Developer's GuideBuild With Ant Build With Eclipse The JSON Lexer JSON.simple in ProjectsVuze (Azureus) Apache Cassandra Apache Clerezza Apache MyFaces Apusic OperaMasks co-ode-owl-plugins google-caja GV Hula from Novell jmx4perl LabKey Server Mozilla Bespin MTS MUSCLE NuGram Platform PhyloWidget TopQuadrant TopBraid Suite™ XBrain ZK.forge JSON.simple in FedoraFedora 12, Fedora 11 and Fedora EPEL 5 JSON.simple in PublicationsO'Reilly - Ajax On Java Ajax development case study Tutorial from webucator A Review of 5 Java JSON Libraries (Rob@Rojotek) PeopleSoft PeopleTools Tips & Techniques by Jim J. Marion Tutorial: Using Ext JS, Servlets, JSON, MySQL and Tomcat on Fedora Next StepsAuto marshalling and unmarshalling utils for Java Beans LinksJSON.org Initial version of JSON.simple Special ThanksYourKit is kindly supporting open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of innovative and intelligent tools for profiling Java and .NET applications. Take a look at YourKit's leading software products: YourKit Java Profiler and YourKit .NET Profiler. [Less]

0
 
  0 reviews  |  3 users  |  2,024 lines of code  |  1 current contributor  |  Analyzed about 9 hours ago
 
 

The sigrok project aims at creating a portable, cross-platform, Free/Libre/Open-Source signal analysis software suite that supports various device types, such as logic analyzers, MSOs, oscilloscopes, multimeters, LCR meters, sound level meters, thermometers, anemometers, light meters, dataloggers ... [More] , function generators, power supplies, GPIB interfaces, and more. sigrok-dumps is a collection of logic analyzer example data, covering various protocols (e.g. I2C, SPI, USART, etc). [Less]

5.0
 
  0 reviews  |  1 user  |  15 lines of code  |  6 current contributors  |  Analyzed about 1 hour ago
 
 

The sigrok project aims at creating a portable, cross-platform, Free/Libre/Open-Source signal analysis software suite that supports various device types, such as logic analyzers, MSOs, oscilloscopes, multimeters, LCR meters, sound level meters, thermometers, anemometers, light meters, dataloggers ... [More] , function generators, power supplies, GPIB interfaces, and more. PulseView is a Qt based logic analyzer GUI for sigrok. [Less]

5.0
 
  0 reviews  |  1 user  |  6,147 lines of code  |  10 current contributors  |  Analyzed about 1 hour ago
 
 

The sigrok project aims at creating a portable, cross-platform, Free/Libre/Open-Source signal analysis software suite that supports various device types, such as logic analyzers, MSOs, oscilloscopes, multimeters, LCR meters, sound level meters, thermometers, anemometers, light meters, dataloggers ... [More] , function generators, power supplies, GPIB interfaces, and more. sigrok-cli is a command-line tool written in C, which uses both libsigrok and libsigrokdecode to provide the basic sigrok functionality from the command-line. Among other things, it's useful for scripting purposes. [Less]

5.0
 
  0 reviews  |  1 user  |  2,092 lines of code  |  8 current contributors  |  Analyzed 5 days ago
 
 

The sigrok project aims at creating a portable, cross-platform, Free/Libre/Open-Source signal analysis software suite that supports various device types, such as logic analyzers, MSOs, oscilloscopes, multimeters, LCR meters, sound level meters, thermometers, anemometers, light meters, dataloggers ... [More] , function generators, power supplies, GPIB interfaces, and more. sigrok-qt is a Qt based logic analyzer GUI for sigrok. [Less]

5.0
 
  0 reviews  |  1 user  |  3,096 lines of code  |  4 current contributors  |  Analyzed 43 minutes ago
 
 

yubico-abap is a ABAP class for verifying Yubico One-Time-Passwords. It is provided as a SAPlink file for easy deployment. Check out the usage instructions for a how-to guide. Special thanks go toYubico AB for creating such a cool product. Leo Laporte and Steve Gibson for their introduction to ... [More] YubiKey in episode 143 of Security Now: YubiKey. Martin Hajnik who allowed me to use his HMAC implementation. Michele Berardi who allowed me to use his implementation of the SUSR0001 User Exit. Dan McWeeney and Ed Herrmann for their SAPlink Project which allows the SAP Community to exchange code. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

encoder decoder

0
 
  0 reviews  |  0 users  |  7,223 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 

encode decode tools

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 4 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.