Skip to content

Instantly share code, notes, and snippets.

View liscio's full-sized avatar

Christopher Liscio liscio

View GitHub Profile
@liscio
liscio / SwiftUILunch.swift
Created June 26, 2020 17:03 — forked from ishabazz/SwiftUILunch
Trying to figure out how to show derived Views from different data types.
//: A UIKit based Playground for presenting user interface
import UIKit
import PlaygroundSupport
import SwiftUI
enum ComponentType{
case sandwich
case smoothie
case soup
class Person:
p = Person()
p.name = "Foo"
In Ruby:
class Person
attr_accessor :name
//
// videoTestMemoryViewController.h
// videoTestMemory
//
// Created by david on 06/10/10.
// Copyright 2010 E-ducation.it. All rights reserved.
//
#import <UIKit/UIKit.h>
#import <MediaPlayer/MediaPlayer.h>
@liscio
liscio / gist:43876
Created January 6, 2009 16:16 — forked from ddribin/gist:43875
%start PubSubRefresh::Idle
%class PubSubRefresh
%header PubSubRefresh.h
%map PubSubRefreshMap
%%
Idle
{
Start