On Mac, Homebrew is the de-facto package manager, and Homebrew Cask is the app manager. I’m going to use Cask to install Java 7 and 8.
Install Homebrew Cask first if you haven’t:
brew update
brew tap caskroom/cask
− Avatar Rich Hickey • 3 years ago Sorry, I have to disagree with the entire premise here.
A wide variety of experiences might lead to well-roundedness, but not to greatness, nor even goodness. By constantly switching from one thing to another you are always reaching above your comfort zone, yes, but doing so by resetting your skill and knowledge level to zero.
Mastery comes from a combination of at least several of the following:
# increase system IP port limits | |
net.ipv4.ip_local_port_range=1024 65535 | |
# Incoming packets queue length | |
net.core.netdev_max_backlog=10000 | |
# TCP socket max connections num | |
net.core.somaxconn=262144 | |
# Enable syncookies |
package typedactorrefs | |
import akka.actor._ | |
import akka.pattern.AskSupport | |
import akka.util.Timeout | |
import scala.concurrent.Future | |
import typedactorrefs.Server.ServerMessage | |
import scala.concurrent.duration._ | |
import typedactorrefs.Server.GetModule | |
import typedactorrefs.Server.Module |
ror, scala, jetty, erlang, thrift, mongrel, comet server, my-sql, memchached, varnish, kestrel(mq), starling, gizzard, cassandra, hadoop, vertica, munin, nagios, awstats
Attention: if you attempt to fork this gist, github will think that you are a spammer and you will have to confirm that you are human with them. Apparantly there are too many links in this list. Also I update it rather frequently (see revisions on the left), so it's probably wise to not fork it anyway.
#!/usr/bin/env python | |
import os | |
import sys | |
import argparse | |
try: | |
from boto.ec2.connection import EC2Connection | |
except ImportError: | |
sys.stderr.write('Please install boto ( http://docs.pythonboto.org/en/latest/getting_started.html )\n') | |
sys.exit(1) |
64 bit OS | |
========= | |
Name PMCPUMark Rank CPUValue TDP Price jvm Scala compile time | |
Intel Core i7-2600K @ 3.40GHz 8529 59 26.65 95W $319.98 Hotspot 1.7.0_17 64 bit OC@ 4.3GHz: 11.541 s * | |
AMD Phenom II X6 1075T @ 3.0GHz 5407 174 41.60 125W $129.99 JRockit 1.6 64 bit 17 s | |
Intel Core i7-3770K @ 3.50GHz 9632 30 30.87 77W $311.99 64 bit 17.071 s | |
AMD Phenom II X6 1090T @ 3.20GHz 5684 160 28.42 125W $199.99 JRockit 1.6.0_37 32 bit 17.304 s | |
AMD Phenom II X6 1090T @ 3.20GHz 5684 160 28.42 125W $199.99 JRockit 1.6.0_37 64 bit 17.340 s | |
Intel Core i7-3930K @ 3.20GHz 12112 13 22.43 130W $539.99 64 bit OC@ 4.4GHz: 17.526 s | |
AMD Phenom II X6 1090T @ 3.20GHz 5684 160 28.42 125W $199.99 JRockit 1.6.0_20 64 bit 18.280 s |
IMPORTANT! Remember to check out the wiki page at https://github.com/bebraw/jswiki/wiki/Game-Engines for the most up to date version. There's also a "notes" column in the table but it simply does not fit there... Check out the raw version to see it.
This table contains primarily HTML5 based game engines and frameworks. You might also want to check out the [[Feature Matrix|Game-Engine-Feature-Matrix]], [[Game Resources]] and [[Scene Graphs]].
Name | Size (KB) | License | Type | Unit Tests | Docs | Repository | Notes |
---|---|---|---|---|---|---|---|
Akihabara | 453 | GPL2, MIT | Classic Repro | no | API | github | Intended for making classic arcade-style games in JS+HTML5 |
AllBinary Platform | Platform Dependent | AllBinary | 2D/2.5D/3D | n |
IMPORTANT! Remember to check out the wiki page at https://github.com/bebraw/jswiki/wiki/Game-Engines for the most up to date version. There's also a "notes" column in the table but it simply does not fit there... Check out the raw version to see it.
This table contains primarily HTML5 based game engines and frameworks. You might also want to check out the [[Feature Matrix|Game-Engine-Feature-Matrix]], [[Game Resources]] and [[Scene Graphs]].
Name | Size (KB) | License | Type | Unit Tests | Docs | Repository | Notes |
---|---|---|---|---|---|---|---|
Akihabara | 453 | GPL2, MIT | Classic Repro | no | API | github | Intended for making classic arcade-style games in JS+HTML5 |
AllBinary Platform | Platform Dependent | AllBinary | 2D/2.5D/3D | n |