jumpjack
jumpjack
I can't find any C64 emulator supporting copy/paste from browser clipboard, it would be useful to test old source codes.
https://github.com/Fabiz/MeeusJs/blob/069bbe217e51a1973310cec7e532a197c934772f/lib/Astro.Coord.js#L315 Come da commento presente nel codice stesso, il valore di azimuth restituito è errato, in quanto calcolato rispetto al sud, mentre la convenzione lo vuole calcolato rispetto al nord;...
https://github.com/Fabiz/MeeusJs/blob/3f412c68efd622ada4635361fda2f783eadf2464/lib/Astro.Coord.js#L136 "Degrees" and "radians" are units of measure, hence "degrees in radians" is a nonsense, just like saying "centimeters in meters"; it should be instead "angle in radians" or "angle...
Error highlighted below (in example on home page): ``` // gets the moon position and times for zurich var jdo = new A.JulianDay(new Date()); // now var coord = A.EclCoord.fromWgs84(47.3957,...
A first install fails due to missing definition of environment variables MUJOCO_PATH and MUJOCO_PLUGIN_PATH. After setting them to MUJOCO_PATH =C:\Users\_conc\Downloads\mujoco and MUJOCO_PLUGIN_PATH=C:\Users\_conc\Downloads\mujoco\bin\mujoco_plugin, installation still fails due to "missing file" ("...
I wrote an app to view what's written in my qrcode: https://github.com/jumpjack/greenpass http://jumpjack.altervista.org/greenpass/ It works fine with my greenpass and with some fake ones, but it fails with spongebob and...
I modded the script inserting some lines which should change my "status" textarea to show progress, but of course it is not updated until the script ends. How can I...
The only method setting "running" variable to "false" (after "render()" sets it to "true") is "abort()"; I think render() should set running to false once finished.
Does this command take into account exact chip orientation? If chip is not exactly flat, the yaw reading will be incorrect. https://github.com/yelvlab/ESP32-Arduino-MPU9250/blob/2124a5d8eecb90aea90d8163011271a9d07243e0/examples/compass/compass.ino#L50