Skip to content

Instantly share code, notes, and snippets.

View Alexisgt01's full-sized avatar

Alexis Gatuingt Alexisgt01

View GitHub Profile
@nor0x
nor0x / mdi.cs
Last active March 30, 2021 18:52
Material Design Icons - Full List C# Array https://github.com/Templarian/MaterialDesign
static string[] icons = new string[] {
"mdi-air-humidifier-off",
"mdi-chili-off",
"mdi-cigar-off",
"mdi-clock-time-eight",
"mdi-clock-time-eight-outline",
"mdi-clock-time-eleven",
"mdi-clock-time-eleven-outline",
"mdi-clock-time-five",
"mdi-clock-time-five-outline",
@mucar
mucar / random_color_array.js
Created October 16, 2012 11:47
Javascript Random Color Array
var colorArray = ['#FF6633', '#FFB399', '#FF33FF', '#FFFF99', '#00B3E6',
'#E6B333', '#3366E6', '#999966', '#99FF99', '#B34D4D',
'#80B300', '#809900', '#E6B3B3', '#6680B3', '#66991A',
'#FF99E6', '#CCFF1A', '#FF1A66', '#E6331A', '#33FFCC',
'#66994D', '#B366CC', '#4D8000', '#B33300', '#CC80CC',
'#66664D', '#991AFF', '#E666FF', '#4DB3FF', '#1AB399',
'#E666B3', '#33991A', '#CC9999', '#B3B31A', '#00E680',
'#4D8066', '#809980', '#E6FF80', '#1AFF33', '#999933',
'#FF3380', '#CCCC00', '#66E64D', '#4D80CC', '#9900B3',
'#E64D66', '#4DB380', '#FF4D4D', '#99E6E6', '#6666FF'];