https://github.com/tlindner/stream
Programmer tool to explore data.
https://github.com/tlindner/stream
Last synced: 9 months ago
JSON representation
Programmer tool to explore data.
- Host: GitHub
- URL: https://github.com/tlindner/stream
- Owner: tlindner
- License: other
- Created: 2011-07-24T23:05:08.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2013-06-09T23:42:01.000Z (about 13 years ago)
- Last Synced: 2025-07-31T17:49:44.318Z (11 months ago)
- Language: Objective-C
- Homepage:
- Size: 2.66 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Programmer tool to explore data.
*********
*
* Warning: The schema used for the Core data document type can change at anytime.
*
* This means documents saved will not be openable after schema changes are made.
*
*********
*
* If you are checking out this code from github have to run two commands from the command line
* git submodule init
* then
* git submodule update
*
*********
tim lindner
tlindner@macmess.org
****
Includes HexFiend by Peter Ammon.
Includes MAAttachedWindow code by Matt Gemmell.
Includes SDListView by Steven Degutis.
Includes dasm09 by Arto Salmi.