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

Xfree86 Devel software
Filter: All | Freeware | Demo
 

Xfree86 Devel

< 1 2 3 4 5 > 
Added: July 11, 2010 | Visits: 542

Devel::LeakTrace Devel::LeakTrace is a Perl module to indicate where leaked variables are coming from. SYNOPSIS perl -MDevel::LeakTrace -e { my $foo; $foo = $foo } leaked SV(0x528d0) from -e line 1 leaked SV(0x116a10) from -e line 1 Based heavily on Devel::Leak, Devel::LeakTrace uses the pluggable runops...



Platforms: *nix

License: Freeware Size: 4.1 KB Download (87): Devel::LeakTrace Download

Added: May 12, 2010 | Visits: 695

Devel::Pointer Devel::Pointer is a Perl module that can fiddle around with pointers. SYNOPSIS use Devel::Pointer; $a = address_of($b); # a = &b; $b = deref($a); # b = *a; $a = unsmash_sv(0+$scalar_ref); @a = unsmash_av(0+$array_ref); %a = unsmash_hv(0+$hash_ref); &a = unsmash_cv(0+$code_ref); # OK,...





Platforms: *nix

License: Freeware Size: 3.07 KB Download (94): Devel::Pointer Download

Added: March 26, 2010 | Visits: 714

Xfree86 XFree86 is an open source X11-based desktop infrastructure. The XFree86 Project, Inc is a global volunteer organisation which produces XFree86, a freely redistributable open-source implementation of the X Window System since 1992. XFree86 runs primarily on UNIX and UNIX-like operating systems...


Platforms: *nix

License: Freeware Download (105): Xfree86 Download

Added: January 18, 2010 | Visits: 1.017

Devel::Tinderbox::Reporter Devel::Tinderbox::Reporter is a Perl module with client to send reports to Tinderbox. SYNOPSIS use Devel::Tinderbox::Reporter; my $report = Devel::Tinderbox::Reporter->new; $report->from(your@mail.address.com); $report->to(tinderbox@their.address.com); $report->project(the_project);...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (99): Devel::Tinderbox::Reporter Download

Added: July 12, 2013 | Visits: 521

Ubercart Devel Generate Patch #488422 for the uc_attribute module is required.Installation:Unpack in your modules folder (usually '/sites/all/modules/')Enable under Administer > Site Building > ModulesHere are some key features of "Ubercart Devel Generate":dlTE Generate product data when generating product nodes.dlTE...


Platforms: PHP

License: Freeware Size: 10 KB Download (39): Ubercart Devel Generate Download

Added: October 06, 2010 | Visits: 710

Devel::TrackObjects Devel::TrackObjects is a Perl module to track use of objects. SYNOPSIS cmdline perl -MDevel::TrackObjects=/^IO::/ server.pl inside use Devel::TrackObjects qr/^IO::/; use Devel::TrackObjects -verbose; use IO::Socket; ... my $sock = IO::Socket::INET->new... ......


Platforms: *nix

License: Freeware Size: 4.1 KB Download (100): Devel::TrackObjects Download

Added: September 09, 2013 | Visits: 443

Devel Queries Ajax This module speeds up page rendering and makes browsing more comfortable with "display query log" Devel mode turned on. The log is not displayed on the same page but is stored in cache for a short period instead, so it then can be fetched in a separate AJAX request. Note that query summary is...


Platforms: PHP

License: Freeware Size: 10 KB Download (46): Devel Queries Ajax Download

Added: November 03, 2013 | Visits: 235

Devel::FakeOSName Devel::FakeOSName is a module to make Perl think it runs on a different OS. SYNOPSIS # build us Makefile for aix perl -MDevel::FakeOSName=aix Makefile.PL Sometimes your code includes code specific to an OS that you don't have an access to, but you want to see what happens if it was to run on...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (40): Devel::FakeOSName Download

Added: May 05, 2010 | Visits: 1.079

Matrox Millennium II Xv extension This patch will enhance the XFree86 4.2.0 Matrox Millennium II driver to support the X video (Xv) extension (extremely useful for playing DVDs and other MPEGs). The extension is implemented as a CPU to Frame Buffer YUV scaling ILOAD. A true overlay was not used because of a Millennium II hardware...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (96): Matrox Millennium II Xv extension Download

Added: June 03, 2010 | Visits: 845

xtermcontrol xtermcontrol enables dynamic control of XFree86 xterm properties. xtermcontrol project makes it easy to change colors, titles, fonts, and the geometry of a running xterm, as well as to report the current settings of the properties. Window manipulations such as (de)iconify, raise and lower,...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (103): xtermcontrol Download

