Skip to content

Instantly share code, notes, and snippets.

@slightfoot
slightfoot / carousel.dart
Last active April 20, 2022 04:02
Scrolling Carousel with centered variable width items and snapping - By Simon Lightfoot - 20/07/2020
@NightlyNexus
NightlyNexus / OkHttpStack.java
Created May 13, 2016 21:27
OkHttp 3 implementation of Volley's HttpStack
/*
* Copyright (C) 2016 Eric Cochran
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
@mayconbordin
mayconbordin / Request.java
Created March 27, 2012 16:44
Android Rest Client w/ Gzip and JSON support. This gist has evolved to https://github.com/mayconbordin/arc
import java.util.ArrayList;
import org.apache.http.NameValuePair;
import org.apache.http.message.BasicNameValuePair;
public class Request {
private String resource;
private ArrayList<NameValuePair> params;
private ArrayList<NameValuePair> headers;
@defunkt
defunkt / installing-Mustache.tmbundle.md
Created March 6, 2010 10:27
Installing Mustache.tmbundle