This file contains 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
import datetime | |
import os | |
import re | |
DIR_BASE = '/Volumes/share/contour/' # Contourライブラリのパス | |
def main(): | |
oldNameList = getOldNameList() | |
for oldName in oldNameList : | |
try: | |
newName = getNewName(oldName) |
This file contains 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
var WIDTH_CELL = "B1"; | |
var HEIGHT_CELL = "B2"; | |
var ZOOM_CELL = "B3"; | |
var CENTER_CELL = "B4"; | |
var DATA_START_ROW = 7; | |
var VISIBLE_COLUMN = 3; | |
// スプレッドシートを開いた時に自動的に実行される関数 | |
function onOpen() { | |
// メニューを作成 |
This file contains 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 file contains 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
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<title>Markdown with HTML5</title> | |
<div id="content"> | |
# 見出し1 | |
## 見出し2 | |
### 見出し3 |
This file contains 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
package com.tatesuke.contour; | |
import java.io.FileInputStream; | |
import java.io.FileNotFoundException; | |
import java.io.IOException; | |
import java.io.PushbackInputStream; | |
public class NmeaExporter { | |
public static void main(String[] args) throws FileNotFoundException, IOException { |
This file contains 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
import java.io.FileInputStream; | |
import java.io.FileNotFoundException; | |
import java.io.IOException; | |
import java.io.PushbackInputStream; | |
public class NmeaExporter { | |
public static void main(String[] args) throws FileNotFoundException, IOException { | |
if (args.length == 0) { | |
usage(); |
This file contains 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
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<title>Javaによる開発の流れ</title> | |
<script type="text/template" id="content1"> | |
<!--================================================================== | |
↓ここからmarkdownを記述します | |
====================================================================--> | |
# Javaによる開発の流れ |
This file contains 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
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<title>タイトル</title> | |
<script type="text/template" id="content1"> | |
<!--================================================================== | |
↓ここからmarkdownを記述します | |
====================================================================--> | |
# hoge |
This file contains 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
<!doctype html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<style> | |
body { | |
padding:10px; | |
} | |
#attach { | |
width:100%; |
This file contains 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
the 285850 | |
of 82114 | |
is 79278 | |
a 78948 | |
to 74413 | |
this 61625 | |
if 52123 | |
in 36277 | |
and 35898 | |
be 35465 |
OlderNewer