Skip to content

Instantly share code, notes, and snippets.

View chipenstain's full-sized avatar
📈
hardly working at the project for THS

Marin Larsen chipenstain

📈
hardly working at the project for THS
View GitHub Profile
@chipenstain
chipenstain / modules.json
Created February 12, 2022 01:25
File of Unity modules for fixing editor installation after crash
[{"id":"visualstudio","name":"Microsoft Visual Studio Community 2019","description":"Downloads and installs Microsoft Visual Studio Community 2019. By installing this you accept the license terms for Visual Studio.","downloadUrl":"https://go.microsoft.com/fwlink/?linkid=2086755","category":"Dev tools","installedSize":1331200000,"downloadSize":1363148800,"visible":true,"selected":false,"cmd":"--productId \"Microsoft.VisualStudio.Product.Community\" --add \"Microsoft.VisualStudio.Workload.ManagedGame\" --add \"Microsoft.VisualStudio.Workload.NativeDesktop\" --add \"Microsoft.VisualStudio.Component.VC.Tools.x86.x64\" --add \"Microsoft.VisualStudio.Component.Windows10SDK.16299\" --campaign \"Unity3d_Unity\" --passive --norestart --wait","eulaUrl1":"https://go.microsoft.com/fwlink/?linkid=2092534","eulaLabel1":"Visual Studio 2019 Community License Terms","eulaMessage":"Please review and accept the license terms before downloading and installing Microsoft Visual Studio.","preselected":true,"isInstalled":false,"newe
@chipenstain
chipenstain / JSfix.reg
Last active February 7, 2022 05:46
Return association of JS scripts to wscript.exe
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.JS]
@="JSFile"
@chipenstain
chipenstain / QFW.bat
Created February 6, 2022 03:16
Quick fixing windows files & restore drive script
@ECHO OFF
TITLE "QFW"
ECHO "Your PC will be rebooting...
SET /P FIXDRIVE=Fix the drive? (Y/N)
SET /P DRIVE=Drive to fix:
sfc/scannow
DISM /Online /Cleanup-Image /RestoreHealth
@chipenstain
chipenstain / Hierarchy 2 Settings.json
Last active January 26, 2022 16:41
My custom settings
{
"personalTheme": {
"colorRowEven": {
"r": 0.760784387588501,
"g": 0.760784387588501,
"b": 0.760784387588501,
"a": 1.0
},
"colorRowOdd": {
"r": 0.7830188870429993,
@chipenstain
chipenstain / SxGeo.php
Created March 2, 2021 13:50
SypexGeo fix for php 7.4
<?php
/***************************************************************************\
| Sypex Geo version 2.2.3 |
| (c)2006-2014 zapimir zapimir@zapimir.net http://sypex.net/ |
| (c)2006-2014 BINOVATOR info@sypex.net |
|---------------------------------------------------------------------------|
| created: 2006.10.17 18:33 modified: 2014.06.20 18:57 |
|---------------------------------------------------------------------------|
| Sypex Geo is released under the terms of the BSD license |
| http://sypex.net/bsd_license.txt |