youpy (youpy)

Name
youpy
Email
Website/Blog
http://gree.tumblr.com/
Location
Japan
Member Since
May 02, 2008 (about 1 year)

Following 27 githubbers and watching 65 repositories view all →

Public Repositories (17)

  • newextension

    creates a Firefox extension skeleton

    legend

    Last updated Sun Nov 08 20:41:13 -0800 2009

  • www-favicon

    find favicon from url

    legend

    Last updated Sat Nov 07 14:05:39 -0800 2009

  • fast-twitter-stream

    fast twitter stream client using multipart/x-mixed-replace. only works with Firefox.

    legend

    Forked from mattn/fast-twitter-stream Mon Oct 12 17:33:45 -0700 2009

    Last updated Mon Oct 12 17:36:29 -0700 2009

  • scissor-echonest

    Scissor extension to use Echo Nest Developers API

    legend

    Last updated Sun Oct 11 00:48:45 -0700 2009

  • ruby-echonest

    A Ruby interface for Echo Nest Developer API

    legend

    Last updated Sun Oct 11 00:45:51 -0700 2009

  • scissor

    utility to chop sound files

    legend

    Last updated Sun Oct 11 00:43:35 -0700 2009

  • ruby-itunes-observer

    Observe iTunes and notify when starting playng track

    legend

    Last updated Mon Sep 07 10:03:47 -0700 2009

  • ruby-text-converter

    legend

    Last updated Fri Sep 04 15:15:44 -0700 2009

  • cutagem_template

    legend

    Last updated Sun Aug 09 00:04:27 -0700 2009

  • glitchmonkey

    Un script para greasemonkey (firefox extension) que corrompe las fotos de cualquier website

    legend

    Last updated Wed Mar 25 08:41:50 -0700 2009

  • tombloo

    tombloo

    legend

    Forked from to/tombloo Wed Jul 30 03:15:15 -0700 2008

    Last updated Tue Feb 10 19:44:17 -0800 2009

  • youpy.github.com

    legend

    Last updated Thu Dec 18 19:57:00 -0800 2008

  • dowoscillator

    play Dow Jones Industrial Average as sine wave

    legend

    Last updated Tue Nov 04 19:14:10 -0800 2008

  • simple-color-picker

    legend

    Last updated Wed Aug 13 09:00:19 -0700 2008

  • directory-index-finder

    Find naked directory index

    legend

    Last updated Sat Aug 02 12:47:09 -0700 2008

  • net-twitter-status

    library to get Twitter's current status information

    legend

    Last updated Thu Jul 24 11:17:13 -0700 2008

  • autopagerize

    a userscript for auto loading paginated web pages

    legend

    Forked from swdyh/autopagerize Sun May 04 03:44:56 -0700 2008

    Last updated Sun May 04 03:53:38 -0700 2008

Public Activity feed

youpy pushed to master at youpy/newextension Sun Nov 08 20:41:13 -0800 2009
HEAD is 3aa0b1d706bf1af2da98d0f9e3230b58376ba765
youpy started watching greasemonkey/greasemonkey Sun Nov 08 09:02:36 -0800 2009
greasemonkey's description:
Greasemonkey is a user script manager for Firefox.
youpy pushed to master at youpy/www-favicon Sat Nov 07 14:05:39 -0800 2009
HEAD is 0c390edcdf158aeae2239c7a1ae67d2b80e402a6
youpy opened issue 1 on youpy/www-favicon Fri Nov 06 13:22:03 -0800 2009
favicons with a wrong MIME type (e.g. text/plain)
youpy pushed to master at youpy/www-favicon Fri Nov 06 13:18:23 -0800 2009
HEAD is ed879613c1d8606eeb8d147c2acf31daf3236aec

3 commits »

youpy pushed to master at youpy/www-favicon Fri Nov 06 03:02:44 -0800 2009
HEAD is 1ca972538147000c23697b90248497189e20c340
youpy pushed to master at youpy/www-favicon Fri Nov 06 03:00:57 -0800 2009
HEAD is 75f6ef81ee517fc717aa8ce603557086a3cf0318

2 commits »

