Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.472.028 Times

Simple Flowchart Examples freeware
Filter: All | Freeware | Demo
 

Simple Flowchart Examples

1 2 3 4 5 > 
Added: September 22, 2013 | Visits: 239

RSIBreak RSIBreak project is a small utility which bothers you at certain intervals. The interval and duration can be configured. You can use the breaks to stretch out or do the dishes. Future versions will include idle detections and hopefully animated examples of simple excersises you can do during the...



Platforms: *nix

License: Freeware Size: 296.96 KB Download (37): RSIBreak Download

Added: November 11, 2010 | Visits: 1.154

DBIx::Simple::Examples [COPRIGHT=1] EXAMPLES General #!/usr/bin/perl -w use strict; use DBIx::Simple; # Instant database with DBD::SQLite my $db = DBIx::Simple->connect(dbi:SQLite:dbname=file.dat) or die DBIx::Simple->error; # Connecting to a MySQL database my $db = DBIx::Simple->connect(...





Platforms: *nix

License: Freeware Size: 15.36 KB Download (99): DBIx::Simple::Examples Download

Added: July 19, 2013 | Visits: 629

Simple Metronome for Linux Simple Metronome (simetro) is a console program that provides basic metronome functions and supports accent patterns. If all you want is a 100 bpm metronome, do this: ../simetro 100 9 | ecasound -f:s16,2,44100,i -i:stdin A sightly fancier example would use simetro like this: ./simetro 240...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (34): Simple Metronome for Linux Download

Added: March 13, 2010 | Visits: 1.603

GCJ::Cni::Examples GCJ::Cni::Examples is a Perl module with examples of how to use GCJs CNI interface to write Perl Modules in Java. EXAMPLES Writing Treaded modules in Java One benefit of using GCJ is that it takes advantage of POSIX threading. This is nice since Perls threading model is, shall we say, less...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (105): GCJ::Cni::Examples Download

Added: November 09, 2010 | Visits: 1.297

GNUstep examples GNUstep examples is a collection of programs that are meant to show programmers how to use GNUstep. GNUstep examples includes a calculator, a currency converter, finger, fractal, puzzle, hostaddress, and ink (a simple editor). Whats New in This Release: - Minor feature enhancements.


Platforms: *nix

License: Freeware Size: 235.52 KB Download (132): GNUstep examples Download

Added: November 06, 2010 | Visits: 1.310

Java::Import::Examples Java::Import::Examples is an example of how to use Java::Import to call into Java classes. Making RMI calls from Perl One nice thing about Java is the extremely straight forward manner in which it allows you to make calls to remote objects residing on distant servers. Many people use this...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (106): Java::Import::Examples Download

Added: September 03, 2010 | Visits: 1.387

Simple Metronome Simple Metronome (simetro) is a console program that provides basic metronome functions and supports accent patterns. If all you want is a 100 bpm metronome, do this: ../simetro 100 9 | ecasound -f:s16,2,44100,i -i:stdin A sightly fancier example would use simetro like this: ./simetro 240...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (149): Simple Metronome Download

Added: January 03, 2010 | Visits: 1.037

Simple Multitrack Simple Multitrack contains a set of programs that allows the simultaneous recording of an audio track while listening to a monitor mix of other tracks. This software uses the OSS audio drivers found in the Linux kernel or the CoreAudio API on Mac OS X. It has been tested on Linux 2.4.20 on a...


Platforms: *nix

License: Freeware Size: 29.7 KB Download (101): Simple Multitrack Download

Added: June 22, 2010 | Visits: 1.477

Tree::Simple::View::DHTML Tree::Simple::View::DHTML is a Perl class for viewing Tree::Simple hierarchies in DHTML. SYNOPSIS use Tree::Simple::View::DHTML; ## a simple example # use the defaults (an unordered list with no CSS) my $tree_view = Tree::Simple::View::DHTML->new($tree); ## more complex examples #...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (98): Tree::Simple::View::DHTML Download

Added: May 17, 2010 | Visits: 2.081

Tree::Simple::View::HTML Tree::Simple::View::HTML is a Perl class for viewing Tree::Simple hierarchies in HTML. SYNOPSIS use Tree::Simple::View::HTML; ## a simple example # use the defaults (an unordered list with no CSS) my $tree_view = Tree::Simple::View::HTML->new($tree); ## more complex examples # use the...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (110): Tree::Simple::View::HTML Download

