- 
Clone the Riemann Git repository (clones into directory
riemann):
$ git clone https://github.com/aphyr/riemann.git - 
Checkout the last stable version (0.2.2 in our case):
$ cd riemann
$ git checkout tags/0.2.2 - 
Add Carmine dependency to
riemann/project.clj: 
| #!/bin/bash | |
| BACKGROUND_COLOR="black" | |
| FONT_PATH=$HOME/.fonts/Inconsolata.otf | |
| FONT_SIZE=70 | |
| FONT_URL="http://www.levien.com/type/myfonts/Inconsolata.otf" | |
| WALLPAPER_SIZE="1920x1080" | |
| WALLPAPER_PATH=$1 | |
| GITHUB_OAUTH_TOKEN_PATH=$HOME/.zen-wallpaper-oauth.token | 
| 1. Convert our ".jks" file to ".p12" (PKCS12 key store format): | |
| keytool -importkeystore -srckeystore oldkeystore.jks -destkeystore newkeystore.p12 -deststoretype PKCS12 | |
| 1.1. List new keystore file contents: | |
| keytool -deststoretype PKCS12 -keystore newkeystore.p12 -list | |
| 2. Extract pem (certificate) from ".p12" keysotre file: | |
| #include "cinder/app/AppNative.h" | |
| #include "cinder/gl/gl.h" | |
| #include "cinder/gl/GlslProg.h" | |
| #include "cinder/gl/Texture.h" | |
| #include "cinder/Rand.h" | |
| using namespace ci; | |
| using namespace ci::app; | |
| using namespace std; | 
| # Add the following 'help' target to your Makefile | |
| # And add help text after each target name starting with '\#\#' | |
| help: ## Show this help. | |
| @fgrep -h "##" $(MAKEFILE_LIST) | fgrep -v fgrep | sed -e 's/\\$$//' | sed -e 's/##//' | |
| # Everything below is an example | |
| target00: ## This message will show up when typing 'make help' | |
| @echo does nothing | 
This configuration is not maintained anymore. You should think twice before using it, Breaking change and security issue will likely eventually happens as any abandonned project.
This is the full version of the thread for opencart#1286, archived from notification emails.
The discussion has since been deleted almost entirely by OpenCart's developer.
Everyone who posted in it has also been blocked from the OpenCart repo.
| /server add <name> <team>.irc.slack.com/6667 -ssl -password=<password> | |
| /set irc.server.<name>.ssl_verify off | |
| /set irc.server.<name>.nicks <username> | |
| /connect <name> | 
#three.js javascript 3D Library - OBJ loader
This object was created in blender and exported as an .OBJ file using the three.js OBJLoader.js
It's important you check that you have your normals correct on your model.