Skip to content

Instantly share code, notes, and snippets.

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

Clauber Stipkovic cstipkovic

🏠
Working from home
View GitHub Profile
@cstipkovic
cstipkovic / formatDate.js
Last active July 31, 2017 03:02
A simple format Date function using Javascript prototype
/*
Based on Rick Strahl code
http://www.west-wind.com/weblog/posts/2008/Mar/18/A-simple-formatDate-function-for-JavaScript
Contributors:
Clauber Stipkovic - @clauberhalic
Mário Rinaldi - @MarioRinaldi
*/
Date.prototype.formatDate = function (format) {
@cstipkovic
cstipkovic / espn-com-command.js
Created November 22, 2009 03:08
Ubiquity Command for ESPN.com
/* This Commmand was maked to Mozilla Ubiquity 0.6.x */
CmdUtils.CreateCommand({
names: ["espn", "espn-com"],
description: "Shows the last news about sports from ESPN.com",
help: "Type espn or espn-com and the term that you want to search!",
author: {
name: "Clauber Stipkovic",
email: "clauber.halic@gmail.com",
homepage: "http://clauber.coffeebreakers.org"
},
@cstipkovic
cstipkovic / espn-brasil-command.js
Created September 27, 2009 00:52
Ubiquity Commnad for ESPN-Brazil
/* This Commmand was maked to Mozilla Ubiquity 0.6.x */
CmdUtils.CreateCommand({
names: ["espn-br", "espn-brasil"],
description: "Mostra as ultimas noticias do site ESPN.com.br",
help: "Digite espn-br e o termo que você quer buscar!",
author: {
name: "Clauber Stipkovic",
email: "clauber.halic@gmail.com",
homepage: "http://clauber.coffeebreakers.org"
},