Skip to content

Instantly share code, notes, and snippets.

View fizzvr's full-sized avatar
🇪🇨
Programando I'm Happy

Vladimir Rodríguez fizzvr

🇪🇨
Programando I'm Happy
View GitHub Profile
@fizzvr
fizzvr / gist.txt
Created October 21, 2015 17:37
OpenGL version
OPENGL > 3.2
glxinfo | grep "OpenGL"
@fizzvr
fizzvr / sh.sh
Created October 8, 2015 15:30
Formatear una unidad
Partition, format and mount
Your data disk will likely be /dev/sdb, you can list your disks with:
fdisk -l
Now that we know /dev/sdb is there we can run the following commands to format and mount :
# Make partition
sudo parted -s -a optimal /dev/sdb mklabel gpt -- mkpart primary ext4 1 '-1'
# Format to ext4
@fizzvr
fizzvr / gist:01418f7c714c06ed3ec1
Created October 8, 2015 02:23 — forked from nisanthchunduru/gist:4608499
Installing nodejs on debian using checkinstall
#!/bin/sh
##############################################################
#
# Rock-Solid Node.js Platform on Ubuntu
# Auto-config by apptob.org
# Author: Ruslan Khissamov, email: [email protected]
# GitHub: https://github.com/rushis
#
##############################################################
@fizzvr
fizzvr / 500.md
Last active September 16, 2015 05:21
vr-web_toc

Aplicando las últimas tecnologías a este proyecto:

  • Docpad.js
  • Bower.js
  • Grunt.js
/home/fizz/.config/libreoffice/4/user/template/ODT_PLANTILLA
http://goo.gl/DmxoK1
@fizzvr
fizzvr / 1F0.md
Created August 13, 2015 23:06
autocad_2015_toc

Bienvenida al curso AutoCAD 2015

  • Objetivos del curso AutoCAD 2015
  • Archivos base de AutoCAD 2015

Conociendo AutoCAD

  • Espacios de trabajo en AutoCAD
  • Menú de la aplicación
  • Modelo y Presentación
  • Cubo de navegación
  • Barra de navegación en AutoCAD
@fizzvr
fizzvr / 1F3.md
Last active April 12, 2023 10:43
createjs_juegos_interactivos_con_html5_toc

Introducción a la creación de juegos HTML5 con CreateJS

  • Ventajas de usar CreateJS
  • Archivos base del curso CreateJS: Creación de juegos en JavaScript
  • Por qué juegos en HTML5 y Javascript
  • Qué es el canvas
  • Qué es CreateJS
  • Cómo comenzar con CreateJS
  • Mi primera aplicación con CreateJS
  • CreateJS, JavaScript y otras librerías
@fizzvr
fizzvr / history.yaml
Last active August 29, 2015 14:27
LibreOffice - paquetes selectos
Start-Date: 2015-08-13 14:27:00
Commandline: /usr/sbin/synaptic
Install: libreoffice-pdfimport:amd64 (5.0.0~rc5-0ubuntu1~trusty1, automatic), libreoffice-base-core:amd64 (5.0.0~rc5-0ubuntu1~trusty1, automatic), libreoffice-writer:amd64 (5.0.0~rc5-0ubuntu1~trusty1, automatic), libreoffice-impress:amd64 (5.0.0~rc5-0ubuntu1~trusty1), libreoffice-avmedia-backend-gstreamer:amd64 (5.0.0~rc5-0ubuntu1~trusty1, automatic), libreoffice-help-es:amd64 (5.0.0~rc5-0ubuntu1~trusty1), libreoffice-draw:amd64 (5.0.0~rc5-0ubuntu1~trusty1), libreoffice-core:amd64 (5.0.0~rc5-0ubuntu1~trusty1, automatic), libboost-iostreams1.54.0:amd64 (1.54.0-4ubuntu3.1, automatic), libreoffice-l10n-es:amd64 (5.0.0~rc5-0ubuntu1~trusty1, automatic), libreoffice-math:amd64 (5.0.0~rc5-0ubuntu1~trusty1, automatic), libreoffice-calc:amd64 (5.0.0~rc5-0ubuntu1~trusty1)
End-Date: 2015-08-13 14:41:51
@fizzvr
fizzvr / ppas.txt
Created August 13, 2015 18:03
Personal Package Archives TOP
sudo add-apt-repository ppa:libreoffice/ppa http://ppa.launchpad.net/libreoffice/
sudo add-apt-repository ppa:webupd8team/popcorntime http://ppa.launchpad.net/webupd8team/
sudo add-apt-repository ppa:webupd8team/brackets http://ppa.launchpad.net/webupd8team/
sudo add-apt-repository ppa:gezakovacs/ppa http://ppa.launchpad.net/gezakovacs/
sudo add-apt-repository
sudo add-apt-repository
sudo add-apt-repository
sudo add-apt-repository