Skip to content

Instantly share code, notes, and snippets.

View dmaidon's full-sized avatar
🏠
Working from home

Dennis Maidon dmaidon

🏠
Working from home
View GitHub Profile
@dmaidon
dmaidon / Aprs-Is_Passcode.cs
Last active December 25, 2018 10:21
Generate APRS-Is Passcode using VB.Net
using System;
private static long GenPc(string pc)
{
//strip station designators. ex: "-5" Only the real call sign is used
int stophere = pc.IndexOf("-");
if (stophere > 0)
{
pc = pc.Split('-')[0];
}
@dmaidon
dmaidon / tssp crack.txt
Created April 8, 2018 11:25
Tangible Software Solutions Crack - Hex Patch
[Filename] [Offset]
C# to C++ Converter 44C5E
C# to Java Converter 3F63A
C++ to C# Converter 4AE22
C++ to VB Converter 45FA2
Instant CSharp 20610
Instant VB 29D22
Java to C++ Converter 24E9E
Java to C# Converter 19BCA
Java to VB Converter 17B7E
@dmaidon
dmaidon / Rtb1.vb
Created April 8, 2018 09:07
VB.Net code for reading clientraw.txt file and displaying to RichTextBox
Imports System.IO
Imports System.Text
Imports CrReader.Forms
Imports Microsoft.VisualBasic.FileIO
Namespace Modules.RichTextBoxes
Public Module Rtb1
Friend Sub PopulateRtb1(fn As String)
''178 records