Skip to content

Instantly share code, notes, and snippets.

View olayinkasf's full-sized avatar
🛡️
Oak and iron, guard me well.

Olayinka olayinkasf

🛡️
Oak and iron, guard me well.
View GitHub Profile
using namespace std;
#include <algorithm>
#include <iostream>
#include <iterator>
#include <numeric>
#include <sstream>
#include <fstream>
#include <cassert>
#include <climits>
#include <cstdlib>
/* Author: Cheng-Shih Wong
* Prob. name: Jacquard Circuits
* Prob. source: World Final 2007
* Prob. URL: http://goo.gl/wT9O6B
* Prob. catogory: Computaional Geometry
* Date: 2014/05/18
*/
#include <iostream>
#include <cstdio>
public class MLRoundedImageView extends ImageView {
public MLRoundedImageView(Context context) {
super(context);
}
public MLRoundedImageView(Context context, AttributeSet attrs) {
super(context, attrs);
}