Skip to content

Instantly share code, notes, and snippets.

View cosmo0920's full-sized avatar
🏠
Working from home

Hiroshi Hatake cosmo0920

🏠
Working from home
View GitHub Profile
@cosmo0920
cosmo0920 / Gemfile
Last active November 12, 2018 09:51 — forked from okkez/Gemfile
Fluentd v0.14 対応済みのプラグインリスト
source "https://rubygems.org"
gem "gems"
gem "octokit"
gem "dotenv"
@cosmo0920
cosmo0920 / mingw-w64-4.0.4-osx10.11.2.sh
Last active May 28, 2022 03:02 — forked from Drakulix/mingw-w64-3.10-osx10.9.sh
Script to install a Mingw-w64 Cross-Compiler Suite on Mac OS X 10.11.2
#!/bin/sh
# dependencies
echo "Installing dependencies via Homebrew (http://brew.sh)"
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
brew update
brew tap homebrew/versions
@cosmo0920
cosmo0920 / ssltest.cabal
Last active December 23, 2015 09:49 — forked from nullren/ssltest.hs
-- Initial hs-IRC.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: test
version: 0.1.0.0
-- synopsis:
description:
test SSL
license: MIT
-- license-file: LICENSE