Main > Free Download Search >

Free raptor r software for linux

raptor r

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 16
Raptor RDF Parser Toolkit 1.4.19

Raptor RDF Parser Toolkit 1.4.19


Open Source C library that provides a set of parsers and serializers for generating Resource Description Framework (RDF) triples more>>

Raptor RDF Parser Toolkit 1.4.19 is a very serviceable software / Open Source C library that provides a set of parsers and serializers generating Resource Description Framework (RDF) triples by parsing syntaxes or serialize the triples into a syntax.

The supported parsing syntaxes are RDF/XML, N-Triples, TRiG, Turtle, RSS tag soup including all versions of RSS, Atom 1.0 and 0.3, GRDDL and microformats for HTML, XHTML and XML and RDFa. The serializing syntaxes are RDF/XML (regular, and abbreviated), Atom 1.0, GraphViz, JSON, N-Triples, RSS 1.0 and XMP.

Raptor was designed to work closely with the Redland RDF library (RDF Parser Toolkit for Redland) but is entirely separate. It is a portable library that works across many POSIX systems (Unix, GNU/Linux, BSDs, OSX, cygwin, win32). Raptor has no memory leaks and is fast.

Major Features:

  1. Designed to integrate well with Redland
  2. Parses content on the web if libcurl, libxml2 or BSD libfetch is available.
  3. Supports all RDF terms including datatyped and XML literals
  4. Optional features including parsers and serialisers can be selected at configure time.
  5. Language bindings to Perl, PHP, Python and Ruby when used via Redland
  6. No memory leaks
  7. Fast
  8. Standalone rapper RDF parser utility program

Enhancements:

  • Many improvements to RSS tag soup (RSSes and Atom) parser and the RSS 1.0 and Atom serializers
  • Several fixes and improvements to the N-Triples, RDFa and RDF/XML parsers and Turtle serializer
  • Improved the use and configuration of static libxml functions for better compatibility
  • Several Win32 portability fixes - Lou Sakey
  • Many internal changes for upcoming Raptor V2 - primarily by Lauri Aalto
  • Many other fixes and resilience improvements.
  • Fixed:
    • Fix NFC check for legal combiner sequence
    • Error when raptor_new_uri() fails in Turtle parser
    • Invalid turtle output syntax on empty integer/double/decimal literals
    • Default/atom namespace in atom serializer output
    • strstr is called in raptor_parse_chunk() on a buffer string, where it should be called on a null-terminating string.
    • RSS serializer fixes for g++
    • Fix raptor_sequence_set_at() when setting beyond end
    • broken collection abbreviation in turtle serialization
    • Fix raptor_sax2_parse_chunk() calling raptor_log_error_to_handlers() with expat raptor_get_feature function does not return feature value
    • Fix RDFa parser problem when there is a subject and predicate specified on an element, but no child nodes for the object literal
    • Fix performance problems when turtle parsing with lots of namespaces
    • Fix RDF/XML Parser problem with legacy ordinal predicates
    • Avoid calling xsltSetDefaultSecurityPrefs()
<<less
Added: 2009-07-20 License: LGPL Price: FREE
11 downloads
 
Other version of Raptor RDF Parser Toolkit
Raptor RDF Parser Toolkit 1.4.15Raptor RDF Parser Toolkit is a C library providing a set of parsers and serializers for Resource ...Raptor RDF Parser Toolkit is a free software and Open Source C library
License:LGPL (GNU Lesser General Public License)
Download (1.4MB)
941 downloads
Added: 2007-03-27
Raptor 1.2.2

Raptor 1.2.2


Raptor is a vertical scrolling shoot-em up game like the original Raptor: Call of the shadows and Tyrian. more>>
Raptor project is a vertical scrolling shoot-em up game like the original Raptor: Call of the shadows and Tyrian.

<<less
Download (6.2MB)
Added: 2006-08-22 License: GPL (GNU General Public License) Price:
1198 downloads
R-bet 1.0

R-bet 1.0


Free Online Roulette Guide - Become what is known in the casino industry as an advantage player. This step-by-step guide will give you the advantage... more>> <<less
Download (6264KB)
Added: 2009-04-29 License: Freeware Price: Free
228 downloads
R-kiosk 0.5.2

R-kiosk 0.5.2


