View nvim-api.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"ui_options": [ | |
"rgb", | |
"ext_cmdline", | |
"ext_popupmenu", | |
"ext_tabline", | |
"ext_wildmenu", | |
"ext_messages", | |
"ext_linegrid", | |
"ext_multigrid", |
View armory
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Translate object: | |
transform.translate(1, 2, 3); | |
% | |
Get world location: | |
transform.world.getLoc(); | |
% | |
Access transform properties in world-space: |
View armory-browser.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
## Armory3D html5 player launcher | |
if ! [[ $1 =~ https?://.* ]]; then | |
echo "invalid url" | |
exit | |
fi | |
#if [ -z "$1" ] || [ $1 != http?(s)://* ]; then | |
#echo "Usage: armory-browser <url>" |
View Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM debian:buster-slim | |
WORKDIR /build | |
RUN apt update && apt upgrade -y && apt install -y git curl python lsb-release sudo | |
RUN git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git | |
ENV PATH="/build/depot_tools:${PATH}" | |
RUN gclient | |
RUN fetch v8 | |
WORKDIR /build/v8 | |
RUN git checkout branch-heads/9.0 |
View Tris.hx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import js.Browser.document; | |
import js.Browser.window; | |
import js.html.CanvasElement; | |
import js.html.CanvasRenderingContext2D; | |
import om.Random; | |
class Tris { | |
public var canvas(default,null) : CanvasElement; |
View App.hx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import js.Browser.document; | |
import js.Browser.window; | |
import js.html.CanvasElement; | |
import js.html.CanvasRenderingContext2D; | |
class App { | |
static var canvas : CanvasElement; | |
static var ctx : CanvasRenderingContext2D; |
View Haxe.sublime-syntax
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%YAML 1.2 | |
--- | |
# http://www.sublimetext.com/docs/3/syntax.html | |
name: Haxe | |
file_extensions: | |
- hx | |
- hxsl | |
- hscript | |
scope: source.haxe.2 | |
contexts: |
View haxelib_plugin.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python2 | |
# Terminator haxelib url handler | |
import re | |
import terminatorlib.plugin as plugin | |
AVAILABLE = ['HaxelibURLHandler'] | |
View benchmarks
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/HaxeFoundation/hashlink/tree/master/other/benchs | |
[Benchmark] | |
└─ [target] [buildtime] : [runtime] | |
--- | |
OS: Arch Linux x86_64 | |
Kernel: 4.17.2-1-ARCH |
View panzer-religion.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The religion centering on roland "schoko" panzer arose in the late 1980s, when Vienna was known as the New ibiza, although there was a claim in 1999 that it had already started in the 1910s.[1] | |
The movement was heavily influenced by existing religious practice in the squat party area of Vienna, particularly the worship of Kore, a goddess associated with distorted kickdrums and hyperkinetic breaks.[3] | |
In some versions of the story, a native man named Manuel Horvath, using the alias "roland panzer", began appearing among the native people of vienna dressed in a Western-style coat and assuring the people he would bring them eternal bass, some high pitched mickey-mouse style vocals, mutilated snares and terrorizing claps.[1][4] | |
Others contend that roland "schoko" panzer was a trance-induced spirit vision.[5] | |
Said to be a manifestation of grandmaster flash, he promised the dawn of a new age in which all white people, including missionaries, would depart the vienna underground, leaving behind their goods and proper |
NewerOlder