Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Espruino

Work on the Open Source Espruino JavaScript engine (and associated tools)
Collective - Host: opensource - https://opencollective.com/espruino - Website: http://www.espruino.com/ - Code: https://github.com/espruino

fix ports chooser for windows

github.com/espruino/EspruinoWebIDE - 101074d2db9d37649816936c225513c6abb5b91c authored about 11 years ago
Merge pull request #8 from zigrin/indentation_fix

Indentation fix

github.com/espruino/EspruinoDocs - 1b125f6fe1d2ffd0ea5c25929943e6036d720fb5 authored about 11 years ago
Merge pull request #7 from zigrin/trailing_spaces

removing trailing spaces

github.com/espruino/EspruinoDocs - e0d1d279f53511df437a900d3439ce02c40dbf76 authored about 11 years ago
indentation fixes

github.com/espruino/EspruinoDocs - 53ac98d27a1813758b83a4b585f33aa27555e3ea authored about 11 years ago
fixing indentation in device modules

github.com/espruino/EspruinoDocs - cbdbe2cf0b23ddd14a4066f153a1afaaf9d719cd authored about 11 years ago
removing trailing spaces

github.com/espruino/EspruinoDocs - e15ae6ee31814e061459feaaa2db56a97f366783 authored about 11 years ago
revert changes to flasher - breaks it under Linux it seems

github.com/espruino/EspruinoWebIDE - e9e99dd31c8fcc97db90b1ef94487f4b55dc1ec2 authored about 11 years ago
don't prompt for firmware update

github.com/espruino/EspruinoWebIDE - 68a752a8dd8b2e2a3dc39b1e12b47e16d63b464a authored about 11 years ago
serial/flasher tweaks to try and make flashing faster/more reliable

github.com/espruino/EspruinoWebIDE - b46b6e9ad18c83437d66c3c7830125c7dfa2a317 authored about 11 years ago
Merge branch 'master' of github.com:espruino/EspruinoDocs

github.com/espruino/EspruinoDocs - 095f8f22f6336dc30b48919ee93684ff702aaa28 authored about 11 years ago
first hack at new api. seem to work

github.com/espruino/EspruinoWebIDE - fd9f3b8c26af6f3406c4ed4ac80c8dbb38978338 authored about 11 years ago
getting started

github.com/espruino/EspruinoDocs - 05e57a1fa56a42022ce35a22b1d63e8b97a11033 authored about 11 years ago
Read boards from Espruino, cleanup boards, better pin location

main.css
- new style for selected parameter in code editor
espruino_board.js
- use style to mark...

github.com/espruino/EspruinoWebIDE - 9c6345467d5ffd41df4fbb6d17e144beb15ae3b7 authored about 11 years ago
Added touchscreen driver, and troubleshooting