R-kiosk provides an extension that defaults to full screen, disables all menus, toolbars, key commands and right button menus. more>>
R-kiosk provides an extension that defaults to full screen, disables all menus, toolbars, key commands and right button menus.

Real Kiosk is a Firefox 2.0 extension that defaults to full screen, disables all menus, toolbars, key commands and right button menus. Alt+Home still takes you home.

You can enable Navigation toolbar by adding the following to user.js:
user_pref("rkiosk.navbar", true);

You might want to remove the print dialog by adding following lines to your user.js:
user_pref("print.always_print_silent",true);
user_pref("print.show_print_progress",false);

Notice that the user can still close Firefox with for example Alt-F4 and get access to your computer. You might want to prevent this with a suitable utility program for your operating system.

Caution! R-kiosk extension can be removed only in Firefox Safe Mode.

<<less
Download (0.014MB)
Added: 2007-04-19 License: MPL (Mozilla Public License) Price:
560 downloads
Gecode/R 0.7.1

Gecode/R 0.7.1


Gecode/R is a Ruby interface to Gecode, allowing constraint programming in Ruby. more>>
Gecode/R is a Ruby interface to Gecode, allowing constraint programming in Ruby. The interface is intended for people with no previous experience of constraint programming, aiming to be easy to pick up and use in practice.
Constraint programming
Constraint programming is a declarative programming paradigm, you describe what kind of solution you want rather than how you want it computed. When using constraint programming you try to model the problem and then feed that model to the solver. The solver then searches for a solution by exploring the space of all possible assignments while using the constraints in the model to prune parts without having to visit them.
A popular example would be Soduko, to solve a Soduko with constraint programming you feed the rules (all numbers in each row must be distinct etc) to the solver, which then searches for a solution satisfying all the constraints.
Enhancements:
- A new Website has been launched, and a lot of documentation has been added (both code and user documentation).
<<less
Download (0.088MB)
Added: 2007-08-12 License: LGPL (GNU Lesser General Public License) Price:
804 downloads
R 2.5.1

R 2.5.1


R is a language and environment for statistical computing. more>>
R is a language and environment for statistical computing and graphics. R is a GNU project which is similar to the S language and environment which was developed at Bell Laboratories (formerly AT&T, now Lucent Technologies) by John Chambers and colleagues. R can be considered as a different implementation of S. There are some important differences, but much code written for S runs unaltered under R.
R provides a wide variety of statistical (linear and nonlinear modelling, classical statistical tests, time-series analysis, classification, clustering, ...) and graphical techniques, and is highly extensible. The S language is often the vehicle of choice for research in statistical methodology, and R provides an Open Source route to participation in that activity.
One of Rs strengths is the ease with which well-designed publication-quality plots can be produced, including mathematical symbols and formulae where needed. Great care has been taken over the defaults for the minor design choices in graphics, but the user retains full control.
R is available as Free Software under the terms of the Free Software Foundations GNU General Public License in source code form. It compiles and runs on a wide variety of UNIX platforms and similar systems (including FreeBSD and Linux), Windows and MacOS.
R is an integrated suite of software facilities for data manipulation, calculation and graphical display. It includes:
- an effective data handling and storage facility,
- a suite of operators for calculations on arrays, in particular matrices,
- a large, coherent, integrated collection of intermediate tools for data analysis,
- graphical facilities for data analysis and display either on-screen or on hardcopy, and
- a well-developed, simple and effective programming language which includes conditionals, loops, user-defined recursive functions and input and output facilities.
The term "environment" is intended to characterize it as a fully planned and coherent system, rather than an incremental accretion of very specific and inflexible tools, as is frequently the case with other data analysis software.
R, like S, is designed around a true computer language, and it allows users to add additional functionality by defining new functions. Much of the system is itself written in the R dialect of S, which makes it easy for users to follow the algorithmic choices made. For computationally-intensive tasks, C, C++ and Fortran code can be linked and called at run time. Advanced users can write C code to manipulate R objects directly.
Many users think of R as a statistics system. We prefer to think of it of an environment within which statistical techniques are implemented. R can be extended (easily) via packages. There are about eight packages supplied with the R distribution and many more are available through the CRAN family of Internet sites covering a very wide range of modern statistics.
R has its own LaTeX-like documentation format, which is used to supply comprehensive documentation, both on-line in a number of formats and in hardcopy.
Enhancements:
- This is a maintenance release, and fixes a number of mostly minor bugs and platform issues.
<<less
Download (10.4MB)
Added: 2007-06-28 License: GPL (GNU General Public License) Price:
979 downloads
Unreal Tournament 2004 BONUS MEGAPACK

