Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukes/rear-window.js
https://github.com/lukes/rear-window.js
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lukes/rear-window.js
- Owner: lukes
- License: mit
- Created: 2011-05-26T23:56:11.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-09-13T03:28:35.000Z (about 13 years ago)
- Last Synced: 2023-04-10T15:07:08.540Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 449 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Rear-Window.js
![Rear Window, Alfred Hitchcock, 1954](https://github.com/lukes/rear-window.js/raw/master/github/rearwindow.jpg)
Based on Mac "Column View"
![Screen Cap](https://github.com/lukes/rear-window.js/raw/master/github/screen.png)
### Download
* [Latest version](https://github.com/lukes/rear-window.js/raw/master/lib/rear-window.js) (compressed)
* [Uncompressed source](https://github.com/lukes/rear-window.js/raw/master/uncompressed/rear-window.src.js)### Usage
Rear();
Rear('var'); // inspect this variableRear Window supports and inspects:
* Objects
* Non-native functions
* Web Storage
* Multidimensional arrays
* Regular expressions
* Audio objectsFor more, see [the wiki](https://github.com/lukes/rear-window.js/wiki).