Skip to content

Instantly share code, notes, and snippets.

View julie-is-late's full-sized avatar

Julie Shapiro julie-is-late

View GitHub Profile
package main
import (
"fmt"
"runtime"
)
func main() {
fmt.Printf("current: %d\n", runtime.GOMAXPROCS(0))
fmt.Printf("max: %d\n", runtime.NumCPU())
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<title>Elliptipool with Barriers</title>
<script id="vertex-shader" type="x-shader/x-vertex">
attribute vec4 vPosition;
uniform mat4 projectionMatrix;
varying vec4 color;
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
# Path to your oh-my-zsh installation.
ZSH=/usr/share/oh-my-zsh/
# Set name of the theme to load.
#ZSH_THEME="lambda-mod"
ZSH_THEME="gnzh-custom"
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
#plugins=(git archlinux golang gradle colored-man-pages ssh-agent docker docker-compose thefuck)
#plugins=(git archlinux ssh-agent thefuck)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
#!/usr/bin/env bash
docker start couchbase mysql rabbit