Skip to content

Instantly share code, notes, and snippets.

View RudyJ's full-sized avatar
🏠
Working from home

Rudy Jordache RudyJ

🏠
Working from home
View GitHub Profile
@RudyJ
RudyJ / Response.php
Created October 9, 2018 12:48 — forked from jeffochoa/Response.php
Laravel HTTP status code
<?php
// This can be found in the Symfony\Component\HttpFoundation\Response class
const HTTP_CONTINUE = 100;
const HTTP_SWITCHING_PROTOCOLS = 101;
const HTTP_PROCESSING = 102; // RFC2518
const HTTP_OK = 200;
const HTTP_CREATED = 201;
const HTTP_ACCEPTED = 202;
@RudyJ
RudyJ / commits-model.md
Created September 6, 2018 18:42 — forked from jorgehclinhares/commits-model.md
Modelo de mensagem dos commits

Modelo de mensagem dos commits

by: @angular tradução: @pnasc

Cada mensagem de commit consistem em um cabeçalho, um corpo e um rodapé. O cabeçalho tem um formato especial que inclui um tipo, um escopo e título.

(): 
@RudyJ
RudyJ / Sublime Text 3 Build 3103 License Key - CRACK
Created April 26, 2017 18:15
Sublime Text 3 Build 3103 License Key - CRACK
I use the first
—– BEGIN LICENSE —–
Michael Barnes
Single User License
EA7E-821385
8A353C41 872A0D5C DF9B2950 AFF6F667
C458EA6D 8EA3C286 98D1D650 131A97AB
AA919AEC EF20E143 B361B1E7 4C8B7F04
@RudyJ
RudyJ / CID10.SQL
Created March 30, 2016 22:22 — forked from manuholiveira/CID10.SQL
Carga para inserir todos os registro do CID10
This file has been truncated, but you can view the full file.
INSERT INTO CID10 VALUES ('A00.0','Cólera devida a Vibrio 01, biótipo ');
INSERT INTO CID10 VALUES ('A00.1','Cólera devida a Vibrio 01, biótipo El Tor');
INSERT INTO CID10 VALUES ('A00.9','Cólera não especificada');
INSERT INTO CID10 VALUES ('A01.0','Febre tifóide');
INSERT INTO CID10 VALUES ('A01.1','Febre paratifóide A');
INSERT INTO CID10 VALUES ('A01.2','Febre paratifóide B');
INSERT INTO CID10 VALUES ('A01.3','Febre paratifóide C');
INSERT INTO CID10 VALUES ('A01.4','Febre paratifóide não especificada');
INSERT INTO CID10 VALUES ('A02.0','Enterite por salmonela');