Source code is text written in a computer programming language. It can be automatically translated to binary machine code that the computer can directly read and execute.

learn more… | top users | synonyms

0
votes
0answers
38 views

How to programmatic extract certain data from a flash site?

I'm working on a software that needs to extract information from this site http://www.lolking.net/, its a statistics data site for a online mmo PC game (but that's not important). the idea is that ...
0
votes
0answers
116 views

How to change textCursorDrawable programmatically

There is an xml-attribute android:textCursorDrawable for TextView and its children, which allows you to modify the appearance of the text cursor inside the view. But for some reason there is no ...
-5
votes
1answer
27 views

How did computer calculate a calculation [closed]

Back when I was in kindergarten or elementary school, I remember when the first time I learn mathematic calculation is about adding between two numbers. The teacher give us a simple question like how ...
2
votes
1answer
62 views

Matlab command or tool exist that would create a tree or maps all the file and functions that how they interact with each other

We have a source code of Matlab Software programmed by an contractor consultant long time ago. Now We try to understand the Matlab code that's how he programmed it. It has around 100 functions and ...
0
votes
1answer
67 views

objective c/ios sdk's source code

In android/java we can easily browse source code to see how some features are implemented or why did we get this result or not, for example: ...
0
votes
1answer
163 views

Export entire C# program source code as a single RTF document?

Does anyone know of a utility or Visual Studio Add-In that would allow you to export an entire C# program ( all *.CS files ) as a single colorized and formatted RTF document ? .....or..... is there ...
0
votes
3answers
70 views

Clarifying on function calling

I am under learning of android source code. And I want to know that how the lower level functions are getting calling from application. While learning in this ascept, now i am in the struggle to ...
0
votes
0answers
134 views

Eclipse JavaScript UML tool

I am looking for Eclipse plugins for JavaScript UML. Are there good in year 2013? Attention: The main thread for Java is Recommended Eclipse plugins to generate UML from Java code, but I need for ...
0
votes
0answers
46 views

Does swagger support code examples?

We want to show our users some code examples to explain how to use our API with different languages (PHP, Ruby, JAVA etc.). Is there a possibility to also integrate code examples to swagger? For ...
3
votes
1answer
28 views

how to download a project which is available in Google svn

i want to download this project in to my eclipse indigo. How to do this. I tried to go to this link and i am able to see the project but it is quite difficult to download the same. how to get it ...
0
votes
0answers
49 views

Hide ajax requests from source code?

I have a load of ajax requests with the url: '', dataType: 'json' call, I would like to stop this being visible on source code, if that is possible. I'd prefer the users navigating to my web page ...
1
vote
4answers
139 views

How to replace four spaces by one tab in a big python code?

I have downloaded a python code and would like to edit it. The problem is that I used to use tabs to make indents but file use four spaces instead and if a combination of spaces and tabs is used, ...
-1
votes
2answers
359 views

Android apk file without source code inside? [closed]

My question: Is it possible to create an Android application without source code inside an apk file? I'm using Eclipse and I don't find how to do this. Application source code always inside the apk ...
1
vote
1answer
105 views

Android on Eclipse Follow the right Android source code version while debugging

I am debugging an application with target android-17 (min version android-11). The emulator I use has android 4.0.4, which is android-14 or android-15. When I trace into android source methods, the ...
0
votes
1answer
81 views

How to Download a project from Code google site in zip [duplicate]

I want to download https://code.google.com/p/futonic-lockscreenswitchwidget/ this project in a zip file. But i dont know how to do this. in the Downloads tab. there is no any link for downloading the ...
0
votes
1answer
48 views

What does “LifeCycle expectations” mean in SQALE?

I was going through this wiki article on SQALE(Software Quality Assessment based on Lifecycle Expectations). The Software Quality assurance part of it is clear. But I am unable to understand the ...
1
vote
1answer
221 views

express.js routes explanation

I was looking at express.js source code, to find out how it maps named route parameters to req.params properties. For those who don't know, in express.js you can define routes with named parameters, ...
0
votes
0answers
24 views

