Skip to content

Instantly share code, notes, and snippets.

View chihebnabil's full-sized avatar
🎯
Focusing

Nabil CHIHEB chihebnabil

🎯
Focusing
View GitHub Profile
{
"name": "realtime",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
@chihebnabil
chihebnabil / chat.ctp
Created August 24, 2016 12:03
Chat layout
<!DOCTYPE html>
<html>
<head>
<?php echo $this->Html->charset(); ?>
<title>
<?php echo $this->fetch('title'); ?>
</title>
<!-- Material Design fonts -->
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Roboto:300,400,500,700">
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/icon?family=Material+Icons">
@chihebnabil
chihebnabil / default.ctp
Created August 24, 2016 11:44
Chat Application cakephp Layout
<!DOCTYPE html>
<html>
<head>
<?php echo $this->Html->charset(); ?>
<title>
<?php echo $this->fetch('title'); ?>
</title>
<!-- Material Design fonts -->
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Roboto:300,400,500,700">
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/icon?family=Material+Icons">
-- phpMyAdmin SQL Dump
-- version 3.4.11.1deb2+deb7u4
-- http://www.phpmyadmin.net
--
-- Client: localhost
-- Généré le: Mer 24 Août 2016 à 12:24
-- Version du serveur: 5.5.49
-- Version de PHP: 5.4.45-0+deb7u3
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";