unified_texts
stringlengths
32
30.1k
OpenStatus_id
int64
0
4
input_ids
list
token_type_ids
list
attention_mask
list
signals and slots === Can someone explain in sinple terms the "signals and slots" pattern?
0
[ 2, 7616, 17, 7958, 18, 800, 3726, 3726, 92, 737, 3271, 19, 3278, 5106, 1663, 14, 13, 7, 11255, 192, 18, 17, 7958, 18, 7, 3732, 60, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
UI Useability - Reordering and merging columns === I'm writing a little web-based utility for my brother who needs to merge columns in a CSV file. I know things like this surely exist somewhere, but a large part of this is that is a fun little exercise. Anyways, I'm trying to figure out the best/neatest way to pres...
0
[ 2, 13, 5661, 275, 4091, 13, 8, 302, 7861, 68, 17, 18842, 7498, 800, 3726, 3726, 31, 22, 79, 1174, 21, 265, 2741, 8, 1281, 10082, 26, 51, 655, 72, 2274, 20, 12666, 7498, 19, 21, 272, 18, 710, 3893, 9, 31, 143, 564, 101, 48, 7...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
How to get a .NET CCW assembly to load configuration from a dll.config === I have a .NET component exposed as a **CCW** (Com Callable Wrapper) and being loaded into an unmaged IIS application (ATL server). The assembly is installed and registered with COM using `regasm /codebase`. The component requires configurat...
0
[ 2, 184, 20, 164, 21, 13, 9, 2328, 8093, 499, 1475, 20, 6305, 8091, 37, 21, 13, 43, 211, 9, 14093, 2816, 800, 3726, 3726, 31, 57, 21, 13, 9, 2328, 5912, 5043, 28, 21, 13, 1409, 3384, 499, 1409, 13, 5, 960, 645, 579, 28051, 6,...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Algorithm for merging sets that share at least 2 elements === Given a list of sets: - S_1 : [ 1, 2, 3, 4 ] - S_2 : [ 3, 4, 5, 6, 7 ] - S_3 : [ 8, 9, 10, 11 ] - S_4 : [ 1, 8, 12, 13 ] - S_5 : [ 6, 7, 8, 9, 10, 11] What the most efficient way to merge all sets that share at least 2 elements? I suppose this is...
0
[ 2, 9083, 26, 18842, 3415, 30, 1891, 35, 639, 172, 2065, 800, 3726, 3726, 504, 21, 968, 16, 3415, 45, 13, 8, 13, 18, 1, 165, 13, 45, 636, 137, 15, 172, 15, 203, 15, 268, 13, 500, 13, 8, 13, 18, 1, 135, 13, 45, 636, 203, 1...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Procmail Troubles === I've been trying to solve this for weeks... My Goal is to search my inbox for the following messages: Hello Hi Hey Im using three files to do this for me. The first, a .forward file in my $HOME "|IFS=' '&&exec usr/bin/procmail||exit 75 #username" And these two are in my ~/....
0
[ 2, 13, 15617, 8079, 16615, 800, 3726, 3726, 31, 22, 195, 74, 749, 20, 8402, 48, 26, 1342, 9, 9, 9, 51, 1195, 25, 20, 2122, 51, 19, 5309, 26, 14, 249, 7561, 45, 10975, 4148, 8409, 797, 568, 132, 6488, 20, 107, 48, 26, 55, 9, ...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Pressing Enter on TextBox in Silverlight === I am working on a silverlight app that you need to enter information into a textbox and then just hit enter. Well there is no onclick event, that I could find, so what I did was use the onkeypressup event and check if it was the enter key that was pressed if so do "blah". ...
0
[ 2, 7196, 2830, 27, 1854, 5309, 19, 1172, 3130, 800, 3726, 3726, 31, 589, 638, 27, 21, 1172, 3130, 4865, 30, 42, 376, 20, 2830, 676, 77, 21, 1854, 5309, 17, 94, 114, 770, 2830, 9, 134, 80, 25, 90, 27, 150, 10129, 807, 15, 30, ...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Django authentication and AJaX - urls that require login === I wanna add some ajax-niceness to my django-coded website. In my Django code I use the `@login_required` decorator from `django.contrib.auth.decorators` to mark which view requires authentication. The default behavior when not authenticated user clicks i...
0
[ 2, 3857, 14541, 27963, 17, 20624, 13, 8, 13, 911, 7532, 30, 4077, 6738, 108, 800, 3726, 3726, 31, 11024, 3547, 109, 20624, 8, 8862, 720, 20, 51, 3857, 14541, 8, 22254, 2271, 9, 19, 51, 3857, 14541, 1797, 31, 275, 14, 13, 1, 5567...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Python as FastCGI under windows and apache === I need to run a simple request/response python module under an existing system with windows/apache/FastCGI. All the FastCGI wrappers for python I tried work for Linux only (they use socket.fromfd() and other such shticks). Is there a wrapper that runs under window...
0
[ 2, 20059, 28, 1512, 150, 2234, 131, 1936, 17, 17140, 800, 3726, 3726, 31, 376, 20, 485, 21, 1935, 3772, 118, 99, 18, 8782, 870, 20059, 12613, 131, 40, 3149, 329, 29, 1936, 118, 7738, 2569, 118, 13088, 150, 2234, 9, 65, 14, 1512, ...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Windows Forms ProgressBar: Easiest way to start/stop marquee? === I am using C# and Windows Forms. I have a normal progress bar working fine in the program, but now I have another operation where the duration cannot be easily calculated. I would like to display a progress bar but don't know the best way to start/stop ...
0
[ 2, 1936, 1997, 3455, 1850, 45, 27237, 161, 20, 799, 118, 7318, 1423, 2005, 62, 60, 800, 3726, 3726, 31, 589, 568, 272, 5910, 17, 1936, 1997, 9, 31, 57, 21, 1826, 3455, 748, 638, 1123, 19, 14, 625, 15, 47, 130, 31, 57, 226, 145...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Does the virtual keyword in Flex 3 cause a performance hit? === As the title says really. Does the virtual keyword cause a performance hit?
0
[ 2, 630, 14, 6599, 1246, 9587, 19, 14409, 203, 1679, 21, 956, 770, 60, 800, 3726, 3726, 28, 14, 581, 898, 510, 9, 630, 14, 6599, 1246, 9587, 1679, 21, 956, 770, 60, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
UML Use-case diagram postcondition implementation === I'm learning UML by trying to simulate how a car service garage works with diagrams and documentation. One problem I have is with postcondition (or rather, GOTO) statements. Is the dashed line << include >> relationship only for preconditions? Can Use-case bubbl...
0
[ 2, 13, 723, 255, 275, 8, 10325, 14161, 678, 22141, 6123, 800, 3726, 3726, 31, 22, 79, 2477, 13, 723, 255, 34, 749, 20, 24969, 184, 21, 349, 365, 6242, 693, 29, 14161, 18, 17, 13945, 9, 53, 1448, 31, 57, 25, 29, 678, 22141, 13,...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Silverlight Design Architecture === Is there a good Silverlight Design Architecture?
0
[ 2, 1172, 3130, 704, 2607, 800, 3726, 3726, 25, 80, 21, 254, 1172, 3130, 704, 2607, 60, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
Pass value to form in .Net === I want to pass an integer value to a form in .Net so that it can load the right data. I'm using this so that when I double click on a record in a list, a form opens with the data from that record loaded so it can be edited. What is the best way to do this? Should I create a property and ...
0
[ 2, 1477, 1923, 20, 505, 19, 13, 9, 2328, 800, 3726, 3726, 31, 259, 20, 1477, 40, 13820, 1923, 20, 21, 505, 19, 13, 9, 2328, 86, 30, 32, 92, 6305, 14, 193, 1054, 9, 31, 22, 79, 568, 48, 86, 30, 76, 31, 1494, 10840, 27, 21, ...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
How would I use the >> and << operators for binary data in C++? === Is there a way to use these operators to input and output binary data? The reason I want to do this is that it makes the code readable. Ex: infile >> filedecrypter >> metadataparser >> audiodecoder >> effects >> soundplayer;
0
[ 2, 184, 83, 31, 275, 14, 13, 1, 17, 13, 1, 9475, 26, 14171, 1054, 19, 272, 20512, 60, 800, 3726, 3726, 25, 80, 21, 161, 20, 275, 158, 9475, 20, 6367, 17, 5196, 14171, 1054, 60, 14, 1215, 31, 259, 20, 107, 48, 25, 30, 32, 1...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Keeps fading in after, mouseover === I am trying to fade in a <p> on mouseover and fade out on mouseout: $("p.follow").mouseover(function(){ $(this).fadeTo("slow", 1.00); }) $("p.follow").mouseout(function(){ $(this).fadeTo("fast", 0.50); }) If you go to ryancoughlin.com and on...
0
[ 2, 8968, 16099, 19, 75, 15, 7567, 2549, 800, 3726, 3726, 31, 589, 749, 20, 11381, 19, 21, 13, 1, 306, 1, 27, 7567, 2549, 17, 11381, 70, 27, 7567, 1320, 45, 5579, 5, 7, 306, 9, 19184, 7, 6, 9, 14002, 62, 2549, 5, 22359, 5, ...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
How to fix Apache instability ? === I have configured a simple LAMP stack on Debian and I am experiencing some problems with the Apache web server. Each 3-4 hours the web server is entering a deadlock and all the requests that hit the database block. The server is creating a new child for each request. The number ...
0
[ 2, 184, 20, 6098, 17140, 21667, 13, 60, 800, 3726, 3726, 31, 57, 28895, 21, 1935, 6792, 7566, 27, 121, 10035, 17, 31, 589, 15138, 109, 1716, 29, 14, 17140, 2741, 8128, 9, 206, 203, 8, 300, 974, 14, 2741, 8128, 25, 4604, 21, 828,...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
IE Psoition problem === I have some markup for a popup menu that works in firefox but not IE. The problem is that the popup pops under other elements and is impervious to the z-index value. A complete runnable example is below. Now, I know that one fix is not to position the divs as relative, but I can't do that ...
0
[ 2, 13, 660, 13, 25355, 9861, 1448, 800, 3726, 3726, 31, 57, 109, 943, 576, 26, 21, 1675, 576, 11379, 30, 693, 19, 535, 18219, 47, 52, 13, 660, 9, 14, 1448, 25, 30, 14, 1675, 576, 1675, 18, 131, 89, 2065, 17, 25, 13, 12579, 1...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Strange Choppy WPF Animation === I am making an app that scrolls information on the desktop. The window is transparent. I am starting out simple, trying to find the lowest CPU use for animating things and I am starting with a simple TextBlock. On my development machine, I get a very smooth animation across the sc...
0
[ 2, 2578, 4430, 17129, 619, 7721, 6236, 800, 3726, 3726, 31, 589, 544, 40, 4865, 30, 12159, 18, 676, 27, 14, 17404, 9, 14, 1463, 25, 14862, 9, 31, 589, 1422, 70, 1935, 15, 749, 20, 477, 14, 6543, 17578, 275, 26, 14487, 1203, 564,...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
How to consistently organize code for debugging ? === When working in a big project that requires debugging (like every project) you realize how much people love "printf" before the IDE's built-in debugger. By this I mean - Sometimes you need to render variable values to screen (specially for interactive debuggin...
0
[ 2, 184, 20, 11852, 9213, 1797, 26, 121, 16254, 2762, 13, 60, 800, 3726, 3726, 76, 638, 19, 21, 580, 669, 30, 4781, 121, 16254, 2762, 13, 5, 1403, 352, 669, 6, 42, 4007, 184, 212, 148, 339, 13, 7, 10299, 410, 7, 115, 14, 13, ...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
sprintf in C#? === Is there something similar to `sprintf()` in C#? I would for instance like to convert an integer to a 2-byte string. Something like: int number = 17; string s = sprintf("%2c", number);
0
[ 2, 6672, 410, 19, 272, 5910, 60, 800, 3726, 3726, 25, 80, 301, 835, 20, 13, 1, 18, 10299, 410, 5, 6, 1, 19, 272, 5910, 60, 31, 83, 26, 4851, 101, 20, 8406, 40, 13820, 20, 21, 172, 8, 23246, 3724, 9, 301, 101, 45, 19, 38, ...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
IDispose - Visual Studio === Is it possible to identify classes that implement IDisposable. I was hoping to do to in the Visual Studio Color settings or with an addon. I dont use Resharper and I have heard that FXcop has this feature. I was looking for something different then these options
0
[ 2, 13, 19405, 15690, 13, 8, 3458, 1120, 800, 3726, 3726, 25, 32, 938, 20, 5808, 2684, 30, 8713, 13, 19405, 12551, 579, 9, 31, 23, 3935, 20, 107, 20, 19, 14, 3458, 1120, 1665, 12410, 54, 29, 40, 3547, 218, 9, 31, 1049, 275, 302...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Rhino Mocks: How to return conditonal result from a mock object method === I would like to do something like the following but can't seem to get the syntax for the Do method quite right. var sqr = new _mocks.CreateRenderer<ShapeRenderer>(); Expect.Call(sqr.CanRender(null)).IgnoreArguments().Do(x =>x.GetTyp...
0
[ 2, 18642, 10506, 18, 45, 184, 20, 788, 1065, 1115, 444, 192, 829, 37, 21, 10506, 3095, 2109, 800, 3726, 3726, 31, 83, 101, 20, 107, 301, 101, 14, 249, 47, 92, 22, 38, 2260, 20, 164, 14, 22649, 26, 14, 107, 2109, 1450, 193, 9, ...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Genric class used as constraint to generic method in C#? === Am I doing something wrong or is it not possible to specify a generic class as a constraint to a generic method? I have been playing around with generics and [db4o][1] (open source object database) and am writing a test program (see code below) to store a...
0
[ 2, 4380, 2988, 718, 147, 28, 28804, 20, 12733, 2109, 19, 272, 5910, 60, 800, 3726, 3726, 589, 31, 845, 301, 1389, 54, 25, 32, 52, 938, 20, 19077, 21, 12733, 718, 28, 21, 28804, 20, 21, 12733, 2109, 60, 31, 57, 74, 791, 140, 29...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
SharePoint and Office Open XML interaction question === I've been frustrated by this for the entire weekend, plus a day or two, so any help would be significantly appreciated. I'm trying to write a program that can programmatically go into a SharePoint 2007 doc library, open a file, change the contents of the file,...
0
[ 2, 1891, 3132, 17, 488, 368, 23504, 7754, 1301, 800, 3726, 3726, 31, 22, 195, 74, 10645, 34, 48, 26, 14, 1078, 4010, 15, 3123, 21, 208, 54, 81, 15, 86, 186, 448, 83, 44, 5085, 13746, 9, 31, 22, 79, 749, 20, 2757, 21, 625, 30...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Documentation for the Dynamic Language Runtime? === Google has failed me. I want to read actual documentation for the DLR, not news articles, as I'd like to attempt to create my own language upon the DLR's framework. Is there any downloadable, online, or even paper-based documentation for the DLR that I'd be able to u...
0
[ 2, 13945, 26, 14, 7782, 816, 485, 891, 60, 800, 3726, 3726, 8144, 63, 1702, 55, 9, 31, 259, 20, 1302, 3463, 13945, 26, 14, 13, 43, 12988, 15, 52, 996, 3376, 15, 28, 31, 22, 43, 101, 20, 1735, 20, 1600, 51, 258, 816, 685, 14,...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Django Admin Interface Does Not User Subclass's __unicode__() === (Django 1.x, Python 2.6.x) I have models to the tune of: class Animal(models.Model): pass class Cat(Animal): def __unicode__(self): return "This is a cat" class Dog(Animal): def __unicode__(self): ...
0
[ 2, 3857, 14541, 21, 43, 2160, 6573, 630, 52, 4155, 972, 1898, 22, 18, 13, 1, 8843, 9375, 1, 5, 6, 800, 3726, 3726, 13, 5, 14365, 14541, 137, 9, 396, 15, 20059, 172, 9, 379, 9, 396, 6, 31, 57, 2761, 20, 14, 6768, 16, 45, 71...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Learning Silverlight as a non .NET developer === There are several people about (myself being one of them) who have been developing RIA for a while now using Flex and AJAX. However Silverlight is now on the scene and worth picking up. Question is, as someone who has never looked at .NET before, should I just dive ...
0
[ 2, 2477, 1172, 3130, 28, 21, 538, 13, 9, 2328, 10058, 800, 3726, 3726, 80, 50, 238, 148, 88, 13, 5, 915, 8411, 142, 53, 16, 105, 6, 72, 57, 74, 3561, 13, 2548, 26, 21, 133, 130, 568, 14409, 17, 20624, 9, 207, 1172, 3130, 25,...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
How to get the parent control from an assigned context menu using C#? === I have a few listview controls on a windows form and i've assigned a common contextmenustrip to them all using the properties grid in VS2005. Now when a selection is made from the contextmenu in any listview, is there a way i can get the corr...
0
[ 2, 184, 20, 164, 14, 4766, 569, 37, 40, 2467, 4141, 11379, 568, 272, 5910, 60, 800, 3726, 3726, 31, 57, 21, 310, 968, 4725, 8671, 27, 21, 1936, 505, 17, 31, 22, 195, 2467, 21, 757, 4141, 755, 267, 17851, 20, 105, 65, 568, 14, ...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
PNG Transparency with PHP === Hey having some trouble trying to maintain transparency on a png when i create a thumbnail from it, anyone any experience with this? any help would be great, here's what i am currently doing: $fileName= "../js/ajaxupload/tees/".$fileName; list($width, $height) = getimage...
0
[ 2, 351, 2723, 19668, 29, 13, 26120, 800, 3726, 3726, 8409, 452, 109, 2572, 749, 20, 4027, 19668, 27, 21, 351, 2723, 76, 31, 1600, 21, 5078, 325, 947, 37, 32, 15, 1276, 186, 1496, 29, 48, 60, 186, 448, 83, 44, 374, 15, 235, 22,...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Providing a common interface to SVN and CVS === SVN and CVS are two very different systems that aim to address the same basic issue - source control. They both work in distinct ways, so it's probably difficult to deal with them exactly the same. What I'm wondering is, would it be conceivable to develop a program...
0
[ 2, 2674, 21, 757, 6573, 20, 13, 18, 16578, 17, 13, 12732, 18, 800, 3726, 3726, 13, 18, 16578, 17, 13, 12732, 18, 50, 81, 253, 421, 1242, 30, 5226, 20, 3218, 14, 205, 2125, 1513, 13, 8, 1267, 569, 9, 59, 156, 170, 19, 4421, 2...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Php or Perl webapplication === I'm developing a web app for an Apache shared hosting server. I have already written some code in Perl but I recently found out, to my surprise, the shared hosting provider does not provided mod_perl or a way to install it. I have been a bit worried that running a Perl web app throug...
0
[ 2, 13, 26120, 54, 416, 255, 2741, 2552, 20669, 800, 3726, 3726, 31, 22, 79, 3561, 21, 2741, 4865, 26, 40, 17140, 2592, 10637, 8128, 9, 31, 57, 614, 642, 109, 1797, 19, 416, 255, 47, 31, 1989, 216, 70, 15, 20, 51, 2624, 15, 14,...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
What's the Best Way to Measure Memory Use from a Program? === I've been trying to optimize the Windows program I am developing, trying to find the best data structures that will minimize memory use. It loads large blocks of data, so with huge files, it can use a large amount of RAM. For memory measurement, I have b...
0
[ 2, 98, 22, 18, 14, 246, 161, 20, 4058, 1912, 275, 37, 21, 625, 60, 800, 3726, 3726, 31, 22, 195, 74, 749, 20, 22864, 14, 1936, 625, 31, 589, 3561, 15, 749, 20, 477, 14, 246, 1054, 3815, 30, 129, 16713, 1912, 275, 9, 32, 1906...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
What are the best interface features of a CMS you have used? === There are a million and one CMS' that do a good job but the interface and usability of it let the entire system down (like a lot of websites out there). Whenever I need to develop a bespoke system for content management I always try and draw on my pas...
0
[ 2, 98, 50, 14, 246, 6573, 967, 16, 21, 2390, 18, 42, 57, 147, 60, 800, 3726, 3726, 80, 50, 21, 507, 17, 53, 2390, 18, 22, 30, 107, 21, 254, 1205, 47, 14, 6573, 17, 182, 4091, 16, 32, 408, 14, 1078, 329, 125, 13, 5, 1403, ...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
opening an html file on localhost in xampp/apache 2.2 using subdirectories under htdocs === I'll try again with a new question, appreciate the help... I have a site directory for html (dreamweaver cs3) with lots of subdirectories that contain html files for a number of drop down menus. They work fine where they are...
0
[ 2, 1214, 40, 13, 15895, 3893, 27, 375, 11694, 19, 993, 765, 3421, 118, 7738, 2569, 172, 9, 135, 568, 972, 10197, 1596, 131, 13, 9020, 13799, 18, 800, 3726, 3726, 31, 22, 211, 1131, 188, 29, 21, 78, 1301, 15, 8831, 14, 448, 9, ...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
reading FAT12 image file in C === I have a FAT12 image file and I have to open it and read it. I would like to view this image file(directories/files with in) so I can have an idea of what outcomes I should be getting. Anyone know of a good software that would let me view this FAT12 image file? Also can someone guide ...
0
[ 2, 1876, 4211, 918, 1961, 3893, 19, 272, 800, 3726, 3726, 31, 57, 21, 4211, 918, 1961, 3893, 17, 31, 57, 20, 368, 32, 17, 1302, 32, 9, 31, 83, 101, 20, 1418, 48, 1961, 3893, 5, 10197, 1596, 118, 16877, 18, 29, 19, 6, 86, 31,...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
/dev/null in Windows? === What is the equvivalent to /dev/null in Windows?
0
[ 2, 13, 118, 14438, 118, 4215, 211, 19, 1936, 60, 800, 3726, 3726, 98, 25, 14, 13, 62, 5495, 1755, 17550, 20, 13, 118, 14438, 118, 4215, 211, 19, 1936, 60, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
WPF UserControl expose ActualWidth === How do I expose the ActaulWidth property of one of the components of my user control to users? I have found plenty of examples of how to expose a normal property by creating a new dependency property and binding, but none on how to expose a read-only property like ActualWidth. ...
0
[ 2, 619, 7721, 4155, 12898, 13833, 3463, 3976, 43, 96, 800, 3726, 3726, 184, 107, 31, 13833, 14, 601, 1346, 23281, 1340, 96, 1354, 16, 53, 16, 14, 5090, 16, 51, 4155, 569, 20, 3878, 60, 31, 57, 216, 7062, 16, 3770, 16, 184, 20, ...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
.net and multicores === From the .net 4.0 previews I have read until now there has been lots of talk on how the next .net version will handle and use cpus with multiple cores. We will have additions like plinq that will help us make use of multiple cores. My question is why should I have to bother my mind with handlin...
0
[ 2, 13, 9, 2328, 17, 1889, 10375, 18, 800, 3726, 3726, 37, 14, 13, 9, 2328, 268, 9, 387, 16121, 18, 31, 57, 1302, 163, 130, 80, 63, 74, 7503, 16, 930, 27, 184, 14, 328, 13, 9, 2328, 615, 129, 3053, 17, 275, 17578, 18, 29, 1...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
iPhone Documentation - Can I Watch the Getting Started Videos from Linux? === On the Apple iPhone developer center they have some videos such as "Introduction to the iPhone SDK", "iPhone Development Tools Overview", etc. Problem is my mac hasn't arrived yet. Is there any way I can watch these videos on my Linux ...
0
[ 2, 21024, 13945, 13, 8, 92, 31, 1455, 14, 1017, 373, 6610, 37, 13024, 60, 800, 3726, 3726, 27, 14, 4037, 21024, 10058, 459, 59, 57, 109, 6610, 145, 28, 13, 7, 26123, 20, 14, 21024, 13, 18, 43, 197, 7, 15, 13, 7, 49, 7709, 52...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
How can I define a BigInt primary key with Rails 2.1 and MySQL? === Since Rails 2.1, if you define a new column in a migration with the type set to :integer and the :limit set to 5 or more, the column actually created in your MySQL database will be of type BigInt. That's perfect. But I cannot figure out how to cre...
0
[ 2, 184, 92, 31, 9267, 21, 580, 6391, 1256, 1246, 29, 2240, 18, 172, 9, 165, 17, 51, 18, 22402, 60, 800, 3726, 3726, 179, 2240, 18, 172, 9, 165, 15, 100, 42, 9267, 21, 78, 4698, 19, 21, 8443, 29, 14, 1001, 309, 20, 13, 45, ...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
in django can I combine two queries from separate tables into one query? === In my specific case, I have two kinds of "messages" that I need to retrive and paginate. Let's omit the details, and just say that the first kind is in a model called Msg1 and the other is called Msg2 The fields of these two models are ...
0
[ 2, 19, 3857, 14541, 92, 31, 12287, 81, 9386, 2829, 37, 1725, 7484, 77, 53, 25597, 60, 800, 3726, 3726, 19, 51, 1903, 610, 15, 31, 57, 81, 8623, 16, 13, 7, 3845, 18, 14465, 7, 30, 31, 376, 20, 302, 3367, 195, 17, 19006, 17939, ...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
static_cast confusion caused by inconsistencies === Why whenever I compile and run the following code in Visual Studio 2008: double value1 = 10.5; double value2 = 15.5; int whole_number = value1 + value2; Console::WriteLine(whole_number); I get an incorrect value of 26 while the answer is 25. ...
0
[ 2, 12038, 1, 6146, 5677, 1497, 34, 19, 12124, 702, 22851, 800, 3726, 3726, 483, 6634, 31, 26561, 17, 485, 14, 249, 1797, 19, 3458, 1120, 15573, 1494, 1923, 165, 800, 332, 9, 264, 73, 1494, 1923, 135, 800, 357, 9, 264, 73, 19, 38...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Debug issue with Git in windows (MsysGit) === I'm running into a recurrent problem with git on windows (I'm running MSysGit from package Git-1.6.0.2-preview20080923.exe, i tried as well with Git-1.5.6.1-preview20080701.exe and the results are the same). It happens very offen that some files are shown as changed whe...
0
[ 2, 121, 16254, 1513, 29, 13, 10404, 19, 1936, 13, 5, 79, 4980, 18, 10404, 6, 800, 3726, 3726, 31, 22, 79, 946, 77, 21, 28788, 1448, 29, 13, 10404, 27, 1936, 13, 5, 49, 22, 79, 946, 4235, 93, 18, 10404, 37, 6030, 13, 10404, 8...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Why have your software development projects failed? === I am looking for war stories about why software projects you were personally involved with failed. The more disasterous and costly the failure, the better. Good responses should include the size of the project (size of team, length of time, etc) and an answer ...
2
[ 2, 483, 57, 154, 2306, 522, 2314, 1702, 60, 800, 3726, 3726, 31, 589, 699, 26, 176, 1650, 88, 483, 2306, 2314, 42, 46, 7200, 1013, 29, 1702, 9, 14, 91, 5302, 1291, 17, 20035, 14, 2990, 15, 14, 574, 9, 254, 13231, 378, 468, 14,...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
can jconsole be used with J2EE? === all the examples I see are for J2SE applications by passing your JAR file at the command line. Can JConsole attach to a WAR or EAR and monitor application performance?
0
[ 2, 92, 487, 12124, 6069, 44, 147, 29, 487, 135, 2851, 60, 800, 3726, 3726, 65, 14, 3770, 31, 196, 50, 26, 487, 135, 870, 3767, 34, 2848, 154, 5112, 3893, 35, 14, 1202, 293, 9, 92, 487, 12124, 6069, 19514, 20, 21, 176, 54, 2330...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
asp.net CMS solution: best mechanism for storing the data in SQL === I've worked on a number of CMS systems using the .NET platform (the CMS management system is in ASP.NET, and the site which renders the content is both ASP.NET and PHP). I've traditionally stored the generated content in classes that serialize to ...
0
[ 2, 28, 306, 9, 2328, 2390, 18, 4295, 45, 246, 6534, 26, 25615, 14, 1054, 19, 4444, 255, 800, 3726, 3726, 31, 22, 195, 577, 27, 21, 234, 16, 2390, 18, 1242, 568, 14, 13, 9, 2328, 2452, 13, 5, 124, 2390, 18, 1097, 329, 25, 19,...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Migrate from rails 2.1.1 to 2.2.2 === I am working on a project using rails 2.1.1. With the new release of 2.2.2 I want to migrate to the new version. Is there anything I need to change to migrate my 2.1.1 controllers, views, and models?
0
[ 2, 22985, 37, 2240, 18, 172, 9, 165, 9, 165, 20, 172, 9, 135, 9, 135, 800, 3726, 3726, 31, 589, 638, 27, 21, 669, 568, 2240, 18, 172, 9, 165, 9, 165, 9, 29, 14, 78, 830, 16, 172, 9, 135, 9, 135, 31, 259, 20, 22985, 20, ...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
What's the best way of doing dos2unix on a 500k line file, in Windows? === Question says it all, I've got a 500,000 line file that gets generated as part of an automated build process on a Windows box and it's riddled with **^M**'s. When it goes out the door it needs to ***nix** friendly, what's the best approach here...
0
[ 2, 98, 22, 18, 14, 246, 161, 16, 845, 107, 18, 135, 1020, 4028, 27, 21, 3033, 197, 293, 3893, 15, 19, 1936, 60, 800, 3726, 3726, 1301, 898, 32, 65, 15, 31, 22, 195, 330, 21, 18907, 293, 3893, 30, 3049, 6756, 28, 141, 16, 40,...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Migrating from MS Access VBA to .net and WPF === We have a large MS Access project that requires GUI functionality that is difficult / impossible to do in the VBA / access forms environment. Over time, we wish to re-write / migrate to a managed C# environment with WPF as the presentation layer. The only practic...
0
[ 2, 28749, 37, 4235, 1381, 566, 969, 20, 13, 9, 2328, 17, 619, 7721, 800, 3726, 3726, 95, 57, 21, 370, 4235, 1381, 669, 30, 4781, 9457, 18548, 30, 25, 1956, 13, 118, 3992, 20, 107, 19, 14, 566, 969, 13, 118, 1381, 1997, 2307, 9...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Empty $_POST array in PHP 5.2.6 / IIS CGI === I am running into a very strange issue with PHP 5.2.6 w/ IIS on Windows XP (have tried both CGI and ISAPI). I am running a fresh installation with the default php.ini settings. First, assume the following (ugly, but effective) HTML code: <form action="<?php echo...
0
[ 2, 2424, 5579, 1, 6962, 7718, 19, 13, 26120, 331, 9, 135, 9, 379, 13, 118, 595, 18, 272, 2234, 800, 3726, 3726, 31, 589, 946, 77, 21, 253, 2578, 1513, 29, 13, 26120, 331, 9, 135, 9, 379, 619, 118, 595, 18, 27, 1936, 23045, 1...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Sql Transactions: Best Way to Implement in ASP.Net === I have an application that has many different types of objects that each persist themselves back to the db. This has worked fine so far without transactions and I'm not looking to go hog wild adding them. But there is an occasional need to start a transaction befo...
0
[ 2, 4444, 255, 13147, 45, 246, 161, 20, 8713, 19, 28, 306, 9, 2328, 800, 3726, 3726, 31, 57, 40, 3010, 30, 63, 151, 421, 2551, 16, 3916, 30, 206, 22084, 1366, 97, 20, 14, 13, 9007, 9, 48, 63, 577, 1123, 86, 463, 366, 13147, 1...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
How do you study for IT exams? === How do you study for IT related exams? Are you the sort of person that leave it to the last minute? Do you go through all of the lab work and re-do them? Do you use the techniques taught in personal projects, learn extra things that way? Do you just go over the lecture notes and h...
0
[ 2, 184, 107, 42, 949, 26, 32, 15954, 60, 800, 3726, 3726, 184, 107, 42, 949, 26, 32, 1597, 15954, 60, 50, 42, 14, 2058, 16, 840, 30, 767, 32, 20, 14, 236, 2038, 60, 107, 42, 162, 120, 65, 16, 14, 4343, 170, 17, 302, 8, 537...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Asp.Net/C# static variable persistence === When I update the .dlls in my C# ASP.Net application, the transition is handled gracefully and the users are allowed to finish their requests before the code is switched over to the new code. My question is do the static variables reset when that is done or do they persist...
0
[ 2, 28, 306, 9, 2328, 118, 150, 5910, 12038, 7612, 28584, 800, 3726, 3726, 76, 31, 11100, 14, 13, 9, 43, 211, 18, 19, 51, 272, 5910, 28, 306, 9, 2328, 3010, 15, 14, 4513, 25, 9006, 28138, 17, 14, 3878, 50, 1159, 20, 2106, 66, ...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
What is the coolest mashup you've built? === What's the coolest mashup you've built? What APIs did you use? How was the mashup better than the sum of its parts?
0
[ 2, 98, 25, 14, 2700, 1430, 13333, 576, 42, 22, 195, 392, 60, 800, 3726, 3726, 98, 22, 18, 14, 2700, 1430, 13333, 576, 42, 22, 195, 392, 60, 98, 21, 8954, 144, 42, 275, 60, 184, 23, 14, 13333, 576, 574, 119, 14, 3907, 16, 82,...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
How to solve "Must be MarshalByRefObject" in multiple-inheritance amputated language? === How to solve "Must be MarshalByRefObject" in multiple-inheritance amputated language?
0
[ 2, 184, 20, 8402, 13, 7, 3605, 38, 44, 7583, 779, 14057, 23793, 7, 19, 1886, 8, 108, 1694, 242, 2416, 589, 4881, 1669, 816, 60, 800, 3726, 3726, 184, 20, 8402, 13, 7, 3605, 38, 44, 7583, 779, 14057, 23793, 7, 19, 1886, 8, 108,...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0...
Why doesn't keysDownRepeat() in libnds seem to work when calling it multiple times? === I have code like this to move the player in my game left, right, up, and down: keysSetRepeat(20, 5); while (lives) { scanKeys(); if (keysDownRepeat() & (KEY_LEFT | KEY_RIGHT | KEY_UP | KEY_DOWN))...
0
[ 2, 483, 1437, 22, 38, 5534, 2968, 99, 7081, 38, 5, 6, 19, 13, 8326, 706, 18, 2260, 20, 170, 76, 2555, 32, 1886, 436, 60, 800, 3726, 3726, 31, 57, 1797, 101, 48, 20, 780, 14, 517, 19, 51, 250, 225, 15, 193, 15, 71, 15, 17, ...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Migrate VB.NET 2.0 Winform to 3.5 WPF === Is it possible to migrate a VB.NET Winform solution to a 3.5 WPF solution. If so, any suggestions how to do it? Thanks in advance! JFV
0
[ 2, 22985, 13, 20468, 9, 2328, 172, 9, 387, 628, 4190, 20, 203, 9, 264, 619, 7721, 800, 3726, 3726, 25, 32, 938, 20, 22985, 21, 13, 20468, 9, 2328, 628, 4190, 4295, 20, 21, 203, 9, 264, 619, 7721, 4295, 9, 100, 86, 15, 186, 1...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0...
What is the best way to create a new message within a Biztalk Orchestration? === I'm looking for your best solutions for creating a new message instance based on a pre-defined XSD schema to be used within a Biztalk orchestration. Extra votes go to answers with clear & efficient examples or answers with quality refe...
0
[ 2, 98, 25, 14, 246, 161, 20, 1600, 21, 78, 2802, 363, 21, 1732, 380, 9718, 27861, 60, 800, 3726, 3726, 31, 22, 79, 699, 26, 154, 246, 6776, 26, 2936, 21, 78, 2802, 4851, 432, 27, 21, 782, 8, 13439, 993, 18, 43, 23874, 20, 44...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
How to make Eclipse prompt me for command line arguments === I know I can configure command line arguments in the Run configuration but I want to run a java file multiple times with different command line arguments. It's a pain to change the Run Configuration every time. Is there a way I can make Eclipse prompt me ...
0
[ 2, 184, 20, 233, 11652, 11443, 4417, 55, 26, 1202, 293, 10553, 800, 3726, 3726, 31, 143, 31, 92, 1065, 15951, 1202, 293, 10553, 19, 14, 485, 8091, 47, 31, 259, 20, 485, 21, 8247, 3893, 1886, 436, 29, 421, 1202, 293, 10553, 9, 32...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
MVC.JsonResult to string so I can add to it === I am using the FlexiGrid Jquery plugin and I need to get a Json object back form my MVC App, simple enough if the FlexiGrid took just the object but I need to add a few items to the response string for it to work properly with FlexiGrid. So here is a portion of my con...
0
[ 2, 307, 8990, 9, 728, 528, 29955, 20, 3724, 86, 31, 92, 3547, 20, 32, 800, 3726, 3726, 31, 589, 568, 14, 14409, 49, 16375, 487, 8190, 93, 10922, 108, 17, 31, 376, 20, 164, 21, 487, 528, 3095, 97, 505, 51, 307, 8990, 4865, 15, ...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
What is the "SDK vs. 'bits on the wire'" debate about? === There appears to be some debate about "the divide is between wanting an SDK and wanting to know the underlying protocol" (see http://www.tbray.org/ongoing/When/199x/1999/08/18/BitsOnTheWire). I don't really understand what this is referring to, or why they ...
0
[ 2, 98, 25, 14, 13, 7, 18, 43, 197, 4611, 9, 13, 22, 3326, 18, 27, 14, 6511, 22, 7, 4503, 88, 60, 800, 3726, 3726, 80, 1780, 20, 44, 109, 4503, 88, 13, 7, 124, 8918, 25, 128, 4638, 40, 13, 18, 43, 197, 17, 4638, 20, 143, ...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Simple way to interpolate between points in 3D space to form a smooth surface === I'm trying to come up with a simple and efficient way to create a smooth surface which intersects a number of given "sample" points. For any X,Y point on the surface, I identify up to 4 sample points in each of the 4 directions. Give...
0
[ 2, 1935, 161, 20, 23336, 1373, 128, 819, 19, 203, 43, 726, 20, 505, 21, 3905, 1490, 800, 3726, 3726, 31, 22, 79, 749, 20, 340, 71, 29, 21, 1935, 17, 8243, 161, 20, 1600, 21, 3905, 1490, 56, 20207, 21, 234, 16, 504, 13, 7, 61...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Is there any function to add space in PL/SQL === In T-SQL, SPACE() function is used to add spaces to a string. For e.g. @s = 'He' + space(5) + 'llo' Output He llo So is there any function in PL/SQL that is equivalent to SPACE()? Thank you.
0
[ 2, 25, 80, 186, 1990, 20, 3547, 726, 19, 12443, 118, 18, 22402, 800, 3726, 3726, 19, 13, 38, 8, 18, 22402, 15, 726, 5, 6, 1990, 25, 147, 20, 3547, 7644, 20, 21, 3724, 9, 26, 13, 62, 9, 263, 9, 13, 1, 18, 800, 13, 22, 438...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Managing multiple versions in cruise-control, team city, etc. === In my shop (as I expect it is in most), you have multiple releases of different software components (let's call them foo-client and bar-service). In my cc.net configuration, I currently have one "project" for foo-client at trunk, one project for foo-cl...
0
[ 2, 5616, 1886, 3281, 19, 6581, 8, 12898, 15, 173, 136, 15, 2722, 9, 800, 3726, 3726, 19, 51, 2546, 13, 5, 472, 31, 4186, 32, 25, 19, 127, 6, 15, 42, 57, 1886, 7073, 16, 421, 2306, 5090, 13, 5, 1336, 22, 18, 645, 105, 4310, ...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
How to join DML statemens in an object command's CommandText === For taking data from SQL Server database, I can use the code as below Dim sql As String = "SELECT emp_id, emp_name FROM emp; SELECT dep_id, dep_name FROM department;" Dim da As New SqlClient.SqlDataAdapter(sql, connString) Dim ds As New ...
0
[ 2, 184, 20, 1865, 13, 43, 8184, 146, 755, 18, 19, 40, 3095, 1202, 22, 18, 1202, 11969, 800, 3726, 3726, 26, 741, 1054, 37, 4444, 255, 8128, 6018, 15, 31, 92, 275, 14, 1797, 28, 1021, 5937, 4444, 255, 28, 3724, 800, 13, 7, 18, ...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Declare a Dictionary inside a static class === How to declare a static dictionary object inside a static class? I tried public static class ErrorCode { public const IDictionary<string , string > ErrorCodeDic =new Dictionary<string, string>() { {"1","...
0
[ 2, 10123, 21, 9186, 572, 21, 12038, 718, 800, 3726, 3726, 184, 20, 10123, 21, 12038, 9186, 3095, 572, 21, 12038, 718, 60, 31, 794, 317, 12038, 718, 7019, 9375, 13, 1, 317, 11608, 38, 31, 22595, 1857, 1, 11130, 13, 15, 3724, 13, ...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Get the Node value from XML === How to use [XPathNavigator.Evaluate][1] ( or other methods in XPathNavigator) to obtain the ISBN value for the following xml input? <?xml version="1.0"?> <!-- a fragment of a book store inventory database --> <bookstore xmlns:bk="urn:samples"> <book genre="novel"...
0
[ 2, 164, 14, 15421, 1923, 37, 23504, 800, 3726, 3726, 184, 20, 275, 636, 396, 8353, 16424, 15807, 9, 15599, 500, 2558, 165, 500, 13, 5, 54, 89, 3195, 19, 993, 8353, 16424, 15807, 6, 20, 5545, 14, 1488, 1923, 26, 14, 249, 23504, 6...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Reporting Services - Percentages in a Matrix === Reporting Services 2000 SP2 I've got a matrix displaying the number of employees Business1 Business2 Business3 StartBefore99 9 14 4 StartAfter99 30 20 34 I'd lik...
0
[ 2, 6670, 687, 13, 8, 5780, 18, 19, 21, 8187, 800, 3726, 3726, 6670, 687, 824, 3782, 135, 31, 22, 195, 330, 21, 8187, 17418, 14, 234, 16, 3716, 508, 165, 508, 135, 508, 240, 799, 12750, 3483, 561, 513, 268, 799, 5162, 3483, 712, ...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Linux kernel /proc FIFO/pipe === I'm currently trying to create a kernel module that will produce data based on kernel events and push them to a file. After reading that this is bad (and I agree), I decided it would make more sense to have the data in a /proc file that a user program could pull from when necessary. ...
0
[ 2, 13024, 17007, 13, 118, 15617, 6028, 4120, 118, 15185, 800, 3726, 3726, 31, 22, 79, 871, 749, 20, 1600, 21, 17007, 12613, 30, 129, 2213, 1054, 432, 27, 17007, 963, 17, 3250, 105, 20, 21, 3893, 9, 75, 1876, 30, 48, 25, 896, 13,...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Crystal Reports for VS 2008 - "The user function manager DLL (ufmanager.dll) could not be found." === StackOverflow, you're my only hope! I am unfortunate enough to have inherited an ASP.NET 3.5 application roughly 3/4 in development. This project uses Crystal Reports to generate a PDF file from a data source. Pret...
0
[ 2, 4282, 2813, 26, 4611, 570, 13, 8, 13, 7, 124, 4155, 1990, 1382, 13, 43, 211, 13, 5, 5532, 22256, 9, 43, 211, 6, 110, 52, 44, 216, 9, 7, 800, 3726, 3726, 7566, 2549, 9990, 15, 42, 22, 99, 51, 104, 1376, 187, 31, 589, 173...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
When logging when is an error fatal? === In logging frameworks like log4j & log4net you have the ability to log various levels of information. Most of the levels have obvious intentions (such as what a "Debug" log is vs. a "Error"). However, one thing that I have always been timid on was classifying my logging as "Fat...
0
[ 2, 76, 13, 13919, 76, 25, 40, 7019, 8773, 60, 800, 3726, 3726, 19, 13, 13919, 6596, 18, 101, 6738, 300, 728, 279, 6738, 300, 2328, 42, 57, 14, 2165, 20, 6738, 617, 2216, 16, 676, 9, 127, 16, 14, 2216, 57, 4674, 12075, 13, 5, ...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Annoying vim (un)indent rules === When editing PHP code (I'm not sure if it's specific to that language) and I create a new line in the middle of comma-separated lists that span multiple lines, the indent rules always unindent the line I'm leaving. [Here's a video of it.][1] This happens in arrays, function argument l...
0
[ 2, 17610, 1790, 79, 13, 5, 1020, 6, 108, 817, 38, 1761, 800, 3726, 3726, 76, 9510, 13, 26120, 1797, 13, 5, 49, 22, 79, 52, 562, 100, 32, 22, 18, 1903, 20, 30, 816, 6, 17, 31, 1600, 21, 78, 293, 19, 14, 772, 16, 11951, 58, ...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Should a beginning PHP programmer consider frameworks? === I'm a complete beginner when it comes to programming. I'm taking a stab at PHP, and have seen how powerful the frameworks can be. But should I even consider trying to work with a framework until I have a strong grasp of PHP itself? Note: I'd most likely be ...
0
[ 2, 378, 21, 997, 13, 26120, 17968, 3563, 6596, 18, 60, 800, 3726, 3726, 31, 22, 79, 21, 1279, 26931, 76, 32, 1624, 20, 3143, 9, 31, 22, 79, 741, 21, 13179, 35, 13, 26120, 15, 17, 57, 541, 184, 2177, 14, 6596, 18, 92, 44, 9, ...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Newbie OpenGL question === I am trying to cobble together a scene that basically consists of: 1. A 2D image of the earth (think NASA satellite photography) that has been rotated into a view similar to [this][1] and, 2. Cylindrical tubes that I want place at specific lat/lon coordinates. I have managed to setup ...
0
[ 2, 78, 5893, 368, 8430, 1301, 800, 3726, 3726, 31, 589, 749, 20, 26239, 429, 21, 1691, 30, 11374, 2043, 16, 45, 137, 9, 21, 172, 43, 1961, 16, 14, 1073, 13, 5, 10550, 8935, 4958, 4691, 6, 30, 63, 74, 24107, 77, 21, 1418, 835, ...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
how to object initialize in PHP and then what function do I make within the class which runs automatically ? === hi i forgot the code which in a sample class you have to add so that it runs automatically? is it wakeup or something? like so: class something { function automaticxxx_something_which_runs when ...
0
[ 2, 184, 20, 3095, 2104, 2952, 19, 13, 26120, 17, 94, 98, 1990, 107, 31, 233, 363, 14, 718, 56, 1461, 7499, 13, 60, 800, 3726, 3726, 4148, 31, 9564, 14, 1797, 56, 19, 21, 5717, 718, 42, 57, 20, 3547, 86, 30, 32, 1461, 7499, 6...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Is the knowledge I gain by doing a Commerce course directly applicable to running my own small IT firm? === I already have a good knowledge of technology, the IT industry, and IT business models, but I'm considering complementing my knowledge by studying commerce at university. Is this a wise choice? A friend to...
0
[ 2, 25, 14, 1918, 31, 3288, 34, 845, 21, 5577, 674, 1703, 14535, 20, 946, 51, 258, 284, 32, 1904, 60, 800, 3726, 3726, 31, 614, 57, 21, 254, 1918, 16, 1099, 15, 14, 32, 1230, 15, 17, 32, 508, 2761, 15, 47, 31, 22, 79, 5154, ...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
SSL and HTTPs === What is SSL and how does it relate to HTTPs?
0
[ 2, 13, 18, 18, 255, 17, 7775, 18, 800, 3726, 3726, 98, 25, 13, 18, 18, 255, 17, 184, 630, 32, 16464, 20, 7775, 18, 60, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
ANSI 92 Recursive SQL Statement required === I am translating SQL Server SQL Statements into their ANSI generic equivalent at present, and am stuck with a recursive statement using a WITH statement. For the sake of concentrating on the issue, I'll simplify the issue as follows If I have two tables 1. **Repor...
0
[ 2, 40, 18, 49, 9622, 302, 24244, 4444, 255, 3331, 1390, 800, 3726, 3726, 31, 589, 25237, 4444, 255, 8128, 4444, 255, 9015, 77, 66, 40, 18, 49, 12733, 4602, 35, 734, 15, 17, 589, 4549, 29, 21, 302, 24244, 3331, 568, 21, 29, 3331,...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
What is a good pricing model for Windows Azure? === Windows Azure looks like a promising cloud platform. The big unknown right now is the pricing model. Microsoft says that they are still working on that, but it will be competitive. What do you think would make a good pricing model? Let's hope that Microsoft w...
0
[ 2, 98, 25, 21, 254, 24318, 1061, 26, 1936, 25715, 60, 800, 3726, 3726, 1936, 25715, 1879, 101, 21, 10466, 4005, 2452, 9, 14, 580, 2562, 193, 130, 25, 14, 24318, 1061, 9, 7099, 898, 30, 59, 50, 174, 638, 27, 30, 15, 47, 32, 129...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
NSInvocation for Dummies? === How exactly does `NSInvocation` work? Is there a good introduction? I’m specifically having issues understanding how the following code (from *Cocoa Programming for Mac OS X, 3rd Edition*) works, but then also be able to apply the concepts independently of the tutorial sample. The code...
0
[ 2, 13, 2172, 108, 2625, 16893, 26, 13, 12617, 18978, 60, 800, 3726, 3726, 184, 1890, 630, 13, 1, 2172, 108, 2625, 16893, 1, 170, 60, 25, 80, 21, 254, 3445, 60, 31, 1, 79, 3524, 452, 1549, 3260, 184, 14, 249, 1797, 13, 5, 2665,...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Streaming jquery(JS files) from a CDN (Google) === This one is a case of not doing your homework.:-) Apart from dynamic loading advantage, does it make sense to include a JavaScript library(jQuery in my case ) from a Google server when I can load it from my server as a single file comprised of the 19kb jQuery zip...
0
[ 2, 11920, 487, 8190, 93, 5, 728, 18, 6488, 6, 37, 21, 1745, 103, 13, 5, 16111, 4875, 6, 800, 3726, 3726, 48, 53, 25, 21, 610, 16, 52, 845, 154, 22334, 9, 45, 8, 6, 2629, 37, 7782, 12797, 3314, 15, 630, 32, 233, 1259, 20, 4...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
What's the best way to store the days of the week an event takes place on in a relational database? === We're writing a records management product for schools and one of the requirements is the ability to manage course schedules. I haven't looked at the code for how we deal with this (I'm on a different project at the...
0
[ 2, 98, 22, 18, 14, 246, 161, 20, 1718, 14, 509, 16, 14, 877, 40, 807, 1384, 209, 27, 19, 21, 5827, 192, 6018, 60, 800, 3726, 3726, 95, 22, 99, 1174, 21, 742, 1097, 2374, 26, 1055, 17, 53, 16, 14, 4786, 25, 14, 2165, 20, 47...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Running time of set union operation === Given two sets A and B, what is the common algorithm used to find their union, and what is it's running time? My intuition: a = set((1, 2, 3)) b = set((2, 3, 5)) union = set() for el in a: union.add(el) for el in b: union.add(el...
0
[ 2, 946, 85, 16, 309, 667, 1453, 800, 3726, 3726, 504, 81, 3415, 21, 17, 334, 15, 98, 25, 14, 757, 9083, 147, 20, 477, 66, 667, 15, 17, 98, 25, 32, 22, 18, 946, 85, 60, 51, 25099, 45, 21, 800, 309, 5, 5, 165, 15, 172, 15,...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
C++ extend a vector (with another vector) === I'm a C/Python programmer in C++ land, *really* working with the STL for the first time. In Python, extending a list with another list uses the list's `extend` method: >>> v = [1, 2, 3] >>> v_prime = [4, 5, 6] >>> v.extend(v_prime) >>> print v [1...
0
[ 2, 272, 20512, 7206, 21, 7497, 13, 5, 1410, 226, 7497, 6, 800, 3726, 3726, 31, 22, 79, 21, 272, 118, 6448, 11570, 17968, 19, 272, 20512, 476, 15, 1637, 15257, 2483, 638, 29, 14, 354, 255, 26, 14, 64, 85, 9, 19, 20059, 15, 8176...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Problem setting path to jquery in mvc app === I am having trouble setting the path to jquery in an mvc app. In my master page I have the script declared and jquery works at the root of my app. When I navigate to a content view page in my app jquery does not get loaded properly. Do I need to set the path in the conte...
0
[ 2, 1448, 2697, 2013, 20, 487, 8190, 93, 19, 307, 8990, 4865, 800, 3726, 3726, 31, 589, 452, 2572, 2697, 14, 2013, 20, 487, 8190, 93, 19, 40, 307, 8990, 4865, 9, 19, 51, 1129, 2478, 31, 57, 14, 3884, 2482, 17, 487, 8190, 93, 69...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
are there any commands that are usually used for comparing time in bash shell script? === this was for an old computer class project which I am over with and now am wondering if there was a better way of doing things . we used to program an appointment.sh program where I solved the comparing time using an algorith...
0
[ 2, 50, 80, 186, 14294, 30, 50, 951, 147, 26, 15047, 85, 19, 13158, 3593, 3884, 60, 800, 3726, 3726, 48, 23, 26, 40, 315, 1428, 718, 669, 56, 31, 589, 84, 29, 17, 130, 589, 5712, 100, 80, 23, 21, 574, 161, 16, 845, 564, 13, ...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Content controls have to be top-level controls === I have a website that can be accessed from www.blahblah.com and special.blahblah.com. The www site always works but occasionly I get a 'Content controls have to be top-level controls in a content page or a nested master page that references a master page' error on th...
0
[ 2, 2331, 8671, 57, 20, 44, 371, 8, 3906, 8671, 800, 3726, 3726, 31, 57, 21, 2271, 30, 92, 44, 12904, 37, 13, 6483, 9, 10754, 18098, 9396, 9, 960, 17, 621, 9, 10754, 18098, 9396, 9, 960, 9, 14, 13, 6483, 689, 550, 693, 47, 54...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
RayTracer project in C# === When I was at university, I took a subject in raytracing (graphics synthesis) and we got a chance to write a 3D ray tracer in C++. That was heaps of fun, except I long ago lost my code in the great hard drive crash of '04'....many files were lost... Is there a RayTracer I can play with...
0
[ 2, 2375, 1939, 5482, 669, 19, 272, 5910, 800, 3726, 3726, 76, 31, 23, 35, 155, 15, 31, 199, 21, 1550, 19, 2375, 1939, 6302, 13, 5, 12084, 18, 10376, 6, 17, 95, 330, 21, 1504, 20, 2757, 21, 203, 43, 2375, 5565, 139, 19, 272, ...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Visual Studio: hotkeys to move line up/down and move through recent changes === I'm moving from Eclipse to Visual Studio .NET and have found all my beloved hotkeys except two: - in Eclipse you can press ALT-(leftarrow) and ALT-(rightarrow) to visit recent changes you have made, something I use frequently to go back...
0
[ 2, 3458, 1120, 45, 1047, 4237, 18, 20, 780, 293, 71, 118, 2968, 17, 780, 120, 1764, 1693, 800, 3726, 3726, 31, 22, 79, 1219, 37, 11652, 20, 3458, 1120, 13, 9, 2328, 17, 57, 216, 65, 51, 12440, 1047, 4237, 18, 1613, 81, 45, 13,...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Storing vim settings with a document === Is there any way to save the state of vim settings with a document?
0
[ 2, 25615, 1790, 79, 12410, 29, 21, 4492, 800, 3726, 3726, 25, 80, 186, 161, 20, 2079, 14, 146, 16, 1790, 79, 12410, 29, 21, 4492, 60, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
Having trouble with rounded corners with jquery that do not round immediately in asp.net mvc app === I am using the rounded corners plugin for jquery and have it working rounding elements in my page. The only issue I have is that the elements appear on the page un-rounded and then round. What do I need to do so that t...
0
[ 2, 452, 2572, 29, 8472, 8894, 29, 487, 8190, 93, 30, 107, 52, 560, 1375, 19, 28, 306, 9, 2328, 307, 8990, 4865, 800, 3726, 3726, 31, 589, 568, 14, 8472, 8894, 10922, 108, 26, 487, 8190, 93, 17, 57, 32, 638, 560, 68, 2065, 19, ...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Why is using tables for website layout such an evil === I am a Winforms and business engine developer who is using asp.net for the first time in over 2 years, and in that time I have noticed a few convention changes. What is the logic behind the anti-'tables for layout' movement? Is it to allow css classes to be...
0
[ 2, 483, 25, 568, 7484, 26, 2271, 9106, 145, 40, 3215, 800, 3726, 3726, 31, 589, 21, 628, 4190, 18, 17, 508, 1406, 10058, 72, 25, 568, 28, 306, 9, 2328, 26, 14, 64, 85, 19, 84, 172, 122, 15, 17, 19, 30, 85, 31, 57, 2711, 21...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
part time business for programmers === I would like to start a small part time business other than my full time programming job. Have you guys done that before? I know programmers who teach in evening schools after work. But then again, that is not business. What would you recommend to get another income stream going?
0
[ 2, 141, 85, 508, 26, 17968, 18, 800, 3726, 3726, 31, 83, 101, 20, 799, 21, 284, 141, 85, 508, 89, 119, 51, 503, 85, 3143, 1205, 9, 57, 42, 2776, 677, 30, 115, 60, 31, 143, 17968, 18, 72, 5348, 19, 2089, 1055, 75, 170, 9, 4...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
How best to make a link submit a form. === What's the best way to get a regular anchor (`<a href="...">`) to submit the form it is embedded in when clicked? <form> <ul> <li> <p> The link could be <span>embedded <a href="" onclick="?">at any level</a></...
0
[ 2, 184, 246, 20, 233, 21, 3508, 12298, 21, 505, 9, 800, 3726, 3726, 98, 22, 18, 14, 246, 161, 20, 164, 21, 1290, 6265, 13, 5, 1, 58, 746, 14057, 3726, 7, 9, 9, 9, 7, 1, 6, 20, 12298, 14, 505, 32, 25, 12138, 19, 76, 15802...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Includes: SSI or PHP for basic HTML and Javascript in separate files === Thanks to everyone here, got the Xampp server running!!! and can run my html in subdirectories now, as well. (can't have spaces in the subdirectory names) **NEXT UP - SSI Includes or PHP Includes** **Xampp says SSI is deactivated.** Tried u...
0
[ 2, 1103, 45, 13, 18, 18, 49, 54, 13, 26120, 26, 2125, 13, 15895, 17, 8247, 8741, 19, 1725, 6488, 800, 3726, 3726, 3669, 20, 1266, 235, 15, 330, 14, 993, 765, 3421, 8128, 946, 28116, 17, 92, 485, 51, 13, 15895, 19, 972, 10197, ...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Printing an openXml document without MS Word installed === Is there any way to print an openXML document (docx file) without having MS Word installed? It works nicely via the MS Word interface but I need to find a way to use it on servers where MS Word is not installed. I've been digging through the API and haven'...
0
[ 2, 7312, 40, 368, 396, 8184, 4492, 366, 4235, 833, 4066, 800, 3726, 3726, 25, 80, 186, 161, 20, 4793, 40, 368, 396, 8184, 4492, 13, 5, 13799, 396, 3893, 6, 366, 452, 4235, 833, 4066, 60, 32, 693, 24050, 1197, 14, 4235, 833, 6573...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
ASP Best Practices Overhead === Assume a typical, database and session driven ASP application developed using best practices just before the first release of .NET. Assign the amount of effort required for seasoned professionals to implement it properly and efficiently to be 1.0. What would you estimate to be the ...
0
[ 2, 28, 306, 246, 5242, 8860, 800, 3726, 3726, 7158, 21, 3874, 15, 6018, 17, 3723, 5355, 28, 306, 3010, 885, 568, 246, 5242, 114, 115, 14, 64, 830, 16, 13, 9, 2328, 9, 13952, 14, 2006, 16, 2150, 1390, 26, 198, 69, 9991, 20, 871...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Algorithm for shortening a series of actions? === It's been awhile since my algorithms class in school, so forgive me if my terminology is not exact. I have a series of actions that, when run, produces some desired state (it's basically a set of steps to reproduce a bug, but that doesn't matter for the sake of thi...
0
[ 2, 9083, 26, 502, 6286, 21, 231, 16, 3078, 60, 800, 3726, 3726, 32, 22, 18, 74, 21, 10144, 179, 51, 15935, 718, 19, 116, 15, 86, 8591, 55, 100, 51, 20513, 25, 52, 5340, 9, 31, 57, 21, 231, 16, 3078, 30, 15, 76, 485, 15, 67...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Internal global property..bad smell? === I have run into a bit of a desgin issue with some code that I have been working on: My code basic looks like this: **Main COM wrapper:** public class MapinfoWrapper { public MapinfoWrapper() { Publics.InternalMapinfo = new Mapin...
0
[ 2, 3117, 2062, 1354, 9, 9, 5989, 3408, 60, 800, 3726, 3726, 31, 57, 485, 77, 21, 1142, 16, 21, 1746, 5831, 1513, 29, 109, 1797, 30, 31, 57, 74, 638, 27, 45, 51, 1797, 2125, 1879, 101, 48, 45, 13, 1409, 6232, 13, 960, 28051, ...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Learning algorithms === I want to learn algorithms using some very basic simple tutorials. Are there any out there? I have heard of recursion and stuff and I would like to get good at it. Any help would be appreciated.
0
[ 2, 2477, 15935, 800, 3726, 3726, 31, 259, 20, 2484, 15935, 568, 109, 253, 2125, 1935, 29724, 18, 9, 50, 80, 186, 70, 80, 60, 31, 57, 752, 16, 26604, 5991, 17, 3217, 17, 31, 83, 101, 20, 164, 254, 35, 32, 9, 186, 448, 83, 44,...
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...