Skip to content

Instantly share code, notes, and snippets.

@alfchee
alfchee / NumeroALetras.js
Last active June 15, 2024 09:21
Código en JavaScript que convierte números a letras, bastante útil para formularios de documentos contables y similares
/*************************************************************/
// NumeroALetras
// The MIT License (MIT)
//
// Copyright (c) 2015 Luis Alfredo Chee
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
@d21anthony
d21anthony / resourceControllers
Last active February 19, 2018 18:07
Resource Controllers : Laravel
*****************************************
*HTTP VERB | ACTION *
*****************************************
* GET | READ *
*****************************************
* POST | CREATE *
*****************************************
* PUT | UPDATE *
*****************************************
* DELETE | DELETE *