Main > Free Download Search >

Free suitable clothing for tai chi software for linux

suitable clothing for tai chi

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1042
Wholesale Clothing 1

Wholesale Clothing 1


We wholesale clothing and apparel, offering wholesale clothes, tops, and blouses that cater to junior fashions. We are wholesalers of junior apparel a... more>> <<less
Download (41KB)
Added: 2009-04-01 License: Freeware Price: Free
212 downloads
Versatile Cursors for GNUemacs 1.09

Versatile Cursors for GNUemacs 1.09


Versatile Cursors for GNUemacs is a set of emacs commands managing an more>>
Versatile Cursors for GNUemacs is a set of emacs commands managing an "item" cursor (e.g. a word, expression, sentence, or defun).
Versatile Cursors for GNUemacs quickly re-assigns the cursor keys between these as needed. Built on this are high-level actions such as converting code blocks to separate functions.
This provides elegant and concise editing, and is pedal- and voice-friendly.
Main features:
- A block (or region) cursor, with motion and text selection by semantically significant units e.g. statements, statement parts, sentences, phrases, table rows and cells
- Editing in terms of these (e.g. ``Make the selected code conditional or ``Delete the selected text)
- Easy access to these through flexible, dynamic, rebinding of the arrow keys and others, with easy ways to navigate the space of possible navigation spaces
- High-level editing operations such as:
- Converting an expression to a local variable initialized to that value
- Converting a block of code to a procedure/function, working out automatically what parameters are required
- Means to access these (and other) navigation and editing commands through a narrow-channel interface such as footswitches (suitable for disability access, including RSI)
- Voice access setup for use with emacs-vr-mode
Enhancements:
- Mostly bug fixes, including a long-standing one for the mode changing wrongly on coming out of the minibuffer.
<<less
Download (0.46MB)
Added: 2006-06-28 License: GPL (GNU General Public License) Price:
1220 downloads
Simple Sound for Small Devices 089m_20050905

Simple Sound for Small Devices 089m_20050905


Simple Sound for Small Devices (libsssd) is a simple cross-platform audio library. more>>
Simple Sound for Small Devices (libsssd) is a simple cross-platform audio library. Simple Sound for Small Devices is designed primarily for games on portable devices such as smart phones, PDAs, and hand-helds.
Simple Sound for Small Devices is designed as a very portable, cross-platform API for sound playback on small and embedded devices. Target platforms include smartphones, PDAs, Smart displays, webpads and embedded systems.
Target OSes include Linux (OSS/Free), Win32, WinCE/PPC/Smartphone, Symbian, and AmigaDE (both hosted and native). The library is biased toward real-time audio applications (like games), but is suitable for a wide array of other uses.
Installation:
To install the libsssd library, cd to the src direcotry and type make install
To make the demo applications, cd to the test directory and type make
Enhancements:
- Updated code to work with libsndfile 1.0.5
- Modularized each function for OSs that support tool libraries (AmigaDE)
- Added initAudio() and freeAudio() functions to allocate the control structure as different compilers may not pack the struct the same.
- Added support to init the audio player with different sample rates, bit depths, and channels (stereo, mono). Added support for user setting max number of playing channels and max number of cached samples at init time.
- fixed bug in player thread overflow functions (la,lb)
<<less
Download (0.92MB)
Added: 2006-02-17 License: MPL (Mozilla Public License) Price:
1349 downloads
KIptablesGenerator 1.3.1

KIptablesGenerator 1.3.1


KIptablesGenerator is a KDE-based wizard aimed at making the process of setting up a linux netfilter firewall easy. more>>
This is a KDE-based wizard aimed at making the process of setting up a linux netfilter firewall easy, especially on distributions with no firewall tool of their own, such as slackware.
It creates a shell script, suitable for caling from an init script, or on slackware, being saved as /etc/rc.d/rc.firewall.
It currently filters incoming packets, but support for outgoing filtering and routing/masquerading setup is planned.
Enhancements:
- Adding masquerading support, more sysctl options, cleaned up UI and rewrote most of the output generation function.
- Fixed compilation under GCC 4.
<<less
Download (0.57MB)
Added: 2005-08-31 License: GPL (GNU General Public License) Price:
1514 downloads
MOSIX Grid and Cluster Management 1.13.5 for Linux 2.4.34

MOSIX Grid and Cluster Management 1.13.5 for Linux 2.4.34


