This file contains 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 | |
# Copyright (c) 2007-2008 Roy Marples <[email protected]> | |
# Amended by Kristian Gunstone for manjaro-openrc | |
# Released under the 2-clause BSD license. | |
# Setup our resolv.conf | |
# Vitally important that we use the domain entry in resolv.conf so we | |
# can setup the nameservers are for the domain ONLY in resolvconf if | |
# we're using a decent dns cache/forwarder like dnsmasq and NOT nscd/libc. | |
# nscd/libc users will get the VPN nameservers before their other ones |
This file contains 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
gammy@lucia:~$ lsusb| grep -i trackpad | |
Bus 001 Device 004: ID 05ac:0253 Apple, Inc. Internal Keyboard/Trackpad (ISO) | |
gammy@lucia:~$ ls -l /dev/input/by-id/ | |
total 0 | |
lrwxrwxrwx 1 root root 9 Jul 14 20:32 usb-Apple_Computer__Inc._IR_Receiver-event-ir -> ../event0 | |
lrwxrwxrwx 1 root root 9 Jul 14 20:32 usb-Apple_Inc._Apple_Internal_Keyboard___Trackpad-event-kbd -> ../event1 | |
lrwxrwxrwx 1 root root 10 Jul 14 20:32 usb-Apple_Inc._Apple_Internal_Keyboard___Trackpad-if02-event-mouse -> ../event14 | |
lrwxrwxrwx 1 root root 9 Jul 14 20:32 usb-Apple_Inc._Apple_Internal_Keyboard___Trackpad-if02-mouse -> ../mouse0 |
This file contains 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: Ho Tuan Kiet <[email protected]> | |
# Contributor: Kristian Gunstone <kristian.gunstone except without these words AT pean.org> | |
# Contributor: Jameson Pugh <[email protected]> | |
# Contributor: Jorge Araya Navarro <[email protected]> | |
# Contributor: kaptoxic <kaptoxic _at_ yahoo _dot_ com > | |
# Contributor: Louis des Landes <[email protected]> | |
# Contributor: dlech | |
# Contributor: Andreas Harter <[email protected]> | |
pkgname=keebuntu |
This file contains 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
Telia may be forced to pay 73 million kronor in lost compensation. | |
Copyswede go out winning another major legal battle. Today, the Supreme Court | |
held that even the iPhone will be subject to the private copying levy. | |
Copyswede has sued TeliaSonera of 73 million in lost pay, but if it gets such | |
high sums not fixed today, but should be decided by the district court. | |
The court case is about whether the iPhone can be considered to be "particularly | |
suited" for private copying, which the Supreme Court then considers the case. |
This file contains 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/bin/env bash | |
# Diox' Alarm, first draft | |
# Warning: Requires both bash and possibly also GNU date | |
read_timeout=10 # Must be in seconds | |
snooze_time="10 minutes" | |
human_format="%A%e, %H:%M" | |
ansi_red="\e[1;31m" # bold + red | |
ansi_green="\e[1;32m" # bold + green |
This file contains 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
*INFO* void KeyGrabber::grabKey(Window, unsigned int, unsigned int)@287: | |
KeyGrabber::grabKey(Window=0x5,000,75b, mod=0x40, key=0x26) | |
*INFO* void KeyGrabber::grabKey(Window, unsigned int, unsigned int)@287: | |
KeyGrabber::grabKey(Window=0x5,000,75b, mod=0x40, key=0x1c) | |
*INFO* void KeyGrabber::grabKey(Window, unsigned int, unsigned int)@287: | |
KeyGrabber::grabKey(Window=0x5,000,75b, mod=0x40, key=0x1b) | |
*INFO* void KeyGrabber::grabKey(Window, unsigned int, unsigned int)@287: | |
KeyGrabber::grabKey(Window=0x5,000,75b, mod=0x40, key=0x19) | |
*INFO* void KeyGrabber::grabKey(Window, unsigned int, unsigned int)@287: | |
KeyGrabber::grabKey(Window=0x5,000,75b, mod=0x40, key=0x2e) |
This file contains 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
http://www.youtube.com/watch?v=3_oMwlTDuiA | |
http://www.youtube.com/watch?v=HiBuwJ5EITo | |
http://www.youtube.com/watch?v=fZ63MuoahXY | |
http://www.youtube.com/watch?v=ySpmYNdRL-4 | |
http://www.youtube.com/watch?v=dPyzka5Vgsw | |
http://www.youtube.com/watch?v=CX_-w498hvc | |
http://www.youtube.com/watch?v=cl0ZSA_YHvk | |
http://www.youtube.com/watch?v=TNNzgJSNeBA | |
http://www.youtube.com/watch?v=oefln_KblCQ | |
http://www.youtube.com/watch?v=7vT8cveb-kg |
This file contains 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
+perimeter_before_infill = True | |
+raft_airgap_all = 0.0 | |
+raft_surface_thickness = 0.27 | |
+raft_surface_linewidth = 0.4 | |
+simplemodesettings = | |
+simplemodeprofile = Standard | |
+simplemodematerial = PLA | |
+simplemodematerialtype = Beginner | |
This file contains 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
Please see https://aur.archlinux.org/packages/cura-aleph-bin/ instead. |
This file contains 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
// How the hell does this work? | |
// gcc --std=c99 -Wall -pedantic t.c | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <stdint.h> | |
int main(int argc, char *argv[]) { | |
uint32_t num_ipd_intervals = atoi(argv[1]); | |
uint32_t ipd_interval[num_ipd_intervals + 1]; |