Added: September 14, 2013 | Visits: 612

Interfacing to External Devices from MATLAB This package contains 5 simple examples showing how to interfacing to external devices from MATLAB. These examples show a range of approaches for connecting MATLAB to different types of external devices: - Data Acquisition Toolbox - Instrument Control Toolbox - Image Acquisition Toolbox


Platforms: Matlab

License: Freeware Size: 10 KB Download (50): Interfacing to External Devices from MATLAB Download

Added: September 15, 2013 | Visits: 676

Views Examples A collection of views examples that can be turned on and used directly within views. You can use the views examples as-is on your site, or you can clone them and use them as a starting point for further customized views.This module is in beta and will likely have more features added before a 1.0...


Platforms: PHP

License: Freeware Size: 20.48 KB Download (53): Views Examples Download

Added: July 15, 2013 | Visits: 398

Simple Reservation Examples for it's usage can be hotel rooms, boats, cars, airplanes or anything that can possibly be reserved by one individual.The module provides the possibility to create reservations for other users (depending on the permissions). Restrictions in the maximum number of reservations available...


Platforms: PHP

License: Freeware Size: 20.48 KB Download (48): Simple Reservation Download

Added: October 27, 2013 | Visits: 718

Simple TCP FUSE File System Simple TCP FUSE File System is a FUSE based networked file system. It consists of 2 parts. A network server daemon that is started on the (remote) host and a FUSE module running in user-space on the local host. Server component is launched via SSH and after client and server have communicated and...


Platforms: *nix

License: Freeware Size: 389.12 KB Download (35): Simple TCP FUSE File System Download

Added: August 22, 2010 | Visits: 1.532

Simple Backup Simple Backup is a shell script to create basic backups using tar, grep, sed, and bash. Simple Backup works by using a file that contains the folders to be backed up and a file that contains expressions to exclude certain folders/files. Usage: backup.sh < backuplist > < excludelist > Free...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (109): Simple Backup Download

Released: February 19, 2011  |  Added: February 26, 2011 | Visits: 4.863

Simple Home Budget Lite Simple Home Budget Lite is a personal budget manager for home users. The program lets you enter transactions of all kinds and analyze income and expenses shown in the summary color-coded Overview chart. At a glance, you'll see what you have and will have coming in, going out, and most...


Platforms: Windows

License: Freeware Size: 2.46 MB Download (365): Simple Home Budget Lite Download

Released: September 07, 2009  |  Added: August 04, 2010 | Visits: 2.361

Simple Sticky Notes It's a simple, easy-to-use, absolutely free, fast and efficient taking notes software. Simple Sticky Notes is 100% safe and ads free. Features; -Full unicode support -RichText support -Colourful and Transparent notes -Printable -Snap to desktop edges -Hide/Show all notes option...


Platforms: Windows

License: Freeware Size: 780.33 KB Download (532): Simple Sticky Notes Download

Added: January 18, 2010 | Visits: 1.116

Simple Monitor Simple Monitor is a SuperKaramba theme inspired by the simple but effective "Very Simple Monitors" theme by the user humanthing. Some values are not displayed properly though in Very Simple Monitors (network values and IP). This could be because of different setups. My computer is pretty standard...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (97): Simple Monitor Download

Added: January 18, 2010 | Visits: 1.052

Secret::Simple Secret::Simple are secure secrets in configurations and code. SYNOPSIS # OOP style my $ss = Secret::Simple->new(); my $ciphertext = $ss->encrypt($plaintext); my $plaintext = $ss->decrypt($ciphertext); # procedural style my $ciphertext = ssencrypt($plaintext); my $plaintext =...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (100): Secret::Simple Download

Added: January 18, 2010 | Visits: 1.678

Very Simple Control Protocol Daemon Very Simple Control Protocol Daemon is a daemon for home automation tasks. VSCP protocol is a very simple and free protocol for SOHO automation tasks & friends. The protocol is so easy that everyone can grasp the idea behind it in a few minutes. Therefore its also very easy to construct and...


Platforms: *nix

License: Freeware Size: 240 MB Download (112): Very Simple Control Protocol Daemon Download

1 2 3 4 5 >