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.195.475 Times

Dst freeware
Filter: All | Freeware | Demo
 

Dst

1 2 > 
Released: August 19, 2012  |  Added: August 19, 2012 | Visits: 626

Active Home Vista Active Home Vista is the ácontrol centerá of your home automation system. You can control all your devices, program the X10 interface and receive updates from the X10 interface to see whatás going on X10-wise. Dusk & dawn timers are supported. The limited EEPROM of the interface is used in an...



Platforms: Windows

License: Freeware Size: 1.6 MB Download (418): Active Home Vista Download

Released: June 01, 2009  |  Added: January 05, 2010 | Visits: 3.067

Time Zone Calculator Free Time Zone Calculator will help you calculate time differences between different world time zones. Accounting for daylight saving time (DST) and offering a database of all major cities of the world complete with their time zones and DST settings, Time Zone Calculator is your one-click...





Platforms: Windows

License: Freeware Size: 428.6 KB Download (271): Time Zone Calculator Download

Added: July 09, 2010 | Visits: 1.467

Convert::Cyrillic Convert::Cyrillic is a Perl module with routines for converting from one cyrillic charset to another. SYNOPSIS use Convert::Cyrillic; $src = koi8; $dst = win; $SrcBuf = text in koi8 here; $DstBuf = Convert::Cyrillic::cstocs ($Src, $Dst, $SrcBuf); This package implements routine for...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (229): Convert::Cyrillic Download

Added: November 15, 2010 | Visits: 879

