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

An Epiphany Lyrics software
Filter: All | Freeware | Demo
 

An Epiphany Lyrics

< 1 2 3 4 5 
Released: July 02, 2012  |  Added: July 02, 2012 | Visits: 609

TuneWiki Lyrics + Music Lyrics for your music! The TuneWiki Desktop app brings the award-winning TuneWiki mobile app and synced lyrics experience to your Mac. Features: • Listen to the music on your computer with synced lyrics • Share and comment on your favorite songs to Facebook & Twitter • Get lyrics...



Platforms: Mac

License: Freeware Size: 24.3 MB Download (50): TuneWiki Lyrics + Music Download

Released: September 15, 2012  |  Added: September 15, 2012 | Visits: 724

musiXmatch - lyrics Lyrics by musiXmatch is a deep dive into the world of song lyrics. Finally now lands on a desktop after The big success on mobile apps. With the largest and most exhaustive official Lyrics database in the world with more than 5,5 mln lyrics fully localized for 18 countries. This application lets...





Platforms: Mac

License: Commercial Cost: $4.99 USD Size: 819.2 KB Download (55): musiXmatch - lyrics Download

Released: September 11, 2012  |  Added: September 11, 2012 | Visits: 614

PanoEdit, an easy to use panorama stitching app. PanoEdit, an easy to use panorama stitching app. Create great looking wide angle photos without carrying tons of equipment! Features include: - Automatic geometry and exposure matching - Interactive projection editor - Automatic crop tool


Platforms: Mac

License: Commercial Cost: $29.99 USD Size: 1.2 MB Download (57): PanoEdit, an easy to use panorama stitching app. Download

Released: October 17, 2012  |  Added: October 17, 2012 | Visits: 599

Lyrics Presenter Lyrics Presenter displays the lyrics of the currently playing iTunes track on the screen in a resizable (optionally full-screen), customizable window. Designed for use with a projector, Lyrics Presenter is the ultimate tool for DJ'ing out of iTunes, sing-along gatherings for groups, or anywhere...


Platforms: Mac

License: Commercial Cost: $14.99 USD Size: 409.6 KB Download (53): Lyrics Presenter Download

Released: October 21, 2012  |  Added: October 21, 2012 | Visits: 459

Music & Lyrics Start creating and enjoying karaoke-style lyrics for your songs today! PLEASE READ THIS FIRST: this app does NOT do Internet searches for lyrics (yet) due to copyright issues but for the copy and paste of lyrics (and chords) that playback real-


Platforms: Mac

License: Shareware Cost: $4.99 USD Size: 2.9 MB Download (54): Music & Lyrics Download

Added: May 10, 2013 | Visits: 489

Spawning an editor from a script This script is a very basic example of how to launch an editor from inside a program.


Platforms: Mac, *nix, Python, BSD Solaris

License: Freeware Download (58): Spawning an editor from a script Download

Added: May 10, 2013 | Visits: 777

Detect character encoding in an XML file This script contains a function that analyzes an open xml file for its characters encoding by - checking for a unicode BOM or (on failure); - searching the xml declaration at the beginning of the file for the "encoding" attribute ;It attempts to detect the character encoding of the xml file...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Detect character encoding in an XML file Download

Added: May 10, 2013 | Visits: 460

Remove whitespace from an XML DOM When creating a DOM from an XML source, XML parsers are required to consider several conditions when deciding whether to include whitespace-only text nodes. This function ignores all of those conditions and removes all whitespace-only text descendants of the specified node. If the unlink flag is...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (50): Remove whitespace from an XML DOM Download

Added: May 10, 2013 | Visits: 504

Display an Image from a specified file This script reads an image file from the filename specified as the first parameter on the command line and displays it on screen. It uses the PIL module so that it can load almost any image file type supported by that module and uses Tkinter to display the image on a Tkinter canvas.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (55): Display an Image from a specified file Download

Added: May 10, 2013 | Visits: 782

How to place an advert on product info To place an ad on the product info page find this at the bottom of product_info.php


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (54): How to place an advert on product info Download

Added: May 10, 2013 | Visits: 891

Create an account in MS active directory This script contains the basic code to create an account in active directory that shows how to do things like set your own exension attributes, force a reset of the password when the user logs in, and set the home directory. It makes used of python's excellent COM support in win32com.


Platforms: Windows, Python,

License: Freeware Download (53): Create an account in MS active directory Download

Added: May 10, 2013 | Visits: 757

Get attributes of an object in MS Active Directory Sometimes it is useful to know what attributes are available to you for an object in active directory. You cannot ask the object directly for that, instead you need to use the schema of the object. All of this is done with python's COM support using win32com. By default only attributes that have...


Platforms: Windows, Python,


Added: May 10, 2013 | Visits: 353

List object carried out to an instance In order to change into a list, the length of an instance is investigated first. "__len__()". Next, all the contents are taken out in order. "__getitem__()"


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): List object carried out to an instance Download

Added: May 10, 2013 | Visits: 411

Automatically start the debugger on an exception When Python runs a script and an uncatched exception is raised, a traceback is printed and the script is terminated. Python2.1 has introduced sys.excepthook, which can be used to override the handling of uncaught exceptions. This script allows to automatically start the debugger on an unexpected...


Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 408

Force verbose mode for unittests in an IDE When running unit tests, using the verbose flag often provides an extra level of protection against mistakes. When running from the command line, this simply means adding the -v option. If you use an IDE, matters become more complicated. While you can often set your IDE to pass in the -v option...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (50): Force verbose mode for unittests in an IDE Download

Added: May 10, 2013 | Visits: 507

Fast copy of an object having a slow __init__ Special method __copy__ is the easiest way for an object to cooperate with the copy.copy function. This script allows you to bypass the object's __init__, even if it's slow, to get an 'empty' object of this class.


Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 402

Commafying an integer This script contains a quick function to comma separate thousands in an integer or float.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Commafying an integer Download

Added: May 10, 2013 | Visits: 353

Picking random items from an iterator This script allows you to choose a random object from an iterated list. Each item has an equal chance of being picked. The iterator is processed only once, and only the selected items are stored, making this function memory efficid only thbr />


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): Picking random items from an iterator Download

Added: May 10, 2013 | Visits: 257

Randomize an iterator This script shows an extremely simple implementation of a method used for randomizing the iterable. This script evaluates the entire iterable to a sequence in memory.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Randomize an iterator Download

Added: May 10, 2013 | Visits: 495

Dump all the attributes of an object This script prints a nicely formatted overview of an object, including _everything_ in the object's `dir'. This is great when programming interactively.It is more comprehensive than help(), prettier than dir().


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Dump all the attributes of an object Download

< 1 2 3 4 5