Skip to content

Instantly share code, notes, and snippets.

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

Teo Bais teobais

🏠
Working from home
View GitHub Profile
@teobais
teobais / .jshintrc.js
Created August 21, 2016 19:00 — forked from connor/.jshintrc.js
jshintrc example
// NOTE: I added the .js extension to this gist so it would have syntax highlighting. This file should have NO file extension
{
// Settings
"passfail" : false, // Stop on first error.
"maxerr" : 100, // Maximum error before stopping.
// Predefined globals whom JSHint will ignore.
"browser" : true, // Standard browser globals e.g. `window`, `document`.
@teobais
teobais / index.xhtml
Last active August 29, 2015 14:20
JSF2 PrimeFaces config
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:p="http://primefaces.org/ui" >
<h:head>
</h:head>
<h:body>
@teobais
teobais / country_codes.json
Last active August 29, 2015 14:18
A JSON file that provides code names and population for several countries around the world.
[
{
"code": "AD",
"name": "Andorra",
"population": "84000"
},
{
"code": "AE",
"name": "United Arab Emirates",
"population": "4975593"
@teobais
teobais / html5_template.html
Created March 31, 2015 13:13
An HTML5 sample template.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge, chrome=1" />
<title>Template's Title</title>
<link rel="stylesheet" href="">
</head>
<body>
@teobais
teobais / .gitignore
Created March 2, 2015 17:48
Android .gitignore file
# Copyright: Thodoris Bais | https://github.com/toubou91 | http://thodorisbais.com | http://thodorisbais.blogspot.com
# Under CC-BY-SA V3.0 (https://creativecommons.org/licenses/by-sa/3.0/legalcode)
# built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files