I hereby claim:
- I am mannytoledo on github.
- I am mtldo (https://keybase.io/mtldo) on keybase.
- I have a public key ASDbdqyAgzxB0nHXCJ627jc54yd48gWzrkesLLJUDlwZ8wo
To claim this, I am signing this object:
@font-face { | |
font-family: "Fira Code Nerd Font"; | |
font-style: normal; | |
font-weight: 200; | |
src: url('https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/FiraCode/Light/complete/Fira%20Code%20Light%20Nerd%20Font%20Complete.ttf') format('truetype'); | |
font-variant-ligatures: none; | |
} | |
@font-face { | |
font-family: "Fira Code Nerd Font"; | |
font-style: normal; |
I hereby claim:
To claim this, I am signing this object:
This challenge is meant to touch on some of the technologies we use regularly at Behance. The DevOps team will regularly work on infrastructure, networking, databases, and tooling that makes up our system. The fundamental piece of any system is the application itself. For this first challenge we would like you to set up the services to run a web application.
from datadog import initialize, api | |
import json | |
options = { | |
'api_key': '', | |
'app_key': '' | |
} | |
initialize(**options) |
Verifying that +mtldo is my blockchain ID. https://onename.com/mtldo |
<!DOCTYPE html> | |
<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"> | |
<meta name="description" content=""> | |
<meta name="author" content=""> | |
<title>Bootstrap 101 Template</title> |
#!/usr/bin/env python | |
import cgi | |
import cgitb; cgitb.enable() | |
import socket | |
# addressing information of target | |
IPADDR = '8.4.2.1' | |
PORTNUM = 10000 |
{ | |
"name": "rbenv", | |
"description": "Manages rbenv and its installed rubies. Several LWRPs are also defined.", | |
"long_description": "Please refer to README.md (it's long).", | |
"maintainer": "Fletcher Nichol", | |
"maintainer_email": "[email protected]", | |
"license": "Apache 2.0", | |
"platforms": { | |
"ubuntu": ">= 0.0.0", | |
"debian": ">= 0.0.0", |