Skip to content

Instantly share code, notes, and snippets.

@Voidsay
Voidsay / gist:a3f1eaf3a403e63e63c6a4098cea3b72
Created October 10, 2020 15:47
Error Report Gorilla Taxi
Loading failed for the <script> with source “https://www.google-analytics.com/analytics.js”. gorilla-taxi:1:1
Godot Engine v3.2.1.stable.official - https://godotengine.org index.js:7:35555
OpenGL ES 3.0 Renderer: Mozilla index.js:7:35555
index.js:7:35555
IndexedDB not available: A mutation operation was attempted on a database that did not allow mutations. index.js:7:35555
Mission search took: 21 index.js:7:35555
index.js:7:35555
Ideal Distance: 6702 index.js:7:35555
MISSION COMPLETE index.js:7:35555
Mission Type: 1 index.js:7:35555
@Voidsay
Voidsay / Analysis.cs
Created August 11, 2020 20:09
Super inefficient text comparator based on Jaccard index with toggleable spellcheck
using System;
using WeCantSpell.Hunspell;
using System.Collections.Generic;
using System.IO;
using System.Text;
using NHunspell;//doesn't work on linux or mac
namespace TextAnalysis
{
public class Analysis
@Voidsay
Voidsay / Program.cs
Last active August 9, 2020 06:18
Fixed Tech-Helper503's Sourcecode
using System;
namespace guessing_game
{
class Program
{
public static void Main(string[] args)
{
//Initialization
//Console.WindowWidth = 1280;//no one cares about the size especially in such a simple beginner game