Code Monkey home page Code Monkey logo

my-cassiopeia's Introduction

my-cassiopeia

my-cassiopeia's People

Contributors

googlecodeexporter avatar

Watchers

 avatar

my-cassiopeia's Issues

kin10

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 14 Oct 2011 at 7:25

Attachments:

sp

〒630-8122
奈良県奈良市三条本町1番2号
TEL:0742-27-9000 / FAX:0742-27-9008

Original issue reported on code.google.com by [email protected] on 13 Dec 2011 at 2:19

hps2

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 11 Oct 2011 at 7:51

Attachments:

dairy-sheeet

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 1 Aug 2011 at 7:10

Attachments:

kin0815-0915.zip

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 15 Sep 2011 at 12:18

Attachments:

きの

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 18 Aug 2011 at 9:26

Attachments:

d3

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 1 Aug 2011 at 7:37

Attachments:

kinomoto

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 16 Aug 2011 at 12:16

Attachments:

yokyu

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 29 Aug 2011 at 1:13

Attachments:

places

スルガ銀行窓口
大阪支店
名称(カナ)   オオサカシテン
店番   940
郵便番号     530-0003
住所   大阪府大阪市北区堂島1丁目6番20号 堂島アバンザ7階
アクセス     JR大阪駅桜橋口より徒歩8分堂島アバンザビル
最寄駅    JR大阪駅
TEL    06-6344-2402
FAX    06-6344-2406
営業時間     平日09:00-15:00
その他    桜橋口徒歩8分
ATM利用時間  平日9:00-18:00


第一生命コールセンター 0120157157
ご来店窓口名  神戸支社
時間拡大(※1)  
住所  兵庫県神戸市**区京町69 
三宮第一生命ビルディング4階 
電話番号    078-332-6551
営業時間(※2)  平日9:00~17:00(入出金業務/ATMは平日15
:30まで、ご相談の最終受付は閉店の30分前) 
、土・日・祝日ならびに年末年始は除く(第2・4土曜日は予
約制の保険相談)
最寄り駅    JR・阪急・阪神 三宮駅 

Original issue reported on code.google.com by [email protected] on 31 Oct 2011 at 5:53

yokyu

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 12 Aug 2011 at 4:25

Attachments:

star

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 26 Sep 2011 at 8:31

Attachments:

kin9898

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 22 Sep 2011 at 11:10

Attachments:

Freemild - YAML

def spaces(target):
  res = 0
  for char in target:
    if char == ' ':
      res += 1
    else:
      break
  return res

def level_parse(source):
  levels_values = list()
  lines = source.replace(' '*4, ' '*2).split('\n')
  for line in lines:
    level = spaces(line)
    value = line.replace(' ', '')
    levels_values.append((level, value))
  return levels_values

def main(source):
  l_v = level_parse(source)
  n_l_v = l_v[1:]
  n_l_v.append((0, ''))
  with_c = "- - "
  wout_c = "- "
  headers = list()
  for c, n in zip(l_v, n_l_v):
    if n[0] > c[0]:
      c_header = with_c
    else:
      c_header = wout_c
    headers.append(''.join((' '*c[0], c_header, c[1])))
  after = '\n'.join(headers[:-1])
  return after

lines = [line for line in open(r'd:\pre.yaml', 'r', encoding='utf8') if not 
line.startswith('#')]
source = ''.join(lines)#'A\nB\n    C\n        D\n        E\nF\n    G\nH\n'
main(source)


for o in yaml.load_all(open(r'd:\y.yaml', 'r', 
encoding='utf8')):pprint.pprint(o)


Original issue reported on code.google.com by [email protected] on 13 Oct 2011 at 8:17

kyo11

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 15 Nov 2011 at 4:08

Attachments:

moon

約377(周:月の公転数)
=30.5(歳)
×365(日:地球の公転周期)
÷29.5(日:月の公転周期)


Original issue reported on code.google.com by [email protected] on 30 Aug 2011 at 4:10

Wireless

hat steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 20 Oct 2011 at 2:28

Attachments:

hps5

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 20 Oct 2011 at 7:43

Attachments:

電脳の

#電脳の
上流工程は華やかで
下流工程は泥臭い。
これはソフト開発の各工程を水の流れに見立てた、
滝型開発が提唱された1970年以降、
還流(手戻り)を意図的に排除した
概念流布の共犯により
醸成された概念。

