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
import XMonad hiding ( (|||), Tall ) | |
import XMonad.Hooks.DynamicLog | |
import XMonad.Layout.NoBorders | |
import XMonad.Hooks.ManageDocks | |
import XMonad.Hooks.Place | |
import XMonad.Hooks.ManageHelpers | |
import XMonad.Util.CustomKeys | |
import XMonad.Util.EZConfig | |
--import XMonad.Layout.Magnifier as Mag | |
import Data.Monoid |
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
import XMonad hiding ( (|||), Tall ) | |
import XMonad.Hooks.DynamicLog | |
import XMonad.Layout.NoBorders | |
import XMonad.Hooks.ManageDocks | |
import XMonad.Hooks.Place | |
import XMonad.Hooks.ManageHelpers | |
import XMonad.Util.CustomKeys | |
import XMonad.Util.EZConfig | |
--import XMonad.Layout.Magnifier as Mag | |
import Data.Monoid |
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
$ glxinfo | |
name of display: :1 | |
display: :1 screen: 0 | |
direct rendering: Yes | |
server glx vendor string: SGI | |
server glx version string: 1.4 | |
server glx extensions: | |
GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, | |
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, | |
GLX_OML_swap_method, GLX_SGI_swap_control, GLX_SGIS_multisample, |
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
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `config'. | |
libtoolize: linking file `config/ltmain.sh' | |
libtoolize: You should add the contents of the following files to `aclocal.m4': | |
libtoolize: `/usr/share/aclocal/libtool.m4' | |
libtoolize: `/usr/share/aclocal/ltoptions.m4' | |
libtoolize: `/usr/share/aclocal/ltversion.m4' | |
libtoolize: `/usr/share/aclocal/ltsugar.m4' | |
libtoolize: `/usr/share/aclocal/lt~obsolete.m4' | |
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and | |
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. |
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
warning: Could not load shared library symbols for linux-gate.so.1. | |
Do you need "set solib-search-path" or "set sysroot"? | |
[Thread debugging using libthread_db enabled] | |
Using host libthread_db library "/lib/i386-linux-gnu/i686/cmov/libthread_db.so.1". | |
JUCE v2.1.4 | |
[New Thread 0xb7829b40 (LWP 20425)] | |
[New Thread 0xb77a8b40 (LWP 20426)] | |
[Thread 0xb77a8b40 (LWP 20426) exited] | |
[Thread 0xb7829b40 (LWP 20425) exited] | |
[New Thread 0xb7829b40 (LWP 20427)] |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
{ | |
"metadata": { | |
"name": "vis1" | |
}, | |
"nbformat": 3, | |
"nbformat_minor": 0, | |
"worksheets": [ | |
{ | |
"cells": [ | |
{ |
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
pkgname=srecord | |
pkgver=1.61 | |
pkgrel=1 | |
pkgdesc="The SRecord package is a collection of powerful tools for manipulating EPROM load files." | |
arch=('i686' 'x86_64') | |
license=('GPL') | |
makedepends=('boost') | |
url="http://srecord.sourceforge.net" | |
source=("${url}/${pkgname}-${pkgver}.tar.gz") | |
# broken makefile has race conditions, remove "-j" |
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
#allow access to usb | |
SUBSYSTEM=="usb", MODE="0666", GROUP="dialout" | |
SUBSYSTEM=="hidraw", MODE="0666", GROUP="dialout" | |
SUBSYSTEM=="hid", MODE="0666", GROUP="dialout" | |
# | |
##ATTR{idVendor}=="03eb", ATTR{idProduct}=="204f", MODE="0666", GROUP="dialout", SYMLINK="lufarawhid-%n" | |
## | |
##ATTR{idVendor}=="03eb", ATTR{idProduct}=="2ff4", MODE="0666", GROUP="dialout", SYMLINK="lufarawdfu-%n" | |
## | |
ATTR{idVendor}=="0x1d50", ATTR{idProduct}=="0x6041", MODE="0666", GROUP="dialout", SYMLINK="alpharawhid-%n" |
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
# Contributor: Corrado Primier <[email protected]> | |
# Maintainer: Laszlo Papp <djszapi2 at gmail com> | |
pkgname=uisp | |
pkgver=20050207 | |
pkgrel=4 | |
pkgdesc="A tool for AVR which can interface to many hardware in-system programmers" | |
arch=('i686') | |
url="http://savannah.nongnu.org/projects/uisp/" | |
license=('GPL') | |
depends=('gcc-libs') |