This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Here are all available links for our games: | |
YouTube channel: bitdecay.games/youtube | |
Bitdecay Games soundtracks: bitdecay.games/ost | |
Github organization: bitdecay.games/github | |
Itch IO: bitdecay.games/itchio | |
2020: | |
El Noche: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Copy public ssh keys onto remote system for passwordless logging in: | |
ssh-copy-id host@ip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# grep a directory recursively | |
grep -r "texthere" . | |
# Move cursor forward | |
ctrl+f | |
# Move cursor backward |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MakeGameMaster | |
- Makes logins on the server | |
LambdaCardFramework2 | |
- Web requests from the client go here | |
- A valid login creates and saves a session with the appropriate session (aka Tanner.SGPSession) | |
- The session is saved to S3 | |
- An instance of the lambda function called "cardTanner" is invoked | |
- We deserialized the result of the invokation to the phone | |
- This deserialization is a S2CDTO (Call 1 will return the home screen of a TannerSession) |