Skip to content

Instantly share code, notes, and snippets.

View mattisbusycom's full-sized avatar

Matthew M Kaufman mattisbusycom

View GitHub Profile
// app.js
angular.module('cs_demo', [
'controllers',
'elasticjs.service',
'ui.bootstrap'
]);
================================================================================
[SO] | Consulting
.-------------------------------------------------------------------------------.
About SO | Products | Technology Services | Successes
.---------^---------------------------------------------------------------------.
| News & Events Careers Contact |
.--------------------------------------------------------------------------.
.so-cl-production {
padding-top: 10px;
}
.icon {
width: 32px;
height: 32px;
}
.icon-account-login {
<?php
class MongoNotifications {
public $reqs = array();
/* Our callback function
* The prototype is define by the PHP Stream Notification system: http://php.net/stream_notification_callback
*/
function update($notification_code, $severity, $message, $message_code, $bytes_transferred, $bytes_max) {
switch($notification_code) {
RDF SPARQL might be Great for this (from top down oversight perspective; not market participation with stores or little coffee cup mug sellers); e.g. we’re not Google we don't care; we want targeted vendors though; and know all products on market. then associate and do drop ship application property e-commerce venue spaced website deployments;
drop ship
**Vendor 1:**
vendor1:productX dc:title "Cool-O-Matic" .
vendor1:productX retail:price "$50.75" .
vendor1:productX vendor1:partno "TTK583" .
@mattisbusycom
mattisbusycom / software
Created November 15, 2014 18:11
pieces of the software
web ui,
api,
cli
@mattisbusycom
mattisbusycom / dabblet.css
Last active August 29, 2015 14:11
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #eee;
background: linear-gradient(95deg, #eee, #c0c0c0);
min-height: 100%;
@mattisbusycom
mattisbusycom / dabblet.css
Last active August 29, 2015 14:11
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #eee;
background: linear-gradient(95deg, #eee, #c0c0c0);
min-height: 100%;
//Controller Action
public function find() {
if ($this->request->is('ajax')) {
$this->autoRender = false;
$country_name = $this->request->query('term');
$results = $this->Country->find('all', array(
'conditions' => array('Country.name LIKE ' => '%' . $country_name . '%')