Skip to content

Instantly share code, notes, and snippets.

@nima-nekoui
Created June 3, 2015 02:06
Show Gist options
  • Save nima-nekoui/0184eb4e35aa648f3553 to your computer and use it in GitHub Desktop.
Save nima-nekoui/0184eb4e35aa648f3553 to your computer and use it in GitHub Desktop.
CakeFest 2015 Presentations
-- MySQL dump 10.13 Distrib 5.6.22, for osx10.8 (x86_64)
--
-- Host: localhost Database: cakefest_slvrctrs_com
-- ------------------------------------------------------
-- Server version 5.5.43-0ubuntu0.14.04.1
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `presentation_types`
--
DROP TABLE IF EXISTS `presentation_types`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `presentation_types` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`type` varchar(150) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `presentation_types`
--
LOCK TABLES `presentation_types` WRITE;
/*!40000 ALTER TABLE `presentation_types` DISABLE KEYS */;
INSERT INTO `presentation_types` VALUES (1,'Workshop'),(2,'Conference'),(3,'Lightning');
/*!40000 ALTER TABLE `presentation_types` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `presentations`
--
DROP TABLE IF EXISTS `presentations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `presentations` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`presenter` varchar(255) NOT NULL,
`presentation_title` varchar(255) DEFAULT NULL,
`slide_link` varchar(255) NOT NULL,
`repo_link` varchar(255) NOT NULL,
`presentation_type_id` int(11) NOT NULL,
`created` datetime DEFAULT NULL,
`updated` datetime DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `presentations`
--
LOCK TABLES `presentations` WRITE;
/*!40000 ALTER TABLE `presentations` DISABLE KEYS */;
INSERT INTO `presentations` VALUES (2,'Curtis Gibby','PHP_CodeSniffer','http://slides.com/curtisgibby/cakefest-phpcs','',3,'2015-05-31 18:01:04',NULL),(3,'Brian Porter','Running a CakePHP App in Different Operating Environments','https://github.com/beporter/CakePHP-EnvAwareness/raw/master/slides/env-aware-cake-apps.pdf','https://github.com/beporter/CakePHP-EnvAwareness',2,'2015-05-31 18:02:11',NULL),(4,'Walther Lalk','OAuth Server','http://slides.com/waltherlalk/oauth2-server#/','https://github.com/uafrica/oauth-server',3,'2015-05-31 18:03:28',NULL),(5,'Mark Story','PHP WTF','http://www.slideshare.net/markstory/php-wtf','',3,'2015-05-31 18:08:46',NULL),(6,'Mark Story','CakePHP 3.0.0 and beyond','http://www.slideshare.net/markstory/cakephp-30-and-beyond','',2,'2015-05-31 18:09:28',NULL),(7,'Jose Lorenzo Rodriguez','Agile Database Access with CakePHP 3','http://www.slideshare.net/josezap1/agile-database-access','https://github.com/lorenzo/cakephp3-advanced-examples',2,'2015-05-31 18:10:32',NULL),(8,'José Lorenzo Rodríguez','Advanced Workshop - Day 1','','https://github.com/lorenzo/cakefest2015',1,'2015-05-31 18:11:45',NULL),(9,'José Lorenzo Rodríguez','Advanced Workshop - Day 2','','https://github.com/steinkel/cakefest2015/tree/advanced',1,'2015-05-31 18:12:55',NULL),(10,'Justin Yost','Projects Are Better When Maintained','https://speakerdeck.com/jtyost2/projects-are-better-when-maintained','',3,'2015-05-31 18:17:09',NULL),(11,'Nicholas Duvieilh','Cross tab communication library ','','https://github.com/nduvieilh/Cross-Tab',3,'2015-05-31 18:35:46',NULL),(12,'Kenichiro Kishida','Data Generator For Testing CakePHP3 Application','https://speakerdeck.com/sizuhiko/data-generator-for-testing-cakephp3-application','https://github.com/sizuhiko/cakephp-fabricate-adaptor',3,'2015-05-31 18:37:01',NULL),(13,'Wes King','Interfacing CakePHP with Backbone.js','https://docs.google.com/presentation/d/1W1pTGwOKHiJ6qRRkgOCaRcU_GscF_sxCH5_aoqHuA9A/edit?usp=sharing','',3,'2015-05-31 18:38:23',NULL),(14,'Jorge González','Basic Workshop','https://dl.dropboxusercontent.com/u/142951/CakeFest2015/basic-workshop.pdf','https://github.com/steinkel/cakefest2015/tree/basic',1,'2015-05-31 19:05:18',NULL),(15,'Jorge González','Advanced Workshop','https://github.com/steinkel/cakefest2015/tree/advanced','https://dl.dropboxusercontent.com/u/142951/CakeFest2015/basic-workshop.pdf',1,'2015-05-31 19:06:23',NULL),(16,'David Chancogne','Build a wicket smaht cache engine','https://slides.com/dchancogne/cache-engine','https://github.com/Traackr/cakephp-cache-engines',2,'2015-05-31 19:09:34',NULL),(18,'Mariano Iglesias','Disque PHP','https://speakerdeck.com/mariano/disque','https://github.com/mariano/disque-php',2,'2015-05-31 19:50:02',NULL),(19,'Olle Tiinus','CakeJS Framework for Node.js','','https://github.com/cakejsframework/cakejs',3,'2015-05-31 21:03:15',NULL),(20,'Mariano Iglesias','SIMPLE IS GOOD, COMPLEX IS BAAAD','https://speakerdeck.com/mariano/simple-is-good-complex-is-bad','',2,'2015-05-31 21:56:41',NULL),(21,'Phil Sturgeon','Building Extraordinary Packages','https://speakerdeck.com/philsturgeon/building-extraordinary-packages','',2,'2015-05-31 22:17:17',NULL);
/*!40000 ALTER TABLE `presentations` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2015-06-02 19:05:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment