Wednesday, April 21, 2010

Using the QTKit Framework

From here: http://developer.apple.com/quicktime/qtkit.html The heart of QuickTime is its comprehensive underlying framework which is powerful, extensible, and flexible. This framework provides developers with the ability to display, import, export, modify, and capture more than 200 different media types. Until recently, however, using this power from Cocoa applications hasn't always been straightforward. Before the release of Mac OS X Tiger,...

Mac automation resources

Best to my view resources about Mac Automator and Applescript: http://www.automatedworkflows.com http://automatoractions.com http://automatorworld.com http://macscripter.net http://search.macupdate.com/search.php?keywords=developer:%2BRosanne%20%2BCashriel http://www.apple.com/downloads/macosx/automator Example workflows: http://www.automatedworkflows.com/software/automator_actions/example_workflows.h...

Wednesday, April 14, 2010

Scala tutorials

http://typesafe.com/resources/getting-started/tutorials/getting-started-first-scala-eclipse.html http://akka.io http://ru.wikipedia.org/wiki/Scala_(%D1%8F%D0%B7%D1%8B%D0%BA_%D0%BF%D1%80%D0%BE%D0%B3%D1%80%D0%B0%D0%BC%D0%BC%D0%B8%D1%80%D0%BE%D0%B2%D0%B0%D0%BD%D0%B8%D1%8F) http://ru.wikibooks.org/wiki/Scala http://scala.sygneca.com http://www.scala-lang.org http://habrahabr.ru/blogs/scala/115643/#habracut http://habrahabr.ru/blogs/scala http://liftweb....

TODO

Lectures: http://logic.pdmi.ras.ru/csclub/cur http://www.sernam.ru/lect_cod.php http://lecturefox.com/computerscience Projects https://github.com/primaryobjects/Gmail-Jabber-Chatbot http://www.primaryobjects.com/CMS/Article130.aspx Objective-C to Python bridge http://pyobjc.sourceforge.net Досмотреть: http://developer.apple.com/mac/library/referencelibrary/GettingStarted/GS_HardwareDrivers/index.html http://www.filemaker.com/ru/products/fmp http://orangejuiceliberationfront.comhttp://masters-of-the-void.com/home.htmhttp://zathras.de/angel...

Tuesday, April 13, 2010

OpenUSB

http://sourceforge.net/projects/openusb http://sourceforge.net/apps/mediawiki/pyusb/index.php?title=Main_Page Анализатор USB траффика от компании LeCroy: http://www.lecroy.com/ProtocolAnalyzer/ProtocolStandard.aspx?standardID=4&capid=10...

Hashtable thread safety

Hashtable is thread safe for use by multiple reader threads and a single writing thread. It is thread safe for multi-thread use when only one of the threads perform write (update) operations, which allows for lock-free reads provided that the writers are serialized to the Hashtable. To support multiple writers all operations on the Hashtable must be done through the wrapper returned by the Synchronized method, provided that there are no threads reading the Hashtable object. Enumerating through a collection is intrinsically not a thread safe...

Memory upgrade on Mac book

http://mac.appstorm.net/how-to/hardware-how-to/how-and-why-to-upgrade-your-macs-ram/#more-8122...

Mac automation

from here: good point to start from. See also: http://mac.appstorm.net/how-to/applescript/advanced-applescript-techniques AppleScript is a powerful scripting language that comes built-in to OS X. The principal use for AppleScript is the automation of tasks that are normally repetitious and time consuming. For instance, as a freelancer, I hate creating invoices every week for my various clients. To solve this problem I wrote an AppleScript...

Powered by Blogger.