Skip to content

Instantly share code, notes, and snippets.

View rush2sk8's full-sized avatar
🤔
why is this a thing 🤔

Rushad rush2sk8

🤔
why is this a thing 🤔
View GitHub Profile
@mlanett
mlanett / rails http status codes
Last active July 22, 2024 09:14
HTTP status code symbols for Rails
HTTP status code symbols for Rails
Thanks to Cody Fauser for this list of HTTP responce codes and their Ruby on Rails symbol mappings.
Status Code Symbol
1xx Informational
100 :continue
101 :switching_protocols
102 :processing
@Anexo
Anexo / Shapefile-jsonAngular8.js
Last active November 1, 2023 15:24
Shapefile-js on Angular 8
/*
Hi all,
For those of you, using the amazing package shapefile-js written by calvinmetcalf: https://github.com/calvinmetcalf/shapefile-js/
Here is a brief decription, on how to make it work on Angular 8:
First install the package with:
npm install shpjs --save