Skip to content

Instantly share code, notes, and snippets.

@hirofumi
hirofumi / s3-file.rb
Last active October 22, 2015 13:37 — forked from DavidAllison/s3-file.rb
S3 File Resource for Chef 11.10, using AWS SDK for Ruby v2.0.0.rc6
#
# Author:: Christopher Peplin (<peplin@bueda.com>)
# Copyright:: Copyright (c) 2010 Bueda, Inc.
# License:: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
@hirofumi
hirofumi / aitter.js
Last active December 18, 2015 01:38 — forked from moroya/aitter.js
(function(){
var total = 0;
var year = '2012';
function init(num) {
num = (typeof num !== 'number' ? 0 : num);
if(num === 0) {
$('<div/>').css({
position: 'fixed',
left: 0,
top: 0,