This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# prefer GNU version of most core utilities (interactive shell only). | |
# | |
# originally from http://tomayko.com/writings/gnu-is-killing-solaris | |
# | |
New location: https://github.com/palopezv/gnu-coreutils-aliases |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
make_gnu_aliases() { | |
local cmd | |
local gcmd | |
for gcmd in /opt/csw/bin/g* | |
do | |
cmd=${gcmd##*/g} | |
if [[ "$(type -p ${cmd})" ]]; then | |
alias ${cmd}=$(type -p g${cmd} ${cmd} | head -1) | |
fi | |
done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/Util/bin/python | |
# | |
# @(#)py4th.py 1.1 94/12/06 | |
# | |
# Forth in Python (py4th). | |
# | |
## This module implements a postfix interpreter class that | |
## can be instantiated as the inner interpreter or as a forth-ish | |
## interactive interpreter. The inner interpreter has two methods | |
## called p_compile and p_interp that are the core methods. Compile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Former maintainer: Thomas S Hatch <thatch45 (at) Gmail (dot) com> | |
# Maintainer: Xiao-Long Chen <chillermillerlong at hotmail dot com> | |
# Contributor: P. A. López-Valencia $(echo PHBhbG9wZXp2IEAgZ21haWwgZG90IGNvbT4K | base64 -d) | |
pkgname=supermin | |
pkgver=4.1.1 | |
pkgrel=1 | |
license=('GPL2') | |
arch=('i686' 'x86_64') | |
pkgdesc="Tool used to create libguestfs supermin appliances" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: speps <speps at aut dot archlinux dot org> | |
_name=plowshare | |
pkgname=$_name-git | |
pkgver=0.2312.ab90f01 | |
pkgrel=1 | |
pkgdesc="Command-line downloader and uploader for Rapidshare, Mediafire and other file sharing websites." | |
arch=('any') | |
url="http://code.google.com/p/plowshare/" | |
license=('GPL') | |
depends=('curl' 'recode' 'js') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
git filter-branch --env-filter ' | |
an="$GIT_AUTHOR_NAME" | |
am="$GIT_AUTHOR_EMAIL" | |
cn="$GIT_COMMITTER_NAME" | |
cm="$GIT_COMMITTER_EMAIL" | |
if [ "$GIT_COMMITTER_EMAIL" = "[email protected]" ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: aksr <aksr at t-com dot me> | |
pkgname=nmh-git | |
pkgver=1.6+dev.r2482 | |
pkgrel=1 | |
pkgdesc="Powerful electronic mail handling system, based on a set of command-line utilities." | |
arch=('i686' 'x86_64') | |
url="http://www.nongnu.org/nmh/" | |
license=('BSD') | |
depends=('db' 'openssl' 'libsasl') | |
makedepends=('git') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> | |
<fontconfig> | |
<!-- Deprecated 'mono' alias accept and replace with 'monospace'. --> | |
<match target="pattern"> | |
<test qual="any" name="family"><string>mono</string></test> | |
<edit name="family" mode="assign"><string>monospace</string></edit> | |
</match> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!----------------------------------------------------------------------- | |
! Xft settings | |
!----------------------------------------------------------------------- | |
Xft.dpi: 101 /* Could be 96 but my lcd is weird */ | |
Xft.antialias: true | |
Xft.rgba: none | |
Xft.hinting: true | |
Xft.hintstyle: hintsmedium | |
!----------------------------------------------------------------------- | |
! URxvt settings |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Vladimir Kamensky <[email protected]> | |
# Contributor: Vorbote <https://aur.archlinux.org/user/vorbote/> | |
pkgname=yandex-browser-beta | |
pkgver=16.2.0.1818_1.beta | |
pkgrel=1 | |
pkgdesc="The web browser from Yandex. | |
Yandex Browser is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier." | |
arch=('x86_64') | |
url="http://browser.yandex.ru/beta/" |
OlderNewer