Added: February 19, 2010 | Visits: 605

wmxkb wmxkb showns and controls XKB groups (XFree86 key maps). It can be used as a dockable/swallowed applet with Window Maker, BlackBox and clones (incl. FluxBox), or any window manager that supports swallowing, including gnome-1, kde(kpanel)-1, afterstep, fvwm and clones. Alternatively, you can...


Platforms: *nix

License: Freeware Size: 194.56 KB Download (91): wmxkb Download

Released: September 16, 2012  |  Added: September 16, 2012 | Visits: 284

XFree86 Project Open Source port of the X Window System. XFree86 home page is at http://www.xfree86.org. Bugs may be reported here or at http://bugs.xfree86.org. Information about accessing the XFree86 CVS repository can be found at http://www.xfree86.org/cvs/.


Platforms: Mac, BSD, Linux

License: Freeware Size: 9.96 MB Download (46): XFree86 Project Download

Added: April 20, 2013 | Visits: 116

Devel Demo Screenshots for a brief overview of Drupal's debugging tools are generated.InstallationUnpack in your modules folder (usually '/sites/all/modules/')Enable under Administer > Site Building > Modules.


Platforms: PHP

License: Freeware Size: 10 KB Download (44): Devel Demo Download

Added: August 25, 2013 | Visits: 305

Devel::CheckOS Devel::CheckOS is a Perl module to check what OS we're running on. A learned sage once wrote on IRC: $^O is stupid and ugly, it wears its pants as a hat Devel::CheckOS provides a more friendly interface to $^O, and also lets you check for various OS "families" such as "Unix", which includes...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (32): Devel::CheckOS Download

Added: June 28, 2013 | Visits: 515

Devel::Arena Inspect the arena structures that perl uses for SV allocation. HARNESS_PERL_SWITCHES=-MDevel::Arena=write_stats_at_END make test EXPORT None by default. * sv_stats [DONT_SHARE] Returns a hashref giving stats derived from inspecting the SV heads via the arena pointers. Details of the...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (39): Devel::Arena Download

Added: February 12, 2010 | Visits: 457

gunzets gunzets supports Gunze touch panels under Linux and XFree86. Supported panels are the serial, PS/2, and USB devices. All devices are supported by means of an XFree86 module, and the USB device via a kernel module as well. Both XFree version 3.3.6 and 4.x are supported, as well as kernel 2.2 and...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (94): gunzets Download

Added: February 23, 2010 | Visits: 1.633

Aleph One/SDL Aleph One is an Open Source 3D first-person shooter game, based on the game Marathon 2 by Bungie Software. Aleph One was originally a Mac-only game, but there is now a cross-platform version based on the Simple DirectMedia Layer (SDL) library, that should in theory run on all systems supported...


Platforms: *nix

License: Freeware Size: 890.88 KB Download (115): Aleph One/SDL Download

Released: October 24, 2012  |  Added: October 24, 2012 | Visits: 516

ActiveSocket Network Communication Devel ActiveSocket is a Network Communications ActiveX Control.Features: DNS, HTTP, HTTPs, ICMP Ping, NTP, SNMP v1, SNMP v2c and SNMP v3 (Get, GetNext, Set), SNMP Trap send for SNMPv1 and SNMPv2c, SNMP receive (SNMP trap receiver), TCP client/server, UDP datagrams and Wake-On-LAN (Power on...


Platforms: Windows

License: Shareware Cost: $149.00 USD Size: 1.62 MB Download (501): ActiveSocket Network Communication Devel Download

Released: November 21, 2012  |  Added: November 21, 2012 | Visits: 455

sqliteman: sqlite3 admin and devel tool The best developer's or admin's GUI tool for Sqlite3 (sqlite) in the world. No joking here (or just a bit only) - it contains the most complete feature set of all tools available. Visit project homepage for more info, bugtracker, documentation, etc


Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 1.28 MB Download (48): sqliteman: sqlite3 admin and devel tool Download

Released: June 27, 2012  |  Added: June 27, 2012 | Visits: 301

Test Farm TestFarm is a client-server Python app that allows monitoring the stability and efficiency of a devel project by performing continuous builds and tests in multiple platforms. The overall idea is based on Tinderbox. With a simpler and extensible approach.


Platforms: Windows, Mac, Linux

License: Freeware Size: 35.02 KB Download (48): Test Farm Download

< 1 2 3 4 5 >