This program will move a file to a new folder, and then create a symbolic link to it in the old folder
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
/**=- VERSION 1.2 -=**/ | |
var canvas, c; | |
var dots = [ ]; | |
var lines = [ ]; | |
var count = 0; | |
var m = { | |
mousePos : function(canvas, evt) { | |
var rect = canvas.getBoundingClientRect(); |
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/python2 | |
import subprocess as sp | |
import sys | |
devhdmi = '5' | |
devheadset = '8' | |
storedir = "/home/chaos/bin/" | |
filename = storedir + ".currentdevice" |
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
##### | |
# | |
# Zer0t3ch's .conkyrc | |
# | |
##### | |
update_interval 0.3 | |
double_buffer yes |
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
// <rant> to actual rant | |
// (requires modern browsers) | |
var rants = document.getElementsByTagName('rant'); | |
for (i=0;i<rants.length;i++) { | |
var rant = new SpeechSynthesisUtterance(rants[i].innerHTML); | |
window.speechSynthesis.speak(rant); | |
} |
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
# # # # # | |
# | |
# name: CoffeeAndCode (modified by zer0t3ch) | |
# | |
# # # # # | |
# Theme colors | |
set fish_color_normal 5f5f5f | |
set fish_color_command 5f87ff | |
set fish_color_quote brown |
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/bash | |
# ~/.bashrc: executed by bash(1) for non-login shells. | |
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) | |
# for examples | |
# If not running interactively, don't do anything | |
[ -z "$PS1" ] && return | |
# don't put duplicate lines in the history. See bash(1) for more options | |
# ... or force ignoredups and ignorespace |
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
Graphics Feature Status | |
Canvas: Software only, hardware acceleration unavailable | |
Flash: Hardware accelerated | |
Flash Stage3D: Hardware accelerated | |
Flash Stage3D Baseline profile: Hardware accelerated | |
Compositing: Hardware accelerated | |
Multiple Raster Threads: Enabled | |
Rasterization: Software only. Hardware acceleration disabled | |
Video Decode: Software only, hardware acceleration unavailable | |
Video Encode: Hardware accelerated |
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
$ sudo pacman -Syu | |
:: Synchronizing package databases... | |
core is up to date | |
extra 1806.9 KiB 1156K/s 00:02 [################################] 100% | |
community is up to date | |
multilib is up to date | |
pipelight is up to date | |
:: Starting full system upgrade... | |
warning: lib32-libtirpc: local (0.3.2-2) is newer than multilib (0.3.2-1) | |
resolving dependencies... |
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
// ==UserScript== | |
// -- General metadata | |
// @name Habitica Dark (by Zer0t3ch) | |
// @namespace http://zer0t3ch.com/ | |
// @description Recolors Habitica.com to a darker style | |
// @copyright 2015+, Zachary "Zer0t3ch" Hill | |
// @match https://habitica.com/* | |
// | |
// -- Update metadata | |
// @version 0.0.07 |
OlderNewer