Hey I need some extra capabilities for my program and I would like to use some Undocumented APIs for my iPhone program.
I downloaded:
DumpFrameworks as Dumpframeworks.pl
and class-dump
from : http://ericasadun.com/HeaderDumpKit/
I put DumpFrameworks.pl in Downloads
and class-dump file in /usr/local/bin
in the terminal I run:
$perl D...
Hi, I've tried to make a Cocoa application that connects to ftp server.
All answers do suggest using connection Kit framework but somehow Im not able to use it.
As I compile the framework and add it to my xcode project and build it. Im not able to run the application anymore. I got error in left down corner saying that app exited with st...
hello, i am trying to use the GCMathParser for an iphone application and i cannot find any support on implementing this framework. people keep saying its easy and im kinda confused, any help would be great thanks!
...
Does anyone know of an open source AI programming competition framework( shell)? The target should be 'game aware'.
I'd like it to:
Be written in Java
Have a reliable way to measure/terminate time slices. (e.g. bytecodes executed)
Run compiled AIs against each other. (class files)
If there is anything like this available, let me kno...
I keep seeing CakePHP and CodeIgniter referred to as full stack MVC frameworks, whereas Zend Framework is said to be non-full stack. What exactly does this mean?
...
I'm primarily a server side developer, working professionally with PHP. For javascript I always use a framework (jQuery/mootools), will this be a professional disadvantage for me down the line? Should I put the time in to learning straight javascript, or are most developers moving over to frameworks anyway?
Thanks.
...
One of the feature I like in RoR is the db management, it can hide all the sql statement, also, it is very easy to change different db in RoR, is there any similar framework in Python 3000?
...
I have quite large files that I need to deal with (500Meg+ zip files).
Are there any non-blocking IO open source implementations for Scala's actors?
...
I dig a lot of things about the DDD approach (Ubiquitous language, Aggregates, Repositories, etc.) and I think that, contrary to what I read a lot, entities should have behavior rather then being agnostic. All examples I see tend to present entities with virtual automatic properties and an empty constructor (protected or worst, public) a...
Hello!
I am currently in the planning phase of developing a website that lets users login, and upload files, and organize them into custom created folders. Users may only view their own files (or their friends files), and they can also delete their own files. It's a very simple set of features :D
What I'm asking is if this community ...
I have a Cocoa app that uses otool to find required shared libraries that an app needs to function properly. For example, say I run otool -L on an app that uses QTKit.framework. I get a list of the shared libraries used by the program (including the basic frameworks like Cocoa.framework and AppKit.framework):
/System/Library/Frameworks/...
Apple added the new IOSurface framework as part of the 10.6 Mac OS X firm update. Since this framework relatively new, I haven't found the much need documentation on how to properly use this.
I was wondering if there anyone on StackOverflow that can assist me with IOSurface usage.
Anyways, this is what I want to do. Right now my applic...
I am about to begin development of a new website and have been doing research on PHP Frameworks. I'm not an advanced PHP developer, but I have been developing web sites and apps (in asp.net) for a few years now.
My website will primarily be AJAX-based (using jQuery) and making lots of calls to web services. After some research, here's ...
thechan = Score.objects.filter(content=44)[0:1]
thechan[0].custom_score = 2
thechan[0].save()
I do print statements, and it shows everything fine. However, it's not SAVING!
I go into my database, and I run a simple SELECT statement..and it's not changed!
select custom_score FROM music_score where content_id = 44;
...
I've being developing with Django for about two years. I recently was hired by a company that has about 20 sites that are all PHP. The PHP is very old and has really bad coding practices.
I would like to switch them over to Django but that might take awhile as the site have heavy e-commerce integrations. In the meantime I would like to ...
I have a web service with Django Framework.
My friend's project is a WIN32 program and also a MS-sql server.
The Win32 program currently has a login system that talks to a MS-sql for authentication.
However, we would like to INTEGRATE this login system as one.
Please answer the 2 things:
I want scrap the MS-SQL to use only the Djang...
How can I determine which platform or programming language was used to build a particular Windows desktop application?
...
I am looking for a very lightweight dependency injection framework for java.
With minimum possible dependencies and minimum features.
Just something along the following lines: receive a java.util.List of Classes, instantiate them and just auto-wire all the objects one into the other.
...
Hi, is there a full-featured framework for C that is similar to Qt?
...
I got the latest version of Xcode (3.2) When I open an older project in Xcode all the frameworks appear in red. When I replace them with the current frameworks i get a ton of errors in my code. I want to run the 2.2.1 simulator but it isn't in the list of active SDK's.
Is there a way to fix this?
...