Main > Free Download Search >

Free felix riemann software for linux

felix riemann

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 29
Felix Programming Language 1.1.1

Felix Programming Language 1.1.1


Felix Programming Language is a high performance, statically typed scripting language. more>>
Felix is an advanced Algol like procedural programming language with a strong functional subsystem. It features ML style typing, first class functions, pattern matching, garabge collection, polymorphism, and has built in support for high performance microthreading, regular expressions and context free parsing.

The system provides a scripting harness so the language can be used like other scripting languages, but underneath it generates native code to obtain high performance.

A key feature of the system is that it uses the C++ object model, and provides an advanced binding sublanguage to support integration with C++ at both the source and object levels, both for embedding C++ data types and functions into Felix, and for embedding Felix into exitsing C++ architectures.

The Felix compiler is written in Objective Caml, and generates ISO C++ which should compile on any platform.

<<less
Download (1.2MB)
Added: 2005-09-27 License: Freely Distributable Price:
1487 downloads
Exceptions in C 0.1.5

Exceptions in C 0.1.5


Exceptions in C implements powerful and customizable exceptions for the C programming language. more>>
Exceptions in C implements fully-functional nested exceptions with these constructs:

try
except
on
throw

Also, it allows to define various datatypes for exception object (default is int, can be anything from char * to struct foo *).

Compiling and running

Precodey straight forward.

admp@sols:~/excc/example$ gcc exception.c -c
admp@sols:~/excc/example$ gcc exception.o example.c -o example
admp@sols:~/excc/example$ ./example
Usage: ./example A B
admp@sols:~/excc/example$ ./example 100 2
100/2=50
Program is going to end its short life.
admp@sols:~/excc/example$ ./example 100 0
Caught up division by zero (100/0).
Program is going to end its short life.

Attributions:

Felix Ogg for inspiring me to write finally, also detailed feedbacks and ideas for documentation (diagrams too!). Though I havent completed that - for almost a year now; I am not sure I ever will.
<<less
Download (0.015MB)
Added: 2006-03-16 License: GPL (GNU General Public License) Price:
1318 downloads
divine 0.8

divine 0.8


divine is a utility for laptop users or people who use their machines in different networks all the time. more>>
divine is a utility for laptop users or people who use their machines in different networks all the time. It is meant to be run from the PCMCIA network initialization scripts.
DO NOT make divine setuid root. Divine contains tons of security holes like using system, it is meant as quick hack that will not hurt so much if it is run at boot time.
The idea is this:
- you describe the possible networks in /etc/divine.conf, including one or more machines that are probably up (routers and NIS servers come to mind).
- at boot time, you run divine.
- divine starts a thread that injects fake arp requests into the network. The thread will try again up to three times, pausing 1 second between retries.
If the last try times out again, the thread will print an error message, leave the interface in the original state and exit cleanly.
- the main thread just looks for arp replies and exits if one is found.
- You have one resolv.conf per network, for example /etc/resolv.conf.default and /etc/resolv.conf.work, and divine will symlink one of them to /etc/resolv.conf for you.
- You can specify a proxy server plus port and divine will write the proxy server to /etc/proxy. This can be evaluated inside your shell startup script, like this (zsh):
export http_proxy="http://`< /etc/proxy`/"
The included perl script edit-netscape-proxy.pl will edit the proxy settings in your Netscape 4 preferences file.
- You can even specify an additional script to be run for each selection. You can use this to edit /etc/printcap or /etc/issue or do something else I forgot.
<<less
Download (0.015MB)
Added: 2005-10-13 License: GPL (GNU General Public License) Price:
1471 downloads
fget 0.4.0

fget 0.4.0


