Skip to content

Instantly share code, notes, and snippets.

View KenjiTakahashi's full-sized avatar
😮
Dunno

Karol Woźniak KenjiTakahashi

😮
Dunno
View GitHub Profile
# Maintainer: Balló György <ballogyor+arch at gmail dot com>
# Contributor: Ionut Biru <ibiru@archlinux.org>
# Contributor: Timm Preetz <timm@preetz.us>
pkgname=java-gnome
pkgver=4.1.1
pkgrel=3
pkgdesc="Java bindings to the GNOME platform (including gtk, glib and glade)"
arch=('i686' 'x86_64')
url="http://java-gnome.sourceforge.net"
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace _3._3._9 {
class Program {
delegate Func<A, R> Recursive<A, R>(Recursive<A, R> r);
static Func<A, R> Y<A, R>(Func<Func<A, R>, Func<A, R>> f) {
Recursive<A, R> rec = r => a => f(r(r))(a);
# Contributor: Dieter Plaetinck <dieter@plaetinck.be>
pkgname=python2-meliae
pkgver=0.4.0
pkgver_trimmed=0.4
pkgrel=1
pkgdesc="Meliae is a library meant to help people understand how their memory is being used in Python"
arch=(i686 x86_64)
url="https://launchpad.net/meliae"
license=('GPL')
depends=('python2')