Jeff Piazza

Results 89 comments of Jeff Piazza

Looking at the sources again, exercise-one-database.sh takes extra arguments to identify where to find the database. The default values of these arguments are specific to my personal development environment, but...

Any chance the 2.0795 was really something like 2.07949? That would round to 2.0795 or 2.079.

I probably shouldn't have left this open for so long. All the calculations for averages and standings are done in the native floating-point representation. That is, there's no artificial limit...

DerbyNet accepts whatever the timer reports, without trying to round or manipulate the value. If the timer and DetbyNet display different results, I'd most strongly expect that the timer is...

I'm going to need some more information about what "connected to a TV" means. Using just the display on the iPad I'm unable to reproduce the issue. When the kiosk...

From website/ajax/query.poll.now-racing.inc: // $track_length / $finishtime gives feet per second. // * 3600 gives feet per hour // / 5280 gives miles per hour // * 25 gives scale miles...

The "Advanced" button for "Choose Database" lets you browse to an arbitrary database file for SQLite databases, including creating new subfolders if permissions allow. The Settings page lets you browse...

For the replay piece, try working through some of the examples in https://webrtc.github.io/samples/ to see if the browser can interact successfully with the camera at all.