most of these require logout/restart to take effect
# Enable character repeat on keydown
defaults write -g ApplePressAndHoldEnabled -bool false
# Set a shorter Delay until key repeat| Feature: API | |
| In order to use the service from third party apps | |
| As a user | |
| I want to be able to use an API | |
| Background: | |
| Given a user exists # Pickle | |
| And I login as the user using basic auth | |
| Scenario Outline: Get a ticket |
| @ApplicationScoped | |
| @Startup | |
| public class StartupBean | |
| { | |
| @PostConstruct | |
| public void onStartup() | |
| { | |
| System.out.println("Application starting up."); | |
| } | |
| } |
| ; Sample supervisor config file. | |
| [unix_http_server] | |
| file=/tmp/supervisor.sock ; (the path to the socket file) | |
| ;chmod=0700 ; sockef file mode (default 0700) | |
| ;chown=nobody:nogroup ; socket file uid:gid owner | |
| ;username=user ; (default is no username (open server)) | |
| ;password=123 ; (default is no password (open server)) | |
| ;[inet_http_server] ; inet (TCP) server disabled by default |
| require 'rubygems' | |
| require 'bundler' | |
| Bundler.require | |
| require './application' | |
| namespace :assets do | |
| desc 'compile assets' | |
| task :compile => [:compile_js, :compile_css] do | |
| end |
| // © 2012 Viktor Klang | |
| import akka.dispatch.ExecutionContext | |
| import javax.swing.SwingUtilities | |
| import java.util.concurrent.Executor | |
| // | |
| object SwingExecutionContext { | |
| implicit val swingExecutionContext: ExecutionContext = ExecutionContext.fromExecutor(new Executor { | |
| def execute(command: Runnable): Unit = SwingUtilities invokeLater command |
| $stack, $draws = [], {} | |
| def method_missing *args | |
| return if args[0][/^to_/] | |
| $stack << args.map { |a| a or $stack.pop } | |
| $draws[$stack.pop(2)[0][0]] = args[1] if args[0] == :< | |
| end | |
| class Array | |
| def +@ |
| --- | |
| title: 500 Internal Server Error | |
| --- | |
| <article> | |
| <h1>500 Internal Server Error</h1> | |
| <p> | |
| Sorry, something’s gone wrong on our end. | |
| We apologize for the inconvenience. | |
| </p> |
| package com.example.actors.github | |
| import spray.httpx.Json4sSupport | |
| import org.json4s.{DefaultFormats, Formats} | |
| /** | |
| * Marshalling/Unmarshalling for the github json format | |
| * | |
| * see http://developer.github.com/v3/oauth/#web-application-flow | |
| */ |
We are building the easiest and most powerful data mapping engine ever. We have more than 40.000 loving users (growing rapidly) and customers from all around the world, And we have offices in downtown Madrid and NY.
Our team of engineers and designers are changing the way maps are made. This is a big task, we need to scale! Because we're looking for truly talented engineers with a passion for maps, code and quality. Our team is fast, smart and independent.