Skip to content

Instantly share code, notes, and snippets.

View magnolia-k's full-sized avatar

Magnolia.K magnolia-k

View GitHub Profile
@hayajo
hayajo / changelog_en.md
Last active April 1, 2025 14:37
ChangeLog を支える英語

ChangeLog を支える英語

ChangeLog を書く際によく使われる英語をまとめました。

ほとんど引用です。

基本形

@atosimitu
atosimitu / memo20161202.md
Last active December 4, 2016 10:54
吉祥寺.pm9

吉祥寺.pm9

2周年記念でPerlしばりだったようですが、特にそんな感じではなかったです。

オープニングトーク(magnolia)

PerlとかCPANとかの楽しみ方とか、吉祥寺.pmとか。初めての向けに説明して頂いた感じ。

Talk1:VSCodeとPerl(ytnobody)

https://marketplace.visualstudio.com/items?itemName=mortenhenriksen.perl-debug な話。

  • .vscodeのlaunch.jsonにあるincにてPERL5LIBが設定可能。 raix/vscode-perl-debug#5
  • VSCodeはVimらしいです。
@takezoe
takezoe / scalatra26.md
Last active June 8, 2017 09:39
[Draft]The plan of Scalatra 2.6.0

[Draft]Plan for Scalatra 2.6.0

The main goal of Scalatra 2.6.x is to decrease future maintenance efforts and costs, since there are not enough active committers to maintain the existing huge codebase. To achieve this goal, I propose the followings:

  • Follow the Scala standards (e.g. Twirl instead of Scalate, ScalaTest instead of Specs2)
  • Deprecate modules that are not used much or not maintained enough

More specific tasks:

Overall