Skip to content

Instantly share code, notes, and snippets.

View ryanplasma's full-sized avatar
🔒

Ryan Plas ryanplasma

🔒
View GitHub Profile
@dypsilon
dypsilon / frontendDevlopmentBookmarks.md
Last active June 13, 2024 10:59
A badass list of frontend development resources I collected over time.
@mrpossoms
mrpossoms / genalg
Created March 24, 2014 15:02
Hello genetic algorithims.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using C5;
namespace GeneticHelloWorld
{
class Program
{
@wpsmith
wpsmith / composer.json
Created December 14, 2016 15:08 — forked from mAAdhaTTah/composer.json
CMB2 as Composer Library
{
"require": {
"php": ">=5.3.0",
"composer/installers": "v1.0.12",
"webdevstudios/cmb2": "dev-master",
},
"autoload": {
"files": ["vendor/cmb2/init.php"]
},
"extra": {