Skip to content

Instantly share code, notes, and snippets.

View CamiloATP's full-sized avatar

Camilo Tapia CamiloATP

View GitHub Profile
@CamiloATP
CamiloATP / laravel-response.php
Last active October 20, 2021 13:19 — 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;
@CamiloATP
CamiloATP / gist:3264773c950b1c4a9a72acee6ecda857
Created August 13, 2021 16:45 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
@CamiloATP
CamiloATP / GitCommitEmoji.md
Created August 20, 2021 15:16 — forked from parmentf/GitCommitEmoji.md
Git Commit message Emoji
@CamiloATP
CamiloATP / CountryCodes.json
Created February 18, 2023 00:25 — forked from anubhavshrimal/CountryCodes.json
Country and Dial or Phone codes in JSON format
[
{
"name": "Afghanistan",
"dial_code": "+93",
"code": "AF"
},
{
"name": "Aland Islands",
"dial_code": "+358",
"code": "AX"