Unreal Tournament 2004 BONUS MEGAPACK


Unreal Tournament 2004 BONUS MEGAPACK contains many missions for Unreal Turnament 2004. more>>
Unreal Tournament 2004 BONUS MEGAPACK contains many missions for Unreal Turnament 2004.

This pack is our way of saying "Thanks" for purchasing UT2004. We hope you enjoy it!

This bonus pack includes everything you need to update UT2004 to the most current version, including the latest patch, and the content from the first (Editors Choice Edition) bonus pack for UT2004. You can install this bonus pack on any version of UT2004.

The MegaPack includes the following maps:

Assault:
AS-BP2-Acatana
Intense space fighting and on-foot combat combine in this recreation of the historic Skaarj invasion of the Acatana asteroid belt.

AS-BP2-Jumpship
Be part of the elite team that infiltrated and hijacked the first warp capable Jumpship.

AS-BP2-Outback
City slickers just took over the outback’s top brewery – get over there pronto and stop the production of their tasteless Zero Beer before it takes over Oz!

AS-BP2-SubRosa
Fight your way into a Liandri research facility and steal the original plans for the Redeemer.

AS-BP2-Thrust
A recreation of the infamous destruction of the Saturn IX rocket where a team of rebel fighters launched it unguided and half fueled into hostile waters.

CTF:
CTF-BP2-Concentrate
Tall spires tower over this Capture the Flag battle set on a derelict outpost deep in the Elorean Seas.

CTF-BP2-Pistola
This twin complex of concrete and metal combines the beauty of nature with the harsh lines of industrial architecture to create a fierce battle arena.

Deathmatch:
DM-BP2-Calandras
The courtyards of Calandras were once beautiful and welcoming. While the Temple’s interiors have been preserved, a new less-inviting use has been found for the exteriors.

DM-BP2-GoopGod
For centuries the Nali monks managed to keep this sacred burial ground hidden until Liandri satellites discovered the location during a routine satellite sweep. The area was mined, and what remained was converted into a tournament arena, corpses and all.

The content from the first bonuspack, also included, is:

Onslaught:
ONS-Adara
ONS-IslandHop
ONS-Tricky
ONS-Urban

Three new vehicles:

SPMA (Self Propelled Mobile Artillery)
The SPMA is a two person vehicle, with the driver controlling a long range artillery piece. Alt-fire deploys the spotter camera. Enemies will want to shoot down the spotter camera as soon as they see it, to keep the SPMA from raining destruction from afar. An AVRiL at the spotter camera will automatically re-direct toward the SPMA if it ever becomes visible to the AVRiL.

Paladin
The Paladin is a defense focused vehicle, with a powerful energy projectile cannon and a defensive shield alt-fire. Firing the cannon while the shield is deployed will heavily damage nearby players.

Cicada
The two-man Cicada ground attack bomber is a powerful weapon against ground targets, but is easy prey for Raptors. The pilot can fire missiles, or use the alt-fire to specify a target. While holding alt-fire, multiple missiles are loaded up, and released when alt-fire is released. These missiles will all track toward the specified target location, so the alt-fire can be used to avoid enemy fire while loading up missiles. The second seat in the Cicada is an energy beam turret located on the belly of the Cicada. Its alt-fire is chaff that can be used to confuse incoming AVRiLs.

Six new characters:

Mekkor (Skaarj)
Mekkor is from the Black Fist Clan, sworn enemies of the Iron Skull Clan. Severely injured in battle, he is testing his new cybernetic armor in the Tournament.

Skrilax (Skaarj)
Skrilax is from the Black Fist Clan, sworn enemies of the Iron Skull Clan. Alongside his brother Mekkor, he was severely injured while fighting the Iron Skull Clan."

Barktooth (Iron Guard)
Barktooth would rather rip an opponent to shreds with his bare hands than fight from afar. He also finds close range Flak shots very satisfying."

