jumpjack
jumpjack
If you ask the user to manually select the .bin file to be loaded, the code could work also locally, regardless of local CORS restrictions: https://github.com/jumpjack/ReadWriteJS
Can I use this plugin to extract a band from a multiband image? But the image is in a proprietary NASA PDS format with .IMG extension; I know its structure,...
I don't know C++, so I cannot add an importer to the original C++ source; can it be done in JS?
[MPU6050 ](https://docs.wokwi.com/parts/wokwi-mpu6050) (and gyros+accelerometers in general) is not reliable for yaw, but I can't find any magnetometer/compass in the list of available components. Yaw from an accelerometer is not reliable...
online example https://ofrohn.github.io/orrery-viewer.html is broken due to error at line 1729: Uncaught TypeError: Cannot convert undefined or null to object at hasOwnProperty () at has (orrery.js:1729) at getObject (orrery.js:2099) at...
How can I load a file from local file system using the new INPUT tag with type=FILE, which allows user to select a local file? Get file from user: ``...
I can't understand how to modify map size in terms of tiles, and tiles size: are they configurable? Can I have rectangular tiles rather than square tiles? I have 12x24...
I am not able to use this map, created with Tiled 1.9: https://github.com/jumpjack/isometric-game-js-test/blob/master/Jerry-isometric-rpg/data/map/map-level0-embedded-v02.tmx I would just need an "hello world" game: my map, a single-framed sprite, collisions enabled on one...
It does not work (anymore?), but this script works in extracting data from [html results](https://www.booking.com/searchresults.it.html?checkin_month=12&checkin_monthday=29&checkin_year=2022&checkout_month=12&checkout_monthday=31&checkout_year=2022&group_adults=3&group_children=0&order=price&ss=Rome%2C%20Italy&offset=0): ``` resultsCount = document.querySelector("#right").children[0].children[0].children[0].children[1].children[0].innerHTML; mainResult = document.querySelector("#search_results_table"); actualResults = mainResult.children[1].children[0].children[0].children[0].children[2]; res = []; resultsArr =...
FFMPEG directly supports double fisheye images like this, converting them automatically into equirectangular for spherical/VR viewing:  But it does not support vertical stacking;  Solution: `ffmpeg -i df.jpg -filter_complex...