| Sponsored Links | ||||||||||||||
|
| ||||||||||||||
|
Collapse All
|
||||||||||||||
| Software Name | Software Type | Category | Price | |||||||||||
| 1 | iSMS 0.1.2 |
linux | Communications->Chat | Free |
View Detail
|
|||||||||
The iSMS package is a mobile messaging gateway. This is a package based upon the GSM::SMS package. It allows to implement a webservice based on SMS messages.It can be considered a piece of middleware that implements a HTTP<->SMS gateway. Here are some key features of "iSMS": · rule based bidirectional SMS messages. · SMS messages get translated to a HTTP request. A WEB frontent allows for easy configuration of rules. You can define ACL ( Access Control Lists ). POST/GET, Basic authentication, standard queries ... · XMLRPC based SMS gateway. · This allows for easy integration of corporate level applications into the iSMS suite. Almost all application servers or groupware products have XMLRPC support ( www.xmlrpc.com). With this support you can easily deploy a corporate wide SMSC. · Remote SMS nodes. · iSMS is build around a HTTPd ( apache ) as an event-based application server. To support serial nodes ( responsible for reception of SMS messages ) I had to use a seperate node-process. This also allows to build a distributed SMSC. You can have different nodes ( one for each operator ) and they all communicate back to the main server. The node uses XMLRPC as its messaging protocol. This way it is easy to use it through a corporate firewall or proxy. · A node does not need to run on the same machine as the iSMS server. |
||||||||||||||
| 2 | iSMS Manager 4-0 |
windows | Network Internet->Communication Tools | Free |
View Detail
|
|||||||||
| 3 | Callio Toolkit 17799 1.02 |
windows | Home Education->Miscellaneous | $495 |
View Detail
|
|||||||||
Acquaint yourself with the ISO 17799 / BS7799 standard and address key information security issues using Callio Toolkit 17799. This toolkit is comprised of a series of documents, tools, and other items brought together with the sole purpose of helping you understand the standard and enabling you to meet its basic requirements. Callio Toolkit 17799 contains the following essential elements: -introduction and ISO 17799 / BS 7799-2 implementation methodology -both parts of the BS 7799 / ISO 17799 standard - risk treatment module: In order to treat risk, Callio Toolkit 17799 helps you select appropriate controls. This Web application allows you to consult selected controls and to generate and manage security policies using the Policy Generator. -an audit kit: Callio Toolkit 17799 includes an ISMS compliance diagnostic tool and allows you to create and modify the statement of applicability leading to BS 7799-2 certification. In addition, the software includes an assessment and audit grid for the internal auditor, information on how a typical audit proceeds and an audit grid for the external auditor. -a policy generator: Rapidly create your security policy using the wide range of policies and guidelines suggested in the Callio Secura 17799 (35 policies and more than 500 guidelines covering the ten points of the ISO 17799 standard). -implementation templates: Use the templates and working documents, which include models, checklists, examples, additional information and utilities, in order to implement your ISMS. You will find more than 100 documents covering the ten sections of the standard, including asset inventory and classification templates, confidentiality agreements, employee recruitment forms, layouts for secure computer centers, as well as contingency plans. Requirements: IBM PC Compatible Microsoft Windows 98/ME/2000/XP, Microsoft Access 2002/XP, Toolkit 17799: BS7799 / ISO 17799 compliance software |
||||||||||||||
| 4 | sersnoop 0.4 |
linux | Miscellaneous->Terminals | Free |
View Detail
|
|||||||||
serialsnoop is a command-line tool for Linux that echoes bytes to and from any two serial ports, PTYs, or network sockets , and prints all traffic to stdout in hex and ASCII. to install (binary, debian): get the latest x86 .deb file and dpkg -i the thing. to install (from source): youll need linux. the code uses non-portable linux-isms in the network socket code. this is fixable, but i havent done it yet. for now, its a penguin-only thing. get the source and untar it. get my utility header file and put it either in the source tree or somewhere else in your include path type "make". hopefully it will build for you "./sersnoop -h" will get you the help. you can specify two fds to listen to: -a and -b. either or both of these can be a network socket, a physical tty, or a virtual pty. or, on debian systems, to build from source, you can grab the source package files and build from them. |
||||||||||||||
| 5 | Perl6::Parameters 0.03 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
Perl6::Parameters is a module with Perl 6-style prototypes with named parameters. SYNOPSIS use Perl6::Parameters; sub mysub($foo, ARRAY $bar, *%rest) { ... } DETAILS Perl6::Parameters is a Perl module which simulates Perl 6s named parameters. (When I talk about "named parameters" I mean something like the parameters youre used to from C, Java and many other languages--not pass-a-hash-with-the-parameters-in-it things.) Like most other programming languages, Perl 6 will support subroutines with pre-declared variables the parameters are put into. (Using this will be optional, however.) This goes far beyond the "line-noise prototypes" available in Perl 5, which only allow you to control context and automatically take references to some parameters--lines like my($first, $second)=(@_) will no longer be necessary. Although Perl 6 will have this, Perl 5 doesnt; this module makes it so that Perl 5 does. It uses some other Perl 6-isms too, notably the names for builtin types and the unary-asterisk notation for flattening a list. Crafting Parameter Lists Crafting parameter lists is simple; just declare your subroutine and put the parameters separated by commas or semicolons, in parenthesis. (Using a semicolon signifies that all remaining parameters are optional; this may not be available this way in Perl 6, but Im assuming it is until I hear otherwise.) Most parameters are just variable names like $foo; however, more sophisticated behavior is possible. There are three ways to achieve this. The first way is by specifying a type for the variable. Certain types make the actual parameters turn into references to themselves: ARRAY $foo This turns an array into a reference to itself and stores the reference into $foo. HASH $foo This turns a hash into a reference to itself and stores the reference into $foo. CODE $foo This turns a subroutine into a reference to itself and stores the reference into $foo. SCALAR $foo This turns a scalar into a reference to itself and stores the reference into $foo. GLOB $foo This turns a typeglob into a reference to itself and stores the reference into $foo. Typeglobs will be going away in Perl 6; this type exists in this module so that its useful for general use in Perl 5. REF $foo This turns any parameter into a reference to itself and stores it into $foo. This only works in Perl 5.8. Otherwise, its treated the same as any other unrecognized type name. AnythingElse $foo This has no effect in this module; its treated as though youd typed $foo without the AnythingElse. For example, if a subroutine had the parameters ($foo, HASH $bar, CODE $baz) and was called with ($scalar, %hash, &mysub) the subroutine would get the contents of $scalar, a reference to %hash and a reference to &mysub. The second way is by supplying an actual array or hash as a parameter name. This requires an array or hash to be passed in for that parameter; it preserves the length of the array or hash. The final way is only available for the last parameter: if an array or hash is prefixed with an asterisk, that array or hash will be filled with any additional parameters. |
||||||||||||||
| 6 | mysqlISP 1.23 |
linux | Database->Administrative frontents | Free |
View Detail
|
|||||||||
mysqlISP allows you to manage ISP customers, resellers, and their resources. mysqlISP lets you manage ISP customers, resellers, and their resources, and allows you to centralize resource and product usage. It works alone or in conjuntion with mysqlRadius, mysqlApache, mysqlBind, and mysqlSendmail applications of the openISP suite. A user-friendly, 100% template driven -skin- interface ism|4 is also available from a third party (mysqlIPM and mysqlRadacct are also supported.) |
||||||||||||||
| 7 | Typeit! 4.5 |
windows | Home Shell Desktop->Text editors | Free |
View Detail
|
|||||||||
Typeit description Typeit! is a Free Malayalam language editor that allows you to type and edit documents in Malayalam. Typeit! is a Free Malayalam language editor that allows you to type and edit documents in Malayalam. Now Typeit! supports three Malayalam Keyboards. They are Inscript (ISM), GIST and Malayalam Typewriter keyboard Layout. Anyone who is familier with any of the above keyboard layouts can use Typeit! with ease. The user interface is very simple and user friendly. Any user who is familiar with Windows can use this. You can switch between Malayalam font and You can change keyboard layouts easily by pressing F2 for ISM, F3 for GIST and F4 for Malayalam Typewriter. The another feature is hyphenation. Typeit! automatically hyphenate your documents, so that you can export it correctly to other applications. If you dont want hyphenation you can switch off by Hyphenation->Auto Hyphen command from Tools Menu. It is easy to export the typed text in to other applications. It can be done by two ways. One method is to copy the typed matter and paste in to the other applications such as Word, PageMaker, Quark Xpress etc. Or you can save the document in RTF (Rich Text Format) and import in to other apllications. By default, Malayalam font is ML-TTRevathi. Font and FontSize can be changed using SetFont Command from Format Menu. You can convert your documents to Unicode. Unicode is very useful if you are using internet. |
||||||||||||||
| 8 | mysqlIPM 1.23 |
linux | System->Networking | Free |
View Detail
|
|||||||||
mysqlIPM is a Web-based IP address, router, firewall, and quality of service manager. It includes provisions for MAC hardware addresses, and tftp files for router backup. In a nutshell mysqlISP assigns (and deploys across network of ISP servers) products to ISP clients (customers). These products consist of one or more sevices that similarly consist of one or more service parameters. End user level, Reseller level, Admin level and Root level record and operation permissions have been built in from the ground up (based on years of ism|2 experience.) Even ISP employees would have a hard time bypassing cgi security measures. The products are deployed for new/mod/del operations via an asynchronous job queue system and read by subsystem servers via mySQL tcp/ip connections (or if local much faster and secure mySQL socket.) Client side subsystem root command line operations done with crontab entries read the master mysqlISP job queue -this is very secure and much better than root permission httpd daemons...shudder. For the PRO ISP all this should be done with a second NIC card on all edge servers making up a private ISP management LAN. But mySQL GRANT command with passwd and user@hostip makes system pretty much secure, except for possible packet sniffers run on non switched hub local -unlikely unless server is hacked. VPN, ssl tunnels etc can be used also for mySQL connections between servers. unixservice.com commercial: Non GPL software like unixservice.coms ism|4 (but at least very inexpensive -less than $100/Month- with sitewide license, install, monthly support hours, and yes it is opensource -installed on your server. Support is local to your region NA, SA, Europe etc.) can wrap mysqlISP for a non technical 100% customizable look and feel -skin template sets. ism|4 can also be used to automate billing of ISP clients (ACHDebits, credit card, email, checks, cash etc...electronically, periodically, one-time...etc.) Propietary closed source ISP software companies hate us believe me. Whats New in This Release: · VERY IMPORTANT: Some accounting queries require mySQL 4. · Added accounting invoice generation and payment processing. · Added special client usage products. · Added accounting test suite .mysql SQL files. · Changed tInstance schema (again...sorry) for accounting specs. · Minor changes in many table pages for improved application use. |
||||||||||||||
| 9 | Snort::Rule 1.03 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
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"); $rule->opts(threshold,type limit,track by_src,count 1,seconds 3600); $rule->opts(sid,500000); print $rule->string()."n"; OR $rule = alert tcp $SMTP_SERVERS any -> $EXTERNAL_NET 25 (msg:"BLEEDING-EDGE POLICY SMTP US Top Secret PROPIN"; flow:to_server,established; content:"Subject|3A|"; pcre:"/(TOPsSECRET|TS)//[sw,/-]*PROPIN[sw,/-]*(?=//(25)?X[1-9])/ism"; classtype:policy-violation; sid:2002448; rev:1;); $rule = Snort::Rule->new(-parse => $rule); print $rule->string()."n"; This is a very simple snort rule object. It was developed to allow for scripted dynamic rule creation. Ideally you could dynamically take a list of bad hosts and build an array of snort rule objects from that list. Then write that list using the string() method to a snort rules file. |
||||||||||||||
| 10 | Sweex Bluetooth Class II USB Adapter |
driver | Other->HP | Free |
View Detail
|
|||||||||
The Sweex Bluetooth USB adapter makes it easy to create a wireless link between a desktop PC and Bluetooth devices such as a Bluetooth phone, keyboard, mouse, printer or PDA. You can also exchange data between multiple PCs or notebooks. The adapter has user-friendly software and is easy to install. You can communicate with up to seven Bluetooth devices at a time. Features: Bluetooth 1.2, Class 2 Maximum distance for Bluetooth connection: 10 metres Maximum data speed: 723 Kbps Interface: USB 1.1 Power consumption: 30mA (operation), < 1mA (standby) Frequency range: 2.400Ghz ~ 2.480 GHz ISM Band Sensitivity: -80dBm @0.1%BER Output voltage: 5V Operating temperature: -10 o C ~ 55 o C Dimensions: 45 x 22 x 8.5 mm (l x h x w) Weight: < 8g It is highly recommended to always use the most recent driver version available. Do not forget to check with our site as often as possible in order to stay updated on the latest drivers, software and games. Try to set a system restore point before installing a device driver. This will help if you installed a wrong driver. Problems can arise when your hardware device is too old or not supported any longer. |
||||||||||||||
| 11 | Sweex Bluetooth Class I USB Adapter |
driver | Other->HP | Free |
View Detail
|
|||||||||
An easy way to create a wireless connection with a maximum range of 100 metres using the Sweex Bluetooth Class 1 USB Adapter. This adapter gives your desktop PC a wireless communication with Bluetooth devices such as: telephones, keyboards, mouse, printer or a PDA. You can also exchange data between multiple PCs or notebooks. You can communicate with up to seven Bluetooth devices at once. The adapter has user-friendly software and is easy to install. Features: Bluetooth 1.2, Class 1 Maximum distance for Bluetooth connection: 100 metres Maximum data speed: 723 Kbps Interface: USB 1.1 Power consumption: 30mA (operation), < 1mA (standby) Frequency range: 2.400Ghz ~ 2.480 GHz ISM Band Sensitivity: -80dBm @0.1%BER Output voltage: 5V Operating temperature: -10 o C ~ 55 o C Dimensions: 45 x 22 x 8.5 mm (l x h x w) Weight: < 8g It is highly recommended to always use the most recent driver version available. Do not forget to check with our site as often as possible in order to stay updated on the latest drivers, software and games. Try to set a system restore point before installing a device driver. This will help if you installed a wrong driver. Problems can arise when your hardware device is too old or not supported any longer. |
||||||||||||||
| 12 | AMPHIOTIK ENHANCER PR [Winamp] 2.04 |
windows | Audio Multimedia->Audio Plugins | $199 |
View Detail
|
|||||||||
AMPHIOTIK ENHANCER PR (PRofessional edition), for Winamp, is a powerful 3D-Audio system, for professionals, which processes standard stereo audio and converts it into an enhanced, rich 3D stereo output, increasing dramatically the listening experience. In the PRofessional edition, you can place the channels of your tracks in a fully customizable 3D Virtual Auditory Environment surrounding you, and experience a complete immersion.AMPHIOTIK ENHANCER PR [Winamp] is an audio system that processe standard stereo audio signals. TECHNOLOGY: AMPHIOTIK ENHANCER is based on AMPHIOTIK TECHNOLOGY, which in turn is based on Binaural Technology and HRTFs technique. Virtual Worlds: The virtual environment is represented by the means of 3D-Graphics. New "worlds" can be generated and the dimensions of the world and the materials of the surfaces can be freely adjusted. Sound Field Model: SFM is simulated by the means of Image Source Method (ISM) for the early reflections, in combination with reverberation algorithms for the simulation of the late part. Ultimate control over the sound field is allowed, by selecting the material, and thus the absorption coefficients, of each surface. Virtual Sound Sources: Unlimited number of virtual sound sources, which are dynamically linked to the channels of the stereo input. Positioning - 3D/2D View: Arbitrary positioning of the virtual sound sources and the virtual listener. Listening over Headphones When listening over headphones, the sound image is externalized out of the head. Listening over Loudspeakers:Transaural-Audio When listening over loudspeakers, standard stereo makes the sound come from between the two speakers in front of the listener. Transaural-Audio extends the sound field beyond the separation of the loudspeakers and the sound surrounds the listener. Arbitrary positioning of the loudspeakers is allowed in the horizontal plane. Materials Absorption: Store the appearance and the absorption coefficients of materials. ATHRTF Tool, Post equalization, Automatic Gain Control and more. |
||||||||||||||
| 13 | AMPHIOTIK ENHANCER PR [VST] 2.04 |
windows | Audio Multimedia->Audio Plugins | $199 |
View Detail
|
|||||||||
AMPHIOTIK ENHANCER PR (PRofessional edition) ,VST plugin,is a powerful 3D-Audio system, for professionals, which processes standard stereo audio and converts it into an enhanced, rich 3D stereo output, increasing dramatically the listening experience. In the PRofessional edition, you can place the channels of your tracks in a fully customizable 3D Virtual Auditory Environment surrounding you, and experience a complete immersion. AMPHIOTIK ENHANCER PR [VST] is an VST plugin that processes standard sereo audioand converts in enhanced. TECHNOLOGY: AMPHIOTIK ENHANCER is based on AMPHIOTIK TECHNOLOGY, which in turn is based on Binaural Technology and HRTFs technique. Virtual Worlds: The virtual environment is represented by the means of 3D-Graphics. New "worlds" can be generated and the dimensions of the world and the materials of the surfaces can be freely adjusted. Sound Field Model: SFM is simulated by the means of Image Source Method (ISM) for the early reflections, in combination with reverberation algorithms for the simulation of the late part. Ultimate control over the sound field is allowed, by selecting the material, and thus the absorption coefficients, of each surface. Virtual Sound Sources: Unlimited number of virtual sound sources, which are dynamically linked to the channels of the stereo input. Positioning - 3D/2D View: Arbitrary positioning of the virtual sound sources and the virtual listener. Listening over Headphones When listening over headphones, the sound image is externalized out of the head. Listening over Loudspeakers:Transaural-Audio When listening over loudspeakers, standard stereo makes the sound come from between the two speakers in front of the listener. Transaural-Audio extends the sound field beyond the separation of the loudspeakers and the sound surrounds the listener. Arbitrary positioning of the loudspeakers is allowed in the horizontal plane. Materials Absorption: Store the appearance and the absorption coefficients of materials. ATHRTF Tool, Post equalization, Automatic Gain Control and more. |
||||||||||||||
| 14 | AMPHIOTIK ENHANCER ST [Winamp] 2.01 |
windows | Audio Multimedia->Audio Plugins | $99 |
View Detail
|
|||||||||
AMPHIOTIK ENHANCER ST is a powerful 3D-Audio system, which processes standard stereo audio and converts it into an enhanced, rich 3D stereo output, increasing dramatically the listening experience. You can place the channels of your tracks in a fully customizable 3D Virtual Auditory Environment surrounding you, and experience a complete immersion. Amphiotik Enhancer ST is a 3D Audio system, which processes standard stereo audio signals. AMPHIOTIK TECHNOLOGY: AMPHIOTIK ENHANCER is based on AMPHIOTIK TECHNOLOGY, which in turn is based on Binaural Technology. Binaural processing is based on HRTFs technique. Virtual Worlds: The virtual environment is represented by the means of 3D-Graphics. New "worlds" can be generated through predefined templates. The dimensions of the world and the materials of the surfaces can be freely adjusted. Sound Field Model: SFM is simulated by the means of Image Source Method (ISM) for the early reflections, in combination with reverberation algorithms for the simulation of the late part. Ultimate control over the sound field is allowed, by selecting the material, and thus the absorption coefficients, of each surface. Virtual Sound Sources: There are five virtual sound sources, which are dynamically linked to the channels of the stereo input. Positioning - 3D/2D View: Arbitrary positioning of the virtual sound sources and the virtual listener. Listening over Headphones When listening over headphones, the sound image is externalized out of the head. Listening over Loudspeakers: Transaural-Audio (Cross-Talk Cancellation system). When listening over loudspeakers, standard stereo makes the sound come from between the two speakers in front of the listener. Transaural-Audio extends the sound field beyond the separation of the loudspeakers and the sound surrounds the listener. Arbitrary positioning of the loudspeakers is allowed in the horizontal plane. Materials Absorption: Store the appearance and the absorption coefficients of materials. Post equalization, Automatic Gain Control and more... |
||||||||||||||
| 15 | AMPHIOTIK ENHANCER LT [Winamp] 2.01 |
windows | Audio Multimedia->Audio Plugins | $19 |
View Detail
|
|||||||||
AMPHIOTIK ENHANCER LT (LiTe edition) is an easy-to-use yet powerful 3D-Audio system, for novice users, which processes standard stereo audio and converts it into an enhanced, rich 3D stereo output, increasing dramatically the listening experience. In the LiTe edition, you can place the channels of your tracks in pre-designed 3D Virtual Auditory Environments (presets) , and experience a complete immersion. AMPHIOTIK ENHANCER LT [Winamp] is a Winamp utility that converts the audio signal. AMPHIOTIK TECHNOLOGY: AMPHIOTIK ENHANCER is based on AMPHIOTIK TECHNOLOGY, which in turn is based on Binaural Technology. Binaural processing is based on HRTFs technique. Virtual Worlds & Sound Field Models(SFM): The virtual environment is represented by the means of 3D-Graphics.SFM is simulated by the means of Image Source Method (ISM) for the early reflections, in combination with reverberation algorithms for the simulation of the late part. Virtual Sound Sources: There are two virtual sound sources, which are linked to the left and right channels of the stereo input. Positioning - 3D/2D View: Arbitrary positioning of the virtual sound sources and the virtual listener. Listening over Headphones When listening over headphones, the sound image is externalized out of the head. Listening over Loudspeakers:Transaural-Audio (Cross-Talk Cancellation system). When listening over loudspeakers, standard stereo makes the sound come from between the two speakers in front of the listener. Transaural-Audio extends the sound field beyond the separation of the loudspeakers and the sound surrounds the listener. Arbitrary positioning of the loudspeakers is allowed in the horizontal plane. Post equalization, Automatic Gain Control and more... |
||||||||||||||
| 16 | AMPHIOTIK ENHANCER ST [VST] 2.10 |
windows | Audio Multimedia->Audio Plugins | $99 |
View Detail
|
|||||||||
AMPHIOTIK ENHANCER ST (STandard),VST plugin,is a powerful 3D-Audio system, for novice and intermediate users, which processes standard stereo audio and converts it into an enhanced, rich 3D stereo output, increasing dramatically the listening experience. In the STandard edition, you can place the channels of your tracks in a fully customizable 3D Virtual Auditory Environment surrounding you, and experience a complete immersion. AMPHIOTIK ENHANCER is based on AMPHIOTIK TECHNOLOGY, which in turn is based on Binaural Technology. Binaural processing is based on HRTFs technique. Virtual Worlds: The virtual environment is represented by the means of 3D-Graphics. New "worlds" can be generated and the dimensions of the world and the materials of the surfaces can be freely adjusted. Sound Field Model: SFM is simulated by the means of Image Source Method (ISM) for the early reflections, in combination with reverberation algorithms for the simulation of the late part. Ultimate control over the sound field is allowed, by selecting the material, and thus the absorption coefficients, of each surface. Virtual Sound Sources: There are five virtual sound sources, which are dynamically linked to the channels of the stereo input. Positioning - 3D/2D View: Arbitrary positioning of the virtual sound sources and the virtual listener. Listening over Headphones: When listening over headphones, the sound image is externalized out of the head. Listening over Loudspeakers: Transaural-Audio - When listening over loudspeakers, standard stereo makes the sound come from between the two speakers in front of the listener. Transaural-Audio extends the sound field beyond the separation of the loudspeakers and the sound surrounds the listener. Arbitrary positioning of the loudspeakers is allowed in the horizontal plane. Materials Absorption: Store the appearance and the absorption coefficients of materials. Post equalization, Automatic Gain Control and more. |
||||||||||||||
| 17 | AMPHIOTIK ENHANCER LT [Winamp] 1.12 |
windows | Audio Multimedia->Audio Plugins | $19 |
View Detail
|
|||||||||
|
||||||||||||||
| 18 | AMPHIOTIK ENHANCER LT [Media Player] 1.12 |
windows | Audio Multimedia->Audio Plugins | N |
View Detail
|
|||||||||
|
||||||||||||||
| 19 | Sweex Wireless LAN PC Card 140 Nitro XM |
driver | Other->HP | Free |
View Detail
|
|||||||||
The Sweex Wireless LAN PC Card 140 Nitro XM is ideal for notebook users! Nitro XM technology enables you to create super fast wireless networks with transfer speeds of up to 140 Mbps. The PC card is very user-friendly. Insert it in your notebook and you will be able to communicate with other wireless workstations or Access Points in the network virtually instantly. Furthermore, the wireless network can be protected against unauthorised external use by means of the various security options. Features: Supports: Nitro XM, IEEE 802.11g and IEEE 802.11b Maximum connection speed: 140 Mbps Auto fallback Chipset: Javelin ISL3886 32 bit Cardbus, PC card type II Data compression Direct link Security: 64/128 bit WEP encryption, WPA, AES and IEEE 802.1x Aerial: Aerial: Built-in aerial for sending and receiving Europe: 13 channels, North-America: 11 channels Modulation: OFDM with BPSK, QPSK (11g), BPSK, QPSK, CCK (11b) Frequency ISM Band: 2.400 - 2.497 GHz Supports: Windows 98SE, 2000 and XP Power consumption: Tx: 520 mA, Rx: 425 mA, Maximum transmission capacity: 18 dBm 2 x LED: ACT and Link Operating temperature: 0° - 60°C Maximum air humidity: 90% Dimensions: 85 x 55 x 18 mm (b x h x d) Certification: FCC, CE It is highly recommended to always use the most recent driver version available. Do not forget to check with our site as often as possible in order to stay updated on the latest drivers, software and games. Try to set a system restore point before installing a device driver. This will help if you installed a wrong driver. Problems can arise when your hardware device is too old or not supported any longer. |
||||||||||||||
| 20 | XnView 4.51 |
linux | Multimedia->Graphics | Free |
View Detail
|
|||||||||
Come to discover XnView, a software to view and convert graphic files, really simple to use ! Support of more than 400 graphics formats ! Its free, so do not hesitate ! XnView (1.80.3/1.70) exists for Windows, MacOS X, Linux x86, Linux ppc, FreeBSD x86, OpenBSD x86, NetBSD x86, Solaris sparc, Solaris x86, Irix mips, HP-UX, AIX ! NConvert (4.51) exists for Windows, Linux x86, Linux ppc, FreeBSD x86, OpenBSD x86, NetBSD x86, Solaris sparc, Solaris x86, Irix mips, HP-UX, AIX, OS/2, Atari, BeOS x86, MacOS X et QNX! Here are some key features of "XnView": · Import about 400 graphic file formats · Export about 50 graphic file formats · Multipage TIFF, Animated GIF, Animated ICO support · Image IPTC, EXIF metadata support · EXIF auto rotation support · IPTC editing · Resize, rotate, crop support · Lossless rotate & crop (jpeg) support · Adjust brigthness, contrast... · Auto levels, contrast · Modify number of colors · Apply filters (blur, average, emboss, ...) · Apply effects (lens, wave, ...) · Fullscreen mode · Slide show with effects · Batch convert, batch rename · Create WEB page easily · Screen capture · Create contact Sheet · Create or edit Multi-page file (TIFF, DCX, LDF) · TWAIN & WIA support (Windows only) · Print support (Windows only) · Drag & Drop support (Windows only) · Compare image side by side · Filmstrip layout · 44 languages support (Windows only) · And many many other things... · No Adware, No Spyware Formats that can XnView can handle: · ADEX img,rle · AIM Grey Scale ima,im · ARF arf · AT&T Group 4 att · Access g4 · Aces200 ace · Acorn Sprite · Adobe Illustrator ai · Adobe PhotoParade php · Adobe Photoshop psd · Advanced Art Studio ocp,art,pic · AirNav anv · Alias Image File pix,als,alias · Alpha Microsystems BMP bmp · Amapi 2d · Amica Paint ami,[b] · Amiga IFF iff,blk · Amiga icon info · Amstrad Cpc Screen · Andrew Toolkit raster object atk · Apollo HDRU hdru,hdr · ArcInfo Binary hdr · Art Director art · Artisan art · Artist 64 a64 · Astronomical Research Network arn · Aurora sim · Auto F/X afx · Autocad CAD-Camera img · AutoCAD DXF dxf · AutoCAD DWG dwg · Autodesk Animator fli,flc · Autodesk SKETCH thumbnail skf · Autodesk SketchUp component skp · Autologic gm,gm2,gm4 · Award Bios Logo epa · Axialis Screensaver ssp · B3D (images) b3d · BFLI bfl,bfli · BMF bmf · BYU SIR sir · Bfx Bitware bfx · Bio-Rad confocal pic · Blazing Paddles pi · Bob Raytracer bob · Brooktrout 301 brk,301,brt · Buttonz & Tilez texture til · byLight bif · CALS Raster cal,cals · CDU Paint cdu · CMU Window Manager cmu · CP8 256 Gray Scale cp8 · Calamus cpi,crg · Canon Navigator Fax can · Canon PowerShot crw · Cartes Michelin big · Casio QV-10/100 Camera cam · Chinon ES-1000 digital camera cmt · Cloe Ray-Tracer clo,cloe · ColoRIX rix,sci,scx,sc? · CompW wlm · CompuServe GIF gif,giff · Computer Eyes, Digital Vision ce · ComputerEyes Raw ce1,ce2 · Core IDC idc · Corel Draw Bitmap (preview) cdr · Corel Draw Pattern (preview) pat · Corel Flow bmf · Corel Metafile Exchange (preview) cmx · Corel PhotoPaint 6.0 cpt · CoverDesigner ncd · CoverDesigner Template nct · DBW Render · DIV Game Studio Map map · DIV Game Studio Multi Map fpg · DKB Ray-Tracer dis · DPX dpx · Dali Raw sd0,sd1,sd2 · Datacopy img · Degas & Degas Elite pi1,pc1,pi2 · pc2,pi3,pc3 · pi4,pi5,pi6 · Deluxe Paint, Electronic Arts lbm,ilbm · Dicom dcm,acr · Digital F/X tdim · Digital Research (GEM Paint) img,gem · Discorp CMP Image cmp · DjVu djvu,djv,iw4 · Doodle Atari doo · Doodle C64 dd · Doodle C64 (Compressed) jj · Dr Halo cut · Draz Paint drz · EA Sports FSH fsh · EPS Interchange Format epi · ERI-chan (Entis Rasterized Image) eri · ESM Software Pix pix · Ecchi ecc · Eclipse tile · Edmics c4 · Electric Image ei,eidi · Embroidery bmc · Encapsulated Postscript(Preview) eps · Enhance Simplex esm · Eroiica eif · Enhanced Compressed Wavelet ecw · Explore (TDI) & Maya tdi,iff · FIF (Iterated System) fif · FIT fit · Fax Group 3 g3,fax · Fenix Map map · Fenix Multi Map fpg · Flash Image fi · FlashPix Format fpx · Flexible Image Transport System fts,fits,fit · Fuzzy bitmap fbm,cbm · GeoPaint geo · Gfa Raytrace sul · Gimp Bitmap xcf · Gimp Brush gbr · Gimp Icon ico · Gimp Pattern pat · GoDot 4bt,4bit,clp · HF hf · HP-48/49 GROB gro,grb · HRU hru · HSI Raw raw · Half-Life Model mdl · Hayes JTFax jtf · Hemera Photo Image hpi · Hemera Thumbs hta · Heretic II MipMap m8 · Hi-Eddi hed · Hires C64 hir · Homeworld Texture lif · HPGL/2 plt, hgl, hg, · hpg, plo, hp, · hp1, hp2, hpgl, · hpgl2, gl2, prn, spl · IBM Kips kps · IBM Printer Page Segment pse · IM5 (Visilog) im5 · IMNET Image imt · IOCA ica,ioca · ISS iss · Icon Library icl · Image Capture Board icb · Image Magick file mif,miff · Image Speeder ish · Image System (Hires) ish · Image System (Multicolor) ism · Image Systems RLC2 Graphic rlc · ImageLab b&w,b_w · Imaging Fax g3n · Imaging Technology img · Img Software Set img · Inshape iim · InterPaint (Hires) iph · InterPaint (Multicolor) ipt · Intergraph Format itg,cit,rle · Interleaf iimg · Iris CT ct · Iris graphic iris · J Wavelet Image Codec wic · JBIG jbg,bie,jbig · JPEG / JFIF jpg,jpeg,jif · jfif,J,jpe · JPEG-2000 Code Stream jpc · JPEG-2000 JP2 File Format jp2,j2k,jpx · JPEG-LS jls · Jeffs Image Format jif · Jovian VI vi · Jpeg Network Graphics jng · JustButtons animated bitmap btn · Khoros Visualization Image file vif,viff,xv · KinuPix Skin thb · Kiss Cel cel · Koala Paint koa · Koala Paint (Compressed) gg · Kodak Cineon cin · Kodak DC120 Digital Camera kdc · Kodak DC25 Camera k25 · Kodak Photo CD pcd · Kofax Group 4 kfx · Konica Camera File kqp · LSS16 16 · LView Pro lvp · LaserData lda · Light Work Image lwi · LucasFilm Format lff · Lumena CEL cel · LuraDocument Format ldf · LuraWave Format lwf · LuraWave JPEG-2000 Code Stream jpc · LuraWave JPEG-2000 Format jp2,j2k,jpx · MAGIchan Graphics mag · MGI Photosuite Project pzp · MGR bitmap mgr · MTV Ray-Tracer mtv · Mac Paint mac,mpnt,macp · pntg,pnt,paint · Macintosh Quickdraw/Pict pic,pict,pict2 pct · Maggi Hairstyles & Cosmetics fff · Male MRI pd,t1,t2 · Male Normal CT fre · Marks Russel File mrf · Mavica 411 · Maw-Ware Textures mtx · Mayura Draw pdx · MegaPaint bld · Megalux Frame frm · Micro Dynamics MARS pbt · Micro Illustrator Uncompressed mil · Micrografx Picture Publisher 4.0 pp4 · Micrografx Picture Publisher 5.0 pp5 · Microsoft Paint msp · Microtek Eyestar img · Mindjongg Format ipg · MonkeyCard pdb · MonkeyLogo pdb · MrSid sid · Msx 2 Screen sc2 · Multiple Network Graphics mng · Multiple Network Graphics mng · NCR Image ncr · NIST ihdr pct · National Imagery Transmission nitf · NeoBook Cartoon car · Neochrome (ST & TT) neo · Neopaint Mask npm · Neopaint Stamp stw · Nikon D1 digital camera nef · Nokia Group Graphics ngg · Nokia Logo File nlm · Nokia Operator Logo nol · Nokia OTA bitmap otb · OAZ Fax oaz · OS/2 Bitmap bmp,bga · Olicom Fax ofx · Open Image Library Format oil · Optigraphics cft · Optigraphics Tiled ttf · Optocat abs · Oric Hires hir · Oric TAP tap · Os/2 Warp bga · PABX background pix · PC Paint / Pictor Page pic,clp · PCO b16 · PM pm · PWC pwc · Page Control Language pcl · Paint Magic pmg · PaintShopPro Browser Cache File jbf · PaintShopPro Frame pfr · PaintShopPro Image psp · PaintShopPro Mask msk · PaintShopPro Pattern pat · PaintShopPro Picture Tube tub · PaintShopPro Texture tex · Palm Pilot pdb · Pegs pxs,pxa · Pfs Art Publisher art · Photo Deluxe pdd,pdb · PhotoFantasy Image fsy · PhotoFrame frm · PhotoStudio File psf · PhotoStudio Stamp stm · Photomatrix cat · Pict2 p2 · Photopaint Image apx · Picasso 64 p64 · Picture Gear Pocket prc · Pixar picture file pic,pxr,picio · pixar · Pixel Power Collage ib7,i17,i18 · if9 · Pixia pxa · Pixibox pxb · Planetary Data System pds,img · Playback Bitmap Sequence bms · Pocket PC Bitmap 2bp · Polychrome Recursive Format prf · Portable Bitmap pbm,rpbm · Portable Document Format pdf · Portable Greyscale pgm,rpgm · Portable Image pnm,rpnm,pbm · rpbm,pgm,rpgm · ppm,rppm · Portable Network Graphics png · Portable Pixmap ppm,rppm · Portfolio Graphics pgf · Portfolio Graphics Compressed pgc · Portrait cvp · Poser Bump bum · Postscript ps,eps · PowerPoint (images) pps · PowerPoint Presentation (images) ppt · Printfox/Pagefox bs,pg,gb · Prisms pri · Psion Serie 3 Bitmap pic · Psion Serie 5 Bitmap mbm · Punk Productions Picture ppp · Puzzle pzl · Q0 q0,rgb · Qdv (Random Dot Software) qdv · Qrt Ray-Tracer qrt · Quake Texture wal · Quantel VPB vpb · QuickTime Image Format qtif,qti · RIPTerm Image icn · Radiance rad,img,pic · Rainbow Painter rp · Raw raw,gry,grey · Rayshade pic · Red Storm File Format rsb · Ricoh Digital Camera j6i · Ricoh Fax 001 · Ricoh IS30 pig · RunPaint (Multicolor) rpm · SBIG CCD camera ST-4 st4 · SBIG CCD camera ST-X stx,st4,st5 · st6,st7,st8 · SPOT dat · Saracen Paint sar · SciFax sci · SciTex Continuous Tone sct,ct · Seattle Film Works sfw · Seattle Film Works multi-image pwp,sfw · SecretPhotos puzzle xp0 · Sega SJ-1 DIGIO sj1 · Sharp GPB img · Silicon Graphics RGB rgb,rgba,bw · iris,sgi · Skantek skn · Slow Scan Television hrz · SmartDraw 6 template sdt · SmartFax 001 · SmoothMove Pan Viewer pan · Softimage pic,si · Solitaire Image Recorder sir · Sony DSC-F1 Cyber-shot pmp · Sony Playstation TIM tim · Spectrum 512 spu · Spectrum 512 (Compressed) spc · Spectrum 512 (Smooshed) sps · SriSun ssi · Stad pic,pac,seq · Star Office Gallery sdg · Starbase img · Stardent AVS X x,avs,mbfs · mbfavs · Starlight Xpress SX 500x291 RAW · Stereo Image jps · Structured Fax Format sff · Sun Icon/Cursor icon,cursor,ico · pr · Sun Rasterfile ras,rast,sun · sr,scr,rs · Sun TAAC file iff,vff,suniff · taac · Synthetic Universe syn,synu · TG4 tg4 · TI Bitmap 92i,73i,82i, 83i,85i,86i, 89i · TIFF Revision 6 tif,tim,tiff · TRS 80 hr · TealPaint pdb · Thumbnail tnl · Tiny tny,tn1,tn2 · tn3 · Total Annihilation gaf · Truevision Targa tga,targa,pix · bpx,ivb · Ulead Pattern pst · Ulead PhotoImpact upi · Ulead Texture pe4 · Usenix FaceServer fac,face · Utah raster image rle,urt · VITec vit · VRML2 wrl · Verity vif · Vicar vic,vicar,img · Vidcom 64 vid · Video Display Adapter vda · Vista vst · Vivid Ray-Tracer img · Vort pix · Vue desprit vob · WAD (Half Life) wad · WaveL iwc · Wavefront Raster file rla,rlb · WebShots wbc,wbz · WhyPic ypc · WinFAX fxs,fxo,wfx · WinMIPS pic · Windows & Aldus Metafile wmf · Windows Animated Cursor ani · Windows Bitmap bmp,rle,vga · rl4,rl8,sys · Windows Clipboard clp · Windows Cursor cur · Windows DIB dib · Windows Enhanced Metafile emf · Windows Icon ico · Wireless Bitmap (level 0) wbmp,wbm,wap · Word Perfect Graphics wpg · X Windows System dump xwd,x11 · X11 Bitmap xbm,bm · X11 Pixmap xpm,pm · XV Visual Schnauzer p7 · Xara (images) xar · Xerox DIFF xif · Ximage xim · Xionics SMP smp · YUV 16Bits yuv,qtl,uyvy · YUV 16Bits Interleaved yuv,qtl,uyvy · YUV 4:1:1 yuv,qtl · YUV 4:2:2 yuv,qtl · YUV 4:4:4 yuv,qtl · ZX Spectrum Hobetta $s,$c,!s · ZX Spectrum Snapshot sna · ZX Spectrum standard screen scr · ZZ Rough rgh · Zoner Callisto Metafile (preview) zmf · Zoner Zebra Metafile (preview) zbr · Zsoft Multi-page Paintbrush dcx · Zsoft Publishers Paintbrush pcx,pcc,dcx · Description Extensions Legend · Sound file, Audio Interchange Format aif,aiff · Sun & Next Audio format au,snd · Musical Instrument Digital Interface (MIDI) mdi · Windows audio file wav · Video for Windows avi,vfw · QuickTime Movie mov,qt · Moving Pictures Experts Group format mpg,m1v,mpa, mpe,mpeg |
||||||||||||||
My Software
You have not saved any software. Click "Save" next to each software to save it to your software basket