MOSIX is a management system that allows a Linux cluster or a Grid to perform like a single computer with multiple processors. more>>
MOSIX is a management system that allows a Linux cluster or a Grid to perform like a single computer with multiple processors. MOSIX Grid and Cluster Management is particularly suitable to run intensive computing and applications with moderate amounts of I/O.
In a MOSIX based system there is no need to modify or to link applications with any library, or even to assign processes to different nodes - it is all done automatically, just fork and forget, like in an SMP.
MOSIX supports dynamic configurations, ranging from partitioning of a cluster among several users to an organizational grid with several clusters.
Enhancements:
- This release uses version 2.4.34 of the Linux kernel.
<<less
Download (0.23MB)
Added: 2007-01-01 License: GPL (GNU General Public License) Price:
1026 downloads
Yet Another MetaData Injector for FLV 1.2

Yet Another MetaData Injector for FLV 1.2


Yet Another MetaData Injector (yamdi) is a metadata injector for FLV files. more>>
Yet Another MetaData Injector (yamdi) is a metadata injector for FLV files. It adds the onMetaData event to your FLV files. yamdi should run under *BSD and Linux (tested with FreeBSD, MacOSX and Ubuntu) and is published under the BSD license.
Why?
For a current project I have to add metadata to quite large FLV files (over 1GB). The other known free tools (flvmdi and flvtool2) are not suitable for that job because they read the whole file into memory. Because Im not very familiar with ruby (in order to modify flvtool2) and flvmdi is not open source I took the FLV specs and implemented a metadata injector in C. yamdi uses less memory and is faster.
Yet Another MetaData Injector for FLV injects the following metadata into your FLV files:
- creator
- metadatacreator
- hasKeyframes
- hasVideo
- hasAudio
- hasMetaData
- canSeekToEnd
- duration
- datasize
- videosize
- videocodecid
- audiosize
- audiocodecid
- audiosamplerate
- audiosamplesize
- stereo
- filesize
- lasttimestamp
- lastkeyframetimestamp
- lastkeyframelocation
- keyframes (filepositions, times)
- width
- height
- framerate
- videodatarate
- audiodatarate
Installation:
Download the source code and extract it with tar:
tar xzf yamdi-1.0.tar.gz
Change into the yamdi directory and compile the source code with:
cd yamdi-1.0
gcc yamdi.c -o yamdi -O2 -Wall
yamdi accepts four paramters:
-i The source FLV file.
-o The resulting FLV file with the metatags. If the output file is - the FLV file will be written to stdout.
-c A string that will be written into the creator tag. This parameter is optional
-h Displays a description of the available parameters
Examples:
yamdi -i sample.flv -o sample_with_metadata.flv
yamdi -i sample.flv -o - > sample_with_metadata.flv
yamdi -i sample.flv -o sample_with_metadata.flv -c "John Doe"
Enhancements:
- [Fix] Width and height calculation of ScreenVideo stream was wrong
- [Add] onLastSecond event with option -l
<<less
Download (0.007MB)
Added: 2007-05-07 License: BSD License Price:
926 downloads
Statistics::ChiSquare 0.5

Statistics::ChiSquare 0.5


Statistics::ChiSquare - How well-distributed is your data? more>>
Statistics::ChiSquare - How well-distributed is your data?

SYNOPSIS

use Statistics::Chisquare;

print chisquare(@array_of_numbers);
Statistics::ChiSquare is available at a CPAN site near you.

Suppose you flip a coin 100 times, and it turns up heads 70 times. Is the coin fair?

Suppose you roll a die 100 times, and it shows 30 sixes. Is the die loaded?
In statistics, the chi-square test calculates how well a series of numbers fits a distribution. In this module, we only test for whether results fit an even distribution. It doesnt simply say "yes" or "no". Instead, it gives you a confidence interval, which sets upper and lower bounds on the likelihood that the variation in your data is due to chance. See the examples below.

If youve ever studied elementary genetics, youve probably heard about Georg Mendel. He was a wacky Austrian botanist who discovered (in 1865) that traits could be inherited in a predictable fashion. He did lots of experiments with cross breeding peas: green peas, yellow peas, smooth peas, wrinkled peas. A veritable Brave New World of legumes.

But Mendel faked his data. A statistician by the name of R. A. Fisher used the chi-square test to prove it.

Theres just one function in this module: chisquare(). Instead of returning the bounds on the confidence interval in a tidy little two-element array, it returns an English string. This was a deliberate design choice---many people misinterpret chi-square results, and the string helps clarify the meaning.

The string returned by chisquare() will always match one of these patterns:

"Theres a >d+% chance, and a br bEXAMPLES/b br br Imagine a coin flipped 1000 times. The expected outcome is 500 heads and 500 tails: br br @coin = (500, 500); br print chisquare(@coin); br br prints "Theres a >90% chance, and a<<less
Download (0.005MB)
Added: 2007-05-22 License: Perl Artistic License Price:
889 downloads
Statistics::ChisqIndep 0.1

