Skip to content

Instantly share code, notes, and snippets.

View eyalcohen4's full-sized avatar

Eyal Cohen eyalcohen4

View GitHub Profile
@eyalcohen4
eyalcohen4 / Point.java
Created April 13, 2017 13:51
Point Class For MMN12
/**
* Class Point represent 2 dimensional points.
*
* @author Eyal Cohen
* @version 1.0.0
*/
public class Point {
private double _radius;
private double _alpha;
<ul>
<li class='picture' ng-repeat='picture in home.pictures track by $index'>
<a ui-sref='picture({ url: {{picture.url}} })'> {{picture.type}} </a>
</li>
</ul>