This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Ieri ne-am bazat discutia la final pe astea 2 linkuri: | |
| * [Refugees of the Syrian Civil War](https://en.wikipedia.org/wiki/Refugees_of_the_Syrian_Civil_War) | |
| * [Germany's Migrant Rape Crisis: January 2017](https://www.gatestoneinstitute.org/9934/germany-rape-january) | |
| Deci Germania a primit 600.000 de refugiati din *Siria*. | |
| Articolul spune ca imigranti au facut: ` During the first three quarters of 2016, migrants committed 2,790 sex crimes, or around ten per day.` | |
| Dar, imigranti nu e tot aia cu refugiatii din Siria. Daca te uiti pe cazuri, sunt mai multe nationalitati, exemplu: | |
| January 1. A 23-year-old migrant from *Iraq* sexually assaulted a 30-year-old woman in Glücksburg. A 24-year-old asylum seeker from *Pakistan* sexually assaulted a 46-year-old woman in Regensburg. A 31-year-old migrant from *Iraq exposed himself to women in Augsburg. Three migrants from *Afghanistan* sexually assaulted two women in Augsburg. Two migrants from *Afghanistan* sexually assaulted a 22-year-old woman in Neumarkt. A 19-year |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| vagrant@vagrant-ubuntu-trusty-64:/var/discourse$ sudo ./launcher bootstrap app | |
| cd /pups && git pull && /pups/bin/pups --stdin | |
| Already up-to-date. | |
| I, [2015-08-18T19:39:00.666283 #37] INFO -- : Loading --stdin | |
| I, [2015-08-18T19:39:00.672536 #37] INFO -- : > mkdir -p /shared/postgres_run | |
| I, [2015-08-18T19:39:00.675410 #37] INFO -- : | |
| I, [2015-08-18T19:39:00.676664 #37] INFO -- : > chown postgres:postgres /shared/postgres_run | |
| I, [2015-08-18T19:39:00.680052 #37] INFO -- : | |
| I, [2015-08-18T19:39:00.681019 #37] INFO -- : > chmod 775 /shared/postgres_run | |
| I, [2015-08-18T19:39:00.683770 #37] INFO -- : |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <body> | |
| <canvas width="1280px" height="1000px" id="c"></canvas> | |
| <script src="newton.js"></script> | |
| <script src="renderer.js"></script> | |
| <script> | |
| var rdr = Newton.Renderer(document.getElementById('c')); | |
| var sim = Newton.Simulator(undefined, rdr.callback, 60); | |
| var arenaBody = Newton.Body(); | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <body> | |
| <canvas width="1280px" height="450px" id="c"></canvas> | |
| <script src="newton.js"></script> | |
| <script> | |
| var rdr = Newton.Renderer(document.getElementById('c')); | |
| var sim = Newton.Simulator(simulate, rdr.callback, 60); | |
| var particleBody = Newton.Body(); | |
| var blackhole = Newton.RadialGravity(640, 225, 10, 2); | |
| var accumulator = 0; |