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

Css Microsoft Office User Interface freeware
Filter: All | Freeware | Demo
 

Css Microsoft Office User Interface

< 1 2 3 4 5 > 
Added: November 25, 2010 | Visits: 1.126

kiscsiadmin kiscsiadm is an intuitive user-interface for ISCSI fitting into the KDE-Desktop environment. kiscsiadmin project allows target-discovery, login/logout and gives quick access to the connected ISCSI-disks. The profile-based configuration management makes it comfortable to access several... Platforms: *nix

License: Freeware Size: 1.1 MB Download (117): kiscsiadmin Download

Added: September 01, 2010 | Visits: 1.071

Ximba Radio Ximba Radio project is a GTK+ based user interface to the OpenXM daemon for controlling an XMPCR (a USB-connected XM Radio for PCs). The daemon manages a USB connected XMPCR receiver, which in turn pumps the audio signal into your audio cards input port. The daemon runs in the background and the... Platforms: *nix

License: Freeware Size: 378.88 KB Download (107): Ximba Radio Download

Added: October 16, 2010 | Visits: 945

MyJSQLView MyJSQLView provides an easy to use Java based user interface frontend for viewing, adding, editing, or deleting entries in a MySQL database. MyJSQLView is the result of a condensed version of a larger project that was needed to access an inventory database. The project from inception was to be... Platforms: *nix

License: Freeware Size: 1.4 MB Download (91): MyJSQLView Download

Added: April 22, 2010 | Visits: 1.256

SecPanel SecPanel serves as a graphical user interface for managing and running SSH (Secure Shell) and SCP (Secure Copy) connections. SecPanel is not a new implementation of the SecureShell protocol or the ssh software-suite. SecPanel sits on top of SSH software-suites and supports the all ssh... Platforms: *nix

License: Freeware Size: 62.46 KB Download (127): SecPanel Download

Added: August 16, 2010 | Visits: 1.038

giwconfig giwconfig is graphical user interface which displays information about a wireless (WiFi) network interface. Whats New in This Release: - The program now scans for a wireless interface on startup instead of using a hardcoded interface.. Platforms: *nix

License: Freeware Size: 75.78 KB Download (115): giwconfig Download

Added: August 01, 2010 | Visits: 1.511

TkInter Tkinter is Pythons de-facto standard GUI (Graphical User Interface) package. It is a thin object-oriented layer on top of Tcl/Tk. Tkinter is not the only GuiProgramming toolkit for Python. It is however the most commonly used one, and almost the only one that is portable between Unix, Mac and... Platforms: *nix

License: Freeware Size: 8.8 MB Download (372): TkInter Download

Added: March 02, 2010 | Visits: 1.210

e-U Connect e-U Connect is a WPA Supplicant text mode user interface based on bash+dialog for connecting to the e-U network under Linux.. Platforms: *nix

License: Freeware Size: 13.31 KB Download (104): e-U Connect Download

Added: March 17, 2010 | Visits: 792

nuu NUU comes from Network Update Utility and is a graphical user interface which allows a user to make modifications to the installed rpm packages on a system.. Platforms: *nix

License: Freeware Size: 122.88 KB Download (89): nuu Download

Added: May 23, 2010 | Visits: 2.206

Turbo Vision Turbo Vision is a C++ library that provides a very nice user interface for console applications. This UNIX port is based on Borlands version 2.0 with fixes. It was made to create RHIDE, a nice IDE for gcc and other GNU compilers. The library supports /dev/vcsa devices for fast access to local... Platforms: *nix

License: Freeware Download (170): Turbo Vision Download

Added: May 10, 2013 | Visits: 1.423

PyUI PyUI is a user interface library written entirely in the high-level language python. It has a modular implementation that allows the drawing and event input to be performed by pluggable "renderers". This makes PyUI very portable and scalable. It can run in environments from hardware accelerated... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (101): PyUI Download

Added: September 03, 2010 | Visits: 807

