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

0
votes
0answers
9 views

android xml parse view source

Hi everyone I wonder if anyone can help, basically i want to parse an xml file i have stored online. I have it working fine with ios and i have parsing working on android using another xml file link. ...
0
votes
1answer
43 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
8 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
26 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
26 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
56 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
20 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
10 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
36 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
42 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
21 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
41 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
17 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
30 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
6 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
24 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
13 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
24 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
26 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
17 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 ...
-6
votes
1answer
66 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
19 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
29 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
18 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
71 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
57 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
40 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
88 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
19 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
68 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
96 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
22 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
53 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
219 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
65 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
40 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> ...
0
votes
1answer
39 views

Input into site using Mechanize (Python)

im trying to make a dictionary program using dictionary.com for the source but i cant find the name of the search box in the source code from mechanize import Browser inp = raw_input("Enter Word: ...
0
votes
0answers
101 views

flash objects must have the source' and picture' attributes when sharing link

"flash objects must have the 'source' and 'picture' attributes when trying to share" It's April l 16th 2012. I just got this same error message on FB. I have a video Rise Of the Empire (T.I.E.) on 2 ...
-2
votes
1answer
44 views

Javascript view whole source [closed]

i wanted to put the COMPLETE source of my document in an alert. till no, i used : <script> alert(document.documentElement.outerHTML) </script> but the problem is that only a little ...
2
votes
1answer
71 views

Debug through libstdc++

I'm using gcc on GNU/Linux and the debug-files and headers of libc and libstd++ are installed. But I don't know how to tell gdb to use the source-code of them, especially to debug into libstd++. The ...
3
votes
1answer
54 views

How to source an R script that read stdin

I have the following two ways of reading from stdin. But the method using source() does not work. Does anybody know how to make the source() method work? Thanks. ~$ cat main.sh #!/usr/bin/env bash ...
0
votes
0answers
31 views

source code for android for Ainol 7 mars

I need to build custom android ROM for Ainol novo 7 Mars, can you say where i can get source code of firmware for this ? I found ...
0
votes
0answers
33 views

Extract commits by a certain developer [duplicate]

How to extract only the commits by a certain developer in a project using Git.
0
votes
1answer
24 views

How to collect code from webpage when source is missing?

I wanted to collect info from best seller lists on Amazon (top 100 lists). Here is an example of an actual list (top 100 scart cables)... ...
6
votes
1answer
92 views

Python Full Precision Division Source

I've been working with arbitrary-precision algorithms lately, and am exceedingly curious how Python goes about it. When I type a very large (600-1000) digits divided by another similarly large number, ...

1 2 3 4 5 26