styleguide

3024 days ago, 0 views.

Headers

A Header 1

Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.

A Header 2

Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.

A Header 3

Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.

A Header 4

Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.

A Header 5

Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.

A Header 6

Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.

Text

Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.

Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.

Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.

Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.

Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.

Quote

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.

Whenever you find yourself on the side of the majority, it is time to pause and reflect Mark Twain

Source code:

> Whenever you find yourself on the side of the majority, it is time to pause and reflect 
<cite>Mark Twain</cite>

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.

Whenever you find yourself on the side of the majority, it is time to pause and reflect Mark Twain

Source code:

> Whenever you find yourself on the side of the majority, it is time to pause and reflect 
<a href='#'><cite>Mark Twain</cite></a>

It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

Emoji

😬 😍 💸 😱

Hello 😁 how are you? 🤓.

:smile:

List

Sort List

  1. Bird
  2. McHale
  3. Parish

Code

A Map is the new ECMAScript6 data structure. You can use a Object as a Map.

const cluster = require('cluster')
const http = require('http')
const numCPUs = require('os').cpus().length

if (cluster.isMaster) {
  // Fork workers.
  for (let i = 0; i < numCPUs; i++) {
    cluster.fork()
  }

  cluster.on('exit', function (worker, code, signal) {
    console.log('worker ' + worker.process.pid + ' died')
  })
} else {
  // Workers can share any TCP connection
  // In this case its a HTTP server
  http.createServer(function (req, res) {
    res.writeHead(200)
    res.end('hello world\n')
  }).listen(8000)
}

Code by Runkit

A Map is the new ECMAScript6 data structure. You can use a Object as a Map.

const cluster = require('cluster')
const http = require('http')
const numCPUs = require('os').cpus().length

if (cluster.isMaster) {
  // Fork workers.
  for (let i = 0; i < numCPUs; i++) {
    cluster.fork()
  }

  cluster.on('exit', function (worker, code, signal) {
    console.log('worker ' + worker.process.pid + ' died')
  })
} else {
  // Workers can share any TCP connection
  // In this case its a HTTP server
  http.createServer(function (req, res) {
    res.writeHead(200)
    res.end('hello world\n')
  }).listen(8000)
}

Image

Months ago I created Fink, a URL Shortener service that I called it for masses.

This text is the caption for the image
![](/images/styleguide/450300-1.jpeg)
<figcaption>This text is the caption for the image</figcaption>
Kiko Beats

Kiko Beats