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

Op Amp Comparator freeware
Filter: All | Freeware | Demo
 

Op Amp Comparator

< 1 2 3 4 5 > 
Added: April 26, 2010 | Visits: 770

B::OptreeShortestPath B::OptreeShortestPath is a Perl module that adds the methods ->shortest_path( $op ) and ->all_paths() to all B::OP objects in an optree. SYNOPSIS use B qw( main_root main_start ); use B::OptreeShortestPath; for ( main_start()->shortest_path( main_root() ) ) { print "$_n"; } METHODS...



Platforms: *nix

License: Freeware Size: 4.1 KB Download (86): B::OptreeShortestPath Download

Added: January 13, 2010 | Visits: 668

B::Utils B::Utils is a helper functions for op tree manipulation. SYNOPSIS use B::Utils; These functions make it easier to manipulate the op tree. FUNCTIONS all_starts all_roots Returns a hash of all of the starting ops or root ops of optrees, keyed to subroutine name; the optree for main...





Platforms: *nix

License: Freeware Size: 44.03 KB Download (98): B::Utils Download

Added: August 18, 2010 | Visits: 1.020

B::Graph B::Graph is a Perl compiler backend to produce graphs of OP trees. SYNOPSIS perl -MO=Graph,-text prog.pl >graph.txt perl -MO=Graph,-vcg prog.pl >graph.vcg xvcg graph.vcg perl -MO=Graph,-dot prog.pl | dot -Tps >graph.ps This module is a backend to the perl compiler (B::*) which, instead...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (90): B::Graph Download

Added: January 25, 2010 | Visits: 987

Hold`em Hand Comparator Hold'em Hand Comparator is a free, GPL-licensed Texas Hold'em hand comparison tool for Mac OS X. It calculates the odds to win a given hand for up to 6 people at any point during the hand.


Platforms: Mac

License: Freeware Download (111): Hold`em Hand Comparator Download

Released: October 02, 2012  |  Added: October 02, 2012 | Visits: 596

ComparatorCutter Comparator Cutter is an Applet that generates generates custom Java code to implemet Comparable/Comparator. The Applet lets lets you provide a few facts about the Comparable or Comparator you want and the ComparatorCutter generates you well-commented Java source code to include in your own...


Platforms: Windows, Mac, Java, Linux, Unix

License: Freeware Size: 1.06 MB Download (49): ComparatorCutter Download

Added: September 11, 2013 | Visits: 352

xxdiff This is the official home of xxdiff, a graphical file and directories comparator and merge tool. xxdiff is provided under the GNU GPL open source license. It has reached stable state, and is known to run on many popular unices, including IRIX, Linux, Solaris, HP/UX, DEC Tru64. It has been...


Platforms: *nix

License: Freeware Size: 1.28 MB Download (35): xxdiff Download

Added: October 13, 2013 | Visits: 461

Ximinez for Linux Ximinez is a disk usage analyzer and comparator. It enables you to take snapshots of disk usage for a given folder, to browse through the snapshot and to view differences between snapshots. It is aimed towards solving problems like: "Why is my disk suddenly so full when it was OK just recently?"....


Platforms: *nix

License: Freeware Size: 5.1 MB Download (33): Ximinez for Linux Download

Released: November 05, 2015  |  Added: January 05, 2016 | Visits: 9.254

Advanced Port Scanner Advanced Port Scanner is een gratis netwerkscanner waarmee u snel open poorten (TCP en UDP) op netwerkcomputers kunt vinden en versies van programmas kunt achterhalen die op de gedetecteerde poorten worden uitgevoerd. Het hulpprogramma omvat veel functies om netwerkbeheer te vereenvoudigen. Met...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 8.2 MB Download (2264): Advanced Port Scanner Download

Added: August 20, 2008 | Visits: 1.773

