mizchi / TypeScript Meetup 2
- mizchi / 竹馬光太郎
- フロントエンドと Node.js
この資料は、java-ja.ddd の資料、ブログのまとめです http://connpass.com/event/1934/
和智さんの発表資料 http://www.slideshare.net/digitalsoul0124/ddd-17678116
増田さんの発表資料
| import java.io.IOException; | |
| import java.text.SimpleDateFormat; | |
| import java.util.Date; | |
| import javax.xml.parsers.ParserConfigurationException; | |
| import org.xml.sax.SAXException; | |
| import com.aetrion.flickr.FlickrException; | |
| import com.aetrion.flickr.REST; |
| !#/bin/sh | |
| ffmpeg -i IMGP8692.AVI -s 1280x720 -r 10.1 hoge.yuv | |
| ffmpeg -s 1280x720 -r 29.97 -i hoge.yuv hoge.mp4 |
| #!/usr/bin/env sh | |
| ## | |
| # This is script with usefull tips taken from: | |
| # https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
| # | |
| # install it: | |
| # curl -sL https://raw.github.com/gist/2108403/hack.sh | sh | |
| # |
| ;;; json-reformat --- Reformat tool for JSON | |
| ;; Author: Wataru MIYAGUNI <[email protected]> | |
| ;; Keywords: json | |
| ;; Copyright (c) 2012 Wataru MIYAGUNI | |
| ;; | |
| ;; MIT License | |
| ;; | |
| ;; Permission is hereby granted, free of charge, to any person obtaining |
| #!/bin/sh | |
| # Just copy and paste the lines below (all at once, it won't work line by line!) | |
| # MAKE SURE YOU ARE HAPPY WITH WHAT IT DOES FIRST! THERE IS NO WARRANTY! | |
| function abort { | |
| echo "$1" | |
| exit 1 | |
| } | |
| set -e |