User public static - Stack Overflowmost recent 30 from stackoverflow.com2009-12-08T03:27:22Zhttp://stackoverflow.com/feeds/user/1368http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/65199/c-compare-algorithms1C# compare algorithmspublic static2008-09-15T18:01:26Z2009-12-04T20:42:50Z
<p>Hi,
Are there any open source algorithms in c# that solve the problem of creating a difference between two text files?</p>
<p>It would be super cool if it had some way of highlighting what exact areas where changed in the text document also.</p>
http://stackoverflow.com/questions/160497/removing-svn-folders-from-project-for-deployment7Removing .svn folders from project for deploymentpublic static2008-10-02T01:36:51Z2009-12-03T15:18:20Z
<p>Hi,</p>
<p>I'm using subversion (TortoiseSVN) and I want to remove the .svn folders from my project for deployment, is there an automated way of doing this using subversion or do I have to create a custom script for this?</p>
http://stackoverflow.com/questions/112983/using-divs-to-display-table-like-data2Using Divs to display table-like datapublic static2008-09-22T03:08:38Z2009-11-20T10:38:05Z
<p>I want to display data like the following:</p>
<pre><code> Title Subject Summary Date
</code></pre>
<p>So my html looks like:</p>
<pre><code>div class="title" /div div class="subject" /div .... etc.
</code></pre>
<p>The problem is, all the text doesn't appear on a single line. I tried adding display="block" but that doesn't seem to work.</p>
<p>What am I doing wrong here?</p>
<p><b>Update</b>
Please dont' tell me to use tables! I just checked the source, this very site is using DIV's!</p>
http://stackoverflow.com/questions/53086/can-i-depend-on-the-values-of-gethashcode-to-be-consistent5Can I depend on the values of GetHashCode() to be consistent?public static2008-09-09T22:52:32Z2009-11-15T19:55:34Z
<p>Hi,</p>
<p>Is the return value of GetHashCode() guaranteed to be consistent assuming the same string value is being used? (C#/ASP.NET)</p>
<p>I uploaded my code to a server today and to my surprise I had to reindex some data because my server (win2008 64-bit) was returning different values compared to my desktop computer.</p>
http://stackoverflow.com/questions/99056/asp-net-webforms-asp-net-ajax-versus-asp-net-mvc-and-ajax-framework-freedom8ASP.NET webforms + ASP.NET Ajax versus ASP.NET MVC and Ajax framework freedompublic static2008-09-19T02:47:15Z2009-10-30T18:41:53Z
<p>Hi,</p>
<p>If given the choice, which path would you take?
1. asp.net webforms + asp.net ajax</p>
<p>or</p>
<ol>
<li>asp.net mvc + ajax framework of your choice (jquery, yui, prototype, etc).</li>
</ol>
<p><b>Focus point: Are their any limitations to #1, or hurdles since it is less 'free/open'</b></p>
http://stackoverflow.com/questions/12611/designing-a-calendar-system-like-google-calendar6Designing a Calendar system like Google Calendarpublic static2008-08-15T19:10:15Z2009-09-30T19:30:30Z
<p>Hi,
I have to create something similiar to Google Calendar, so I created an events table that contains all the events for a user.</p>
<p>The hard part is handling re-occurring events, the row in the events table has an event_type field that tells you what kind of event it is, since an event can be for a single date only, OR a re-occuring event every x days.</p>
<p><strong>The main design challenge is handling re-occurring events.</strong></p>
<p>When a user views the calendar, using the month's view, how can I display all the events for the given month? The query is going to be tricky, so I thought it would be easier to create another table and create a row for each and every event, including the re-occuring events.</p>
<p>What do you guys think?</p>
http://stackoverflow.com/questions/110175/how-to-access-the-current-subversion-build-number12How to access the current Subversion build number?public static2008-09-21T03:34:56Z2009-08-29T13:46:29Z
<p>duplicate: <a href="http://stackoverflow.com/questions/163/how-do-i-sync-the-svn-revision-number-with-my-asp-net-web-site">How do I sync the SVN revision number with my ASP.NET web site?</a>
<hr/></p>
<p>How can you automatically import the latest build/revision number in subversion?</p>
<p>The goal would be to have that number visible on your webpage footer like SO does.</p>
http://stackoverflow.com/questions/16963/who-actually-uses-datagrid-gridview-formview-etc-in-production-apps6Who actually uses DataGrid/GridView/FormVIew/etc in production apps?public static2008-08-19T21:09:30Z2009-07-30T14:03:24Z
<p>Hi,</p>
<p>Curious if others feel the same as me. To me, controls such as datagrid/gridview/formview/etc. are great for presentations or demo's only. To take the time and tweak this controls, override their default behavior (hooking into their silly events etc.) is a big headache. The only control that I use is the repeater, since it offers me the most flexibility over the others.</p>
<p><strong>In short, they are pretty much bloatware.</strong></p>
<p>I'd rather weave my own html/css, use my own custom paging queries. </p>
<p>Again, if you need to throw up a quick page these controls are great (especially if you are trying to woo people into the ease of .net development hehe).</p>
<p>I must be in the minority, otherwise MS wouldn't dedicated so much development time on these types of controls...</p>
http://stackoverflow.com/questions/118415/datetime-localization6Datetime localizationpublic static2008-09-23T00:29:16Z2009-07-25T22:04:49Z
<p>Hi,</p>
<p>My database is located in e.g. california.
My user table has all the user's timezone e.g. -0700 UTC </p>
<p>How can I adjust the time from my database server whenever I display a date to the user who lives in e.g. new york? UTC/GMT -4 hours</p>
http://stackoverflow.com/questions/242143/does-wcf-support-any-kind-of-resume-functionality1Does WCF support any kind of resume functionality?public static2008-10-28T03:22:39Z2009-07-04T02:00:03Z
<p>Hi,</p>
<p>I am using WCF to upload data to a server.</p>
<p>If the communication fails, is there any way to resume the upload?</p>
http://stackoverflow.com/questions/35599/what-makes-the-unix-file-system-more-superior-to-the-windows-file-system-7What makes the Unix file system more superior to the Windows file system?public static2008-08-30T02:25:53Z2009-06-09T04:03:59Z
<p>I'll admit that I don't know the inner workings of the unix operating system, so I was hoping someone could shed some light on this topic.</p>
<p>Why is the Unix file system better than the windows file system?</p>
<p>Would grep work just as well on Windows, or is there something fundamentally different that makes it more powerful on a Unix box?</p>
<p>e.g. I have heard that in a Unix system, the number of files in a given directory will not slow file access, while on Windows direct file access will degrade as the # of files increase in the given folder, true?</p>
<p>Updates:
Brad, no such thing as the <a href="http://en.wikipedia.org/wiki/Unix_File_System" rel="nofollow">unix file system</a>?</p>
http://stackoverflow.com/questions/13154/is-it-safe-to-install-svn-on-a-production-win2008-web-server1Is it safe to install SVN on a production win2008 web server?public static2008-08-16T14:46:10Z2009-05-04T22:02:48Z
<p>I have a web server and I am currently paying for SVN hosting at a company that specializes in hosting svn.</p>
<p>I am thinking of just installing SVN on my dedicated server, are there any security implications of this? </p>
http://stackoverflow.com/questions/65162/freelancer-to-fulltime-or-visa-versa-do-employers-run-from-freelancers4Freelancer-to-fulltime or visa-versa, do employers run from freelancers?public static2008-09-15T17:57:40Z2009-04-20T18:17:36Z
<p>If you have been freelancing for a few years, does it make you less likely to be hired by an employer? What if you freelanced for 3 years, then worked for 2 years, then went back to freelancing for 2 years and <b>now</b> want to get back to a fulltime job?</p>
<p>Will not an employer avoid someone with a freelance background because they know he could potentially leave if he gets enticed by a good contract? As opposed to someone who has always worked as an employee, their track record shows they are more comfortable with a 9-5 and are therefore more 'stable'?</p>
http://stackoverflow.com/questions/108687/issues-creating-a-box-using-css3Issues creating a box using CSSpublic static2008-09-20T16:41:23Z2009-03-23T21:36:01Z
<p>Hi,</p>
<p>I want to create a box shape and I am having trouble.
I want the box to have a background color, and then different color inside the box.<br />
The box will then have a list of items using ul and li, and each list item will have a background of white, and the list item's background color is too stretch the entire distance of the inner box.
Also, the list items should have a 1 px spacing between each one, so that the background color of the inside box color is visible.</p>
<p>Here is a rough sketch of what I am trying to do:</p>
<p><img src="http://i38.tinypic.com/2nalnrl.png"></p>
http://stackoverflow.com/questions/93664/any-yahoo-yui-validation-framework-that-i-can-implement-in-asp-net-mvc2Any Yahoo YUI validation framework that I can implement in asp.net MVC?public static2008-09-18T15:37:36Z2009-03-10T01:49:13Z
<p>Hi,</p>
<p>Has anyone seen a Yahoo YUI validation framework that I could implement into asp.net MVC? I've seen a jQuery one but I want to work wit YUI.</p>
http://stackoverflow.com/questions/99643/css-reset-default-styles-for-common-elements7CSS Reset, default styles for common elementspublic static2008-09-19T04:28:29Z2009-02-02T12:19:34Z
<p>Hi,</p>
<p>After applying a CSS reset, I want to get back to 'normal' behavior for html elements like: p, h1..h6, strong, ul and li.</p>
<p>Now when I say normal I mean e.g. the p element adds spacing or a carriage return like result when used, or the size of the font and boldness for a h1 tag, along with the spacing.</p>
<p>I realize it is totally up to me how I want to set the style, but I want to get back to normal behavior for some of the more commen elements (at least as a starting point that I can tweak later on).</p>
http://stackoverflow.com/questions/97683/absolute-position-can-someone-explain-this1Absolute position, can someone explain thispublic static2008-09-18T22:35:04Z2009-01-08T00:52:12Z
<p>Here is a snippet of CSS that I need explained:</p>
<pre><code>#section {
width: 860px;
background: url(/blah.png);
position: absolute;
top: 0;
left: 50%;
margin-left: -445px;
}
</code></pre>
<p>Ok so its absolute positioning of an image obviously.</p>
<ol>
<li>top is like padding from the top, right?</li>
<li>what does left 50% do?</li>
<li>why is the left margin at -445px? </li>
</ol>
<p><b>Update:</b>
width is 860px.
The actual image is 100x100 if that makes a difference??</p>
http://stackoverflow.com/questions/87753/resizing-an-image-without-losing-any-quality4Resizing an Image without losing any qualitypublic static2008-09-17T21:16:08Z2009-01-06T10:50:14Z
<p>Hi,
I need to resize an image, but the image quality cannot be affected by this. (C#)</p>
http://stackoverflow.com/questions/46719/want-to-encode-text-during-regex-replace-call1Want to Encode text during Regex.Replace callpublic static2008-09-05T19:41:30Z2009-01-05T19:38:30Z
<p>I have a regex call that I need help with.</p>
<p>I haven't posted my regex, because it is not relevant here.
What I want to be able to do is, during the Replace, I also want to modify the ${test} portion by doing a Html.Encode on the entire text that is effecting the regex.</p>
<p>Basically, wrap the entire text that is within the range of the regex with the bold tag, but also Html.Encode the text inbetween the bold tag.</p>
<pre><code>RegexOptions regexOptions = RegexOptions.Compiled | RegexOptions.IgnoreCase;
text = Regex.Replace(text, regexBold, @"<b>${text}</b>", regexOptions);
</code></pre>
http://stackoverflow.com/questions/61480/class-definition-using-get-set4Class definition, using { get; set;}public static2008-09-14T17:19:53Z2008-12-09T22:18:25Z
<p>In the past we declared classses like:</p>
<pre><code>public class MyClass
{
private int _age;
public int Age
{
get{ return _age; }
set{ _age = value; }
}
}
</code></pre>
<p>Now we can do:</p>
<pre><code>public class MyClass
{
public int Age {get; set;}
}
</code></pre>
<p>My question is, how can I access the private variable that is created automatically using this notation? </p>
<p>I would rather access the private variable and not the public accessor 'Age' ? Is there a default notation to access the private variable, or it is just not possible?</p>
http://stackoverflow.com/questions/69076/openid-login-workflow2OpenID login workflow?public static2008-09-16T03:06:00Z2008-12-09T19:40:00Z
<p>When someone logs into a site using Open ID, what goes on behind the scene?</p>
<p>can someone explain to me the work flow/steps of what happens during a typical login from a partner open ID site? (like this site)</p>
<p>i.e. when I login at myopenid, what is passed into this site? how does SO know it was a correct login?</p>
http://stackoverflow.com/questions/304145/project-design-specification-critique-is-this-the-right-idea2Project design / specification critique, is this the right idea?public static2008-11-20T02:12:38Z2008-12-08T12:07:49Z
<p>Hi,</p>
<p>Say we are creating Acme CMS. This CMS web application will allow you to create an unlimited number of categories with sub-categories (unlimited depth), and each category can have 0+ content pages associated with it.</p>
<p>So this project, at a high level will have: </p>
<p><em>Front End</em>
1. index page
2. category page with list of content pages
3. content page</p>
<p><em>Admin Control Panel</em>
1. categories (add/update/delete)
2. pages (add/update/delete/)</p>
<p>Schema design
1. tables
2. stored procedures
3. data access layer</p>
<p>Questions:
I am using a bug tracker and Wiki, so how should I break this project down?</p>
<p>I am thinking of breaking each section (front end/ admin panel) down into individual pages, then writing simple user stories for each page (or theme).</p>
<p>When I have the user stories completed, I will then create a list of cases in my bug tracker representing features that I have to develop, along with an estimate for each one.</p>
<p><b>Am I breaking down this project properly? Any major gaps in planning that will make this project fail (in theory anyway!)</b></p>
<p><b>Please provide a detailed answer, maybe a general idea of what I should do, with a detailed example explaining it and why etc.</b></p>
http://stackoverflow.com/questions/110205/want-to-download-a-git-repository-what-do-i-need-windows-machine4Want to download a Git repository, what do I need (windows machine)?public static2008-09-21T03:53:57Z2008-11-28T19:03:04Z
<p>Hi,</p>
<p>I want to download this open source application, and they are using Git. What do I need to download the code base?</p>
<p><b>Update</b>
How do I change the working directory when I am using Git Bash? (I want to download the repo at a certain directory, using pwd tells me I will be downloading the repo where I don't want it.</p>
http://stackoverflow.com/questions/303994/log-all-queries-in-mysql6Log all queries in mysqlpublic static2008-11-20T00:39:01Z2008-11-22T05:36:29Z
<p>Hi,</p>
<p>Is it possible for me to turn on audit logging on my mysql database?</p>
<p>I basically want to monitor all queries for an hour, and dump the log to a file.</p>
http://stackoverflow.com/questions/307740/in-mvc-when-do-you-use-and6In MVC, when do you use <%= %> and <% %>?public static2008-11-21T03:27:41Z2008-11-21T11:52:20Z
<p>Hi,</p>
<p>In asp.net mvc, when do we use:</p>
<p><%= %></p>
<p>and</p>
<p><% %></p>
<p>Do we ever need to put a ; (colon) ?</p>
http://stackoverflow.com/questions/58278/design-by-coding-its-wrong-but-easier-to-visualize8Design by coding, its wrong but easier to visualizepublic static2008-09-12T04:02:28Z2008-11-21T02:39:57Z
<p>I'm sure others agree, when code hits the pavement it is much easier to think of all the elements that will go into your application. Meaning, once you get going, you think of the <b>what's next</b> because you have reached a point where you have to design another table or class.</p>
<p>The drawbacks of this approach are obvious and we don't need to go into it. </p>
<p>The question is, for those of us who can't conceptualize the design without "seeing it", how do we go from design at the seat of our pants to a more structured methodology?</p>
<p>The only solution I can think of is detailed specifications, which forces one to think of exactly how things are going to work.</p>
<p>Is this just a case of how people think differently, or is there something else I am ignoring?</p>
http://stackoverflow.com/questions/307332/overriding-system-web-mvc-viewmasterpage-where-to-make-call-to-grab-from-cache0Overriding System.Web.Mvc.ViewMasterPage, where to make call to grab from cache?public static2008-11-20T23:54:36Z2008-11-21T02:09:35Z
<p>Hi,</p>
<p>I need to grab a value from the HttpCOntext.Items request cache, where should I do this?</p>
<p>Is there a particular event or contsructor I should override?</p>
http://stackoverflow.com/questions/12946/database-replication-2-servers-master-database-and-the-2nd-is-read-only2Database replication. 2 servers, Master database and the 2nd is read-onlypublic static2008-08-16T01:18:46Z2008-10-31T14:45:10Z
<p>Say you have 2 database servers, one database is the 'master' database where all write operations are performed, it is treated as the 'real/original' database. The other server's database is to be a mirror copy of the master database (slave?), which will be used for read only operations for a certain part of the application.</p>
<p>How do you go about setting up a slave database that mirrors the data on the master database? From what I understand, the slave/readonly database is to use the master db's transaction log file to mirror the data correct?<br />
What options do I have in terms of how often the slave db mirrors the data? (real time/every x minutes?).</p>
http://stackoverflow.com/questions/252396/what-are-terms-used-to-describe-the-act-of-solving-a-bug-3What are terms used to describe the act of solving a bug?public static2008-10-31T01:50:21Z2008-10-31T14:11:45Z
<p>Hi,</p>
<p>What are terms/slangs used to describe the act of solving a bug?</p>
<p>e.g. squashed the bug</p>
<p>Others?</p>
http://stackoverflow.com/questions/94240/programming-related-comics-1Programming related comics? [closed]public static2008-09-18T16:36:51Z2008-10-16T20:23:51Z
<p>Hi,</p>
<p>Looking for some programming related comics, any you guys can recommend?</p>
<p><hr /></p>
<p>This is a duplicate, <a href="http://stackoverflow.com/questions/5138/webcomics-besides-xkcd">look here</a> and <a href="http://stackoverflow.com/questions/84556/whats-your-favorite-programmer-cartoon">here</a>.</p>
http://stackoverflow.com/questions/304145/project-design-specification-critique-is-this-the-right-ideaComment by public static on Project design / specification critique, is this the right idea?public static2008-11-20T23:55:48Z2008-11-20T23:55:48ZNo, dreaming of a project and I want to work on my design skills. Still need work on it, maybe I'll post another one and word it more clearly.http://stackoverflow.com/questions/304145/project-design-specification-critique-is-this-the-right-idea/304156#304156Comment by public static on Project design / specification critique, is this the right idea?public static2008-11-20T05:11:06Z2008-11-20T05:11:06ZThe question is trying to focus on the process, not the feature set of the application.http://stackoverflow.com/questions/304145/project-design-specification-critique-is-this-the-right-idea/304199#304199Comment by public static on Project design / specification critique, is this the right idea?public static2008-11-20T03:21:42Z2008-11-20T03:21:42Zdata model I can wipup in a few days w/o spec, business layer & presentation is what I need to detail.http://stackoverflow.com/questions/304145/project-design-specification-critique-is-this-the-right-idea/304199#304199Comment by public static on Project design / specification critique, is this the right idea?public static2008-11-20T03:19:34Z2008-11-20T03:19:34Zso the theme would be a page?http://stackoverflow.com/questions/160497/removing-svn-folders-from-project-for-deployment/160505#160505Comment by public static on Removing .svn folders from project for deploymentpublic static2008-10-02T01:53:24Z2008-10-02T01:53:24Zthanks, I was looking for a tortoise solution preferrably. I'm using filezilla, does that have filtering?http://stackoverflow.com/questions/155134/filter-asp-net-web-applications-files-when-deploying/155155#155155Comment by public static on Filter ASP.NET web application's files when deployingpublic static2008-09-30T21:31:01Z2008-09-30T21:31:01ZI'm looking for a script, so I can tweak it.http://stackoverflow.com/questions/144226/do-css-ems-always-represent-the-font-size/144245#144245Comment by public static on Do CSS ems always represent the font size?public static2008-09-27T19:57:49Z2008-09-27T19:57:49Zthanks for the 'hence the name comment', I can remember it now hopefully!http://stackoverflow.com/questions/136986/bulk-updating-a-table-from-rows-from-another-table/137087#137087Comment by public static on Bulk updating a table from rows from another tablepublic static2008-09-26T00:31:53Z2008-09-26T00:31:53Zfor some reason the update query is more complicated, hopefully now I can think of them the same way!http://stackoverflow.com/questions/125117/rounded-corners-is-this-mozilla-specific/125128#125128Comment by public static on Rounded corners, is this Mozilla specific?public static2008-09-24T02:51:08Z2008-09-24T02:51:08ZI guess it depends on how you look at it. IE is alienating its user base also.http://stackoverflow.com/questions/125117/rounded-corners-is-this-mozilla-specific/125123#125123Comment by public static on Rounded corners, is this Mozilla specific?public static2008-09-24T02:49:04Z2008-09-24T02:49:04Zjust did, and no they are square corners...strange!http://stackoverflow.com/questions/112983/using-divs-to-display-table-like-dataComment by public static on Using Divs to display table-like datapublic static2008-09-22T03:29:54Z2008-09-22T03:29:54ZWell displaying questions with the votes/ansnwers/quesiton summary is tabular data no?http://stackoverflow.com/questions/108687/issues-creating-a-box-using-css/108778#108778Comment by public static on Issues creating a box using CSSpublic static2008-09-21T19:28:10Z2008-09-21T19:28:10Zthat looks great, except for some reason the width isn't 100% of that container, actually it is very narror for some reason, any ideas?http://stackoverflow.com/questions/107964/css-list-style/110309#110309Comment by public static on CSS list-stylepublic static2008-09-21T19:25:41Z2008-09-21T19:25:41Zok now that makes sense, thanks.http://stackoverflow.com/questions/110205/want-to-download-a-git-repository-what-do-i-need-windows-machine/110209#110209Comment by public static on Want to download a Git repository, what do I need (windows machine)?public static2008-09-21T03:56:56Z2008-09-21T03:56:56Zok that is what I was thinking, just wanted some confirmation thanks.http://stackoverflow.com/questions/107964/css-list-style/107996#107996Comment by public static on CSS list-stylepublic static2008-09-20T15:59:46Z2008-09-20T15:59:46Zisn't adding the #nav ul li make mine more specific than the general ul li??