This file contains hidden or 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
namespace Blah { | |
public class RoundManager { | |
// ... // | |
/// <summary> | |
/// Load up the right round inspector and , activate the appropriate bins and dispensers. | |
/// </summary> | |
protected async void StartRound(RoundStartEvent StartEvent) | |
{ |
This file contains hidden or 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
"use strict"; | |
/** | |
* This assumes emails.js is something like | |
* modules.export = ["[email protected]", "[email protected]",...]; | |
* | |
* | |
* @param request | |
* @param status | |
*/ | |
exports.generateFakeUserData = function (request, status) { |
This file contains hidden or 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
// Create a new bookmark and paste this in. | |
// Any time you want to remove the header, select that bookmark while on the page. | |
javascript:document.getElementById('yt-masthead-container').remove(); |
This file contains hidden or 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
#videodetails { | |
width : 31%; | |
} | |
#video { | |
width : 68.5%; | |
} | |
#videopane { | |
height : 470px; |
NewerOlder