twisted words
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 911

SearchWP 2.4
SearchWP provides word-find buttons bar and highlighting for the searchbox. more>>
SearchWP 2.4 is a potential and easy to use Mozilla Firefox add-on. Find terms entered in the search box easily with jump-to-word buttons and highlighting. Words typed in the search box are converted into buttons that can be used to find them in the current page.
Enhancements: Compatibility for Firefox 3.5
<<less Added: 2009-07-15 License: MPL Price: FREE
11 downloads
Other version of SearchWP
License:MPL (Mozilla Public License)

Phonetic for Linux 1.0
A program that translates text to the phonetic alphabet. more>> It is freeware with the source code avaliable. You can run it in Linux or Windows.
Phoneic finds words within telephone numbers. Phonetic also converts phonetic telephone numbers into numeric digits.
All words found within the given telephone number will be listed. If you click on a word, every combination in which that word is included will be displayed.<<less
Download (809.72MB)
Added: 2009-04-22 License: Freeware Price: Free
187 downloads

Phonetic for mac 1.0
A program that translates text to the phonetic alphabet. more>> It is freeware with the source code avaliable. You can run it in Linux or Windows.
Phoneic finds words within telephone numbers. Phonetic also converts phonetic telephone numbers into numeric digits.
All words found within the given telephone number will be listed. If you click on a word, every combination in which that word is included will be displayed.<<less
Download (809.72MB)
Added: 2009-04-21 License: Freeware Price: Free
198 downloads
Scramble Words Generator 1.0
Can you raed tihs? Did you konw that it is poissble to raed text eevn wehn the iennr letrets hvae been rraeargned? If youre albe to raed tihs now, t... more>> <<less
Download (0KB)
Added: 2009-04-06 License: Freeware Price: Free
244 downloads
Scrabble Blast Solver 0.1
Scrabble Blast Solver application more>>
Scrabble Blast Solver 0.1 offers you a professional and easy-to-use software which is an effective way to find and display words and their score for the popular online Scrabble Blast game. This product will be your good choice.
Enhancements: Only calculates the correct score of words for the first round.
Added: 2009-01-29 License: GPL Price: FREE
20 downloads
Freevo 1.7.3
Freevo is a standalone Linux digital VCR/PVR. more>>
Freevo project is a Linux application that turns a PC with a TV capture card and/or TV-out into a standalone multimedia jukebox/VCR/PVR/HTPC/DVR/set-top box.
It uses MPlayer and other apps to play and record audio and video. It is optimized for use with a TV and remote, but can be used with a monitor and keyboard. It is very easy to install since the binary release package has no external dependencies.
Main features:
- SDL
- Pygame
- Python Imaging Library
- Mplayer
- Python
- Python Twisted
- Xine
Enhancements:
- New audio scrobbler plug-in
- New Chinese translation
- New Greek translation
- Updates the Apple trailers plug-in
- Updates to recordings manager
- Updates to button bar plug-ins
- Updated French translation
- Updated Spanish translation
- Changes to MPlayer field dominance and interlacing
- Many bug fixes
<<lessIt uses MPlayer and other apps to play and record audio and video. It is optimized for use with a TV and remote, but can be used with a monitor and keyboard. It is very easy to install since the binary release package has no external dependencies.
Main features:
- SDL
- Pygame
- Python Imaging Library
- Mplayer
- Python
- Python Twisted
- Xine
Enhancements:
- New audio scrobbler plug-in
- New Chinese translation
- New Greek translation
- Updates the Apple trailers plug-in
- Updates to recordings manager
- Updates to button bar plug-ins
- Updated French translation
- Updated Spanish translation
- Changes to MPlayer field dominance and interlacing
- Many bug fixes
Download (16.1MB)
Added: 2007-08-02 License: GPL (GNU General Public License) Price:
817 downloads
Twisted Packager II 0.9.0
Twisted Packager II (TP2) is a package manager that aims to make live easy - for end users and also developers. more>>
Twisted Packager II (TP2) is a package manager that aims to make live easy - for end users and also developers. In some respects it is similar to Autopackage - it does not intend to replace the "system packaging tool" but instead will sit alongside it to allow application developers an easy way to package software; and system administrators an easy way to install [or remove!] such software.
TP2 excels at handling generic software - and allows a "source" type package [such as itself!] to be installed across multiple architectures and operating systems using the same package.
TP2 is cross-platform; it is currently in use on Solaris, Linux and HP-UX. Soon the intention is validate it also for BSD and AIX.
TP2 is flexible. It supports dependency management, package verification, preview installation and removal, and audit logs all activity.
TP2 is powerful. It supports "namespaces" which allows the same packages to be installed into different areas on the same machine. Non-root users can be given areas which they can manage independently.
Enhancements:
- Initial public announcement, though the software has been in use in several environments for over 12 months.
<<lessTP2 excels at handling generic software - and allows a "source" type package [such as itself!] to be installed across multiple architectures and operating systems using the same package.
TP2 is cross-platform; it is currently in use on Solaris, Linux and HP-UX. Soon the intention is validate it also for BSD and AIX.
TP2 is flexible. It supports dependency management, package verification, preview installation and removal, and audit logs all activity.
TP2 is powerful. It supports "namespaces" which allows the same packages to be installed into different areas on the same machine. Non-root users can be given areas which they can manage independently.
Enhancements:
- Initial public announcement, though the software has been in use in several environments for over 12 months.
Download (MB)
Added: 2007-07-23 License: GPL (GNU General Public License) Price:
825 downloads
MIME::Words 5.420
MIME::Words is a Perl module to deal with RFC-1522 encoded words. more>>
MIME::Words is a Perl module to deal with RFC-1522 encoded words.
SYNOPSIS
Before reading further, you should see MIME::Tools to make sure that you understand where this module fits into the grand scheme of things. Go on, do it now. Ill wait.
Ready? Ok...
use MIME::Words qw(:all);
### Decode the string into another string, forgetting the charsets:
$decoded = decode_mimewords(
To: =?ISO-8859-1?Q?Keld_J=F8rn_Simonsen?= ,
);
### Split string into array of decoded [DATA,CHARSET] pairs:
@decoded = decode_mimewords(
To: =?ISO-8859-1?Q?Keld_J=F8rn_Simonsen?= ,
);
### Encode a single unsafe word:
$encoded = encode_mimeword("xABFranxE7oisxBB");
### Encode a string, trying to find the unsafe words inside it:
$encoded = encode_mimewords("Me and xABFranxE7oisxBB in town");
Fellow Americans, you probably wont know what the hell this module is for. Europeans, Russians, et al, you probably do.
For example, heres a valid MIME header you might get:
From: =?US-ASCII?Q?Keith_Moore?= < moore@cs.utk.edu>
To: =?ISO-8859-1?Q?Keld_J=F8rn_Simonsen?= < keld@dkuug.dk>
CC: =?ISO-8859-1?Q?Andr=E9_?= Pirard < PIRARD@vm1.ulg.ac.be>
Subject: =?ISO-8859-1?B?SWYgeW91IGNhbiByZWFkIHRoaXMgeW8=?=
=?ISO-8859-2?B?dSB1bmRlcnN0YW5kIHRoZSBleGFtcGxlLg==?=
=?US-ASCII?Q?.._cool!?=
The fields basically decode to (sorry, I can only approximate the Latin characters with 7 bit sequences /o and e):
From: Keith Moore < moore@cs.utk.edu>
To: Keld J/orn Simonsen < keld@dkuug.dk>
CC: Andre Pirard < PIRARD@vm1.ulg.ac.be>
Subject: If you can read this you understand the example... cool!
<<lessSYNOPSIS
Before reading further, you should see MIME::Tools to make sure that you understand where this module fits into the grand scheme of things. Go on, do it now. Ill wait.
Ready? Ok...
use MIME::Words qw(:all);
### Decode the string into another string, forgetting the charsets:
$decoded = decode_mimewords(
To: =?ISO-8859-1?Q?Keld_J=F8rn_Simonsen?= ,
);
### Split string into array of decoded [DATA,CHARSET] pairs:
@decoded = decode_mimewords(
To: =?ISO-8859-1?Q?Keld_J=F8rn_Simonsen?= ,
);
### Encode a single unsafe word:
$encoded = encode_mimeword("xABFranxE7oisxBB");
### Encode a string, trying to find the unsafe words inside it:
$encoded = encode_mimewords("Me and xABFranxE7oisxBB in town");
Fellow Americans, you probably wont know what the hell this module is for. Europeans, Russians, et al, you probably do.
For example, heres a valid MIME header you might get:
From: =?US-ASCII?Q?Keith_Moore?= < moore@cs.utk.edu>
To: =?ISO-8859-1?Q?Keld_J=F8rn_Simonsen?= < keld@dkuug.dk>
CC: =?ISO-8859-1?Q?Andr=E9_?= Pirard < PIRARD@vm1.ulg.ac.be>
Subject: =?ISO-8859-1?B?SWYgeW91IGNhbiByZWFkIHRoaXMgeW8=?=
=?ISO-8859-2?B?dSB1bmRlcnN0YW5kIHRoZSBleGFtcGxlLg==?=
=?US-ASCII?Q?.._cool!?=
The fields basically decode to (sorry, I can only approximate the Latin characters with 7 bit sequences /o and e):
From: Keith Moore < moore@cs.utk.edu>
To: Keld J/orn Simonsen < keld@dkuug.dk>
CC: Andre Pirard < PIRARD@vm1.ulg.ac.be>
Subject: If you can read this you understand the example... cool!
Download (0.38MB)
Added: 2007-07-20 License: Perl Artistic License Price:
828 downloads
Itaka 0.2.1
Itaka is an on-demand screen capture server. more>>
Itaka is an on-demand screen capture server.
Itaka is an on-demand screen capture server for Windows, Mac Os X and Linux. It is developed in Python, PyGTK and the Twisted Framework. It prominently features a polished easy to use interface, with a robust backend server.
Main features:
- Acts as an on-demand server (requests to your computer by a users web browser display an image of your screen to the user)
- Notification for the client, on the desktop and with style using Libnotify.
- Very polished GUI drawing elements from Mac OS X. Sample
- Multiple platform support (currently Windows, Linux, Mac OS X and any other plattform with Python/Twisted/GTK support)
<<lessItaka is an on-demand screen capture server for Windows, Mac Os X and Linux. It is developed in Python, PyGTK and the Twisted Framework. It prominently features a polished easy to use interface, with a robust backend server.
Main features:
- Acts as an on-demand server (requests to your computer by a users web browser display an image of your screen to the user)
- Notification for the client, on the desktop and with style using Libnotify.
- Very polished GUI drawing elements from Mac OS X. Sample
- Multiple platform support (currently Windows, Linux, Mac OS X and any other plattform with Python/Twisted/GTK support)
Download (0.30MB)
Added: 2007-07-20 License: GPL (GNU General Public License) Price:
828 downloads
Aquarium 1.0
Aquarium is an open source text filtering package written in PHP. more>>
Aquarium is an open source text filtering package written in PHP. It filters nearly all four-letter words, profanities, curses, and pornographic language from any text, while filtering nearly no benign words. It can keep your blog, forum, guestbook or other dynamic application clean and suitable for all ages.
Main features:
- Aquarium is fast: it can process over 350 words per second!
- Uses an encrypted dictionary of almost 100 objectionable words, so you dont need to compile your own bad-words file and keep it plain-text on a server.
- The specially developed algorithm detects sound-alike as well as look-alike words to produce almost perfect text filtering.
- Aquarium is easy to set up and use.
- Integrates easily into other PHP and HTML web pages.
- Aquarium works with PHP versions 4.3 and greater.
<<lessMain features:
- Aquarium is fast: it can process over 350 words per second!
- Uses an encrypted dictionary of almost 100 objectionable words, so you dont need to compile your own bad-words file and keep it plain-text on a server.
- The specially developed algorithm detects sound-alike as well as look-alike words to produce almost perfect text filtering.
- Aquarium is easy to set up and use.
- Integrates easily into other PHP and HTML web pages.
- Aquarium works with PHP versions 4.3 and greater.
Download (0.011MB)
Added: 2007-07-19 License: GPL (GNU General Public License) Price:
830 downloads
Options.pm 1.5
Options.pm is a command-line option-parsing Perl module meant to imitate the syntax of the t.p.usage.Options module. more>>
Options.pm is a command-line option-parsing Perl module meant to imitate the syntax of the t.p.usage.Options module from the Twisted Python library.
This module will allow you to specify which options to look for on the command line, and supports both long and short versions of simple flags and parameters. If a required parameter is unspecified, Options.pm will print nicely formatted usage information with the error.
<<lessThis module will allow you to specify which options to look for on the command line, and supports both long and short versions of simple flags and parameters. If a required parameter is unspecified, Options.pm will print nicely formatted usage information with the error.
Download (0.007MB)
Added: 2007-07-13 License: Perl Artistic License Price:
837 downloads
Blackshift 1.24
Blackshift, a satisfyingly difficult puzzle/skill/action game. more>>
Blackshift, a satisfyingly difficult puzzle/skill/action game. You should try it out. I think youd like it. Basically, its a top down view of a subterranean maze, where you have to blow up a frozen alien in order to continue. There are about a hundred levels to beat, each one more evil and twisted than the last.
Main features:
- Missiles
- bombs
- grills
- spaceships
- robots
- buttons
- keys
- doors
- teleports
- angry red faces
- diamonds
- eyeballs
- mirrors
- photocopiers
- pits
- landmines
- aliens
- guns
- blocks
- splitters
- remote controls
- nuclear weapons
RUNNING IT:
If Blackshift wont run when you click the icon you should run it from a console. It worked for me. Explanations as to why are welcome, especially if they arent Because KDE is weird. As always, YMMV.
CONTROLS:
Arrows: Move
Enter: Pickup/Drop
Space: Pickup/Fire
R: Restart
Ctrl+N: Nuke
<<lessMain features:
- Missiles
- bombs
- grills
- spaceships
- robots
- buttons
- keys
- doors
- teleports
- angry red faces
- diamonds
- eyeballs
- mirrors
- photocopiers
- pits
- landmines
- aliens
- guns
- blocks
- splitters
- remote controls
- nuclear weapons
RUNNING IT:
If Blackshift wont run when you click the icon you should run it from a console. It worked for me. Explanations as to why are welcome, especially if they arent Because KDE is weird. As always, YMMV.
CONTROLS:
Arrows: Move
Enter: Pickup/Drop
Space: Pickup/Fire
R: Restart
Ctrl+N: Nuke
Download (2.7MB)
Added: 2007-07-04 License: Freeware Price:
845 downloads
List::Maker 0.0.3
List::Maker is a Perl module that can generate more sophisticated lists than just $a..$b. more>>
List::Maker is a Perl module that can generate more sophisticated lists than just $a..$b.
SYNOPSIS
use List::Maker;
@list = < 1..10 >; # (1,2,3,4,5,6,7,8,9,10)
@list = < 10..1 >; # (10,9,8,7,6,5,4,3,2,1)
@list = < 1,3,..10 > # (1,3,5,7,9)
@list = < 1..10 x 2 > # (1,3,5,7,9)
@list = < 0..10 : prime N >; # (2,3,5,7)
@list = < 1,3,..30 : /7/ > # (7,17,27)
@words = < a list of words >; # (a, list, of, words)
@words = < a list "of words" >; # (a list, of words)
The List::Maker module hijacks Perls built-in file globbing syntax (< *.pl > and glob *.pl) and retargets it at list creation.
The rationale is simple: most people rarely if ever glob a set of files, but they have to create lists in almost every program they write. So the list construction syntax should be easier than the filename expansion syntax.
<<lessSYNOPSIS
use List::Maker;
@list = < 1..10 >; # (1,2,3,4,5,6,7,8,9,10)
@list = < 10..1 >; # (10,9,8,7,6,5,4,3,2,1)
@list = < 1,3,..10 > # (1,3,5,7,9)
@list = < 1..10 x 2 > # (1,3,5,7,9)
@list = < 0..10 : prime N >; # (2,3,5,7)
@list = < 1,3,..30 : /7/ > # (7,17,27)
@words = < a list of words >; # (a, list, of, words)
@words = < a list "of words" >; # (a list, of words)
The List::Maker module hijacks Perls built-in file globbing syntax (< *.pl > and glob *.pl) and retargets it at list creation.
The rationale is simple: most people rarely if ever glob a set of files, but they have to create lists in almost every program they write. So the list construction syntax should be easier than the filename expansion syntax.
Download (0.007MB)
Added: 2007-06-27 License: Perl Artistic License Price:
852 downloads
PictureThis 0.5.1
PictureThis is a Firefox extension to see what Google Images sees. more>>
PictureThis is a Firefox extension to see what Google Images sees.
A word is worth a thousand images as you will see when you highlight a word or words on a page then use PictureThis to see what Google Images sees. Its a whole new way of adding instant context to the web.
<<lessA word is worth a thousand images as you will see when you highlight a word or words on a page then use PictureThis to see what Google Images sees. Its a whole new way of adding instant context to the web.
Download (0.027MB)
Added: 2007-05-08 License: MPL (Mozilla Public License) Price:
913 downloads
K!rash 1.0
K!rash is a game inspired by Twisted Metal, K!rash is a car shooter game. more>>
K!rash is a game inspired by Twisted Metal, K!rash is a "car" shooter game, where your objective will be to gain more "frags" (scores) than your opponent by destroying his car.
K!rash has several cars to choose with different characteristics. K!rash is a game for 2 players in the same PC.
<<lessK!rash has several cars to choose with different characteristics. K!rash is a game for 2 players in the same PC.
Download (0.92MB)
Added: 2007-04-20 License: Freeware Price:
919 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 twisted words 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