| 更新: | 2024-10-08 |
|---|---|
| 作者: | @voluntas |
| バージョン: | 2024.1 |
| URL: | https://voluntas.github.io/ |
概要
| class MyFragment: Fragment(){ | |
| override fun onCreateView(inflater: LayoutInflater?, container: ViewGroup?, savedInstanceState: Bundle?): View? { | |
| return UI { | |
| linearLayout{ | |
| editText() | |
| button("OK") | |
| } | |
| }.view | |
| } | |
| } |
| 更新: | 2024-10-08 |
|---|---|
| 作者: | @voluntas |
| バージョン: | 2024.1 |
| URL: | https://voluntas.github.io/ |
概要
| { | |
| "metadata": { | |
| "name": "Three new matplotlib plots" | |
| }, | |
| "nbformat": 3, | |
| "nbformat_minor": 0, | |
| "worksheets": [ | |
| { | |
| "cells": [ | |
| { |
僕が実践した糖質制限の方法を下記に記します。ご参考までに。
連絡先
twitterはj5ik2o
Facebookもj5ik2o
LINEはj5ik2o
gmailはj5ik2o あっと gmail.com
注意事項:私は医者でも栄養士でもないので、ここに書かれたことは間違っている可能性もあります。ご自分で十分に注意して実践してください。必要なら専門家の指導を受けた方がいいと思います。
| ;; geeknote ============================================================== | |
| (defun geeknote-mode () | |
| (interactive) | |
| (eshell-command "python ~/geeknote/geeknote.py settings --editor /Applications/Emacs.app/Contents/MacOS/bin/emacsclient") | |
| ) | |
| (defun geeknote-create (newnote) | |
| (interactive "sname: ") | |
| (eshell-command | |
| (format "python ~/geeknote/geeknote.py create --content WRITE --title %s" newnote)) |
| # coding: UTF-8 | |
| #------------------------------------------------------------------------------- | |
| # Name: 数量化3類実行プログラム | |
| # Purpose: 数量化3類をPython Numpyで実行する | |
| # Reference: Excelで学ぶコレスポンデンス分析,高橋信,オーム社,2005 | |
| # Author: Takao Aoki | |
| # Created: 2013/01/20 | |
| # Copyright: Takao Aoki(c) 2013 | |
| # Licence: GNU GPL | |
| # Description: 数量化3類とは、生データの回答者および変数に生データの情報が |
基礎知識
読み物系