bin/rails g migration AuthlogicToDevise- (see the file below for the actual migration,
authlogic_to_devise.rb) bin/rake db:migrate
gem "devise", "~> 2.2.0"bundle install
| # Si probleme de librairie zstd | |
| gem install mysql2 -- --with-opt-dir=$(brew --prefix openssl) --with-ldflags=-L/opt/homebrew/opt/zstd/lib |
screen -S session_nameCtrl+a dscreen -lsscreen -rscreen -r IDTheses scripts are extracted from a recent scaleway instance, and can be used to replace the very old scripts existing in /usr/local/sbin of a VC1S instance. It will allow you to change kernel in the scaleway client interface, and get the proper modules installed
This strategy assumes that you have created (at least) two character sheets. You should make sure to make a "custom" character sheet for this game. You can use HTML and CSS to style it if you prefer, but it is not needed since we have the character sheet in the Google sheet ( https://docs.google.com/spreadsheets/d/1ty892ds1VMRs2l5GwFIiWR1_Ov8S5YeYdzm-bYu_e24/edit?usp=sharing ).
After having made two sheets, name one Player and the other Monster. In the sheet under the Attributes and abilities tab you can click the Add button to add any number of custom attributes. You must add all the ones that are mentioned in macros you will use, but it is perfectly ok for them to have no values (will be functionally the same as 0).
The macros look up values from both Player and Monster using a syntax like this @{ then character name then | followed by the attribute to look up and ends with }. So to look up the strength score (str) on the player, it will use @{Player|str}.
For each of the m
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| * Install sphinx 2.1.9 (latest 2.1 stable version) with brew: | |
| brew install https://gist.githubusercontent.com/veilleperso/dc13a6a4186a4ec32a57/raw/sphinx.rb | |
| * To prevent automatic upgrade: | |
| brew pin sphinx | |
| * To upgrade again: | |
| brew unpin sphinx |
| var a = jQuery('#booksBody tr'); | |
| var monthName2Int = new Array(); | |
| monthName2Int['Dec'] = 12; | |
| monthName2Int['Nov'] = 11; | |
| monthName2Int['Oct'] = 10; | |
| monthName2Int['Sep'] = 9; | |
| monthName2Int['Aug'] = 8; | |
| monthName2Int['Jul'] = 7; | |
| monthName2Int['Jun'] = 6; | |
| monthName2Int['May'] = 5; |