Skip to content

Instantly share code, notes, and snippets.

View dchekmarev's full-sized avatar

Dmitriy Chekmarev dchekmarev

  • Bangkok, Thailand
View GitHub Profile
@dchekmarev
dchekmarev / LineReader
Created December 18, 2013 12:44
allows to seek to any line in the file
import com.google.common.primitives.Longs;
import java.io.BufferedReader;
import java.io.ByteArrayInputStream;
import java.io.File;
import java.io.IOException;
import java.io.InputStreamReader;
import java.nio.ByteBuffer;
import java.nio.channels.SeekableByteChannel;
import java.nio.file.Files;
import java.util.ArrayList;
<?php
interface Closeable
{
public function close();
}
interface Producer
{
public function produce();
@dchekmarev
dchekmarev / thai_hours.html
Last active October 20, 2017 05:56
thai hours trainer for mobile, available as short url https://goo.gl/AEpgiB
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<script type="text/javascript"><!--
// data source: https://en.wikipedia.org/wiki/Six-hour_clock
var data = [
{ // midnight
'thai': ['เที่ยงคืน', 'หกทุ่ม', 'สองยาม'],