從九月開始,很多樂園就已經有慶祝萬聖節的特別場次,迪士尼從2019開始舉辦Oogie Boogie Bash,聽說還不錯,於是今年帶了喔比去玩,這也是加州迪士尼疫情中重新開放後我們首次重返樂園。
萬聖節活動舉辦在加州冒險樂園,時段6pm - 11pm,門票要分開買,當日3pm可以開始入場,等於是有額外三個小時可以玩。我們先去才新開張不久的Pym Test Kitchen吃東西,點了Quantum Pretzel、Pym-ini Sandwich、和Subatomic Chicken Sandwich。我的食後感想是每道餐點的取名很炫,但大約就是個噱頭吧,這裡面我覺得只有Subatomic Chicken Sandwich這個迷你套餐比較值,那個pretzel點得好後悔,還沒有mall裡面買的好吃 T_T 點得更後悔的是那杯雞尾啤酒,很貴,看圖片介紹還以為很大杯,結果挺小的,也沒那麼好喝,看來是Pym實驗失敗了🙄
用餐期間看到美國隊長、雷神索爾、和獵鷹出來露了一下臉,為了社交距離只站在樓上擺擺姿勢給遊客拍,感覺他們的現在的工作較疫情前輕鬆一些蛤😆
萬聖節的節目6pm才會開始,要有手環標籤要不然會被趕出場,主要有幾個可以要糖果的路線、迪士尼人物表演/拍照、Frightfully Fun遊行、和萬聖節裝飾過的Villains Grove。因為是頭一回來,不是很清楚情況,本來以為要糖果的活動會有什麼特別的好玩事情,我們花了大把時間在玩具總動員那裡排隊要糖果,後來發現真的就只是有人發糖果而已,主要是有演員在舞台上扮演惡小孩Sid,不斷揶揄排隊要糖果的遊客。
我們這次大部分時間用在排隊入園、排隊要糖果和等看遊行,以後就知道了,除非是想看演員表演,應該先去排Villains Grove和去看米奇的舞台表演,然後去等遊行,最後再去要糖果,尤其是門口的那個路線完全不用排隊。
不過能打扮來玩,看到了很多其他裝扮有趣的遊客,感覺就像提前過了萬聖節,離開前很幸運碰到米奇米妮、和灰姑娘合照,又在門口看到煙火,所以也讓喔比玩得非常開心,滿足了她念了很久的迪士尼樂園,拔麻雙雙累癱也無怨無悔😌
PS 圖片中有我幫公子安DIY的雪寶完成版,還滿受歡迎的餒,特別是小朋友們😂 經過的時候都會大喊 Olaf!!!
PPS 附上遊行影片
同時也有2部Youtube影片,追蹤數超過17萬的網紅Lok Cheung,也在其Youtube影片中提到,I don't get the INTERNET sometimes, how could you bash the cheapest full frame camera for having less? Especially it's not a bad camera at all? Canon...
「bash test」的推薦目錄:
- 關於bash test 在 Facebook 的最佳貼文
- 關於bash test 在 91 敏捷開發之路 Facebook 的最讚貼文
- 關於bash test 在 Taipei Ethereum Meetup Facebook 的最佳解答
- 關於bash test 在 Lok Cheung Youtube 的最佳貼文
- 關於bash test 在 andy ở canada Youtube 的精選貼文
- 關於bash test 在 How do I test if a variable is a number in Bash? - Stack Overflow 的評價
- 關於bash test 在 Bash Test Tools 的評價
- 關於bash test 在 bash - Testing for Zero or Positive Whole Number 的評價
- 關於bash test 在 pgrange/bash_unit: bash unit testing enterprise ... - GitHub 的評價
- 關於bash test 在 Bash Shell Scripting | test command with comparison and file ... 的評價
bash test 在 91 敏捷開發之路 Facebook 的最讚貼文
今天看到蠻多朋友在轉一則 twitter:
有一個人的女朋友想學寫程式,結果一問之下才發現這位女生一路以來都是寫 Bash 的。
#十里坡劍神
講到這不得不提一下 Odd-e 的 Chai Feng(拆叔)自己搞了一套 Bash 的 test framework: #Bach
誰說不能為 shell script 寫單元測試呢?
Bach: https://bach.sh/
#喜歡一個東西就要玩得像藝術一般呈現
bash test 在 Taipei Ethereum Meetup Facebook 的最佳解答
📜 [專欄新文章] 使用 ethdock 開發以太坊智能合約應用
✍️ Peter Lai
📥 歡迎投稿: https://medium.com/taipei-ethereum-meetup #徵技術分享文 #使用心得 #教學文 #medium
前言
相信不少人在開發以太坊智能合約的時候都跟我一樣
不想使用瀏覽器版本的編輯環境 Remix 作為開發環境
而是想使用本機的環境再加上自動測試腳本
那這時遇到最大的問題就是環境的架設
如何架設測試 VM 或是私有鏈(要依照熟悉的語言做選擇)
這邊我們介紹使用 docker 容器以及 ethdock 來開發以太坊智能合約應用
讓我們只需要一行指令就可以快速開啟必要的容器
ethdock 以 javascript 和 solidity 為主,如果不是使用這個為主要開發語言可以先左轉
ethdock
ethdock 的命名源自於 ethereum + docker
最初開發是因為平常在公司的電腦跟個人開發的電腦環境不同
這樣要建立兩邊的開發環境會花費不少時間
剛好平時有在使用 docker 所以就建立了 ethdock
讓我可以只要裝 docker 兩邊就有相同的開發環境
服務
ethdock 裡面主要有以下三個開發需要用到的服務
開發的時候需要 workspace 服務和測試鏈服務(testrpc 或是 geth)
workspace
建立開發的工作環境的容器,容器裝了 truffle 可以使用自動測試
testrpc
javascript 測試 VM,每筆交易可以快速回饋這樣減少很多開發時間
geth
建置測試的私有鏈,每筆交易要經過礦工的驗證並記錄,會多增加一些開發時間
開發智能合約
使用 ethdock 開發前要建置並運行容器
testrpc
docker-compose up -d workspace testrpc
進入 workspace 容器,並執行 bash
docker-compose exec workspace bash
調整 truffle.js,就可以使用命令列的方式進行測試以及部署
development: { host: ‘testrpc’, port: 8545, network_id: ‘*’}
truffle test
geth
docker-compose up -d workspace geth
進入 workspace 容器,並執行 bash
docker-compose exec workspace bash
調整 truffle.js 的網路位置,就可以使用命令列的方式進行測試以及部署
development: { from: ‘address’ host: ‘geth’, port: 8545, network_id: ‘*’}
truffle test
使用 geth 作為私有鏈時開發要注意設置 from
結論
ethdock 使用方式非常簡單
讓我們可以迅速在不同的電腦中建立起一樣的開發環境
就不用擔心建立開發環境的方法太複雜
或是不同電腦因為開發環境的關係而影響程式的運作
參考
docker docs
ethdock github
使用 ethdock 開發以太坊智能合約應用 was originally published in Taipei Ethereum Meetup on Medium, where people are continuing the conversation by highlighting and responding to this story.
👏 歡迎轉載分享鼓掌
bash test 在 Lok Cheung Youtube 的最佳貼文
I don't get the INTERNET sometimes, how could you bash the cheapest full frame camera for having less? Especially it's not a bad camera at all?
Canon EOS RP
Amazon https://geni.us/boCn6 B&H https://bhpho.to/2NgIrtW
Canon RF 24-105mm f/4 L IS
Amazon https://geni.us/mGKHHR B&H https://bhpho.to/2QsKLPn
Get 10% off your first purchase on Squarespace with this link! http://www.squarespace.com/lok
Full list of gear that I use on this channel: https://kit.co/lokcheung / https://amazon.com/shop/lokcheung
Gears that I used in this video:
[ Main camera and accessories ] ?
Sony a7S II
Amazon https://geni.us/a7SII B&H https://bhpho.to/2D57BFu
Sony 16-35mm f/4 Zeiss FE
Amazon https://geni.us/sony1635 B&H https://bhpho.to/2D1iAjm
SLR Magic 82mm Fixed ND 1-5 Stops Filter Set
https://bhpho.to/3a3bb4l
X-Rite ColorChecker Passport Video
Amazon https://geni.us/ColorCheckerVideo B&H https://bhpho.to/2D5BQvN
Manfrotto Pocket Tripod
Amazon https://geni.us/PocketTri B&H https://bhpho.to/2D3OKe5
[ Audio ] ?
Røde RødeLink Filmmaker Kit
Amazon https://geni.us/RodeLinklok B&H https://bhpho.to/2BW3fBb
* I could earn a bit of commission if you use the links above to help me keep on making videos for you, so thank you!
*As always, I don’t do paid reviews. Product was sent to me for review but I don’t get any benefits at all. The manufacturer have no control of my content. When I do paid content I’ll always make it clear in the video.
If you like my channel, please consider helping out with these two ways: YouTube Membership or Patreon.
YouTube Membership:
Join as a member to this channel, get a special sponsor badge next to your comment and other perks: https://www.youtube.com/LokTube/join
Patreon:
This is a platform for supporting creators like, me. Please consider helping out and pick your reward here:
https://www.patreon.com/lokcheung
Special thanks to these patrons who had pick the "Your name here" reward from my Patreon page:
Priyan
https://twitter.com/lokcheung
https://instagram.com/lokcheung
https://facebook.com/LokCheungPage
See all of the above feeds in one place!
https://lok-cheung.com
For business enquiry: contact@lok-cheung.com
@Canon Hong Kong @Canon Europe #CanonRP #CanonEOSR #EOSR #LokCheung
bash test 在 andy ở canada Youtube 的精選貼文
MỌI NGƯỜI NHỚ SUBSCRIBE KÊNH CỦA 5 MINUTES ABOUT IELTS ĐỂ XEM NGAY CÁC VIDEO MỚI NHẤT.
► SUBSCRIBE CHANNEL: http://bit.ly/5MinutesaboutIELTS
► Facebook của Andy: https://www.facebook.com/thinh.toe
---------------------
© Bản quyền thuộc về 5 Minutes about IELTS
© Copyright by 5 Minutes about IELTS ☞ Do not Reup
bash test 在 Bash Test Tools 的推薦與評價
Bash Test Tools is intended to be a simple to use framework for testing executables inside a shell environment. The framework allows extraction and assert ... ... <看更多>
bash test 在 bash - Testing for Zero or Positive Whole Number 的推薦與評價
The common idiom for that is to check if the variable's value consists of nothing but numbers. With newer bash shells, you can use =~ and a ... ... <看更多>
bash test 在 How do I test if a variable is a number in Bash? - Stack Overflow 的推薦與評價
... <看更多>