eed3si9n
|
Registered User
|
|
Nov 22 |
answered | Opinion Mining - What Database Type? |
|
Nov 18 |
awarded | ● Nice Answer |
|
Nov 18 |
awarded | ● Nice Question |
|
Nov 14 |
comment |
What to do when co-workers code badly? Dupe of stackoverflow.com/questions/206286/… |
|
Nov 14 |
comment |
onscreen keyboard This is a dupe of stackoverflow.com/questions/156912/… |
|
Nov 14 |
answered | onscreen keyboard |
|
Nov 13 |
answered | Best web app for creating screen mockups? |
|
Nov 13 |
revised |
Best web app for creating screen mockups? Edited the tags. |
|
Nov 13 |
revised |
Best free 3-Way Merge Tool for Windows. Added link to Beyond Compare. |
|
Nov 13 |
comment |
Best free 3-Way Merge Tool for Windows. I didn't downvote, but WinMerge is not a 3-way merge tool. |
|
Nov 13 |
comment |
Best free 3-Way Merge Tool for Windows. TortoiseMerge is a 2-way merge tool, so you can't compare base revision in trunk, revision y in branch, and revision y-1 in branch. Having revision y-1 allows you to prevent unwanted changes to merge into trunk. See stackoverflow.com/questions/326937 |
|
Nov 13 |
accepted | Who should do the Testing of software. Its the developer(who wrote it) or the tester(who just writes testcases) |
|
Nov 4 |
accepted | Open an accordian panel with a function |
|
Oct 29 |
answered | instantiate object with reflection using constructor arguments |
|
Oct 27 |
accepted | How to implement undo/redo of files mapped in a treeview |
|
Oct 26 |
accepted | Receiving data in TCP |
|
Oct 26 |
answered | Open an accordian panel with a function |
|
Oct 26 |
revised |
MATLAB: What’s [Y,I]=max(AS,[],2);? Added [C,I] = max(...) |
|
Oct 26 |
revised |
MATLAB: What’s [Y,I]=max(AS,[],2);? Changed title and added some formatting. |
|
Oct 26 |
answered | MATLAB: What’s [Y,I]=max(AS,[],2);? |
|
Oct 26 |
revised |
Receiving data in TCP Added more stuff from the app's point of view.; added 2 characters in body |
|
Oct 26 |
comment |
Receiving data in TCP @Matthew Scharley, from the TCP client's point of view, TCP does guarantee that it delivers the datagram in order. The underlying IP doesn't so it might re-order them, but that's internal details of TCP. |
|
Oct 26 |
answered | Receiving data in TCP |
|
Oct 23 |
comment |
cross browser strechable round corner with semantic code and minimal use of images. is it possible ? If you don't specify the width for the top div, the box seems to stretch up until certain point. See the credit box on the ThrashBox page. |
|
Oct 23 |
revised |
cross browser strechable round corner with semantic code and minimal use of images. is it possible ? Added link to another box. |
|
Oct 23 |
answered | cross browser strechable round corner with semantic code and minimal use of images. is it possible ? |
|
Oct 22 |
answered | What is the difference between static_cast<> and C style casting? |
|
Oct 22 |
answered | PHP as a Desktop Programming Language |
|
Oct 21 |
revised |
File download time in PHP/MySQL Added code. |
|
Oct 21 |
comment |
File download time in PHP/MySQL @Lavanya ks, just to clarify, you are asking for the time at which a user downloaded a given file, not how long it took for the user to download the file, correct? |
|
Oct 21 |
revised |
File download time in PHP/MySQL Corrected answer. |
|
Oct 21 |
answered | Delphi Conversion Unicode Issues |
|
Oct 21 |
answered | File download time in PHP/MySQL |
|
Oct 21 |
answered | How to validate an XML document using a RELAX NG schema and JAXP? |
|
Oct 21 |
accepted | WCF Peer to Peer, Are There Nodes Out There? |
|
Oct 19 |
comment |
Programming to interfaces and synchronized collections @araqnid, the way of "Java approach" is painted with blood and scars of performance, concurrency, etc from over the years. Especially since it took off in the server-side use, the scale has tipped towards dependency-injecting, code-to-interface, architecture astronaut way, compared to simple "new Vector();" |
|
Oct 19 |
answered | Programming to interfaces and synchronized collections |
|
Oct 19 |
answered | What is the meaning of leading underscores in a C++ constructor? |
|
Oct 8 |
answered | Pattern matching zero-argument functions in scala: mystified by warning |
|
Oct 7 |
revised |
Cloning a TStringGrid Component Added link to Custom Component Development |
|
Oct 7 |
comment |
Cloning a TStringGrid Component @Biolyzer, according to Wikipedia "a subclass is a class that inherits some properties from its superclass. [...] Subclasses and superclasses are often referred to as derived and base classes, respectively, terms coined by C++ creator Bjarne Stroustrup." |
|
Oct 6 |
revised |
Embed xna game in a webpage Added link to ClickOnce; deleted 178 characters in body |
|
Oct 6 |
answered | Embed xna game in a webpage |
|
Oct 6 |
comment |
How to be an eco-friendly programmer? As of 2009, United Nations Intergovernmental Panel on Climate Change (IPCC) thinks "warming of the climate system is unequivocal" and "most of the observed increase in global average temperatures since the mid-20th century is very likely due to the observed increase in anthropogenic greenhouse gas concentrations." I don't think there's much room for mythology or theology here. |
|
Oct 6 |
revised |
“dangling” local blocks in scala Added more lnks. |
|
Oct 6 |
answered | “dangling” local blocks in scala |
|
Oct 6 |
answered | Cloning a TStringGrid Component |
|
Oct 6 |
answered | scala case classes questions |
|
Oct 5 |
comment |
Benefits to switching from classic asmx to wcf. I actually do use a service that acts both as REST and SOAP. There's varying degree of support for WS-* stack on different platforms, so I find REST (hardcoding to HTTPS for security, reliability, etc) to be more pragmatic cross-platform solution. |
|
Oct 5 |
answered | Benefits to switching from classic asmx to wcf. |