Any indent utility for PHP which can break long lines?

I am looking for a utility or program which can indent PHP code. The problem I have is that for instance PHPStylist takes a line which looks like: somefun($somerandomvarnamegoeshere1, ...
0
votes
1answer
46 views

How can i extract a variable with eclipse and convert it into a class?

I have the problem that I defined a HashMap as a variable, where I should have used a class for better extendability. I would like eclipse to refactor the HashMap<String, Integer> result ...
1
vote
0answers
68 views

How to create a .tar.gz source archive in netbeans c++

I wish to be able to redistribute the source for my netbeans project, preferably in a .tar.gz source archive. Currently if I just copy the source files, the makefile, and the relevant mk files from ...
0
votes
3answers
261 views

Search HTML Source Code for URL (PHP) [closed]

I've seen many things that look sort of like what I need, but none of them do the job right, and I don't have the knowledge or experiance to modify them, since I'm new to PHP (relatively). ...
1
vote
2answers
82 views

Looking for program to format C# source so methods are in order of call dependence

As an advanced sufferer of Obsessive Compulsive Source Code Formatting Disorder, I like to have the methods in my C# source code files ordered with the high-level ones first, followed by the ones ...
0
votes
0answers
74 views

looking for text format to generate c and python [closed]

For my project I need to generate a source code in python, C, fortran from a text file. For a file format I choose XML. This format should describe the work flow and variables declared (that GUI part ...
8
votes
1answer
111 views

Weird Integer Cache inside Python 2.6

after dive into python's source code, I find out that it maintains an array of PyInt_Objects ranging from int(-5) to int(256) (@src/Objects/intobject.c) A little experiment proves it: >>> a ...
1
vote
1answer
121 views

Is there an implementation of Pohlig-Hellman algorithm in Java?

I am looking for implementation of Pohlig-Hellman algorithm in Java, but I can't find any source code I can download. The closes I have gotten was a description of someone's library, but the code is ...
0
votes
0answers
20 views

A utility to insert newlines at source code, after characters per line limit is reached

I work on a windows machine, with MSVS '98. I am looking either for intristic funtiunality of the product, or a free tool, that enforces line length limitation (e.g. 100 symbols), e.g. ...
0
votes
0answers
12 views

what are the differences between exec_parse_message and exec_simple_query? [closed]

I'm working with the postgresql's code. what are the differences between exec_parse_message and exec_simple_query? When I use pgadmin exec_simple_query is called, but when I use my application the ...
0
votes
0answers
44 views

Geant4.9.6 error of compilation

I have installed Geant 4.9.6 and I think that I have installed it successfully. I am trying to check my installation by compiling and running the examples applications, but it didn't compile and i ...
0
votes
1answer
141 views

Android Source Code for HTC Magic 32B

I want the source code for HTC Magic 32B and modify it to let the device to power-on / switch-on when the charger plugged-in, as iPhone, with this guide Check in uboot how kernel command line ...
0
votes
1answer
63 views

How is “enum InstanceType” ordered in objects.h in V8?

I'm confused by something in the source code of V8. In objects.h, there is enum InstanceType which describes the type of the instances. And part of it is defined for JS Type, such as date and array. ...
0
votes
1answer
51 views

GPS Ada source overwritten with NULL characters

I have an assignment that I have been working on for a Legacy Software class. I had pretty much finished it a few days ago. I went to open the project today, and my main ADB file (ada source file) is ...
1
vote
2answers
142 views

DLL function names using dumpbin.exe

I have written a .dll library with lots of functions and classes in visual studio 2010. When I look at the content of the file with: dumpbin.exe /EXPORTS myDll.dll I get long function names with ...
0
votes
0answers
24 views

Hacking EclEmma [closed]

I am trying to write a code coverage tool to integrate in another test tool. I came to study and understand EclEmma source code. I understant that the main functions are in the .core* folders but I ...
1
vote
1answer
73 views

What means “HD” in the source code for java classes Integer and Long?

Inside the source code of Integer.java and Long.java, in most of the bit twiddling methods, there is a commented reference to something called "HD". Each method points to a particular section of said ...
0
votes
0answers
53 views

How to read PDB file and find source code of .net class members, such as fields and properties

I have managed .DLL and .PDB files and corresponding source code. I can load types with reflection and get FieldInfo for some field. How to get source file name and line number for this field? There ...
2
votes
1answer
165 views

Stepping into MFC source code with Windbg

What settings do I need to set in Windbg to be able to step into/through MFC source code like I can with Visual Studio?
1
vote
1answer
41 views

excess comma replace issue after creating auto links from tags

HiMy issue is inside the if statement below. My tags structure is like this : tag1, tag2, tag3I achieved auto linking of each tag of each article but:If # of tags is more than 1, I need to replace two ...
1
vote
2answers
47 views

what's the meaning of Proctectable interface in JUnit source code?

I'm recently digging into the source code of JUnit-4.11, what confuse me is that the seemingly redundant Protectable interface. the declaration is as follows: public interface Protectable { ...
0
votes
1answer
118 views

using C# Regex to find c++ code patterns (defines & emuns)

I writing C# program that run over c++ source files and looking for the following things: #define SOMETHING_A 99 and typedef enum { EX_A, EX_B, EX_C, EX_D, EX_E } Examples; and ...
1
vote
1answer
55 views

Is there a standard protocol for modifying DLL call functionality in AutoHotkey_L?

I have been looking at the AutoHotkey_L source code (which is C++) with the intention of modifying it to control what DLL calls can be made for security purposes of an application we're developing. ...
2
votes
2answers
136 views

Partial parsing with flex/antlr

I encountered a problem while doing my student research project. I'm an electrical engineering student, but my project has somewhat to do with theoretical computer science: I need to parse a lot of ...
0
votes
1answer
92 views

Is there any tool for sorting PHP class methods by name in code?

Hi I was wondering if there was any tool for sorting php code (the methods of a class by name, exactly). I've been googling for a while, but I didn't find anything. Thanks
0
votes
0answers
15 views

how can I save a page's source code to array?

I need to save a page's source code to an array of a php-test script... the page is not locally stored so I have to get the sourceccode via the net. With which function can i save the code to an array ...
0
votes
1answer
36 views

Is .inc an x86 suffix for a macro?

I can't read x86 assembly so I try to learn to read it. Is .inc in the context of assembly a suffix for a macro? I look at code that seems to be x86 assembly (from a .S file where there seems to be no ...
2
votes
1answer
45 views

importing LWJGL source

I have imported the compiled jars for lwjgl, but how do I import the source for them so I may view the source if I please? Also, how would I import the javadoc for it? This was simple in Netbeans, ...
0
votes
1answer
141 views

Is there a way to view the Android Google Services source code?

I'd like to look at the source code for Google Services (specifically the GoogleMap class, from V2 of the Maps API). I've looked around and haven't been able to find anything. I know the following: ...
-1
votes
1answer
28 views

ASP webpage code?

i have a url link something like www.domain.com/1234.asp ; i want the source code behind the file 1234.asp i can do this using java or even if i use the inspect element in google chrome. But the ...
5
votes
1answer
128 views

Non-printable (0xFF) byte in C++ source file

This particular C++ code project has 0xFF byte markers that prefix function definitions. What is the purpose of this? Is it to aid some simple source file parser? Apparently the compiler ignores ...
-1
votes
1answer
56 views

Getting started with Eclipse source code [closed]

I want to contribute to the Eclipse project (eclipse.jdt.core). People say the best way to start is to get a good grasp of the Eclipse source. But I'm not sure where to start, as all files are ...
-1
votes
1answer
71 views

How is source code parsed? [closed]

What's the standard method for parsing source code? I'm not particularly concerned about compiling the code into another language, just how the code itself is transformed from a text file into an ...

1 2 3 4 5 34