Karag (Iron Guard)
Before joining the Iron Guard, Karag honed his weapon handling skills during a long stint as a Marshall for the Terran Colonial Authority. His style and panache already have the the Tournament audience abuzz."

Kragoth (Necris)
After an absence of several years, the Necris are preparing a return to the Tournament. Known as the Star Slayer, Kragoth is a dread Necris Phayder assassin. He is rumored to have single handedly killed the entire crew of an ICV Star Cruiser."

Thannis (Necris)
After an absence of several years, the Necris are preparing a return to the Tournament. Thannis is participating to scout the competition."
<<less
Download (194MB)
Added: 2005-12-19 License: Freeware Price:
1404 downloads
L.A.U.R.A 0.0.1

L.A.U.R.A 0.0.1


L.A.U.R.A project provides a secure and performant e-mail proxy. more>>
L.A.U.R.A project provides a secure and performant e-mail proxy designed with the goal of shutting down the "Unsolicited Commercial/Bulk E-mail Era".
What is "Greenmarking"?
Greenmarking is something I think I invented myself (I might be wrong though, I coulndt find it anywhere else). Greenmarking works like this: if a triplet of (sender_ip, sender, recipient) is first seen, it gets marked green. The message will be sent unmarked with the meaning of "never seen it before". Next time the triplet is met, the message will also be marked green, meaning "I know this guy already".
Yes I know this sounds like greylisting (its a variation of it, hence the name). However, greenmarking is (and should be) done after greylisting. Why? Greylisting mostly means that the passing message is almost certalny originating from a valid (E)SMTP mail server daemon. Worms usually dont retry too much. So greenmarking is effective especially against evil mail selvers. Its implemented in the project. Just add an Inbox filter to your (web)mail client and move all the messages with a "neverseen" header in a special suspect folder. If you dont want to hassle with them, activate the Inbox filter only after youve run the greenmarking daemon for a while (1/2 weeks maybe?).
Main features:
- ESMTP capability for interoperating with Postfix
- Lightening fast B+ infrastructure for internal database
- No false positives
- No "lost" e-mail messages
- No miss-rate
- BSD license (the most liberal and FREE, in honour to the FreeBSD team)
- Its written in plain old C
- It was designed to be as fast as applicable
- It is (going to be) very secure (multiple audits, formal verifications, programming care)
- No package dependencies - no extra libraries or tools needed
- Hassle-free for admins - just install it
- Hassle-free for users - it just works, without user intervention
- Hassle-free and polite with other Internet neighbours - no rude messages, nothing
- Secure inter-server cooperation for MX backups - without any hassle or complexity (needs to be done)
<<less
Download (0.046MB)
Added: 2006-04-20 License: BSD License Price:
1282 downloads
Excalibur: Morganas Revenge 3.0

Excalibur: Morganas Revenge 3.0


Excalibur: Morganas Revenge is a first-person action adventure game using the Aleph One (Marathon) engine. more>>
Excalibur: Morganas Revenge (EMR) is a unique scenario based upon the Aleph One (Marathon) engine. It is a first-person action adventure game, featuring an epic and in-depth story line. As a Federation Marine resting after your last mission, you start aboard the exploration class Starship Kronos where you learn that your real mission has yet to begin. You are re-acquainted with the AI Merlin, who introduces you to Kronos time traveling technology, and reveals your new mission: to save mankind from the clutches of Morgana and her minions. Through untamed raptor-infested jungles, castle arenas, and war-torn streets of the future, you will wield weapons from all time periods - including the Sword of Power, Excalibur - in an effort to thwart the diabolical plot that unfolds. The EMR adventure, spread across 42 solo levels, weaves a tale of truth and honor, knighthood and bravery, and darkness and treachery. EMR also delivers 27 adrenaline pumped network levels. EMR immerses you in an amazing new world, creating an addictive, fun and unique gaming experience.

For those that played EMR under the old Marathon Infinity engine, EMR 3.0 brings exciting new maps, new high resolution textures and landscapes, a completely new set of weapons, new monsters and friends, new scenery, new 16-bit sounds, original music, and a carefully woven original story line that transcends time. Using the Aleph One engine, EMR now sports loads of new special features using Aleph Ones MML and Lua scripting languages. Please note that the AlephOne engine is old technology improved. Architecture is still simulated 3D, so there are no ramps, bridges, and balconies, nor horizontal doors. The sprites in EMR are made up of 2D images posed in different views, not 3D models. Do not expect the latest state-of-the-art graphics engine, but you can expect an intriguing storyline, creative map architectures, engaging graphics, original spellbinding music, and mood-setting sound effects.

