Posts

Showing posts from October, 2015

How To: Install Android Studio Version 141

Image
. How To Install Android Studio Version 141 1) Get ready with the installer. 2) Run the installer. Give it some time to load. 3) Follow the installation wizard. 4) Select components to install. By default, everything is selected. 5) Agree to the license agreement. 6) Set the install location. 7) Set the emulator setup requirement. 8) Select the Start Menu folder. 9) Installation starts. Wait until it is completed. Notice that the file size has expanded to 3GB++. 10) Installation completed. .

OSX Killed The Linux Desktop (And Windows as well)

Image
. I was a windows user since Windows 95 era. I followed the edition updates up to Windows XP. It was a nice escalating experience. However, Vista disappointed me. Windows 7 managed to revive my loyalty to Windows but Windows 8 and subsequently Windows 10 made me disappointed again. I am not fascinated at all by the promises of Microsoft's new technology (read http://www.infoworld.com/article/2954263/microsoft-windows/10-reasons-you-should-upgrade-to-windows-10.html ). In the end, people just don't bother much what OS they use. As long as they can surf, listen to or watch their favorites, write codes etc in a simple, convenient and pleasant way , they just don't care about the OS running their PC. At the moment OSX delivers these points. Effectively, it killed Linux and Windows desktop. (Read  http://www.wired.com/2012/08/osx-killed-linux/ )

How To: Share Android Mirror Screen With Win and Mac PC

Image
. 1) Get the MirrorOp Receiver Apps for PC Go to MirrorOp website http://www.mirrorop.com/ Download Win or Mac applications. Install the applications and run them in standby mode. 2) Get the MirrorOp for Android e.g.  https://play.google.com/store/apps/details?id=com.awindinc.galaxysender Install and run the apps. Make sure the android and pcs are connected to the same wifi network. 3) Connect Run the MirrorOp apps on android. It should be able to detect the pcs automatically. Press play button to begin sending live screencast to the selected pc. Android mirror on Mac Android mirror on Win

Download old versions of Android Developer Toolkit ADT

. You can find the old versions of the ADT at the following URLs (it looks like Google keeps them around, but doesn't advertise how to locate them). http://dl.google.com/android/ADT-0.9.5.zip http://dl.google.com/android/ADT-0.9.6.zip http://dl.google.com/android/ADT-0.9.7.zip http://dl.google.com/android/ADT-0.9.8.zip http://dl.google.com/android/ADT-0.9.9.zip http://dl.google.com/android/ADT-8.0.0.zip http://dl.google.com/android/ADT-8.0.1.zip http://dl.google.com/android/ADT-10.0.0.zip http://dl.google.com/android/ADT-10.0.1.zip http://dl.google.com/android/ADT-12.0.0.zip http://dl.google.com/android/ADT-14.0.0.zip http://dl.google.com/android/ADT-15.0.0.zip http://dl.google.com/android/ADT-20.0.0.zip http://dl.google.com/android/ADT-20.0.3.zip http://dl.google.com/android/ADT-21.0.0.zip http://dl.google.com/android/ADT-21.0.1.zip http://dl.google.com/android/ADT-21.1.0.zip http://dl.google.com/android/ADT-22.0.0.zip http://dl.google.com/android/ADT-22.0.1....

How To: Run A Web Server On Mac (The Easy Way)

Image
. OS X: You need only one tiny command to start a web server from any directory through OS X's terminal. If you've got a web site lying around and need to test it out, this is possibly the fastest way to make that happen. Just navigate to the directory you want to use and enter the following command: python -m SimpleHTTPServer 8000 You may want to change the port if you already have something running on 8000, but other than that the command doesn't require much alteration. It's a great little snippet to keep in mind (or in your TextExpander shortcuts) for the next time you need a quick little web server. . From:  http://lifehacker.com/start-a-simple-web-server-from-any-directory-on-your-ma-496425450

Download Epsilon Framework

Image
. epsilon-framework Collection of cross-platform components used to build interactive games Project Home Downloads Wiki Issues Source Export to GitHub READ-ONLY: This project has been  archived . For more information see  this post . Search     Search within:       All downloads    Featured downloads    Current downloads         My starred downloads       Deprecated downloads        for     1 - 8 of 8   Filename  ▼ Summary + Labels  ▼ Uploaded  ▼ ReleaseDate  ▼ Size  ▼ DownloadCount  ▼ ...   cli_parse-18.png Ambient Occlusion Plus Lighting Aug 2011 Aug 2011 2.4 MB 57   cli_parse-15.png Ambient Occlusion Artifacts Aug 2011 Aug 2011 1.7 MB 66   cli_parse-12.png Tweaked Ambient Occlusion Aug 2011 Aug 2011 1.8 MB 53   cli_parse-11-composite.png De...

How To: Install GitHub On Mac

Image
. Install GitHub On Mac 1) Download GitHub Download GitHub from  https://desktop.github.com/   2) Install Unzip the compressed file. Run the application. During the first time it runs, it will ask your permission to move itself to the Applications folder. 3) Run Enter your login credentials Upon login successful attempts, you get the user dialog. Set your Git configuration. You will get Find Local Repositories dialog. Click Done and you will get the Dashboard. .

Download Microsoft Access 2016

Image
. Microsoft Access is a DBMS (also known as Database Management System) from Microsoft that combines the relational Microsoft Jet Database Engine with a graphical user interface and software-development tools. It is a member of the Microsoft Office suite of applications, included in the Professional and higher editions or sold separately. Microsoft Access stores data in its own format based on the Access Jet Database Engine. It can also import or link directly to data stored in other applications and databases.[1] Software developers and data architects can use Microsoft Access to develop application software, and "power users" can use it to build software applications. Like other Office applications, Access is supported by Visual Basic for Applications (VBA), an object-oriented programming language that can reference a variety of objects including DAO (Data Access Objects), ActiveX Data Objects, and many other ActiveX components. Visual objects used in forms and repo...