docker run -d --name ghost-blog -v ./:/var/lib/ghost/content ghost
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Hackerman - Certified Badass</title> | |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css"> | |
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet"> | |
<style> | |
body { |
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
/*Helper functions | |
By Wisemonkey | |
github.com/wisehackermonkey | |
08/03/17 | |
libraray of function | |
for easy that i use all the | |
time |
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
{ | |
"meta": { | |
"theme": "spartan" | |
}, | |
"basics": { | |
"name": "Gerardo Russel", | |
"label": "Software Engineer", | |
"email": "[email protected]", | |
"phone": "(555) 123-4567", | |
"summary": "Experienced software engineer with a passion for developing innovative solutions and a track record of delivering high-quality projects on time.", |
by oran c
github.com/wisehackermonkey
20210115
Ubiquity Robotics Downloads recommend using etcher to flash images onto SD cards. (No Title)
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
background: #222; | |
color: #bada55; | |
font-size: 100px; | |
background: url('https://bit.ly/3ne3gaQ') 0 0; | |
animation: blinker 1s linear infinite; | |
opacity: 0; | |
/* blink { | |
animation: blinker 0.6s linear infinite; | |
color: #1c87c9; | |
} |
looks like its similar to mqtt but faster and more flexiable written in c/c++, and supports bindings in python (most docs are in c++) does not require a server
- frames are (message parts) blocks of data with specific length. has garente of being recieved at the other end
NewerOlder