Whats New in This Release:


  • Levels with fog and mist
  • Persistent effects such as poison, earthquakes, fire storm spell, and timed grenades
  • Original MP3 music
  • 12 unique weapons, including a new Dragon Flamer and T9000 Railgun
  • New spells for your wand, including fire storm, teleportation, and raise the
    dead
  • Beautifully rendered OpenGL textures and landscapes
  • New graphics for Morgana, the Trex, raven, and Jurassic bug
  • A huge variety of new hi-res scenery items
  • New holodeck programs, including driving a Flintstone mobile through Bedrock!
  • Blood Gulch style net map with 8 simulated net players and a huge battlefield
  • A basketball court netmap where grenades in a basket win points for your team
  • A beautiful new future level that lets you drive a Hoverbike!
  • A total of 5 brand new solo maps and 4 new net maps
  • Lots of updated maps with new areas, new tasks, new features, and new secrets
  • New powerups, such as apples, bananas, health kits, emergency kits, and finally
    a use for all those magic scrolls!
  • And much, much, more...
<<less
Download (227.1MB)
Added: 2007-06-03 License: GPL (GNU General Public License) Price:
877 downloads
Redland RDF library 1.0.6

Redland RDF library 1.0.6


Redland RDF library is an RDF (Resource Description Framework) library. more>>
Redland RDF library is a set of free software packages that provide support for the Resource Description Framework (RDF).
Main features:
- Modular, object based libraries written in C.
- APIs for manipulating the RDF graph, triples, URIs and Literals.
- Triple sequences for efficient streaming.
- Parsers and Serializers for reading and writing RDF as RDF/XML, N-Triples and Turtle Terse RDF Triple Language syntaxes via the Raptor RDF Parser Toolkit.
- Storage for graphs in memory, with Sleepycat/Berkeley DB, MySQL 3/4, AKT Triplestore, SQLite, files or URIs.
- Querying with RDQL and SPARQL using the Rasqal RDF Query Library.
- Redland contexts for managing data aggregation and recording provenance.
- Language Bindings in C#, Java, Obj-C, Perl, PHP, Python, Ruby and Tcl via the Redland Bindings package.
- Command line utility programs rdfproc (RDF), rapper (parsing) and roqet (query).
- Portable, fast and with no known memory leaks.
Enhancements:
- The code was updated to use Rasqal RDF query library 0.9.14 and Raptor RDF parser/serializer library 1.4.15.
- A new transaction API was added, implemented with MySQL for consistent changes to the graph.
- A new query results formatter class was added.
- Many other bugs were fixed.
<<less
Download (0.43MB)
Added: 2007-05-06 License: GPL (GNU General Public License) Price:
902 downloads
X-ITEC CMS/R 4.48

X-ITEC CMS/R 4.48


X-ITEC CMS/R is a German content management system. more>>
X-ITEC CMS/R project is a German content management system.
Enhancements:
- More than 200 new features.
<<less
Download (79.5MB)
Added: 2007-02-09 License: GPL (GNU General Public License) Price:
987 downloads
K.R.S.S 3.0

K.R.S.S 3.0


