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

-3
votes
0answers
21 views

C# Source Code Assistance [closed]

I'm not too well-versed in C#, and I was just presented with a task for a project - analyze the source code for a given program to see how it handles incoming telemetry data and prints it to the ...
0
votes
0answers
4 views

convert my text in to voice in iOS application

In my I phone application i have textview with some text content now i would like to convert in to speech by simply pressing a button can anyone provide the source code example in latest iOS 6.1 ...
0
votes
0answers
29 views

How to locate a resource in a Java app?

I know it's a basic question, but here is my issue: I have an old POS terminal (Toshiba TEC ST-70) in which I need to load Unicenta / Openbravo software, but my screen resolution is limited to ...
0
votes
0answers
11 views

suggestive input / predictive text for code? (like in dreamweaver, etc)

Which editors are best in offering suggestions while typing in code? When i first noticed predictive input in dreamweaver 8 i was amazed - yet i didnt find much else like it and it seems not to be a ...
6
votes
4answers
681 views

Where can I find a large body of *Python3* source code?

I'm testing a Python parser. I have Python 2.6/2.7 firmly under control, and some good (large) code samples on which I've tested it. I'm interested in testing my Python3 variant. I've been to ...
4
votes
2answers
388 views

What are the parameters used to calculate complexity in SourceMonitor?

I recently started using SourceMonitor to review my (and others) code. Though i understand other parameters judged by the tool, i don't know how does it calculates the complexity of the code. As in, ...
0
votes
0answers
20 views

Inkscape Source Code(editing the SVG/XML)

I am not able to locate the module/function which translates the changes/edits made by the designer(like changing the radius of the circle) into actual manipulations of the SVG file.Bascically, I want ...
5
votes
3answers
2k views

PHP DOM - append source html to a DOMElement

is there a way of appending source html into a DOMElement? Something like this: $trElement->appendSource("<a href='?select_user=4'>Username</a>"); it would parse that fragment and ...
13
votes
12answers
4k views

algorithm to find complementary solution to this problem

I had this coding question in an interview.I couldnt find an optimum solution to this. what I did was, for(i=0;i<n;i++) for(j=i;j<n;j++) if(a[i]+a[j]==k) print a[i], a[j] But that would give ...
1
vote
3answers
484 views

Looking for code snippets, library, or toolkit to modify a USB Flash Drive's serial number

I've been writing some tools to interact with a USB Flash Drive (removable drive) for our portable application. We are going to be tying some relevant information directly to the flash drive via the ...
0
votes
2answers
17 views

Finding source code file path for blender 2.67

I am trying to edit some files in Blender 2.67. I installed it from blender.org. I can't find the source folder... I want to create my own mathematical BSDF. I think I need to change the source code ...
9
votes
9answers
6k views

Java Clustering Library

Thanks for reading my question. I am looking for a light weight clustering library in java. I don't need 100s of clustering algo in that library just 5 to 7 algo would be fine for me. I am sure, you ...
17
votes
5answers
13k views

Android Support Library (v4). Getting the source and attaching it to the library/jar in Eclipse

Having the source code attached to external libraries is awesome. Where to find the source code for the v4 support package? Preferably it would be a zip file which could be easily attached to the ...
10
votes
8answers
14k views

Best source code formatter for Javascript?

I've been digging through Stack Overflow as well as a number of Google searches, and I cannot find a satisfactory code formatter for Javascript. I have found several related tools, such as syntax ...
0
votes
0answers
16 views

HTML source eid, what what?

In the source code of a page, I visit it says eid under my id is this safe and what does eid mean... Also, the id and eid have different values.
8
votes
5answers
29k views

Extract source code from .jar file

Is there a way to extract the source code from an executable .jar file (Java ME)? Any help will be appreciated.
1
vote
0answers
35 views

Where is the handoff from Andoid to kernel for power state transitions?

I am looking for where the Android OS handsoff to the kernel during power state transitions. For instance when there are no wakelocks held the system should go to sleep (S3). It should be a call to ...
6
votes
3answers
878 views

How to avoid spell checking of source code in MS Word?

When I copy source code to a word document or email, it would be nice if spell check could ignore source code token. Is there an option to ignore blocks of text?
4
votes
3answers
417 views

How do you prefer to organize exception definitions? [closed]

I almost feel embarrassed to ask, but I always struggle with how to organize exception definitions. The three ways I've done this before are: Use the file-per-class rule. I'm not crazy about this ...
1
vote
1answer
189 views

Where can I download the Javadocs for the Eclipse plugin developement SDK

I am working on an Eclipse plugin development. Where can I download the Javadocs for the Eclipse plugin development API? I am able to refer them online here, but I want to download them for offline ...
0
votes
1answer
26 views

How to identify login form variables

I'm trying to login into website with requests module. Login form is in javascript I think. I need to identify the form names that contain the username and the password. I tried to sort it our with ...
0
votes
5answers
3k views

Script to remove python comments/docstrings

