Skip to content

Instantly share code, notes, and snippets.

View rakuishi's full-sized avatar
🏠
Working from home

OCHIISHI Koichiro rakuishi

🏠
Working from home
View GitHub Profile
@rakuishi
rakuishi / CircleTransform.java
Created October 2, 2015 00:56 — forked from julianshen/CircleTransform.java
CircleTransform for Picasso
/*
* Copyright 2014 Julian Shen
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
@rakuishi
rakuishi / wp-xml-hugo-import.rb
Last active May 20, 2019 06:57 — forked from tnmt/wp-xml-octopress-import.rb
Import XML of Wordpress to Hugo
# -*- coding: utf-8 -*-
# $ ruby wp-xml-hugo-import.rb ***.wordpress.yyyy-mm-dd.xml
require 'fileutils'
require 'time'
require 'rexml/document'
include REXML
class Time
def timezone(timezone = 'UTC')