Skip to content

Instantly share code, notes, and snippets.

View jlcarvalho's full-sized avatar

Jean Lucas de Carvalho jlcarvalho

View GitHub Profile
@jlcarvalho
jlcarvalho / gist:79ce85c6192e5ee106c1
Created May 26, 2014 17:05
Convert CSV to JSON or Array in JavaScript
var CSVToArray = function(strData, strDelimiter) {
// Check to see if the delimiter is defined. If not,
// then default to comma.
strDelimiter = (strDelimiter || ",");
// Create a regular expression to parse the CSV values.
var objPattern = new RegExp((
// Delimiters.
"(\\" + strDelimiter + "|\\r?\\n|\\r|^)" +
// Quoted fields.
"(?:\"([^\"]*(?:\"\"[^\"]*)*)\"|" +
@jlcarvalho
jlcarvalho / Aplicativos mobile com o AngularJS e Ionic Framework
Last active August 29, 2015 14:06
Aplicativos mobile com o AngularJS e Ionic Framework
#Aplicativos mobile com o AngularJS e Ionic Framework
##Introdução
Os desenvolvedores web vem a cada dia mais se tornando desenvolvedores mobile. Isso vem acontecendo graças ao surgimento de tecnologias de desenvolvimento de aplicativos mobile híbridos, onde o desenvolvedor consegue utilizar as mesmas tecnologias já conhecidas por ele na web para criar aplicativos que rodem em múltiplas plataformas. Não necessitando aprender as linguagens nativas das plataformas mobile.
Atualmente existem várias tecnologias para desenvolvimento mobile híbrido, como o [Titanium](http://www.appcelerator.com/titanium/), o [PhoneGap](http://phonegap.com/), o [Xamarin](http://xamarin.com/), o [Delphi XE7](http://www.embarcadero.com/br/products/delphi), etc.
O [**Ionic Framework**](http://ionicframework.com) é uma dessas tecnologias e vem ganhando destaque nos últimos. O Ionic é um framework front-end open source que utiliza o poder do HTML5 e do [AngularJS](https://angularjs.org/) para entregar uma experiência de usuário fluí
{
"categories": [
{
"_id": 1,
"name": "Fundamentos"
},
{
"_id": 2,
"name": "HTML"
},
@jlcarvalho
jlcarvalho / file1.txt
Created March 12, 2015 14:46
the description for this gist
String file contents
@jlcarvalho
jlcarvalho / file1.txt
Created March 12, 2015 14:50
the description for this gist
String file contents
@jlcarvalho
jlcarvalho / index.html
Last active August 29, 2015 14:17 — forked from z3cka/index.html
fbf2
index.html coming
@jlcarvalho
jlcarvalho / index.html
Last active August 29, 2015 14:17 — forked from z3cka/index.html
fbf2
index.html coming
@jlcarvalho
jlcarvalho / index.html
Last active August 29, 2015 14:17 — forked from z3cka/index.html
fbf2
index.html coming
@jlcarvalho
jlcarvalho / index.html
Last active August 29, 2015 14:17 — forked from z3cka/index.html
fbf2
index.html coming
<header id="header">
lorem
</header>