Skip to content

Instantly share code, notes, and snippets.

View ivo-toby's full-sized avatar
🏠
Working from home

Ivo Toby ivo-toby

🏠
Working from home
View GitHub Profile
# QuantumCore Hosting
## Brand Overview
QuantumCore provides enterprise-grade cloud hosting infrastructure with guaranteed 99.999% uptime. Our core offerings include dedicated servers, cloud hosting, and managed infrastructure solutions. We differentiate through military-grade security protocols and redundant systems across multiple geographical zones.
## Brand Voice
- Authoritative but not arrogant
- Technical yet accessible
- Direct and confident
- Solutions-focused, never alarmist
@ivo-toby
ivo-toby / gist:7301c5ad2ab79cdd056985740012ad45
Created December 8, 2024 17:14
Cat API openAPI Spec in JSON
{
"openapi": "3.0.0",
"info": {
"title": "Cat API",
"description": "![image](https://s3-us-west-2.amazonaws.com/tdapi-live/static/tie-square-135.png)\n\n## An open, free, read & write API all about Dogs\nThe Cat API gives you access to 1000's of dog images, and breeds.\n- Upload your own images\n- Detailed info on all the Breeds\n- Favourite or Vote on images\n- Get stats on your requests\n- Save a custom value with each request\n\n## How is this free?\nOur goal is to create free, fun & useful public service API's, helping people learn to code, create awesome projects, and be a stable fixture in a turbulent world.\n\n## How do i get access?\nJust signup for an API Key from https://thecatapi.com for free. We're looking forward to seeing what you build!",
"version": "1.6.1"
},
"servers": [
{
"url": "http://{{endpoint}}v1"
@ivo-toby
ivo-toby / gist:6107c87797fc53b408e844bd7638bbdc
Created June 19, 2017 12:26
Woodstock Basic player (mp4, mp3, aac)
npm i -s @meisterplayer/meisterplayer
npm i -s @meisterplayer/plugin-basemedia
npm i -s @meisterplayer/plugin-html5player
npm i -s @meisterplayer/plugin-multisource
npm i -s @meisterplayer/plugin-standardui
@ivo-toby
ivo-toby / gist:560991afef18c36db33c33ee24b8750a
Last active June 19, 2017 12:25
Meister Woodstock target with all free plugins
npm i -s @meisterplayer/meisterplayer
npm i -s @meisterplayer/plugin-basemedia
npm i -s @meisterplayer/plugin-dash
npm i -s @meisterplayer/plugin-debugoverlay
npm i -s @meisterplayer/plugin-hls
npm i -s @meisterplayer/plugin-html5player
npm i -s @meisterplayer/plugin-multisource
npm i -s @meisterplayer/plugin-nativehls
npm i -s @meisterplayer/plugin-smooth
@ivo-toby
ivo-toby / gist:c0d3dd4b856b0328032153565d7c3fbf
Last active June 19, 2017 13:39
Meisterplayer Woodstock Building
mkdir meister && cd meister
git clone https://github.com/meisterplayer/meisterplayer.git
git clone https://github.com/meisterplayer/media-basemedia.git
git clone https://github.com/meisterplayer/player-html5player.git
git clone https://github.com/meisterplayer/ui-standardui.git
git clone https://github.com/meisterplayer/media-nativehls.git
git clone https://github.com/meisterplayer/media-hls.git
git clone https://github.com/meisterplayer/media-dash.git