Skip to content

Instantly share code, notes, and snippets.

View HAYASAKA-Ryosuke's full-sized avatar
🏠
Working from home

HAYASAKA Ryosuke HAYASAKA-Ryosuke

🏠
Working from home
View GitHub Profile
<html>
<script>
var module = (function(count) {
var count = count;
function func1(){
console.log("func!");
}
return {
increment: function() {
count++;
@HAYASAKA-Ryosuke
HAYASAKA-Ryosuke / pycon_mini_sapporo_demo.py
Created September 12, 2015 02:43
pycon_mini_sapporo_no_demo_desu
#!coding:utf-8
import ephem
import math
class Orbitcalc(object):
C = 299792458 # 光の速さ
_gslat = '' # 観測者の緯度
_gslon = '' # 観測者の経度
#!coding:utf-8
import ephem
import math
class Orbitcalc(object):
C = 299792458 # 光の速さ
_gslat = '' # 観測者の緯度
_gslon = '' # 観測者の経度
@HAYASAKA-Ryosuke
HAYASAKA-Ryosuke / python3
Created September 12, 2015 02:42
pycon_mini_sapporo_demo
#!coding:utf-8
import ephem
import math
class Orbitcalc(object):
C = 299792458 # 光の速さ
_gslat = '' # 観測者の緯度
_gslon = '' # 観測者の経度