Thursday, September 12, 2013

Quantity Scroll one .. twelve Construct 37


Developer:

License / Cost :

Dimensions / OS:

Binary Structure :

Final Up-to-date :

Class :

Volume Scroll is a self-explanatory OS X software that permits you to use your mouse or the trackpad to scroll in excess of the standing bar and change the sound volume.

In addition, Quantity Scroll make it possible for you to alter the mouse, trackpad and magic mouse scrolling sensitivity in accordance to your desires.

Demands :

· sixty four - bit processor

What is New in This Launch : [ read full changelog ]

· Important : mounted an situation memory leaks.


Download button
Via: Volume Scroll 1.0.12 Build 37

Wednesday, September 11, 2013

Python 3 . 3 . 2 / three . 4 . Alpha two


Developer:

License / Cost :

Sizing / OS:

Binary Structure :

Final Updated :

Classification :

Freeware / $
19. 7 MB / Mac OS X 10. 5 or afterwards
-
[ check out history ]
Household / Developer Instruments

Python is an interpreted, interactive, object -oriented programming language. It is typically when compared to Tcl, Perl, Plan or Java.

Python is a software that combines impressive energy with quite clear syntax. It has modules, classes, exceptions, really higher stage dynamic knowledge varieties, and dynamic typing.

There are interfaces to a lot of program calls and libraries, as properly as to several windowing programs (Mac, MFC, X11, Motif, Tk). New designed -in modules are easily prepared in C or C++. It is also usable as an extension language for programs that require a programmable interface.

Here are some essential attributes of "Python":

· multi-line imports - when employing imports in the type from foo import bar, baz, bing, bang, you can encompass the imported names with brackets, and they can be break up throughout traces. This is aspect of PEP 328.
· Farewell to OverflowWarning - as documented in PEP 237, Python no longer generates OverflowWarnings.
· operate / technique decorators - purpose and technique decorators, very first explained in PEP 318, have been included to the language, using 'pie-decorator' syntax. Decorators are on the line ahead of the 'def', and prefixed with an '@' indicator. (PEP 318)
· Assigning to None - the compiler now treats assigning to None as a SyntaxError.
· Failed import cleanup - when a module import unsuccessful, variations of Python prior to 2.4a2 would go away a damaged module in sys.modules - subsequent makes an attempt to import the failing module would silently do well, but use the broken module object. The import machinery now eliminates the failing module from sys.modules if the import fails.
· The -m command line option - python -m modulename will come across a module in the normal library, and invoke it. For instance, python -m pdb is equal to python /usr/lib/python2. four /pdb.py
· developed -in sets - the sets module, introduced in 2. three, has now been implemented in C, and the set and frozenset kinds are readily available as constructed -in forms (PEP 218)
· unification of integers and extended integers - an procedure that would return a quantity also major for an integer will mechanically return a prolonged integer. (PEP 237)
· generator expressions - generator expressions are equivalent to a listing comprehension, but as a substitute of producing the total list of outcomes they develop a generator that returns the effects one particular by one. This allows for successful dealing with of really big lists. (PEP 289)
· reversed() - a new builtin that can take a sequence and returns an iterator that loops in excess of the things of the sequence in reverse purchase (PEP 322)
· new kind () keyword arguments - form () now accepts search phrase arguments cmp, critical and reverse
· sorted() - a new builtin sorted() acts like an in- spot record. kind () but can be used in expressions, as it returns a duplicate of the sequence, sorted.
· string methods - strings acquired an rsplit() system, and the string techniques ljust(), rjust() and heart () acknowledge an argument to specify the fill character.
· eval() now accepts any type of object that acts as a mapping as its argument for locals, rather than only accepting a dictionary. You will find all sorts of new and shiny evil attainable thanks to this minor modify.
· a new subprocess module for spawning processes in a system - unbiased way (see PEP 324)
· decimal - a new numeric type that allows for the precise illustration of floating position figures ( keeping away from the challenges of binary floating place ) (PEP 327)
· os.urandom() has been additional for systems that help a source of random info (entropy)
· The mpz, rotor and xreadlines modules have been taken off.
· The difflib module now consists of an HtmlDiff class that produces an HTML desk showing a facet by side comparison of two versions of a text.
· The socket module acquired the socketpair() purpose, on methods that help it.
· os. route.lexists(), which checks whether the route is a symlink.
· The doctest module has been massively refactored, with quite a few new characteristics additional, and a lot of new hooks for customizing conduct.
· Non-blocking SSL sockets function once again.
· time.strptime() can now infer the day utilizing %U or %W ( 7 days of the year ) when the day of the week and yr are also specified.
· The optparse module was up to date to Optik 1.5a1.
· The new module cookielib supports client - aspect HTTP cookies. urllib2 obtained a new course HTTPCookieProcessor that works by using this new module.
· The CJKCodecs selection of East Asian codecs, preserved by Hye-Shik Chang, was built-in into two. 4.
· The e-mail package's Parser was absolutely rewritten to superior handle malformed email messages. It must now in no way fall short to parse a message and will annotate the parsed information to point out what problems ended up identified in the course of the parsing. There is also a new FeedParser that lets messages to be fed into the parser as they are read in.
· The bisect module now has an underlying C implementation for enhanced functionality.
· There is a new collections module for a variety of specialized assortment datatypes. At present it is made up of just one particular variety, deque, a double- finished queue that supports competently including and removing factors from both conclusion.
· The asyncore module's loop() now has a depend parameter that allows you conduct a constrained amount of passes through the polling loop. The default is still to loop forever.
· The curses module now supports the ncurses extension use_default_ colours (). On platforms the place the terminal supports transparency, this tends to make it feasible to use a transparent qualifications.
· imaplib now supports the IMAP THREAD command
· heapq has two new functions nlargest() and nsmallest() to come across the N largest or smallest values in a dataset.
· itertools has a new operate groupby() that functions a minor like an SQL " Team BY" statement. It also obtained a functionality tee() that returns N impartial iterators that replicate the iterator handed as an argument.
· A new function basicConfig() was included to the logging package to simplify set up for logging. There is also a new TimedRotatingLogFileHandler which instantly rotates log information at a mounted interval.
· The operator module gained functions attrgetter() and itemgetter()
· The posix module ( available as os) has a new function getsid()
· poplib supports POP over SSL
· profile can now profile C extension features
· random has a new system getrandbits(N) to return a random integer N bits lengthy.
· The re module was prolonged to enable basic conditional expressions in regular expressions. In addition, the fundamental SRE engine is now non-recursive ( formerly, certain types of normal expression would run into problems with recursion).
· The weakref module now supports a broader range of Python objects includes Python features, course instances, sets, frozensets, deques, arrays, data files, sockets and regular expression objects. In addition, the weakref sort is now a new- type item which can be subclassed.
· xmlrpclib now supports a multi- simply call extension for transmitting multiple XML-RPC calls in a one HTTP procedure.
· The base64 module now supports Base64, Base32 and Base16 encoding and decoding, and a lot more comprehensive support for RFC 3548.

