Skip to content

Instantly share code, notes, and snippets.

View ampledata's full-sized avatar

Greg Albrecht W2GMD ampledata

View GitHub Profile
package 'apache'
file '/etc/apache.conf'
service 'httpd'
1.to_f
=> 1.0
@ampledata
ampledata / get_pastebin.rb
Created May 8, 2012 18:01
Get Pastein Raw Contents
#!/usr/bin/env ruby
# Extract pwned twitter accounts.
require 'open-uri'
pbs = ['Kc9ng18h', 'vCMndK2L', 'JdQkuYwG', 'fw43srjY', 'jv4LBjPX']
pbs.each{ |pb| puts open("http://pastebin.com/raw.php?i=#{pb}").read }
@ampledata
ampledata / version.py
Created July 7, 2012 19:48 — forked from JasperVanDenBosch/version.py
Extract a setuptools version from the git repository: adapted for PEP 386
# -*- coding: utf-8 -*-
# Author: Douglas Creager <dcreager@dcreager.net>
# This file is placed into the public domain.
# Calculates the current version number. If possible, this is the
# output of “git describe”, modified to conform to the versioning
# scheme that setuptools uses. If “git describe” returns an error
# (most likely because we're in an unpacked copy of a release tarball,
# rather than in a git working copy), then we fall back on reading the
# contents of the RELEASE-VERSION file.
Yes I very enjoyful pictures.
Thank you very much. There are all the people is my fathers and uncles
and our people.
as you know your grandfa is also of them from North Korea at 1948.
Just 2 year before on Korean War-it was June 25, 1950
isnt it amaging country Korea 1950 and 2010?
just 60 year over, But totaly changed as you see..
I love really i love my contry and proud in mine.
minute = if new_resource.minute
new_resource.minute
else
'*/5'
end
cron new_resource.name do
only_if { valid_node }
minute minute
command cron_cmd
import fabric.api
import fabric.state
@fabric.api.parallel
def _sudo(cmd):
"""Wraps ``fabric.operations.sudo`` with custom stuff."""
fabric.operations.sudo("sudo gba %s" % cmd)
#!/usr/bin/env python
import logging
import kiss
import kiss.constants
# Change the constants here:
kiss.constants.LOG_LEVEL = logging.DEBUG
# or, to change the log format
@ampledata
ampledata / aprs_thread.py
Last active November 10, 2015 20:35
Threading APRS
#!/usr/bin/env python
import threading
import aprs
class APRSMessage(object):
def __init__(self):
http://chortle.ccsu.edu/java5/index.html
http://www.javacodegeeks.com/
http://www.tutorialspoint.com/java/index.htm