AMP Font Viewer Easy to use but powerful font manager, which allows getting a quick overview of both installed and non installed fonts (supports TrueType, OpenType and Type 1). It also have several options for easily organizing fonts in categories. It can print custom lists of fonts, install new fonts (all fonts...


Platforms: Windows

License: Freeware Size: 482 KB Download (236): AMP Font Viewer Download

Added: August 12, 2008 | Visits: 1.213

AMP Tile Viewer This program is an image viewer that displays the images as a mosaic, using the image like a tile texture, with support for multiple image formats (JPEG, GIF, PNG, TIFF, BMP, PSD, PSP and many more). The program provides also a full screen mode, with easy shortcut keys for all the operations, and...


Platforms: Windows

License: Freeware Size: 404 KB Download (108): AMP Tile Viewer Download

Added: August 22, 2008 | Visits: 1.076

AMP Calendar This is a small utility that displays a calendar with the twelve months of a year using the Windows regional settings. Easy access to the calendar through an icon in the taskbar, which shows the current day of the month. Configurable colors and column layout, and it also have the options of...


Platforms: Windows

License: Freeware Size: 385 KB Download (141): AMP Calendar Download

Added: August 12, 2008 | Visits: 1.409

AMP WinOFF An utility for scheduling the Windows shut down. It performs several types of shut down (shut down, restart, hibernate, lock...) at certain time (e.g. at 12:00, in 15 minutes...) or when the CPU is idle. Options of capturing an image and executing a program before the shut down. Immediate shut...


Platforms: Windows

License: Freeware Size: 725 KB Download (527): AMP WinOFF Download

Added: October 08, 2010 | Visits: 1.491

Alien Swarm Alien Swarm is an overhead view tactical shooter modification for Unreal Tournament 2004. Alien Swarm is set in a distant future, the players take the role of a Commander in the Interstellar Armed Forces. They must guide their squad of marines through Swarm infested colonies, overrun bases and...


Platforms: *nix

License: Freeware Size: 121.2 MB Download (122): Alien Swarm Download

Added: April 27, 2010 | Visits: 1.093

Embperl::Syntax::RTF Embperl::Syntax::RTF is a Perl class derived from Embperl::Syntax to define the syntax for RTF files. RTF files can be read and written by various word processing programms. This allows you to create dynamic wordprocessing documents or let process serial letters thru Embperl. Currently Embperl...


Platforms: *nix

License: Freeware Size: 665.6 KB Download (102): Embperl::Syntax::RTF Download

Added: November 21, 2010 | Visits: 789

B::Bblock B::Bblock - Walk basic blocks. SYNOPSIS # External interface perl -MO=Bblock[,OPTIONS] foo.pl # Programmatic API use B::Bblock qw(find_leaders); my $leaders = find_leaders($root_op, $start_op); This module is used by the B::CC back end. It walks "basic blocks". A basic block is a...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (93): B::Bblock Download

Added: January 23, 2010 | Visits: 780

B::Asmdata B::Asmdata is an autogenerated data about Perl ops, used to generate bytecode. SYNOPSIS use B::Asmdata qw(%insn_data @insn_name @optype @specialsv_name); Provides information about Perl ops in order to generate bytecode via a bunch of exported variables. Its mostly used by B::Assembler and...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (91): B::Asmdata Download

Added: April 11, 2010 | Visits: 935

Audio::Data Audio::Data is a module for representing audio data to perl. SYNOPSIS use Audio::Data; my $audio = Audio::Data->new(rate => , ...); $audio->method(...) $audio OP ... Audio::Data represents audio data to perl in a fairly compact and efficient manner using C via XS to hold data as a C...


Platforms: *nix

License: Freeware Size: 88.06 KB Download (100): Audio::Data Download

Released: August 16, 2012  |  Added: August 16, 2012 | Visits: 1.409

B::Tree B::Tree is a simplified version of B::Graph for demonstration. SYNOPSIS perl -MO=Tree program | dot -Tps > tree.ps This is a very cut-down version of B::Graph; it generates minimalist tree graphs of the op tree of a Perl program, merely connecting the op nodes and labelling each node with...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (100): B::Tree Download

Added: January 18, 2010 | Visits: 1.503

B::Generate B::Generate is a Perl module which you can create your own op trees. SYNOPSIS use B::Generate; # Do nothing, slowly. CHECK { my $null = new B::OP("null",0); my $enter = new B::OP("enter",0); my $cop = new B::COP(0, "hiya", 0); my $leave = new B::LISTOP("leave", 0, $enter, $null);...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (98): B::Generate Download

Added: January 07, 2010 | Visits: 734

B::Concise B::Concise is a Perl syntax tree, printing concise info about ops. SYNOPSIS perl -MO=Concise[,OPTIONS] foo.pl use B::Concise qw(set_style add_callback); This compiler backend prints the internal OPs of a Perl programs syntax tree in one of several space-efficient text formats suitable for...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (89): B::Concise Download

< 1 2 3 4 5 >