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...
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...
Dear all
Can any body tell me how to track out the value of RSSI for Bluetooth PAN.
...
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...
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...
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...
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...
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.
...
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...
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...
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 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 ...
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,...
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...
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
...
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.
...
Is it possible to use same working copy and to put the same into two different SVN servers(commit, update,...)?
...
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.
...
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.
...
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...