Skip to content

Instantly share code, notes, and snippets.

fun files2delete(args: List<String>) {
return args.flatMap { arg ->
walkFiles("~$arg*.*").map { pythonFile ->
styledEcho(fgRed, fgBlack, pythonFile)
pythonFile
}
}
}

-> SuperDirt Found 0 LADSPA plugins jackdmp 1.9.12 Copyright 2001-2005 Paul Davis and others. Copyright 2004-2016 Grame. Copyright 2016-2017 Filipe Coelho. jackdmp comes with ABSOLUTELY NO WARRANTY This is free software, and you are welcome to redistribute it under certain conditions; see the file COPYING for details JACK server starting in realtime mode with priority 10

package net.borak.support.csv
import kotlinx.coroutines.*
import kotlinx.coroutines.channels.ReceiveChannel
import kotlinx.coroutines.channels.produce
import org.slf4j.Logger
import org.slf4j.LoggerFactory
import java.io.BufferedReader
class CSVParser {
package net.borak.support.csv
import kotlinx.coroutines.CoroutineScope
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.async
import kotlinx.coroutines.channels.ReceiveChannel
import kotlinx.coroutines.channels.produce
import kotlinx.coroutines.runBlocking
import org.slf4j.Logger
import org.slf4j.LoggerFactory
var WHITE = 255;
var readimage = require("readimage");
var fs = require("fs");
var gm = require("gm");
var load = function (file, callback) {
var buffer = fs.readFileSync(file);
var stream = fs.createReadStream(file);
@seykron
seykron / AppTest.java
Last active August 29, 2015 14:20
eclipse-jetty #465700 test case
package foo.test;
import org.eclipse.jetty.server.Server;
import org.eclipse.jetty.server.handler.ResourceHandler;
import org.eclipse.jetty.servlet.ServletContextHandler;
import org.eclipse.jetty.util.resource.Resource;
/** Steps to reproduce the issue:
*
* 1. Run the application
#!/bin/bash
# usage: pandoc-document [pandoc options]
wget --quiet -O document-A4.template https://gist.githubusercontent.com/seykron/9688447/raw/b52bcead0d78cef033a5eec5f92b5f9a4a8ca050/pandoc-document-template-A4.html
pandoc --template document-A4.template $@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>$title$</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="generator" content="pandoc">
<style type="text/css">
body {
@seykron
seykron / gist:6732836
Created September 27, 2013 18:17
Frontend Developer Interview

Frontend Developer Interview

General

  1. Are you on Github? If so, what are some examples of repos you follow (and who are you in there :).

  2. Can you describe your workflow when you create a web page?

  3. Explain what “Semantic HTML” means. Is this important? why?

@seykron
seykron / Widget.html
Created September 15, 2013 19:15
Shows the basic structure and behaviour of a widget.
<!DOCTYPE html>
<html>
<head>
<title>Widget test</title>
</head>
<body>
<div id="js-toolbar-email">
<a class="js-action-edit" href="javascript:void(0)">Edit</a>
<a class="js-action-delete" href="javascript:void(0)">Delete</a>