Skip to content

Instantly share code, notes, and snippets.

View claudiordgz's full-sized avatar
🎯
Focusing

Claudio Rodriguez Rodriguez claudiordgz

🎯
Focusing
View GitHub Profile
@claudiordgz
claudiordgz / settings.json
Created September 7, 2019 17:59
VSCode User Settings
{}
@claudiordgz
claudiordgz / drivers.ps1
Last active August 27, 2019 04:52
Setup script for chocolatey and windows machines. Must be run from PoweShell as Administrator.
# This script is meant to fetch all drivers for a Razer Blade 15
# Execute the following first to allow its execution
# It will only download the files from razer, some of them trigger Windows Defender (this is expected)
# Set-ExecutionPolicy RemoteSigned
Function Get-RedirectedUrl {
Param (
[Parameter(Mandatory=$true)]
[String]$URL
@claudiordgz
claudiordgz / Makefile
Created August 12, 2019 06:06
An example of a Makefile setup for terraform componetization
# Defined COMPONENT_NAME to give a name to your component
SCOPE=global
COMPONENT_NAME=vpc
include ../path/to/common.mk

Keybase proof

I hereby claim:

  • I am claudiordgz on github.
  • I am claudiordgz (https://keybase.io/claudiordgz) on keybase.
  • I have a public key ASDkCdkhykOMh-bYP-4JRGl-8sd4gpGHN5L7LBS67zTOggo

To claim this, I am signing this object:

{
"env": {
"node": true,
"es6": true
},
"ecmaFeatures": {
"arrowFunctions": true,
"binaryLiterals": true,
"blockBindings": true,
@claudiordgz
claudiordgz / settings
Created February 4, 2016 23:30
Settings for strider using systemd
PORT=4000
DB_URI=""
SMTP_HOST=""
SMTP_PORT=""
SMTP_USER=""
SMTP_PASS=""
SERVER_NAME=""
STRIDER_CLONE_DEST=""
PLUGIN_GITHUB_APP_ID=""
PLUGIN_GITHUB_APP_SECRET=""
@claudiordgz
claudiordgz / blob.json
Last active November 30, 2015 15:10
Demo Blob
{
"title": "Atlanta's Evening News",
"hostName": "Erick Erickson",
"avatar": "http://cmgdtcdxardnew1.cmg.int/B-10097/assets/images/main_boxes/listen-now-min.png",
"schedule": "5 - 7 PM"
}
@claudiordgz
claudiordgz / base_load.js
Created August 26, 2015 20:30
ticket for image in circle
$(document).ready(function() {
var card = ich.elRow();
$(".row").append(card);
});
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="red_50">#FFEBEE</color>
<color name="red_100">#FFCDD2</color>
<color name="red_200">#EF9A9A</color>
<color name="red_300">#E57373</color>
<color name="red_400">#EF5350</color>
<color name="red_500">#F44336</color>
<color name="red_600">#E53935</color>
<color name="red_700">#D32F2F</color>
@claudiordgz
claudiordgz / vcxproject.XML
Created November 5, 2014 00:32
Visual Studio Project XML
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>