This package is now distributed at [GitHub:zr-tex8r/BXcjkjatpye] (https://github.com/zr-tex8r/BXcjkjatype).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is an update of codes from a Reddit post. The post is locked or otherwise I will just post this there! | |
# https://www.reddit.com/r/osx/comments/4gg3t3/batch_converting_powerpoint_2016_to_pdf_in/ | |
# It is recommended that you also sep up a filter (on Automator) to make sure the file format is compatible. | |
on run {input, parameters} | |
tell application "Finder" | |
set theItems to input | |
repeat with itemRef in theItems |
Reference site: http://qiita.com/betahikaru/items/8d2867fb39624e1fa48a
Part I
cd mecab-0.996
./configure --enable-utf8-only --prefix=/usr/local
make
make check
sudo make install
(Accessing UN trade data via UNComtrade API)
Date:2016.10.11 Documentation:http://comtrade.un.org/data/doc/api/
首先是API Request Address: http://comtrade.un.org/api//refs/da/view?parameters
(The output is in JavaScript Object Notation JSON
)
最棘手的是到底有哪些 parameters 要提供: