-
Ist it possible to enable file sharing via iTunes? Since IOS 8.3 it is impossible to use iDOS2 as used to. Maybe file sharing could lead to a directory accessible via the mount command...? :-)
-
- [ ] Org web site (raytracing.github.io)
- [ ] In One Weekend
- [ ] The Next Week
- [ ] The Rest Of Your Life
-
Forked from RayTracing/raytracing.github.io#132 .
@vchizhov wrote:
There's a wealth of articles describing why rand() is bad for simulations. Long story short: it's usually an lcg prng, fails mult…
-
Hi, thank you so much for providing this fusion version.
I met with problem in testing data from my Kinect v1 and orbslam2. I collected key frames' pose as well as pcd. But the mesh.ply seems not w…
-
Hello,
First of all, I would like to thank you for all your efforts! Your project seems to be the only one alive project dedicated to Three.js **photorealistc** rendering.
As for my question, i…
-
```
$res = 1;
cylinder(100);
```
2.18s user 1.68s system 238% cpu 1.623 total
```
$res = 1;
rotate([0, 90, 0])
cylinder(100);
```
393.73s user 191.56s system 232% cpu 4:11.45 total
l29ah updated
6 years ago
-
FIX ESP: if server is vanilla and player can't see player - send fake player on:
`X = X + new Random().nextFloat()*10`
&&
`Y = Y + new Random().nextFloat()*10`
&&
`Z = Z + new Random().nextFloat()*10…
-
This issue is intended to be a continuous log of the DC1 phoSim production at NERSC.
To start things off, a summary update of this project was given on Monday (12 Dec 2016) in the DESC-CI meeting (…
-
Hi again!
First of all: this shard is awesome, thank you!!
I wanted to do this challenge: https://www.reddit.com/r/dailyprogrammer/comments/4v5h3u/20160729_challenge_277_hard_trippy_julia_fractals/
…
-
I think a pythonic API is very important for this project. The code by Mojang is messy and full of Java idioms.
After bringing compatibility with Python 3 and adding tests, I think the first thing th…
dbrgn updated
10 years ago