Hi, I am having trouble trying to understand some viterbi decoder source codes. I understand the concept and everything but I just don't get some of the calculations that appears in viterbi decoding as well as how convolution code works in the source code.
Many thanks for any answers.
...
What are the benefits and goals of having a license commment in the header of the source file?
Why are you adding a license header to your source code?
...
Can I download source code of already deployed app if I've lost it's source code on my hard drive? I've looked through application dashboard but couldn't find any option to check it out.
...
There are a few open source projects I would really like to read through the code of to understand better / improve on. The problem is, for me, reading for a long time on the computer screen is tedious. I would love to be able to read code while lounging around and on a screen that was better on my eyes. Has anyone ever tried reading cod...
I have been looking at the differences between Lucene 2.9 particular the redone tokenstream API and it just occurs to me its particularly ugly compared to the old just return a new or repopulate the given with values if your reusing said Token.
I have not done any profiling but it seems using a MAP to store attributes is not that effic...
Hi,
I'm afraid that the answer is no, but maybe one of you surprises me.
Thanks.
Edit 1:
I'm aware that the question doesn't make much sense but I think the point was understood and, sadly, the answer is no. Anyway I changed the title of the question adding quotes to the word "reflectively" and I will try to better explain my inte...
Is there a decent way to declare a long single line string in C#, such that it isn't impossible to declare and/or view the string in an editor?
The options I'm aware of are:
1: Let it run. This is bad because because your string trails way off to the right of the screen, making a developer reading the message have to annoying scroll a...
I've been arguing with a co-worker about how necessary it is to wipe or destroy the hard disks that were used for storing the sources and are replaced with bigger ones or discarded.
His point is that no piece of source code exposed to a third party gives that party any competitive advantage. My point is that it only takes ten minutes to...
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 my sloppy implementation.
I am now trying to learn Objective-C and am missing certain features in Xcode, but probably none are quite as painf...
Several times I see ^L in (mostly Emacs Lisp) source codes that looks like are separators of larger logical groups. Is it their real purpose? And if so, how can I use them? Is there a built-in Emacs functionality that utilize it?
...
I'm looking for the source code of Sun's standard java compiler, javac.
jdk1.6.0_07 has a few classes that are related, but they are interfaces
(java.lang.Compiler and javax.tools.JavaCompiler). There's also some packages under com.sun.mirror.* and com.sun.source.*, which seem to be interfaces for representing the java abstract syntax ...
What is the best way of protecting my source code from being distributed without permission.
I've thought of perhaps moving my source to another server.
Also toyed with the idea of obfuscating my code, but this might make it a pain to alter at a later date.
Has anyone any better ideas?
...
i want to visually display my data on asp.net website as www.visualthesaurus.com display for thesaurus. When the user click on the node then next child node displayed
i want to know is this possible in asp.net.....Give me some idea or any api by which we can achieve this functionality in our website.....Some sourcecode also welcome.....
...
Hi to all,
I'm developing the integrated Package which show structure of code (C#, VB) in TreeView of my control window.
I found a SourceCodeOutliner project in (http://www.codeplex.com/SourceCodeOutliner) and translate it to C#. I'd learn how to get a project structure for file, but at now I want to add into my treeView [#]regions s...
I am working on a sort of "bug finder" for Scheme (R5RS) and I want to try if and how well it would work for object-oriented programming. Therefore I was looking at some of the numerous object systems for Scheme (for example, Tiny-CLOS, Prometheus, and YASOS).
Of course, in order to find bugs, I have to have code in which I can search t...
I have a method that searches for movies in IMDB. Problem is, I only take into account if the site returns a page with movie OPTIONS. If the site automatically finds the movie in question, my program breaks.
Is there a way for me to check the URL of source code in C#?
...
When creating a new C# class I am not certain of what the best logical order for declaring properties, event delegates, functions, function overrides, etc. are and what considerations should be taken into account when deciding on that order.
Typically when creating the code behind class of a WebUserControl I end up placing things in th...
Does anybody have first-hand experience as to what happens to source code from old/defunct products? Especially from those companies no longer in existence.
As a specific example for illustrative purposes, a company I worked for 15+ years ago developed an in-house Pascal compiler. That company is no longer in existence, and the produc...
Hello guys,
I have a contact form where the email is actually accessible in the source, because I'm using a cgi file to process it. My concern are the mail crawlers, and I was wondering if this is a no-go and I should switch to another more secure form. Or, if there was some tricks to 'confuse' the crawlers ? Thanks for your ideas.
...
In Peter Seibel's "Coders at Work", Donald Knuth says:
Bill Atkinson’s programs are now publicly available thanks to Apple and it won’t be too
long before we’ll be able to read that. That’s well-documented code with
lots of pioneering graphics algorithms in it.
Does anyone know any more about this? I'm having trouble finding...