jerryjrchen.com
Development Setup
http://jerryjrchen.com/cs61a/setup
CS 61A Spring 2017. CS 61A Fall 2016. Here are details about the tools that I currently use or have used. This isn't an official list by any means - just the tools that I believe are worth the trouble to set up. Before downloading anything, consider getting a package manager. For your operating system first. If you're on Linux, then you should already have one. My preferred text editor. Fun fact - Vim is a clone of Vi, which was written by Berkeley alum and programming superstar Bill Joy. Comes built in ...
kevin.deldycke.com
Home | Kevin Deldycke
http://kevin.deldycke.com/index.html
Might come with a beard. Package Manager V1.3 BitBar Plugin. Only a couple of days since the release of v1.0. And here is Package Manager v1.3. This version now supports:. Python’s pip,. Ruby’s gem,. Nodejs’s npm and. Package Manager Plugin V1.0 for BitBar. I just released Package Manager v1.0. A plugin for BitBar. Which centralize both Homebrew. Available updates under a unique menu entry:. The plugin, which started its life. With my dotfiles, now lives. In the official BitBar plugins repository. Other ...
codejuggle.dj
Mac OS X Development Setup Guide - codejuggle
https://www.codejuggle.dj/my-mac-os-x-development-setup
Mac OS X Development Setup Guide. This blog entry contains a list of applications and instructions how to install them for setting up a Mac as a development machine. Some applications need to be installed manually, for the rest I recommend using Homebrew. 8211; a package manager for Mac OS X. If you plan to start with a fresh Mac OS X install, follow the instructions on Apple Support. Open a terminal and install the Command Line Tools for Xcode. That are needed for the Homebrew installation. Brew install...
github.com
GitHub - sqlitebrowser/sqlitebrowser: Official home of the DB Browser for SQLite (DB4S) project. Previously known as "SQLite Database Browser" and "Database Browser for SQLite". Website at:
https://github.com/sqlitebrowser/sqlitebrowser
Official home of the DB Browser for SQLite (DB4S) project. Previously known as "SQLite Database Browser" and "Database Browser for SQLite". Website at:. Use Git or checkout with SVN using the web URL. Aug 20, 2016. Show warning in Edit Table dialog when the grammar parser had trouble. The grammar parser returns a bool value to indicate if it encountered some SQL feature that it doesn't understand yet. We might as well use that bit of information and show it to the user. Aug 14, 2016. May 3, 2015. DB Brow...
jeremy.hu
Geek Inside – Jeremy Herve
https://jeremy.hu/category/geek-inside
Avec de vrais morceaux de Geek dedans! There are 54 posts filed in Geek Inside. This is page 1. Google Play Music / Avast: fix uploads from a Mac. Is my music player of choice: it’s available everywhere, fully compatible with my Android device, and allows for easy download and upload of tracks. Its lucky mixes are also always on point. I use the free version for now, but I plan on switching to the Paid version once YouTube Red. Is available in Hungary (one can dream, right? September 30, 2016. Go take a ...
mpscholten.de
My Experience With Nix On OS X
https://www.mpscholten.de/nixos/2016/05/26/my-experience-with-nix-on-osx.html
My Experience With Nix On OS X. May 26, 2016. Some time ago, I’ve moved this jekyll-based blog from GitHub Pages to a self-hosted NixOS server. A few weeks ago, I’ve also moved some parts of my local OS X environment from homebrew over to nix. In this post I will share some of the experiences with using nix on OS X. Sometimes you want to use a package which is available, but not building successful on OS X. PHP is such a package. At the moment you cannot install PHP via nix on OS X. Sometimes a nix packa...
antonperez.com
Apple | Tech.It.2.Me
http://antonperez.com/category/apple
Ramblings on software craftsmanship, leadership, productivity, cars, and sometimes golf…. Grateful for waking up this morning, my friend Bob, and for the abilities I've been given to make a living. #beatdepression. The best iPhone and iPad apps WIRED UK https:/ t.co/iaVAbFYmO9. Good to know. https:/ t.co/RLQPYfgotW. Seven wastes of software development. How to get to Amazon Chat. Tomcat 7: Where to put WAR files. Seven performance metrics for Java applications. My custom bash prompt. My custom bash prompt.
grantlittle.me
Automated Mac Setup – Grant Little – Software Architect & Developer
https://www.grantlittle.me/automated-mac-setup
Grant Little – Software Architect and Developer. March 8, 2016. Posted by Grant Little. This could also be very useful if you are using a Mac virtual machine for iOS development and want to rebuild your environment after every project or simply make it really easy to get up and going quickly for new development team members. So I started to think about how I could achieve this. Specifically installing all the general software I use, or at least as much of it as I can. Project tries to fill this gap.