
blog.fumiz.me
mitcプログラミングのネタを中心に日々の発見を記していきます
http://blog.fumiz.me/
プログラミングのネタを中心に日々の発見を記していきます
http://blog.fumiz.me/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Wednesday
LOAD TIME
9.8 seconds
PAGES IN
THIS WEBSITE
19
SSL
EXTERNAL LINKS
2
SITE IP
202.172.26.39
LOAD TIME
9.782 sec
SCORE
6.2
mitc | blog.fumiz.me Reviews
https://blog.fumiz.me
プログラミングのネタを中心に日々の発見を記していきます
Excel関数で文字列操作メモ(米国式日付文字列→日付形式) | mitc
http://blog.fumiz.me/2009/06/27/excel関数で文字列操作メモ米国式日付文字列→日付
文字列を”/”で分割してそれぞれ月,日,年としてDATE関数に渡す. 28/2007 / 1個目のスラッシュの位置を取得 = FIND. B2, 1) / 1個目のスラッシュまでを取得(月) = LEFT. B2, 1)-1) / 5/ 28. 2007 / 2個目のスラッシュの位置を取得 = FIND. B2, 1) 1) / 2個目のスラッシュまでを取得(日) = MID. B2, 1) 1, FIND. B2, 1) 1)- FIND. B2, 1)-1) / 5/28/ 2007. B2, 1) 1) 1, LEN. B2, 1) 1) 1) / 2個目のスラッシュから最後までを取得して半角スペースを除去(年) / 不要文字列の除去は必要に応じて = SUBSTITUTE. B2, 1) 1) 1, LEN. B2, 1) 1) 1), " ", " ) / 2007/5/28 / 日付に変換 = DATE. B2, 1) 1) 1, LEN. B2, 1) 1) 1), " ", " ), LEFT. B2, 1)-1), MID. B2, 1) 1, FIND. B2, 1) 1)- FIND.
hubotでIRCのBOTを簡単に動かす(hubot2.3 + hubot-irc0.1.0) | mitc
http://blog.fumiz.me/2012/07/27/hubot-irc-bot-easy
HubotでIRCのBOTを簡単に動かす(hubot2.3 hubot-irc0.1.0). CentOS release 6.3 (Final) x86 64. でhubotの導入を試みましたが、現時点での最新版(hubot2.3 hubot-irc0.1.0)でより簡単に動かす方法がわかったので記します。 Git clone git:/ github.com/fumiz/hubot-ircbot-example.git % cd hubot-ircbot-example % npm install. BOTが入っているチャンネルに入って、helloやmybot who are you? Scriptsディレクトリに入っているhello.coffeeは、”hello”と発言した時に反応するコマンドと、”mybot who are you? Leave a Comment Cancel reply. NOTE - You can use these. Follow me on twitter.
割と楽してCentOS 6.5のgitをバージョンアップするChefのrecipe | mitc
http://blog.fumiz.me/2014/01/15/chef-git-versionup-centos
Include] path = /.gitconfig.local [alias] co = checkout st = status br = branch lol = log - graph - decorate - pretty=oneline - abbrev-commit lola = log - graph - decorate - pretty=oneline - abbrev-commit - all l = log - pretty=format: %ci %C(yellow)%H%Creset [%cn] %Cgreen%s %C(cyan)%d%Creset -10 lop = log -p -1 cp = cherry-pick [color] ui = auto. User] name = foo email = foo@example.com [core] excludesfile = /Users/foo/.gitignore global. Site :opscode cookbook 'yum-repoforge'. NOTE - You can use these.
hubot2.2でIRCのBOTを動かしてみる(Node.jsのインストールから) | mitc
http://blog.fumiz.me/2012/07/26/hubot-irc-bot
CentOS release 6.3 (Final) x86 64. まとめスライドも作ったので良ければどうぞ http:/ blog.fumiz.me/2012/08/05/hubot-matome/. Nodebrewをインストール % curl https:/ raw.github.com/hokaccha/nodebrew/master/nodebrew perl - setup # .zshrcなり.bashrcでPATHを追加 export PATH=$HOME/.nodebrew/current/bin:$PATH # .zshrcなり.bashrcを再読み込み % source /.zshrc # 最新版のnodeをインストール(安定版を選ぶならlatestではなくstable) % nodebrew install latest # 最新版のnodeを使用状態にする(安定版を選ぶならlatestではなくstable) % nodebrew use latest. Make[1]: ディレクトリ `/home/miff/opt/redis-2.4.15/src' に入りま...私の環境で...
7月, 2012 | mitc
http://blog.fumiz.me/2012/07
Monthly Archives: 7月 2012. CentOS release 6.3 (Final) x86 64. Read more ». HubotでIRCのBOTを簡単に動かす(hubot2.3 hubot-irc0.1.0). CentOS release 6.3 (Final) x86 64. でhubotの導入を試みましたが、現時点での最新版(hubot2.3 hubot-irc0.1.0)でより簡単に動かす方法がわかったので記します。 Read more ». CentOS release 6.3 (Final) x86 64. まとめスライドも作ったので良ければどうぞ http:/ blog.fumiz.me/2012/08/05/hubot-matome/. Read more ». Read more ». Follow me on twitter. HubotでIRCのBOTを簡単に動かす(hubot2.3 hubot-irc0.1.0).
TOTAL PAGES IN THIS WEBSITE
19
GitHub社謹製! bot開発・実行フレームワーク「Hubot」:連載|gihyo.jp … 技術評論社
http://gihyo.jp/dev/serial/01/hubot
Raquo; DEVELOPER STAGE. Raquo; GitHub社謹製 bot開発 実行フレームワーク Hubot. GitHub社謹製 bot開発 実行フレームワーク Hubot. 本連載では,GitHub社が開発したチャットbot開発 実行フレームワークである Hubot を使用して,チャットツールにオリジナルのbotを住まわせ,開発フローに組み込むことで開発を楽にする方法について解説していきます。 URL http:/ blog.fumiz.me/. エンジニア特化型Q&Aサイト teratail のトップランカーたちが語る,確実な力を付けるための 質問力. Webサイトに 安心 をプラス 知らないでは済まされないSSLサーバ証明書の仕組み. 会社で ポエム を綴ろう ポエム駆動で理想を語ると社内の風が変わる. 2016年8月19日 PowerShell on Linux登場 MicrosoftがPowerShellをオープンソースで公開へ. マイクラ 教育イベント MCEdu2016 開催迫る 20,21日は早稲田に行こう.
TOTAL LINKS TO THIS WEBSITE
2
Independent Fashion Designer | Blog | Fumiko Kawa
Models dressed up in the summer party 2015 by starbucks. Starbucks hosted a Frappuccino themed fashion show in Japan. . Featuring long length shirts. This creative collection of food photography created by Australian advertising agency named WHYBIN TBWA. My dear all, hows your day? Having a cup of coffee,. And doing something awesome to somebody you care? Anyway, I joined a charity event recently while busy rushing. A rebranding project for a hotel in Taiwan. I need to say its so much fun! Bottom right: ...
Fuminscans.com
The domain fuminscans.com may be for sale. Click here to make an offer or call 877-588-1085 to speak with one of our domain experts. This domain may be for sale. Buy this Domain.
(不惑life改め)酒とバラの日々~Days of Wine and Roses~
不惑life改め 酒とバラの日々 Days of Wine and Roses. 10/8 シャブリとコート ド ニュイの会. 201110.12.Wed 22:22. で、ワイン会 シャブリとコート ド ニュイ。 一度やってみたかったのが シャブリの比較試飲 でございました ん あまり関係ないか。 1Champange Pol Rdger Brut Reserve NV 六区さんの今月のお勧めシャンパン。 2Chablis 2009 (Domaine Lois Moreau). 3Chablis 1erCru Fourchaume 2008 (Pascal Boushard). 4Chablis 1erCru Villones 2008 (Domaine Vincent Dauvissat). 5Chablis GrandCru Moutonne 2006 (Domaine Long Depaquit). ブルゴーニュ白といえば ムルソー モンラッシェ と叫ぶWちゃんが 私、このワイン好きです と宣た。 7Chambertin GrandCru 2001 (Lois Jadot).
ふみ日和 ~fumi*tsuki~
オリジナルアクセサリーショップ fumi tsuki (フミツキ のオフィシャルブログ. Fumi tsuki アクセサリーショップはこちら http:/ www.fumitsuki.net/. ビーズfriend 2015年春号Vol.46 ブティック社 にて. 追記 ブレスレット追加しました 6/9)→. F umi tsuki(フミツキ アクセサリーショップ. 左 チェコドーナツビーズ 2×6mm アメジスト. 右 チェコルースロンデル 2.5×6mm マーブルブラウン イエロー. 左 チェコビーズ パフロンデル 3×4mm エメラルド. 右 チェコガラスパール スネイルシェル 8×9mm パール オリーブ. Fumi tsuki フミツキ アクセサリーショップ. C) 2015 無料ブログ JUGEM.
アクセス出来ませんでした - ネットショップかんたん作成サービス カラーミーショップ
mitc
Include] path = /.gitconfig.local [alias] co = checkout st = status br = branch lol = log - graph - decorate - pretty=oneline - abbrev-commit lola = log - graph - decorate - pretty=oneline - abbrev-commit - all l = log - pretty=format: %ci %C(yellow)%H%Creset [%cn] %Cgreen%s %C(cyan)%d%Creset -10 lop = log -p -1 cp = cherry-pick [color] ui = auto. User] name = foo email = foo@example.com [core] excludesfile = /Users/foo/.gitignore global. Site :opscode cookbook 'yum-repoforge'. Read more ». HubotでIRCのBOT...
白色飛魚驛站
訂閱: 文章 (Atom). 2015:四國、岡山、兵庫、大阪. 2014:福岡、廣島、山口. 2014:岡山、島根、鳥取、兵庫、大阪. 2013:京都、大阪、奈良. 2013:鹿兒島、熊本、. 2011:愛知、岐阜、石川、.
SQL, Sharepoint und Co - Alles rund um Sharepoint und SQL Server
Monday, Mar 19, 2018. SQL, Sharepoint und Co. Alles rund um Sharepoint und SQL Server. Search Server Express 2010. SQL Server 2008 R2. Neue Listen in Sharepoint 2010 Gruppenkalender Terminplanung wie in Outlook. Dokumente verwalten mit Windows 2008 R2 und Sharepoint 2010 (Teil 1) Dokumentenklassifizierung unter Windows 2008 R2. SharePoint Listen in Excel aktualisieren und bearbeiten. Windows 7 XP-Mode 64 bit mit USB? SQL Server : Index Leitfaden Teil 2 Vergabe von Indizes. SQL Server 2016 CTP2. Gerade be...
:: ファンベースボールスタジアムBLOG ::
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31. こんにちは Fun Baseball Stadiumです. 3位 71K こうた君 年長. こんにちは Fun Baseball Stadiumです. こんにちは Fun Baseball Stadiumです. こんにちは Fun Baseball Stadiumです. こんにちは Fun Baseball Stadiumです. 小1クラス 1位 65km/h なつき君 北光ジュニアファイターズ. 2位 55km/h けんと君 東ハリケーン. 小2クラス 1位 84km/h となみ君 札苗スターズ. 2位 79km/h けいた君 北野パワーズ. 2位 79km/h まさる君 ニュースターズ. 小3クラス 1位 83km/h たくと君 伏古ファイターズ. 2位 81km/h しょう君 東ハリケーン. 3位 79km/h じゅんや君 伏古ファイターズ. 3位 79km/h ひなた君 伏古ファイターズ. 50代クラス 1位 96km/h 岡本様.
Blog du site de cashback Fun-c.com
Le blog du site de cashback Fun-C.com. Cela fait maintenant 1 an et demi que nous travaillons sans cesse à vous offrir nos meilleurs cashback et à vous satisfaire au mieux dans l’obtention de celui-ci. Il semble que cela ne soit pas passé inaperçu car le site référence de l’internet rémunéré qu’est NetbusinessRating. Nous a attribué le statut sérieux. Par l’intermédiaire de son expert cashback. Ce n’est pas rien et comme un trophée, nous espérons garder ce statut. Comparatif sites de cashback. Les associ...
FUN★K店長ブログ
山形県のアパレルショップ FUN K店長によるコメント 新商品入荷時や商品紹介、その他気になる事などのつぶやき). FUN K HPは こちら. 08/13) TOYPLANE =FILTHY GOOD SMELLS=. By FUN K (08/26). By INTERFACE HORIE (08/26). RUDE GALLERY BLACK REBEL. Posted by FUN K at 23:14 Comment(0). Posted by FUN K at 13:07 Comment(0). Posted by FUN K at 23:47 Comment(0). TOYPLANE =FILTHY GOOD SMELLS=. De FUN TA COS. Posted by FUN K at 12:44 Comment(0). Posted by FUN K at 21:45 Comment(0). RUDE GALLERY BLACK REBEL. SWALLOW KEYCOVER CHAOS DESIGN COLLABORATION. 13,000 ( tax).
SOCIAL ENGAGEMENT