SilhouetteFX Silhouette 6.1.9

Silhouettefx silhouette

Descriptions for SilhouetteFX Silhouette for Mac 6.1.9

Name: SilhouetteFX Silhouette
Version: 6.1.9
Mac Platform: Intel
OS Version: OS X 10.9 or later
Processor type(s) & speed: 64-bit processor

Includes: K

Web Site: http://www.silhouettefx.com/

Overview

Invaluable in post-production, Silhouette continues to bring best-of-class tools to the visual effects industry. mac-torrents.net Using an entirely stereoscopic workflow, all capabilities of Silhouette, including its award winning rotoscoping, non-destructive paint, keying, matting, warping, morphing, and 2D-3D conversion tools are stereo enabled.

Developed over the years with input by those working in the trenches, Silhouette runs like a well oiled machine. You will be up to speed with minimal effort and have the tools you need to handle the most challenging of shots. As visual effects artists ourselves, we understand your challenges and timelines. Our goal is to help you get the job done right, on time and on budget.

Features
  • Crop Node The Crop node crops the image and session to a user defined size. This is especially useful when you only need to work within a smaller region of a larger image as it will use less memory and process faster.
  • Edit > Duplicate Action Duplicates a selected object at the same level in the Object List as opposed to Copy/Paste which places the pasted object at the top of the Object List.
  • EXR 2.0 Multipart Support Silhouette now supports EXR 2.0 Multipart files. When a multipart file is loaded, all of the parts are loaded into the Project window.
  • Input/Output > EXR > Use Data Window as Display Window The Input/Output > EXR > Use Data Window as Display Window preference overrides the default behavior of Silhouette automatically loading an EXR file’s Display Window. Reloading the project or media is required for this preference to be enabled.
  • Frame Step and Point Trackers The point trackers now obey the Viewer > Frame Step.
  • Nuke Export Inner Blur Support Inner Blur is now supported for shapes exported to Nuke.
  • Paint: Duplicate Strokes From One View To Another Duplicates strokes from one view to another. If a layer with a stereo offset is selected prior to duplicating, the stereo offset is taken into account when duplicating the strokes.
  • Paint: Playback Selected Events Forward or Backward Playback of paint strokes can now be performed forward or backward depending on whether you select the Play Selected Events Backward or Play Selected Events Forward (arrowhead) icons.
  • Paint: Rebuild In Paint Stroke Order Rebuild now always rebuilds in paint stroke order, not in time order.
  • Render > Slap Comp > Invert There is now an option to invert the Slap Comp in the Render Options.
  • Scripting: Ability to Find a Node’s Source Added node.getInput(index=0) and node.getOutput(index=0) to allow you to track the primary source up the chain from a target node.
  • Scripting: Extensions Added an “import extensions” to the startup.py script and added a scripts/extensions directory to use for nonaction extensions, such as the included rv flipbook extension.
  • Scripting: getInput() Scripting Helper A number of users have asked for a simple input box so the user can type something in as a parameter to a script.
  • Scripting: Global Dictionary Added fx.globals as a rootlevel dictionary to support a global place for scripts and UI elements to access shared values. This was added to facilitate startup scripts setting information that might be used by the UI, such as the name of an integrated flipbook.
  • Scripting: Hook Improvements Multiple hook functions can be registered and executed per hook.
  • Scripting: Hooks New Added the following scripting hooks: “frameChanged” and “selectionchanged”.
  • Scripting: Keyframe Utilities Previously, there wasn’t an easy way to determine if a time was a key or to find surrounding keys. There are now new Key methods added to Property.
  • Scripting: Pan and Zoom Keyboard Shortcuts The Pan and Zoom keyboard shortcuts can now be reassigned.
  • Scripting: Support Multiple Paths in SFX_SCRIPT_PATH SFX_SCRIPT_PATH can now have a list of colonseparated paths (Mac+Linux) or semicolonseparated (Windows).
  • Shape > Blur Type Preference A Shape > Blur Type preference was added to set the default blur type: Center, Inner, Outer.
  • Tweak Software > RV Integration When a path is entered in the RV > Command preference, a “Send to RV” option appears at the bottom right of the Render window. If that is enabled, after rendering, the rendered clip will be sent to the RV playback softwareif installed.

Name SilhouetteFX.Silhouette.v6.1.9.MACOSX-AMPED.dmg
Size 73.75 MB
Created on 2018-02-21 06:57:40
Hash 293f3a0b2c7964baebd47e24f6b05dc3aba67ee3
Files SilhouetteFX.Silhouette.v6.1.9.MACOSX-AMPED.dmg (73.75 MB)

DropPy 1.2.0

Descriptions for DropPy 1.2.0

Name: DropPy for Mac
Version: 1.2.0
Release Date: 16 Jan 2018
Mac Platform: Intel
OS version:macOS 10.12 or later
Processor type(s) & speed: 64-bit processor

Includes: Serial

Overview

DropPy lets you automate anything you can drag-and-drop… with Python.

  • Drop Anything – As long as you can drag something outside your source application, you can use it as input for DropPy. On top of direct interaction being more intuitive, this also gives you a way to access objects that scripts from Terminal are not able to address.
  • Access All Data – The object you drop usually contains data in many different formats, categorized by UTIs (Uniform Type Identifiers). DropPy pulls out everything that’s available to give you full flexibility for what you want to do.
  • Tasks and Workflows – DropPy passes all extracted files through a series of Python scripts called Tasks. Their order and parameters are set in a JSON file and form a Workflow. Tasks are specifically written to do one thing only. This reduces complexity and makes them easy to reuse and share. Most Tasks are just a few lines long.
  • Batteries Included – DropPy comes bundled with a large set of Workflows and Tasks to start you off and to serve as examples for your own custom solutions.
  • Made For Development – DropPy’s Development Mode assists you in quickly writing your own Tasks and Workflows. Buttons to re-drop the previous object, to open the last log file, and to open the temp dir allow for rapid iterations.
  • Interpreters and Virtual Envs – Python 2.7 comes pre-installed in macOS Sierra and High Sierra, but you can add any number of other interpreters such as Python 3, Anaconda, or PyPy – or use Virtual Environments with DropPy.
  • Secure and Private – DropPy occasionally checks for updates by contacting download.droppyapp.com. That’s it. And even this can be disabled. There are no in-app-analytics that spy on you and no crash-reporting-service that leaks your data.

What’s New in DropPy 1.2.0

  • Changes in droppy-workspace
    • New Task FileSystem.ExitOnNoInput:Added to all Workflows, after all the Filter. Tasks
    • Tests run again
  • First Run Assistant improved:
    • First page:Different main image, blurred like website
    • Third page:Adjusted signature of example Task (input_dir instead of input_paths)
  • Slightly larger icon for the dmg when mounted
  • Switched order of buttons “Open log file” and “Open temp dir” on the Task error dialog
  • [Fixed] Correctly showing the registration window for non-registrated users on drop
  • [Fixed] Trying to drop something while a Workflow was running did not revert to showing the spinner and the solid line after showing the red error images
  • [Fixed] Canceling a long running Workflow did not allow for running another Workflow right away, app was hanging after “creating files” step

Screenshots

Name DropPy_v1.2.0
Size 7.64 MB
Created on 2018-02-21 06:31:38
Hash 5d1f5a92b9daac27007344b992a34df36c59deee
Files DropPy_v1.2.0 (7.64 MB)

Interarchy 10.0.7 Build 6212

Descriptions for Interarchy 10.0.7 Build 6212

Name: Interarchy for Mac
Version: 10.0.7
Release Date: 21 Sep 2017
Mac Platform: Intel
OS version:OS X 10.10 or later

Includes: Pre-K’ed (The Shark)

Web Site: https://nolobe.com/interarchy/

Overview

Interarchy is an advanced file transfer app that supports FTP, SFTP, Webdav, S3 and the new, very fast iFTP. It also supports plug-in architecture for compressing files, running scripts and restarting servers. It ties in well with both Amazon and Rackspace’s cloud file hosting services, allowing you to transfer and manage data in the cloud. It also boasts as being the fastest file transfer client on the Mac, transferring over 80MB/sec on a gigabit network.

The Net Disks feature allows you to mount remote servers on your Mac’s Desktop as if it were a local disk. This makes it easy to interact and work with remote files as if they were local.

What’s New in Interarchy 10.0.7 Build 6212

  • Interarchy 10.0.7 is a maintenance release. In includes a workaround for a bug in macOS 10.13 that prevents clicks in the sidebar and toolbar from registering.

Name Interarchy 10 0 7 6212 [shark].dmg
Size 9.88 MB
Created on 2018-02-21 06:57:40
Hash fae4619c4c03ada2bd9520dd68b377efda1c11b8
Files Interarchy 10 0 7 6212 [shark].dmg (9.88 MB)

RoboDB MySQL 1.0.0

Descriptions for RoboDB MySQL 1.0.0

Name: RoboDB MySQL
Version: 1.0.0
OS Version: macOS 10.12 or later
Processor type(s) & speed: 64-bit processor

Includes: Pre-K’ed (TNT)

Web Site: https://robodbapp.com

Overview

RoboDB MySQL Database Manager is an effective app that allows you to manage your MySQL databases and users. The app provides a graphical interface simplify the process of managing databases and users.

Features:
  • Manage Unlimited Connections
  • Manage Unlimited Databases / Tables
  • Manage Unlimited Users and their privileges
  • Export / Import function
  • Data Transfer between connections or databases
  • Predictive query typing
  • Import / Export connections to iCloud Why choose RoboDB
  • Easy to Use and Intuitive User Interface The app look and feel is taken as important as its feature set. The navigation feels like second nature along with visual appearance, interactive behavior and assistive capabilities.
  • Standard, Socket or SSH connection types supported RoboDB supports database connections through SSH and HTTP Tunnels.

What’s New in RoboDB MySQL 1.0.0

  • Initial release

Name RoboDB Manager 1 0 0 TNT.dmg
Size 13.46 MB
Created on 2018-02-21 06:57:40
Hash 73f0d47b216f235183069dbd4cbfaf9bd2ccdb51
Files RoboDB Manager 1 0 0 TNT.dmg (13.46 MB)

Photo Retouch Movavi 1.1

Descriptions for Photo Retouch Movavi 1.1 MAS

Name: Photo Retouch Movavi: Easy Portrait Editing
Version: 1.1
Release Date: April 24, 2017
Developer: Movavi
MAS Rating: 4+
Mac Platform: Intel
OS Version: OS X 10.6.8 or later

Includes: Pre-K’ed (TNT)

Mac App Store: https://itunes.apple.com/app/photo-retouch-movavi-easy-portrait-editing/id1202130563?mt=12

Overview

Photo Retouch is a handy solution for pictures that need a quick fix. mac-torrents.net With the help of Movavi’s simple tools, you can get rid of blemishes, add some makeup, enhance the quality of your images, and much more!

► Smart retouch

Easy-to-use tools will make your selfies flawless.
• Use skin smoothing to make skin look naturally soft
• Hide pimples, freckles, wrinkles, and other imperfections
• Remove skin shine from portraits
• Fix red eye
• Whiten teeth

► Total makeover

Try out a completely new look:
• Highlight your cheekbones with some blusher
• Experiment with different eyeshadow palettes
• Apply foundation to change your skin tone
• Put on any shade of lipstick
• Play around with your hair color
• Redefine your eyebrows with the digital pencil
• Use mascara to draw attention to your eyes
• Even change your eye color

► Picture editing

There’s a whole collection of tools to enhance the quality of your pictures, transform the composition, or change image size.

• Enhance colors automatically
• Manually alter contrast, saturation, brightness, and other parameters
• Crop and rotate images
• Straighten the horizon
• Copy and paste any object between pictures
• Resize image files for uploading to the Web
• Add customizable captions and watermarks

Finally, compare the original photo with the enhanced one by clicking “Before / After” button!

Photo Retouch Movavi is a simple yet effective editor that will help you to always look your best in photos.

Please send questions and comments to our Support Team at http://www.movavi.com/support.html any time. We’re always happy to hear from you!

What’s New in Photo Retouch Movavi 1.1

– New retouching tools: Skin smoothing, Shine remover, Foundation, Hair color
– Separate Copy / Paste tab: select and insert objects from one photo to another
– Before / After preview: compare images in one click
– Color Picker for text and make-up tools
– Optimized zooming and navigating photos for touch gestures

Screenshots

Name Photo Retouch Movavi 1 1 MAS TNT.dmg
Size 53.56 MB
Created on 2018-02-21 06:57:40
Hash 3bb780ad4b852208ac463f515b40981136d28a01
Files Photo Retouch Movavi 1 1 MAS TNT.dmg (53.56 MB)

MarginNote X Pro 2.7.11

Descriptions for MarginNote X Pro 2.7.11

Name: MarginNote Pro for Mac
Version: 2.7.11
Release Date: 16 Feb 2018
Mac Platform: Intel
OS version:OS X 10.10 or later
Processor type(s) & speed: 64-bit processor

Includes: Pre-K’ed (TNT)

Web Site: https://marginnote.com/marginnote-for-mac/

Overview

MarginNote Pro is an in-depth ebook reading, learning, and note-taking app for nerds, geeks, and learners. You can easily capture, organize, and review your book annotations and notes. mac-torrents.net It provides five powerful tools to create multi-dimensional notebooks from fragmented annotations and notes: book margin, hierarchy outline, mind map, hashtags, and flashcards. These tools help to create more dimensions of knowledge in your brain, and will help you to truly master the knowledge.

Features
  • Intuitive, sleek interface
  • Feature-rich and easy-to-use
  • Your notes in the visible margin
  • Organizing all your note cards by intuitive swipe-and-drag gestures in Outline mode
  • Place all your note cards into a large mindmap space to make your brain more creative
  • Hashtag features and powerful search across all your notebooks
  • Space-repetition study flashcards like Anki
  • Seamless syncing with Dropbox and Evernote
  • Sync books with iCloud
  • Export to OmniOutliner, iThoughts, Anki
  • Fast transfer between iPhone and iPad by Wi-Fi
  • Updates to ensure flawless use and new bonus features

What’s New in MarginNote X Pro 2.7.11

  • Optimized pdf highlighter.
  • Fixed several issues about pdf text selection.
  • Fixed other bugs.

Screenshots

