Skip to content

Instantly share code, notes, and snippets.

View alumican's full-sized avatar

Yukiya Okuda alumican

View GitHub Profile
@alumican
alumican / main.py
Created May 15, 2014 17:10
ネーコンのねこツイート
#!/usr/bin/python2.7
# -*- coding: utf-8 -*-
import mechanize
from BeautifulSoup import BeautifulSoup
import tweepy
SHINDAN_URL = "http://shindanmaker.com/322469"
TWITTER_USERNAME = "username"
TWITTER_API_KEY = "*****************************"
@alumican
alumican / Timer.as
Created September 3, 2014 09:21
AS3 Timer based on getTimer
package util
{
import flash.display.DisplayObject;
import flash.events.Event;
import flash.events.EventDispatcher;
import flash.events.TimerEvent;
import flash.utils.getTimer;
/**
* This is the timer class based on getTimer().
@alumican
alumican / alumican.scss
Last active April 9, 2019 12:02
SASS tips
// ----------------------------------------
// Config
$image-directory: './image';
$bp-narrow-mobile : 320px;
$bp-mobile-tablet : 480px;
$bp-tablet-desktop: 800px;