fget supports downloading a single URL (the first argument on the command line) from an FTP or HTTP server. more>>
fget supports downloading a single URL (the first argument on the command line) from an FTP or HTTP server. fget supports IPv4 and IPv6 (the IPv6 URL format for IP numbers is http://[::1]:80/file.tar.gz) transport. You can set the INTERFACE environment variable to the name of the network interface ("eth0") to use IPv6 link-local addresses. This program can acces URLs with username and password like http://bob:secret@download.com/file.tar.gz
Files are always written to stdout.

fget is meant for boot and rescue disks, so small size is the most important feature. It can be linked against diet libc and you can disable the built-in DNS routines to make the binary even smaller. On my x86-linux box, the diet libc statically linked fget binary without DNS weighs about 24k (update! dietlibc 0.5 reduces the size to 13k!)

<<less
Download (0.016MB)
Added: 2006-06-13 License: GPL (GNU General Public License) Price:
1242 downloads
Xitnalta Content Management System 0.5.80

Xitnalta Content Management System 0.5.80


Xitnalta Content Management Systems goal is to provide yet another way to access and manage data both locally and over the net. more>>
Xitnalta Content Management System (xcms) provides a virtual filesystem library to deal with content from different sources (a real filesystem, a database, etc.) and in different formats.

Xitnalta Content Management Systems goal is to provide yet another way to access and manage data both locally and over the Internet.

<<less
Download (0.21MB)
Added: 2006-08-04 License: GPL (GNU General Public License) Price:
1177 downloads
Ecasound Mastering Interface 1.5.1

Ecasound Mastering Interface 1.5.1


EMI (The Ecasound Mastering Interface) is a Python front end to ecasound. more>> <<less
Download (0.18MB)
Added: 2006-07-26 License: GPL (GNU General Public License) Price:
1186 downloads
gatling 0.8

gatling 0.8


gatling is a high-performance HTTP and FTP server. more>>
gatling is a high-performance HTTP and FTP server. It is small, fast, and scalable, and uses platform-specific performance and scalability APIs.
It supports connection keep-alive, el-cheapo virtual domains (similar to thttpd), IPv6, and Content-Range (not the full specs, just a-b or a-byte ranges).
Main features:
- Small! (100k static Linux-x86 binary with HTTP and FTP support)
- Fast! (measure for yourself, please)
- Scalable! (see this document, measured using tools that are included in the gatling distribution.
- Uses platform-specific performance and scalability APIs on Linux 2.4, Linux 2.6, NetBSD current (2.0+), FreeBSD 4+, OpenBSD 3.4+, Solaris 9+, AIX 5L, IRIX 6.5+, MacOS X Panther+, HP-UX 11+
- connection keep-alive
- el-cheapo virtual domains (similar to thttpd)
- IPv6 support
- Content-Range (not the full specs, just a-b or a- byte ranges)
- transparent content negotiation (will serve foo.html.gz if foo.html was asked for and browser indicates it understands deflate)
- With optional directory index generation
- Will only serve world readable files (so you dont export files accidentally)
- Supports FTP and FTP upload as well (upload only to world writable directories and the files wont be downloadable unless you chmod a+r them manually)
- CGI support for HTTP
- El-cheapo .htaccess support (see README.htaccess)
- Quick-and-dirty SSL/TLS support (see README.tls)
Enhancements:
- A pipelining bug was fixed.
- HTTP headers are now sent to CGIs as HTTP_FOO=bar environment variables.
- Cleanups were made for GCC 4.
- Temporary fallback redirects were added.
- CGI slaves are now only forked if the -C option is given on the command line.
- IRIX compatibility was established.
<<less
Download (0.060MB)
Added: 2005-11-09 License: GPL (GNU General Public License) Price:
1446 downloads
zFeeder 1.6

zFeeder 1.6


zFeeder provides a RSS feed reader (aggregator) to integrate news on a Website. more>>
zFeeder provides a RSS feed reader (aggregator) to integrate news on a Website.
zFeeder is a simple, customizable, RSS feed reader (aggregator) to integrate news from syndication pages on your Website, wapsite, or intranet.
It can be integrated with other CMS or weblog management systems and is template driven. It supports all versions of RSS (0.9, 0.9x, 1.0 and 2. 0).
It caches XML files, and features an administration panel, the ability to import/export OPML subscriptions lists, online/offline refreshing of feeds via a browser or cron, and multiple categories.
Enhancements:
- simple to include on any php page
- uses only flat-text-files, and works without SQL database
- simple to install and configure
- remote RSS files are cached for better performance and to prevent IP banning from certain sites which has protection for their RSS files
- you can configure it to show what RSS remote file you want
- stores feed configuration in OPML file for easy exporting to other aggregators
- supports importing subscriptions from other aggregators
- supports autodiscovery of feeds (thanks to Keith Devens)
- bookmarklet for browser to easy add a site to your page while you browse the net
- administration panel for easy configure of subscriptions
- template driven so that you can make your own appearance of the content
- supports CSS templates
- recognizing RSS versions 0.9, 0.9x, 1.0, 2.0 (does not validate them though)
- online/offline refreshing of feeds via browser or cron
- multiple categories (subscriptions files)
- WAP (wml) output
Enhancements:
- added WAP (wml) support outputing wml for wap enabled devices;
- fixed a bug when deleting feeds from admin panel, thanks to Felix Rabinovich;
- added alternative login mechanism to admin panel with PHP sessions, thanks to Nicholas from xenomorph.net;
- added a user-agent string for identification when retriving feeds from websites;
- added support for feeds which contain content:encoded items;
<<less
Download (MB)
Added: 2007-01-22 License: GPL (GNU General Public License) Price:
1006 downloads
CD-Mason 0.1

CD-Mason 0.1


CD-Mason is a GTK+ gui for cdrecord and mkisofs aimed at being easy to use for inexeperienced users. more>>
A GTK+ gui for cdrecord and mkisofs aimed at being easy to use for inexeperienced users.

CD-Mason is yet another GUI frontend for cdrecord and mkisofs. It tries to make CD burning on Linux and other POSIX platforms as easy as possible.

It has been designed with novice desktop users in mind (think Aunt Tillie) that dont want to know about burning modes, sector sizes, ISO-9660 images or even the difference between an MP3 and a WAV music file.

All these subtleties should be handled transparently using a simple dragndrop interface.

<<less
Download (0.10MB)
Added: 2005-08-02 License: GPL (GNU General Public License) Price:
1547 downloads
Chicken 1.92

Chicken 1.92


Chicken is a Scheme to C compiler. more>>
CHICKEN is a compiler for the Scheme programming language. CHICKEN produces portable, efficient C, supports almost all of the current Scheme language standard, the Revised5 Report on the Algorithmic Language Scheme (R5RS ), and includes many enhancements and extensions. CHICKEN runs on MacOS X, Windows, and many Unix flavours.
Main features:
- Compiles Scheme to efficient and portable C
- Includes a full-featured interactive interpreter as well as an optimising batch compiler
- Full support for tail recursion, first-class continuations, high-level macros and dynamic-wind
- Highly portable and known to run on many platforms, including IA-32 (80x86), IA-64, PowerPC, SPARC and UltraSPARC, Alpha, MIPS, PA-RISC, ARM, AMD64 and S/390
- Distributed free for use and modification under the terms of the BSD License
- Transparent support for shared objects and linkage to C
- A sophisticated but easy-to-use Foreign Function Interface for linking C and C++ libraries and classes to Scheme
- Lightweight threads based on first-class continuations
- An object system with multiple dispatch, multiple inheritance and a meta-object protocol
- Common Lisp-style format
- Provides the syntax-case enhanced high-level macro system, R5RS syntax-rules , and define-macro
- Support for syntactic pattern-matching via Andrew Wrights match package
- Execution profiling, debugging and backtrace support
- A clean POSIX interface that covers environment and filesystem access, pipes, processes, signals, locks, sockets, and low-level and memory-mapped I/O
- Support for interpreted or compiled shell scripts under Unix and Windows
- Support for a large number of Scheme Requests For Implementation (SRFIs), some available separately as extensions:
SRFI 0 (cond-expand )
SRFI 1 (List library)
SRFI 2 (and-let* )
SRFI 4 (Homogeneous numeric vector datatypes)
SRFI 6 (Basic string ports)
SRFI 8 (receive )
SRFI 9 (Record types)
SRFI 10 (#, external form)
SRFI 13 (String library)
SRFI 14 (Character set library)
SRFI 16 (case-lambda )
SRFI 17 (Generalized set! )
SRFI 18 (Multithreading support)
SRFI 23 (error )
SRFI 25 (Multidimensional array primitives)
SRFI 26 (cut , cute )
SRFI 28 (format )
SRFI 30 (Block comments)
SRFI 37 (Program argument processor)
SRFI 38 (External representation for data with shared structure)
SRFI 39 (Parameters)
SRFI 40 (Stream library)
SRFI 42 (Eager comprehensions)
SRFI 43 (Vector library)
SRFI 55 (require-extension )
Version restrictions:
- No unlimited-precision integers (bignums), rationals or complex numbers
- Procedures are limited to 126 arguments
- No support for unicode
- Compilation of large files can be slow
Enhancements:
- chicken-setup: better handling when no remote repository file exists
<<less
Download (3.6MB)
Added: 2005-04-18 License: BSD License Price:
1649 downloads
WebMonX 0.2.0

WebMonX 0.2.0


WebMonX monitors websites for updates and changes. more>>
WebMonX monitors websites for updates and changes. WebMonX project saves time and always keeps you up-to-date by periodically checking these pages at set intervals.
WebMonX is free/open-source software (licensed under GPLv2) and is a cross-platform (works on *nix and Windows) port of WebMon.
Main features:
- Check and unlimited number of websites
- Select which part of the page you want to check
- Schedule automatic checking at set intervals
- Notifies about changes with pop-ups and sounds
- Run WebMonX in the background with a tray icon
- Runs on *nix and Windows
- Completely free and open-source (GPLv2)
Enhancements:
- Added support for proxy servers (manual, auto-detect, none)
- Added some visual settings (start hidden, minimize to tray, ...)
- Added option to set a fake referer
- Added ability to run a command when an update is found
- Added tray icon context menu
- Added logging of page updates
- Added missing open file dialogs
- Pages are saved on every change
- Fixed: Didnt open alternative address when set
- Enhanced browser auto-detect
- Changed hashing from CRC32 to MD5 (when updating to 0.2.0 all pages will be marked as updated)
- Regular Expressions: First use the submatch and if there is none the whole match
<<less
Download (MB)
Added: 2007-04-07 License: GPL (GNU General Public License) Price:
932 downloads
dietsniff 0.3

dietsniff 0.3


dietsniff is a network debugging-tool like tcpdump or ethereal. more>>
dietsniff is a network debugging-tool like tcpdump or ethereal. The difference to those powerful tools however is that dietsniff is linked against the dietlibc by Felix von Leitner and doesnt require the libpcap.
Therefore its really small while being static. ATM however the smaller size is also induced by the lack of features compared to those tools.
In fact its a fast hack as I needed to analyze traffic on a Astaro 4-box which hasnt neither tcpdump nor libpcap installed.
So I hacked together this fine little tool which helped me to find the problem so I guess it might help you too. Any feedback/patches/bugreports are strongly welcome!
Main features:
- Small
- Static
<<less
Download (0.011MB)
Added: 2005-10-21 License: GPL (GNU General Public License) Price:
1463 downloads
Netembryo 0.0.3

Netembryo 0.0.3


Netembryo is a network abstraction library. more>>
Netembryo is a network abstraction library (originated from our old wrapper socket) plus some misc utility functions used as foundation for feng, libnemesi, felix.
It provides an uniform access to the following protocols:
- UDP
- TCP
- SCTP
Netembryo 0.0.3 is available, otherwise you may fetch the live sources from our public git tree or use a snapshot
The project is currently released under the GNU General Public License version 2 the next releases will be under GNU Lesser General Public License version 2.1
<<less
Download (0.44MB)
Added: 2007-07-17 License: LGPL (GNU Lesser General Public License) Price:
832 downloads
PyGTK Shell 1.90.6

PyGTK Shell 1.90.6


PyGTK Shell is a framework for interactive GUI programming. more>>
PyGTK Shell provides widgets derived from PyGTK optimized for interactive programming as well as an interactive, extensible PyGTK console for the rapid prototyping of GUI applications. It can be embedded by PyGTK applications.

<<less
Download (0.032MB)
Added: 2007-05-31 License: GPL (GNU General Public License) Price:
877 downloads
Greq 0.9.4

Greq 0.9.4


Greq is a shell tool for building GTK+ dialogs. more>>
Greq is a shell tool for building GTK+ dialogs.
Greq is a program that lets you build simple GTK+ dialogs (or requesters in AMIGA lingo) from within a shell script.
This is useful if you are writing shell scripts that need to get input from a user by way of a GUI.
Example:
greq -t"Dial Up"
-eUsername
-EPassword
-c"Remember Password"
Enhancements:
- configure.in: new revision
<<less
Download (0.052MB)
Added: 2006-09-26 License: GPL (GNU General Public License) Price:
1123 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2