Skip to content

Instantly share code, notes, and snippets.

View angeloPereyra's full-sized avatar
🤔
trying stuffs

Neil Angelo Pereyra angeloPereyra

🤔
trying stuffs
  • Manila, Philippines
View GitHub Profile
@angeloPereyra
angeloPereyra / SmartID.cs
Created March 16, 2017 14:38
c# class for what we call in our college as "smart counter". see also cyclic rotation
using System;
namespace OVRMP
{
/// <summary>
/// Represents a SmartID object.
/// Able to auto-increment ids with letters and digits
/// </summary>
public class SmartID
{
@angeloPereyra
angeloPereyra / cloudSettings
Created July 25, 2018 00:34
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-07-25T00:32:19.834Z","extensionVersion":"v3.0.0"}