Skip to content

Instantly share code, notes, and snippets.

View resir014's full-sized avatar

Resi Respati resir014

View GitHub Profile
@resir014
resir014 / gist:9988424
Last active August 29, 2015 13:58
A statement from Sergey "Shnatsel" Davidoff regarding plans to integrate the elementary OS Pantheon shell to Debian.

This gist file is provided as a supplement to the article "elementary team looking to bring Pantheon desktop to Debian" on fuckyeah-elementaryos.tumblr.com. You can read the full article here.


As part of the Google Summer of Code 2014 event, Sergey "Shnatsel" Davidoff of elementary expressed his interest on integrating elementary's Pantheon shell, GUI framework, applications and GTK theme into the Debian codebase.

Davidoff wrote a statement in a comment for the article "Interview with Slax's author" on the Slax Linux website.


@resir014
resir014 / WankingWallaby.java
Last active August 29, 2015 13:57
Some more random assignment thing.
/*
* Copyright (c) 2014 Resi Respati <resir014@gmail.com>
*
* This work is free. You can redistribute it and/or modify it under the
* terms of the Do What The Fuck You Want To Public License, Version 2,
* as published by Sam Hocevar. See http://www.wtfpl.net/ for more details.
*
*/
import java.util.*;
@resir014
resir014 / NotHelloWorld.java
Last active August 29, 2015 13:56
The very first code I ever wrote in my Algorithm & Programming class.
/*
* @(#)NotHelloWorld.java 0.1 2014/03/21
*
* Copyright (c) 2014 Resi Respati <resir014@gmail.com>
* Licensed under WTFPL.
*
*/
//IMPORT DAT SHIT
import java.util.*;