Skip to content

Instantly share code, notes, and snippets.

View z16's full-sized avatar
💭
(let ((let '`(let ((let ',let)), let))) `(let ((let ',let)) ,let))

Stjepan Bakrac z16

💭
(let ((let '`(let ((let ',let)), let))) `(let ((let ',let)) ,let))
  • Munich, Germany
View GitHub Profile
@davidfowl
davidfowl / Example1.cs
Last active September 2, 2024 12:36
How .NET Standard relates to .NET Platforms
namespace Analogy
{
/// <summary>
/// This example shows that a library that needs access to target .NET Standard 1.3
/// can only access APIs available in that .NET Standard. Even though similar the APIs exist on .NET
/// Framework 4.5, it implements a version of .NET Standard that isn't compatible with the library.
/// </summary>INetCoreApp10
class Example1
{
public void Net45Application(INetFramework45 platform)

Removed

These plugins are no longer supported and will likely crash, hence they were removed from the Windower launcher entirely. They all have addon equivalents in place.

Attainment

  • Replaced by PointWatch (addon)

AutoExec

  • Replaced by AutoEx (addon)
@z16
z16 / RangeMultiplier
Last active March 16, 2019 10:59
The DATs have a range value for spells and abilities, which needs to be multiplied with the following values, then added to the model size. Ranges marked with a `?` have only been guessed, since no actions with those ranges existed at the time to verify it.
Range Multiplier Inverse Distance Difference to next
------------------------------------------------------
2: 1.70 0.58824 3.4 1.07273
3?: 1.490909 0.67073 4.47273 1.28727
4: 1.44 0.69444 5.76 1.12889
5?: 1.377778 0.72581 6.88889 0.91111
6?: 1.30 0.76923 7.8 0.6
7: 1.20 0.83333 8.4 2.0
8: 1.30 0.76923 10.4 2.0
9: 1.377778 0.72581 12.4 2.1