2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

README.org

Last updated at Posted at 2020-12-23

概要

マルチスケールシミュレーション特論で学んだRubyに関する基礎をまとめたリンク集.

授業メモ<2020-12-24 Thu>

No5. 出力

No6. 変数,method

No7. 条件式 if,else

No8. rake

No9. assert_equal

No.10 Recursion(再帰)

No.11 クラス

EX.1 roman numerals

EX.2 Google Recruit

基本操作<2020-12-13 Sun>

・githubに共有

git add -A
git commit -m 'hoge hoge'
git pull origin main
git push origin main

 'hoge hoge'はなんでもいい 進捗状況などを書き込むと◎

・qiitaに共有

gem install qiita_org
qiita config
qiita config global access_token YOUR_TOKEN
qiita post README.org private

環境構築済みなら最後の1文のみでおk

emacs操作(自分用)<2020-12-13 Sun>

コマンドをとにかく忘れるので要ると思ったものをメモする
C-c . :日付挿入
C-x C-f:別のファイルにジャンプ
C-x u :操作巻き戻し


  • source ~/grad_members_20f/members/batamon-427/README.org
2
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?