This file contains 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
<html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Polymer Intelligence Engine</title><meta name="description" content="Carefully categorized and sorted, get the best advice for any need or stage."><meta name="msapplication-TileColor" content="#3fb777"><meta name="msapplication-config" content="assets/browserconfig.xml"><meta name="theme-color" content="#ff5122"><link href="https://fonts.googleapis.com/css?family=Lato:400,700,900" rel="stylesheet"><link rel="apple-touch-icon" sizes="180x180" href="assets/apple-touch-icon.png"><link rel="manifest" href="assets/site.webmanifest"><link rel="mask-icon" href="assets/safari-pinned-tab.svg" color="#3fb777"><link rel="icon" href="assets/favicon.ico"><link rel="icon" type="image/png" sizes="32x32" href="assets/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="assets/favicon-16x16.png"><link href="assets/css/chunk-7e9586e4.61cc0 |
This file contains 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
import { Component } from "react"; | |
import styled from "styled-components"; | |
const Layout = styled.div` | |
background: red; | |
width: 200px; | |
height: 200px; | |
`; | |
const Input = styled.input` |
This file contains 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
import { Component } from "react"; | |
import styled from "styled-components"; | |
const Layout = styled.div` | |
background: red; | |
width: 200px; | |
height: 200px; | |
`; | |
const Input = styled.input` |
This file contains 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
const key = "zzz"; | |
const secret = "aaa"; | |
const payload = { | |
orders: [ | |
{ volume: "0.000001", orderType: "limit", price: "0.000001", side: "buy" } | |
], | |
market: "btctusd" |
This file contains 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
# -*- coding: utf-8 -*- | |
import os | |
import sys | |
# ----------------------------------------------------------------------------- | |
this_folder = os.path.dirname(os.path.abspath(__file__)) | |
root_folder = os.path.dirname(os.path.dirname(this_folder)) | |
sys.path.append(root_folder + '/python') |
This file contains 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": "professional", | |
"lastModified": "2025-04-04T06:59:24.305Z" | |
}, | |
"basics": { | |
"name": "Thomas Davis", | |
"phone": "0411021021", | |
"label": "Web Developer", | |
"image": "https://avatars0.githubusercontent.com/u/416209?s=460&u=38f220a2c9c658141804f881c334c594eb1642ac&v=4", |
This file contains 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
openapi: '3.0.0' | |
info: | |
version: 1.0.0 | |
title: BlockBid API Gateway | |
license: | |
name: MIT | |
servers: | |
- url: https://api.blockbid.io | |
paths: | |
/healthz: |
This file contains 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
openapi: '3.0.0' | |
info: | |
version: 1.0.0 | |
title: BlockBid API Gateway | |
license: | |
name: MIT | |
servers: | |
- url: https://api.blockbid.io | |
paths: | |
/healthz: |
This file contains 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
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUDlIxvCqS/eiZmLBDVIdxkF+Cgj74YnU+Me42FFKt+LeVfDYHcrVpLz/X6xp2/40EDm2hplTERgCjc9ljcrzsX0a6K0OAu5XK3gGqig+kI5g46nEgWxbyAiNo0QcEm9POxUD68d2vI9q1+7sKVdRTnVquVUXrRGr8dgZwZvPs4gCreJc/C0tBE21k4kuiMI0sySGI0OSUHvZs6c44v3rlEoA1zl104gdbWBbseY12EXBf2lmijfKuEbkM+C4eExmQeGS0p2CkmoZfN0ZCG9lGVcW/2KlOYBEpso/lStSUsmMSt9PLQOSJD8ZPF+DbX6iCTuCy9bnEsWKJKg6keSdv ajax@love |
This file contains 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
backend: | |
name: github | |
repo: rolandnsharp/rolandsharp.com | |
media_folder: static/assets | |
public_folder: assets | |
collections: | |
- name: blog | |
label: Blog |