Skip to content

Instantly share code, notes, and snippets.

View grimalschi's full-sized avatar

Veaceslav Grimalschi grimalschi

View GitHub Profile
<?php
function creatium_embed($subdomain, $path) {
if (!function_exists('curl_init')) {
die('Error: curl module is missing');
}
if (strpos($subdomain, '/') !== false) {
die('Error: wrong subdomain');
}
This file has been truncated, but you can view the full file.
/**
* vis.js
* https://github.com/almende/vis
*
* A dynamic, browser-based visualization library.
*
* @version 4.20.1-SNAPSHOT
* @date 2017-06-12
*
* @license
.vis .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
/* Must be displayed above for example selected Timeline items */
z-index: 10;
}
This file has been truncated, but you can view the full file.
/**
* vis.js
* https://github.com/almende/vis
*
* A dynamic, browser-based visualization library.
*
* @version 4.20.1-SNAPSHOT
* @date 2017-06-12
*
* @license