I am aware of J & K; but neither are open source.
I'm also aware of A+, but that seems outdated.
Is there any decent open source implementation of APL?
If so, where; is not, why?
Thanks!
I need to render a simple texture mapped model as the output of a directshow source filter. The 3d rendering doesnt need to come from Direct3D, but that would be nice. OpenGL or any other provider would be fine assuming I can fit it into the context of the DirectShow source filter.
visual studio 2008 c++
We are looking for a control we can use in our WordPress blogs that will keep our sourcecode formatting and provide scrollbars. I know I have seen this control in use but cannot find a name or source for them.
Thanks!
If i publish an open-source project, is it enough to add a LICENCE.txt file to the package or do i need to copy and paste it on top of every project's source file?
On public repository like github or google code i saw mixed things and i'm curious on how this legal aspect should be handled correctly.
I am searching for an open source AI engine implemented in C/C++, ActionScript or Java with no success. Do you know any open source implementation?
Update: Thanks for answers! I had no idea how vast the AI field is. I am working on a sample application. I want to add intelligent behavior over a physics engine. I need some sort ai engine designed for games.
I am using Eclipse 3.4. I want to be able to put a breakpoint in a line of code that's in a jar for which I dont have the sourcecode and no sourcecode is available. How can I do this?
I want to be able to get the current CPU usage in a C++ program running under Wince.
I found this link that states where the sourcecode is but I cannot find it in my platform builder installation - I expect this is because it isn't the Windows Automotive platform.
Does anyone know where I can find this sourcecode or (even better) know how I can get this information directly? i.e. what DLL / function calls to make etc.
Hi can someone point me to some Good Open SourceCode to learn Web Programming (Language doesn't matter).
i'm looking for sourcecode of web-applications not frameworks
I'm not a beginner, I can code to some extent. I want to know how stuffs are done in real world applications.
I have two almost similar sourcecode trees, but do not have access to the sourcecode repository so I am stuck with release packages that contain also test reports, documentation, binaries etc.
the diff command only support --exclude, but I would like to do something like diff -wbur --include='*.c,*.h' tree1 tree2
I know that this question is somewhat related, but does not really address my issue.
Bonus points for ignoring change blocks that are completely in C comments :)
Is there some relatively simple way to programmatically include sourcecode lines to python logger report. For example...
import logging
def main():
something_is_not_right = True
logging.basicConfig(level=logging.DEBUG,
format=('%(filename)s: '
'%(levelname)s: '
'%(funcName)s(): '
'%(lineno)d:\t'
'%(message)s')
)
if something_is_not_right == True:
logging.debug('some way to get previous line of sourcecode here?')
So that output would look like this.
example.py: DEBUG: main(): 14: if something_is_not_right == True:
Which library should I use to parse C/C++ sourcecode file?
I need to parse source file, calculate how much useful strings inside, how much 'for' blocks, 'if' blocks, how much comments inside.
I also may need to insert a comment or small piece of code after each 'for' block. Is there any libraries? May be any library included in Microsoft Visual Studio?
Hello everyone,
I am using MacBook Pro Mac OS 10.5 with related version of XCode. I am new to this development environment. I am developing C++ console/terminal applications (File-New project, then from the list on the left "Command line utility", and on the right "C++ tool".).
For C++ sourcecode file, I want to print source file content with line number. Any ideas how to do this?
thanks in advance,
George
I have downloaded the Android sourcecode on my computer using the repo sync command. Since I have no experience with git and repo , I would like to know if it is possible to copy the mydroid directory (which contains Android source code) to an other computer by just burning it on a DVD and then processing the build without problems.
Thanks in advance and sorry if my question is stupid
I am using PHP and I need to script something like below:
I have to compare two folder structure
and with reference of source folder I
want to delete all the files/folders
present in other destination folder
which do not exist in reference source
folder, how could i do this?
When an item is selected in the source list it is highlighted in blue. When another element on the window is selected, however, the highlight becomes a lighter blue as the source list is no longer focused.
I would like to change the behaviour so the item is always the darker blue, the same behaviour as seen in Finder.
I'm trying to decompile a source package because I want to look at the preist en prerm files. Those files are normally in the debian folder but when I extract the source package I don't find any debian folder. Is there a simple command or other way to get the debian folder?
Thanks in advance
When exception generated I want to show some additional information (source code) for particular exception. But grails have very hairy exceptions (it's all about groovy dynamic nature). It's my problem where to get and how to display sourcecode. All I need is file/line information.
So... Is there any possibility to get file and line where exception were generated in grails/groovy?
Hello everyone,
I am using MacBook Pro Mac OS 10.5 with related version of XCode. I am new to this development environment. I am developing C++ console/terminal applications (File-New project, then from the list on the left "Command line utility", and on the right "C++ tool".).
For C++ sourcecode file, I want to print source file content with line number. Any ideas how to do this?
thanks in advance,
George
I am working on a software project which uses the Microsoft Visual source safe version control system. I need to access this system from home as I often work on sourcecode files from there. How I can VSS be setup so that it can be accessed from the internet as well.
I know this is completely subjective, but I'm curious: do you use separate filters for headers and source files in your Visual Studio solutions? Visual Studio creates "Header Files" and "Source Files" filters by default. To me, this dichotomy causes more annoyance than anything else.
What's your take on this?
Guys,
I am searching an open source RSS component to use in my project (.Net 3.5, C#). I have found ASP.Net RSS toolkit: http://aspnetrsstoolkit.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=3674. Do you know about advantages and disadvantages of the component? Could you suggest a better open source RSS component, if yes, what are pros and cons of the suggested component?
Thanks a lot.
I am using an XSL transformation on an xml file to create an xml document. The problem i am running into is that when i go to view the generated source (the transformed source) i can't see the DOCTYPE attribute of the html so i don't know if its being emitted properly.
Is there any way to view the doctype in this way?
Is it allowed by the Boost License to just add the sourcecode of the stuff I need to my project (accompanied by the license of course?). I couldn't find any "descriptive" confirmation. I would have seperate Include/boost and Source/boost directories for easy access.
PS: Seeing as boost::filesystem is going into C++0x TR2, and lambda's are already in c++0x TR1, I don't see any reason to be juggling with C functions like realpath, getcwd and the like. They don't work well anyways...
I am not familiar with javascript and I have had some exposure to java but I found a web application that fits the goals of my app perfectly. The owner has provided the source by viewing the source in the html and I was wondering how hard it would be to reuse the code to deploy a similar app.