Is there a python script or tool available which can remove comments and docstrings from python source? it should take care of cases like """ aas """ def f(): m = { u'x': ...
-1
votes
3answers
61 views

How to stop view Source Code in FireFox Browser?

I am a new blogger. I am always try to make some unique design on my blog but every time others are copying my design by viewing blog source code through Firefox. So is there any way to disable source ...
6
votes
4answers
3k views

c/c++ source code browser comparison, seeking opinion

Recently our team inherited a huge code base, about 1 gigabyte c/c++ source codes. The core part (which we may actually modify or update from time to time) is about 650MB and 57,000 files. So I got a ...
9
votes
5answers
1k views

Downloadable/browsable version of the .NET Framework source code?

Now that the source code to the .NET Framework has been made available, is there any way to actually view it that doesn't involve using Visual Studio to step into a framework class? Several times now, ...
1
vote
4answers
1k views

Looking for free source code browser

I use sourceInsight at work however at home I do not want to pay the price of $250 for source code browser Can you recommend a good source code browser Thanks --Jatin
16
votes
8answers
5k views
3
votes
1answer
193 views

Netbeans does not show my code

i have worked in project for long time but after electricity has cut off and my pc shutdown. the code in one of my frames not shown correctly..it's showing like this and i have GUI and his shape ...
6
votes
2answers
3k views

How do I check source-code-homework for plagiarism?

I going to give my first seminar on computer languages. We have prepared small exercises for major programming languages such as C/C++, Python, Java,... but also OCaml, Haskell,... to give the ...
9
votes
1answer
957 views

Downloading .NET 4 source code

I've been trying to download the source code for .NET 4 (http://referencesource.microsoft.com/netframework.aspx) since yesterday but it just doesn't work. Clicking on the download links in IE, FF ...
5
votes
5answers
5k views

bittorrent source code?

I have looked and looked and cannot seem to find this source code anywhere. Every link I find points to the official bittorrent page, which Slashdot says took the source code down in 2007. Am I to ...
0
votes
4answers
212 views

An Ideal Source-Code Editor that supports Internet Share and Chat [closed]

I am going to co-develop src with friends on the internet. Is there such a source-code editor that has these features: Share Code Real-Time, showing who is editing the code (or in other words I can ...
-4
votes
0answers
33 views

Does crawling software for source code exist? [closed]

Anyone heard if source code crawling software exist and with what potentials? I found only some open source abandoned projects mostly. I'm extracting SQL Statements from C++/JS source code to create ...
0
votes
0answers
15 views

Can some one help me recompile brevecreatures screensaver for 10.8 x osx

Can some one help me recompile brevecreatures screensaver for 10.8 x osx http://www.spiderland.org/ Its really nice screen saver that I would love to run. The source code is available via ...
43
votes
10answers
31k views

Xcode source automatic formatting

As a C# developer, I have become highly dependent on the automatic formatting in Visual Studio 2008. Specifically, I will use the CTRL + K , D keyboard shortcut to force things back into shape after ...
0
votes
1answer
235 views

Displaying .aspx and .aspx.cs files such that it's not understood by the browser

I have to give the user the option to upload his own aspx and aspx.cs files on to the server, and adjusting the hyperlink to point to a page which would do the following. Display the aspx and aspx.cs ...
1
vote
6answers
316 views

asp.net: Where can I put my source files

I am developing a web form using Visual Web Developer Currently I have class source files in the same directory as the web form, or in the App_Code folder. I'd like to organise the files into folders ...
28
votes
15answers
31k views

What to write in the header comments of a code file?

I'm just starting a new green-field development project, and I'm trying to set some standards. I know that a lot of codebases have header comments in every code file with a copyright notice and other ...
1
vote
0answers
52 views

PHP -HTML My PHP Code changed but output didn't changed

Code below is a part of my article adding-verifying codes. <?php if (isset($_SESSION['errors']) AND $_SESSION['errors'] != '') { echo '<h2 style="color:#e53b2c;"><a ...
2
votes
2answers
3k views

Color Themes for Eclipse CDT?

I know that there are many questions regarding the color themes in Eclipse. The problem is that all of them are for Java or PyDev and, of course, they don't work for C/C++. Do you have any cool ...
0
votes
0answers
13 views

Eclipse Source Format in the case of empty function/class/array

I'm using Eclipse source formatter to format my code to suit my style. In the Braces section of Source formatting, I pretty much add a new line for all of them except Array Initializer One thing I ...
0
votes
0answers
27 views

MKS Integrity / source code management

We are using "MKS Integrity" as repository for our source code (and for many other things as well). We have a little side project which we of course check in regularly. Up to now the changes have ...
2
votes
1answer
29 views

Squeak: getting the source code of a method in run-time

I'm writing a small program that modifies a method during run-time in squeak. I saw that in squeak there is a method called: getSource (Defined in CompiledMethod class), that retuns the source code of ...
2
votes
2answers
139 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
206 views

where can i find book code for “microsoft silverlight 4 data and services cookbook”

searched googled but cannot find it, the links on packtpub do not work
-7
votes
1answer
141 views

want a full source code for any bluetooth andriod app [closed]

I am a beginner at android developing and I have a mini project to test and make a little changes on any android app that use Bluetooth. The problem is that I did not find any complete code for ...
0
votes
1answer
40 views

For a library, GDB does only see source in header files, whereas source in .cpp files is not available

I am using gdb to debug a program compiled against a static library. Both the library and the program were compiled with debug symbols. For this library, gdb does only see the source code implemented ...
0
votes
1answer
997 views

Adjusted cosine similarity

I'm trying to code adjusted cosine similarity in PHP. I built my data like this : $data[UserID][ItemID] = Rating data example : $data[1][1] = 5; $data[1][2] = 3; $data[1][3] = 4; $data[2][1] = ...
5
votes
2answers
113 views

Why need to use semicolon before defining a function? [duplicate]

I've seen some strange ; at the beginning of a function in some jQuery plugins source code like this: ;(function ($) {..... Can someone explain why they need to use ; in this case?
-1
votes
2answers
9k views

How to get the source code of a html page using VB.net?

I'm writing a program in VB.net that gets the source code of a web page with a video on it. it then uses regular expressions to isolate the download link of that video. then it uses "httpwebrequest" ...

1 2 3 4 5 34