Skip to content

Instantly share code, notes, and snippets.

@ssebelius
ssebelius / FR.md
Last active September 19, 2019 17:02

First Responder

This <name> team covers a wide range of the functionality and feature sets. Due to this you might find it necessary to reach out to ask us questions, get our review on a PR or an issue, or to simply say hello. In a way to minimize context switching and allow for everyone to focus on their tasks and project priorities, the team takes weekly shifts as a first responder. Also referred to as FR. The volume of incoming issues and requests will vary from week to week, so the primary focus of the FR is to ensure we effectively take care of incoming requests and issues so that everyone can be more productive.

First Responder Rotations

The <name> team has rotations managed by PagerDuty schedules.

Our teams organize based on projects and areas of responsibility. The team maintains the <features> and <services>.

The team's manager @ssebelius will be identified as the escalation path and is available in an urgent situation if there is no answer from the Team First Responder.

# Project title
This document presents a plan for...
## Project Description
TODO
## Project Goals
1) Download RubyInstaller - http://dl.bintray.com/oneclick/rubyinstaller/rubyinstaller-2.3.1-x64.exe
2) Open the Ruby installer and select the "Add Ruby executables to your PATH" option
3) Install Ruby
4) Download the following file: http://dl.bintray.com/oneclick/rubyinstaller/DevKit-mingw64-64-4.7.2-20130224-1432-sfx.exe
5) Follow the instructions: https://github.com/oneclick/rubyinstaller/wiki/Development-Kit. Pay attention to "4. Run Installation Scripts"
![capture](https://cloud.githubusercontent.com/assets/3046398/19616641/85aba072-97cd-11e6-94f1-59b62ba1c3d7.PNG)
6) Open the command prompt - start => "command prompt"
7) Enter "ruby -v" to make sure ruby is installed
1) Download RubyInstaller - http://dl.bintray.com/oneclick/rubyinstaller/rubyinstaller-2.3.1-x64.exe
2) Open the Ruby installer and select the "Add Ruby executables to your PATH" option
3) Install Ruby
4) Download the following file: http://dl.bintray.com/oneclick/rubyinstaller/DevKit-mingw64-64-4.7.2-20130224-1432-sfx.exe
5) Follow the instructions: https://github.com/oneclick/rubyinstaller/wiki/Development-Kit. Pay attention to "4. Run Installation Scripts"
4) Open the command prompt - start => "command prompt"
5) Enter "ruby -v" to make sure ruby is installed
C:\Users\Scott> ruby -v
ruby 2.3.1p112 (2016-04-26 revision 54768) [x64-mingw32]
networkServiceLayer.RegisterListener("onlineplayers/get", OnlinePlayerCallback)
...
networkServiceLayer.RemoveListener("onlineplauers/get")
//example of how it might be used
void OnlinePlayerCallback(Hashtable data) {
//pseudocode
foreach(userObject in data) {
updatePlayerStats(playerID, status);