K.R.S.S provides a news aggregator for the KDE desktop. more>>
K.R.S.S provides a news aggregator for the KDE desktop.
K.R.S.S. is a news aggregator for the KDE desktop. It downloads Rich (RDF) Site Summary files from multiple Web sites and displays them on your desktop in a ticker-tape fashion.
Main features:
- This application is perhaps the only rich site summary display to work on KDE.
- You can downloaded feeds and images locally, and display them as and when you wish.
- You can filter out unwanted news through the use MyFilters, so that you only see the news you want. A feature not found in any other news aggregator.
- You can view feeds either on-line or off-line.
- You can configure a personalized listing of the RSS Feeds, using MyFeeds. You can create and maintain both feeds which you would actively see and feeds which you could just save for future use.
- You can alter the text properties to display the news how you want by using configurable Cascading Style Sheets (CSS). You can start with the template which is provided.
- You can alter the text properties to display the news how you want, using configurable HTML tags ("schemes"). You can also preview instantly what your configuration will look like.
- You can "jump" between feeds, that is, scroll to the top of the feed that you click on, by using MyChannelBar.
- You can control whether or not the feed scrolls when displaying on your desktop, as well as the speed.
- You can define and save an unlimited number of feeds, as well as define which feeds are "active", permitting you to retrieve only the ones you want.
- You can share feeds with other individuals. Tell others of feeds you have discovered, as well as learn which feeds others are using.
- You can take advantage of the pre-loaded set of AmphetaDesks Site Listings - thousands of RSS feed locations, included with K.R.S.S. Or you can import or download the lastest site listings from their website at any time from within K.R.S.S.
- You can configure K.R.S.S. to use the System Tray when you minimize the main window.
- You can get Tips, upon starting up, which help you use K.R.S.S. to the fullest.
- You can set the frequency at which K.R.S.S. will automatically retrieve feeds - in days, hours, or minutes.
- You can temporarily pause or resume scrolling of the feeds.
- You can configure your own shortcut keys, or toolbar menu, or Search button.
- You can change the background and channel title colour, as well as change the spacing between Channels, using the scheming capabilities of MyChannelBar.
- You can DragnDrop RSS feed information using the MyChannelBar feature. Channel Titles and Descriptions are automatically filled in, so you dont have to spend any time typing.
- You can update one feed at a time by using the MyChannlBars popup menu.
- You can set K.R.S.S. to always stay on top of all other windows.
- You can toggle between having active feeds or no active feeds without having to actually specify that the feeds are active or not.
- You can still use K.R.S.S. while you update your feeds.
- You can display date and time information about when a feed was last downloaded and last displayed in the form of a tooltip, by using the Date and Time Tag in MyChannelBar.
- You can set an expiration date on the feeds so that they will expire (that is, become old) after a certain amount of time - in days, hours and minutes.
- You can configure new feeds to display in a different colour by using the Colour Code in MyChannelBar.
Enhancements:
- A fairly recent version of the KDE and QT libraries
- An internet connection
<<less
Download (0.74MB)
Added: 2007-04-05 License: GPL (GNU General Public License) Price:
933 downloads
Rasqal RDF Query Library 0.9.14

Rasqal RDF Query Library 0.9.14


Rasqal is a C library for querying RDF, supporting the RDQL and SPARQL languages. more>>
Rasqal is a C library for querying RDF, supporting the RDQL and SPARQL languages. It provides APIs for creating a query and parsing query syntax.

Rasqal RDF Query Library features pluggable triple-store source and matching interfaces, an engine for executing the queries and an API for manipulating results as bindings.

It uses the Raptor RDF parser to return triples from RDF content and can alternatively work with the Redland RDF librarys persistent triple stores. It is portable across many POSIX systems.

<<less
Download (0.86MB)
Added: 2007-04-23 License: The Apache License 2.0 Price:
915 downloads
SAP R/3 Communications Suite 0.9 Beta1

SAP R/3 Communications Suite 0.9 Beta1


SAP R/3 Communications Suite allows SAP R/3 servers to communicate with external devices such as fax and GSM modems. more>>
SAP R/3 Communications Suite allows SAP R/3 servers to communicate with external devices such as fax and GSM modems by sending and receiving a fax or SMS.

SAP R/3 Communications Suite provides an easy configuration through a Web interface and a JMX console.
<<less
Download (28.6MB)
Added: 2006-07-28 License: GPL (GNU General Public License) Price:
702 downloads
O.H.R.RPG.C.E 2006-08-03 Hasta-la-qb+

O.H.R.RPG.C.E 2006-08-03 Hasta-la-qb+


O.H.R.RPG.C.E is an engine for making 2D console-style Role Playing Games. more>>
O.H.R.RPG.C.E is an engine for making 2D console-style Role Playing Games.

A Linux port of the DOS-based "Official Hamster Republic RPG Construction Engine". Used for making games similar in style to the NES and Super Nintendo Final Fantasy games. A large assortment of RPG games are already available.

<<less
Download (0.93MB)
Added: 2007-01-27 License: GPL (GNU General Public License) Price:
1004 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2