What is actually New in This Launch : [ go through entire changelog ]

· PEP 446, transforming file descriptors to not be inherited by default in subprocesses


Download button
Via: Python 3.3.2 / 3.4.0 Alpha 2

AnyTrans 3.6.0


Developer:

License / Price:

Size / OS:

Binary Format:

Last Updated:

Category:

Trial / $39.99 USD buy button
10.7 MB / Mac OS X 10.7 or later
Intel only Intel only
[view history]
Home / Utilities

AnyTrans comes with a modern and intuitive interface and offers you the possibility to quickly transfer files from your Mac to your iPad, iPod or iPhone devices and vice versa.

The app includes iMobie’s signature tool, iWizard, which can be used to quickly backup the entire device content to your Mac in no time, or to quickly transfer the complete iTunes library to your device. The tool is able to preserve your artwork, the play counts or your ratings.

AnyTrans provides playlist management tools that will help you create, edit or remove playlists, working directly on your device.

If you are upgrading your device, AnyTrans can be used to transfer all your applications to your new iPhone, iPod or iPad. The good news is that you can also choose to move all your personal settings or any other additional data, without having to jailbreak the device.

AnyTrans will detect if the media files are not compatible with your device and, through the built-in conversion tool, will optimize and transform the video or audio content to match one of the supported formats.

AnyTrans is a great application that will prove to be extremely useful whenever you need to transfer data between your Mac and your iOS devices.

Since AnyTrans is also able to move entire applications and their associated files, the app is a great companion whenever you decide to upgrade or simply change your device.

The developers provide a complete list of devices and media types supported by AnyTrans.

Requirements:

· Resolution: 1024x768 display or above
· RAM: 512MB system memory
· Display Card: Accelerated 3D graphics - 64MB RAM
· Hard Disk: 100 MB hard drive space
· iTunes 9.0 or later

Limitations:

· Limited to 50 transfers.

What's New in This Release: [ read full changelog ]

· Newly updated to support the full-released version of iOS 7
· Issued the Mac OS version that supports Mac OS X (10.7, 10.8)


Download button
Via: AnyTrans 3.6.0

jphonelite 1 .. 7 / 1 . one . Beta one


Developer:

License / Price tag :

Measurement / OS:

Binary Format :

Final Updated :

Group :

GPL / $
one. two MB / Mac OS X
Universal Binary Universal Binary
[ watch background ]
Residence / Communications

jphonelite is a absolutely free and open up supply, handy Java based SIP VoIP SoftPhone. jphonelite attributes six strains with transfer, keep, convention (up to all six strains ), get in touch with checklist, new calls and far more.

Currently being designed employing the Java programming language, jphonelite is a cross- platform utility that can be utilized on Mac OS X, Windows and Linux.

Requirements :

· Java

What is New in This Launch : [ study full changelog ]

· resolve - vehicle hold characteristic will not position a line on keep that is in a conference
· deal with - an inbound reINVITE when however ringing would deliver a 200 back in error


Download button
Via: jphonelite 1.0.7 / 1.1.0 Beta 1

LinkWithin

Related Posts Plugin for WordPress, Blogger...