Skip to content

Instantly share code, notes, and snippets.

View nncl's full-sized avatar

Cauê Almeida nncl

View GitHub Profile
@nncl
nncl / gist:3138d2451ed938d202e0
Last active August 29, 2015 14:18
Rebrip Google Maps
{
"points" : [
[
"Din Digital",
-23.653408,
-46.527643
]
]
}
@nncl
nncl / gist:411f668c5c86579f0a69
Last active August 29, 2015 14:19
JSON datas
{product : 'Leite', quantity : 2, bought : false},
{product : 'Nescau', quantity : 1, bought : false}
@nncl
nncl / Image Gallery JSON
Last active August 29, 2015 14:19
Image Gallery JSON
@nncl
nncl / AngularJS - ng-show.md
Last active October 2, 2015 11:41
AngularJS: Showing results from JSON only if there are results

Loop with Angular JS

<div class="myClass" ng-show="myController.news.length">
	<ul ng-controller="MyController as myController">
	    <li ng-repeat="news in myController.news">
	    	{{ news.title }}
	    	{{ news.description }}
	    </li>
	
@nncl
nncl / Pet.md
Last active November 6, 2015 12:13
Pet
{
 "data": {
  "animals": [
   {
      "id":1,
      "foto":"Imagens/pet1.jpg",
      "nome":"Pelotas 1",
      "idade": "1 ano"
 },
@nncl
nncl / new pet
Created May 14, 2015 03:10
New pet
[
{
"id":3,
"foto":"Imagens/pet1.jpg",
"nome":"Brutus",
"idade":0
},
{
"id":1,
"foto":"Imagens/pet2.jpg",
@nncl
nncl / New JSON
Created May 16, 2015 20:22
New JSON
[
{
"id":3,
"foto":"Imagens/pet1.jpg",
"nome":"Brutus",
"idade":0
},
{
"id":4,
"foto":"Imagens/pet4.jpg",
@nncl
nncl / MAP.md
Last active May 19, 2016 16:08
MAP

Problems with Carvox.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
@nncl
nncl / Laravel Enviroment.md
Last active August 11, 2017 13:57
Laravel Enviroment tips and stuff