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 / base_load.js
Created August 26, 2015 20:30
ticket for image in circle
$(document).ready(function() {
var card = ich.elRow();
$(".row").append(card);
});
@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>
<?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 / 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"
}

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 / fontawesome.sty
Last active July 14, 2016 09:49
fontawesome.sty for xelatex updated
% FontAwesome (http://fortawesome.github.com/Font-Awesome/) bindings for (Xe)LaTeX
% Author: Honza Ustohal
% Check the demo on https://github.com/claudiordgz/FontAwesomeXeTeX/
% Translation of FontAwesome's private range characters into XeTeX symbols. All icons are camel-cased and prefixed with 'fa', i.e. what was .icon-align-center the CSS version of FontAwesome becomes \faAlignCenter
%
% Prerequisite:
% XeLaTeX, because of fontspec FontAwesome installed as a system font accessible by XeLaTeX
%
% Usage:
% 1. \usepackage{fontawesome.sty}
@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
@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 / settings.json
Created September 7, 2019 17:59
VSCode User Settings
{}