Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/python
#coding:utf8
import pylab
from mpl_toolkits.mplot3d import Axes3D
fig = pylab.figure()
ax = fig.add_subplot(111, projection="3d")
autocmd!
" neovundle
set nocompatible
if has('vim_starting')
set runtimepath+=~/.vim/bundle/neobundle.vim/
endif
call neobundle#rc(expand('~/.vim/bundle/'))
" Let NeoBundle manage NeoBundle
NeoBundleFetch 'Shougo/neobundle.vim'
NeoBundle 'Shougo/neobundle-vim-scripts'
import Graphics.Gnuplot.Simple
ts :: [Double]
ts = linearScale 100 (0, 1)
k :: Double
k = 1000.0
m :: Double
m = 12 / 6.02e23 / 1000
q1 t = (2.0 * pi / 3.0 * (1-t), 2.0 * pi / 3.0 * (1-t))
#!/usr/bin/python
#coding: utf-8
import pylab
x = pylab.arange(0, .2, .01)
y = x ** 2
autocmd!
" neovundle
set nocompatible
if has('vim_starting')
set runtimepath+=~/.vim/bundle/neobundle.vim/
endif
call neobundle#rc(expand('~/.vim/bundle/'))
" Let NeoBundle manage NeoBundle
NeoBundleFetch 'Shougo/neobundle.vim'
NeoBundle 'Shougo/neobundle-vim-scripts'
#!/usr/bin/python
#coding:utf8
import pylab
x = []
y = []
with open("Sun0606.txt") as f:
for i in range(11):

##coens交流会は明日13:30~です!! 繰り返しますが、値段は1040円なので、できるだけぴったり持ってきてください。

#coens交流会について

なんでか知らんが幹事になってた @virsalus です。

coens交流会ですが、1200からの予約は断られ、また集中で1300まで拘束されている人がいるということですので1330~予約はしない形で始めたいと思います。

アカンやろって人は一応1100から予約して開始ってのもあるので、どうしてもそっちが良いということならまた連絡してください。

##料金について 平日のところ見て780円だと思っていたら土曜日なので1040円でした申し訳ない/(^o^)\

#!/usr/bin/python
#coding:utf8
import httplib2
import pprint
import cPickle
from apiclient.discovery import build
from apiclient.http import MediaFileUpload
from oauth2client.client import OAuth2WebServerFlow
#include <stdio.h>
int main(int argc, char const* argv[])
{
FILE *fp;
int i;
double data[255] = {0};
fp = fopen("ahya.bat", "wb");
fwrite(data, sizeof(double), 255, fp);