RSS Feed RSS Feed (free software only)1,568 applications totalLast updated: Oct 1st 2021, 15:46 GMT
Understand 5.0 Build 958. Allows you to easily manage the source code of your projects. Aug 15th 2018, 10:14 GMT. Mac OS X 10.6 and later (PPC & Intel) AppleScript development. 1,010 downloads. Download Apple Developer Tools for Mac to gCC 3.3 for G5 dev. GCC 3.3 compiler in addition to other updates that will allow development of G5 optimized code with the December 2002 Mac OS X. Click Update to download and install the developer beta software. After the software has been downloaded, the installation process will begin as normal. If the latest developer beta does not appear on the Updates list, restart your Mac. Then, open the Mac App Store and click the Updates tab. The developer beta update can take a long time to.
Caret 3.4.6 / 4.0.0 RC 18
Write documents using the Markdown markup language with this minimalistic and easy-to-use applicat...
Sep 12, 2021 Chrome Developer Tools Download; Chrome Developer Tools Not Opening Mac; Developer Options Chrome; Chrome DevTools is a standalone node-webkit based OS X application that separates Chrome Developer Tools from the Chrome web browser, and, besides practicality and speed, it brings to the table a more accessible user interface. MacUpdate's software library contains more than 1331 Developer Tools apps designed for Mac owners. Choose the best app and download it today for free.
CCMenu 14.0
Streamlined utility for macOS users designed to display the exact project status of CruiseControl ...
MPS 2018.2.2 Build 182.1427
Open source and user-friendly software development environment implementing the LOP (Language Orie...
MacCPUID 3.1
View useful information about your Mac's processor obtained via the CPUID instruction, with this s...
Understand 5.0 Build 958
Allows you to easily manage the source code of your projects
Dialog Maker 3.2.4
Simple to use and intuitive macOS utility for AppleScript user interaction commands designed to pe...
Valentina for Director 8.5
Enables developers to deploy true enterprise ready, Shockwave safe, database enabled solutions
dex2jar 2.0 / 2.1 Build 20180327 Snapshot
A tool to work with android .dex and java .class files
Aptana Studio 3.7.2.201807301111
A free, open source and fully-featured integrated development environment that enables you to buil...
Processing 3.5.4
Code images, animation and interactions using this open source language that relies on basic conce...
Docker Toolbox 18.06.0-ce
Install and configure a Docker environment on your Mac to create application containers and stream...
Swordfish IV 4.8.0
Advanced Computer Aided Translation tool designed for professional translators that supports numer...
Insights 6.3.5
Modeling and prediction tool that offers you the possibility to analyze your data by relying on va...
Keka
Rectangle
The Unarchiver
Microsoft Remote Desktop
Keysmith
Mimestream
VLC Media Player
Filmora
macOS
Big Sur Cache Cleaner
AppCleaner
Alfred
Amphetamine
Hidden Bar
- Filmora
- macOS
- Big Sur Cache Cleaner
- AppCleaner
- Alfred
- Amphetamine
- Hidden Bar
- Aerial
- Keka
- Rectangle
- The Unarchiver
- Microsoft Remote Desktop
- Keysmith
- Mimestream
- VLC Media Player
PiBakery 0.3.6 / 2.0.0 Pre
Create and deploy custom images to your Raspberry Pi device by relying on predefined scripts that ...
Justinmind Prototyper 8.4.3
Design advanced mockups and run realistic simulations so you can present your ideas without having...
Appium 1.6.2
Test iOS and Android native, hybrid or web applications without having to recompile and modify the...
Data Creator 1.9
Generates sample data for your databases with no effort on your part, providing you with pseudo-ra...
Valentina for Xojo 8.5
A database plugin with native Xojo API that provides support for interacting with your local or se...
MySQL Cluster 7.6.7
A real-time open source transactional memory database designed for fast, always-on access to data ...
cocos2d 3.17
A framework for building 2D games, demos, and other graphical or interactive applications that are...
Pashua 0.11
A macOS application that offers you the possibility to create graphical user interface elements fo...
CrossUI SPA Builder (formerly CrossUI RAD Desktop) 2.15
A versatile tool for rapid application development which enables you to develop and package apps f...
Script Debugger 7.0.12 Build 7A112
AppleScript authoring environment that enables you to review and run the source code in order to t...
Nightcode 2.6.0
A simple, clean, yet powerful IDE for Java and Clojure projects designed for desktop, web, command...
jEdit 5.6.0
Free and open source programmer's text editor, which can be turned into a powerful and versatile I...
LibreOffice SDK 7.0.2.2 Fresh / 6.4.6.2 Still
Open source and free SDK for LibreOffice development that offers you the possibility to develop ne...
ParaView 5.5.2
Free and open source app that provides data analysis and visualization
Tokens 1.6.4
Generate, share and track App Store promo codes for all your applications that can be provided to ...
Google App Engine 1.9.68
Imac Toolbar Disappeared
A great PaaS engine that enables you to quickly deploy web applications on the same scalable syste...
Mac Os Developer Tools Download Windows 10
Adobe Muse CC 2018.1
A powerful, user-oriented and versatile application that enables you to quickly and effortlessly d...
PREV16789101112NVIDIA® CUDA Toolkit 11.0 no longer supports development or running applications on macOS. While there are no tools which use macOS as a target environment, NVIDIA is making macOS host versions of these tools that you can launch profiling and debugging sessions on supported target platforms.
You may download all these tools here. Note that the Nsight tools provide the ability to download these macOS host versions on their respective product pages.
Please visit each tool's overview page for more information about the tool and its supported target platforms.
The macOS host tools provided are:
- Nsight Systems - a system profiler and timeline trace tool supporting Pascal and newer GPUs
- Nsight Compute - a CUDA kernel profiler supporting Volta and new GPUs
- Visual Profiler - a CUDA kernel and system profiler and timeline trace tool supporting older GPUs (see installation instructions, below)
- cuda-gdb - a GPU and CPU CUDA application debugger (see installation instructions, below)
Instructions for installing cuda-gdb on the macOS
- This tar archive holds the distribution of the CUDA 11.0 cuda-gdb debugger front-end for macOS.
Native macOS debugging is not supported in this release, only remote debugging to other CUDA enabled targets.
- To install:
- Create an installation directory
- INSTALL_DIR=$HOME/cuda-gdb-darwin-11.0
mkdir $INSTALL_DIR
cd $INSTALL_DIR - Download the cuda-gdb-darwin-11.0.tar.gz tar archive into $INSTALL_DIR above
- Unpack the tar archive
- tar fxvz cuda-gdb-darwin-11.0.tar.gz
- Add the bin directory to your path
- PATH=$INSTALL_DIR/bin:$PATH
- Run cuda-gdb --version to confirm you're picking up the correct binaries
- cuda-gdb --version
You should see the following output:
- NVIDIA (R) CUDA Debugger
11.0 release
Portions Copyright (C) 2007-2020 NVIDIA Corporation
GNU gdb (GDB) 8.2
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
- Refer the 'Visual Profiler' section in the 'Profiler User's Guide'
for more information:
- https://docs.nvidia.com/cuda/profiler-users-guide/index.html#visual