Skip to content

Instantly share code, notes, and snippets.

View osplaza32's full-sized avatar
🖥️
Focusing

Oscar Plaza Guzmán osplaza32

🖥️
Focusing
View GitHub Profile
var data = {};
data.static ={};
data.static.time = pm.response.responseTime;
data.static.size = pm.response.responseSize;
data.request = {};
data.response = {};
data.response.body = ''+JSON.stringify(JSON.parse(responseBody))+'';
@osplaza32
osplaza32 / gist:482170608d67ad8645a9dce88aafae36
Created February 20, 2019 15:50 — forked from CristinaSolana/gist:1885435
Keeping a fork up to date

1. Clone your fork:

git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git

2. Add remote from original repository in your forked repository:

cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
@osplaza32
osplaza32 / install.md
Created January 1, 2019 16:28 — forked from srt32/install.md
installing PostGIS on OSX

Installing the Postgres PostGIS extension on OSX

For reference: http://postgis.net/install

If you don’t already have PG installed

The most reliable way to get PostGIS on OSX is to download and install Postgres.app. Great for development and testing. Do not mix with other installations. Select the extension when prompted.

If you already have PG installed

@osplaza32
osplaza32 / WebGL-frameworks-libraries.md
Created November 26, 2017 14:02 — forked from dmnsgn/WebGL-WebGPU-frameworks-libraries.md
A collection of WebGL frameworks and libraries

A non-exhaustive list of WebGL frameworks and libraries. It is mostly for learning purposes as some of the libraries listed are outdated/not maintained anymore.

Engines and libraries

  • three.js: JavaScript 3D library
  • stack.gl: an open software ecosystem for WebGL, built on top of browserify and npm.
  • PixiJS: Super fast HTML 5 2D rendering engine that uses webGL with canvas fallback
  • Pex: Pex is a javascript 3d library / engine allowing for seamless development between Plask and WebGL in the browser.
  • Babylon.js: a complete JavaScript framework for building 3D games with HTML 5 and WebGL
  • SceneJS: An extensible WebGL-based engine for high-detail 3D visualisation
  • Blend4Web: a tool for interactive 3D visualization on the Internet