User scripts:
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
type | |
t = record abc: Boolean; end; | |
function a: array of array of Single; | |
begin | |
Result := [[1, 2, 3]]; | |
end; | |
function t.b: array of array of Single; | |
begin |
This file has been truncated, but you can view the full file.
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
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 |
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
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( ) ); |
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
using System; | |
using System.Net; | |
using System.Collections.Generic; | |
using RestSharp; | |
namespace ConsoleApp1 | |
{ | |
using ArchiveFiles = List<ArchiveFile>; | |
public class ArchiveFile |
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
type Unit1 = type Pointer; | |
type Unit2 = type Pointer; | |
procedure Unit1.Func; static; | |
begin | |
WriteLn('Hello'); | |
end; | |
procedure Unit2.Func; static; | |
begin |
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
/* 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; |
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
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; | |
} |
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:
NewerOlder