Skip to content

Instantly share code, notes, and snippets.

View creepyLANguy's full-sized avatar
🚀

Altamish Mahomed creepyLANguy

🚀
View GitHub Profile
@Davidblkx
Davidblkx / LevenshteinDistance.cs
Created November 10, 2016 17:45
Levenshtein Distance in c#
using System;
namespace Algorithms
{
public static class LevenshteinDistance
{
/// <summary>
/// Calculate the difference between 2 strings using the Levenshtein distance algorithm
/// </summary>
/// <param name="source1">First string</param>
@hal0gen
hal0gen / _mobile-ready-web-app.html
Last active February 11, 2026 08:08 — forked from tfausak/ios-8-web-app.html
iOS + Android settings for web applications
<!doctype html>
<!-- Adapted from https://gist.github.com/tfausak/2222823 -->
<html>
<head>
<title>Mobile-ready web app</title>
<!-- CONFIGURATION -->