今更ながらメインのエディタをAtomに移行中で、入れてみて気に入ったpackageとかまとめてみる。
ctrl-alt-fでコードフォーマットをかけてくれる。
jsの構文チェック。
今更ながらメインのエディタをAtomに移行中で、入れてみて気に入ったpackageとかまとめてみる。
ctrl-alt-fでコードフォーマットをかけてくれる。
jsの構文チェック。
今更ながらメインのエディタをAtomに移行中で、入れてみて気に入ったpackageとかまとめてみる。
ctrl-alt-fでコードフォーマットをかけてくれる。
jsの構文チェック。
今更ながらメインのエディタをAtomに移行中で、入れてみて気に入ったpackageとかまとめてみる。
ctrl-alt-fでコードフォーマットをかけてくれる。
jsの構文チェック。
今更ながらメインのエディタをAtomに移行中で、入れてみて気に入ったpackageとかまとめてみる。
ctrl-alt-fでコードフォーマットをかけてくれる。
jsの構文チェック。
| # /usr/bin/env python | |
| # -*- coding:utf-8 -*- | |
| # | |
| # pip install requests legit beautifulsoup | |
| # | |
| import re | |
| import requests | |
| from legit.scm import * | |
| from BeautifulSoup import BeautifulSoup |
| # | |
| # VERSION 0.0.1 | |
| # | |
| FROM ubuntu:12.10 | |
| MAINTAINER horimislime "horimislime@gmail.com" | |
| # Setup | |
| RUN apt-get install -y software-properties-common debconf-utils | |
| RUN add-apt-repository -y ppa:webupd8team/java |
#test test upload from gist.el
| import os | |
| import xattr | |
| watchdir="/Users/horimislime/Desktop/" | |
| #search files downloaded from pixiv | |
| domain='www.pixiv.net' | |
| for file in os.listdir(watchdir): | |
| try: | |
| fullpath=os.path.join(watchdir,file) | |
| if xattr.getxattr(fullpath,'com.apple.metadata:kMDItemWhereFroms').find(domain)> 0: |
| module Automatic::Plugin | |
| class PublishFile | |
| require 'pp' | |
| def initialize(config, pipeline=[]) | |
| @config = config | |
| @pipeline = pipeline | |
| end | |
| def run |
| chflags nohidden ~/Library/ | |
| #ほかにもいろいろ書く |