dassault falcon 2000
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 307
audit daemon 1.5.6
audit package contains the user-space utilities for creating audit rules. more>>
audit package contains the user-space utilities for creating audit rules. As well as for storing and searching the audit records generate by the audit subsystem in the Linux 2.6 kernel.
Usage:
Examples usage of utilities:
General:
Window 1:
./auditd
Window 2 (you dont have to have the daemon running to try this, but
enabled has to be 1):
./auditctl -s
./auditctl -a entry,always -S open
ls
./auditctl -d entry,always -S open
Identity tracking:
./auditctl -a exit,always -S all -F loginuid=2000
./auditctl -L 2000,"test uid"
Enhancements:
- Updates were made to system-config-audit. auditctl was updated to better handle watching of directories with older kernels.
- Memory leaks and an invalid free in auditd were fixed along with interpretations in auparse.
<<lessUsage:
Examples usage of utilities:
General:
Window 1:
./auditd
Window 2 (you dont have to have the daemon running to try this, but
enabled has to be 1):
./auditctl -s
./auditctl -a entry,always -S open
ls
./auditctl -d entry,always -S open
Identity tracking:
./auditctl -a exit,always -S all -F loginuid=2000
./auditctl -L 2000,"test uid"
Enhancements:
- Updates were made to system-config-audit. auditctl was updated to better handle watching of directories with older kernels.
- Memory leaks and an invalid free in auditd were fixed along with interpretations in auparse.
Download (0.29MB)
Added: 2007-07-26 License: GPL (GNU General Public License) Price:
824 downloads
Falcons Eye 1.9.3
Falcons Eye is a mouse-driven interface for NetHack. more>>
Falcons Eye project is a mouse-driven interface for NetHack.
Falcons Eye is a mouse-driven interface for NetHack that enhances the visuals, audio, and accessibility of the game, yet retains all the original gameplay, and game features.
Main features:
- mouse-driven interface (keyboard play also supported)
- high-res, isometric graphics with real-time lighting
- ease of play: autopilot, tooltip descriptions of game objects, and more
- digitized sound effects
- MIDI soundtrack (listen to some samples)
- sound effects and keyboard commands are customizable
- retains all NetHack features
<<lessFalcons Eye is a mouse-driven interface for NetHack that enhances the visuals, audio, and accessibility of the game, yet retains all the original gameplay, and game features.
Main features:
- mouse-driven interface (keyboard play also supported)
- high-res, isometric graphics with real-time lighting
- ease of play: autopilot, tooltip descriptions of game objects, and more
- digitized sound effects
- MIDI soundtrack (listen to some samples)
- sound effects and keyboard commands are customizable
- retains all NetHack features
Download (MB)
Added: 2007-01-04 License: GPL (GNU General Public License) Price:
1026 downloads
DBIx::Version 0.01
DBIx::Version is a Perl extension for getting database software name and version. more>>
DBIx::Version is a Perl extension for getting database software name and version.
SYNOPSIS
use DBIx::Version;
my $dbh = DBI->connect( ... );
my ($dbname, $dbver, $dbverfull) = DBIx::Version::Version($dbh);
DBIx::Version lets you query which database software and version you are connected to.
Return Examples:
(undef, undef, undef)
(mysql, 4.0.17, 4.0.17-standard-log)
(postgresql, 7.4.1, PostgreSQL 7.4.1 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.3.2 20031107 (Red Hat Linux 3.3.2-2))
(oracle, 8.1.7.0.0, 8.1.7.0.0)
(sqlserver, 8.00.384, Microsoft SQL Server 2000 - 8.00.384 (Intel X86)
May 23 2001 00:02:52
Copyright (c) 1988-2000 Microsoft Corporation
Standard Edition on Windows NT 5.0 (Build 2195: Service Pack 2))
(sybase,12.5.0.1,Adaptive Server Enterprise/12.5.0.1/SWR 9982 IR/P/Sun_svr4/OS 5.8/rel12501/1776/ 64-bit/FBO/Tue Feb 26 01:22:10 2002)
(sybase,12.5.0.2,Adaptive Server Enterprise/12.5.0.2/EBF 14000 IR/P/Sun_svr4/OS 5.8/rel12502/1776/64-bit/FBO/Tue Jun 4 01:22:10 2002)
Answer 1: This module is useful for cross-platform coding, and in environments like shared hosting where you actually didnt install the database yourself and are curious.
<<lessSYNOPSIS
use DBIx::Version;
my $dbh = DBI->connect( ... );
my ($dbname, $dbver, $dbverfull) = DBIx::Version::Version($dbh);
DBIx::Version lets you query which database software and version you are connected to.
Return Examples:
(undef, undef, undef)
(mysql, 4.0.17, 4.0.17-standard-log)
(postgresql, 7.4.1, PostgreSQL 7.4.1 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.3.2 20031107 (Red Hat Linux 3.3.2-2))
(oracle, 8.1.7.0.0, 8.1.7.0.0)
(sqlserver, 8.00.384, Microsoft SQL Server 2000 - 8.00.384 (Intel X86)
May 23 2001 00:02:52
Copyright (c) 1988-2000 Microsoft Corporation
Standard Edition on Windows NT 5.0 (Build 2195: Service Pack 2))
(sybase,12.5.0.1,Adaptive Server Enterprise/12.5.0.1/SWR 9982 IR/P/Sun_svr4/OS 5.8/rel12501/1776/ 64-bit/FBO/Tue Feb 26 01:22:10 2002)
(sybase,12.5.0.2,Adaptive Server Enterprise/12.5.0.2/EBF 14000 IR/P/Sun_svr4/OS 5.8/rel12502/1776/64-bit/FBO/Tue Jun 4 01:22:10 2002)
Answer 1: This module is useful for cross-platform coding, and in environments like shared hosting where you actually didnt install the database yourself and are curious.
Download (0.003MB)
Added: 2007-01-11 License: Perl Artistic License Price:
1020 downloads
pymssql 0.8.0
pymssql module provides access to MS SQL Servers from Python scripts. more>>
pymssql module provides access to MS SQL Servers from Python scripts.
Its the most efficient method of accessing MS SQL Servers data from Python scripts. If you care about performance, you can give it a try.
Supported Platforms
pymssql 0.7.4 has been tested on FreeBSD 6.0, NetBSD 2.1, 3.0, Linux with kernel 2.6, and Windows XP. It should also run on other platforms.
pymssql 0.7.1 has been tested on FreeBSD 5.4 and 6.0, NetBSD 2.0.2, Linux with kernel 2.6, Solaris 10/x86, Mac OS X (thanks Joseph Kocherhans) and Windows XP. It should also run on other platforms.
If you have any experience with other platforms, just let me know and Ill add the info here.
Supported SQL Server versions
pymssql 0.7.4 on *BSD, Linux was successfully tested with SQL Server 2000, all service pack levels.
pymssql 0.7.4 on Windows was successfully tested with SQL Server 2000 RTM, SP3a and SP4, and with SQL Server 2005 RTM (9.00.1399.06).
Main features:
- Supports connecting to MS SQL 2000 and SQL 2005 servers, all editions and service pack levels.
- Supports named instances and non-standard port numbers.
- Great performance: it uses MS SQL DB-Library for C instead of Win32 ODBC.
- Multiple Query/Multiple Result.
- Supports "almost all" of the DB-API 2.0.
<<lessIts the most efficient method of accessing MS SQL Servers data from Python scripts. If you care about performance, you can give it a try.
Supported Platforms
pymssql 0.7.4 has been tested on FreeBSD 6.0, NetBSD 2.1, 3.0, Linux with kernel 2.6, and Windows XP. It should also run on other platforms.
pymssql 0.7.1 has been tested on FreeBSD 5.4 and 6.0, NetBSD 2.0.2, Linux with kernel 2.6, Solaris 10/x86, Mac OS X (thanks Joseph Kocherhans) and Windows XP. It should also run on other platforms.
If you have any experience with other platforms, just let me know and Ill add the info here.
Supported SQL Server versions
pymssql 0.7.4 on *BSD, Linux was successfully tested with SQL Server 2000, all service pack levels.
pymssql 0.7.4 on Windows was successfully tested with SQL Server 2000 RTM, SP3a and SP4, and with SQL Server 2005 RTM (9.00.1399.06).
Main features:
- Supports connecting to MS SQL 2000 and SQL 2005 servers, all editions and service pack levels.
- Supports named instances and non-standard port numbers.
- Great performance: it uses MS SQL DB-Library for C instead of Win32 ODBC.
- Multiple Query/Multiple Result.
- Supports "almost all" of the DB-API 2.0.
Download (0.15MB)
Added: 2006-09-25 License: LGPL (GNU Lesser General Public License) Price:
1132 downloads
psDooM 2000.05.03.b
psDooM project is a process monitor and manager for *nix systems. more>>
psDooM project is a process monitor and manager for *nix systems.
It could be considered a graphical interface to the ps, renice, and kill commands. psDooM is based on XDoom, which is based on id Softwares Doom.
This project started out as a proof-of-concept program for the web page "Doom as a tool for system administration" at http://www.cs.unm.edu/~dlchao/flake/doom by Dennis Chao at the University of New Mexico.
Dennis took the GPLd sources of XDoom and added code so that processes running on the system would be instantiated as monsters, and wounding and killing them corresponds to renicing and killing the processes.
Enhancements:
- Changed shell scripts in contrib dir to shorten command length when displayed with ps.
- Use ~/.psdoom rather than ~/.xdoom for savegames, config files, etc.
- Users need to copy current .doomrc and .xdlaunchrc files to ~/.psdoom.
- Added references to psDooM in startup header text, X resources, and window title bar.
- Modified xdlaunch (ps-xdlaunch) to run ps-xdoom.
- Added ability to pass psDooM-specific command line flags to ps-xdoom through ps-xdlaunch.
<<lessIt could be considered a graphical interface to the ps, renice, and kill commands. psDooM is based on XDoom, which is based on id Softwares Doom.
This project started out as a proof-of-concept program for the web page "Doom as a tool for system administration" at http://www.cs.unm.edu/~dlchao/flake/doom by Dennis Chao at the University of New Mexico.
Dennis took the GPLd sources of XDoom and added code so that processes running on the system would be instantiated as monsters, and wounding and killing them corresponds to renicing and killing the processes.
Enhancements:
- Changed shell scripts in contrib dir to shorten command length when displayed with ps.
- Use ~/.psdoom rather than ~/.xdoom for savegames, config files, etc.
- Users need to copy current .doomrc and .xdlaunchrc files to ~/.psdoom.
- Added references to psDooM in startup header text, X resources, and window title bar.
- Modified xdlaunch (ps-xdlaunch) to run ps-xdoom.
- Added ability to pass psDooM-specific command line flags to ps-xdoom through ps-xdlaunch.
Download (MB)
Added: 2006-12-11 License: GPL (GNU General Public License) Price:
1055 downloads
Chuchunco City 2000 0.2.4
Chuchunco City 2000 project is a cross-platform 2D fighting game. more>>
Chuchunco City 2000 project is a cross-platform 2D fighting game.
It is inspired by popular fighting games, such as Street Fighter and King of Fighters, but has some unique features and concepts.
Chuchunco City aims at portability, speed, and better playability. The code compiles for MS-DOS (with DJGPP) and UNIX (using X11 libraries).
Enhancements:
- Added LAN from Superfighter , at request.
- Hes only one of many new players. See the file doc/PLAYERS for more
- information.
- Added and improved some default styles and specials.
- Improved some game parameters: recovering, max. hp and mana, no "infinites".
- Changed the player selection menu; now it shows faces instead of names.
- Demo mode now triggers after 20 seconds of inactivity from main menu.
- Backgrounds now have descriptions associated, and can be associated to players
<<lessIt is inspired by popular fighting games, such as Street Fighter and King of Fighters, but has some unique features and concepts.
Chuchunco City aims at portability, speed, and better playability. The code compiles for MS-DOS (with DJGPP) and UNIX (using X11 libraries).
Enhancements:
- Added LAN from Superfighter , at request.
- Hes only one of many new players. See the file doc/PLAYERS for more
- information.
- Added and improved some default styles and specials.
- Improved some game parameters: recovering, max. hp and mana, no "infinites".
- Changed the player selection menu; now it shows faces instead of names.
- Demo mode now triggers after 20 seconds of inactivity from main menu.
- Backgrounds now have descriptions associated, and can be associated to players
Download (0.61MB)
Added: 2006-11-10 License: GPL (GNU General Public License) Price:
630 downloads
Snmpstat 1.0.1
Snmpstat shows router interface information and statistics through web interface using SNMP protocol. more>>
Snmpstat shows router interface information and statistics through web interface using SNMP protocol.
Tested on Linux/Apache for CISCO routers, Route Lynx RL-2000 routers.
<<lessTested on Linux/Apache for CISCO routers, Route Lynx RL-2000 routers.
Download (0.004MB)
Added: 2006-04-14 License: GPL (GNU General Public License) Price:
1291 downloads
Vultures 2.1.0
Vultures is an isometric graphics interface to NetHack and SlashEM. more>>
Vultures is an isometric graphics interface to NetHack and SlashEM.
Vultures is a fork of the now dead "Falcons Eye" project.
An isometric graphics interface to NetHack. The interface was called "Falcons Eye", because the viewpoint resembles a "birds eye view".
This fork of the original "Falcons Eye" is called "Vultures Eye". "Vultures Claw" is the same interface, but for SlashEM
<<lessVultures is a fork of the now dead "Falcons Eye" project.
An isometric graphics interface to NetHack. The interface was called "Falcons Eye", because the viewpoint resembles a "birds eye view".
This fork of the original "Falcons Eye" is called "Vultures Eye". "Vultures Claw" is the same interface, but for SlashEM
Download (35.2MB)
Added: 2006-06-06 License: Other/Proprietary License Price:
1235 downloads
xpete 2000.12.11
xpete project is a Space Invaders-like game. more>>
xpete project is a Space Invaders-like game.
xpete is a game about our friend Pete who wakes one day and finds out that lots of things are hanging unnaturally up in the sky, like Iridium satellites, the Mir Space Station, the ISS, and others.
Hes got to shoot them before they ruin his fishing weekend.
The game mechanics resemble Space Invaders.
Enhancements:
- Added Mouse control (with -rat command line option)
- Fixed shots that remained flying on game restart.
- Reduced graphic size.
<<lessxpete is a game about our friend Pete who wakes one day and finds out that lots of things are hanging unnaturally up in the sky, like Iridium satellites, the Mir Space Station, the ISS, and others.
Hes got to shoot them before they ruin his fishing weekend.
The game mechanics resemble Space Invaders.
Enhancements:
- Added Mouse control (with -rat command line option)
- Fixed shots that remained flying on game restart.
- Reduced graphic size.
Download (0.24MB)
Added: 2006-12-05 License: GPL (GNU General Public License) Price:
1053 downloads
Falcon Firewall Project 0.1.5
The Falcon project is an open firewall project with the intention of developing an independent firewall system. more>>
The Falcon project is an open firewall project with the intention of developing an independent firewall system. [COPYRIGHT-1]
Falcon consists of different modules:
Falcons own proxies (generic TCP-Proxy and application specific proxies)
Squid for web access and caching (modified package for Linux)
BIND-8 for nameservice (coming soon)
qmail for mail communication
OS hardening (coming later)
The concept behind Falcon is pretty simple. It consists of three main parts:
Self-written proxy applications and configure-/logging facilities. These are all
written in Perl.
Third party applications like BIND, Squid, Qmail.
Concepts/instructions/tools for hardening the OS you want to run Falcon on.
Some third party proxies maybe replaced by self-written ones in the future (its up to you
<<lessFalcon consists of different modules:
Falcons own proxies (generic TCP-Proxy and application specific proxies)
Squid for web access and caching (modified package for Linux)
BIND-8 for nameservice (coming soon)
qmail for mail communication
OS hardening (coming later)
The concept behind Falcon is pretty simple. It consists of three main parts:
Self-written proxy applications and configure-/logging facilities. These are all
written in Perl.
Third party applications like BIND, Squid, Qmail.
Concepts/instructions/tools for hardening the OS you want to run Falcon on.
Some third party proxies maybe replaced by self-written ones in the future (its up to you
Download (0.032MB)
Added: 2006-07-13 License: GPL (GNU General Public License) Price:
1199 downloads
edonkey plus 0.01
edonkey plus is a free program peer to peer for the peer to peer network edonkey 2000,overnet etc. more>>
edonkey plus is a free program peer to peer (P2P) for the peer to peer network Edonkey 2000, Overnet etc.
Basic aMule Tips
- NEVER run aMule as root.
- If you are behind a firewall or router, be sure that the ports have been opened. The default ports are 4662 (TCP). 4665 (UDP) and 4672 (UDP). If these are blocked, you will receive a "LowID" which results in fewer available sources for the files you are downloading.
- Obtain an appropriate server.met: e.g., if you are a dialup, using a large server list is not appropiate.
- Set your temp and shared directories in Preferences->Directories
- To recursively select a certain directory, right-click over it.
- You should *NOT* share
- Your temp download directory!
- Your /etc directory
- Probably not your /var, /lib, /boot, or /usr directory
- Certainly make sure that any really confidential files (password files, private SSH keys, credit card numbers :) are *not* shared. So generally do not share your entire home directory, although you might want to share some files or directories in it.
- Remember that you get certain download priveledges with those clients (aMule, eMule, etc users) to whom you upload files, in the form of reduced queue waits.
- Please note that compilation with optimizations is supported. However, if you pull a Gentoo, we will probably just tell you to recompile aMule and/or your system with sane compiler-flags before we will attempt to address the problem.
<<lessBasic aMule Tips
- NEVER run aMule as root.
- If you are behind a firewall or router, be sure that the ports have been opened. The default ports are 4662 (TCP). 4665 (UDP) and 4672 (UDP). If these are blocked, you will receive a "LowID" which results in fewer available sources for the files you are downloading.
- Obtain an appropriate server.met: e.g., if you are a dialup, using a large server list is not appropiate.
- Set your temp and shared directories in Preferences->Directories
- To recursively select a certain directory, right-click over it.
- You should *NOT* share
- Your temp download directory!
- Your /etc directory
- Probably not your /var, /lib, /boot, or /usr directory
- Certainly make sure that any really confidential files (password files, private SSH keys, credit card numbers :) are *not* shared. So generally do not share your entire home directory, although you might want to share some files or directories in it.
- Remember that you get certain download priveledges with those clients (aMule, eMule, etc users) to whom you upload files, in the form of reduced queue waits.
- Please note that compilation with optimizations is supported. However, if you pull a Gentoo, we will probably just tell you to recompile aMule and/or your system with sane compiler-flags before we will attempt to address the problem.
Download (4.3MB)
Added: 2007-07-09 License: GPL (GNU General Public License) Price:
844 downloads
STX Linux 1.1 RC1
STX Linux is a lightweight Debian-based installation and live CD, using the Equinox Desktop Environment. more>>
STX Linux is a lightweight Debian-based installation and live CD, using the Equinox Desktop Environment. STX Linux is especially suited to be installed on older and low-specification computers.
Main features:
- Complete Linux Desktop
- Lightweight (about 1 GB installed, 390 MB LiveCD
- Slackware 10.2 based
- Works nicely on old Hardware (Oldest system tested so far: K6/333, 32 MB RAM, 64 MB Swap ... acceptable results)
- Harddisk Installer from Pocketlinux
- Very much like Windows(TM) 98/2000 - means easy switching.
<<lessMain features:
- Complete Linux Desktop
- Lightweight (about 1 GB installed, 390 MB LiveCD
- Slackware 10.2 based
- Works nicely on old Hardware (Oldest system tested so far: K6/333, 32 MB RAM, 64 MB Swap ... acceptable results)
- Harddisk Installer from Pocketlinux
- Very much like Windows(TM) 98/2000 - means easy switching.
Download (551MB)
Added: 2007-01-17 License: GPL (GNU General Public License) Price:
1053 downloads
Hatari 0.95
Hatari is an Atari ST and STE emulator for Linux. more>>
Hatari is project an Atari ST and STE emulator for Linux, BSD, BeOS, Mac OS X and other systems that are supported by the SDL library. The Atari ST was a 16/32 bit computer system which was first released by Atari in 1985.
Using the Motorola 68000 CPU, it was a very popular computer having quite a lot of CPU power at that time. Unlike many other Atari ST emulators which try to give you a good environment for running GEM applications, Hatari tries to emulate the hardware of a ST as close as possible so that it is able to run most of the old ST games and demos.
Hatari is open source software and is distributed under the terms of the GNU General Public License (GPL).
Enhancements:
- This release brings you basic Atari TT and Falcon emulation! Please note that both new emulation modes are still highly experiemental, some few games and demos work, but most still have more or less big problems.
- Basic emulation of Falcon video shifter (Videl), NVRAM and DMA sound is in place. The biggest drawback: There is no working Falcon DSP emulation yet.
- Screen/Shifter emulation timings have slightly been changed. Some things now work better, some others work worse...
- Some patches for compiling on RiscOS and AmigaOS have been included.
- Compiling Hatari for Windows now works better.
- Added Hatari icon (hatari-icon.bmp).
- Fixed "movec" bug in 68020 CPU mode.
- Keyboard shortcuts for loading & saving memory snapshots (AltGr+k & AltGr+l).
- The built-in debugger has been slightly improved to be more user-friendly.
- Added "hmsa" tool a little program for converting .MSA files to .ST and vice versa.
<<lessUsing the Motorola 68000 CPU, it was a very popular computer having quite a lot of CPU power at that time. Unlike many other Atari ST emulators which try to give you a good environment for running GEM applications, Hatari tries to emulate the hardware of a ST as close as possible so that it is able to run most of the old ST games and demos.
Hatari is open source software and is distributed under the terms of the GNU General Public License (GPL).
Enhancements:
- This release brings you basic Atari TT and Falcon emulation! Please note that both new emulation modes are still highly experiemental, some few games and demos work, but most still have more or less big problems.
- Basic emulation of Falcon video shifter (Videl), NVRAM and DMA sound is in place. The biggest drawback: There is no working Falcon DSP emulation yet.
- Screen/Shifter emulation timings have slightly been changed. Some things now work better, some others work worse...
- Some patches for compiling on RiscOS and AmigaOS have been included.
- Compiling Hatari for Windows now works better.
- Added Hatari icon (hatari-icon.bmp).
- Fixed "movec" bug in 68020 CPU mode.
- Keyboard shortcuts for loading & saving memory snapshots (AltGr+k & AltGr+l).
- The built-in debugger has been slightly improved to be more user-friendly.
- Added "hmsa" tool a little program for converting .MSA files to .ST and vice versa.
Download (0.58MB)
Added: 2007-05-12 License: GPL (GNU General Public License) Price:
903 downloads
flimp 0.0.1
flimp is a generic graphical frontend to the many excellent command line image manipulation tools available. more>>
flimp is a generic graphical frontend to the many excellent command line image manipulation tools available. This project allows to create pipelines of commands that read from standard input and write to standard output.
One can view and compare the result of each stage of the pipeline. flimp leaves the input image file untouched. One rather saves the pipeline in a text file.
Main features:
- non-destructive image manipulation
- easy to extend and customize
- flimp is small (less than 2000 LOC)
- import of raw images via dcraw
- support of 16bit images
<<lessOne can view and compare the result of each stage of the pipeline. flimp leaves the input image file untouched. One rather saves the pipeline in a text file.
Main features:
- non-destructive image manipulation
- easy to extend and customize
- flimp is small (less than 2000 LOC)
- import of raw images via dcraw
- support of 16bit images
Download (0.091MB)
Added: 2007-05-07 License: GPL (GNU General Public License) Price:
900 downloads
DateTime::Event::Sunrise 0.0501
DateTime::Event::Sunrise is a Perl DateTime extension for computing the sunrise/sunset on a given day. more>>
DateTime::Event::Sunrise is a Perl DateTime extension for computing the sunrise/sunset on a given day.
SYNOPSIS
use DateTime;
use DateTime::Event::Sunrise;
my $dt = DateTime->new( year => 2000,
month => 6,
day => 20,
);
my $sunrise = DateTime::Event::Sunrise ->sunrise (
longitude =>-118,
latitude =>33,
altitude => -0.833,
iteration => 1
);
my $sunset = DateTime::Event::Sunrise ->sunset (
longitude =>-118,
latitude =>33,
altitude => -0.833,
iteration => 1
);
my $tmp_rise = $sunrise->next( $dt );
my $dt2 = DateTime->new( year => 2000,
month => 12,
day => 31,
);
# iterator
my $dt_span = DateTime::Span->new( start =>$dt1, end=>$dt2 );
my $set = $sunrise->intersection($dt_span);
my $iter = $set->iterator;
while ( my $dt = $iter->next ) {
print ,$dt->datetime;
}
# is it day or night?
my $day_set = DateTime::SpanSet->from_sets(
start_set => $sunrise, end_set => $sunset );
print $day_set->contains( $dt ) ? day : night;
my $dt = DateTime->new( year => 2000, month => 6, day => 20, time_zone => America/Los_Angeles, );
my $sunrise = DateTime::Event::Sunrise ->new( longitude =>-118 , latitude => 33, altitude => -0.833, iteration => 1
);
my $tmp = $sunrise->sunrise_sunset_span($dt); print "Sunrise is:" , $tmp->start->datetime , "n"; print "Sunset is:" , $tmp->end->datetime;
my $dt1 = $sunrise->sunrise_datetime( $dt ); print "Sunrise is:" , $dt1->datetime , "n"; my $dt2 = $sunrise->sunset_datetime( $dt ); print "Sunset is:" , $dt2->datetime , "n";
<<lessSYNOPSIS
use DateTime;
use DateTime::Event::Sunrise;
my $dt = DateTime->new( year => 2000,
month => 6,
day => 20,
);
my $sunrise = DateTime::Event::Sunrise ->sunrise (
longitude =>-118,
latitude =>33,
altitude => -0.833,
iteration => 1
);
my $sunset = DateTime::Event::Sunrise ->sunset (
longitude =>-118,
latitude =>33,
altitude => -0.833,
iteration => 1
);
my $tmp_rise = $sunrise->next( $dt );
my $dt2 = DateTime->new( year => 2000,
month => 12,
day => 31,
);
# iterator
my $dt_span = DateTime::Span->new( start =>$dt1, end=>$dt2 );
my $set = $sunrise->intersection($dt_span);
my $iter = $set->iterator;
while ( my $dt = $iter->next ) {
print ,$dt->datetime;
}
# is it day or night?
my $day_set = DateTime::SpanSet->from_sets(
start_set => $sunrise, end_set => $sunset );
print $day_set->contains( $dt ) ? day : night;
my $dt = DateTime->new( year => 2000, month => 6, day => 20, time_zone => America/Los_Angeles, );
my $sunrise = DateTime::Event::Sunrise ->new( longitude =>-118 , latitude => 33, altitude => -0.833, iteration => 1
);
my $tmp = $sunrise->sunrise_sunset_span($dt); print "Sunrise is:" , $tmp->start->datetime , "n"; print "Sunset is:" , $tmp->end->datetime;
my $dt1 = $sunrise->sunrise_datetime( $dt ); print "Sunrise is:" , $dt1->datetime , "n"; my $dt2 = $sunrise->sunset_datetime( $dt ); print "Sunset is:" , $dt2->datetime , "n";
Download (0.012MB)
Added: 2007-02-15 License: Perl Artistic License Price:
981 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above dassault falcon 2000 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed