Skip to content

Instantly share code, notes, and snippets.

View leanderme's full-sized avatar

Leander Melms leanderme

  • UKE
  • Hamburg, Germany
  • 05:26 (UTC +02:00)
View GitHub Profile
@leanderme
leanderme / random_crop_x-and-y.ipynb
Last active September 12, 2022 10:28
random_crop_x-and-y.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
#------------------------------------------------------------------------------#
# OFFICIAL UBUNTU REPOS #
#------------------------------------------------------------------------------#
###### Ubuntu Main Repos
deb http://de.archive.ubuntu.com/ubuntu/ yakkety main restricted universe multiverse
###### Ubuntu Update Repos
deb http://de.archive.ubuntu.com/ubuntu/ yakkety-security main restricted universe multiverse
{
"children": [
{
"children": [
{
"children": [
{
"name": "polarity : 1"
},
{
@leanderme
leanderme / EasySync.swift
Created September 9, 2016 14:03
EasySync from Etherpad, Licensed under the Apache License
import Foundation
enum OpParseError: Error {
case Empty
case Short
}
class Easysync2Support: NSObject {
let opAssembler = OpAssembler()
@leanderme
leanderme / 0_reuse_code.js
Created September 6, 2016 20:23
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@leanderme
leanderme / MedExUIMACPE.log
Last active August 27, 2016 19:39
MedEx Error log
Loading configuration files ...
Aug 27, 2016 8:22:11 PM org.apache.uima.analysis_engine.impl.PrimitiveAnalysisEngine_impl callAnalysisComponentProcess(407)
SEVERE: Exception occurred
org.apache.uima.analysis_engine.AnalysisEngineProcessException
at org.apache.uima.analysis_engine.impl.compatibility.CasConsumerAdapter.process(CasConsumerAdapter.java:101)
at org.apache.uima.analysis_engine.impl.PrimitiveAnalysisEngine_impl.callAnalysisComponentProcess(PrimitiveAnalysisEngine_impl.java:375)
at org.apache.uima.analysis_engine.impl.PrimitiveAnalysisEngine_impl.processAndOutputNewCASes(PrimitiveAnalysisEngine_impl.java:296)
at org.apache.uima.analysis_engine.impl.AnalysisEngineImplBase.process(AnalysisEngineImplBase.java:267)
at org.apache.uima.collection.impl.cpm.engine.ProcessingUnit.processNext(ProcessingUnit.java:897)
at org.apache.uima.collection.impl.cpm.engine.ProcessingUnit.run(ProcessingUnit.java:577)