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 regression in PCD8544.js

flip() was broken by https://github.com/espruino/EspruinoDocs/commit/0c7cd947c08e93020faae3e233d...

github.com/espruino/EspruinoDocs - c4b22e13b6ff4f8d9f99715ce749c46d942749c5 authored almost 11 years ago
added placeholder for local modules code

github.com/espruino/EspruinoWebIDE - 6853ce5517e96ef42bc2c1de54eaf98cc2a92242 authored almost 11 years ago
fixed PCD8544 driver, added contrast

github.com/espruino/EspruinoDocs - 0c7cd947c08e93020faae3e233d7d1bf97bb9fe3 authored almost 11 years ago
Merge branch 'master' of github.com:espruino/EspruinoDocs

github.com/espruino/EspruinoDocs - 7d37b045c1c790302cec6b56bb6c6b7c8e9435be authored almost 11 years ago
Fix extra indentation in example code

github.com/espruino/EspruinoDocs - 2a1a24c87003a9216d02f600f795ee7b15540140 authored almost 11 years ago
Merge pull request #50 from sacha-/patch-2

Update XBee-API1.js

github.com/espruino/EspruinoDocs - 64d30fb70a0fc703c6d9969a441738bd546a4aef authored almost 11 years ago
Merge branch 'master' of https://github.com/SpenceKonde/EspruinoDocs into SpenceKonde-master

Conflicts:
devices/DHT11.md
devices/DHT22.md
devices/HMC5883.md

github.com/espruino/EspruinoDocs - 8ccad3ac09a540a27c47dda9389fdeaac8ea623e authored almost 11 years ago
Update DHT22.md with polarity warning

Apparently, if you reverse the polarity, it will fry the sensor (and get really hot really fast)...

github.com/espruino/EspruinoDocs - 6a4faee290e3dd4dc4df25d29d886c4f49537c7b authored almost 11 years ago
Update XBee-API1.js

github.com/espruino/EspruinoDocs - 7fc8e286f7abaa970131c43a944aa127310a4cd6 authored almost 11 years ago
Format DHT22.md better

github.com/espruino/EspruinoDocs - 2cfb207241d7f6322fd0a497d05babfb98fe0f90 authored almost 11 years ago
Format DHT11.md better

github.com/espruino/EspruinoDocs - 0c5b5c2f8f2145ecb7cf6956a3e1962cb8e4f12e authored almost 11 years ago
Format ADXL345.md better

All code in javascript code blocks, and general formatting improvements.

github.com/espruino/EspruinoDocs - a5e5772a07a95187c5fbaf8c1679e4f91b665cb1 authored almost 11 years ago
Format HMC5883.md better

Improved formatting and set code blocks to use JS highlighting