Original issue reported on code.google.com by [email protected] on 18 Aug 2011 at 4:38

ani

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 20 Oct 2011 at 7:39

Attachments:

hps4

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 12 Oct 2011 at 7:46

Attachments:

dataget

:@echo off

rem ## 実行前に内容確認すること! ##
rem ## 特にファイル出力先 ##

cd /d d:\

mkdir server_data

cd server_data

echo %DATE% %TIME% > RUN_DATE.txt

systeminfo > systeminfo.txt

netstat -rn > netstat_rn.txt

route print > routeprint.txt

netstat -an > netstat_an.txt

tree C:\ /F > treeC.txt

tasklist > tasklist.txt

set > set.txt

net start > net_start.txt

sc query state= all > sc_query.txt

ipconfig /all > ipconfig.txt

wmic qfe > wmic_qfe.txt

type C:\WINDOWS\system32\drivers\etc\hosts > hosts.txt

REG QUERY HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\CrashControl > 
reg_CrashControl.txt

REG QUERY 
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters > 
reg_W32Time.txt

rem ########## 作成先に注意! 
###############################################################################
"C:\Program Files\Common Files\Microsoft Shared\MSInfo\msinfo32.exe" /report 
d:\server_data\msinfo32.txt
rem 
################################################################################
#########################

Original issue reported on code.google.com by [email protected] on 12 Oct 2011 at 5:26

kyoso

【開催案内】

[日時]
 2011年9月10日(土) 9:30~最長12:1��
�まで

[場所]
 キャンパスプラザ京都  4F・第2講義室
 ・〒600-8216 京都市下京区西洞院通塩小路下る
  (ビックカメラ前、JR京都駅ビル駐車場西側。
  京都駅が最寄駅となります。)
http://www.consortium.or.jp/contents_detail.php?co=cat&frmId=585&frmCd=14-3-0-0-
0

 ※今回初めて利用する会場となりますので、お間違えの��
�いように、
  また開始時間に遅れないようご注意下さい。


http://www.google.co.jp/search?sourceid=chrome&ie=UTF-8&q=%E3%82%AD%E3%83%A3%E3%
83%B3%E3%83%91%E3%82%B9%E3%83%97%E3%83%A9%E3%82%B6%E4%BA%AC%E9%83%BD

Original issue reported on code.google.com by [email protected] on 30 Aug 2011 at 1:00

kin07-3

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 1 Aug 2011 at 11:56

Attachments:

電脳の

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 18 Aug 2011 at 4:37

kin07-2

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 1 Aug 2011 at 11:54

pl

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 18 Oct 2011 at 7:54

Attachments:

regexp utf-8

//
mb_language('Japanese');
ini_set('mbstring.detect_order', 'auto');
ini_set('mbstring.http_input'  , 'auto');
ini_set('mbstring.http_output' , 'pass');
ini_set('mbstring.internal_encoding', 'UTF-8');
ini_set('mbstring.script_encoding'  , 'UTF-8');
ini_set('mbstring.substitute_character', 'none');
mb_regex_encoding('UTF-8');

$t_ss = 
'東京都23区、狛江市(西和泉を除く。)、調布市(入間�
��、国領町八丁目、仙川町、西つつじヶ丘二丁目、東つつじ
ヶ丘、緑ヶ丘及び若葉町に限る。)、三鷹市中原一丁目';
echo mb_convert_encoding(preg_replace("/(.*?。)/", "", $t_ss), 'SJIS', 
'UTF-8');
print_r($res_records[0]); #TODO: 
CSV番号区画の~除く、~に限るの注釈を省略/複数結果時��
�~またはと表示

Original issue reported on code.google.com by [email protected] on 18 Oct 2011 at 8:52

kin12

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 15 Dec 2011 at 12:12

Attachments:

kin07

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 1 Aug 2011 at 2:13

Attachments:

pl2

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 20 Oct 2011 at 12:07

Attachments:

hps

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 3 Oct 2011 at 6:32

Attachments:

ML

booon
sugu.CC
freeml GMOメディア(株)
Infoseekモバイルメーリングリスト

Original issue reported on code.google.com by [email protected] on 17 Oct 2011 at 11:32

d4

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 2 Dec 2011 at 10:35

Attachments:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.