I hereby claim:
- I am nielsAD on github.
- I am nielsad (https://keybase.io/nielsad) on keybase.
- I have a public key whose fingerprint is 8054 2546 B809 FF22 3D2B 05F7 FEA2 DE98 9326 123B
To claim this, I am signing this object:
| function testInc(a, b: Integer; c: Double): Integer; cdecl; | |
| begin | |
| WriteLn('In testInc ', a, ',', b, ',', c); | |
| Result := a + Round(b*c); | |
| end; | |
| const | |
| header = 'function tst(a, b: Int32; c: Double): Int32;'; | |
| procedure testCall; | 
| procedure TPASortXY(var A: TPointArray; iLo, iHi: Integer); | |
| var | |
| Lo, Hi, PivotX, PivotY: Integer; | |
| begin | |
| Lo := iLo; | |
| Hi := iHi; | |
| PivotX := A[(Lo + Hi) div 2].x; | |
| PivotY := A[(Lo + Hi) div 2].y; | |
| repeat | |
| while (A[Lo].y < PivotY) or ((A[Lo].y = PivotY) and (A[Lo].x < PivotX)) do Inc(Lo); | 
I hereby claim:
To claim this, I am signing this object:
| textarea, | |
| select, | |
| input:not(.urlbar-input):not(.textbox-input):not(.form-control):not([type="button"]):not([type="submit"]):not([type="reset"]) | |
| { | |
| -moz-appearance: none !important; | |
| border: 1px solid grey; | |
| border-radius: 4px; | |
| background-color: white; | |
| color: black; | |
| } | 
| /* File: .config/gtk-3.0/gtk.css */ | |
| headerbar.default-decoration { | |
| padding-top: 2px; | |
| padding-bottom: 2px; | |
| min-height: 0px; | |
| } | |
| headerbar.default-decoration button.titlebutton { | |
| padding: 1px; | 
| type Unit1 = type Pointer; | |
| type Unit2 = type Pointer; | |
| procedure Unit1.Func; static; | |
| begin | |
| WriteLn('Hello'); | |
| end; | |
| procedure Unit2.Func; static; | |
| begin | 
| using System; | |
| using System.Net; | |
| using System.Collections.Generic; | |
| using RestSharp; | |
| namespace ConsoleApp1 | |
| { | |
| using ArchiveFiles = List<ArchiveFile>; | |
| public class ArchiveFile | 
| diff --git a/game_base.cpp b/game_base.cpp | |
| index 738267e..99a2e11 100644 | |
| --- a/game_base.cpp | |
| +++ b/game_base.cpp | |
| @@ -2846,7 +2846,7 @@ void CBaseGame :: AddPlayerFast( CStagePlayer *potential ) | |
| Player->SetScore( potential->GetScore( ) ); | |
| m_Players.push_back( Player ); | |
| - m_Slots[SID] = CGameSlot( Player->GetPID( ), 100, SLOTSTATUS_OCCUPIED, 0, m_Slots[SID].GetTeam( ), m_Slots[SID].GetColour( ), m_Slots[SID].GetRace( ) ); | |
| + m_Slots[SID] = CGameSlot( Player->GetPID( ), 100, SLOTSTATUS_OCCUPIED, 0, m_Slots[SID].GetTeam( ), m_Slots[SID].GetColour( ), potential->GetRace( ) ); | 
| 0.0.0.0/8 | |
| 1.0.128.25 | |
| 1.0.128.93 | |
| 1.0.139.82 | |
| 1.0.178.239 | |
| 1.0.178.4 | |
| 1.0.180.115 | |
| 1.0.181.116 | |
| 1.0.181.188 | |
| 1.0.185.173 |