Statistics::ChisqIndep 0.1


Statistics::ChisqIndep is a Perl module to perform chi-square test of independence (a.k.a. contingency tables). more>>
Statistics::ChisqIndep is a Perl module to perform chi-square test of independence (a.k.a. contingency tables).

Synopsis

#example for Statistics::ChisqIndep
use strict;
use Statistics::ChisqIndep;
use POSIX;
# input data in the form of the array of array references
my @obs = ([15, 68, 83], [23,47,65]);
my $chi = new Statistics::ChisqIndep;
$chi->load_data(@obs);
# print the summary data along with the contingency table
$chi->print_summary();
#print the contingency table only
$chi->print_contingency_table();
#the following output is the same as calling the function of print_summary
#all of the detailed info such as the expected values, degree of freedoms
#and totals are accessible as object globals
#check if the load_data() call is successful
if($chi->{valid}) {
print "Rows: ", $chi->{rows}, "n";
print "Columns: ", $chi->{cols}, "n";
print "Degree of Freedom: ", $chi->{df}, "n";
print "Total Count: ", $chi->{total}, "n";
print "Chi-square Statistic: ",
$chi->{chisq_statistic}, "n";
print "p-value: ", $chi->{p_value}, "n";
print "Warning:
some of the cell counts might be too low.n"
if ($chi->{warning});
#output the contingency table
my $rows = $chi->{rows}; # # rows
my $cols = $chi->{cols}; # # columns
my $obs = $chi->{obs}; # observed values
my $exp = $chi->{expected}; # expected values
my $rtotals = $chi->{rtotals}; # row totals
my $ctotals = $chi->{ctotals}; #column totals
my $total = $chi->{total}; # total counts
for (my $j = 0; $j < $cols; $j++) {
print "t",$j + 1;
}
print "trtotaln";
for (my $i = 0; $i < $rows; $i ++) {
print $i + 1, "t";
for(my $j = 0 ; $j < $cols; $j ++) {
#observed values can be accessed
#in the following way
print $obs->[$i]->[$j], "t";
}
#row totals can be accessed
# in the following way
print $rtotals->[$i], "n";
print "t";
for(my $j = 0 ; $j < $cols; $j ++) {
#expected values can be accessed
#in the following way
printf "(%.2f)t", $exp->[$i]->[$j];
}
print "n";
}
print "ctotalt";
for (my $j = 0; $j < $cols; $j++) {
#column totals can be accessed in the following way
print $ctotals->[$j], "t";
}
#output total counts
print $total, "n";
}

This is the module to perform the Pearsons Chi-squared test on contingency tables of 2 dimensions. The users input the observed values in the table form and the module will compute the expected values for each cell based on the independence hypothesis. The module will then compute the chi-square statistic and the corresponding p-value based on the observed and the expected values to test if the 2 dimensions are truly independent.

<<less
Download (0.003MB)
Added: 2006-12-18 License: Perl Artistic License Price:
1040 downloads
Aubit 4GL compiler 1.00.44

Aubit 4GL compiler 1.00.44


Aubit 4GL compiler is a project to make a free Informix-4GL compatible compiler. more>>
Aubit 4GL compiler is a project to make a free Informix-4GL compatible compiler. Aubit 4GL compiler translates 4GL source into executable programs, enabling fast creation of screen/form-based applications.

With support for SQL statements forming an intrinsic part of the language, its especially suitable for developing database-oriented applications. Database connectivity is provided for PostgreSQL, Informix, and ODBC. It supports both ncurses (console mode) and GTK+ (GUI mode) output.

<<less
Download (5.5MB)
Added: 2007-06-18 License: LGPL (GNU Lesser General Public License) Price:
546 downloads
Ubuntu Center Alpha 1

Ubuntu Center Alpha 1


Ubuntu Center is a web based interface for accessing all kinds of information thats being stored on your computer. more>>
Ubuntu Center is a web based interface for accessing all kinds of information thats being stored on your computer running Ubuntu Breezy, XUbuntu, Kubuntu or even nUbuntu box.
Ubuntu Center accomplishes all of this by integrating PHP software licensed under the GPL license in one giant package suitable for use on a Ubuntu computer. This release adds tons of new features and bug fixes and is suitable for everyday use.
Enhancements:
- A Web-based installer was implemented and an admin area was added.
<<less
Download (5.2MB)
Added: 2006-05-15 License: GPL (GNU General Public License) Price:
1265 downloads
Imager::Fountain 0.54

