source-code

Where can I find the source code for J2ME?

I am currently working in J2ME. I would like to link the source code of J2ME with my Eclipse installation so that I can go through the contents of it and also it will help me in debugging. I am quite used to this when the source code of J2SE was (is) available in jar format and you just need to link it to Eclipse. Could you please prov...

What's a good profiling tool to use when source code isn't available?

I have a big problem. My boss said to me that he wants two "magic black box": 1- something that receives a micropocessor like input and return, like output, the MIPS and/or MFLOPS. 2- something that receives a c code like input and return, like output, something that can characterize the code in term of performance (something like the ne...

How to track out the value of RSSI for Bluetooth

Dear all Can any body tell me how to track out the value of RSSI for Bluetooth PAN. ...

How do I extract a specific function from a C/C++ source code file for subsequent processing

I am looking for an easy way to print out a specific function from within some C/C++ source code. For example, assume that test.c has several functions defined within it. I want to be able to print out the source code associated with only one of those functions. Edit: Sorry, I should be a bit more clear about my end goal. I want the fun...

What third-party/hosted source code management service do you use?

There are many services offering hosted code repositories and version control, some are completely free like Sourceforge, Google Code, Codeplex, others offer paid services for private code like Beanstalk, GitHub or Springloops. But which service do you use and why? If there is a list of existing services, I'd like to know about it as we...

Equivalent of Make on Windows?

I develop on Windows, and I'd like to use beanstalkd. It's only available as a tarball, and I was just wondering if there is some way to easily build it like you can in Linux? I found some ports of gnu make for Windows, but they don't seem to be working. Are the source distributions somehow specific to Linux? Edit: When I try to use min...

Viewing Flash Source Code

I found a Flash program online that would be perfect for a project I'm working on. Obviously with web content you can usually just use your browser to view the source code of whatever HTML, PHP, etc that you may be looking at. But when it comes to Flash it seems we're left in the dark in terms of viewing source code. Is there any way to...

How to quickly organize functions in source code (c#) to order by alphabetical order?

I'm doing some class clean to organize the functions in cs file in alphabetical order. I'm using Visual Studio 2008. When writing them, I just put them arbitrarily, but it now looks quite messy. Is there some easy way to organize them automatically? Better to have a tool because there're quite a lot files to clean up. ...

Which open-source-programs are good examples of integrating C++ and Lua?

There are some very good books about Lua. What they cannot cover is the big picture, when it comes to real applications (doc/view-type of applications). The interesting things are around those questions: Use C++ in Lua or Lua in C++? Who gets the main-loop? What plays where? How are model (document) and Lua-State kept in sync? Should t...

Application source code for contacts(android)

I want to run the code for contacts as a separate application from eclipse(and modify).... Is there any way to download the source code? I've read that u can download it locally by using git clone git://android.git.kernel.org/platform/packages/apps/Contacts.git but i use windows xp... i've tried creating the folders in the exact way as...

Do you save the code you wrote at your previous jobs?

If so, how do you organize it? Do you refer to it often? Are there ethical implications? I have a bunch of tarballs lying around that I keep telling myself I'll organize some day, but I've yet to get around to it. And when I do sneak peaks at it, I find that it's mostly obsolete and not applicable to current technologies anyway. But...

Is there an HTML-version of the STL code?

Is there an HTML version of the C++ STL code? I often look something up on the web, e.g. here on sgi.com, but then I'd like to see the actual source code of the functions and classes. I can find the STL code on my system, e.g. in /usr/include/..., but I don't have an IDE, so it's not hyperlinked, and I have to search for every file by ...

What are some online solutions for easily accessing my source code from anywhere?

I'm a college student and at any given time I have 4-5 programs I'm writing in various languages for various classes/projects. At any given hour of the day I might be in the library, at home, in any of our different computer lab classrooms, etc. Right now my current modus operandi is at the end of each class period or coding session,...

Using C# and regex to parse source code and find function calls with arguments

I have a list of function calls stored in a database, and for some function calls, I care about what the arguments of the function call are. I am parsing C source code with my program (which is in C#). I'm trying to find the best way of getting the function calls with the arguments. I read the source code into a string prior to parsin...

Window XP Password policy

Hi, I want to read the values of Account policy of Windows XP programmatically. Source code in C++ (Will be more specific) would be appreciated. If you have any guidelines then please help me soon. Thanks in Advance ...

Java 5 to Java 1.4 Source Code Backporting Tool

Is there a tool that, given a Java 5 level source code, will backport it to Java 1.4-compliant source code, by removing Generics declarations, transforming for eachs in simple fors or iteration fors, etc.? Please note that I am looking for a tool that translates source code to source code, not class binaries. ...

Same working copy of the code with 2 SVN servers.

Is it possible to use same working copy and to put the same into two different SVN servers(commit, update,...)? ...

Where can I find the source code of the Worms game?

I am developing the game worms (in the context of a university project), and I would like to know if there is any source code out there for a simple implementation of the game or any other game that derive/resemble to worms. The game is the old fushion one (back to assembly ones if you want), so any source code is welcome. ...

What's the best way to format source code on IMs to preserve indenting?

Is there a way to preserve indenting in instant messengers when you are pasting source code to a co-worker? In particular I'm trying to write some python code via google talk, but all tabs are removed. ...

How many people have abused your 'with source' purchase option?

I'm interested in finding something out. In Delphi the default since the begining when buying components has been to be able to purchase them with source (even if it might be a slightly more expensive option). This made sense in Delphi for a number of reasons, firstly Borland led the way by providing the full source of the VCL with eve...