Skip to content

Instantly share code, notes, and snippets.

View junichim's full-sized avatar

junichim

View GitHub Profile
@junichim
junichim / README.md
Created November 10, 2021 08:38
避難所データのアップロードスクリプト
@junichim
junichim / README.md
Last active November 10, 2021 05:24
避難所検索@伊勢の避難所データ加工のためのスクリプト
@junichim
junichim / README.md
Last active April 17, 2021 06:05
オフラインマップ生成用のスクリプト類(2021/4/16 更新版)
@junichim
junichim / COPYING
Last active December 23, 2020 03:58
ブログ『はてなブログのコードハイライトを SyntaxHighlighter から はてなの markdown に変更』で作ったツール
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
@junichim
junichim / AndroidManifest.xml
Last active September 14, 2020 10:35
NFC 書き込みサンプル
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.nfcwriterexample">
<uses-permission android:name="android.permission.NFC" />
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
@junichim
junichim / AndroidManifest.xml
Last active July 11, 2023 08:39
NFC 読み取りサンプル
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.nfcreaderexample">
<uses-permission android:name="android.permission.NFC" />
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
@junichim
junichim / MainActivity.java
Created August 12, 2020 05:33
コンテンツプロバイダの一覧
package com.example.contentproviderinfo;
import androidx.appcompat.app.AppCompatActivity;
import android.content.pm.PackageManager;
import android.content.pm.ProviderInfo;
import android.os.Bundle;
import android.util.Log;
import android.widget.TextView;
@junichim
junichim / README.md
Last active February 27, 2020 00:00 — forked from fddcddhdd/gist:95cf9a4d5090cf886055
kintoneで大中小カテゴリーなど親子関係にあるプルダウンを実現するためのjavascript(マスタは他のアプリ)

こちらのドロップダウンリストのサンプルを元にちょっと手を加えてみた https://gist.github.com/fddcddhdd/95cf9a4d5090cf886055

マスタ側アプリ

master_app

フィールド名 フィールドタイプ フィールドコード 備考
有効無効 チェックボックス 有効フラグ ON
@junichim
junichim / README.md
Last active December 7, 2019 13:55
リザーブドインスタンスの有効期限切れを通知するためのスクリプト
@junichim
junichim / README.md
Last active April 14, 2021 02:14
オフラインマップ生成用のスクリプト類