Skip to content

Instantly share code, notes, and snippets.

View hggz's full-sized avatar

Hugo Gonzalez hggz

View GitHub Profile
@hggz
hggz / LetsDestroyC.md
Created February 5, 2020 19:40 — forked from shakna-israel/LetsDestroyC.md
Let's Destroy C

Let's Destroy C

I have a pet project I work on, every now and then. CNoEvil.

The concept is simple enough.

What if, for a moment, we forgot all the rules we know. That we ignore every good idea, and accept all the terrible ones. That nothing is off limits. Can we turn C into a new language? Can we do what Lisp and Forth let the over-eager programmer do, but in C?


Keybase proof

I hereby claim:

  • I am hggz on github.
  • I am hexley94 (https://keybase.io/hexley94) on keybase.
  • I have a public key ASD0BXykQTSmiYASzMfzW9lY_AN4Ql8u6BECkjx67Y3v9go

To claim this, I am signing this object:

@hggz
hggz / Setup.md
Last active November 9, 2015 02:58 — forked from suvozy/Setup.md
Setup AWS EC2 and RDS (php5.5, apache2.4, mysql5.5, phpmyadmin)
@hggz
hggz / rd.md
Last active August 29, 2015 14:27 — forked from diego898/rd.md
Enable Concurrent Remote Desktop Users in Windows 8.1 x64

thanks to @neurodyne and this link for updated instructions

This works with the following versions of termsrv.dll

x64 - termsrv.dll - 6.3.9600.17095

Find Replace
39813C0600000F849E310500 B80001000089813806000090
090085C07F078BD8 090085C090908BD8
@hggz
hggz / gist:2d0004e67ffbb0ce397a
Created August 7, 2015 21:58
install python 2.7 on linuxami
sudo yum update
sudo yum install python27
curl https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py | sudo /usr/bin/python27
sudo easy_install pip
echo "alias python='python27'" >> ~/.bashrc
source ~/.bashrc
@hggz
hggz / README.md
Last active January 1, 2016 17:29 — forked from aronwoost/README.md
Install LAMP on Linux AMI Quick

Launch the instance and connect with ssh.

##Update the server

sudo yum update

##Install php and MySQL packages