Skip to content

Instantly share code, notes, and snippets.

@krsakai
krsakai / sshpass.rb
Created August 30, 2019 15:32 — forked from M-Barnett/sshpass.rb
brew install sshpass
require 'formula'
class Sshpass < Formula
url 'http://sourceforge.net/projects/sshpass/files/sshpass/1.06/sshpass-1.06.tar.gz'
homepage 'http://sourceforge.net/projects/sshpass'
sha256 'c6324fcee608b99a58f9870157dfa754837f8c48be3df0f5e2f3accf145dee60'
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"
@krsakai
krsakai / NSDate+Utils.h
Last active August 29, 2015 14:25 — forked from yutaaa/NSDate+Utils.h
Objective-C NSDate Utils.
//
// NSDate+Utils.h
//
// Copyright (c) 2015 Yuta Takahashi
//
// 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