Skip to content

Instantly share code, notes, and snippets.

View munyagu's full-sized avatar

munyagu munyagu

View GitHub Profile
@munyagu
munyagu / wgetでサイトのファイル全部取得
Created January 12, 2018 05:52
wgetコマンドを使ってFTP経由で取得する
wget -mc --passive-ftp ftp://「ユーザID」:「パスワード」@「サーバーアドレス」/取得するパス
# -m ミラーとしてダウンロードする
# -c 続きからダウンロードする
@munyagu
munyagu / make_wikicorpus_ja.py
Last active March 13, 2019 01:41
gensimとMeCabを使ってWikipedia日本語版を処理する
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright (C) 2010 Radim Rehurek <radimrehurek@seznam.cz>
# Copyright (C) 2012 Lars Buitinck <larsmans@gmail.com>
# Copyright (C) 2018 Shinsuke Nagasawa <nagasawa@barbwire.co.jp>
# Licensed under the GNU LGPL v2.1 - http://www.gnu.org/licenses/lgpl.html
"""
@munyagu
munyagu / custom_post_type_calendar.php
Last active June 11, 2018 02:43
カスタム投稿タイプ用カレンダーウィジット
<?php
/*
Plugin Name: Custom Post Type Calendar
Author: nagasawa@barbwire.co.jp
Plugin URI: https://munyagu.com/
Description: Calendar for custom post type archive.
Version: 0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/