- .NET / ASP.NET Support
- Test runner
- Good documentation
- How well does it work with ASP.NET Web Forms?
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
class Foo : IEquatable<Foo> | |
{ | |
public int Id { get; private set; } | |
public Foo(int id) | |
{ | |
this.Id = id; | |
} | |
public bool Equals(Foo other) |
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
param ( | |
[Parameter(Mandatory = $true)] [string]$Subreddit | |
) | |
$ErrorActionPreference = 'Continue' | |
$UserAgent = "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; FSL 7.0.6.01001)" | |
$StartingDirectory = Get-Location |
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
import java.io.*; | |
import java.util.*; | |
class Main { | |
static public int EvenOddDigitsSum(int input1, String input2) { | |
int sum = 0, temp, num = 0; | |
if (input2 == "even") { | |
temp = input1; | |
while (temp != 0) { | |
System.out.println("Checking " + temp); |
- mlox - Analyzes and sorts your plugin load order.
- Official Plugins - Official plugins released by Bethesda exclusively for the PC version of Morrowind. Helm of Tohan was originally released online as a free pre-order exclusive, while the rest were published by Bethesda on their website.
- Morrowind Optimization Patch - Improves performance and fixes some mesh errors.
- Morrowind Code Patch - Fixes and improves various things (CTDs, save corruption etc.) in the Morrowind executable that can't be fixed with mods.
- Patch for Purists - Tons of bug fixes that aren't in the official patches.
- Expansion Delay - Fixes Bethesda's overly enthusiastic expansion hooks by delaying the Dark Brotherhood attacks and limiti
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
class Foo { | |
public foo: { | |
name: string, | |
age: number | |
}; | |
constructor() { | |
this.foo["age"] = 123 | |
} | |
} | |
console.log(new Foo()); |
Provides a Direct3D 10 renderer better suited for running the game on modern systems.
A replacement executable that fixes various issues and provides a configuration UI.
Unofficial bug fixes.
The latest official Deus Ex patch actually contains an outdated set of maps. These are the latest official versions.
When Ziff Davis decided to pull the plug on GameSpy, Deus Ex was left without a masterserver. Follow this guide to point Deus Ex at the official unofficial one.
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
Show hidden characters
{ | |
"extends": "eslint:recommended", | |
"env": { | |
"es6": true, | |
"node": true | |
}, | |
"rules": { | |
"no-console": "off", | |
"prefer-const": "warn", | |
"no-unused-vars": "warn", |
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
// ==UserScript== | |
// @name Sane Steam Playtimes | |
// @namespace http://sjm.io/ | |
// @version 0.1 | |
// @description Convert Steam's decimal time played (e.g. "4.7 hrs") to hours and minutes | |
// @author Simon Morgan | |
// @match http://steamcommunity.com/id/* | |
// @grant none | |
// ==/UserScript== |
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
Hitman: Codename 47 - 318MB | |
Hitman 2 - 487MB ~ 53% | |
Hitman: Contracts - 861MB ~ 76% | |
Hitman: Blood Money - 4259MB ~ 395% | |
Hitman: Absolution - 24162MB ~ 467% | |
Hitman (2016) - 66177MB ~ 174% |