FenrirDarkWolf 3269 Report post Posted September 10, 2017 Share this post Link to post Share on other sites
U-235 364 Report post Posted October 16, 2017 β = 0.0075 and Λ = 0.001. The power is 2500×106W. In addition: h=4×106 J secK , Tin = 550K, cF = 200 J kgK , cM = 4000 J kgK , MF = 40, 000kg, MM = 7, 000kg, WM = 8, 000kg/sec αF = −1 × 10−5 , αM = −5 × 10−5 Share this post Link to post Share on other sites
Tsuujou 4185 Report post Posted October 16, 2017 https://twitter.com/The_Perturbator/status/918882444027232257 Share this post Link to post Share on other sites
Battlechili 1718 Report post Posted October 18, 2017 >not using notepad Share this post Link to post Share on other sites
MortimusMaximus 67 Report post Posted December 28, 2017 Quote Sarah Deck-the-Hollowells @sarahhollowell 4h4 hours ago I want to go back to five minutes ago before I knew there were """feminists""" who think that consensual BDSM is sexual violence comparable to self-harm and that everyone who participates in it is mentally ill Hm. Share this post Link to post Share on other sites
Snagged 1397 Report post Posted December 28, 2017 u p a [6s] 0 t a [9s] e u [5s] [9d] [ra] p [0a] w u a [qa] s [ep] o [9p] e i o [0u] 7 0 Q W u p a [6s] 0 t a [9s] e i [5s] [9d] [ra] p [0a] w u a [qa] s [ep] o [9p] e i o [6p] 0 e r t u p a [6s] 0 t a [9s] e u [ws] [9d] [ra] p [0a] w u a [qa] s [ep] o [9p] e i o [0u] 7 0 Q W u p a [6s] 0 t a [9s] e i [ws] [9d] [ra] p [0a] w u a [qa] s [ep] o [9p] e i o [6p] 0 e r t a s h [qj] t p [9j] k [rh] [ig] [0h] r o a 6 [0a] [rs] [uf] [9g] e i p [5g] [9h] [af] [os] [0f] u r e a [5s] h [qj] t p [9j] k [rh] [ig] [0h] r o a [6h] j [rg] [uf] [9g] e i p [5g] [9h] [af] [od] [0f] r u I O u p a [6p] 0 e r t [qa] s [ep] o [9p] e i o [6p] 0 e r [6tup] --- It's a music sheet for virtual piano app Share this post Link to post Share on other sites
CrazyTundraWolf 62 Report post Posted December 29, 2017 Share this post Link to post Share on other sites
CrazyTundraWolf 62 Report post Posted January 2, 2018 Share this post Link to post Share on other sites
MortimusMaximus 67 Report post Posted January 4, 2018 Share this post Link to post Share on other sites
Käpt'n 359 Report post Posted January 4, 2018 Let me show you something about the bird and the bees... 1 Share this post Link to post Share on other sites
Battlechili 1718 Report post Posted January 6, 2018 Share this post Link to post Share on other sites
Wrecker 372 Report post Posted January 7, 2018 @Override public boolean collides(Collidable collidable) { if (Utils.distance(position.x, position.y, collidable.getClosestPoint(position)[0], collidable.getClosestPoint(position)[1]) <= r) { paint.setColor(Color.RED); /* Log.d("wlf","D: " + Utils.distance(position.x, position.y, collidable.getClosestPoint(position)[0], collidable.getClosestPoint(position)[1]));*/ if (collidable.isSolid()) Log.d("wlf","SOLID"); else Log.d("wlf","NOT SOLID"); } else paint.setColor(Color.WHITE); return Utils.distance(position.x, position.y, collidable.getClosestPoint(position)[0], collidable.getClosestPoint(position)[1]) <= r; } @Override public void invertDirection() { acceleration.mult(-1); } @Override public boolean isSolid() { return false; } @Override public boolean collisionChecked() { return collisionChecked; } @Override public void setCollisionChecked(boolean checked) { collisionChecked = checked; } @Override public float[] getClosestPoint(Vector pos) { float[] closestPoint = new float[2]; double degree = Math.atan(position.y-pos.y/position.x-pos.x); closestPoint[0] = (float) Math.sin(degree)*r; closestPoint[1] = (float) Math.cos(degree)*r; if (pos.x > position.x) closestPoint[0] += position.x; else closestPoint[0] -= closestPoint[0]; if (pos.y > position.y) closestPoint[1] += position.y; else closestPoint[1] -= closestPoint[1]; //Log.d("wlf","X: " + closestPoint[0] + " Y: " + closestPoint[1]); return closestPoint; } @Override public Vector getPosition() { return position; } Share this post Link to post Share on other sites
Silo 233 Report post Posted January 7, 2018 @Wrecker I've never felt so upset over lack of indentation lol Share this post Link to post Share on other sites
Wrecker 372 Report post Posted January 13, 2018 On 1/7/2018 at 12:38 AM, Silo said: @Wrecker I've never felt so upset over lack of indentation lol yea when i saw that, it was kind of brutal to post lol, but it is supposed to be ctrl+v, eugh. Share this post Link to post Share on other sites
Battlechili 1718 Report post Posted January 14, 2018 Share this post Link to post Share on other sites
Caledonian 1694 Report post Posted February 18, 2018 Dimentiheck Share this post Link to post Share on other sites
Battlechili 1718 Report post Posted April 4, 2018 https://twitter.com/hanadaiteol/status/915242498384994304 Share this post Link to post Share on other sites