youpy pushed to master at youpy/www-favicon Fri Nov 06 02:51:51 -0800 2009
HEAD is cadd66b5eab5b3c53340b78157e26b6b57e23932

2 commits »

youpy started watching RJ/playdar-core Wed Oct 21 21:20:09 -0700 2009
playdar-core's description:
Playdar - a content resolver for music
youpy started watching motemen/WWW-AutoPagerize Mon Oct 19 09:50:03 -0700 2009
WWW-AutoPagerize was created Mon Oct 19 09:10:24 -0700 2009
youpy created gist: 212631 Sun Oct 18 04:04:51 -0700 2009
#!/usr/bin/env ruby ...
youpy created gist: 212357 Sat Oct 17 07:56:08 -0700 2009
// ==UserScript== // @name make b.hatena.jp/youpy usable // @namespace http://d.hatena.ne.jp/youpy/
youpy created gist: 212347 Sat Oct 17 07:12:20 -0700 2009
require 'rubygems' require 'sinatra' require 'open-uri'
youpy pushed to master at youpy/fast-twitter-stream Mon Oct 12 17:36:30 -0700 2009
HEAD is e0721558203ec14140366820f153dd3c63922c98
youpy forked mattn/fast-twitter-stream Mon Oct 12 17:33:45 -0700 2009
Forked repository is at youpy/fast-twitter-stream
youpy updated gist: 208240 Mon Oct 12 03:24:00 -0700 2009
require 'rubygems' require 'tidy'
youpy updated gist: 208240 Mon Oct 12 03:06:17 -0700 2009
module Rack class CleanHTML def initialize(app, options = {})
youpy updated gist: 208203 Mon Oct 12 03:05:11 -0700 2009
module Rack class Glitch def initialize(app, options = {})
youpy updated gist: 208240 Mon Oct 12 02:51:55 -0700 2009
require 'rubygems' require 'tidy'
youpy updated gist: 208203 Mon Oct 12 02:31:25 -0700 2009
module Rack class Glitch def initialize(app, options = {})
youpy updated gist: 208240 Mon Oct 12 02:25:33 -0700 2009
require 'rubygems' require 'tidy'
youpy created gist: 208240 Mon Oct 12 01:18:38 -0700 2009
require 'rubygems' require 'tidy'
youpy updated gist: 208203 Mon Oct 12 00:33:32 -0700 2009
module Rack class Glitch def initialize(app, options = {})
youpy updated gist: 208203 Mon Oct 12 00:33:20 -0700 2009
module Rack class Glitch def initialize(app, options = {})
youpy updated gist: 208203 Mon Oct 12 00:14:27 -0700 2009
require 'rubygems' require 'sinatra' require 'open-uri'
youpy created gist: 208203 Mon Oct 12 00:02:12 -0700 2009
require 'rubygems' require 'sinatra' require 'open-uri'
youpy pushed to master at youpy/scissor-echonest Sun Oct 11 00:48:45 -0700 2009
HEAD is 86ec3b7514374624de32734a88c273f04e90f801
youpy pushed to master at youpy/ruby-echonest Sun Oct 11 00:45:52 -0700 2009
HEAD is efb331add32b518afc7ae2aa15c9deb7204fec22

2 commits »

youpy pushed to master at youpy/scissor Sun Oct 11 00:43:36 -0700 2009
HEAD is 1fb5acc0ccd165d8ab19a1074fa61d5228adb946
youpy pushed to master at youpy/scissor-echonest Sun Oct 11 00:35:51 -0700 2009
HEAD is 1a6eae60df7bc4847306503815c0913ee0dcb68f

2 commits »

youpy updated gist: 207140 Sat Oct 10 20:03:32 -0700 2009
require 'rubygems' require 'sinatra'
youpy updated gist: 206324 Sat Oct 10 14:37:00 -0700 2009
require 'rubygems' require 'sinatra'
youpy created gist: 207140 Sat Oct 10 14:19:47 -0700 2009
require 'rubygems' require 'sinatra'
youpy started watching tokuhirom/nanowww Sat Oct 10 07:57:47 -0700 2009
nanowww's description:
C++ lightweight, fast, portable HTTP client library