This file contains hidden or 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
{ | |
"mode": "modules", | |
"out": "doc", | |
"theme": "default", | |
"ignoreCompilerErrors": "true", | |
"experimentalDecorators": "true", | |
"emitDecoratorMetadata": "true", | |
"target": "es6", | |
"moduleResolution": "node", | |
"preserveConstEnums": "true", |
This file contains hidden or 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
### Keybase proof | |
I hereby claim: | |
* I am pbouda on github. | |
* I am peter_maj (https://keybase.io/peter_maj) on keybase. | |
* I have a public key whose fingerprint is FBB3 44C8 6468 3825 3C57 9945 8932 BA4B CA51 26DC | |
To claim this, I am signing this object: |
This file contains hidden or 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
$ java -Dprism.verbose=true -Djavafx.verbose=true -jar app/Cryptomator-1.0.0.jar | |
2016-03-21 08:46:37,591 INFO [SingleInstanceManager:299] no running instance found | |
Prism pipeline init order: es2 sw | |
Using java-based Pisces rasterizer | |
Using dirty region optimizations | |
Not using texture mask for primitives | |
Not forcing power of 2 sizes for textures | |
Using hardware CLAMP_TO_ZERO mode | |
Opting in for HiDPI pixel scaling | |
Prism pipeline name = com.sun.prism.es2.ES2Pipeline |
This file contains hidden or 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
config BR2_PACKAGE_PYTHON_CYTHON | |
bool "python-cython" | |
help | |
Cython is an optimising static compiler for both the Python programming | |
language and the extended Cython programming language (based on Pyrex). | |
It makes writing C extensions for Python as easy as Python itself. | |
http://cython.org |
This file contains hidden or 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
# -*- coding: utf-8 -*- | |
from __future__ import unicode_literals | |
print("äßüöü") | |
print("സ്വാഗതം".encode("utf-8")) |
This file contains hidden or 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
# coding: utf-8 | |
import re | |
import glob | |
import xml.etree.ElementTree | |
import poioapi.annotationgraph | |
import graf | |
tier_map = { |
This file contains hidden or 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
# -*- coding: utf-8 -*- | |
#!/usr/bin/env python3 | |
from lingpy import * | |
from lingpy.convert.plot import alm2html | |
lex = LexStat("Witotoan.csv", check=True) | |
lex.get_scorer() | |
lex.cluster(method="lexstat", threshold=0.5) | |
lex.output("qlc", filename="Witotoan_lexstat") |
This file contains hidden or 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
# coding: utf-8 | |
import re | |
import xml.etree.ElementTree | |
import poioapi.annotationgraph | |
import graf | |
tiers = [ | |
'Define', | |
'Question', |
This file contains hidden or 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 python | |
# -*- coding: utf-8 -*- | |
import csv | |
import codecs | |
import poioapi.io.graf | |
import poioapi.annotationgraph | |
import poioapi.data |
This file contains hidden or 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 sys | |
# PyQt4 imports | |
from PyQt4 import QtGui, QtCore, QtOpenGL | |
from PyQt4.QtOpenGL import QGLWidget | |
# PyOpenGL imports | |
import OpenGL.GL as gl | |
import OpenGL.arrays.vbo as glvbo | |
import types |
NewerOlder