Snort::Rule Snort::Rule is a Perl extension for dynamically building snort rules. SYNOPSIS use Snort::Rule; $rule = Snort::Rule->new( -action => alert, -proto => tcp, -src => any, -sport => any, -dir => ->, -dst => 192.188.1.1, -dport => 44444, ); $rule->opts(msg,Test Rule");...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (157): Snort::Rule Download

Added: October 07, 2010 | Visits: 732

Zmanim Zmanim project can computes zmanim, the times (according to Jewish law) by which an observant Jew must complete specific prayers. The default branch is a console version for Linux, and the QT branch is a GUI version for Linux using the QT GUI libraries. Whats New in This Release: - The...


Platforms: *nix

License: Freeware Size: 77.82 KB Download (131): Zmanim Download

Added: April 07, 2010 | Visits: 1.191

IPTables log analizer IPTables log analizer displays Linux 2.4 iptables logs (rejected, acepted, masqueraded packets...) in a nice HTML page (it support rough netfilter logs but also Shorewall and Suse Firewall logs). This page shall be easy to read and understand to reduce the manual analysis time. This page...


Platforms: *nix

License: Freeware Size: 307.2 KB Download (111): IPTables log analizer Download

Added: February 02, 2010 | Visits: 1.633

Time::Zone Time::Zone is a miscellaneous timezone manipulations routines. SYNOPSIS use Time::Zone; print tz2zone(); print tz2zone($ENV{TZ}); print tz2zone($ENV{TZ}, time()); print tz2zone($ENV{TZ}, undef, $isdst); $offset = tz_local_offset(); $offset = tz_offset($TZ); This is a collection of...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (111): Time::Zone Download

Added: August 31, 2013 | Visits: 978

HyperMammut This program transforms the images and the sounds using single BIG Fourier Transforms (or DCT/DST,etc.). It produces very interesting and strange effects and allows you to transform sounds to images and vice-versa. To see what it does see the examples .


Platforms: *nix

License: Freeware Size: 51.2 KB Download (104): HyperMammut Download

Added: June 09, 2010 | Visits: 1.326

Image::ExifTool::Location Image::ExifTool::Location is a Perl module with easy setting, getting of an images location information. SYNOPSIS use Image::ExifTool; use Image::ExifTool::Location; my $exif = Image::ExifTool->new(); # Extract info from existing image $exif->ExtractInfo($src); # Set location...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (104): Image::ExifTool::Location Download

Added: June 16, 2010 | Visits: 1.313

WmConsole WmConsole is a console server for Windows Mobile devices which listen over BlueTooth RFCOMM channels. WmConsole allows the user to interact with the device using a commandline interface from a Linux or Windows workstation. You need the QTTY Linux/Windows client to access a WmConsole server....


Platforms: *nix

License: Freeware Size: 245.76 KB Download (98): WmConsole Download

Added: August 07, 2010 | Visits: 744

GD::Image::CopyIFS GD::Image::CopyIFS is a Perl module for fractal-based image copying and resizing. SYNOPSIS # zoom in on an area of an image use GD::Image::CopyIFS; my $width = 64; my $height = 60; my $scale = 4; my $neww = $scale * $width; my $newh = $scale * $height; my $src_file = src.jpeg; my...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (95): GD::Image::CopyIFS Download

Added: October 06, 2010 | Visits: 1.217

ipt_ACCOUNT ipt_ACCOUNT is a high performance local network accounting system written for the Linux netfilter/iptables system. It has just two parameters: addr is the subnet which is accounted for tname is the table name where the information is stored The data can be queried later using the...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (93): ipt_ACCOUNT Download

Added: August 08, 2008 | Visits: 688

RightTime With RightTime you can make all files in a directory tree on hour older or younger. This is useful if a time difference has evolved on a drive, for example due to a DST change. File times may be important for file or e-mail synchronizations, because the sync of files often relies on a correct...


Platforms: Windows

License: Freeware Size: 101 KB Download (92): RightTime Download

Added: July 20, 2010 | Visits: 1.009

ferrisfuse ferrisfuse is a FUSE module for mounting libferris filesystems through the Linux kernel. About libferris In non technical terms libferris makes the file system and other hierarchical storage systems easier to use. For the geeks out there, libferris is a virtual file system (VFS) that runs in...


Platforms: *nix

License: Freeware Size: 276.48 KB Download (91): ferrisfuse Download

Added: August 03, 2010 | Visits: 934

Fwctl Fwctl is a Perl module to configure the Linux kernel packet filtering firewall. SYNOPSIS use Fwctl; my $fwctl = new Fwctl( %opts ); $fwctl->dump_acct; $fwctl->reset_fw; $fwctl->configure; Fwctl is a module to configure the Linux kernel packet filtering firewall using higher level...


Platforms: *nix

License: Freeware Size: 79.87 KB Download (89): Fwctl Download

Added: June 04, 2010 | Visits: 757

KFireWatcher KFireWatcher is a application to view the firewall logs in a more readable form. (just remote ip address, local if local connection, only the needed infos...) Needs kommander 3.5, and a separate firewall-log file (you can separate firewall lines with syslog-ng). Accepts logs multilines with...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (89): KFireWatcher Download

Added: May 10, 2013 | Visits: 707

JPGraph JpGraph is a Object-Oriented Graph creating library for PHP >= 4.3.1. The library is completely written in PHP and ready to be used in any PHP scripts (both CGI/APXS/CLI versions of PHP are supported). The library can be used to create numerous types of graphs either on-line or written to a file....


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (75): JPGraph Download

Released: December 21, 2012  |  Added: December 21, 2012 | Visits: 522

DST Viewer DST Viewer is a simple viewer/organizer for Tajima DST embroidery files. If you want to view more stitch formats in a much more flexible way, DST Viewer now has a bigger brother called PowerPunch which has a nominal cost. Don't worry, though - DST Viewer


Platforms: Mac

License: Freeware Size: 2.8 MB Download (72): DST Viewer Download

Added: May 10, 2013 | Visits: 590

World Clock 6.x-1.3 / 5.x-1.3 This different times are displayed in a block.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Key features "World Clock": - Displays up to 8 locations (countries/areas). - Automatically adjust for DST of each...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (53): World Clock 6.x-1.3 / 5.x-1.3 Download

Added: July 27, 2013 | Visits: 709

Free Simple Blog Free Simple Blog is blog software written in PHP and uses MySQL for the database backend. Free Simple Blog is an OpenSource PHP Blog software and it is available as a free download under the GNU General Public License (GPL).Aims of Free Simple Blog:- Social, made simple: Free Simple Blog makes...


Platforms: PHP

License: Freeware Size: 215.04 KB Download (49): Free Simple Blog Download

1 2 >