Skip to content

Instantly share code, notes, and snippets.

View Albejr's full-sized avatar
:octocat:
I like it!

Albertino Júnior Albejr

:octocat:
I like it!
View GitHub Profile
@Albejr
Albejr / alexa.json
Last active April 12, 2024 19:08
Alexa português pt-br
[
"Alexa, quais são suas habilidades mais populares?",
"Alexa, quais são suas habilidades com jogos?",
"Alexa, quais são suas habilidades domésticas inteligentes?",
"Alexa, que coisas posso experimentar?",
"Alexa, jogar Akinator",
"Alexa, tocar BH FM",
"Alexa, abra frases desmotivacionais",
"Alexa, jogar Perguntados",
"Qual é a previsão para Sagitário",
@MarkTechson
MarkTechson / use-syntax-angular-v12-example.scss
Last active July 5, 2021 21:07
Example of the USE Syntax
/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
// Here's an example of the before and after.
// BEFORE
@btroncone
btroncone / ngrxintro.md
Last active June 26, 2024 08:27
A Comprehensive Introduction to @ngrx/store - Companion to Egghead.io Series

Comprehensive Introduction to @ngrx/store

By: @BTroncone

Also check out my lesson @ngrx/store in 10 minutes on egghead.io!

Update: Non-middleware examples have been updated to ngrx/store v2. More coming soon!

Table of Contents

@srkirkland
srkirkland / web.config.xml
Created September 25, 2013 19:21
web.config static content and caching sections
<!-- GZip static file content. Overrides the server default which only compresses static files over 2700 bytes -->
<httpCompression directory="%SystemDrive%\websites\_compressed" minFileSizeForComp="1024">
<scheme name="gzip" dll="%Windir%\system32\inetsrv\gzip.dll" />
<staticTypes>
<add mimeType="text/*" enabled="true" />
<add mimeType="message/*" enabled="true" />
<add mimeType="application/javascript" enabled="true" />
<add mimeType="application/json" enabled="true" />
<add mimeType="*/*" enabled="false" />
</staticTypes>
@letanure
letanure / estados-cidades.json
Last active July 2, 2024 17:17
JSON estados cidades do brasil, dividido por estados. segunda lista atualizada em 2020, dados do IBGE
{
"estados": [
{
"sigla": "AC",
"nome": "Acre",
"cidades": [
"Acrelândia",
"Assis Brasil",
"Brasiléia",
"Bujari",
@feanz
feanz / CustomAuthorizeAttribute.cs
Created January 25, 2012 11:08
A custom authorize attribute
using System;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using System.Web.Routing;
namespace StarterSite.Web.Helpers
{
/// <summary>
/// Override the standard AuthorizeAttribute with a Custom implmentation that uses are custom Identity and