06 March 2006 12:15
F-Script
by xenomorph & 4 others (via)F-Script is a lightweight open-source scripting layer specifically designed for the Mac OS X object system (i.e. Cocoa). F-Script provides scripting and interactive access to Cocoa frameworks and custom Objective-C objects. It aims to be a useful and fun tool for both beginners and experts, allowing interactively exploring, testing and using Cocoa-based objects and frameworks.
PyInjector - embed Python interpreter and object browser in Cocoa apps
by xenomorphPyInjector simplifies debugging and exploration of Cocoa applications using Python. It works by embedding a
Python command interpreter and a high-level object browser into a running Cocoa application.
28 September 2005 00:30
CocoaReverseEngineering
by xenomorphWikir : CocoaReverseEngineering
Search:
<!--// Initialize search form
var f = document.getElementById('searchform');
f.getElementsByTagName('label')[0].style.display = 'none';
var e = document.getElementById('searchinput');
searchChange(e);
searchBlur(e);
//-->
1
(3 marks)