github.com/espruino/EspruinoDocs - e08e4b5563b3939393b5408cb32cbdbfc23fa3b4 authored almost 11 years ago
Added max height to centered modal windows (400px). Could probably do with making this more dynamic incase viewport is less that 400px height, but it will work for now (Fixes #63)

github.com/espruino/EspruinoWebIDE - 76f957bb62774a03d31f3cd150848522a1b69d78 authored almost 11 years ago
Changed notifications to only appear on right hand side (Fixes #62)

github.com/espruino/EspruinoWebIDE - a6755130ed3dff161f213243d5e49b39d62c23ad authored almost 11 years ago
internal docs

github.com/espruino/EspruinoDocs - 4576834afec77bcfa33cc2ee232eabd5967f46e5 authored almost 11 years ago
Add extra startup delay for the PCD8544 - the restoration of pin state at startup tends to cause problems if you init right after

github.com/espruino/EspruinoDocs - 1485528f9a1be18eb82eb963ffbff412cfcf71d2 authored almost 11 years ago
temp tweak, and improve Quick Start

github.com/espruino/EspruinoDocs - 358b0c1ee4145fad9704b0fe10a249f00ae00290 authored almost 11 years ago
rename to AT24, and minor formatting

github.com/espruino/EspruinoDocs - bd7cc12e41eb4e5f297592bccd62f2f3a7857206 authored almost 11 years ago
Merge pull request #48 from SpenceKonde/master

Add EEPROM module

github.com/espruino/EspruinoDocs - 6cbb161c395d0b49fe8be520d8d71732bea0f51f authored almost 11 years ago
Update EEPROM.md

Typo

github.com/espruino/EspruinoDocs - fe92f0f1a0764bfa282b6e814449d6b710c9b3db authored almost 11 years ago
Update EEPROM.md

Formatting fixes...

github.com/espruino/EspruinoDocs - 6ea3fa21bafb4f8d19d42d2995bf7a3e57547e2c authored almost 11 years ago
Create EEPROM.md

Document EEPROM module.

github.com/espruino/EspruinoDocs - 0e385be1863d172da4905261a251b289bfd578ba authored almost 11 years ago
Update EEPROM.js

Oops, left debug code in.

github.com/espruino/EspruinoDocs - 5dbfaa5d65a298427c39ea10a385a9672e8f1f9d authored almost 11 years ago
Create EEPROM.js

Module to interface with I2C EEPROMs

github.com/espruino/EspruinoDocs - e3a13e39318136e9fc3d108618d847dbf267e075 authored almost 11 years ago
change WIZnet docs to reflect new implementation

github.com/espruino/EspruinoDocs - 3eba2a983d788a4c0081e21dedadaba6d3cbb4c8 authored almost 11 years ago
Merge pull request #47 from sacha-/patch-1

Update XBee-API1.md

github.com/espruino/EspruinoDocs - ea75e1968d367e6c51aa58d685eb5c0c2788ebe4 authored almost 11 years ago
Update XBee-API1.md

github.com/espruino/EspruinoDocs - 7a495a3a6055ace0323ea60ccbd1ca94b5da465c authored almost 11 years ago
Moved setting of code mode for urlHandler to be the first thing that happens

github.com/espruino/EspruinoWebIDE - d43eac24c50bc3a7dd529b6185d4fa50a9e74e63 authored almost 11 years ago
Merge branch 'espruino/master'

github.com/espruino/EspruinoWebIDE - f2a32ebbc00517370a275ef4acee5092b6c179f9 authored almost 11 years ago
Added gist snippet support to code links

github.com/espruino/EspruinoWebIDE - 99c2702f434fb70392af63a3b8c3e4428728ca48 authored almost 11 years ago
Merge branch 'master' of github.com:espruino/EspruinoWebIDE

github.com/espruino/EspruinoWebIDE - c64982aeaef45755a0e18cca9d232406bf1a1b5d authored almost 11 years ago
Merge branch 'espruino/master'

github.com/espruino/EspruinoWebIDE - 82dbc7e2942f1a804575a04600e78eaa7241707e authored almost 11 years ago
Fixes #57 by moving the toast messages above the status bar

github.com/espruino/EspruinoWebIDE - d6aedf9d3deb2a7e0cdab9386854d6a987c974d0 authored almost 11 years ago
improved example using onInit

github.com/espruino/EspruinoDocs - cd28e3545a104b6b3f8b81608322e136b92f134c authored almost 11 years ago
phew. finally fixed load issues

github.com/espruino/EspruinoWebIDE - 8fe283ca26c15e1edb194a921359b75f4cae7ef0 authored almost 11 years ago
Merge branch 'master' of github.com:espruino/EspruinoWebIDE

github.com/espruino/EspruinoWebIDE - f9e92c80031d1b0705f3ebd4bed7ec07a88cc163 authored almost 11 years ago
Add URL handler for URLS like http://www.espruino.com/webide?code=print(%22Hello%20World%22). Some way towards helping with #55

github.com/espruino/EspruinoWebIDE - 388339bbc00656c9979ca0621ae8a2b9a5b537a4 authored almost 11 years ago
Merge branch 'espruino/master'

github.com/espruino/EspruinoWebIDE - 40d46b7a31a66d3304599435ea9ad77407414f9c authored almost 11 years ago
Updated the readme as some of the "Features that would be good to implement" have now been done.

github.com/espruino/EspruinoWebIDE - 8708aa60df1804371240b67fc83ad85e04734d2b authored almost 11 years ago
Merge branch 'master' of github.com:espruino/EspruinoWebIDE

github.com/espruino/EspruinoWebIDE - 45582c5b211c600df92352583317c4db94a5d5e2 authored almost 11 years ago
tour prompt at startup

github.com/espruino/EspruinoWebIDE - fdd0b86ac37137dc624560de6b5c565dee76bd70 authored almost 11 years ago
Created a method to display the port selector manually to be used by the tour, rather than triggering the connect button as don't want to disconnect if they are already connected.

github.com/espruino/EspruinoWebIDE - d64ead1901f9d3c10869eea130c30380dd1b5c28 authored almost 11 years ago
Added blockly step to the tour

github.com/espruino/EspruinoWebIDE - 664e5c142c5d3207e73a410ed65c5d5526f36910 authored almost 11 years ago
Lightened the tour overlay a little so it doesn't obscure the backrgound as much

github.com/espruino/EspruinoWebIDE - 7473ae24a37c7320162703035fbbcc01c7aceeed authored almost 11 years ago
Added a basic tour guide

github.com/espruino/EspruinoWebIDE - 54ed21ea2843e376b24bddf3cf51b2cb536ec906 authored almost 11 years ago
Merge branch 'master'

github.com/espruino/EspruinoWebIDE - 4ab1b85b3f2052f787ee9f6da35080da968c90a4 authored almost 11 years ago
Merge branch 'espruino/master'

github.com/espruino/EspruinoWebIDE - 5b4d961deb66c2f0b73714c67a211a9372e37a33 authored almost 11 years ago
Fixes #53 by preventing sidebar dragging if clicking on an icon

github.com/espruino/EspruinoWebIDE - 1fdd7234bfe4a58afd93f004dcd06125e3961c62 authored almost 11 years ago
Merge branch 'master' of github.com:espruino/EspruinoWebIDE

Conflicts:
css/reset.css

github.com/espruino/EspruinoWebIDE - dd2bc5e0fea47ee82ccc220c125199a81ef516df authored almost 11 years ago
re-enable selection, needed for #terminal and 'Board Information'

github.com/espruino/EspruinoWebIDE - 514db73a625a89dd2e48948c9cc2aea226d45d30 authored almost 11 years ago
Merge branch 'master'

github.com/espruino/EspruinoWebIDE - e24b8bc2b4d68407cf99dd282547f0121b3555fe authored almost 11 years ago
Merge branch 'espruino/master'

github.com/espruino/EspruinoWebIDE - d2d76d527a4281ae97e48d199af0d9bdf74cb814 authored almost 11 years ago
Renables user selection

github.com/espruino/EspruinoWebIDE - 3662289d541f1a1fd238b6697632e00e955d254d authored almost 11 years ago
Implemented tour logic (still need to create the tour script)

github.com/espruino/EspruinoWebIDE - 79ba3c687b956a26282bf44cedb7cfcf9e51d6a8 authored almost 11 years ago
LCD connections

github.com/espruino/EspruinoDocs - 5c667eed6c1287c7ff0e3a52761c1804944ce65d authored almost 11 years ago
more helpful messages for options

github.com/espruino/EspruinoWebIDE - 1f0d9a20203e34227f9d28518eb7e1e900191f8d authored almost 11 years ago
Fix regression in flasher ('connected' called at the same time as the connection complete callback). Also stop keypresses in the terminal breaking the flashing process

github.com/espruino/EspruinoWebIDE - a838c155b485a6e34f5c0a6a46559b44c232d8a5 authored almost 11 years ago
stop us forgetting the flash URL when we start in bootloader mode

github.com/espruino/EspruinoWebIDE - f5f6c64b86bdf4f401c3e38b40cf828d63b6484f authored almost 11 years ago
Merge pull request #45 from sacha-/master

First version of the xBee Module

github.com/espruino/EspruinoDocs - c81f4fb7463c98126aa16f4d0d75d63e2464472d authored almost 11 years ago
Merge pull request #46 from SpenceKonde/master

Add HMC5883 module

github.com/espruino/EspruinoDocs - d152840ce62fc2eeedb0bd18e5141953a4ea8962 authored almost 11 years ago
Merge pull request #49 from mattbrailsford/major_refactor-no-ports

Display "searching.." when no ports found

github.com/espruino/EspruinoWebIDE - 68c5d3719c933e18da68d52aa16d20d2eb3d7841 authored almost 11 years ago
Merge pull request #48 from mattbrailsford/major_refactor-version_checker_icon

Fix duplicate update icons

github.com/espruino/EspruinoWebIDE - 58daed30afc0b5c08358eacd21d8ed9428063a25 authored almost 11 years ago
Merge pull request #47 from mattbrailsford/major_refactor_compact_mode

Compact mode

github.com/espruino/EspruinoWebIDE - 8b38303681cb4ca203ba0718658380131809aeee authored almost 11 years ago
Merge pull request #46 from mattbrailsford/major_refactor-sidebar_splitter

Sidebar nave as split pane handle

github.com/espruino/EspruinoWebIDE - 1cf13dbdc4c579994bb2757ce4f7118e7deca11b authored almost 11 years ago
Create HMC5883.md

Documentation for HMC5883

github.com/espruino/EspruinoDocs - f52ac67cc21768e9741e27e422b58eee0b91bacb authored almost 11 years ago
Update HMC5883.js

Change setmode to setMode and setgain to setGain

github.com/espruino/EspruinoDocs - be273718c71a45a4351bcca1c5198a51bad9b283 authored almost 11 years ago
Update XBee-API1.md

github.com/espruino/EspruinoDocs - f7c2bbe4195de1c71218b0accb7499fff30b2a7a authored almost 11 years ago
Update XBee-API1.md

github.com/espruino/EspruinoDocs - 24661432886abb97943659a361bfec47fab9c86a authored almost 11 years ago
Create XBee-API1.md

github.com/espruino/EspruinoDocs - 1a300ff31affa964359caa8501712d9dfaa50839 authored almost 11 years ago
Create XBee-API1.js

github.com/espruino/EspruinoDocs - 089ac145013d6d0b7fed765194a13be8589f0b95 authored almost 11 years ago
Create HMC5883.js

Module to interface with HMC5883 compass/magnetometer.

github.com/espruino/EspruinoDocs - 50b70cf39d8592086ba2252f79520919e715213e authored almost 11 years ago
Added no ports found "searching..." text

github.com/espruino/EspruinoWebIDE - 8dd9b4392b4ae6ee83817e79aff25c83246ff03a authored almost 11 years ago
Tweaked icon spacing

github.com/espruino/EspruinoWebIDE - 4e3d15e7d16eafe3db2e034c13d89c76f2250207 authored almost 11 years ago
Chnaged icon check to actually remove the update icon on disconnect

github.com/espruino/EspruinoWebIDE - 12a79dc2ed5c753433c915ad4fa4e34edf3f7879 authored almost 11 years ago
Added check to version checker to make sure an update icon hasn't already been added.

github.com/espruino/EspruinoWebIDE - e6e2d90f968aacbff3fab82f73b52ec90228e39d authored almost 11 years ago
Renamed .compact-mode to just .compact

github.com/espruino/EspruinoWebIDE - dfd25c97d0c883bd24e66d5a729416dd8b0cec11 authored almost 11 years ago
Forgot to style the port list buttons

github.com/espruino/EspruinoWebIDE - 7f17caf2690c853efd121d830776221bb3f9664c authored almost 11 years ago
Merge branch 'espruino/major_refactor'

github.com/espruino/EspruinoWebIDE - f79708b1edc5da4fb6dd1e0be42cc7633666e9b0 authored almost 11 years ago
Added a configurable UI mode to shrink icons and maximize space

github.com/espruino/EspruinoWebIDE - f122b84e328b367fdcfb6dba4f4ce3365f9f6b61 authored almost 11 years ago
Updated splitster to support custom draggables and made it so the sidebar can be a dragger for the splitpane

github.com/espruino/EspruinoWebIDE - 7b9e0d66847b3f396de1d0ac0a498285ad706d92 authored almost 11 years ago
marginally improve flasher docs

github.com/espruino/EspruinoWebIDE - 2343d3bf873bbf2f4992ad10c27b49f1989c2c1a authored almost 11 years ago
fix regression on older versions of chrome

github.com/espruino/EspruinoWebIDE - a70bf566ed214ec10ae43a22a7a1c9646890c4e1 authored almost 11 years ago
Fix issue where resetting/disconnecting board would confuse IDE

github.com/espruino/EspruinoWebIDE - 7882e853d63a4050341c9d06a7290ba7a638a5ea authored almost 11 years ago
Switched icon generator to set actual ID attribute, rather than data-id attribute

github.com/espruino/EspruinoWebIDE - b45d3367409043064140b18373dad39b88e39aef authored almost 11 years ago
add ensureConnected for tutorial - and re-add stuff that got lost in the merge

github.com/espruino/EspruinoWebIDE - b1176374bdf04485b4517d2f972374c32058a89f authored almost 11 years ago
Merge branch 'major_refactor' of https://github.com/mattbrailsford/EspruinoWebIDE into mattbrailsford-major_refactor

Conflicts:
js/core/menuPortSelector.js
js/core/send.js
js/core/settingsFlasher.js
unused/js/...

github.com/espruino/EspruinoWebIDE - dd57bf5c4c85b6bc6ec4b6e4a782eb552eb040a7 authored almost 11 years ago
Added flash complete processor

Remove upgrade button after flash complete

github.com/espruino/EspruinoWebIDE - dbfc2e6606ef0a2a3421fb204ec72e54da977c81 authored almost 11 years ago
Made titlebar an icon reigon

Made titlebar icons non-hardcoded in view
Made version checker add icon to titlebar

github.com/espruino/EspruinoWebIDE - 7fbd39dcc70fe5d3be76a8a10266af6e58c440fa authored almost 11 years ago
Removed an old reference to Layout

Switched uses of terminal.extraText to use notifications instead
Made terminal only show flashing...

github.com/espruino/EspruinoWebIDE - 17b81e3e6415caaebb580023bbf6d8502bcaf0b2 authored almost 11 years ago
Changed icon order of tutorial

github.com/espruino/EspruinoWebIDE - cde65e6ccdce4de2f42245a29499c832218fb428 authored almost 11 years ago
Added icon menu support

github.com/espruino/EspruinoWebIDE - aa16069d087795cfdcdf2630807c0108443fded7 authored almost 11 years ago