Skip to content

Instantly share code, notes, and snippets.

View Logxn's full-sized avatar

Logan Thompson Logxn

  • Hochschule des Bundes für öffentliche Verwaltung
  • Germany
  • 03:48 (UTC +02:00)
View GitHub Profile

Keybase proof

I hereby claim:

  • I am Logxn on github.
  • I am loganthompson (https://keybase.io/loganthompson) on keybase.
  • I have a public key whose fingerprint is 7504 F7D9 6391 E090 0F75 3724 4947 16FD 0920 D4FE

To claim this, I am signing this object:

public class Adjacent
{
public Adjacent()
{
int result = 0;
for(int i = 264793; i <= 803935; i++)
{
char[] number = Integer.toString(i).toCharArray();
int previousDigit = -1;
using System;
using System.Collections.Generic;
using System.Linq;
using RestSharp;
namespace Advent_of_Code
{
internal class Program
{
private static RestClient _client;

Keybase proof

I hereby claim:

  • I am Logxn on github.
  • I am logxn (https://keybase.io/logxn) on keybase.
  • I have a public key whose fingerprint is F2BE ABC8 3321 994E 1F0F 044C DD0D 94FC D866 DCDC

To claim this, I am signing this object:

@Logxn
Logxn / Program.cs
Created February 13, 2019 17:32
Xenos Datei Sortiermaschine
using System;
using System.Reflection;
using System.IO;
using System.Text.RegularExpressions;
namespace Xenos_Datei_Sortier_Maschine
{
class Program
{
static void Main()
@Logxn
Logxn / AutoGuard.cs
Created December 13, 2018 11:46
AutoGuard - The easy way to login
using System;
using System.Runtime.InteropServices;
using System.Threading;
using System.Windows.Forms;
using SteamAuth;
using Microsoft.VisualBasic;
using Timer = System.Threading.Timer;
using System.Drawing;
namespace AutoGuard
@Logxn
Logxn / nachos.cs
Created February 28, 2017 22:43
pNacho
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Numerics;
using System.Threading;
namespace Fibonacho