Name MarginNote_X_2.7.11__TNT.rar
Size 48.32 MB
Created on 2018-02-21 06:31:38
Hash d9b6640464a1886b953bbcc6bf70805093a1f163
Files MarginNote_X_2.7.11__TNT.rar (48.32 MB)

EdgeView 2 v1.992

Descriptions for EdgeView 2 v1.992 MAS

Name: EdgeView 2
Version: 1.992
Release Date: February 20, 2018
Developer: DONGJIN HAN
MAS Rating: 4+
Mac Platform: Intel
OS Version: OS X 10.11 or later

Includes: Pre-K’ed (TNT)

Web Site: http://www.edgeview.co.kr
Mac App Store: https://itunes.apple.com/app/edgeview-2/id1206246482?mt=12

Overview

EdgeView 2 is a cutting-edge image viewer; you can open various image files, and can open archive files such as ZIP and RAR in its built-in file browser without extraction; mac-torrents.net you can also connect to FTP and open files directly; EdgeView is an excellent choice when viewing and managing image or cartoon files such as archives.

Features
  • Image viewer:
    • Supporting image files such as JPG, GIF, BMP, PSD, TIFF and PDF
    • Supporting major archive formats such as ZIP, RAR, CBZ, CBR, 7-zip, ALZ, etc
    • Can extract encrypted archive file
    • Can read archive file in archive file in archive… as they are
    • Advanced pre-read cache for fast loading
    • High quality image rendering
    • Provide suitable function for comic reading – Two-page spread, reading from right to left, etc
    • Powerful navigation function – Move previous/next, skip, move only one page(shift previous/next), etc.; you can move while checking thumbnails with progress bar and thumbnail bar
    • Support for trackpad gestures – Moving pages with swipe gesture, scaling with pinch gesture
    • Built-in loupe function to make it easier to see small character
    • Can zoom in/out image freely
    • Various special effects can be applied in real time – Insert shadow in spread pages, auto level correction, blur, sharpen, unsharpen mask, grayscale, colorize, etc.; detailed setting is possible from the effects HUD
    • Can roate, flip horizontal, flip vertical image
    • Support for Animated GIF – Pause/play, move to previous/next frame, and can change frame rates from animated GIF HUD
    • Support for Slideshow
    • You can adjust transparency for each window
  • File browser:
    • Built-in file browser display files as lists or icon
    • Can be arranged by file name, rates, writer, category, etc
    • Easily add and modify additional information such as rates, writer, category
    • Provide search functions such as spotlight search, file name search
    • Can connect to FTP server in a file browser
    • FTP file search is also supported
    • Image files, archive files in FTP can also be opened directly (The archive file will be downloaded and opened in a temporary folder; the files in the temporary folder are deleted automatically afterwards)
    • Save opened folders, archive files, PDF files as history
    • The last opened page, file position, special effects, display settings are saved and restored as it is at the last state when reopening
    • Can remote control in comicShare app in iOS device (http://comicshare.yu-nagi.com)
  • Other:
    • Automatically create thumbnails of archive files containing images with the built-in QuickLook plug-in
    • Archive files without images display the included file list on the QuickLook panel

What’s New in EdgeView 2 v1.992

– Fix GUI glitch.

Screenshots

Name EdgeView 2 1 992 MAS TNT.dmg
Size 16.27 MB
Created on 2018-02-21 06:57:40
Hash c2c22cb67ef677bb16daaa7e97656f7fe6d27566
Files EdgeView 2 1 992 MAS TNT.dmg (16.27 MB)

HD Video Converter Movavi 5.0

Descriptions for HD Video Converter Movavi 5.0 MAS

Name: HD Video Converter Movavi
Version: 5.0
Release Date: December 20, 2017
Developer: Movavi
MAS Rating: 4+
Mac Platform: Intel
OS Version: OS X 10.7 or later

Includes: Pre-K’ed (TNT)

Mac App Store: https://itunes.apple.com/app/hd-video-converter-movavi/id807380822?mt=12

Overview

HD Video Converter Movavi is a multifunctional yet easy-to-use media file converter that’s perfect for the Mac environment. mac-torrents.net The program lets you convert not just video but also audio and even image files between multiple formats.

Choose HD Video Converter Movavi if you want to:

– Convert HD and SD video between many popular formats
– Work with videos in 4K Ultra HD resolution
– Extract music from video and convert audio files between popular formats
– Take advantage of ready-made presets to quickly prepare video and audio to play on mobile devices
– Prepare video files for uploading to popular Mac video editing programs
– Convert video almost instantly and without quality loss thanks to our SuperSpeed mode
– Automate the conversion process with the Watch Folder option
– Convert images between popular formats and create GIF animations from video clips
– Grab snapshots from video and save them in any popular image format
– Undertake basic editing tasks: trim, join, crop, rotate, stabilize, improve quality, and overlay image and text watermarks
– Transfer selected audio and subtitles tracks from the original to the final video
– Adjust and normalize sound volume in your converted videos

HD Video Converter Movavi doesn’t waste any time! Just add as many files as you want to the program, choose the desired format or device preset, and start converting. You can also do basic editing before converting: cut out unnecessary segments, enhance video and audio quality, add and synchronize subtitles, and many other tasks.

The program supports leading-edge video processing technologies and uses the latest versions of codecs to provide extremely fast processing speed and high-quality output. Thanks to the SuperSpeed technology, you can change the format of your video files up to 81 times faster than with regular conversion method – and with no loss of quality.

Convert HD and SD video between most popular formats, including AVI, MPEG-1,2, MP4 HEVC, MKV, MOV, WebM, 3GP, M4V, MXF, ASF and more. Work with 4K videos without latency or loss of quality. Convert music between MP3, WAV, OGG, AAC, FLAC, WMA, M4R, M4B, AIFF, AU, AC3, MKA, F4A, etc. Convert images between JPEG, PNG, BMP, GIF, and other formats.

Save video and audio files for many different mobile devices with just one mouse click. We offer ready-made presets for Apple devices – iPhone, iPad, iPod, and Apple TV – as well as for other popular brands: Samsung, Sony, Nokia, LG, BlackBerry, HTC, Motorola, Lenovo, Huawei, Xiaomi, and more. Choose your device from the list or just plug it into your Mac – the converter will identify the model and recommend the appropriate preset.

What’s New in HD Video Converter Movavi 5.0

– More presets for 4K and Full HD video
– H.265 support for input and output files
– “No Audio” option can be applied to all videos at once

Screenshots

Name HD_Video_Converter_Movavi_5.0_MAS__TNT.rar
Size 48.73 MB
Created on 2018-02-21 06:31:38
Hash fdb4c54cde3c06a2102dc5f5029be51cee00b670
Files HD_Video_Converter_Movavi_5.0_MAS__TNT.rar (48.73 MB)

Receipts 1.6.3

Descriptions for Receipts 1.6.3

Name: Receipts for Mac
Version: 1.6.3
Release Date: 26 Jan 2018
Mac Platform: Intel
OS version:OS X 10.10 or later
Processor type(s) & speed: 64-bit processor

Includes: Pre-K’ed (TNT)

Web Site: https://www.receipts-app.com/

Overview

Invoices management tool that can detect the amount recorded in each invoice and automatically organize the entries by provider or category

Receipts aims to help you manage and organize incoming invoices in an efficient manner: mac-torrents.net you get to import the documents, and the utility will try to detect the amount automatically, convert it to the reference currency, and sort it by provider or category.

Bring all your invoices under the same roof and organize them into libraries

Right off the bat, Receipts generates a library database and prompts you to give it a name and specify the output location. mac-torrents.net Note that Receipts comes with a library manager that helps you switch between archives with minimal effort.

The next step is to start importing invoices: you can load files individually, or allow Receipts to add all the documents included in a particular folder.

For your convenience, Receipts comes with monitoring capabilities, and can automatically import new files from a watched directory. However, you will still have to review each new import manually.

Quickly view the amount of each invoice and keep them sorted by provider or category

Receipts offers you the possibility to define invoice providers and groups and each time you import a new document you get to assign them to any of the entries. As a result, you can effortlessly keep track of the receipts related to an individual project, to a particular company, and so on.

When importing, Receipts offers you the option to assign a date to the document, set the invoice amount and tax, and also store text notes. To streamline the process, Receipts tries to extract this information from the document, but you can also manually adjust the values before confirming the import.

Receipts can also automatically convert the invoice amount to the reference currency, generate reports, and deal with user defined VAT rates.

Invoices management solution that can deal with images, PDFs, or email data

To sum up, Receipts proposes a well-organized space where you can quickly import invoice reports, such as image files, PDF documents, or emails, and sort the entries by different criteria.

Nonetheless, the Receipts project is sill in an early stage, so some of the functions might not work as expected. During our tests, we were not able to generate graphs or rename the provider and categories items included by default.

What’s New in Receipts 1.6.3

  • Settings for contacts, categories and tags via popover window
  • Archiving contacts, categories and tags to have a less crowded side bar
  • PDF manipulation via context menu right within the preview:Remove document or page, rotate left or right, append another file
  • IBAN can be set per client or per document manually; choose from all IBANs found in the document by drop down menu
  • Leaner library management and menu entry to open recent libraries easier
  • Overhauled first launch experience
  • Adjust Swiss VAT rate from 8% to 7.7%
  • The window title is shown by default
  • Fix:SEPA XML issues
  • Fix:Don’t assume $-sign in Australia to be USD
  • Fix:Don’t use currency signs like ¥ £ $ € as indicators for currencies in OCR’ed documents anymore
  • Fix:Inconsistencies with Steuererklärungs.app reports
  • Fix:Crash when doing OCR on certain documents
  • Fix:Crash for email and HTML processing

Screenshots

Name Receipts_1.6.3__TNT.rar
Size 21.84 MB
Created on 2018-02-21 06:31:38
Hash 9d937469bed6c7f51a33eec04260e84ce9314a8b
Files Receipts_1.6.3__TNT.rar (21.84 MB)

Pixel Film Studios – ProMask – Masking Tools Plugin for Final Cut Pro X

Descriptions for Pixel Film Studios – ProMask

ProMask is a set of self-animating masking tools created for use within Final Cut Pro X. With ProMask, video editors can instantly add animated masking effects to pictures and video footage using customizable presets. mac-torrents.net ProMask is the easiest way to achieve masked looks in FCPX.

Web Site: http://store.pixelfilmstudios.com/product/promask/

Find more Pixel Film Studio Plugins

Creating with ProMask in Final Cut Pro X

Customizable Masking Tools

ProMask is a set of customizable masking tools created for use within Final Cut Pro X. mac-torrents.net With this plugin, video editors can apply adjustable masks showcase pictures and video footage in Final Cut Pro X. Pick and choose from presets with adjustable scales, unique animations, and customizable styles.

On-Screen Controls

ProMask presets feature intuitive on-screen controls that allow editors to easily scale, position, and rotate masks. mac-torrents.net Manipulate up to 6 custom masks and play with presets with row, column, and spread options. Pixel Film Studios’ ProMask is the easiest way for editors to create masked looks in Final Cut Pro X.

Simple Animation Options

Find ProMasks’ animation options with easy pop-up menus under the “Animation Controls” section in the inspector window. Pick and choose from fading, scaling, and no animation options with the click of the mouse. For advanced users, adjust the intro and outro speed methods to tweak the timing of animations.

Style Controls in FCPX

Easily change the background color, adjust the roundness of masks, and choose the anchor point of animations with ProMask’s style controls. mac-torrents.net To achieve more dynamic looks, utilize the “slant” sliders to skew the perspective of masks.


Pixel Film Studios – ProMask – Masking Tools for Final Cut Pro X – Pixel Film Studios

Name Pixel Film Studios – ProMask.dmg
Size 4.83 MB
Created on 2018-02-20 12:46:04
Hash e9db1689ad441e57cd615e1cd8909c1a08aee7ed
Files Pixel Film Studios – ProMask.dmg (4.83 MB)

iStat View 3.03

Descriptions for iStat View 3.03 MAS

Name: iStat View
Version: 3.03
Release Date: August 05, 2017
Developer: Bjango Pty Ltd
MAS Rating: 4+
Mac Platform: Intel
OS Version: OS X 10.10 or later

Includes: Pre-K’ed (TNT)

Mac App Store: https://itunes.apple.com/app/istat-view/id1148868081?mt=12

Overview

iStat View is a highly detailed remote monitoring app, letting you check the vital stats for Macs, PCs and servers from anywhere in the world.

To get started, please install iStat View on your Mac, and install iStat Server on the computer you would like to monitor.

• Stats, stats, stats •

iStat View displays a huge range of detailed system stats, including CPU, memory, disk space, network usage, temperatures, fan speeds and more.

• Monitor Macs, PCs and servers •

Monitor computers running macOS, Windows, Linux, FreeBSD, AIX, Solaris and other BSD/Linux based OSs by installing iStat Server. mac-torrents.net Macs can view local stats, too — just install iStat Server and iStat View on the same Mac. Download iStat Server from bjango.com/istatserver/

• History •

iStat View includes history graphs for most stats, covering 1 hour, 24 hours, 7 days, 30 days, 3 months, 6 months and 12 months.

• Secure •

iStat View connects to iStat Server securely over the internet or via Bonjour. mac-torrents.net A password or five digit passcode can be used to restrict access. Authorization can be reset from the server side, if required.

• Network tools •

iStat View also contains the handy network tools, ping and traceroute.

• iCloud •

Effortlessly keep your list of servers in sync across your iOS devices and Macs.

iStat View is available for iOS and macOS.

What’s New in iStat View 3.03

Fixed an issue with deleted servers reappearing when using iCloud syncing.
Bug Fixes

Screenshots

Name iStat View 3 03 MAS TNT.dmg
Size 16.41 MB
Created on 2018-02-20 17:05:53
Hash 0b05154667abb04fa66f520ae842e6bc047e3f6b
Files iStat View 3 03 MAS TNT.dmg (16.41 MB)

Textography Pro 1.0

Descriptions for Textography Pro 1.0 MAS

Name: Textography: Typography + Text Fonts + Photo Effects for Photos
Version: 1.0
Release Date: May 23, 2016
Developer: It’s About Time Products
MAS Rating: 4+
Mac Platform: Intel
OS Version: OS X 10.11 or later

Includes In-app Purchase: Pro Version
Courtesy of TNT

Mac App Store: https://itunes.apple.com/app/textography-typography-text-fonts-photo-effects-for/id1104673507?mt=12

Overview

Textography = Text + Photography

“A picture is worth a thousand words.” Add gorgeous and inspirational text to your photos in ways you never thought you could. mac-torrents.net With Textography, you can:
• Mask a text box giving it the illusion the text is apart of the image
• Add a new image layer for your company logo, Facebook/twitter URL’s, etc.
• Add photo effects such as blur, vignette & adjust saturation
• Text gradient and advanced gradient options give you the tools needed to make the font + photo perfect
• Share in every way:
* Mail
* Messages
* Facebook
* Twitter
* Save as JPG
* Save as a fontography document so you can edit it later.

What’s New in Textography Pro 1.0

  • Initial release

Screenshots

Name Textography 1 0 MAS In-App TNT.dmg
Size 6.10 MB
Created on 2018-02-20 11:47:15
Hash 5c22901821efa86ab5c6def9624a215d54aefc32
Files Textography 1 0 MAS In-App TNT.dmg (6.10 MB)

Aegis Defenders

Descriptions for Aegis Defenders

Name: Aegis Defenders
Mac Platform: Intel
OS Version: OS X 10.7 or later

Includes: Pre-K’ed

Steam Store Page: http://store.steampowered.com/app/371140/Aegis_Defenders/

Overview

HUMANITY HAS BEEN BROUGHT BACK INTO THE DARK AGES, BUT REMNANTS OF A ONCE HIGHLY ADVANCED CIVILIZATION STILL EXIST.

In a world where control over ancient technologies means power, a ruthless Empire has arisen. mac-torrents.net You play as a team of Ruinhunters searching for the one thing that can save their village – a legendary weapon known as Aegis.

Explore, build, & defend in this 2D platformer that blends Metroidvania style combat with Tower Defense strategy.

EXPLORE

Discover the world of Elam, a beautiful yet dangerous place lost to time. mac-torrents.net Brimming with dangerous beasts, forgotten ruins, and powerful relics, Elam is brought to life with uniquely handpainted pixel art style.

BUILD

Level up your items and weapons in the shop to take in bigger and badder enemies.
Adjust your strategy on the fly with the “Fusion Build” system. Try fusing different combinations of items together to change your defensive setup.

FIGHT

Fight off enemies from all sides – but you won’t have to do it alone. With Dynamic Character Swapping you’ll need to switch between multiple characters on the battlefield, position your characters carefully, and utilize their passive abilities effectively to survive.
Various Tower Defense Scenarios – Defending one point can be hard enough but that’s just the beginning. As the game progresses, you’ll need to defend moving targets, targets that have dynamic abilities like activating doors/weapons, and even targets that don’t want to be protected…

FEATURES

Play through the game in either single-player or split-screen coop.
Build blocks, turrets, and traps to defend an area from hordes of enemies in our Tower-Defense inspired combat.
Learn the secrets of the ancients and the origin of an empire in our extensive story mode.

Screenshots

Name Aegis_Defenders[MacOS-Game].rar
Size 218.7 MB
Created on 2018-02-20 16:48:03
Hash 50e348d93861e0fead5ed7bf290acc3fa6dffe3b
Files Aegis_Defenders[MacOS-Game].rar (218.7 MB)

Smart Scroll 4.3.7

Descriptions for Smart Scroll 4.3.7

Name: Smart Scroll
Version: 4.3.7
Released: Nov 15th, 2017
Developer: Marc Moini
Mac Platform: Intel
OS Version: OS X 10.11 or later

Includes: K

Web Site: http://www.marcmoini.com/sx_en.html

Overview

Unobtrusive and easy to use status bar menu application for macOS that provides support for smoother, faster and more efficient scrolling

Scrolling through large documents can get uncomfortable, especially if you are using a trackpad or a graphic tablet. Smart Scroll is a small Mac application designed to help you optimize your interaction when scrolling.

Unobtrusive interaction

Smart Scroll will place a small menu in your status bar in order to provide access to its Preferences window, but otherwise it functions as a service. mac-torrents.net You do not have to interact with the applications per se: the enhanced scrolling capabilities are available system wide aand all you have to do is use the correct hotkeys to trigger them.

Faster scrolling speed and highly customizable scrolling tools

Navigating to the Smart Scroll Preferences window is essential because here you get to personalize the app’s behavior. mac-torrents.net Keep in mind that you must enable the “Access for assistive devices” on systems prior to Mavericks and add Smart Scroll to the list of apps that can control your computer on Mac OS X 10.9 .

The Smart Scroll customization options are organized by the type of scrolling, however some elements remain similar: if you are using the mouse or a trackpad, you get to increase the scrolling speed by using a user set up keyboard combination and control the inertia level.

Multiple scrolling options

At the same time, if you enables the hover scroll, the page will automatically scroll up or down each time you hover your pointer at the top or bottom of the window. You get to customize both the hover zone and the scrolling speed.

Similarly, you can enables the autoscrolling function which is controlled by the arrow keys or the grab scroll which allows you to move the page using click and drag actions.

Unsophisticated yet efficient scrolling enhancer

Smart Scroll manages to optimize the actions used to scroll large documents yet remains very easy to use. Even though the application comes with many personalization options (you can even make different settings for each app), the triggers will integrate easily in your workflow.

What’s new in Smart Scroll 4.3.7

November 15th, 2017

  • New: Vector Scroll while you press a button, instead of having to click on and off. Now you have both options, plus middle-click to open links!
  • Fix: Wacom tablets and dragging to Grab Scroll works again! (Thanks, Michal Domnosil, Oliver B!)
  • Other fixes and improvements.

Screenshots

Name Smart Scroll 4.3.7 [k].dmg
Size 7.29 MB
Created on 2018-02-20 11:47:15
Hash 8d24424e1c266b309b0cbfdc73caf0599cb30a3f
Files Smart Scroll 4.3.7 [k].dmg (7.29 MB)

Colorific Pro 1.0

Descriptions for Colorific Pro 1.0 MAS

Name: Colorific – Photo Effects: Black & White + Color
Version: 1.0
Release Date: April 23, 2016
Developer: It’s About Time Products
MAS Rating: 4+
Mac Platform: Intel
OS Version: OS X 10.10 or later

Includes In-app Purchase: Pro Version
Courtesy of TNT

Mac App Store: https://itunes.apple.com/app/colorific-photo-effects-black-white-color/id1103532374?mt=12

Overview

Enhance your beautiful photos by drawing the part of the image to stay in color while the rest turn black & white. mac-torrents.net Use a built-in preset for ring style effects.

• Share to Facebook & Twitter easily! Or save as a Colorific file for editing later.

What’s New in Colorific Pro 1.0

  • Initial release

Screenshots

Name Colorific 1 0 MAS In-App TNT.dmg
Size 5.61 MB
Created on 2018-02-20 11:47:15
Hash 2f86d43da27e4308b2e33ed68643ed222351f346
Files Colorific 1 0 MAS In-App TNT.dmg (5.61 MB)

Postico 1.3.2

Descriptions for Postico 1.3.2

Name: Postico
Version: 1.3.2
Release Date: February 07, 2018
Developer: Jakob Egger
MAS Rating: 4+
Mac Platform: Intel
OS Version: OS X 10.10 or later

Includes: Pre-K’ed (TNT)

Web Site: https://eggerapps.at/postico
Mac App Store: https://itunes.apple.com/app/postico/id1031280567?mt=12

Overview

Postico is a modern database app for your Mac.

Postico is the perfect tool for data entry, analytics, and application development.

– connect to Postgres.app
– connect to PostgreSQL version 8, 9 and 10 servers
– connect to cloud services like Heroku Postgres, Amazon Redshift, Amazon RDS
– connect to other RDBMs that use the PostgreSQL protocol, like CockroachDB

Postico is the perfect app for managing your data. It has great tools for data entry. mac-torrents.net Filter rows that contain a search term, or set up advanced filters with multiple conditions. Quickly view rows from related tables, and save time by editing multiple rows at once.

For analytics workloads, Postico has a powerful query editor with syntax highlighting and many advanced text editing features. Execute multiple queries at once, or execute them one at a time and export results quickly.

For application developers, Postico offers a full featured table designer. Add, rename and remove columns, set default values, and add column constraints (NOT NULL, UNIQUE, CHECK constraints, foreign keys etc.). Document your database by adding comments to every table, view, column, and constraint.

But the best part of Postico is how well it works. Postico is made on a Mac for a Mac. It works great with all your other Mac apps. Use all the usual keyboard shortcuts. Postico gets the basic things like copy/paste just right, and also supports more advanced features like services for text editing.

What’s New in Postico 1.3.2

– Added a preference to disable autocomplete when typing a period
– Query Autosave improvements: Postico now autosaves queries for each window or tab separately in the Application Support directory. Previously, Postico only stored the query of the last window you closed. Now Postico restores queries in the order that windows / tabs were created. This should fix an issue where the saved query “disappears” after restarting Postico.
– When pasting strings like “hostname:port” into the host field, Postico now puts the port into the correct field. Additionally, you can now paste PostgreSQL URLs into the host field, and Postico will put everything into the correct fields.
– Postico now saves the color when exporting and importing favorites
– Fixed preference window (connection handling settings were not displayed)
– Updated PostgreSQL client libraries to version 10. This means that Postico now supports the new scram-sha-256 authentication method. Fixes the “authentication method 10 not supported” error

Screenshots

Name Postico 1 3 2 TNT.dmg
Size 10.26 MB
Created on 2018-02-20 11:47:15
Hash 7898942f3002ea5b93239621c7446f2bb2516f82
Files Postico 1 3 2 TNT.dmg (10.26 MB)

Check Off 5.6

Descriptions for Check Off 5.6 MAS

Name: Check Off – A Task Manager
Version: 5.6
Release Date: February 19, 2018
Developer: ChromeDome Software
MAS Rating: 4+
Mac Platform: Intel
OS Version: OS X 10.9 or later

Includes: Pre-K’ed (TNT)

Web Site: http://www.chromedomesoftware.com/CheckOff/
Mac App Store: https://itunes.apple.com/app/check-off-a-task-manager/id458418895?mt=12

Overview

CheckOff is a task management application that runs as a stand alone application or a menu bar app.

Features:

• Your choice: runs in a menu bar mode so that your dock doesn’t get cluttered up, or as a normal application.
• Tasks can be placed within folders, and have labels attached to each task.
• Tasks can have notes with plain text or rich text with fonts, colors, and sizes.
• Notes can also contain links to websites or local files, allowing one click access to resources that can be used to complete the task.
• Menu bar icon color can be customized.
• Hot key support to open the main window.
• Export your tasks as text or RTF

What’s New in Check Off 5.6

This version:

– adds the ability to export your items to text or rtf files.
– Fixed a crash around autoresizing of windows in the latest release of 10.13.

Screenshots

Name Check Off 5 6 MAS TNT.dmg
Size 12.44 MB
Created on 2018-02-20 11:47:15
Hash d910dd9a34bfb5393398a87ac19deee379818490
Files Check Off 5 6 MAS TNT.dmg (12.44 MB)

MAMP PRO 4.4.1

Descriptions for MAMP PRO 4.4.1

Name: MAMP PRO for Mac
Version: 4.4.1
Release Date: 14 Feb 2018
Mac Platform: Intel
OS version:OS X 10.10 or later
Processor type(s) & speed: 64-bit processor

Includes: Pre-K’ed (The Shark)

Web Site: https://www.mamp.info/en/mamp-pro/

Overview

MAMP PRO is the commercial, professional grade version of the classic local server environment for OS X: MAMP. Designed for professional Web developers and programmers, MAMP Pro allows easy installation and administration of their development environment under OS X.

As a professional Web developer you have to test your programs in detail. mac-torrents.net In addition, you need a highly configurable developing environment with all the components also used by most ISPs: Apache, MySQL and PHP in the latest stable versions. No matter whether you want to test your latest AJAX creation, or realize a new page with webEdition: MAMP Pro supports you during the tests of your developments. mac-torrents.net You can set up any number of servers to carry out tests without danger for your live system. Besides, the local name resolution is performed by MAMP Pro. To simulate a very authentic environment, the MAMP Pro also switches on the local mail server, so that dispatching mails by PHP scripts is possible.

The freely available standard design “MAMP” is automatically coinstalled with MAMP Pro. Thus all MAMP features are available to you immediately:

  • Apache Web server
  • MySQL database server
  • phpMyAdmin to access the MySQL database
  • PHP as a module for the Web server
  • Company of Web server and database on standard or individual port

What’s New in MAMP PRO 4.4.1

  • Certificate renewed
Components:
  • Apache 2.2.34
  • Nginx 1.13.2
  • MySQL 5.6.38
  • MySQL Utilities 1.5.6
  • PHP 5.4.45, 5.5.38, 5.6.32, 7.0.26, 7.1.12, 7.2.1
  • APC/apcu 3.1.13/4.0.11 & 5.1.7
  • eAccelerator 0.9.6.1
  • XCache 1.2.2 & 3.2.0
  • Xdebug 2.2.7, 2.4.1 & 2.5.0
  • Perl 5.24.0
  • mod_perl 2.0.9
  • DBI 1.633
  • DBD::mysql 4.031
  • Python 2.7.13
  • mod_wsgi 3.5
  • mod_python 3.5.0
  • MySQL Connector/Python 2.1.3
  • Ruby (with Rails) 2.3.3 (4.2.7)
  • phpMyAdmin 4.7.7
  • phpLiteAdmin 1.9.7-1
  • Freetype 2.6.5
  • OpenSSL 1.0.2j
  • libevent 2.0.22
  • memcached/libmemcached 1.4.32/1.0.18
  • memcached for PHP 2.2.0 & 3.0.0b1
  • t1lib 5.1.2
  • curl 7.52.1
  • jpeg 9b
  • libpng 1.6.27
  • tiff 4.0.6
  • gd 2.2.3
  • ImageMagick 6.9.6-2
  • Imagick 3.1.2 & 3.4.3
  • Ghostscript 9.20
  • PHPUnit 4.8.21 & 5.1.3
  • zlib 1.2.8
  • ICU 56.1 (Unicode 8.0)
  • libxml2 2.8.0
  • libxslt 1.1.28
  • gettext 0.19.6
  • libidn 1.17
  • iconv 1.14
  • mcrypt 2.5.8
  • OAuth 1.2.3 & 2.0.2
  • YAZ 5.16.0, PHP/YAZ 1.2.1
  • YAML 0.1.5, PHP/YAML 1.2.0 & 1.2.0
  • Bison 2.7.1

Screenshots

Name MAMP PRO 4.4.1 [shark].dmg
Size 346.0 MB
Created on 2018-02-20 03:59:14
Hash 83af21f751d32213dcf53b4037d3205d9cb2a95b
Files MAMP PRO 4.4.1 [shark].dmg (346.0 MB)

macphun Software 2018 Collection (updated 02.2018)

Descriptions for macphun Software 2018 Collection (updated 02.2018)

Name: Macphun Software 2018 Collection
Version: 01.2018
Mac Platform: Intel
OS Version: OS X 10.9 or later
Processor type(s) & speed: 64-bit processor

Optionally for plug-in:

– Adobe Photoshop CS5 or later
– Adobe Photoshop Lightroom 4 or later
– Adobe Photoshop Elements 10 or later
– Apple Aperture 3.2 or later

macphun Software 2018 Collection (updated 01.2018) Includes:

– Luminar 2018 v1.1.2
– Aurora HDR 2018 v1.1.3
– Snapheal 3.1
– Noiseless 1.3.2
– Intensify 1.2.3
– Tonality 1.4.2

Web Site: http://macphun.com/

Overview

Complex photo editing made simple&fast for all Mac users. Macphun photo apps has been honored by Apple as the ″Best of the Year″ 4 straight years.

Thousands of users. Millions of beautiful photos. One Kit.

Creative Kit brings everything you need to create amazing photos. From dramatic black and white images to charming portraits. mac-torrents.net From inspiring landscapes to jaw-dropping action shots. And much more.

Intensify

Reveal the hidden beauty of your photos. Get instant results with dozens of pro presets. mac-torrents.net Or use powerful Structure, Sharpness, Detail and Pro contrast enhancements for mind-blowing photos.

Tonality

The world’s most advanced black & white photo editor. Reimagine your monochrome image editing with hundreds of presets, layers, unique digital controls, authentic grain and more.

Snapheal

Erase unwanted objects and strangers. Cut out any odd or excessive details. Let a handy Clone & Stamp tool help you replace them with something nice. Equip yourself with the Smart Brush and take all imperfections away.

Noiseless

Get rid of the digital noise on your photos. Preserve details and structure, save your night shots by turning them crispy and clear. mac-torrents.net Have Noiseless work on your images pixel by pixel to make them smooth & vibrant in mere seconds.

Aurora HDR

Aurora HDR is the world’s most powerful HDR photo editor. Made exclusively for Mac. mac-torrents.net You get tools, power, flexibility and creative freedom to make beautiful photos in minutes, without Adobe Photoshop, Lightroom or any other software.

Luminar

Luminar is the world’s first photo editor that adapts to your style and skill level. It is the supercharged photo software that makes complex editing easy and enjoyable–and it is as responsive and beautiful as your Mac.

Name macphun Software 2018 Collection upd 02.2018.dmg
Size 888.8 MB
Created on 2018-02-20 00:03:50
Hash 1eeb2e42a61d84ac76464b1b8567e9c7d15acdf6
Files macphun Software 2018 Collection upd 02.2018.dmg (888.8 MB)

SimpleMind 1.20 Full Edition

Descriptions for SimpleMind 1.20 Full Edition

Name: SimpleMind for Mac
Version: 1.20.0
Release Date: 14 Feb 2018
Mac Platform: Intel
OS version:OS X 10.10 or later
Processor type(s) & speed: 64-bit processor

Includes: Pre-K’ed (The Shark)

Web Site: http://www.simpleapps.eu/simplemind/desktop/osx

Overview

SimpleMind Desktop is a mind-mapping tool that turns your Mac into a brainstorming, idea-collecting, and thought-structuring device. mac-torrents.net It connects to the similar SimpleMind for iPhone/iPad app.

Features
  • Easy to use drag, arrange, and edit directly on the Mind Map page
  • Tap or drag Node Well to add new topics
  • Full Undo/Redo in the editor
  • Visual styles change colors, borders and lines for maximum presentation impact
  • Pick colors from style palette or custom colors
  • Cut/Copy/Paste – move or duplicate topics between mind maps
  • Create new mind map from selection or clipboard
  • Reconnect topics using drag-and-drop, aided by topic auto-layout

What’s New in SimpleMind 1.20 Full Edition

  • Translated:Chinese (Simplified), Chinese (Traditional), Dutch, French, German, Italian, Japanese, Korean, Portugese, Russian, Spanish.
  • Breadcrumb bar in Cloud Explorers (Dropbox etc.) for quick navigation between folders.
  • Order Up (Command+PageUp) reconnects the selected topic to its parent parent (grand-parent).
  • Default Layout Direction for new mind maps can be set in Preferences | General.
  • Several bugs fixed.

Screenshots

Name SimpleMind_Full_1.20.0 [shark].dmg
Size 9.03 MB
Created on 2018-02-20 00:35:10
Hash d4e9e44f4c2ec01eda8ccfe1925c850f2e1cffba
Files SimpleMind_Full_1.20.0 [shark].dmg (9.03 MB)

Silverstack XT 6.3.2

Descriptions for Silverstack XT 6.3.2

Name: Silverstack XT
Version: 6.3.2
Mac Platform: Intel
OS Version: OS X 10.10 or later
Processor type(s) & speed: 64-bit processor

Includes: Pre-K’ed (TNT)

Web Site: https://pomfort.com/silverstack/

Overview

Silverstack is the standard software for on-set data management in all kinds of professional film productions. mac-torrents.net A broad set of features including copying, playback, reporting and transcoding enables the user to backup, preview and prepare movie data right on the film set.

All movie data can be handled the same way no matter which major camera format is used for shooting. Furthermore, all kind of clip, audio and look information is automatically stored and structured in Silverstack’s central library. mac-torrents.net This makes it possible to directly control, trace and access all digital assets at any time.

Silverstack XT extends Silverstack with an advanced feature set including support for additional formats, HD-SDI output and more.

What’s New in Silverstack XT 6.3.2

  • Release notes not available at the time of this post.

Name Silverstack XT 6 3 2 TNT.dmg
Size 167.9 MB
Created on 2018-02-20 02:50:32
Hash d03fc769c860cc428c045fa81e4cf487b2774c2a
Files Silverstack XT 6 3 2 TNT.dmg (167.9 MB)

Silverstack Lab 6.3.2

Descriptions for Silverstack Lab 6.3.2

Name: Silverstack Lab
Version: 6.3.2
Mac Platform: Intel
OS Version: OS X 10.10 or later
Processor type(s) & speed: 64-bit processor

Includes: Pre-K’ed (TNT)

Web Site: https://pomfort.com/silverstacklab/

Overview

Silverstack Lab is the first software that enables a simultaneous handling of data management and dailies creation in one tool. mac-torrents.net Footage can be backed up securely and organized transparently – while at the same time dailies can be created. With this simultaneous approach all digital assets become accessible for review and further processing at the end of every production day.

Silverstack Lab comes with a high performance transcoding engine, an automated audio sync function, and a library extension that simplifies the management of transcodes. mac-torrents.net By supporting the parallel creation of AVID DNxHD, ProRes, and H.264 files in various resolutions at the same time, the dailies creation process becomes extremely fast and reaches a new level of productivity.

What’s New in Silverstack Lab 6.3.2

  • Release notes not available at the time of this post.

Name Silverstack Lab 6 3 2 TNT.dmg
Size 179.1 MB
Created on 2018-02-20 02:50:32
Hash 95066b3c2f01cb6c50ac148d771eb030a8ec6b48
Files Silverstack Lab 6 3 2 TNT.dmg (179.1 MB)

iCollections 4.2

Descriptions for iCollections 4.2

Name: iCollections
Version: 4.2
Release Date: February 12, 2018
Developer: Grzegorz Staszczyk
MAS Rating: 4+
Mac Platform: Intel
OS Version: OS X 10.10 or later

Includes: Pre-K’ed (TNT)

Web Site: http://naarakstudio.com/icollections/index.html
Mac App Store: https://itunes.apple.com/app/icollections/id1039609816?mt=12

Overview

iCollections is an expertly designed application which helps you keep your desktop organized. The app’s unique features are what make it the most popular method of desktop organization for Mac users.
iCollections lets you create areas on your desktop so you can sort and arrange your icons. This helps you keep related items together so your files (pictures, documents, screenshot, applications, etc.) are organized and easy to find. mac-torrents.net iCollections fully supports Retina display.

iCollections lets users see their images- even in slideshow form- right on their desktop. Each Collection and Photo Frame can be customized, including style and color, to suit the user’s preferences, offering a fun, personalized way for Mac users to make their desktop more of their own.

Select Photo Frame from the main menu to create a picture frame on the desktop. The Photo Frame will display a collection of your pictures as a slide show, eg. new picture every day. Just select your pictures folder or Photos© app album and revisit your most wonderful moments.

Display your favourite website right on the Desktop- Facebook, YouTube, Twitter, news, or any other of your choice.

Not only does iCollections offer a way to vibrantly store files and folders on the desktop, but it also offers a way to increase task and time management effectiveness by offering a streamlined desktop where everything is ultra-organized.

What’s New in iCollections 4.2

Display content of a folder in its context menu
Show folders on top
Show hidden files and folders
Overwrite a file or folder by an alias is not allowed anymore

Screenshots

Name iCollections 4 2 TNT.dmg
Size 6.52 MB
Created on 2018-02-20 00:35:10
Hash ceeaa3c41c94a38a489f5fabd5c6ea937f70bf44
Files iCollections 4 2 TNT.dmg (6.52 MB)

Contexts 3.4.4

Descriptions for Contexts 3.4.4

Name: Contexts for Mac
Version: 3.4.4
Release Date: 17 Jan 2018
Mac Platform: Intel
OS version:OS X 10.11 or later
Processor type(s) & speed: 64-bit processor

Includes: Pre-K’ed (TNT)

Web Site: https://contexts.co/

Overview

Contexts is a radically faster and simpler window switcher. It gives you 4 ways to switch windows:

  1. Switch with one click to any window: An auto-hiding sidebar shows your windows organized in groups. mac-torrents.net To switch to a window just click its title in the list. It is as simple as that.
  2. Switch with one keystroke to 9 windows and with two keystrokes to any window: This is super fast. Each window gets a window number based on its position in the list. To switch to a window just press Option+window-number. It you are a keyboard person you will love it.
  3. Cycle through recently used windows: Command+Tab switcher fails if your applications have multiple windows. With Option+Tab Contexts lets you cycle through individual windows and switch to any of them directly.
  4. Switch with search to any window: Invoke panel with keyboard shortcut and type a few characters from the application name or window title to filter the list using fuzzy matching. Press enter to bring selected window forward.

What’s New in Contexts 3.4.4

  • Windows which are hidden or minimized when Contexts is launched have their Space tracked correctly again.
  • Microsoft Office 2011 app windows are being tracked correctly again.
  • An issue has been fixed in which Contexts started consuming lots of RAM.

Screenshots

Name Contexts 3 4 4 TNT.dmg
Size 6.27 MB
Created on 2018-02-20 00:03:50
Hash 3007af3d825649d7286646fba18596846d128a88
Files Contexts 3 4 4 TNT.dmg (6.27 MB)

Smart Shooter 3.36

Descriptions for Smart Shooter 3.36

Name: Smart Shooter 3
Version: 3.36
Release Date: February 12, 2018
Developer: Kuvacode
MAS Rating: 4+
Mac Platform: Intel
OS Version: OS X 10.7 or later

Includes: Pre-K’ed (TNT)

Mac App Store: https://itunes.apple.com/app/smart-shooter-3/id926013641?mt=12

Overview

Smart Shooter is a digital photography work flow application for tethered shooting, remote capture and advanced camera control.

Smart Shooter allows you to fully control your camera from your Mac, giving you freedom to explore and experiment to help take the perfect picture. Automatic download and display means you can fully evaluate your photos in seconds, and real time live view output will help you focus and compose the scene. mac-torrents.net Scripting language lets you control your camera, allowing you to take multiple photos with varying settings just by clicking a single button.

Smart Shooter is aimed at both the professional and amateur photographer, providing them with the following features:
● Remote camera control via USB cable
● Full control of camera settings
● Photo download and display on Mac
● Real time zooming/panning photo display
● Live View display including overlay mode
● Live View recording of each frame to JPEG file
● Bulb shooting with timed exposure
● Automatic control via scripting
● Tethered shooting with automatic download and preview

Smart Shooter works with all recent Canon EOS DSLR and Nikon DSLR cameras.

The following Canon cameras are supported:

1D Mark IV,1D C, 5D Mark II, 5D Mark III, 5D Mark IV, 5DS, 5DS R, 6D, 7D, 7D Mark II, 40D, 50D, 60D, 70D, 77D, 80D, 100D, 200D, 450D, 500D, 550D, 600D, 650D, 700D, 750D, 760D, 800D, 1000D, 1100D, 1200D, 1300D,
Rebel SL1, Rebel SL2, Rebel T1i, Rebel T2i, Rebel T3i, Rebel XS, Rebel T3, Rebel T4i, Rebel T5, Rebel T5i, Rebel T6, Rebel, T6i, Rebel T6s, Rebel T7i, Rebel XSi
Kiss F, Kiss X2, Kiss X3, Kiss X4, Kiss X5, Kiss X6i, Kiss X7, Kiss X8, Kiss X8i, Kiss X9i, 8000D, Kiss X50, Kiss X70, Kiss X80 mac-torrents.net

The following Nikon cameras are supported:

Df, D3, D3s, D3x, D4, D4s, D5, D90, D300, D300s, D500, D600, D610, D700, D750, D800, D800E, D810, D850, D3000, D3100, D3200, D3300, D3400, D5000, D5100, D5200, D5300, D5500, D5600, D7000, D7100, D7200, D7500.

Please see the support website for full details of supported cameras and features.

What’s New in Smart Shooter 3.36

● Fix auto focus for Canon 750D and other newer Canon cameras
● Fix focus stacking script for some older Nikon Cameras
● Add filename expression token [X] for camera serial number

Screenshots

Name Smart Shooter 3 3 36 TNT.dmg
Size 20.54 MB
Created on 2018-02-20 00:53:38
Hash 3d52910d38a71e37c1f3c64995231726bb58065c
Files Smart Shooter 3 3 36 TNT.dmg (20.54 MB)

Boxy 2.0.4

Descriptions for Boxy 2.0.4 MAS

Name: Boxy for “Inbox by Gmail”
Version: 2.0.4
Release Date: February 18, 2018
Developer: Francesco Di Lorenzo
MAS Rating: 4+
Mac Platform: Intel
OS Version: OS X 10.11 or later

Includes: Pre-K’ed (TNT)

Web Site: http://www.boxyapp.co/
Mac App Store: https://itunes.apple.com/app/boxy-for-inbox-by-gmail/id1053031090?mt=12

Overview

Boxy 2 is finally here. This is a minimal and powerful e-mail client you’ll fall in love with, and it’s been rebuilt from the ground up with new features and themes, a thoroughly refined interface and countless improvements.

Boxy is built for ‘Inbox by Gmail’, so it works with any Gmail account. Inbox by Gmail makes your inbox smarter and more powerful, with features like Trips, Highlights, Snooze and Quick Replies.

** Featured on The Verge, The Next Web, Wired, Charged, LifeHacker, MacWorld, Netted by The Webbys, The Modern Desk and Gear Patrol. **

WHY YOU’LL LOVE BOXY

– Modern, clean, responsive interface, completely refined in version 2
– Multiple accounts and multiple windows support
– Status bar menu with quick access to your accounts and their unread counts
– Full support to ‘Inbox by Gmail’ and its distinctive features. (Trips bundles, reservations previews, saved links and much more)
– Reader Mode, for an awesome email reading experience
– Saved Searches, for users who frequently need to search using the same queries
– Multiple Themes. mac-torrents.net Choose between Light, Dark, White, Black and Crimson
– Native macOS notifications with avatars and Dock icon badge
– Markdown support in the email composer
– VIM and OS X style shortcuts support
– Full screen email composer
– Smaller minimum window size compared to all other clients
– Granular interface settings to make it perfect for you
– All in sync, start writing on Boxy e continue on mobile or web
– Regular free updates

And of course we fully support all of ‘Inbox by Gmail’ amazing features, like:

– Snooze your emails
– Automatically suggested smart replies
– Add Reminders right in your inbox
– Bundles keep emails organized
– ‘Trips’ smart bundle and previews
– Pin emails to keep them in your inbox
– Smart newsletters preview
– Google Calendar events parsing and invites shortcuts in the inbox
– ‘Saved’ bundle for your saved links
– Full archive search with smart queries

And so much more!

Boxy is not affiliated with, associated to, nor endorsed by Google in any way. Gmail, Google, ‘Inbox by Gmail’ and the Google Logo are trademarks of Google Inc.

What’s New in Boxy 2.0.4

• Critical fix to attachments download
• Visual fixes to the Black Theme (especially the account menu)
• Performance improvements

Screenshots

Name Boxy 2 0 4 MAS TNT.dmg
Size 8.39 MB
Created on 2018-02-20 00:03:50
Hash bf0202ad8e6e24b8c32a72d7f4a171b4c44009bb
Files Boxy 2 0 4 MAS TNT.dmg (8.39 MB)

Unite 1.0.4

Descriptions for Unite 1.0.4

Name: Unite for Mac
Version: 1.0.4
Mac Platform: Intel
OS version:OS X 10.10 or later
Processor type(s) & speed: 64-bit processor

Includes: Pre-K’ed (TNT)

Web Site: https://www.bzgwebs.com/unite

Overview

Unite allows you to quickly and easily turn websites into full-featured, native apps on macOS. Using the revolutionary Unite browser as a backend, each Unite app features its own browser, while remaining incredibly small and full-featured. And, because Unite apps are each a unique browser, they feature separate cookies and settings, as well as support for user scripts and user styles. mac-torrents.net​ In addition to modern web browsing features, Unite apps include macOS-specific features, including notifications, TouchBar support, the ability to pin apps to the status bar, and much more.

What’s New in Unite 1.0.4

  • Release notes not available at the time of this post.

Name Unite 1 0 4 TNT.dmg
Size 11.54 MB
Created on 2018-02-20 00:10:22
Hash 7da6ec7bf1459d9ef3a2c47ec9cf782f95d48513
Files Unite 1 0 4 TNT.dmg (11.54 MB)

Bookends 13.0.6

Descriptions for Bookends 13.0.6

Name: Bookends
Version: 13.0.6
Released: Feb 19th, 2018
Developer: Sonny Software
Mac Platform: Intel
OS Version: OS X 10.7 or later

Includes: Serials

Web Site: http://www.sonnysoftware.com/aboutreferenceminer.html

Overview

A fully-featured and cost-effective bibliography/reference and information management system specially designed to improve your workflow

Students, teachers and professionals from various areas of activity can use Bookends to search for and find information, store and analyze results, and piece together their work for submission or publication.

A simple to use and intuitive reference manager with a clean interface

Bookends is a powerful reference management application that enables you to handle multiple references, bibliography and other related information from within a user-friendly application.

In addition, Bookends supports you through your collection, citation and annotation process by allowing you to search for information over the Internet and import the data you need.

From Bookends’ main window you can effortlessly create multiple groups, notecards and term lists for all your references, cross link and tag clouds. You can also easily retrieve references and associated PDFs from various specialize websites such as Google Scholar, PubMed, JSTOR, Amazon, Web of Science and numerous university libraries.

Create customizable groups to better organize your references

It is also worth mentioning that various websites might require authentication and access privileges in order to provide access and allow you to search and import references for the PDF files that you already have.

Furthermore, Bookends helps you create static, virtual and smart groups, Team Lists based on authors and keywords, reference cross-linking, tag clouds and numerous notecards for your references. Consequently, you’ll be able to perform quick and resourceful live searches and instantly organize the retrieved information in your own collections.

Bookends’ biggest advantage is that you can filter the displayed items and quickly find the reference information and attachments you need with just a few mouse clicks and keystrokes.

Inbuilt manuscripts generator and powerful synchronization features

Moreover, Bookends is fully compatible with documents created using Microsoft Word (2004 – 2011), Apple’s Pages (from iWork 08 and up), Mellel, OpenOffice, Nisus Writer Pro and any other word processor that can save RTF files. Hence, you can scan your documents and create publication-ready manuscripts containing bibliographies and footnotes.

Bookends also enables you to synchronize your library, including your PDFs with the Bookends application for iPad, iPhone and iPod touch. If you want to use the mobile version, Bookends On Tap, you need to purchase it via the iTunes store for your iOS device.

On the whole, Bookends is a one stop solution for all your reference management needs, with all the tools and features you require to effortlessly find, collect and organize all the information related to publish your academic papers.

What’s new in Bookends 13.0.6

February 19th, 2018

  • Updated database engine
  • Copy Citation and Copy Formatted will insert the corresponding text automatically in Apple Pages documents
  • Rotate PDFs in the PDF viewer
  • The names of temporary libraries created during a Rebuild will not be added to the Open -> Recent menu
  • Created a workaround for a problem with the Science web site so that automatic PDF downloading works again
Improved metadata found with Crossref searches:
  • The results will include abstracts and the number of times an article has been cited, if available.
Improved Cited Inspector:
  • Drag and drop references cited in the paper, or select them and use a right-click, to import them into your library. References that are already in your library or that have no DOI will be ignored.
Replace spaces with underscores ( _ ) when renaming a PDF:
  • This option is available in preferences.
Bookends will offer to automatically fetch the metadata when attaching a PDF from arXiv.org:
  • This will work when importing the PDFs from the watch folder, too.
Bug fixes:
  • Fixed a bug that caused an error to be thrown if you tried to attach a PDF or delete a reference immediately after doing a Rebuild. Fixed a cosmetic bug where the toolbar wasn’t being drawn correctly when switching to the PDF view when in viewing in full screen. Fixed a bug where PDF tabs for different PDFs in the display pane and the attachments of a single reference could become confused. Fixed a bug that added the name of the temporary file created during a Rebuild to the Open -> Recent menu. Fixed a bug that caused the select PDF pop-up in the Attachments tab to be hidden when viewing in full screen mode. Restored the ability of Bookends to insert the formatted document into Word 15.x at the end of a scan. Fixed a bug in the Cited In Inspector where dragging the mouse extended the selection. Fixed a bug that caused an error to be thrown when closing a library window while the Inspector was open.

Screenshots

Name Bookends 13 0 6 Mac [sn].dmg
Size 50.55 MB
Created on 2018-02-20 00:03:50
Hash e187a70bcb586f875d6bbbf6bf7ac4caaa755ecc
Files Bookends 13 0 6 Mac [sn].dmg (50.55 MB)

CoLocalizer Pro 5.2.2

Descriptions for CoLocalizer Pro 5.2.2

Name: CoLocalizer Pro for Mac
Version: 5.2.2
Release Date: 05 Jan 2018
Mac Platform: Intel
OS version:OS X 10.10 or later
Processor type(s) & speed: 64-bit processor

Includes: Pre-K’ed (TNT)

Web Site: https://www.colocalizer.com/mac.html

Overview

CoLocalizer Pro is a pixel-based quantitative colocalization analysis software. It combines the power of its unique background correction tools with implementation of the already established algorithms to estimate colocalization quantitatively. CoLocalizer Pro software is leveraged by the leading scientific laboratories worldwide and is a de facto standard in this field of research.

Features
  • Quantify colocalization in fluorescence microscopy images by calculating specialized coefficients.
  • Access your images via iCloud and pass them between your Macs and iPads using Handoff.
  • Correct background in the images to ensure the reliability of quantification.
  • Open images in proprietary file formats, such as LSM, OME.TIFF, and other TIFFs.
  • Work with stacks.
  • Connect to a microscope and import images from it right into CoLocalizer Pro for analysis.
  • View images with colocalization at different magnifications and angles, merge single channel images or split merged ones according to a pair of channels.
  • Export calculations results in various file formats, such as Excel, PDF, and HTML.
  • Save versions of analyzed images and revert to the originals, if needed.
  • Export results as colocalization reports with all the coefficients and image data stored conveniently in one place.

What’s New in CoLocalizer Pro 5.2.2

  • Added and updated various tooltips
  • Added keyboard shortcut for exporting images in different file formats:Command-E
  • Made Background Correction panel more compact

Screenshots

Name CoLocalizer Pro 5 2 2 TNT.dmg
Size 9.37 MB
Created on 2018-02-20 00:35:10
Hash ca4df527fe314e8f7a6293ef929d6e93c4e317ba
Files CoLocalizer Pro 5 2 2 TNT.dmg (9.37 MB)

Clipboard Manager 2.2.4

Descriptions for Clipboard Manager 2.2.4

Name: Clipboard Manager
Version: 2.2.4
Release Date: February 18, 2018
Developer: Jan Valta
MAS Rating: 4+
Mac Platform: Intel
OS Version: OS X 10.11 or later

Includes: Pre-K’ed

Web Site: http://www.mac-application.com
Mac App Store: https://itunes.apple.com/app/clipboard-manager/id1116697975?mt=12

Overview

Clipboard Manager is smart clipboard history manager, which stores everything you copy for the later uses.

Key Features:

• Native Mac Interface- Paste or Delete clippings by swipe gesture.
• Direct Paste- Paste clippings direct to the current application.
• Application Actions- Paste, Paste as Plain Text, Open, Save to File and Search with Google.
• Custom Actions- User defined actions using AppleScript or Automator Workflow.
• Quick Panel- Panel in the header of every clippings for quick action execution.
• Drag and Drop- Drag and drop clippings to any application.
• Quick Look- Large preview for any clippings type.
• Sharing- Share clippings with your friends.
• Selected Text- Work with the selected text.
• Bulk Actions- Paste, delete or share more clippings at one time.
• Search and Filter- text search and filter clippings by type or application.
• Favorites- Choose your favorite clippings for easy search.
• Folders- Organize your clippings to Folders.
• Most Used- Show clippings ordered by paste count.
• Mode without Dock Icon- Show application window on active screen and active space.
• Ignored Applications- Ignore the contents of the clipboard from these applications.
• Ignored Contents- Ignore the contents of the clipboard by pasteboard type.
• Global Shortcut- Show application from anywhere.
• Launch Application at Login.
• Touch Bar Support.

What’s New in Clipboard Manager 2.2.4

Bug Fixes.

Screenshots

Password

mac-torrents.net -nzuzytk1yj

Name Clipboard Manager v2.2.4 [ked].dmg
Size 17.13 MB
Created on 2018-02-20 00:03:50
Hash 80453ee04929b3ff54915726ef926ae081d4255f
Files Clipboard Manager v2.2.4 [ked].dmg (17.13 MB)

Pixel Film Studios – ProKaraoke – Professional Karaoke Tools for Final Cut Pro X

Descriptions for Pixel Film Studios – ProKaraoke

Users can now make their very own personalized karaoke video with PROKARAOKE from Pixel Film Studios. Users can choose from either a bouncing ball, glimmering stars, or a drop zone to insert their own media. Users are given over 90 effect presets, and even a master text tool with all the effects combined into one. PROKARAOKE gives the user full customization over look and style. With PROKARAOKE karaoke videos will never look the same again all with a click of a mouse all with in Final Cut Pro X.

PROKARAOKE requires Final Cut Pro X version 10.1.2 or newer.

Web Site: http://store.pixelfilmstudios.com/product/prokaraoke/

Find more Pixel Film Studio Plugins

Audio Visual Tools with ProKaraoke in Final Cut Pro X

KARAOKE IN FCPX

Pixel Film Studios has done it again with PROKARAOKE. Users can now make their very own personalized karaoke video all with in Final Cut Pro X. With PROKARAOKE users can add their own bouncing object above their personalized text, or choose from either a ball or glimmering stars. PROKARAOKE offers full customization over text so that karaoke videos will never look the same offering infinite possibilities with a click of a mouse.

BOUNCING BALLS, DROP ZONES, & STARS

With PROKARAOKE bouncing balls, drop zones, and stars. Users can choose from up to 9 words per line, object location, line roundness, object scale, object opacity, outline opacity, outline width, outline color, drop zone rotation, drop zone outline width and color, star color range, and more all with on-screen controls. With PROKARAOKE bouncing objects catch the attention of your audience like never before all with in Final Cut Pro X.

KARAOKE BACKDROPS

With PROKARAOKE users can choose from 12 fully customizable backdrops. Users may adjust color size, rotation, color variance, divisions, waviness, frequency, phase, inner cutoff, outer cutoff, vignette color, and more. Users may choose from a fully customizable checkerboard, color rays, clouds, one color ray, polygons, rings, spirals, stars, stripes, text bar, inverted vignetted, and even a drop zone with position, rotation, scale, and outline controls all with in Final Cut Pro X.

OVER 90 EFFECT PRESETS

With PROKARAOKE users have the ability to choose from over 90 effect tool presets. There is the bouncing objects category with balls, stars, and a drop zones, each one ranging from 1 word to 9. The other categories are karaoke text styles such as backdrops, color changing text, text with extrusion, glowing text, text with outlines, position animation, scaling text, spinning text, and even a master text animator with all combined into one. Users can alter the text sung location, spread, animation style, pixelation, position offset, extrusion, extrude shading, size, color, outline, glow, background gradient on or off, and much more.

DESIGNED FOR FINAL CUT PRO X

PROKARAOKE was professionally designed to work seamlessly inside of Final Cut Pro X. As a FCPX title tool effect and overlay, each PROKARAOKE preset can be dragged and dropped onto the users footage. With the published parameters found in the FCPX inspector, users have the ability to make adjustments and generate their own karaoke video with just a few clicks of a mouse.


Pixel Film Studios – ProKaraoke – PROFESSIONAL KARAOKE TOOL FOR FCPX

Name Pixel Film Studios – ProKaraoke.dmg
Size 30.38 MB
Created on 2018-02-19 17:45:10
Hash b12b20936301e789bb805bf1b4574f76c08a5dc4
Files Pixel Film Studios – ProKaraoke.dmg (30.38 MB)

Wipology 1.0 Plugin for Final Cut Pro X, AE, Premiere & Motion

Descriptions for Wipology 1.0

Name: Wipology
Version: 1.0

Includes: Serial

Web Site: https://fxfactory.com/info/wipology/

Overview

Wipology takes one of the most basic forms of transition and marries it to a family of effects ranging from the common and popular to the unique.

Key Features

• Metal GPU acceleration: Wipology uses Apple’s latest graphics technology to slash rendering times. Is my Mac ready for Metal?

• Wide-gamut support: another first for Wipology, allowing those working with wide-gamut footage in Final Cut Pro X to preserve color information during visual effects processing.

• No keyframes required: your wipe is automatically kept in sync with the effect. Options are available to auto-animate the most important parameters.

• Bonus Object and Title wipe transitions: associate an object or title of your choice to the wipe, making a difficult process completely trivial.

• Built-in motion blurring: produce beautiful results at any frame rate with built-in motion blur available in all plugins that animate content over your clips.

What’s New in Wipology 1.0

  • Initial release

Name Wipology 1.0.dmg
Size 20.97 MB
Created on 2018-02-18 23:43:37
Hash 1105d67f9a427020601f9b45ca241167317efa80
Files Wipology 1.0.dmg (20.97 MB)

Sugarfx Luminaire 1.0.1 for Final Cut Pro X

Descriptions for Sugarfx Luminaire 1.0.1 for Final Cut Pro X

Name: Sugarfx Luminaire
Version: 1.0.1
Mac Platform: Intel
OS Version: OS X 10.8 or later

Includes: Serial

Web Site: http://sugarfx.tv/info/luminaire_SUGARfx.html

Overview

SUGARfx Luminaire is a set of six (6) “matte-controllable” and completely customizable effects developed exclusively for FCP X.

Easy to use.

Start by selecting the Luminaire filter of your choice, drag-and-drop it onto your video clip just like any other effect… and tweak away.

The parameters are easy to understand, and the OSC’s or interactive On-Screen-Controls, add an additional ease-of-use to achieve just the look that you want, in no time.

– Dazzle Rays : Is a shine effect that uses a processed version of the image as a matte, as well as a Circular or Square shape Matte to control how the effect is applied back onto the footage.

– Glow Matte : Provides a creative way to add glows to your footage depending on the luminance Matte processed from the footage.

– Highlights : Is a glint generator that uses a matte extracted from the lighter sections of the footage. The highlights can be manipulated using the OSC controls and other parameters.

– Light Sweep : A sweep of light that animates automatically in the direction that you can select and customize.

– Matte Sweep : A manual sweep of light that can optionally use a luminance Matte extracted from the footage as a method of application.

– Twinkle : An animated glint that behaves like intermittent source of lights coming from the brightest parts of the image, thanks to a generated Noise Matte that can be easily manipulated.

What’s New in Sugarfx Luminaire 1.0.1

  • Release notes not available at the time of this post.

Name Sugarfx Luminaire 1.0.1.dmg
Size 20.05 MB
Created on 2018-02-18 23:43:37
Hash 135b83e9845ff015faa143a22d952ab476d0a575
Files Sugarfx Luminaire 1.0.1.dmg (20.05 MB)

Fantastical 2.4.6

Descriptions for Fantastical 2.4.6 MAS

Name: Fantastical 2
Version: 2.4.6
Release Date: February 19, 2018
Developer: Flexibits Inc.
MAS Rating: 4+
Mac Platform: Intel
OS Version: OS X 10.11 or later

Includes: Pre-K’ed (TNT)

Web Site: https://flexibits.com/fantastical?pk_campaign=macappstore&pk_kwd=website
Mac App Store: https://itunes.apple.com/app/fantastical-2/id975937182?mt=12

Overview

Designed exclusively for macOS, Fantastical 2 includes powerful features such as an incredibly intuitive parsing engine, a full calendar window (with day, week, month, and year views), a quick access mini window, iCloud reminders support, time zone support, and much, much more.

“Fantastical 2 is the calendar app your Mac has been waiting for.”- The Verge
“Terrific new version of one of my very favorite apps.”- John Gruber (Daring Fireball)
“It’s my favorite calendar app for OS X.”- MacStories
“The calendar app you’ve been waiting for.”- iMore
“Fantastical 2 is a crazy-powerful calendar app for your Mac.”- Wired

Fantastical 2’s natural language event and reminder creation, beautiful calendar views, and ultra-smart event list make it the best calendar and reminders app you’ll ever use. Just type in that you have “Lunch with John on Friday at 1pm” and Fantastical 2 will schedule it! Or type in “remind me to Buy Milk on Tuesday” and Fantastical 2 will create a reminder with a due date!

WHAT’S NEW IN FANTASTICAL 2

• Beautiful, all-new design exclusively for macOS
• Full calendar window with Day, Week, Month, and Year views
• macOS Today Widget, Action Extension, and Share Extension
• Handoff support between Fantastical 2 for Mac, Fantastical 2 for iPhone, and Fantastical 2 for iPad
• Calendar sets- quickly toggle multiple calendars on or off with a simple click or automatically when you leave or arrive, based on location
• Maps are now displayed for your locations
• Improved iCloud reminders with a separate reminders list and support for geofenced location-based reminders
• Multiple parser improvements including improved repeating event and reminder support, the ability to add alerts (like “Meeting 3pm alert 1 hour”), time zones, and many other improvements
• Time zone support including floating time zone support
• Dark and light themes
• And much, much more!

THE EASIEST WAY TO ADD EVENTS AND REMINDERS

• Open Fantastical 2 with a single click or keystroke
• Type in your event or reminder details and press return
• That’s it!

STAY ON TOP OF YOUR DAY

• The infinite scrolling event list and calendar let you easily locate and plan all of your events and reminders
• Today’s past events fade to gray so you can focus on your upcoming events
• Add event notes, URLs, or locations to new or existing events
• Use search to instantly locate your events

WORKS THE WAY YOU DO

• Works with your favorite calendar services with native CalDAV support including iCloud, Google, Yahoo, and more
• Automatically add alarms to your new events
• Fantastical 2 is fully localized in English, French, German, Italian, Spanish, and for the first time ever, Japanese
• Start typing your event or reminder in any of these languages and Fantastical will automagically understand!

Fantastical 2 — the frustration of calendaring has been solved.

What’s New in Fantastical 2.4.6

– Added notifications when an invitee responds to an invitation on Exchange
– Events with lots of details can now be scrolled in the Day view
– Improved appearance of Spotlight results when using the menu bar and Dock dark theme
– Travel time menu will now show home and work addresses all the time
– Fixed a visual issue in Month view on macOS El Capitan
– Fixed an issue where daily repeating events that span midnight wouldn’t appear correctly in Week view
– Fixed an issue where the Dock badge wouldn’t update immediately when a shared calendar notification was added or removed
– Fixed an issue with Daylight Saving Time in Brazil
– Fixed an issue where the Week or Month views would sometimes appear blank at launch
– Various fixes and improvements

By the way, App Store reviews are very helpful to us. If you think Fantastical is worthy, would you mind taking a moment to write a nice review? We’d greatly appreciate it. Thanks for using Fantastical! ?

Screenshots

Name Fantastical 2 4 6 MAS TNT.dmg
Size 18.73 MB
Created on 2018-02-19 17:45:10
Hash b19d561bbeafe4acb31b076ef5ab099f4262202d
Files Fantastical 2 4 6 MAS TNT.dmg (18.73 MB)

Mountain Duck 2.3

Descriptions for Mountain Duck 2.3 MAS

Name: Mountain Duck
Version: 2.3.0
Release Date: February 15, 2018
Developer: David Kocher
MAS Rating: 17+
Mac Platform: Intel
OS Version: OS X 10.8.3 or later

Includes: Pre-K’ed (TNT)

Mac App Store: https://itunes.apple.com/app/mountain-duck/id1024974133?mt=12

Overview

Mountain Duck lets you mount server and cloud storage as a disk on your desktop. Open remote files with any application and work like on a local volume without synchronising files. Based on the solid open source foundation of Cyberduck, all major protocols are supported to connect to just about any server you want, including FTP, SFTP, WebDAV, Azure Cloud Storage, Amazon S3, Google Cloud Storage, Google Drive, Dropbox, Backblaze B2 & OpenStack Swift. Transfer files using Finder to remote servers, fast.

What’s New in Mountain Duck 2.3

• Support for Integrated Windows Authentication (IWA) authentication (WebDAV, Windows)
• Save passwords in credential manager (Windows)
• Support for Oracle Cloud Infrastructure (OCI) Object Storage (S3)
• Deny creation of symbolic link when not supported by native storage (macOS)
• Disconnected drive when failing to read file (Windows)
• Preserve modification date when writing file (WebDAV)
• Preserve modification date when writing file (OneDrive)
• Occasional failure validating server certificate (Google Drive, Windows)
• Failure deleting folder (Google Team Drive)
• Do not save vault passphrase by default (Cryptomator)

Screenshots

Name Mountain Duck 2 3 0 MAS TNT.dmg
Size 105.2 MB
Created on 2018-02-19 17:45:10
Hash 567d3b824ed102a7c230f10e24c086e54d6a76f8
Files Mountain Duck 2 3 0 MAS TNT.dmg (105.2 MB)

PeakHour 4.0.8

Descriptions for PeakHour 4.0.8

Name: PeakHour 4
Version: 4.0.8
Language: English
Developer: Edward Lawford
MAS Rating: 4+
Mac Platform: Intel
OS Version: OS X 10.9 or later
Processor type(s) & speed: 64-bit processor

Includes: Pre-K’ed (TNT)

Web Site: http://peakhourapp.com
Mac App Store: https://itunes.apple.com/app/peakhour-4/id1241445112?mt=12

Overview

ABOUT PEAKHOUR 4
PeakHour 4 is a beautiful, network bandwidth and network quality visualiser that lives in your Mac OS menu bar and provides instant and historical views of throughput and quality for your Internet, WiFi and other compatible devices.

** IMPORTANT **

PeakHour 4 lets you visualise network traffic for compatible routers and network devices. We strongly recommend that you visit our web site for information about compatibility. Click the ‘Digitician Web Site’ link to the right or visit peakhourapp.com for more information >>

MONITOR YOUR NETWORK

PeakHour 4 is perfect for monitoring your compatible network devices*: Internet, WiFi, NAS, servers and more. PeakHour 4 gives you a real-time visual view of how much bandwidth your devices are using. PeakHour 4 can also analyze the quality of your connection, showing ISP and Internet congestion in real-time. Data is collected over time and can be analysed in the powerful History view, which lets you see previous collected data for any time period at adjustable levels of detail.

TRACK YOUR USAGE

PeakHour 4 can also track individual total usage and can also track your Internet usage if you’re on a capped or limited monthly allowance. PeakHour 4 can send email alerts or system notifications as you reach certain usage thresholds.

NEW IN PEAKHOUR 4

◆ PeakHour Remote: Access PeakHour from anywhere! From any device, point a (modern) browser at the Mac running PeakHour to see a real-time view of your targets and usage. Add to your phone or tablet’s home screen for a fast, web-based app available at the tap of a button.
◆ All new First Time Setup: PeakHour 4 includes a brand new, simplified setup wizard to make it easier to get the most out of it. By default, First Time Setup will try to find your UPnP devices, enable SNMP and monitor your local Mac and set up monitoring of your Internet connection.
◆ Connection Quality: You can add now a new type of monitor: Connection Quality. This type of monitoring works by regularly pinging a target on the Internet (either the other side of your Internet conneciton or a specific host on the Internet- i.e. netflix.com). By default, First Time Setup will add a Connection Quality monitor for your Internet connection.
◆ To monitor your local Mac interfaces with PeakHour, just enable the checkbox in First Time Setup or choose ‘Monitor This Mac’ from the PeakHour menu to bring up the wizard separately.
◆ Monitoring other Macs on your network has also never been easier. PeakHour Enabler now uses iCloud to sync your Mac’s information to PeakHour; adding them now takes just a few clicks.
◆ Dark Mode: PeakHour now has a cool new look if Dark Mode is enabled in System Preferences. It can also be enabled under Preferences > Display.
◆ The main PeakHour window is now resizable horizontally, allowing you to increase the horizontal width to see more of the real-time, scrollable graph.
Targets can now be manually enabled and disabled.
◆ PeakHour can now track daily usage quotas, as well as monthly.
◆ Redesigned primary Preferences UI.
◆ Improved SNMPv3 support.
◆ Full macOS Sierra support.
◆ Much of PeakHour is now written in Swift, resulting in better performance and stability.
◆ Lots of other enhancements and fixes.

USES

◆ Monitor your Internet usage.
◆ Monitor the speed and quality of your Internet connection.
◆ Help determine the optimum placement of your Wireless Access Point for maximum performance or troubleshoot slow WiFi.
◆ Track how much Internet data you’re using to make sure you don’t go over your monthly allowance.
◆ Help troubleshoot Internet performance problems and slowdowns.
◆ Check your ISP is providing the speed and quality you’re paying for.
◆ Monitor the performance of your network and connected devices: NAS, servers and other network devices.

What’s New in PeakHour 4.0.8

  • Release notes not available at the time of this post.

Screenshots

Name PeakHour 4 4 0 8 TNT.dmg
Size 18.77 MB
Created on 2018-02-19 17:45:10
Hash 009550d989307b7a0dc5f5cae8860f8dfd2f0584
Files PeakHour 4 4 0 8 TNT.dmg (18.77 MB)

File Cabinet Pro 5.8.1

Descriptions for File Cabinet Pro 5.8.1 MAS

Name: File Cabinet Lite for Mac
Version: 5.8.1
Release Date: 16 Feb 2018
Mac Platform: Intel
OS version:OS X 10.10 or later
Processor type(s) & speed: 64-bit processor

Includes: Pre-K’ed (TNT)

Web Site: https://apptyrant.com/mac-apps/

Overview

File Cabinet Pro is the file manager for the macOS menu bar. Quickly navigate to files without cluttering your desktop. Open, move, rename, compress, tag, trash, copy and paste files, all from the menu bar. You can open many file types natively in File Cabinet Pro or open files by launching other applications. It’s easy to click into directories in icon view, drill through directories in list view, or navigate the file tree in column view.

File Cabinet Pro is also a document-based application that ships with a built-in text editor, image viewer, pdf viewer, and media player. Some of the file types File Cabinet Pro can open for editing/viewing include:

TEXT DOCUMENTS:

-Plain text files (txt)
-Rich Text Format (rtf)
-Rich Text Format Directory (rtfd)
-Markdown (md)
-Portable Document Format (pdf)

IMAGE DOCUMENTS:

-Portable Network Graphics (png)
-Joint Photographic Experts Group (jpeg)
-Tagged Image File Format (tiff, tif)
-Bitmap image file (bmp)
-Photoshop File Format (psd) Import only
-Scalable Vector Graphics (svg) Import only

VIDEO/AUDIO:

-mov
-mp4
-m4a
-m4v
-avi
-mp3
-wav
-caf
-aif

With File Cabinet Pro you can:
  • ∙Create subdirectories.
  • ∙Click into subdirectories and open documents.
  • ∙Set a “Primary” and “Secondary” directory button for the bottom bar to get an innovative drag and drop experience; drag files to these buttons in the bottom bar to bring up a popover window.
  • ∙Tag files easily. Select files in File Cabinet Pro, right click, and then simply add or remove file tags from the control in the context menu.
  • ∙Show selected files in Finder.
  • ∙Rename files.
  • ∙Copy and paste files.
  • ∙Compress files.
  • ∙Trash files.
  • ∙View items as icons, in a list, or in columns.
  • ∙Launch the application at login. You can have File Cabinet Pro automatically launch when you login to your Mac (optional feature, disabled by default).
  • ∙Create a list of all your favorite directories in the sidebar.
  • ∙Create and edit txt, rtf, and rtfd files using the built in lightweight text editor.
  • ∙Rotate images, crop images, and apply filters to images using the built in lightweight image editor.
  • ∙Watch video and play audio files using the built in media player.
  • ∙View pdf files using the built in pdf viewer.
  • ∙Revert document versions for supported editable document types.
  • ∙Set a Global Hotkey for showing and closing the File Cabinet Pro window (optional feature, disabled by default).
  • ∙Preview selected files in Quicklook by pressing the spacebar.
  • ∙Share files in apps that support Sharing extensions like Mail and Messages.
  • ∙Create text documents from Finder using File Cabinet Pro’s Document Creator Finder extension (Note: To use this feature, you have to enable the Finder extension in System Preferences under the “Extensions” tab).
  • ∙Verify the SHA256, SHA1, or MD5 checksum of files using the “View Checksum in File Cabinet Pro” Service.

**This app supports the Touch Bar on the new MacBook Pro.**

So what are you waiting for? Get File Cabinet Pro now!

What’s New in File Cabinet Pro 5.8.1

  • Minor bug fixes.

Screenshots

Name File Cabinet Pro 5 8 1 MAS TNT.dmg
Size 18.45 MB
Created on 2018-02-19 17:45:10
Hash 509d4eba001843962ee0c534e645502f3ea34b15
Files File Cabinet Pro 5 8 1 MAS TNT.dmg (18.45 MB)

EtreCheck 4.0.3

Descriptions for EtreCheck 4.0.3

Name: EtreCheck
Version: 4.0.3
Released: Feb 19th, 2018
Developer: Etresoft
Mac Platform: Intel
OS Version: OS X 10.8 or later
Processor type(s) & speed: 64-bit processor

Includes: Pre-K’ed (TNT)

Web Site: http://www.etresoft.com/etreref.html

Overview

A minimalist and very easy to use macOS application that gathers essential information about your system and help you share it with others

Gathering essential information about your Macs hardware components, installed software, or running processes can prove to be rather challenging for inexperienced users, or time consuming for practiced operators.

Extremely user friendly workflow

EtreCheck is a small Mac application that, when launched, scans your system and extracts all sorts of useful information. The data can then be copied to your clipboard and quickly shared with others.

Working with EtreCheck is extremely easy because the applications takes care of the analysis process on its own: all you have to do is launch the procedure and analyze the results.

Extensive diagnostics details for your machine

In the EtreCheck main window you will be able to see information about your hardware components, video performance, system software, disk attributes, USB and Thunderbolt configuration, the status of your configuration files, or of the Gatekeeper security function.

Moreover, you can view the installed Kernel extensions, startup items, user login items, internet / audio plug-ins, Safari extensions, iTunes plug-ins, or third party Preferences Panes.

Additionally, you can see a list of your launch daemons and launch agents, together with their current status (loaded, not loaded, running, or failed). The “Support” button associated with each entry performs a Google search query for the agent’s webpage in your default web browser.

Practical tool for analyzing the status of your Mac and identifying possible issues

Last but not least, EtreCheck provides the top processes sorted by CPU or memory usage, and offers details about your virtual memory.

EtreCheck is a great tool to have around if you are experiencing computer issues: the detailed diagnostics offer you the possibility to have a clear view upon how are your resources employed. At the same time, you can also share the info with more experienced users that might help you detect any anomalies.

What’s new in EtreCheck 4.0.3

February 19th, 2018

  • Beautiful new user interface;
  • Identifies specific problems; and
  • Too many improvements to list.

Screenshots

Name EtreCheck 4 0 3 TNT.dmg
Size 13.18 MB
Created on 2018-02-19 17:45:10
Hash d23eb155ecf58b6991ceb17eb11a61693aa2c05c
Files EtreCheck 4 0 3 TNT.dmg (13.18 MB)

Heredis Pro 2018 v18.3.0

Descriptions for Heredis Pro 2018 v18.3.0

Name: Heredis Pro 2018
Version: 18.3.0
Mac Platform: Intel
OS Version: OS X 10.10 or later
Processor type(s) & speed: 64-bit processor

Includes: Serial

Web Site: https://www.heredis.com

Overview

Genealogy software for Mac and Windows. Heredis helps 100,000 genealogy enthusiasts and professionals each day to discover their ancestors and create impressive family trees.

All the features you need to be a successful genealogist…
There is no better genealogy software than Heredis to create your family trees and to see your genealogy researches progress quickly. You’ll find more than 150 features in total to help you create, improve, share, and relate your ancestors’ history. It’s a wealth of features that has no equal!

Easy to install

Download, install, and start working on your genealogy right away.

Unlimited pedigree charts

Dozens of chart formats, designs, settings and options (ancestors, descendants or hourglass types).

Searching for ancestors

Launch searches from Heredis using some major search engines, or communicating with FamilySearch.

Sharing documents

Print and share your genealogy data: charts, illustrated books, personal website, photo slideshows, etc.

All devices

On Mac and PC, as well as on your smartphone and tablet; FREE iOS and Android apps.

Dashboard

Track and follow the progress of your genealogy while publishing meaningful statistics.

Helpful tools

Capturing acts and records, editing images, indexes, data merging, consistency checking, etc.

GEDCOM compatible

Any file from any other genealogy software or website can be imported into Heredis.

What’s New in Heredis Pro 2018 v18.3.0

  • Release notes not available at the time of this post.

Screenshots

Name Heredis_Pro_2018_v18.3.0[macOS].rar
Size 255.5 MB
Created on 2018-02-19 06:13:51
Hash 93e174d1cbd32d1144004d1bdf9ab3d5d85ca9f5
Files Heredis_Pro_2018_v18.3.0[macOS].rar (255.5 MB)

iNotepad Pro 3.6

Descriptions for iNotepad Pro 3.6

Name: iNotepad
Version: 3.6
Languages: English, Italian
Developer: Apimac
MAS Rating: 4+
Mac Platform: Intel
OS Version: OS X 10.10 or later
Processor type(s) & speed: 64-bit processor

Includes: Pre-K’ed (TNT)

Web Site: http://www.apimac.com/mac/inotepad/
Mac App Store: https://itunes.apple.com/app/inotepad/id511850807?mt=12

Overview

iNotepad is an app designed specifically to allow you to write and perfectly organize all your texts and notes. Designed to support all the latest Apple text technology, iNotepad will increase your productivity. Write texts and format them as you like, enhance them with images and export them into various standard file formats. Double-click on one image to edit it on the spot. Double-click on the list to edit the various texts in separate windows while continuing to look up all the other ones in the main window. Quickly find all your texts and notes when you need them thanks to convenient search tools, tags and handy navigable Recents system.

YOU HAVE EVERYTHING IN ONE PLACE

As opposed to what happens with other apps for writing. Every document in iNotepad may contain hundreds or thousands of texts. For example all the reviews that you wrote for your blog or all the research papers that you wrote for school in the last few years.

QUICKLY FIND THAT TEXT YOU WROTE LAST YEAR

When you open a document in iNotepad, within you will find all the texts you wrote about that subject, and not only the last text you wrote as in other applications. But the best part is that iNotepad features intuitive tools which are easy to use to immediately find what you are looking for, as well as organizing options, tag view, the possibility to open every text in a separate window, basic or advanced search via Regular Expressions and the quickscrolling through recent texts.

IMAGES? EDIT THEM ON THE SPOT!

Have you added an image to your text and realize that it needs to be cropped or rotated? You don’t need to use another program, just double-click it and you can edit the image right there and then! Would you like to add notes or lines to your image? It’s the easiest thing: open the context menu and do your edits.

INOTEPAD IMPROVES YOUR EVERYDAY WORK.

iNotepad was born to write and manage multiple texts efficiently and conveniently. Here are the highlights.

– iNotepad supports the latest OS X technology to write any text with formatting and images.
– iNotepad documents are designed to gather hundreds or thousands of texts belonging to a specific subject.
– Optimize your work allowing you to extensively drag and drop from the Finder and from other applications.
– Easily arranges, manages and organizes tons on notes and texts and allows you to quickly find them when you need them.
– Easily exports and shares any text or group of texts.
– Manages tags to easily classify, view and export the texts you need during your work.
– It allows you to export an entire group of texts simply by dragging a tag to the desktop.
– Thanks to the use of a password, it protects your privacy and avoids involuntary edits by others using your Mac (this feature is available as In-App Purchase).

What’s New in iNotepad Pro 3.6

  • Release notes not available at the time of this post.

Screenshots

Name iNotepad Pro 3 6 TNT.dmg
Size 8.65 MB
Created on 2018-02-19 01:53:45
Hash 5c1476fa812c11c724cbffd21a66c3db65180020
Files iNotepad Pro 3 6 TNT.dmg (8.65 MB)

Secret Folder Pro 9.1

Descriptions for Secret Folder Pro 9.1

Name: Secret Folder
Version: 9.1
Developer: Apimac
MAS Rating: 4+
Mac Platform: Intel
OS Version: OS X 10.8 or later

Includes: Pre-K’ed (TNT)

Mac App Store: https://itunes.apple.com/app/secret-folder/id507968596?mt=12

Overview

Hide files and folders from the prying eyes of other people using your Mac.

The most simple and straightforward method to protect a file. Secret Folder allow you to build a list of file and folders, which you may turn visible or invisible with a simple click. In addition, the application launch can be password-protected. This protection system is based on the principle that no person will attempt to open a file he/she cannot see or knows about.

Secret Folder constitutes the perfect solution if you wish to prevent occasional users of your Mac to view, open, or change files or documents while browsing the contents of your hard drive.

Notes about security
This app uses the standard functionality of the operating system to make folders and files invisible. Programmers and experienced users could gain access to a folder made invisible and there are some applications that let you open invisible files or files contained in a folder made invisible. Whether you need advanced levels for protecting your data, there are other ways. To learn more about Protecting information on removable media open Finder’s Help.

What’s New in Secret Folder Pro 9.1

  • Release notes not available at the time of this post.

Screenshots

Name Secret_Folder_Pro_9.1[TNT].rar
Size 3.72 MB
Created on 2018-02-19 06:02:03
Hash 15eec95b73c903997a0bb812feb36af682ab6890
Files Secret_Folder_Pro_9.1[TNT].rar (3.72 MB)

Cocktail High Sierra Edition 11.3.1

Descriptions for Cocktail High Sierra Edition 11.3.1

Name: Cocktail for Mac
Version: 11.3.1
Release Date: 18 Feb 2018
Mac Platform: Intel
OS version:macOS 10.13 or later

Includes: Serial

Web Site: http://www.maintain.se/cocktail/

Overview

Cocktail is a general purpose utility for macOS that lets you clean, repair and optimize your Mac. It is a powerful digital toolset that helps hundreds of thousands of Mac users around the world get the most out of their computers every day.

The application serves up a perfect mix of maintenance tools and tweaks, all accessible through a clean and easy to use interface. Cocktail’s features are arranged into five categories that helps you manage various aspects of your computer. It also comes with an automatic Pilot-mode that allows you to simply press a button and relax, knowing that Cocktail will take care of the rest.

What’s New in Cocktail High Sierra Edition 11.3.1

  • Improvements on the “Clear Safari caches” procedure
  • Improvements on the “Perform essential system maintenance” procedure
  • Added macOS High Sierra 10.13.4 compatibility
  • Resolves a number of other minor issues discovered in the previous release
  • Updated Automator actions
  • Updated Help files

Screenshots

Name Cocktail_High_Sierra_Edition_11.3.1 [sn].dmg
Size 4.96 MB
Created on 2018-02-19 01:53:45
Hash 4940eb8631d349bc1a6c68d8d1743e7527dd88f2
Files Cocktail_High_Sierra_Edition_11.3.1 [sn].dmg (4.96 MB)

WebSnapperPro 2.0.5

Descriptions for WebSnapperPro 2.0.5

Name: WebSnapperPro for Mac
Version: 2.0.5
Release Date: 18 Feb 2018
Mac Platform: Intel
OS version:OS X 10.10 or later
Processor type(s) & speed: 64-bit processor

Includes: K

Web Site: http://tastyapps.net/websnapperpro.html

Overview

WebSnapperPro lets you capture full web pages exactly as they appear in your browser, with a single mouse click, without the need to “stitch” or cut-and-paste. Save the page as an image file or as vector-based PDF. You can print the page, send it as an email attachment, send it to Evernote, or export it to your DropBox account, right from the WebSnapperPro interface.

What’s New in WebSnapperPro 2.0.5

  • Improved resolution of snapshots saved in image formats (not PDF).
  • JPEG compression UI improvements.
  • Small bug fixes.

Name WebSnapperPro 2.0.5 [k].dmg
Size 11.11 MB
Created on 2018-02-19 01:53:45
Hash 74a75857b37415f0d7b222125f1fc1e72bebaad6
Files WebSnapperPro 2.0.5 [k].dmg (11.11 MB)

Clean Text Menu 3.4

Descriptions for Clean Text Menu 3.4

Name: Clean Text Menu
Version: 3.4
Language: English
Developer: Apimac
Mac Platform: Intel
OS Version: OS X 10.11 or later
Processor type(s) & speed: 64-bit processor

Includes: Pre-K’ed (TNT)

Web Site: http://www.apimac.com/mac/cleantextmenu/
Mac App Store: https://itunes.apple.com/app/clean-text-menu/id1222295315?mt=12

Overview

Clean Text Menu is an essential tool for webmasters, graphic designers, developers and magazine editors to reduce text cleanup and editing time, and it is a very convenient tool for all Mac users that needs to cleanup and editing text from emails, documents, or other material.

Solve text problems with a couple of clicks

Clean Text Menu is always available as an icon on the menu bar and quickly performs many essential text processing functions such as removing empty lines, removing unwanted spaces, converting tab characters, smart quotes, and more. In addition to this, smart actions let you solve with a single click, the most common cleaning problems of text found in email messages, documents and web pages.

Type on Mac and find the text on iOS

With Clean Text Menu, you can write text on Mac and then find it on any iOS device. You don’t have to worry about anything. Thanks to iCloud, you will find in the device that you just picked up, exactly the text that you have just typed on Mac.

Live search

While you type in the search box all occurrences within the text will be highlighted to give you a complete picture, then with the Select Next and Select Previous buttons you can gradually select instances to edit or change them. Also Ignore Case, Contains, Starts With and Full Word, act immediately on the highlighted text and will allow you to do the replacements with millimeter accuracy. And with infinite undoes, your chance to try, becomes a tool to do a good job.

Accelerate your search and replace work using patterns

When you search and replace text, you can use Pattern-based search. Using patterns, in combination of text, you can find quickly tabs, paragraph breaks, page breaks, word starting or ending with a particular character, phone numbers and so on. Just open the Pattern menu item and click on the pattern you want to insert on the find or replace box.

Like the dark appearance?

To Clean Text Menu, also appearance is important, the app automatically switches from Standard to Dark themes to reflect your choice for Menu bar and Dock.

Support for the latest macOS technologies

Clean Text Menu supports the latest macOS technologies, such as: iCloud to access the same text from any Mac and iOS device, Touch Bar for quickly enter Emoji, easy share with Mail, Messages, Note, Reminder, Twitter, Facebook, Linkedin and any other extension to share other apps had installed in your Mac and infinite undoes and redoes. The app is written in Swift, the new fast and powerful Apple’s coding language.

The main text processing features of Clean Text are:

• Smart Clean and Clean and Compact text.
• Clean Clipboard content without the need to paste it in the app.
• Fix spaces and line breaks, join paragraphs and strip quote prefix.
• Trim spaces and empty lines.
• Replace tabs with spaces, spaces with tabs, spaces with returns and returns with spaces.
• Replace one return with two returns and vice versa.
• Convert from three periods to ellipsis and from ellipsis to three periods.
• Convert quotation marks: curved quotes, straight quotes, angle quotes and Chinese quotes.
• Convert from single to double and from double to single quotes.
• Change case to sentence case, title case, uppercase, lovercase and random case.
• Remove empty lines, spaces, returns, duplicate words and duplicate lines.
• Convert HTML to plain text and URL encoding.
• Convert emoji and symbols to their description.
• ROT13 encode (replaces a letter with the letter 13 letters after it in the alphabet).
• Increase and decrease text indent.
• Add and remove line numbers and quote Prefix.
• Sort lines, sort lines in reverse, order words alphabetically and reverse text.
• Convert to upside down and to mirrored pseudo text.
• Extract Links, Email Addresses, Phone numbers and Unique Words.
• Find and Replace with live highlighting of matches.
• Pattern-based search and substitution.

What’s New in Clean Text Menu 3.4

  • Release notes not available at the time of this post.

Screenshots

Name Clean Text Menu 3 4 TNT.dmg
Size 9.95 MB
Created on 2018-02-19 01:53:45
Hash 150e4cc00c603852974108739279a992ad8c29ad
Files Clean Text Menu 3 4 TNT.dmg (9.95 MB)

Teorex Inpaint 7.1

Descriptions for Teorex Inpaint 7.1

Name: Teorex Inpaint
Version: 7.1
Mac Platform: Intel
OS Version: OS X 10.9 or later
Processor type(s) & speed: 64-bit processor

Includes: Pre-K’ed (TNT)

Web Site: https://www.theinpaint.com

Overview

Inpaint will magically fill the selected area with intelligently-generated textures pulled from the surrounding image data. Inpaint photo restoration software reconstructs the selected image area from the pixels near the area boundary. Remove undesirable objects from your images, such as logos, watermarks, power lines, people, text or any other undesired artefacts.

There’s no need to manually go through messing around with your old clone tool any more! Now you can use Inpaint to easily remove all those unexpected objects that end up spoiling an otherwise really great photograph.

Top Reasons to use Inpaint
  • Repair old photos
  • Remove watermarks
  • Delete unwanted people from photo
  • Erasing wires and power lines
  • Remove unwanted objects
  • Digital Facial retouching
  • Remove date stamps
  • Erase wrinkles and skin blemishes
  • Remove tourists from travel photos
  • Fill black areas of a panorama
  • Remove text or logo from images
  • Remove moving objects from photos
  • Easy to get use & started
  • Completely nontechnical

What’s New in Teorex Inpaint 7.1

  • Release notes not available at the time of this post.

Name Teorex_Inpaint_7.1[TNT].rar
Size 19.25 MB
Created on 2018-02-19 06:00:28
Hash 486fc42755630c20e9a0b52f85a250a795e07d02
Files Teorex_Inpaint_7.1[TNT].rar (19.25 MB)

Adobe Camera Raw CC 10.2

Name Adobe Camera Raw CC 10.2.dmg
Size 357.9 MB
Created on 2018-02-19 00:19:35
Hash 88ea6ba9ab778475c5bdf4f118cccba03d255b8f
Files Adobe Camera Raw CC 10.2.dmg (357.9 MB)

Descriptions for Adobe Camera Raw CC 10.2

Name: Adobe Camera RAW
Version: CC 10.2
Released: Feb 13th, 2018
Developer: Adobe Systems Incorporated
Mac Platform: Intel
OS Version: OS X 10.8 or later
Processor type(s) & speed: 64-bit processor

Web Site: http://www.adobe.com/

Overview

An Adobe Photoshop plug-in that offers you the possibility to visualize, process, and convert raw images generated by various digital cameras

Digital cameras produce raw format images that need to be processed and converted to an editable file format before making any adjustments. Adobe Camera RAW is an Adobe Photoshop plug-in that enables you to access raw image formats generated by a wide collection of digital cameras, without having to use third party converters.

The plug-in is able to work with raw files created by Canon, Kodak, Konica Minolta, Olympus, Ricoh, Samsung, Leaf, Leica, Panasonic, Sigma, Sony, Casio, Mamiya, Nikon, Pentax, Contax, Phase One, DJI, Epson, Fujifilm, Hasselblad, or Nokia digital cameras.

However, keep in mind that only certain camera models are supported, so you should verify on the Adobe website if the files generated by your device can be processed.

Raw format converter integrated into your Adobe Photoshop app

The Adobe Camera RAW installer will take care of the plug-in assimilation process, so you will be able to access its capabilities without having to leave the Adobe Photoshop application, although in a separate window.

Note that you will be able to work directly on the “digital negatives” while keeping the original files intact. The plug-in window allows you to visualize the image, but also includes basic editing tools, enables you to see the image histogram, to adjust the image exposure, and much more.

Easily accessible image processing tools

Before exporting the raw image files, Adobe Camera RAW offers you the opportunity to adjust the image tone, to modify the sharpening effect, to reduce the noise level, to convert the image to grayscale, or to create split toning effects.

The same gadgets panel placed on the right side of the Adobe Camera RAW main window includes tools for making lens corrections, for applying various effects (grain, post crop vignetting, and more), or for calibrating the camera.

Powerful camera raw converter plug-in for Adobe Photoshop

Adobe Camera RAW is a great addition to your Adobe Photoshop photo editing suite: you have all the necessary tools for both visualizing, processing, and converting camera raw data without ever leaving the editor.

What’s new in Adobe Camera RAW CC 10.2

  • Adds support for new cameras and lenses and fixes several issues.
For the full list of supported cameras and lens profiles, see these resources:
  • Supported camera models: https://helpx.adobe.com/camera-raw/kb/camera-raw-plug-supported-cameras.html
  • Supported lens profiles: https://helpx.adobe.com/camera-raw/kb/supported-lenses.html

Screenshots

Voxengo CurveEQ v3.6

Descriptions for Voxengo CurveEQ v3.6

Name: Voxengo CurveEQ
Version: 3.6
Mac Platform: Intel
OS Version: OS X 10.7 or later

Includes: Keygen (R2R)

Web Site: http://www.voxengo.com/product/curveeq/features/

Overview

CurveEQ is a spline equalizer AU and VST plugin for professional music and audio production applications. CurveEQ shows you the actual filter response you are designing by means of a spline (a smooth curvy line) plus it shows the spectrum, so you can readily see what the EQ is doing with the sound. This, in turn, allows you to get the best from your mix and your tracks. CurveEQ perfectly suits the needs of mastering.

PHA-979 is useful during mixing sessions, especially when working with the sound material recorded through an array of microphones. In many cases this allows you to solve various phasing problems arising from the microphone placement chosen during the tracking session. In other cases this process may help you to align drums and other instruments to each other bringing punch and time coherence not attainable by the ordinary time-aligning alone.

Beside the phase shifting, PHA-979 features positive and negative time delaying that eliminates the need to move in-track events in the sequencer when doing time alignment over any set of recorded tracks. PHA-979 also provides mid/side channel balance and panning controls that permit you to record stereo microphone pairs into a single stereo track without resorting to dual mono recording (on separate tracks) which usually becomes time-consuming in a further editing.

What’s New in Voxengo CurveEQ v3.6

  • Release notes not available at the time of this post.

Screenshots

Name Voxengo CurveEQ v3.6 MacOSX Incl Keygen-R2R.dmg
Size 35.88 MB
Created on 2018-02-18 23:43:37
Hash e4f8089bd6f5907893a8b1a30c509e819c087984
Files Voxengo CurveEQ v3.6 MacOSX Incl Keygen-R2R.dmg (35.88 MB)

Voxengo PHA-979 v2.6

Descriptions for Voxengo PHA-979 v2.6

Name: Voxengo PHA-979
Version: 2.6
Mac Platform: Intel
OS Version: OS X 10.7 or later

Includes: Keygen (R2R)

Web Site: http://www.voxengo.com/product/pha979/features/

Overview

PHA-979 is a professional audio AU and VST plugin which allows you to apply an arbitrary phase shift to sound material. What is meant by the phase shift here is simultaneous shifting of all frequencies across the active frequency range of the signal by the given value in degrees. This is achieved by linear-phase design.

Additionally, CurveEQ implements spectrum matching technology that allows you to transfer spectrum’s shape of one recording to another. In other words, this allows you to “copy” frequency balance of existing time-proven mixes so that other mixes that are still in the works may have a chance to sound better. This technology also greatly helps in music mastering since it easily lessens any dramatic differences in the area of frequency balance between various tracks.

CurveEQ’s filters can be switched between linear- and minimum-phase modes. CurveEQ also features a deeply-customizable spectrum analyzer like the one found in Voxengo GlissEQ and SPAN plugins. You can also display, save and load static spectrum plots for comparison and matching purposes.

What’s New in Voxengo PHA-979 v2.6

  • Release notes not available at the time of this post.

Screenshots

Name Voxengo PHA-979 v2.6 MacOSX Incl Keygen-R2R.dmg
Size 32.15 MB
Created on 2018-02-18 23:43:37
Hash f8a68cdca07d879abe558537793c4395fa0f4011
Files Voxengo PHA-979 v2.6 MacOSX Incl Keygen-R2R.dmg (32.15 MB)

Torrents Download Apple,Mac Osx,Apps ,Software

Exit mobile version