#this file is markdown
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 RedditSharp; | |
using System; | |
using System.Collections.Generic; | |
using System.IO; | |
using System.Linq; | |
using System.Net; | |
using System.Text; | |
using System.Threading.Tasks; | |
namespace EarthPaper |
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.Runtime.CompilerServices; | |
namespace LeckerBrot | |
{ | |
public class RowCalulator | |
{ | |
public void Calc() { | |
for (int i = 0; i < 100000000; i++) { | |
double zr = 0, zi = 0; |
The events are ordered by when they first occur in the demo.
- player_footstep
- weapon_fire
- hltv_chase
- player_jump
- weapon_reload
- hltv_status
- weapon_zoom
- player_death
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
moritz@mnbtux:~/git/demoinfogo-linux$ ./demoinfogo /home/moritz/Desktop/notworkingmore.dem -gameevents -nofootsteps -extrainfo > test.log | |
decoy_detonate | |
{ | |
userid: paszaBiceps (id:296) | |
position: 90.625000, 796.750000, 155.500000 | |
facing: pitch:11.601562, yaw:217.968750 | |
team: T | |
entityid: 96 | |
x: -427.748840 | |
y: 627.184082 |
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.Globalization; | |
namespace YearCalc | |
{ | |
class Program | |
{ | |
static void Main(string[] args) | |
{ | |
Console.Write("Input date (e.g. \"31.05\"): "); |
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
rcon sv_cheats 1; | |
rcon weapon_accuracy_nospread 1; | |
rcon sv_gravity 400; | |
rcon sv_accelerate 1000000; | |
rcon sv_airaccelerate 10000000; | |
rcon alias +bullet "+bullet1"; | |
rcon alias -bullet "-bullet1"; |
NewerOlder