Links

Upverter: design and share electronic schematics on the web

Upverter is a design and collaboration platform for students, engineers, designers, inventors, makers and hackers. If you are making hardware, we make it easier.

Work in groups, in real-time with collaboration built in. You never have to email files back and forth ever again. It is as simple as adding an email address to your project.

Mac, Windows, Linux, OSX, iOS or Android! No install required, you get the same interface, just open you browser (Chrome, Firefox and Safari) and start designing. Free yourself from the chains of desktop software.

Explore over 3000 open source hardware projects. Get inspired, expand on designs that already exist. Grow and discover the future of hardware.

Gcbgbihf

http://upverter.com/

Filed under  //   diy   electronics   github   hardware   part list   pcb  
Posted February 3, 2012 by email 

List.js: makes plain HTML lists flexible, searchable, sortable and filterable

Do you want a 9 KB cross-browser native JavaScript that makes your plain HTML lists super flexible, searchable, sortable and filterable? Do you also want the possibility to add, edit and remove items by dead simple templating?

Ihfbafgc

http://listjs.com/
https://github.com/javve/list

Filed under  //   github   javascript   opensource  
Posted January 27, 2012 by email 

Meck: mocking library for Erlang

With meck you can easily mock modules in Erlang. You can also perform some basic validations on the mocked modules, such as making sure no unexpected exceptions occurred or looking at the call history.


Features

* Automatic renaming and restoration of original modules
* Automatic backup and restore of cover data
* Changing return values using sequences and loops of static values
* Pass through: use functions from the original module
* Mock is linked to the creating process (disable with|nolink|)
* Complete call history showing calls, results and exceptions
* Mocking of sticky modules (using the option|unstick|)
* Throwing of expected exceptions that keeps the module valid

https://github.com/eproxus/meck/

Filed under  //   erlang   github   mock   opensource   testing  
Posted July 26, 2011 by email