This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
background: #eee; | |
background: linear-gradient(95deg, #eee, #c0c0c0); | |
min-height: 100%; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
web ui, | |
api, | |
cli |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" . |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.so-cl-production { | |
padding-top: 10px; | |
} | |
.icon { | |
width: 32px; | |
height: 32px; | |
} | |
.icon-account-login { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
================================================================================ | |
[SO] | Consulting | |
.-------------------------------------------------------------------------------. | |
About SO | Products | Technology Services | Successes | |
.---------^---------------------------------------------------------------------. | |
| News & Events Careers Contact | | |
.--------------------------------------------------------------------------. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// app.js | |
angular.module('cs_demo', [ | |
'controllers', | |
'elasticjs.service', | |
'ui.bootstrap' | |
]); |
NewerOlder