-
JavaScript/Date(日付・時刻)
MDN Date 下位ページ Content 基本getTime getTimezoneOffset 足し算、引き算 日時の文字列 基本 基本はgetterとsetter 下のままだと地方時、UTCをつけると世界協定時世界協定時の月を帰す場合だと、getUTCMonth となる FullYear 年 Month 月 1月は0から始まり、11...
-
jQuery Mobile/Dateboxプラグイン
Dateboxプラグインでできること 日付・時刻の入力を簡単にするプラグイン DateBox 準備 jQuery Mobileプラグイン「Datebox」を活用したスマートフォンサイト作成 - CodeZine flipbox(上下スクロールで日付・時間を入力)を配置したかったので 必要なjs,cssのダウンロード/読み込みjqm-datebox.min.css(Da...
-
Javascript
下位ページ AngularJS Date(日付・時刻) jQuery jQuery Mobile jQuery-UI イベント制御 オブジェクト ダイアログ(Dialog) 変数・演算子 文字列(String) 構文・処理 表示 連想配列 配列 関数 非同期処理 Content コードの記述方法HTMLページ内に記述 コードの実行タイミングDOMが構築されている途中 ...
-
Python/日付・時刻
datetime datetime --- 基本的な日付型および時間型 コンストラクタ datetime.datetime(year, month, day, hour=0, minute=0, second=0, microsecond=0, tzinfo=None, *, fold=0) year, month, day までは必須 https //docs.python.org...
-
Python
下位ページ Flask Google Calendar Google の API を動かす numpy _ssl が見つからない問題 エラーメッセージ クラス データタイプ プログラミングのみそ ライブラリ 例外処理 入出力・ファイル操作 制御フロー・コード構造 日付・時刻 正規表現 演算子 競技プログラミング対応 関数 Content Content PyCharmの sca...
-
時刻
http //d.hatena.ne.jp/yutakikuchi/20130617/1371425713 DateTimeクラス google calendar は DateTimeを用いている com.google.gdata.data.DateTime DateTime startTime = new DateTime(); startTime.setTzShift(9)...
-
Automate/Documentation/Basics - Blocks/Content/Content update
Content update action block 別のアプリの content をアップデートする例えば 連絡先やカレンダーイベント fiber は更新が完了するまで停止する。 Note! Only the “default messaging app” can modify content //sms and content //mms-sms URI’s on Android 4.4...
-
Connect IQ/APIメモ/Toybox/Time
下位ページ DurationGregorianInfoMoment Content Module Toybox TimeDefined Under Namespace 定数 関数(要約) Time 関数(Moment) now 現在時刻を取得する (Moment) today Module Toybox Time 時間・日付を扱う関数群を提供するモジュ...
-
Python/ライブラリ
下位ページ Content Content 標準ライブラリ math 算術関連 定数 bisect 配列二分法アルゴリズム Lecture 74 サードパーティのライブラリ pip と conda の衝突 状況 一括インストール インストールをしたが、パスが...
-
その他
下位ページ タスク処理WEBアプリ Content JSON CORS 日付、時間RFC3339 ISO8601 プログラミング言語でどう処理するかJavascript ボタンのジェネレータpng css Getting Things Done Feedlyのgoogleアラート登録 URLスキームでプログラムを起動する 問題解決の自己ログ JSON J...
-
Android/プロセスとスレッド(processes and threads)
下位ページ Content 非同期タスク流れ クラスの定義 描画まで通信待ちになるような場合には、そのタスクを別スレッドに分ける。通信系はUIスレッドで実行するとエラーになるように設定されているらしい。 プロセスとスレッド | Android Developers AsyncTask | Android Developers 非同期タスク 流...
-
Connect IQ/データフィールド (Dynamic Data Field)
http //developer.garmin.com/connect-iq/programmers-guide/dynamic-data-fields/ Contents Datafield and SimpleDataField Activity InfoSimulating a Workout ダイナミックデータフィールド (Dynamic Data Fields)...
-
Connect IQ/APIメモ/Toybox/WatchUi/View/DataField/SimpleDataField
http //developer.garmin.com/downloads/connect-iq/monkey-c/doc/Toybox/WatchUi/SimpleDataField.html Contents Constant Summary Instance Attribute Summary 関数(Object) compute(info) (SimpleDataFiel...
-
自動化/一日の予定を詰めて表示してみる
Google Calendar 上で、一日の予定を組み替えていると、1つのイベントを移動させるだけでは成り立たなくて、連動して色々動かしたいときがでてくる。これをプログラム化させる。 美しい姿はブラウザ上で(Google Lab的なもので)完結するのが美しいとは思うが、手元の知識だと、PCのプログラムのワンクリックでやるしか無いので、まずはこれ。 Python で書き、Google...
-
Automate/Documentation/Functions
Automate/Documentation/Functions - Llamalab Functions The following functions are available for use in expressions abs Absolute value. acos Arc cosine of value. asin Arc sine of valu...
-
Sync Adapter
http //developer.android.com/training/sync-adapters/creating-sync-adapter.html Sync Adapter を使用するためにやること Sync Adapter Class を作る Service をバインドする Sync adapter XML metadata file を準備する AndroidManifest....
-
Automate/Documentation/Basics - Blocks/Content/Calendar event query
https //llamalab.com/automate/doc/block/calendar_event_query.html Calendar event query decision block that search for, or await calendar events. 即時実行された場合は、現在実施中のイベントが無いか、最小タイムスタンプと最大タイムスタンプの交わるイベン...
-
Automate/Documentation/Basics - Blocks
Content https //llamalab.com/automate/doc/block/index.html BlocksBlocks Apps App decision App start App start shortcut App clear cache App foreground...
-
Connect IQ/APIメモ/Toybox/Time/Moment
下位ページ Content Class Toybox Time Moment関数(要約) Constructor Details(Moment) initialize(value) 新しい Moment オブジェクトを返す。 Instance Method Details(Moment) add(time) Duration を Moment に加える...
-
Automate/Documentation
Advanced - ValuesAdvanced - VariablesBasics - BlocksConnectivityNFC tag scannedContentCalendar event addCalendar event getCalendar event queryContent updateInterfaceDialog choiceBasics - Flow FiberF...
-
Connect IQ/APIメモ/Toybox/WatchUi/View/DataField
Class Toybox WatchUi DataField Contexts Class Toybox WatchUi DataField直下のサブクラス Constant SummaryOBSCURE_* 丸いスクリーンで、描画時に欠けが発生するか? 関数(要約)Viewクラスから継承した関数 Constructor Details Instance Method...
-
Automate/Documentation/Basics - Blocks/Content/Calendar event add
https //llamalab.com/automate/doc/block/calendar_event_add.html Calendar event add action block カレンダにイベントを追加する 即時実行 If both the begin timestamp and end timestamp are at midnights the event becom...
-
Toodledo
Toodledo 下位ページ API Content 使い方のまとめ記事 e-mail登録時の記法 ステータス 使い方のまとめ記事 Toodledoの使い方の記事まとめ - シゴタノ! e-mail登録時の記法 http //www.toodledo.com/info/help_email.php 記号 内容 書き方 デフォルト値 ...
-
あるアプリケーションの作成日誌
認証(OAUTH)を取りに行く 流れ APIキーとコードでfrobをもらう frobを使って認証画面を呼び出して、ユーザーに承認してもらう 承認後に、frobを使ってTokenを取りに行く 認証画面を呼び出す際に「承認画面を閉じたら」を設定しておく。 setIntervalで画面の閉じ待ちをさせておく。「承認画面を閉じたら」は、window.openの戻り値を受け取っておいて、closeした...
-
Automate/Documentation/Basics - Blocks/Content
Calendar event add Calendar event get Calendar event query Content update
-
Connect IQ/APIメモ/Toybox/ActivityMonitor/HeartRateIterator
http //developer.garmin.com/downloads/connect-iq/monkey-c/doc/Toybox/ActivityMonitor/HeartRateIterator.html Class Toybox ActivityMonitor HeartRateIterator A class containing heart rate data fo...
-
Connect IQ/APIメモ/Toybox/Time/Gregorian
下位ページ Info Content Module Toybox Time GregorianDefined Under Namespace 定数 Gregorian 関数(要約) Gregorian Instance Method Details(Duration) duration(options) Duration オブジェクトを生成する。 (Info...
-
Google/Calendar
下位ページ Content scope Javaでクラス リスエストEventのリストを取得する レスポンスCalendar Events Event Google Calendar API scope どっちか https //www.googleapis.com/auth/calendar https //www.googleapis.com/...
-
Connect IQ/メモ作成中
下位ページ Content サンプルコード 現在のデータの取得 - Activity.info 現在のペースを表示するSpeedからPaceをつくる 秒(float)を◯:◯◯で表示する ボタンの入力を受け付ける Layout アクティビティの計測・記録を行うSessionの作成 シミュレータでの注意 シミュレータと実機の差 現在時刻を使う KEY_ESCで終了させ...
-
Google/GAS/Calendar
Google Apps Script Calendar Service 下位ページ Content Calendarのイベントを操作するまで流れCalendarのイベントを取得する Calendarにイベントを追加する CalendarCalendarを取得するdefaultカレンダー 任意のカレンダー Eventイベント内の情報を取得する イベントを登...
-
Toodledo/API/Task
下位ページ Saved Search タスクの削除 タスクの取得 タスクの編集 タスクの追加 情報フィールド Content Task(タスク)のデータフィールド Adding Tasks Deleting Tasks Error Codes Task(タスク)のデータフィールド retrieve, setに共通して用いられるフィールド GT AD ED...
-
Python/Google Calendar
Google Calendar の API を動かすところ準備はこちら Python/Google の API を動かす イベントを取得する from googleapiclient.discovery import build service = build( calendar , v3 , credentials=creds) # Call the ...
-
Automate
下位ページ Documentation IFTTTとの連携 Content Automate Automate - Google Play Store
-
Toodledo/API/Task/情報フィールド
http //api.toodledo.com/3/ 下位ページ Content Task(タスク)のデータフィールド タスクの取得(Retrieve Task) Adding Tasks Editing Tasks Deleting Tasks Error Codes Task(タスク)のデータフィールド retrieve, setに共通して用いられ...
-
Connect IQ/APIメモ/Toybox/WatchUi/View
Class Toybox WatchUi View 下位ページ DataField Contents Class Toybox WatchUi View直下のサブクラス Instance Method Summary Instance Method Details(WatchUi.Drawable) findDrawableById(id) (Ob...
-
Connect IQ/APIメモ/Toybox/Application/AppBase
Index (A) » Toybox » Application » AppBase Class Toybox Application AppBase Inherits Lang Object show all Overview AppBase is the base class for an app. すべてのアプリケーションは、このクラス...
-
Automate/Documentation/Advanced - Variables
Automate/Documentation/Variables - LlamaLab Variables You use variables as symbolic names for values in flows. A variable name must start with a letter, subsequent characters can also be digits a...
-
Automate/Documentation/Advanced - Values
Automate/Documentation/Values - LlamaLab Values Automate support the following value types Null Number Text Array Dictionary Null Null is a special keyword denoting a undefined/missing value....
-
Connect IQ/APIメモ/Toybox/WatchUi
Module Toybox WatchUi 下位ページ InputDelegate KeyEvent Picker View Content Module Toybox WatchUi直下のname space 定数プレス(Press) クリック(Click) スワイプ(Swipe) pushView/popView での遷移方法 (Transitio...
-
Trello/Action
Action - Trello Developers Actions Actions are generated whenever an action occurs in Trello. 例えば、カードを削除した場合、カードが削除されたという情報が カードがあったListに カードがあったBoardに カードを削除したUserに アクションのオブジェクトIDとともに残る A...
-
Connect IQ/User Interface
下位ページ Content Drawables, Views, And Layouts Viewのライフサイクル リソースファイルで Layouts と Drawables を定義するリソース Layout を使うレイアウト定義の一例 レイアウトリソースの使用方法 Drawables User Interface Making a user inte...
-
Checkvist/タスクの操作
Open API - Checkvist 下位ページ Content リストアイテムの取得リストのアイテム全部を取得する場合 リスト中の特定のアイテムだけを取得する場合 リストアイテムの情報更新 リストアイテムの取得 リストのアイテム全部を取得する場合 URL /checklists/[checklist_id]/tasks.(json|xml)...
-
Google/Sheets API
下位ページ Java Content URI batchGet シートのデータを取得する GET シートのデータを取得するHTTP request Query parameters Request body Response body 認証(scope) APPEND https //developers.google.com/sheets/?hl=j...
-
Checkvist/情報フィールド
Task representation 下位ページ Content XML対応 フィールド名 内容 その他 checklist_id タスクが含まれるCheckVistのID comments_count このタスクにぶら下がるノートの数 ◯ content タスク名 deleted Attribute is present only ...
-
Checkvist
下位ページ タスクの操作 情報フィールド 認証 Content Checkvist /checklists.jsonparameterarchived=true (OPTIONAL)←かかれてないけど order skip_stats /checklists/(checklist_id)/tasks.jsonparameterwith_notes order resp...
-
Toodledo/API/Task/Saved Search
http //api.toodledo.com/3/tasks/doc_search.php Toodledoにはタスクを探す検索ページ(API)がある。一度検索を行ったら、保存して素早くアクセスできるようになる。APIは自分で作成したSaved Searchへのアクセスを提供する。 検索規則 規則はブール演算子で繋がれる。rule1 と rule2 がrootレベルの規則で、 r...
-
Google/GAS/Drive
下位ページ Content クラスFile FileIterator ファイルを取得するファイルのIDを指定して取得する ファイルの名前を指定して取得する ファイルコレクションから次のファイルを取得する 一覧を取得する ファイルの情報取得ファイルの作成日時 ファイルの更新日時 ファイルをPDF化する ファイルをGmailに添付する Apps Script ...
-
Automate/Documentation/Basics - Blocks/Content/Calendar event get
https //llamalab.com/automate/doc/block/calendar_event_add.html Calendar event get action block カレンダーのイベントの詳細を取得する The fiber will proceed immediately without pause. イベントURIを取得するにはCalendar event que...
-
Connect IQ/Position & Sensors
Positioning and Sensors LocationLocation Events Sensors Fit ファイルへの記録 Communicating With ANT Sensors Positioning and Sensors Monkey C provides access to the wearable’s available sensors, which may...
-
インテント(intent)
http //developer.android.com/reference/android/content/Intent.html インテントとは 別の処理をする画面(UI)や、別アプリを呼び出す仕組み インテント 別の画面(Activity)を呼び出したり、そこに情報を渡したりする仕組み 遷移先に情報を預ける 遷移元が預けた情報を取得する getstrextra get...