Skip to content

Instantly share code, notes, and snippets.

View aghArdeshir's full-sized avatar
🐢
Slow and Steady

Ardeshir Izadi aghArdeshir

🐢
Slow and Steady
View GitHub Profile
@aghArdeshir
aghArdeshir / gist:5b686eb14a2c7f37d6a076c0fbac6600
Created December 8, 2023 22:24
Steam Runtime Diagnostics
"LD_* scout runtime" information:
{
"can-write-uinput" : true,
"steam-installation" : {
"path" : "/home/ardeshir/.local/share/Steam",
"data_path" : "/home/ardeshir/.local/share/Steam",
"bin32_path" : "/home/ardeshir/.local/share/Steam/ubuntu12_32",
"steamscript_path" : "/usr/bin/steam",
"steamscript_version" : "1.0.0.78",
"issues" : [
@aghArdeshir
aghArdeshir / gist:c726e438d24f9b241e82807c391b264d
Last active December 8, 2023 22:23
My Full System Information
Computer Information:
Manufacturer: Dell Inc.
Model: 0YD3W1
Form Factor: Laptop
No Touch Input Detected
Processor Information:
CPU Vendor: GenuineIntel
CPU Brand: 12th Gen Intel(R) Core(TM) i7-12700H
CPU Family: 0x6
"LD_* scout runtime" information:
{
"can-write-uinput" : true,
"steam-installation" : {
"path" : "/home/ardeshir/.local/share/Steam",
"data_path" : "/home/ardeshir/.local/share/Steam",
"bin32_path" : "/home/ardeshir/.local/share/Steam/ubuntu12_32",
"steamscript_path" : "/usr/bin/steam",
"steamscript_version" : "1.0.0.78",
@aghArdeshir
aghArdeshir / reproduce-bug.js
Last active October 9, 2018 19:10
reproduce simple-git bug
// put it in a folder and constantly run `node reproduce-bug.js`
// first time may take a little long
const childProcess = require("child_process");
const fs = require("fs");
const dirs = ["somerepo1", "somerepo2"];
const filename = "something.js";
let counter = 0;