Skip to content

Instantly share code, notes, and snippets.

View aquilax's full-sized avatar
💭
Fighting entropy

Evgeniy Vasilev aquilax

💭
Fighting entropy
View GitHub Profile
@aquilax
aquilax / list_test.java
Created February 8, 2012 17:29
Add to list
package com.avtobiografia.list_test;
import java.util.ArrayList;
import java.util.List;
import android.app.Activity;
import android.os.Bundle;
import android.view.View;
import android.widget.ArrayAdapter;
import android.widget.Button;
@aquilax
aquilax / inteface.go
Created February 26, 2012 17:50
Go Interface working sample
package main
import (
"fmt"
)
type Common struct {
s string
}
@aquilax
aquilax / inherit.go
Created March 1, 2012 04:44
Go inherit
package main
import (
"fmt"
)
type Parent struct {
name string
}
@aquilax
aquilax / php_spread_ubunutu_12.04.patch
Created June 26, 2013 12:38
Patch for php_spread v.2.1.0 to compile on Ubunutu 12.04
From 07ef69e60ce7e8b44008bdce98a57c341970d24d Mon Sep 17 00:00:00 2001
From: aquilax <aquilax@gmail.com>
Date: Wed, 26 Jun 2013 12:34:11 +0000
Subject: [PATCH] Fixed
---
php_spread.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/php_spread.c b/php_spread.c
@aquilax
aquilax / ino_reader_condensed.css
Last active December 19, 2015 06:59
"Condensed" CSS for Ino Reader
#tree_pane, #reader_pane {
overflow: hidden;
}
#tree_pane:hover, #reader_pane:hover {
overflow: auto;
}
#tree_pane::-webkit-scrollbar, #reader_pane::-webkit-scrollbar {
width: 6px;
--
-- PostgreSQL database dump
--
SET statement_timeout = 0;
SET client_encoding = 'UTF8';
SET standard_conforming_strings = on;
SET check_function_bodies = false;
SET client_min_messages = warning;
Verifying myself: My Bitcoin username is +aquilax. https://onename.io/aquilax
@aquilax
aquilax / schema.sql
Created September 24, 2014 16:33
scif_sqlite3_schema
CREATE TABLE edomain (
id INTEGER PRIMARY KEY AUTOINCREMENT,
domain_id integer DEFAULT 0,
url character varying(200),
title character varying(50),
status integer DEFAULT 1,
pre_text text,
post_text text,
analytics character varying(15),
header_text text

Keybase proof

I hereby claim:

  • I am aquilax on github.
  • I am aquilax (https://keybase.io/aquilax) on keybase.
  • I have a public key whose fingerprint is 3A08 01C8 95EA 2858 ABB3 45CA 7595 95CF 15EE E430

To claim this, I am signing this object:

@aquilax
aquilax / test.md
Created May 21, 2015 09:34
Test markdown

This is test markdown