I hereby claim:
- I am lukevenediger on github.
- I am honybdgr (https://keybase.io/honybdgr) on keybase.
- I have a public key ASC5kLqgvF5-Z9RO58qlNRktpTMo5fVGb3Pz7esLS1mnggo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
package app | |
import android.content.Context; | |
import android.media.MediaPlayer; | |
import org.androidannotations.annotations.EBean; | |
import org.androidannotations.annotations.RootContext; | |
import java.io.IOException; | |
import java.util.Arrays; |
/** | |
* Linked Lists. | |
* @author Luke Venediger | |
* @source https://gist.github.com/lukevenediger/8488862 | |
* Read more here: http://lukevenediger.me/algorithms/linked_lists.html | |
*/ |
using System; | |
using System.Collections.Generic; | |
using System.Dynamic; | |
using System.Linq; | |
using System.Text; | |
using System.Threading.Tasks; | |
namespace statsd.net.shared | |
{ | |
public class BetterExpando : DynamicObject |