Browsing projects by Tag(s)

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

Showing page 1 of 3

Calligra Suite

claimed by KDE

Compare

Calligra Suite is a free, integrated graphic art, work & management applications suite, made with Qt & KDE libraries, running on Linux Desktops, Windows, OS X and mobile phones. It includes: Words – for word processing Sheets – for spreadsheeting Stage – for doing presentations ... [More] Kexi – for creating databases and applications Flow – for flowcharting and diagramming Karbon – for vector drawing Krita – for layered pixel image manipulation and painting Plan – for integrated project management and planning Braindump – for dumping and organizing all kind of content Additionally: calligraconverter – commandline tool for conversion between ODF and others formats, e.g. MS ones Plugin for KDE filesystem thumbnailing Plugin for the document viewer Okular to support ODP files [Less]

4.17949
   
  3 reviews  |  102 users  |  1,424,926 lines of code  |  76 current contributors  |  Analyzed 1 day ago
 
 

Pyspread is a non-traditional spreadsheet application that is based on and written in the programming language Python. The goal of pyspread is to be the most pythonic spreadsheet. Pyspread expects Python expressions in its grid cells, which makes a spreadsheet specific language obsolete. Each ... [More] cell returns a Python object that can be accessed from other cells. These objects can represent anything including lists or matrices. Pyspread is designed for Linux and other GTK platforms. [Less]

3.0
   
  0 reviews  |  3 users  |  11,298 lines of code  |  5 current contributors  |  Analyzed about 5 hours ago
 
 

OxygenOffice Professional is a free and open source enhancement of official OpenOffice.org. The OxygenOffice Professional Team has modified the source of OpenOffice.org and bundled lot of extras with it. Here are just a few of the extras you get with OxygenOffice Professional: More than 3,400 ... [More] graphics are included, both clip art and photos. These pictures are integrated into the gallery and can easily be placed into any OxygenOffice document.Several templates and sample documents are included, as well as over 90 fonts. The extras are integrated by default in the installation of OxygenOffice Professional, but they are optional, so the user can decide what parts to include and what parts to leave out. These extra templates, fonts, and graphics are free for both personal and professional use. [Less]

4.0
   
  0 reviews  |  3 users  |  74,799 lines of code  |  1 current contributor  |  Analyzed 10 days ago
 
 

Data services and visualization. This project provides tools to play with geographical data. It also works with non-geographical data, except for map visualizations :). There are embedded data sources in the project, but you can easily play with your own data in addition to the available ones. ... [More] After data loading, you can: - perform various types of queries (find this key, or find keys with this property) - make fuzzy searches based on string distance (find things roughly named like this) - make phonetic searches (find things sounding like this) - make geographical searches (find things next to this place) - get results on a map, or export it as csv data, or as a Python object [Less]

5.0
 
  0 reviews  |  2 users  |  8,996 lines of code  |  2 current contributors  |  Analyzed 6 days ago
 
 

A PHP library designed with python's csv module in mind. An object-oriented interface to fgetcsv for reading / parsing csv files as well as a way to write csv files. This library makes use of the standard php library (SPL) in its reader. I plan to support all of the features available in python's csv module, plus a few extra goodies.

5.0
 
  0 reviews  |  1 user  |  1,087 lines of code  |  0 current contributors  |  Analyzed 9 days ago
 
 

The Stingray Schema-Based File Reader offers several features to help process files in spreadsheet formats. - It wraps csv, xlrd, plus several XML parsers into a single, unified "workbook" structure to make applications that work with any of the common physical formats. - It extends ... [More] the workbook to include fixed format files (with no delimiters) and even COBOL files in EBCDIC. - It provides a uniform way to load and use schema information. This can be header rows in the individual sheets of a workbook, or it can be separate schema information. - It provides a suite of data conversions that cover the most common cases. Additionally, stringray provides some guidance on how to structure file-processing applications so that they are testable and composable. [Less]

