基礎知識
読み物系
#!/usr/bin/env python | |
# | |
# Copyright 2010 Facebook | |
# | |
# Licensed under the Apache License, Version 2.0 (the "License"); you may | |
# not use this file except in compliance with the License. You may obtain | |
# a copy of the License at | |
# | |
# http://www.apache.org/licenses/LICENSE-2.0 | |
# |
from gevent import monkey, Greenlet | |
from gevent.queue import Queue, Empty | |
from gevent.pywsgi import WSGIServer | |
import gevent | |
monkey.patch_all() | |
from geventwebsocket.handler import WebSocketHandler | |
from pyramid.config import Configurator | |
from pyramid.view import view_config |
基礎知識
読み物系
# 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類とは、生データの回答者および変数に生データの情報が |
;; 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)) |
僕が実践した糖質制限の方法を下記に記します。ご参考までに。
連絡先
twitterはj5ik2o
Facebookもj5ik2o
LINEはj5ik2o
gmailはj5ik2o あっと gmail.com
注意事項:私は医者でも栄養士でもないので、ここに書かれたことは間違っている可能性もあります。ご自分で十分に注意して実践してください。必要なら専門家の指導を受けた方がいいと思います。
{ | |
"metadata": { | |
"name": "Three new matplotlib plots" | |
}, | |
"nbformat": 3, | |
"nbformat_minor": 0, | |
"worksheets": [ | |
{ | |
"cells": [ | |
{ |