Skip to content

Instantly share code, notes, and snippets.

View kevb10's full-sized avatar
🏠
Working from home

Kevin Manase kevb10

🏠
Working from home
View GitHub Profile
@kevb10
kevb10 / ChatViewController.m
Created February 13, 2016 21:52
Chat View using quickblox
//
// ChatViewController.m
// sample-chat
//
// Created by Andrey Moskvin on 6/9/15.
// Copyright (c) 2015 Igor Khomenko. All rights reserved.
//
#import "ChatViewController.h"
#import "DialogInfoTableViewController.h"
Vagrant.configure("2") do |config|
## Choose your base box
config.vm.box = "precise64"
config.vm.box_url = "http://files.vagrantup.com/precise64.box"
# Modify the line below to map to the root of your project folder.
config.vm.synced_folder “../projects”, “/home/webteam-vm/webdev”
config.vm.network "forwarded_port", guest: 8000, host: 8000
config.vm.network "forwarded_port", guest: 9200, host: 9200
@kevb10
kevb10 / eProfile
Last active August 29, 2015 14:06
eProfile
@media only screen and (max-width: 640px) {
.ksu-widget--inner-box {display: none;}
}
/*KSU Widget fixes.*/
table.ksu-widget th {
background-color: inherit;
}
table.ksu-widget td {