0
 
  0 reviews  |  1 user  |  3,633 lines of code  |  0 current contributors  |  Analyzed about 2 hours ago
 
 

Cutplace is a tool to validate that data conform to an interface control document (ICD). Cutplace works with flat data formats using delimiters (such as CSV) or a fixed format. Such formats are commonly used to exchange data between different platforms or physically separated systems. With ... [More] cutplace you can describe these data in a simple and human readable spreadsheets using popular applications like Calc or Excel. It acts as "executable specification" that cutplace can use to validate that data actually conform to it. [Less]

0
 
  0 reviews  |  1 user  |  6,180 lines of code  |  1 current contributor  |  Analyzed 5 days ago
 
 

Some tools to handle csv files. easycsv - a Python module that permits to manage data into databases with csv statements csvgrep - a kind of grep adjusted for columns into a csv file Getting Started Reference Guide

5.0
 
  0 reviews  |  1 user  |  1,305 lines of code  |  0 current contributors  |  Analyzed 11 months ago
 
 

Example Usage: A school needs to write reports for parents to see how their children are performing. It needs to be simple and quick. Schools can provide staff with a CSV file containing name, form, gender etc. reportGen takes this information and allows teachers to add comments. It also ... [More] checks words such as "he" against gender and transforms to "she" if needed. The software can then be used to produce reports ...or... Admin staff can then use the other part of the software to read all of the teachers comments and produce the final reports, ready to be printed. [Less]

0
 
  0 reviews  |  0 users  |  269 lines of code  |  0 current contributors  |  Analyzed 9 days ago
 
 

This project offers a Python script for converting Radiohead's House of Cards csv data to X3D. The script can be extensively parameterized to convert to different X3D geometry types (standard and non-standard conform ones). Directly get it here (or via the Source tab): ... [More] http://hoc-csv2x3d.googlecode.com/svn/trunk/hoc-csv2x3d.py Usageusage: hoc-csv2x3d.py [options] Convert Radiohead's "House of Cards" csv data to X3D. actions: convert Convert csv data to X3D. scene Build a X3D scene using the converted data. Using frames between STARTFRAME and ENDFRAME reading from DATA_DIR writing to TARGET_DIR example usage: hoc-csv2x3d.py convert -s1 -e 500 Converts the csv files 1-500 to X3D applying 4th param to color and size. hoc-csv2x3d.py convert -s1 -e 500 -f 5 Converts the csv files 1-500 to X3D applying 4th param to color and size, scaling the size by factor 5. hoc-csv2x3d.py convert -s1 -e 500 --no-color --no-size Converts the csv files 1-500 to X3D without using the 4th param. hoc-csv2x3d.py scene -s1 -e 500 Creates an X3D file containing all converted data via elements and animating them. options: -h, --help show this help message and exit -d DATA_DIR, --dir=DATA_DIR The directory containing the original csv data files (default: csv). -x TARGET_DIR, --targetdir=TARGET_DIR The target directory containing the converted X3D files (default: x3d). -s START_FRAME, --startframe=START_FRAME The index of the frame to start with (default: 1). -e END_FRAME, --endframe=END_FRAME The index of the frame to end with (default: 90). --no-color Prevent use the intensity data (4th parameter) as the greyvalue of a point. This will omit the element within the particle set. --no-size Do not use the intensity data (4th parameter) as the size of a point (uniform scaling). (default: True) -f INTENSITY_SIZEFACTOR, --sizefactor=INTENSITY_SIZEFACTOR Intensity value (4th parameter) is multiplied by this for scaling (default: 5). -t GEO_TYPE, --geotype=GEO_TYPE The type of geometry to use as a container for the converted data. Supported types are ParticleSet, PointSet and LineSet. (default: ParticleSet). -b, --binary When given the inline files will be written as x3db (binary files). Requires aopt tool from instantReality. [Less]

0
 
  0 reviews  |  0 users  |  126 lines of code  |  0 current contributors  |  Analyzed 3 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.