Posts

Showing posts with the label Developer

Dash 4.0.2 cracked for Mac

Image
Dash  is an API documentation browser and code snippet manager. Dash helps you store snippets of code, as well as instantly search and browse documentation for almost any API you might use (for a full list, see the screenshots). Version 4.0.2: Fixed a text rendering bug in the snippet expansion popover Annotation sections now show tooltips Fixed an issue which caused the snippet editor to not be able to scroll "Copy Online Page URL" will now copy the resolved URL (when available), and not the kapeli.com redirect URL Fixed an issue with web searches which caused them to fail when special characters were used Fixed an issue with web search fallbacks not defaulting to a contextual search when only one docset is enabled Link Download:  https://goo.gl/FwCpVR If you could  help me to earn a bit of money, please download here:  http://ouo.io/huzdDt DaisyDisk 4.6.5 Cracked for macOS Mojave v10.14 https://trick-mac.blogspot.com/2018/11/daisydisk-465-cracked-for

How to install Gradle on macOS

Image
1. Open https://gradle.org/gradle-download/ and download zip file containing binaries 2. Extract content from zip files: 3. Open console and add system variable: vi ~/.profile Copy paste the following text into the .profile file: GRADLE_HOME=/Users/xxx/tools/gradle-3.1; export GRADLE_HOME export PATH=$PATH:$GRADLE_HOME/bin or edit ~/.bashrc vi ~/.bashrc Copy paste the following text into the .bashrc file: export GRADLE_HOME= /Users/xxx/tools/gradle-3.1 ; source ~/.bashrc 4. Test it in console :   gradle -version ------------------------------------------------------------ Gradle 3.1 ------------------------------------------------------------ Build time: 2016-09-19 10:53:53 UTC Revision: 13f38ba699afd86d7cdc4ed8fd7dd3960c0b1f97 Groovy: 2.4.7 Ant: Apache Ant(TM) version 1.9.6 compiled on June 29 2015 JVM: 1.8.0_51 (Oracle Corporation 25.51-b03) OS: Mac OS X 10.12 x86_64