Skip to content

Instantly share code, notes, and snippets.

@projectxcappe
projectxcappe / index.html
Created September 6, 2011 17:50
Android App using PhoneGap (in work)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Android v1.1</title>
<script type="text/javascript" src="js/jquery-1.6.min.js"></script>
<link rel="stylesheet" href="includes/styles.css" type="text/css" media="screen">
<link rel="stylesheet" href="includes/demo_table_jui.css" type="text/css" media="screen">
<script>
@projectxcappe
projectxcappe / rachel.html
Created September 6, 2011 17:48
Rachel's Creations HTML/js/css/jquery
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Rachel's Creations</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="color:Links" content="#ba1820" />
<meta name="image:Background" content="" />
<meta name="if:Show People I Follow" content=""/>
<meta name="if:Show Tags" content="1" />
<meta name="if:Show Description" content="" />
<meta name="text:Disqus Shortname" content="" />
<meta name="text:Slogan" content="This is where your Slogan / Short Subtitle goes. Edit this at Customization Section" />
@projectxcappe
projectxcappe / AngryStockholdersViewController.h
Created September 6, 2011 16:57
Angry Stockholders iOS
//
// Angry_StockholdersViewController.h
// Angry Stockholders
//
// Created by Cassidy Pangell on 7/21/11.
//
#import <UIKit/UIKit.h>
@interface Angry_StockholdersViewController : UIViewController {
@projectxcappe
projectxcappe / CPCustomView.m
Created August 30, 2011 15:56
Multiple dynamic graphing
//
// GOCustomView.m
// CustomViewExample
//
// Created by Cassidy Pangell on 8/26/11.
// Copyright (c) 2011 __MyCompanyName__. All rights reserved.
//
#import "CPCustomView.h"
#include "math.h"