I'm trying to write some code that various sites will embed, calling a script on my server. That script streams the binary data for an image and spits it into an image tag.
However, I'm trying to control who has access to that script. So if I hand out my embed code to, say, yourwebsite.com, I want to make sure the client requesting th...
Hi
Let's say I have this directory structure:
SConstruct
src/
a.cpp
b.cpp
include/
a.h
b.h
in SConstruct I don't want to specify ['src/a.cpp', 'scr/b.cpp'] every time; I'm looking for some way to set the base source directory to 'src'
any hint? I've been looking into the docs but can't find anything useful
...
First of all, I'm not a Java developer. I don't know much about it. Your help is needed, Java pros!
I've received source code for a Java product (actually a customized version of LimeWire) to make further changes. The archive contains a bunch of JAR files. Is it sufficient for developing the application, or those files for distribution ...
Hello, I'm using accessing thorough DBUS from some process. The trouble is that it runs from another user and session of DBUS is different for them. So I can't acces application which uses DBUS through another process if the sessions are different. I found the way to resolve this trouble: some script writes into file dbus session data fr...
How can I attach Java source to an Android project?
I'm able to browse java source for a Java project, but not for an Android project.
I modified project properties and add Java source in "Libraries" section, still not working
Any suggestions ?
...
Is there any way to obtain the java source from a class name? For example:
import java.io.File;
.
.
.
I want the java.io.File source.
I'm working on a kind of parser and I need the source at execution. The problem is that I've to search recursively. For example:
int function (User user){...}
and User class is
public User{ private...
I thought I heard that there was going to be a entry level, low cost version of TFS that is targeted at VSS users who want repository and versioning functionality only. But I can't find the link anymore...does it exist? Or do I need to figure out how to use subversion?
...
Possible Duplicate:
Whats the best way to become familiar with a large codebase?
Dear fellow C and C++ programmers, today I got my hands on a new base of code which is around 800,000 lines of code (C and C++ mixed). How do I get familiar with such a huge code? What code browsing tools do you suggest?
So far I found only MXR (...
Here is a piece of code:
$(document).ready(function() {
$('#nextBtn').live('click',
function() {
$(this).attr('id', 'next2Btn')
$('#cs_contentToSlide').animate({
left: '-=500',
},
200,
function() {
$('#stateGraphic').attr('src', 'images/state2_3stage.gif');
...
Apparently, I can specify source folders using the source.dir property in build.properties - but what if I want to specify multiple source folders ?
The comments below are from the build.xml file generated by the Android SDK tools:
<!-- The build.properties file can be created by you and is never touched
by the 'android' tool. Thi...
I just installed Visual SVN server and visual SVN and got a message that I do not have tortoise SVN installed so some features are not available.
Why do I need tortoise SVN?
edit0:
From: http://www.visualsvn.com/visualsvn/download/
In order to setup VisualSVN you should download and install TortoiseSVN. The current version of VisualS...
how to get licenses of open source softwares like linux
...
Is there a way in VB6 to download a web pages source to a string or Textbox? For example in VB.Net the WebClient class allows you to do so using .DownloadString("google.com"), how can I do the same in vb6?
Note: I would like to avoid using a WebBrowser.
...
Hello all,
A little company is developping a software for my business. I would like to know if it would be possible that I ask them to get the full source code. (I want to be independent)
Do you think it would be possible?
Do you think they will charge me an extra amount for that ? (probably)
Thanks,
...
Hey everybody,
I'm trying to get the source of a file using php and the file_get_contents function.
The problem is that the website requires a login. I thought that this could be bypassed by logging into the site first and then use the file_get_contents function but this is not the case. The page that the function returns is the login p...
I'm on a Mac and would like to commit a file to svn but get an error that the parent folder is lock.
Description : Directory '/Developer/Projects/myappproject/trunk/targetfolder/myapp.app/.svn' containing working copy
admin area is missing
Status : 155005
File : subversion/libsvn_wc/lock.c, 947
I run a cleanup from trunk:
svn c...
Formatting should be preserved.
...
I am trying to edit a class by parsing it, adding some information to it and then writing it back. I was wondering if there is a tool (similar to something like Doclet (well that uses that same API as it seems to have what I am looking for)) that could accomplish this task?
By this I mean that I would like to take a java source file, lo...
I am getting a "Received memory warning. Level = 1" when I use UIImagePickerControllerSourceTypeCamera.
If i access the camera immediately after entering the application, I get "Received memory warning. Level=1" but when i select the camera option after accessing all the other functionality in the application, the app crashes while th...
i want to make screen capture device driver like superwebcam
someone told me easyway is make screen capture source filter and register device driver
this is source fileter http://tmhare.mvps.org/downloads/vcam.zip
and how can i register??
not this regsvr32 xxxxx.ax
...