github.com/espruino/EspruinoDocs - 8e3b59e7cb7b56102b538b66dfe42369dc10c9ff authored about 11 years ago
absolutely mental module loading code now :( has to cope with modules referenced from modules

github.com/espruino/EspruinoWebIDE - 1188c996dbc332d17f4e816fd5a3e46344de0d11 authored about 11 years ago
hide espruino's initial escape sequence

github.com/espruino/EspruinoWebIDE - 4275df5e26fc1a5c89ee981ad687236e9b0dc903 authored about 11 years ago
remove initial broken code example

github.com/espruino/EspruinoWebIDE - 9307b9f92d76d0baecac618be3d0717c00844b05 authored about 11 years ago
better packaging

github.com/espruino/EspruinoWebIDE - 8965758032906eafc8155cc2ae94ca5de4c56bfa authored about 11 years ago
replace 'scripts' with examples dir, which is 'curated' list of examples

github.com/espruino/EspruinoWebIDE - 4fef8cabbc58f0a735c0a1f264bdb14ea55f4e4c authored about 11 years ago
better start page

github.com/espruino/EspruinoWebIDE - 83f10d88f36e5349e141ed8d6c21095467a73674 authored about 11 years ago
warning for trailing space now orange

github.com/espruino/EspruinoWebIDE - 6dcf7134ab5379aa26fb859c7d6423b5c892440b authored about 11 years ago
Modules now use the array of possible extensions

github.com/espruino/EspruinoWebIDE - fe379f0afaf98403b8b961d54a84d960aaf31c15 authored about 11 years ago
better flashing docs

github.com/espruino/EspruinoWebIDE - 73f2e07085365cffc75ffdd85f4bb213cc9b1d97 authored about 11 years ago
remove URL from options as it should auto-update

github.com/espruino/EspruinoWebIDE - 8432c7e5ee3e2963769adf41c06b194b2fbc00bf authored about 11 years ago
change name to Web IDE

github.com/espruino/EspruinoWebIDE - 46fee3aa5ebe09cf117db5f98cd3177c05fdf93e authored about 11 years ago
misc tweaks to make Web UI a bit more polished

github.com/espruino/EspruinoWebIDE - 9b65354f147abc93678da5193b14e025f4215efa authored about 11 years ago
Actually useful tutorial

github.com/espruino/EspruinoWebIDE - b284507ebb02a1e226794221cb6001c62e0f938c authored about 11 years ago
more tutorial work

github.com/espruino/EspruinoWebIDE - 1bdef137a6ab62c9ad813fade135fc288e5feb46 authored about 11 years ago
fix flashing progress indicator

github.com/espruino/EspruinoWebIDE - 66346168113b8b477238570e60a72d8767bc00c6 authored about 11 years ago
Slightly better flasher, and now check for new versions

github.com/espruino/EspruinoWebIDE - 19eb506647ab3aef99ffa3a10c8545bd024c9e12 authored about 11 years ago
don't overwrite all process info when we load the board JSON

github.com/espruino/EspruinoWebIDE - c78863c495e5130e35e3f0a3c2be67609af8a611 authored about 11 years ago
add correct throw

github.com/espruino/EspruinoWebIDE - 7e61566f31f083768e2299a47ef62f1e5625cddc authored about 11 years ago
make status update better when flashing

github.com/espruino/EspruinoWebIDE - 817ddc73800ad96999357ecb9305f51f1d6b2d63 authored about 11 years ago
added function for reading data - for verifying

github.com/espruino/EspruinoWebIDE - e3c75a38aee678d769867bceaa826b24df09580b authored about 11 years ago
more work on tutorial

github.com/espruino/EspruinoWebIDE - a3c55e693a22acf6bdbfb03abb4180ade3060722 authored about 11 years ago
increase timeouts for flasher

github.com/espruino/EspruinoWebIDE - b3327737adcdb26a3747bca3f421a2c1d0a51c5e authored about 11 years ago
fix flasher after addition of use strict

github.com/espruino/EspruinoWebIDE - e81852a4113765e67ba649d4cd2771bdf1580d24 authored about 11 years ago
utility function to get command from Espruino

github.com/espruino/EspruinoWebIDE - 84c648038eeff1ee5e51b1fd93bc7f9c48503c70 authored about 11 years ago
send ctrl-c to break out of line editing

github.com/espruino/EspruinoWebIDE - 4cf0e47d223899d9535bd2d3d8329de520862dd7 authored about 11 years ago
Merge pull request #18 from jumjum123/master

new property for changes in option for runtime only

github.com/espruino/EspruinoWebIDE - 49190e88560518b67b6cfd2a512d1d28fcde2772 authored about 11 years ago
new property for changes in option for runtime only

- new property in Espruino.Options.optionfields named onBlur
- added blur event if for all optio...

github.com/espruino/EspruinoWebIDE - f2d6fa46c073aa69784a2f4f31a8a87d61b76313 authored about 11 years ago
add option to reset Espruino before sending code - this is now the default

github.com/espruino/EspruinoWebIDE - c93bb96292ad2ff3dd1d19e5287dd469062b5380 authored about 11 years ago
start of tutorial code

github.com/espruino/EspruinoWebIDE - a442d22c92342f8e6daad8b588b8ab996a3db5f6 authored about 11 years ago
Add KeyPad library

github.com/espruino/EspruinoDocs - 11d7eb749df97f55fe30540a3bca054c422805a1 authored about 11 years ago
Display 'connected' when connected

github.com/espruino/EspruinoWebIDE - 3c559745e5a40fde83f711535870311a0b277abe authored about 11 years ago
disable useless buttons when connection changes state

github.com/espruino/EspruinoWebIDE - c0bfa8448640fc1d818302771038655073933971 authored about 11 years ago
really disable board button when it is supposed to be disabled

github.com/espruino/EspruinoWebIDE - 04e4957d93dcd44be8bdef09956c366ba367e5dd authored about 11 years ago
disable board editor support by default

github.com/espruino/EspruinoWebIDE - c6503c99022c52137975d5de4262ef4ec7409635 authored about 11 years ago
give more friendly name

github.com/espruino/EspruinoWebIDE - ea74d626894ed0c38b39d93d985456d9265a4e50 authored about 11 years ago
Merge pull request #17 from jumjum123/master

new Espruino.Modules.loadModules, change variable focus in espruino.scri...

github.com/espruino/EspruinoWebIDE - 80bfe064ac7f1006548a29f20e610c6eed05cffd authored about 11 years ago
added missing callback if no require exists

github.com/espruino/EspruinoWebIDE - 0ba7db982adb67cd15022e11236f40dcf845428a authored about 11 years ago
new Espruino.Modules.loadModules, change variable focus in espruino.scripts

- espruino_scripts
- defined variable tree locally in function createSelect
- espruino_modules
-...

github.com/espruino/EspruinoWebIDE - f39a871322eff4889270c3e25828ded584c8ee22 authored about 11 years ago
fix, now that espruino is fixed

github.com/espruino/EspruinoDocs - bbf72988c5ddaa8022e9994d0b711fa4279211fe authored about 11 years ago
fix encoder and docs

github.com/espruino/EspruinoDocs - c4fcf9ed1453558f6e597a8e8bc51e2359d61b16 authored about 11 years ago
now focus the terminal after the 'send' button is clicked. Other tweaks too

github.com/espruino/EspruinoWebIDE - 396186453b00dae824bafb66b8ebf50c62c91dbb authored about 11 years ago
fix problems shown up with 'strict'

github.com/espruino/EspruinoWebIDE - fde65bd04394a62235d02930c2f4fc18d6f4f2b4 authored about 11 years ago
Merge branch 'master' of github.com:espruino/EspruinoWebIDE

Conflicts:
js/espruino_board.js

github.com/espruino/EspruinoWebIDE - 28b1c3fa91e344a4c17e379d89e9888b64dc1afc authored about 11 years ago
Merge pull request #16 from jumjum123/master

new options for Board and Terminal

github.com/espruino/EspruinoWebIDE - 7629ad73ee65dca9174949eb00652c70ccff2807 authored about 11 years ago
new options for Board and Terminal

- espruino.process
- added handling of unknwon options (used in case of new options since
last s...

github.com/espruino/EspruinoWebIDE - 0dd187e1f0cbf2b3ebec49e87382041c59c1ee10 authored about 11 years ago
Merge branch 'jumjum_changes'

Conflicts:
main.html

github.com/espruino/EspruinoWebIDE - 027a93dc92e9c426f1e662c37595f1f26489fb31 authored about 11 years ago
Fix issues caused by 'use strict'

github.com/espruino/EspruinoWebIDE - 0c058d9105a14de5a9a6afe134543967dc0d958e authored about 11 years ago
Added support for boards and simple quality check

- new js-file (espruino.board.js)
- Listbox added for selection of board
- load connection data ...

github.com/espruino/EspruinoWebIDE - 17ce7c201838c2663a2afdbe3ec7852171b43533 authored about 11 years ago
docs on mounting

github.com/espruino/EspruinoDocs - d383154cef6d72657b4355657db4f1fe00ffda3d authored about 11 years ago
Espruino 3D printable boxes

github.com/espruino/EspruinoBoard - 8b57169b3f0908212c5163c6fd63fcefda5daf9b authored about 11 years ago
updated docs and lib for LED driver

github.com/espruino/EspruinoDocs - 608f12acae69a93a5c14979449f3a37151a78804 authored about 11 years ago
Update README.md

github.com/espruino/EspruinoWebIDE - 5a30e3de7f6ac7ab8d25fe5d8ff74250e7faa115 authored about 11 years ago
Compatibility with Chrome M33

github.com/espruino/EspruinoWebIDE - 64fd519b3cb5cf35f6f1d5c81cfa881da0891fdb authored about 11 years ago
make flasher more error tolerant

github.com/espruino/EspruinoWebIDE - f8c46f9484e8484d496fa6718e6119f33704e57e authored about 11 years ago
Ensure that even if the console.log fails (because process doesn't exist), we still echo(1)

github.com/espruino/EspruinoWebIDE - 8b9fc03d6f6ff16cdd0b059fbff2207ba4b8ec49 authored about 11 years ago
update OneWire docs

github.com/espruino/EspruinoDocs - a35e9032e65208a95bff74facddafd18cfd6b578 authored about 11 years ago
code tidyup - make serial lib a module

github.com/espruino/EspruinoWebIDE - 0dedc051c6975d22e56e4fda51c945e530eeeeb9 authored about 11 years ago
Ensure 'process.env' read works even if garbage is in Espruino's buffers

github.com/espruino/EspruinoWebIDE - 32849de0889d1b5ee93a477ae968b3d7109e0729 authored about 11 years ago
Merge pull request #12 from jumjum123/master

extended Options, and added process.Env

github.com/espruino/EspruinoWebIDE - 4f07980c02e6ab9bb751fc4dec0b4410d9b4fbef authored about 11 years ago
extended Options, and added process.Env

mainly changes in options
- made optionFields array available as Espruino.Options.optionFields
-...

github.com/espruino/EspruinoWebIDE - 775f826cee34a21ebfdb75adb943d2766e81b3e0 authored about 11 years ago