Collection of instructions written using human-readable computer language, usually as text. It contains the actions to be performed by a computer to execute a program, a function, a script. Source code is often transformed by a compiler program into low-level machine code(an executable). ...

learn more… | top users | synonyms

-3
votes
0answers
24 views

Is Google Play Store open source? [closed]

Where can I get the source of Google Play Store, If it is ? If you know, please tell me. Thx.
-2
votes
1answer
32 views

Parse error: syntax error, unexpected end of file in C:\xampp\htdocs\index.php on line 80 [closed]

I'm trying to setup my website, but i'm getting this error " Parse error: syntax error, unexpected end of file in C:\xampp\htdocs\index.php on line 80 " Here's the code: http://pastebin.com/kZbkVcuz ...
1
vote
2answers
21 views

Php image post into image field scripting

I'm struggling on letting the user upload and image to an image field on the HTML doc. When i test it, i can select which image to upload and then click "UPLOAD" but it doesn't go anywhere or go to ...
0
votes
0answers
13 views

Android Source change to pass intent invoker to Broadcast Receiver

I am trying to modify the Android source so that a BroadcastReceiver can know who invoked the action. android.app.activity: @Override public void startActivity(Intent intent) { ...
1
vote
4answers
62 views

How to create a .java file using java?

I want to create a .java file but I'm doing something wrong as when I try to create it, I simply get a directory named example.java. What I want to do is actually create a file with the extension ...
0
votes
1answer
15 views

Instantiating an object in a namespace with a constructor whose defined in the same namespace. C++

While attempting to make a function object wrapper class for raw functions, I'm encountering a multiple definition error by trying to define in a namespace in a header file and declare it in the ...
0
votes
1answer
18 views

Class File Editor Redundant Source not found

When I'm debugging the code of my project(in Eclipse), I saw this message Class File Editor ----------------------------------------------------------------------------- Source not found The source ...
1
vote
1answer
45 views

How do I read numpy source?

I built it myself on Python 3.3, but I can't for the life of me find the class definition of numpy.array(). I've looked all through the code and even found the core C files, but where is the dang ...
1
vote
1answer
22 views

How to use an existing android project as library/source to other android projects?

I am building series of android projects with almost the same classes, only some sources like images are different. I want to make it like a source or library, so that I can create projects by only ...
-1
votes
0answers
14 views

android xml parse view source [closed]

An XML file I have stored online can only be viewed in a browser by choosing view source and when I try to download and parse the file in my android app it force closes. Is there a way to download ...
0
votes
1answer
47 views

Passing values to a sourced file in R

Is there a way in R to pass the values of some variables, say strings, defined in a script to another script that is being sourced so that the latter can use them without having to declare them? Eg: ...
0
votes
0answers
10 views

include array table from file (Symbole could not be resolved)

I use gcc and eclipse jumo with Android IDE v21.: in main I have table: char t[] = {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20}; and call this table: ...
2
votes
1answer
40 views

Google Closure Source Map Not Connecting Source In Chrome

I'm using Google Closure to generate minified JS/source map and can't get the source map to connect the source to the minified script in the "Sources" window in Chrome. Code taken from the Google ...
1
vote
1answer
34 views

How do you view page source using Watir?

I need to be able to go straight to a page's source code using Watir. For example, "view-source:www.amazon.com". However, browser.goto("view-source:www.amazon.com") does not work. I can't just ...
1
vote
0answers
67 views

Getting source code (or HTML table) to show on EXCEL

I don't know what the problem is, but when I've pasted the source code of the link that I want to get it, on PASTEBIN, it worked. But it doesn't work the link on excel itself. Check the code: ...
0
votes
1answer
27 views

How to connect svn server and clone repo from within mac os x using souretree

I'm using mac and wanna get a repo in svn using souretree, when add bookmark using sourcetree using SVN URL, and source tree can know it's a SVN url, but when click the clone button , it reports error ...
-1
votes
0answers
14 views

Importing Access VBA not accepting strings for source files [closed]

I have a strange problem with Excel VBA. I have programmed a spreadsheet to pull custom queries from various Access databases. I used the data connection wizard to go through MS Query to obtain the ...
0
votes
3answers
40 views

Vim auto-source vimrc on save with symlink

I have a symlink which points my .vimrc to the one from my repo. Vim loads that just fine, but I can't get it to auto-source upon it being changed. I have the typical: if has("autocmd") ...
2
votes
1answer
48 views

How can I send multiple lines at once in a HTTP request(in JAVA)?

In JAVA, how can I send my HTTP request header all at once, so that my entire HTTP request is sent? I have eight lines I'd like to send after the "GET /indexOftheSite/mainpage". I'm using ...
0
votes
1answer
23 views

error when building jquantlib with maven

I tried installin jquantlib by following the instructions in http://www.jquantlib.org/index.php/JQuantLib_Users_Guide#Building_JQuantLib_from_command_line However, I get the following errors when I ...
0
votes
1answer
43 views

How to find code called by suspend_ops->enter(state);

I am trying to understand the linux kernel power management at a low level and have finally got stuck since my C is not very strong. I am able to follow the code down to where it calls ...
0
votes
0answers
23 views

how to build kernel for allwinner device mele a1000

how to build the android kernel for the mele a1000 box and how to test it onto the device the uimage or bimage obtained after building.. It would be of great help if anyone provides the kernel source ...
0
votes
0answers
40 views

eclipse debugging shows source files with wrong line numbers

when I click F3 and drill down into a method definition, eclipse goes into a dependency jar. ----- first question: where did it get the source file? I don't see the jars containing actual source ...
0
votes
0answers
8 views

Is there a proper way to pass parameters to source URI in code behind?

When populating a Source property from code behind you have to pass an URI, with relative path. Usually you would just add something like this: myObject.Source = new ...
0
votes
1answer
25 views

View/Print function code from within GDB

I am trying to develop a simple text based user interface which runs some gdb commands. I want to user to be able to set and break/trace point at a certain area of the code and run some debug ...
1
vote
2answers
75 views

When using a header only in C/C++?

is it usual to use for a class like "vec3" only a header? This is my actual code: #ifndef VECTOR3_H #define VECTOR3_H #include <math.h> class vec3 { public: double x, y, z; vec3(); ...
0
votes
1answer
14 views

dojo dnd source and xhrPost

I havent tried this yet but I know that Im going to spend alot of time and frustrations getting this to work along the way. I just learned how to use the dojo dnd source recently and I want to know ...
0
votes
2answers
27 views

Restore deleted file from android source code

I'm building android source and deleted some .java files from framework. I made a repo sync hoping that this restore the deleted file but it didn't happened. Could you please tell me how could I ...
0
votes
1answer
28 views

One script file of all objects of database want to put it into source control?

I have one script of database SQL server which contains all objects. I want to push this script into source control which TFS where each object should have seperate file . how can i do this
0
votes
1answer
18 views

How to: Copy files from a source to a destination

I am looking for a way to have files in a source, say: /public_html/source/sourcefiles/ and when, in my admin panel, I create a new 'game' (in my case), might be called category, or et cetera in ...
-7
votes
1answer
75 views

How to get source code of website (Java) [closed]

I need to get all the code from the website. Not just the source code but all the webcode For example all of the code that is view able from "inspect element" in chrome
0
votes
1answer
21 views

Connection error in source() and install.packages()

While my computer is connected to Internet and can normally ping repositories, install.packages() and source() command (with remote file) are not working: install.packages("xcms") --- Please select a ...
1
vote
2answers
28 views

Determine the source application of current pasteboard content

Several OSX clipboard managers from AppStore show the ability to determine the source-application of content that was copied to the clipboard. I am writing some simple clipboard observer and would ...
-1
votes
0answers
33 views

J2ME Source file

Where can I find the J2ME source files? (src.zip). When I try to view the source of a class (e.g. MIDlet) I get this message: Source not found The JAR of this class file belongs to container ...
0
votes
1answer
19 views

How to get the source of the ActionEvent in an ArrayList

I'm trying to make a slide puzzle on java. Now I have a little problem. I want to know the index of a button I clicked, that sits in an ArrayList. The ArrayList buttons, contains a number of ...
1
vote
0answers
18 views

Opening projects from SourceAnywhere Standalone

I seem to be having trouble understanding how SourceAnywhere Standalone works. I've been using it for a year, but almost every time I open a project in Visual Studio from the source safe, something ...
0
votes
1answer
38 views

Compile source code from ARMv5 to ARMv6

i had finished a source code for a software application and this works fine on a ARMv5 processor/device. can i recompile the same source code that the software is running on an ARMv6 ...
1
vote
0answers
89 views

get HTML of page with awesomium C

How do I get the HTML of a web page in awesomium with c++? I've searched and apparently you can only do it with webcontrol in c# or in java. using the sample hello i tried doing JSValue theVal( ...
0
votes
2answers
70 views

Use website source code in Android application [closed]

I would like to read and parse the source code of a web-page in order to extract some content. This content will be used inside an Android application without actually loading the web-page in a ...
1
vote
1answer
42 views

Insert new line into source after appendChild

Not sure if this is a dumb question or not, so I'll ask it. I'm creating a div using document.getElementById("vidContainer").appendChild(divNode); This creates a div inside vidContainer and ...
1
vote
2answers
89 views

how to display a pagesource of a website?

By using Jsoup i am displaying the page source, but it is not giving the total page source of a page,it omits some tags. So is there are any other ways to get page source by using java? Is there ...
-1
votes
0answers
20 views

Track which domain using my Java plugin? [closed]

I have a java plugin which I am distributing for free on my website. But I want to track which domains are using my plugin. Is there any way to track the source domain?
1
vote
0answers
77 views

building android os images for mele a1000

I am using an android device an want to install my own custom rom for mele a1000 on to it. I have built an android os image from the source code for the android device. but the image which i have got ...
-4
votes
1answer
101 views

Chat client in C [closed]

In this program the server can successfully send a message to the client. I want to also send a message from the client to the server. Sending a message from server to client does not have any problem ...
0
votes
1answer
23 views

Export JAR in Netbeans with source

How can I export .jar file with source ? (.java) in NetBeans ? Can somebody help me ? thanks a lot
2
votes
1answer
54 views

Pyparsing Token Source Range

How do I extract the source range (begin and end position) of a grammar rule match programmatically in Pyparsing? I can't use setParseAction for this (sub-)rule since I'm inspecting the parse tree ...
0
votes
2answers
28 views

Extracting A String From An HTML File

I inherited some code that I'm trying to figure out. To simplify it: The code goes: localFrame.src = "https://myTestServer.com/otherData/localFile.htm" The contents for localFile.htm are: ...
0
votes
1answer
319 views

Team Foundation Server 2012 and GIT

is it possible to build projects created in vs2012, manually pushed to my git repository with Team Foundation Server 2010/12? In the other words: Can I choose my git repository path as source, to ...
0
votes
1answer
70 views

Android button, source not found

Im having this problem, i have a button on one page, which should click to go to the next page. But even though iv declared the next page in the manifest i stil get a source not found error. i can't ...
1
vote
1answer
43 views

If your code is stolen, this will redirect them back to your site

Edit: Solved by Krishna: <script type="text/javascript"> <!-- if (window.location != "http://www.google.com") { window.location.href = "http://www.google.com"; } //--> </script> ...

1 2 3 4 5 26