Skip to content

Instantly share code, notes, and snippets.

View iCodeSometime's full-sized avatar
🤖

Kenneth Cochran iCodeSometime

🤖
  • Kano Performance, LLC
View GitHub Profile
#!/usr/bin/env ruby
# Colorize string
class String
def colorize(color_code)
"\e[#{color_code}m#{self}\e[0m"
end
end
class Colors
@iCodeSometime
iCodeSometime / README.md
Created January 30, 2020 01:17 — forked from nikcub/README.md
Facebook PHP Source Code from August 2007
@iCodeSometime
iCodeSometime / README.md
Created January 30, 2020 01:17 — forked from nikcub/README.md
Facebook PHP Source Code from August 2007

Keybase proof

I hereby claim:

  • I am icodesometime on github.
  • I am icodesometime (https://keybase.io/icodesometime) on keybase.
  • I have a public key ASCucJPiJ-Plw81wmD7pFu9MeyEJCrx3NtYYbRMzph3zlwo

To claim this, I am signing this object:

@iCodeSometime
iCodeSometime / cmake && make
Created June 27, 2018 19:39
Full Compiler output for cJSON compilation
build git:(long-long-fix) cmake .. && make
-- The C compiler identification is AppleClang 9.0.0.9000039
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Performing Test FLAG_SUPPORTED_stdc89
-- Performing Test FLAG_SUPPORTED_stdc89 - Success
<link rel="import" href="../components/polymer/polymer.html">
<polymer-element name="photography-samples">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;
@iCodeSometime
iCodeSometime / designer.html
Last active August 29, 2015 14:03
designer
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-menu/core-submenu.html">
<polymer-element name="photography-site">
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-field/core-field.html">
<link rel="import" href="../core-icon/core-icon.html">
<link rel="import" href="../core-input/core-input.html">
<link rel="import" href="../core-icons/core-icons.html">