Skip to content

Instantly share code, notes, and snippets.

@mannytoledo
mannytoledo / FiraCode Nerd Font.css
Created October 17, 2021 04:50
CSS to install FiraCode Nerd Font into Blink.sh app
@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;

Keybase proof

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:

@mannytoledo
mannytoledo / devops_challenge.md
Created June 9, 2016 23:32
Take home test prepared for Michael Fischer

DevOps Challenge

Challenge 1: Set up a stack for a Web Application

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.

@mannytoledo
mannytoledo / dd-dash-cli.py
Created May 27, 2016 21:14
Inspecting and sharing datadog dashboards
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
@mannytoledo
mannytoledo / index.html
Created June 17, 2015 13:22
Bootstrap Demo Page with Nav
<!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
@mannytoledo
mannytoledo / metadata.json
Created June 25, 2012 18:26
Metadata file that isn't showing up on RS
{
"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": "fnichol@nichol.ca",
"license": "Apache 2.0",
"platforms": {
"ubuntu": ">= 0.0.0",
"debian": ">= 0.0.0",