Hello everyone
I'm trying to use APIKit to scan my codes to detect if there is private API. apiscanner should run as
./apiscanner ~/Desktop/MyPath/myapp.app
I used command 'cd' go to the directory where apiscanner is. But if I call ./apiscanner ~/Desktop/MyPath/MyApp.app on terminal it reports
Last login: Sun Jun 13 07:22:07 on ttys002
unknown required load command 0x80000022
Trace/BPT trap
logout
Even if I copy the files apiscanner and doit to MyPath, then execute, I get the same problem. I think there is something wrong when I run apiscanner under Mac OS X.
Welcome any comment
Thanks
In my code, I'm calling Workspace.Map(serverPath,localPath). If 'serverPath' doesn't exist in TFS, this call doesn't fail or throw an exception. But it does cause me problems later. Is there a TFS API call I can make to determine if a server path exists?
Thanks - Randy
The following error pops up every now and then:
C:\Program Files\MSBuild\Microsoft\VisualStudio\v9.0\TeamTest\Microsoft.TeamTest.targets(14,5): error : API restriction: The assembly 'file:///C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\PublicAssemblies\Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll' has already loaded from a different location. It cannot be loaded from a new location within the same appdomain.
How do I get rid of it?
using the bing map API, can I make a server-side call and get lat/long for a given city?
I can do it on the client side using JavaScript, but I need something more robust in this case and want to use the server side.
Hi ,
I need a regexp help, because for me it will take a lot of time , for you some minutes:)
I have youtube a URL :
http://www.youtube.com/watch?v=9_Hd8hXhg7o&feature=youtube_gdata
I can't add this in embed object , for embed I have to change in this URL :
http://www.youtube.com/v/9_Hd8hXhg7o&hl=en_US&fs=1&
It means, that I want to add the youtube cod in some variable, something like this
var url = after regexp "9_Hd8hXhg7o";
"http://www.youtube.com/v/" + url +"&hl=en_US&fs=1&";
thanks !
I am starting a new project that needs to connect to a repository that offers JCR and CMIS APIs.
The project is in Java and both APIs offer every operation we need.
What API would you chose and why? JCR or CMIS?
hi all,
I am developing a application where i want to load the photo on flickr. i don't want to use the toolkit. I want to use flickr API.I read the API documentation of flickr but there are no API to upload photo on particular account. All API related to Garden not to user account.
i simply want to user will supply username and password , then I pass the username,password and photo content to API (or web service).
Please suggest
I'm kind of a noob when it comes to windows api.
I try to create a registry key in the 64bit view of the registry, from a 32bit application using
System::Call "${RegCreateKeyEx}(${HKEY_LOCAL_MACHINE}, 'SOFTWARE\SecureW2\Methods\Default\Profiles\26\ConfigData', 0, 'REG_BINARY', 0x00000000L, 0x0100, NULL, .r5, .r6) .r3"
(it's nsis scripting), but it doesn't seem to work.
Hi,
I am using Google Contact API to add Contacts and Groups into Google Apps (gmail).
I am able to create Contacts as well as Groups.
But now i want to:
Put contact into particular group at the time of creation of Contact.
I'm building a GPS recorder app for the iPhone, and I was wondering if anyone could say why I might use the data persistence API, instead of writing data to flat files?
I'm currently returning 401 Unauthorized whenever I encounter a validation failure in my Django/Piston based REST API application.
Having had a look at the HTTP Status Code Registry
I'm not convinced that this is an appropriate code for a validation failure, what do y'all recommend?
400 Bad Request
401 Unauthorized
403 Forbidden
405 Method Not Allowed
406 Not Acceptable
412 Precondition Failed
417 Expectation Failed
422 Unprocessable Entity
424 Failed Dependency
Update: "Validation failure" above means an application level data validation failure ie. incorrectly specified datetime, bogus email address etc.
Hi all,
I recently downloaded the Windows API code pack for .net, and seeing there was VB.net examples inside there, I opened them up. Upon building I get a warning that the referenced components 'Core' and 'Shell' could not be found. Looking in the code pack folder I see there are no DLLs at all, but instead a whole load of C# sources.
Do I have to download C# Express (which I want to avoid) to use the code pack or are there precompiled DLLs somewhere?
Does Google have an API for registering hooks/callbacks for whenever a document is updated? That way, I could run a process on one of my servers every time a doc was updated.
If they don't have that, what the recommended way to accomplish that? Cron? Anything else?
Hi,
I got a document that need to be filled in (it was in microsoft word doc), I have no idea how to filled in / integrated with my current web apps.
is there any good java api / lib that could be used ? preferrably the free one.
here is the example of doc that need to be filled in.
http://drop.io/callmeblessed/asset/debt-agremeent-certificate-doc
Just like you visit maps.google.com.tw or maps.google.co.kr or maps.google.co.jp, you can see their own language shown on every country. Is there any property that I can use in Google Maps API to dynamically set google maps using specific language to display?
I am using the api twitterizer2 downloaded from
http://code.google.com/p/twitterizer/downloads/list
but when I try to get the friends of a user I get 100 friends but
I can't get the next 100 friends through the NextPage function.
How can I handle this...?
Twitterizer.TwitterUserCollection userFollowing =
Tw.TwitterUser.GetFriends(tokens,TwitterUrl);
Twitterizer.TwitterUserCollection page2=userFollowing.NextPage;
When I get the next page it returns the same 100 users.
Suppose that you are writing or maintaining a piece of code that uses some API that you are not 100% familiar with.
How do you decide whether to read the documentation of a certain call target, and how much time to spend reading it? How do you decide not to read it?
(Let's assume you can read it by opening the HTML documentation, inspecting the source code, or using the hover mechanism in the IDE).
Hi, is there something like API built atop the standard ProcessBuilder for calling system programs? I won't argue that scripts can be ported to Java but utilities like arping and netstat are good-to-go in Linux.
I'm using the QueryOver api that is part of NHibernate 3.x. I would like to get a row count, but the method I'm using returns all objects and then gets the count of the collection. Is there a way to just return an integer/long value of the number of rows?
I'm currently using:
_session.QueryOver<MyObject>().Future().Count()
we will develop a web site that will have some free services and we want to make it as a framework that can any build application over it or can use its api in their site ..
Could any lead me in how to start it , what's the better architecture and design pattern help in that , is there any resources discuss or explain how to do like this ?
FYI : we are dot net developers but we can learn any other if its urgently needed in such a solution
What is the most shocking case in the python standard library where the API doesn't follow the PEP8 recommendations?
Please one answer per violation, specifying the python version, and the justification for the PEP8 violation (if existent).
I've decided to move all the mail accounts in my domain to Google Apps: Is there a subtle migration tool that can make the transition painless, since I want all the mail history and folders to be intact.
I'm also looking to duplicate the user provisioning API with Google Apps Users alternative. Are my goals realistic? Are there any tools out there that already make this task simpler?