Skip to content

Instantly share code, notes, and snippets.

! Hybrid Terminal Colours
! vim: ft=xdefaults
! Tomorrow-Night Palette
#define t_background #1D1F21
#define t_current_line #282A2E
#define t_selection #373B41
#define t_foreground #C5C8C6
#define t_comment #707880
#define t_red #CC6666
! Hybrid Terminal Colours
! vim: ft=xdefaults
! Tomorrow-Night Palette
#define t_background #1D1F21
#define t_current_line #282A2E
#define t_selection #373B41
#define t_foreground #C5C8C6
#define t_comment #707880
#define t_red #CC6666
diff -cr ruby-2.0.0-p247.orig/file.c ruby-2.0.0-p247/file.c
*** ruby-2.0.0-p247.orig/file.c 2013-04-25 00:43:05.000000000 +0900
--- ruby-2.0.0-p247/file.c 2013-10-29 14:21:53.112722600 +0900
***************
*** 4181,4187 ****
#ifdef __CYGWIN__
#include <winerror.h>
- extern unsigned long __attribute__((stdcall)) GetLastError(void);
#endif
#!/usr/bin/env bash
TARGET_URL=http://cache.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p353.tar.gz
PATCH_URL=https://gist.github.com/kou1okada/7209539/raw/68c845108504285a44a99d01aa0db60f88d81dda/ruby-2.0.0-p247.cygwin64.patch
HASH="$(cat <<EOD
78282433fb697dd3613613ff55d734c1 *ruby-2.0.0-p353.tar.gz
067532b28c5a42b93aa6dc5ba42c630c *ruby-2.0.0-p247.cygwin64.patch
EOD
)"
TARGET_ARCHIVE="${TARGET_URL##*/}"
#!/usr/bin/env bash
TARGET_URL=http://cache.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p353.tar.gz
PATCH_URL=https://gist.github.com/kou1okada/7209539/raw/68c845108504285a44a99d01aa0db60f88d81dda/ruby-2.0.0-p247.cygwin64.patch
HASH="$(cat <<EOD
78282433fb697dd3613613ff55d734c1 *ruby-2.0.0-p353.tar.gz
067532b28c5a42b93aa6dc5ba42c630c *ruby-2.0.0-p247.cygwin64.patch
EOD
)"
TARGET_ARCHIVE="${TARGET_URL##*/}"