Skip to content

Instantly share code, notes, and snippets.

@nerdfiles
nerdfiles / .newsbeuter_urls
Last active January 3, 2016 13:28
.newsbeuter/urls
https://news.ycombinator.com/rss
http://www.w3.org/blog/news/feed
http://www.scottaaronson.com/blog/?feed=rss2
http://timelessrepo.com/changelog.xml
http://www.righto.com/feeds/posts/default?alt=rss
https://www.exratione.com/atom.xml
http://rss.badassjs.com/
http://perfectionkills.com/feed.xml
http://feeds.feedburner.com/FlippinAwesome
@mapledyne
mapledyne / bandwidth.rb
Created September 3, 2015 15:41
Cisco ASA Bandwidth usage widget for dashing.io
require 'rubygems'
require 'snmp'
# Populate the graph with some random points
@inbound_points = []
@outbound_points = []
@inbound_long = []
@outbound_long = []
@bhcopeland
bhcopeland / nvidia_zabbix_template.conf
Last active October 27, 2017 15:32
nvidia-smi, temperature, fan speed and memory details. Zabbix UserParameter and Template
<?xml version="1.0" encoding="UTF-8"?>
<zabbix_export>
<version>2.0</version>
<date>2014-07-13T23:42:46Z</date>
<groups>
<group>
<name>Templates</name>
</group>
</groups>
@arm5077
arm5077 / index.js
Created July 5, 2016 12:21
A Slack doorbell run through Amazon's Lambda service and activated by its IoT button.
exports.handler = function(event, context){
var request = require('request');
var quotes = [
{
quote: "Good manners will open doors that the best education cannot.",
author: "Clarence Thomas"
},
{
quote: "I think there are influences that you open the door to, and influences that come under the door.",
author: "Harrison Birtwistle"
@justbuchanan
justbuchanan / readme.md
Last active March 1, 2021 17:21
Show icons for open programs in i3's status bar. See a demo here: http://gfycat.com/AfraidAmusingCoyote
@Igglybuff
Igglybuff / autodl-irssi-slack.md
Last active October 3, 2022 21:16
Slack notifications for autodl-irssi

autodl-irssi Slack notifications

Dependencies

  • A Slack workspace
  • autodl-irssi set up in ruTorrent
  • Docker (sort of optional)

Instructions

anonymous
anonymous / IRC client in pure bash 4
Created March 28, 2016 16:57
IRC client written in pure bash using only bash builtin commands and no other binaries.
#!/bin/bash
#no PATH, no way to accidently run any programs
PATH=''
#useful variables
term_height=0
term_width=0
term_scroll_height=0
status_line_row=0
@vi
vi / vethify.c
Created October 19, 2013 15:58
Copy packets between two network network interfaces (for workarounds)
/* vethify - multiplex packets between two ethernet interfaces
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
@noromanba
noromanba / twitch-irc-with-weechat.mkd
Last active January 24, 2024 01:17
How to join Twitch IRC w/ WeeChat