Questions by Morris Schuster
How to list in an alphabetical order the words of a ternary search tree??
How can I go about listing the words a TST contains in an alphabetical order? Unlike BSTs where an in-order travers...
Explain the concept of a stack frame in a nutshell?
It seems that I get the idea of call stack in programming language design. But I cannot find (probably, I just don't...
Automated MSI installation?
What is the best way to automatically install an MSI file or installer .exe? We want to do some automated testing fr...
Windows 7 Profile Default Image Files Location?
I'm looking for the location to the images that are used next user's accounts when a user logs into a windows 7 syst...
AES in GCM mode in Python [closed]?
Closed. Th...
Setting a resolution for xvfb-run and wkhtmltopdf / wkhtmltoimage?
I'm trying desperately to give xvfb-run some resolution arguments to take screenshots of websites with wkhtmltox in ...
“Tabify” all files in Visual Studio solution??
There's a "tabify" command in Edit > Advanced > Tabify Selected Lines (and the Power Tools 2010 also pr...
Distinct() with lambda??
Right, so I have an enumerable and wish to get distinct values from it. Using System.Linq, there's of course an ext...
Unable to open file in JAVA?
I am trying to open a file in JAVA using BufferedReader but it cannot open the file. Here is my code public static...
Sigma or Summation function in Excel?
Given a value (in a cell), calculate a formula like this: Ʃ(3i+1) for i from 0 to the value specified in the cell....
What are the rules for casting pointers in C??
K&R doesn't go over it, but they use it. I tried seeing how it'd work by writing an example program, but it didn...
How to style a WPF Expander Header??
I would like to apply a style on a WPF Expander Header. In the following XAML I have an Expander but the style is fo...
How can I call Perl from Java??
I have a Perl module that I would like to use from Java. Is there a way to call this code using either ActiveState P...
python-dev installation error: ImportError: No module named apt_pkg?
I am Debian user, and I want to install python-dev, but when I run the code in the shell as a root: # aptitude inst...
CSS vertical alignment text inside li?
I am displaying number of boxes in a row with fix height and width, generated from <li> tags. now I need to a...