Skip to content

Instantly share code, notes, and snippets.

View Dygear's full-sized avatar
🚀
Ready to Go!

Mark Tomlin Dygear

🚀
Ready to Go!
View GitHub Profile
@Dygear
Dygear / Dygear-TR4
Created September 19, 2018 05:30
Dygear-TR4 System Report Steam
Computer Information:
Manufacturer: Unknown
Model: Unknown
Form Factor: Desktop
No Touch Input Detected
Processor Information:
CPU Vendor: AuthenticAMD
CPU Brand: AMD Ryzen Threadripper 1950X 16-Core Processor
CPU Family: 0x17
@Dygear
Dygear / pCars Steam Log Proton.log
Created September 19, 2018 05:05
Project Cars Steam Log - Unable to Save Game
ERROR: ld.so: object '/home/dygear/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/dygear/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/dygear/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/dygear/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
1674.390:0008:0009:trace:module:load_builtin_callback loaded ntdll.dll 0x10790 0x7bc20000
1674.390:0008:0009:trace:module:load_builtin_dll Trying built-in L"kernel32.dll"
1674.391:0008:0009:trace:module:load_dll looking for L"ntdll.dll" in L""
1674.391:0008:0009:trace:module:load_dll Found L"C:\\windows\\system32\\ntdll.dll" for L"ntdll.dll" at 0x7bc20000, c
@Dygear
Dygear / NCPD.sh
Last active June 11, 2018 06:39
MimoCAD's Trunk-Recoder Implamentation
#!/bin/bash
#
# Uploads trunk-recorder files to MimoCAD Web Server
#
# Must have execute permission ('chmod +x NCPD.sh') and
# be located in the same directory as the ./recorder executable.
# Variables
FILENAME="$1"
BASENAME="${FILENAME%.*}"
install prefix /usr/local
source path .
C compiler gcc
C library glibc
ARCH x86 (generic)
big-endian no
runtime cpu detection yes
yasm yes
MMX enabled yes
MMXEXT enabled yes
@Dygear
Dygear / gist:6291550
Created August 21, 2013 08:00
NTLMv2 Authentication with nginx.
<?php
define('PROXY', 'proxy');
define('PORT', 8080);
if (!function_exists('getallheaders'))
{
function getallheaders()
{
$headers = [];