Browsing projects by Tag(s)

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

Showing page 1 of 1

ccache is a compiler cache. It speeds up recompilation of C/C++ code by caching previous compilations and detecting when the same compilation is being done again.

4.14286
   
  0 reviews  |  30 users  |  39,018 lines of code  |  11 current contributors  |  Analyzed 14 days ago
 
 

The MeteoIO library aims at making data access easy and safe for numerical simulations in environmental sciences requiring general meteorological data. It is a C++ library provided with complete documentation (tutorials, code examples, API's documentation) under the LGPL v3 license.

0
 
  0 reviews  |  1 user  |  66,464 lines of code  |  6 current contributors  |  Analyzed 8 days ago
 
 

What is pyocrhelper? Ocropus is a high quality OCR software which accepts images files as input and outputs html text files. Ocropus is quite good at what it does. pyocrhelper is a python class which makes interacting with Ocropus easier for an end user or a developer by taking care of all the ... [More] steps which have to be taken before Ocropus can be used: determine filetype of input file if (etc) pdf, convert pdf to images convert input image(s) to Ocropus input image run Ocropus on the input image(s) format the Ocropus output (concatenating files if necessary) What features does pyocrhelper currently have? Right now, there is a tarball release v0.1 available at http://code.google.com/p/pyocrhelper/downloads/list but the most usable stuff is probably in the development tree (you'll have to check out the source from SVN - see http://code.google.com/p/pyocrhelper/source/checkout for further details Currently, the feature set of pyocrhelper includes (but might not be limited to): recognition of input file formats conversion of pdf to images conversion of input file images to target file images (defaults to png) connect to and use ocropus using python's subprocess concatenate multiple results (e.g. in case of pdf) to single file use cluster analysis to determine average and above average line break stripping of unnecessary html tags/format from output when concatenating convert html output to text if required What features are planned for the future? As the entirety of pyocrhelper was developed as a python class, it is conceivable that it could be included in any python script or (e.g.) pyQT4 application, such as in KDE. A KDE4 plasmoid would be quite cool as well, but I can't find any information on python for plasma. It'll probably be available when KDE4.1 comes out. Apart from GUI interfaces, I want to build a proper conversion utility for html to OpenOffice/OpenDocument ODT format. There are some already available but I haven't been able to get any of them working...yet. Another idea which might actually be useful is to build a utility to recursively scan an entire collection of (etc) PDFs to generate an index which can be stored in a database or searched etc. Once the class file is done properly and strengthened, it will be possible to develop around it. As a final point, it is anticipated that as Ocropus develops, faster/better/more flexible utilities will grow out of it - this script should at least help to bridge the time until then. [Less]

0
 
  0 reviews  |  0 users  |  629 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

A compiler is a computer program (or set of programs) that translates text written in a computer language (the source language) into another computer language (the target language). The original sequence is usually called the source code and the output called object code. Commonly the output has a ... [More] form suitable for processing by other programs (e.g., a linker), but it may be a human-readable text file. A compiler is likely to perform many or all of the following operations: lexical analysis, preprocessing, parsing, semantic analysis, code generation, and code optimization. [Less]

0
 
  0 reviews  |  0 users  |  63,547 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 

WHAT IS DATA MINING. APPLICATIONS. WHAT IS DATA WAREHOUSING. APPLICATIONS.

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

Support C-style preprocessor directives in Python. This project is an attempt to bring a standard C-style preprocessor to python to make Python code more maintainable. With the release of Py3k few of the essential third-party python libraries are making the switch because 2x is still the most ... [More] used and 3x breaks backwards compatibility. Enter pypreprocessor. Detect the python version of the interpreter that's running the script and it'll be able to run version-specific code. Worried about the added overhead of running a preprocessor? Then output the source to a new clean file and set the preprocessor to strip out all of the metadata. This project attempts to make maintaining multiple concurrent versions of development as easy as physically possible. [Less]

0
 
  0 reviews  |  0 users  |  268 lines of code  |  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.