Cabel Cabel is a graphical user interface for building csound instruments by patching modules similar to modular synthesizers. Cabel project is simply customizable through XML. Its intended for Csound beginners to learn some fundamentals about this wonderful language (although installing all... Platforms: *nix

License: Freeware Size: 94.21 KB Download (91): Cabel Download

Added: July 03, 2010 | Visits: 875

qPyProfiler qPyProfiler is a GUI (Graphical User Interface) to the Python profiler. It allow user to profile python application and browse profiling result in a convenient way. This projet starts on june 2007. I started this project because I do not found any free software that do that for python... Platforms: *nix

License: Freeware Size: 10.24 KB Download (101): qPyProfiler Download

Added: July 05, 2010 | Visits: 1.345

SQL Uniform SQL Uniform is a database client with a graphical user interface (GUI). The project is a helper application to relational databases of various types regarding query, maintenance, data comparison, export (convert), and import. It supports any kind of database and database servers to which there... Platforms: *nix

License: Freeware Size: 4.8 MB Download (116): SQL Uniform Download

Added: June 10, 2010 | Visits: 892

Glade Glade project is a free user interface builder for GTK+ and GNOME. The user interfaces designed in Glade are saved as XML, and by using the libglade library these can be loaded by applications dynamically as needed. (Glade can also generate C code, though this isnt recommended for large... Platforms: *nix

License: Freeware Size: 1.5 MB Download (98): Glade Download

Added: June 12, 2010 | Visits: 883

httpcmdd httpcmdd provides a way to have (web) browser user interface to programs running on the same machine as the browser. httpcmdd PEEKs the headers of the incoming message from browser and find program that matches the request received. Programs are run with privileges of the user running the... Platforms: *nix

License: Freeware Size: 34.82 KB Download (96): httpcmdd Download

Added: April 12, 2010 | Visits: 969

Tk::Mirror Tk::Mirror is a Perl extension for a graphic user interface to update local or remote directories in both directions. SYNOPSIS # in the simplest kind and manner use Tk::Mirror; use Tk; my $mw->MainWindow->new(); $mw->Mirror()->grid(); MainLoop(); # in a detailed kind use Tk; use... Platforms: *nix

License: Freeware Size: 7.17 KB Download (100): Tk::Mirror Download

Added: March 19, 2010 | Visits: 1.002

Tk::Image::Cut Tk::Image::Cut is a Perl extension for a graphic user interface to cut pictures. SYNOPSIS use Tk::Image::Cut; my $mw = MainWindow->new(); $mw->title("Picture-Cutter"); $mw->geometry("+5+5"); my $cut = $mw->Cut()->grid(); $mw->Button( -text => "Exit", -command => sub { exit(); },... Platforms: *nix

License: Freeware Size: 30.72 KB Download (104): Tk::Image::Cut Download

Added: April 08, 2010 | Visits: 918

QtEmu QtEmu is a graphical user interface for QEMU written in Qt4. It has the ability to run virtual operating systems on native systems. This way you can easily test a new operating system or try a Live CD on your system without any troubles and dangers. This project has been tested on Linux and... Platforms: *nix

License: Freeware Size: 491.52 KB Download (113): QtEmu Download

Added: November 23, 2010 | Visits: 1.467

MyJgui MyJgui is a light-weight graphical user interface for MySQL databases. It aims to be easy to use for new users as well as experts. Motivation: After the MySQL Front project went commercial, there was no light weight, feature rich and free mysql gui application that I considered worth running.... Platforms: *nix

License: Freeware Size: 21.5 KB Download (118): MyJgui Download

Released: September 26, 2012  |  Added: October 21, 2012 | Visits: 1.224

Visio Viewer Visio Viewer is a freeware that you can use to Open, view and print any Microsoft Office Visio(VSD) document. It's a quick and convenient way to view Visio files on your computer. Visio Viewer from FoxPDF lets you open, view Visio VSD and Rtf files as well as TXT files and it doesn't require... Platforms: Windows

License: Freeware Size: 11.1 MB Download (341): Visio Viewer Download

< 1 2 3 4 5 >