Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View unlucio's full-sized avatar

Luciano Colosio unlucio

View GitHub Profile

Keybase proof

I hereby claim:

  • I am unlucio on github.
  • I am unlucio (https://keybase.io/unlucio) on keybase.
  • I have a public key whose fingerprint is 993E 11B3 8282 BEFD C4D9 BCC6 4BFF 4C1C 0A17 1B3E

To claim this, I am signing this object:

function mouseup(evt) {
var contentList = this.cont.list;
var [start, end] = [contentList.indexOf(_lastItemSelected), contentList.indexOf(this)].sort();
if (_isDD) {
return;
}
if (evt.shiftKey == true) {
for (var i = start; i <= end ; i++) {
@unlucio
unlucio / gist:38e709fbbf100312e8fa
Last active August 29, 2015 14:02
Namshi mobile conding challenge

Solve the following task at your best:

Create a simple app (min iOS verison: 6) able to consume an infinite JSON product API (/products/) returning a list of objects as follows:

{
	id: <int>,
	sku: <string>,
	productName: <string>,
	brandName: ,