Imager::Fountain 0.54


Imager::Fountain is a class for building fountain fills suitable for use by the fountain filter. more>>
Imager::Fountain is a class for building fountain fills suitable for use by the fountain filter.

SYNOPSIS

use Imager::Fountain;
my $f1 = Imager::Fountain->read(gimp=>$filename);
$f->write(gimp=>$filename);
my $f1 = Imager::Fountain->new;
$f1->add(start=>0, middle=>0.5, end=>1.0,
c0=>Imager::Color->new(...),
c1=>Imager::Color->new(...),
type=>$trans_type, color=>$color_trans_type);

Provide an interface to build arrays suitable for use by the Imager fountain filter. These can be loaded from or saved to a GIMP gradient file or you can build them from scratch.

<<less
Download (0.83MB)
Added: 2006-09-20 License: Perl Artistic License Price:
1129 downloads
Single Marker Association 2.0

Single Marker Association 2.0


Single Marker Association is a simple tool that calculates the single marker association between individual SNP markers. more>>
Single Marker Association is a simple tool that calculates the single marker association between individual SNP markers and a case/control dichotomy.
Usage:
The tool reads two files as input, the first is a set of case and the second a case of control haplotypes. The format of the files is one line per haplotype, where the SNP data is represented as 0 or 1, separated by white-space.
- The tool outputs a list of statistics for each marker
- The marker number (from left to right in the input data)
- The frequency of the 0 allele for the cases file
- The chi-square contingency table statistics for the marker
- The CDF of the chi-square statistics
- The p-value of the statistics (1-CDF)
Installation:
The SMA tool is written in C++. It should compile on any Unix like system. To install, download the source code and unpack it (tar xzf sma-v.tar.gz, where v is the version number of sma), then run make in the subdirectory sma-v created during unpacking.
Enhancements:
- Support for (unphased) genotype data.
<<less
Download (0.008MB)
Added: 2006-01-19 License: GPL (GNU General Public License) Price:
1373 downloads
Free Link Page 1.2

Free Link Page 1.2


Free Link Page is a project that allows visitors to add links to your page in a specified category. more>>
Free Link Page is a project that allows visitors to add links to your page in a specified category.

This script allows visitors to add links to your page in a specified category. It is quite easy to install.

The administration module supports deleting of existing links.

Installation:

1.Open links.pl with a text editor.
Change the url in line one, to the Perl program at your server.
Usually it is: - /usr/bin/perl or /usr/local/bin/perl for Unix.
- C:/Perl/Perl.exe for Windows (use slash "/")
Set the correct paths and required urls.

2.Upload links.pl in ASCII-mode to your cgi-bin directory
and change mode it to 755 (-rwxr-xr-x).

3.Open addlink.html with a text editor.
Change the line

to the correct location of links.pl

Thats all.
<<less
Download (0.042MB)
Added: 2007-04-27 License: GPL (GNU General Public License) Price:
915 downloads
flashboot for OpenBSD 0.9 Beta1

flashboot for OpenBSD 0.9 Beta1


flashboot for OpenBSD is a toolkit for building OpenBSD flash boot images. more>>
flashboot for OpenBSD is a set of makefiles, scripts, and support tools to build an OpenBSD image suitable for booting from read-only media, such as flash memory.
The default image (smaller than 5Mb) is an image for a router/firewall with support for IPsec, SSH, IPv6 and IPv4 packet filtering, DHCP (client and server), and PPPoE.
This image may be further trimmed or extended by editing the packing list files included in the distribution.
Enhancements:
- This release is based on OpenBSD 3.9-beta, and includes many of the new features in the OS.
<<less
Download (0.040MB)
Added: 2005-04-11 License: BSD License Price:
1661 downloads
Shtooka Explorer 1.0

Shtooka Explorer 1.0


Shtooka Explorer project helps you by browsing your audio collections of words (SWAC). more>>
Shtooka Explorer project helps you by browsing your audio collections of words (SWAC).
These collections of words can be on your own computer, or you can get sounds from collections on the Internet. There are currently about 30 000 words in our server (5 packages: fra, eng, dut, chi, rus).
Main features:
- Browse local/internet audio collection of words
- Use shtooka-scan to extract vorbis comment tags of local collections
- Use flac/oggdec to decompress audio files
- Use "aplay" command to play sounds
- Use "wget" command to download files from the internet
- Compiled with LCL/GTK2 by FreePascal
<<less
Download (1.1MB)
Added: 2007-03-23 License: GPL (GNU General Public License) Price:
945 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5