text string | meta dict |
|---|---|
Q: .NET decompilation, how easy is it? I was looking into the best encryption for a license key for an application, and someone said that someone can easily decompile the application and then just skip the test for the license key.
how would someone go about doing that practically speaking? So they have my .dll, they ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265295",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "13"
} |
Q: Running into issues when running Rails on Ubuntu First some background. I am trying to run Community Engine on a fresh install of Ubuntu. CE is a open src social networking plugin running on Rails. I was able to get CE up and running on my windows box w/o issue. I have decided to use Ubuntu 8.10 as my development en... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265302",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How hierarchical are Delphi 2009 project configuration option sets? Delphi 2009 introduced a hierarchical system for project options configuration, where you set "base" options and then have different build styles with their own option sets. But can you extend the hierarchy even further? I do most of my coding with ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265304",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "4"
} |
Q: AES encryption, sample code How do I go about performing AES encryption on a GUID?
On the clients computer we will store a GUID and their public key, and our internal servers will have the private key and their guid.
Is this all the necessary inputs to generate the AES encryption?
A: AES is a symmetric encryption a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265305",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Using Scrum in fix-length/fix-priced projects? I'm a Scrum newbie and looking to implement Scrum in my company. Obtaining buy-in is not a problem, it is my company and the developers are more than happy to work like this.
The problem is that 75% of our revenue is derived from fixed length/fixed price projects.
Ken ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265319",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "7"
} |
Q: How do you import CSV files with "improper" file names? Ok, I am importing and parsing csv files in a C# app. I started out doing a simple ReadLine() and splitting on commas but it turns out some of the text fields have commas in them. So I started to roll my own splitting function. Fortunately, it was only a few ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265324",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Sprint Lengths - 2 week vs 30 days I want to implement Scrum, but I can't decide on a Sprint length. Ken Schwaber seems to relate that 30 days it the defacto... but I can't imagine waiting 30 days without the possibility of changing direction or reprioritizing.
Our projects usually only last 1-3 months using the wa... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265332",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "9"
} |
Q: How do I retrieve hierarchic XML in t-sql? My table has the following schema:
id, parent_id, text
Given the following data I would like to return an xml hierarchy:
Data: (1,null,'x'), (2,1,'y'), (3,1,'z'), (4,2,'a')
XML:
[row text="x"]
[row text="y"]
[row text="a"/]
[/row]
[row text="z"/]
[/row]
Added: the h... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265335",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: What's the best way to automate secure FTP in PowerShell? I'd like to automate the FTP download of a database backup file using PowerShell. The file name includes the date so I can't just run the same FTP script every day. Is there a clean way to do this built into PowerShell or using the .NET framework?
I want to... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265339",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "27"
} |
Q: How do I check if a Sharepoint Document Library has the Require Approval flag set, using the Sharepoint API? It would also be useful to be able to check the "Requires Checkout" flag as well. I thought it might be a property on the SPDocumentLibrary object, but I can't see it.
Do I need to look in one of the admin n... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265342",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "9"
} |
Q: Automatically Duplicating Business Logic on Web Client Last week I implemented a date validation in our front end, a combination of ASP.NET and heavily dependent on lots of JavaScript code to avoid server round-trips until a form is actually saved. I felt it clumsy that this rule check is not done on the server, bu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265343",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Stop System.Windows.SplashScreen with WinForms from closing the app I'm using System.Windows.SplashScreen to add a splash screen to my WinForms app (it has a lot of WPF controls, but the 'main window' is still a System.Windows.Forms.Form object). When the splash screen closes the whole app goes as well.
Can I stop i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265351",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Simple Routing of TCP Endpoints in activemq whats wrong? I am trying to get a simple demo started with ActiveMQ that will demonstrate a TCP to TCP route. I am coding the endpoints and routes in a camel context in my activemq.xml configuration file.
<camelContext id="camel" xmlns="http://activemq.apache.org/camel/sch... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265361",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: How to create a calendar event / appointment in Exchange Server 2003 without using Outlook? Is there any way to create - manipulate calendar events in Exchange Server 2003 ?
I'm using VB.NET 2005. I don't want to use MAPI because everytime I will have to type user name and passwords. Is there any other way ? I used ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265362",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: UTF-16 to UTF-8 conversion (for scripting in Windows) what is the best way to convert a UTF-16 files to UTF-8? I need to use this in a cmd script.
A: Perhaps with iconv?
A: You can do this easily with built-in PowerShell cmdlets, which you can invoke from cmd:
C:\> powershell -c "Get-Content mytext.txt | Set-Conte... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265370",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "15"
} |
Q: SQL Server and generatd xml with xml auto, elements I'm working on an app that takes data from our DB and outputs an xml file using the FOR XML AUTO, ELEMENTS on the end of the generated query, followed by an XSLT to transform it the way we want. However in a particular case where we are generating some data using ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265371",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: PuTTY Shortcuts to Minimize, Maximize, Restore, and Move the Window The Alt+Space command doesn't work on Putty (at least for me). So, if I've to minimize or maximize my PuTTY windows, I'll have to use the mouse which is very uncomfortable. Did anyone get around this problem?
Thanks for your time!
A: You should go ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265374",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "36"
} |
Q: HTML Formatting in Visual Studio 2008 Is it possible to turn off all HTML formatting in Visual Studio 2008? It just totally messes everything up. For example, I'll add a grid with columns, styles, etc. with them all indented and on separate lines. I'll switch to design view or split view and all the work I just did ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265375",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "4"
} |
Q: DirectX redistributable package breakdown Am I allowed to redistribute only parts of the DirectX package? (e.g. only the DirectDraw DLLs, without Show/3D/etc.)
A: No. From the DirectX SDK Redist EULA:
DirectX Software Development Kit Redistributable Code
Redistributable Code is identified as
all of the files in ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265376",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "3"
} |
Q: Web development and back-end call efficiency Here's the scenario:
You have an ASP.Net application supported by a Microsoft SQL Server database, and for this example there won't be any caching.
For each page in your web application, what's more efficient:
Attempting to condense everything you need into one (or a few)... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265379",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Why is lazy evaluation useful? I have long been wondering why lazy evaluation is useful. I have yet to have anyone explain to me in a way that makes sense; mostly it ends up boiling down to "trust me".
Note: I do not mean memoization.
A: *
*It can boost efficiency. This is the obvious-looking one, but it's not ac... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265392",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "131"
} |
Q: Expression Blend 2 Issue with Creating Silverlight 2 Projects? I have Expression Blend 2, Service Pack 1, and cannot create a Silverlight 2 project. When I attempt to create a Silverlight 2 project, I get the following error:
Blend cannot continue because a compatible Silverlight version could not be found.
I inst... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265395",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Refactoring a function that uses window.open to use the DOM rather than write() I have an application that uses window.open() to generate dynamic popups. Unfortunately, I've had trouble creating the content of the new windows using the standard DOM functions (createElement, appendChild), and I've gone to using docum... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265398",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: How to catch an exception in VB.NET when using jQuery ajax I'm using jQuery to handle all my ajax needs for an ASP.NET site coded in VB. When I use the built in $.ajax function to POST to a code-behind function and there is an exception, it simply exits the function, and shows an error on the client side.
Besides ma... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265403",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Doing a generic in Grails This is a generic way to select data from a table and show the results in an HTML table using JSP taglibs. What is the generic way to do this in Grails? That is, take a few lines of SQL and generate an HTML table from scratch in Grails, including the column names as headers.
<sql:query ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265410",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Are loops the best way to build a table? I have to build an HTML table that shows data for users versus pages visited. It seems klunky to use for and/or foreach loops, but I can't think of anything better. I'm using PHP, but I would assume that this is language agnostic.
A: Well, if you have multiple rows, with dat... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265423",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: What is the best way to parse an XML boolean attribute (in .NET)? An XML attribute declared as xs:boolean can acceptable be "true", "false", "0" or "1". However, in .NET, Boolean.Parse() will only accept "true" or "false". If it sees a "0" or "1", it throws a "Bad Format" exception.
So, given that, what's the best ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265425",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "21"
} |
Q: Apache Whitelist reverse proxy We have a reverse proxy here, running Apache in version 2.2.x
Essentially I want to create a whitelist so that only valid URLs will go through the proxy and be processed by the web server.
How do you do this in the Apache config file, or do you need to use SQUID?
A: Create a text file... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265438",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "3"
} |
Q: Support for EJB2 with Jboss 5CR2 How I can configure Jboss 5 to support EJB2?
I'm testing the new release of jboss (5) and need to deploy my old EJB2
A: EJB3/J2EE5 compliance require that the application server maintain compatibility and interoperability with EJB2. The Jboss "default" mode already supports EJB2 as... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265442",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: WinDbg, with minidump from native 32-bit app crashing on 64-bit Windows, won't load symbols for system DLLs I've got a minidump file from a crash in one of our apps. It's a 32-bit native app, and it was running on 64-bit Windows.
If I load the minidump file into WinDbg, WinDbg won't load the symbols for the system D... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265449",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "6"
} |
Q: Regex BNF Grammar Is there any BNF grammar for regular expression?
A: http://web.archive.org/web/20090129224504/http://faqts.com/knowledge_base/view.phtml/aid/25718/fid/200
A: You can see one for Perl regexp (displayed a little more in detail here, as posted by edg)
A: To post them on-site:
CMPT 384 Lecture Note... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265457",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "29"
} |
Q: GUI Framework for flash (as3) I can't seem to find any GUI framework's for as3 that are as good as any the applications I already see out on the web; Is this something most people code themselves or am I missing something in flash itself?
I'm looking for dialogs/windows, buttons, text boxes, combos, drop downs, menu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265476",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "7"
} |
Q: preventDefault() on an tag I have some HTML and jQuery that slides a div up and down to show or hide` it when a link is clicked:
<ul class="product-info">
<li>
<a href="#">YOU CLICK THIS TO SHOW/HIDE</a>
<div class="toggle">
<p>CONTENT TO SHOW/HIDE</p>
</div>
</li>
</ul>
$('div.toggle').hide(... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265478",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "161"
} |
Q: Application has failed to start ... application configuration is incorrect - VC++ 2005 Runtime Problem We moved our Visual C++ 2003 solution to Visual 2005 and now we have problems deploying to clean XP machines.
Our solution has a DLL project and a command line executable which uses this DLL. Both projects create a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265481",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "7"
} |
Q: How to store URLs in a table? I think the field type should be string of variable length (VARCHAR), but what length should I use?
To clarify: I want to pick a size that would be able to store average URL, and don't really care about maximum possible.
A: For I.E. the limit is 2,083 Characters
It appears that most... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265484",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Altering a trigger in Sql Server 2005 I need to alter a trigger in sql server 2005 and I want to do it using a table adapter and a sql statement, not a stored proc. I know I could run this in the query browser and execute it but I need to deploy it across several databases and use a table adapter in the update. Is t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265492",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Theme is referenced but not used, at runtime I have a website which uses themes. Depending on the url (if it is A.something.com or B.something.com, where A and B represent clients), I will load a different theme. The intention is to use one codebase for different clients. I have an app_themes folder, several themes ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265494",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: asp.net mvc saving and displaying images in db how do you go about saving images and displaying them from a SQL Server Image field when using ASP.NET MVC?
Many thanks
Nick
A: The MvcFutures http://www.codeplex.com/aspnet/Release/ProjectReleases.aspx?ReleaseId=18459 project has a FileResult which is a type of Action... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265505",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "3"
} |
Q: ASP.NET MVC View User Control - how to set IDs? I need a dropdown list on my page that will allow a user to select their state. Since this is probably a control that will be used elsewhere, I thought it would be a good idea to create an MVC View User Control that could be reused.
I was thinking the control would lo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265508",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "7"
} |
Q: Best practice when not implementing IValueConvert.ConvertBack Just wondering what people think is the best practice when implementing an IValueConverter which does not have a meaningfull ConvertBack implementation (or one that is only to be used as OneWay)?
Should it throw (and in that case what exception), return n... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265515",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "39"
} |
Q: Hints in Sql Server Are hints really necessary for every sql statement? We have a dba who is anal about it and asks us to put hints on every select and update statements in our stored procs. Is this really necessary?
A: Not usually. Putting them on everything sounds like overkill.
The documentation says
Because th... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265516",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Fastest way to create large file in c++? Create a flat text file in c++ around 50 - 100 MB
with the content 'Added first line' should be inserted in to the file for 4 million times
A: Not sure I understand the question. Do you want to ensure that every character in the file is a printable ASCII character? If so, ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265518",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "5"
} |
Q: How can I change the UpdateCheck Attribute of a LINQ 2 SQL Column at runtime? We have a few applications that use the same Linq 2 SQL DataContext. One of those Apps wil do massive inserts (it's a convertor from an old system). Is it possible to change the UpdateCheck of the TimeStamp column of each table at runtim... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265524",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: rel-tag bookmarklet for last path component of a URL Many web sites support folksonomy tags. You may have heard of rel-tag, where it says that "The last path component of the URL is the text of the tag".
I am looking for a bookmarklet or greasemonkey script (javascript) to get the "last path component" for the URL ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265528",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: MSV08-C#: How do I stop two groupboxes from auto-parenting themselves when dragged on top of one another? IDE: Microsoft Visual Studio Professional 2008
Language: C#
Background:
I have one form and two groupboxes that are going to be used as preference catagory groupboxes. My problem is that everytime I drag one gro... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265530",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Winforms ComboBox SelectedValueChange event How do I prevent code from executing in the SelectedValueChange event of a combobox when the combobox is being loaded for the first time? I need the code to execute when the user has selected a new value.
A: You have a few options.
*
*Rather than letting the designer h... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265538",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "4"
} |
Q: What is the best field validation plugin for Prototype? Not wanting to re-invent the wheel or anything, I was wondering if there's a plugin out there a field or form validation plugin that works with Prototype that you can recommend from your own experience and why?
A: I like Ben Keen's Really Simple Validation com... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265541",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how to read files from uncompressed zip in c#? I´m creating a PDA app and I need to upload/download a lot of small files and my idea is to gather them in an uncompressed zip file.
The question is: It´s a good idea to read those files from the zip without separating them? How can I do so? Or is it better to unzip the... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265549",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: WCF ErrorHandler I have read several documentations about building custom ErrorHandler (by inheriting from IErrorHandler). Unfortunately, I have several doubts about how doing it.
The problem is that I don't exactly understand the meaning of the two methods of IErorrHandler (i.e. ProvideFault and HandleError).
For m... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265551",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why doesn't setting a nvarchar variable to null return nothing in this stored proc? When @RadioServiceGroup is set to NULL, I want to return all the records from the sbi_l_radioservicecodes table which has about 120 records. However, when I execute the following procedure and set the @RadioServiceGroup to NULL, it ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265559",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "4"
} |
Q: Creating a lib from other libs : is it possible? I'm using Windows CE Platform Builder and my code is written in C++ . For each of the folders in the project I'm creating a lib ( the code is statically linked ) . However , there are about 20 libs so far . Is there a way to reduce their number ? I was thinking of cre... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265563",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Do you support standard users on Windows XP? Update: Since development machine has moved to Vista, i now automatically test as a standard user. And with XP being phased out, this question isn't so relavent anymore.
Since the Windows 2000 logo requirements, Microsoft has been requiring that applications run as stand... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265579",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "6"
} |
Q: Why can't a class extend its own nested class in C#? For example:
public class A : A.B
{
public class B { }
}
Which generates this error from the compiler:
Circular base class dependency
involving 'A' and 'A.B'
I always figured a nested class behaved just like a regular class except with special rules conce... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265585",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "32"
} |
Q: Can one setup dev/random when using a VM(virtual machine)? Does anyone know if it's possible to setup dev/random when running the OS within a VM (VMWare in this case)?
A: What do you mean by "setup"? /dev/random will be available in the VM, and work just fine.
A: Tis is not an answer but a workaround: When I had t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265591",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: How can I programmatically obtain content from a website on a regular basis? Let me preface this by saying I don't care what language this solution gets written in as long as it runs on windows.
My problem is this: there is a site that has data which is frequently updated that I would like to get at regular interva... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265592",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Open Source Alternative to ASP.NET Commercial Uber-Grids The company I work for uses an ASP.NET grid component from a commercial vendor, but won't upgrade the buggy old version we have to a newer version because of cost. Are there open-source alternatives to these Uber-Grids that we could take advantage of?
I'm sp... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265593",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "4"
} |
Q: What IDE / Editor do you use for Ruby on Linux? I've been using vim, but after reading this question was wondering what is being used in the linux world.
A: There's also Netbeans: http://ruby.netbeans.org/
A: If you'd rather be using a light text editor instead of a heavy IDE, then I'd highly recommend going wit... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265601",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "8"
} |
Q: Swing transparency using JNI I'm trying to create a simple Java application that displays a frame containing a JButton. I'm using JNI to add transparency to the window. The window is transparent but the button is not. Also, when I move the window the button doesn't move with the window. The same thing happens with a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265602",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I use XML as a DataSource for a DataGridView in a WinForms project? How do I link an editable DataGridView to an XML file in a WinForms project?
A: The easiest way recommended by MSDN here http://msdn.microsoft.com/en-us/magazine/cc163669.aspx is to load it into a data set.
Q Can you tell me the best way t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265604",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "5"
} |
Q: Is there any way to get a list of open/allocated cursors in SQL server? I have a stored procedure that creates and opens some cursors. It closes them at the end, but if it hits an error those cursors are left open! Then subsequent runs fail when it tries to create cursors since a cursor with the name already exist... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265605",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "8"
} |
Q: how to add new application mapping in iis How can I add new application mapping in IIS using vbscript?
Thanks,
A: Basically you could use adsutil.vbs to manipulate the ScriptMaps within the MetaBase.
Unfortunately, adsutil.vbs is unable to set single items in LIST properties like ScriptMaps. You can only set or del... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265613",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: basic iis 5.0 xml parsing error on local site I'm starting a new job and am inheriting a asp .net web application on the 2.0 .net framework. The application works alright. It published successfully from vs 2005. I created a new virtual directory in IIS and pointed to the precompiled directory just published.
When I ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265619",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: ORDER BY items must appear in the select list if SELECT DISTINCT is specified I added the columns in the select list to the order by list, but it is still giving me the error:
ORDER BY items must appear in the select list if SELECT DISTINCT is specified.
Here is the stored proc:
CREATE PROCEDURE [dbo].[GetRadioServi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265628",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "87"
} |
Q: .NET C# - Random access in text files - no easy way? I've got a text file that contains several 'records' inside of it. Each record contains a name and a collection of numbers as data.
I'm trying to build a class that will read through the file, present only the names of all the records, and then allow the user to ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265639",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "21"
} |
Q: Threaded RadioButtonList What is the best way to build a dynamic Threaded ASP.net radio button list? I am not that familiar with RadioButtonLists and it is my understanding that ASP.net doesn't like the application of individual styling of ListItems.
A: Well, why not use the RadioButtonList control, with a Reapeat... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265644",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Paths and CreateProcess I have a question regarding a symptom of my misuse of CreateProcess. I'm using the lpcommandline parameter to feed the path to my executable and parameters. My misuse is that I have not surrounded the path to the exe with quotes.
My question is, why does the CreateProcess work just fine on... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265650",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Use Case relationship can two use cases extend or include each other at the same time?
A extend/include B and B extend/include A
A: I'm pretty sure the answer is "NO".
You've just described the digital equivalent fo the chicken and egg problem.
Circular references are [almost] always Bad Things (tm). The only pl... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265657",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Messaging over HTTPS I'm about to start a project that requires XML messages to be sent between a couple of servers over HTTPS. A brief summary is this: I have an application in use by clients that will send information to a central server. That server will communicate these XML messages to another company's serve... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265660",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: WSE 2.0 SP2 on VS 2008 Is it possible to use WSE 2.0 SP2 under VS 2008?
I realise that the add-in (that generates the proxy classes/configuration) is not compatible but there are work-arounds to this (copying over the files from a VS 2003 solution). Our web services are relatively static so would not be making too m... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265665",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: How do I turn SQL logging on in Postgres 8.2? I've got the following settings in my postgres conf:
log_destination = 'stderr'
redirect_stderr = on
log_directory = '/tmp/psqlog'
log_statement = 'all'
And yet no logs are logged. What am I missing here? There is reference on the internet to a variable called "logging_c... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265666",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Embed word document into ASP.net page and access using VBscript I have some code that opens a word document using VBScript on an ASP.net page:
set objWord = CreateObject("Word.Application")
objWord.Visible = True
objWord.Documents.Open "c:\inetpub\wwwroot\JSWordTest\test.doc", False, False, False
This works great... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265669",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Subversion: Tag and commit modified files at once I want to do something like this from within Eclipse: http://svn.collab.net/viewvc/svn?view=rev&revision=33845
I use Subversive 0.7.5 with the Native JavaHL 1.5.3 (r33570) Connector.
I tried to change something in a my working copy of a branch i'd like to tag and cre... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265679",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: AspectJ: parameter in a pointcut I'm using AspectJ to advice all the public methods which do have an argument of a chosen class. I tried the following:
pointcut permissionCheckMethods(Session sess) :
(execution(public * *(.., Session)) && args(*, sess));
This is working wonderfully for methods with at least 2 ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265680",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "6"
} |
Q: How can you tell if a method is being run in UpdatePanel postback? How can I tell if a method is running in the context of an AJAX postback (i.e as the result of a UpdatePanel (asynchronous) postback)?
According to egoldin Page.IsAsync is a very common confusion that has absolutely nothing to do with AJAX.
The corre... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265686",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "19"
} |
Q: Why the Global Interpreter Lock? What is exactly the function of Python's Global Interpreter Lock?
Do other languages that are compiled to bytecode employ a similar mechanism?
A: In general, for any thread safety problem you will need to protect your internal data structures with locks.
This can be done with variou... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265687",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "91"
} |
Q: What's the best type 4 Oracle JDBC driver? What's the best type 4 Oracle JDBC driver?
What I want:
*
*Stable, few bugs and quick fixes
*Should warn about the usual JDBC pitfalls (connection leaks, etc)
*Must support CLOB
[EDIT] My main issues with the "free" Oracle Type 4 driver are:
*
*I spent two weeks h... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265690",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "3"
} |
Q: Is it safe to open the same .sdf database file from two WinMo different applications? I have two Windows Mobile 6.1 applications that use the same MS SQL Server Mobile database. They might select and update data in the database at the same time. The database is kept in one .sdf file.
I don't know how the MS SQL mob... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265691",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Windows Performance Counter limits What limits exist on the amount of data one can publish to a custom Windows performance counter category?
I understand there is no hard limit on the number of counters or the number of instances, but rather there is a memory limit for the entire category. What is that limit?
Is the... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265696",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "3"
} |
Q: Do I need a semaphore when reading from a global structure? A fairly basic question, but I don't see it asked anywhere.
Let's say we have a global struct (in C) like so:
struct foo {
int written_frequently1;
int read_only;
int written_frequently2;
};
It seems clear to me that if we have lots of threads readin... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265708",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "10"
} |
Q: Missing Import statements. (VS2008 doesn't compile my project anymore) This is probably a no brainer but...
I've just opened a solution in VS2008 and for some reason the compiler doesn't recognised previously compiled errors.
I hit build and I get 100s of errors :
Name 'IIf' is not declared.
Name 'IsNumeric' is no... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265715",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: HTML Snapshot Using asp.net, I need to generate a snapshot of an youtube video.
I have access to the code that youtube generates for integrating their vids into other sites.
Basically what I want to do is what HTML Snapshot does, take a picture of some html, but I`m only interested in the video.
How can I approach t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265717",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: HTTP Request Timeout In Python 2.6, a new "timeout" parameter was added to the httplib.HTTPConnection class:
http://docs.python.org/library/httplib.html#httplib.HTTPConnection
However, this is only a timeout for the connection to a server. I am looking to set a timeout value for the request, not the connection. Th... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265720",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "3"
} |
Q: ASP.NET cannot connect to SQL Server 2005 I'm trying to create an ASP page that has a bridged connection with an SQL Server 2005 database (separate sever from the ASP's server). For this I am trying to use a Windows Authentication setup. I have my name with full rights to the SQL server yet I am still getting the er... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265722",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: What is the best way to handle constants in Ruby when using Rails? I have some constants that represent the valid options in one of my model's fields. What's the best way to handle these constants in Ruby?
A: If it is driving model behavior, then the constants should be part of the model:
class Model < ActiveRecord... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265725",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "43"
} |
Q: What is the best virtualization tool available? Recently my team has spent too many hours setting up machines with previous product releases or database servers with specific patches. In some cases, we have taken a developers machine down for up three days as a result. Clearly, this would be an ideal case for using ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265726",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "3"
} |
Q: LinqToEntities not retrieving child objects of an entity I'm trying out Linq for the first time and having a bit of difficult retrieving the child objects of an entity. I have a course table which has a one to many relationship with the department table (ie. one department can have one or many courses).
When I sel... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265747",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: XSL parent child problem I have a xml build of
<elig>
<subscriber code="1234"/>
<date to="12/30/2004"
from="12/31/2004"/>
<person name="bob"
ID="654321"/>
<dog type="labrador"
color="white"/>
<location name="hawaii"
islandCode="01"/>
</subscriber>
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265750",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do you keep the state information of the projects you're working on? Let me clear what is state information of a project:
*
*Any information that have to remembered or written and then retrieved when one resume its work on a project (for example, on the next morning when arrives at work, or at the evening whe... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265756",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "6"
} |
Q: Generating PDFs with PHP I have a PHP application and a need to generate a PDF with the result of query. The easiest way a found to do this was to use the DOMPDF to generate the PDF for me. So a made a function that generates the HTML for me then a pass this to DOMPDF. In the development and testing enviroment every... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265760",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "10"
} |
Q: How do you make the iPhone vibrate for arbitrary durations? In the iPhone 2.x firmware, can you make the iPhone vibrate for durations other than the system-defined:
AudioServicesPlaySystemSound(kSystemSoundID_Vibrate);
In jailbroken phones, you used to be able to use the MeCCA.framework to do this:
http://pastie.or... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265761",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "14"
} |
Q: How to rename java.exe/javaw.exe process? Always when I run java application it will display in Windows Task Manager is java.exe or javaw.exe. How to rename java.exe or javaw.exe process without wrapper by other programming languages.
A: You could use jSmooth:
JSmooth is a Java Executable Wrapper. It creates nativ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265762",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "17"
} |
Q: How does one handle file type changes in Perforce? When you add a file to Perforce, it attempts to determine what type of file it is (text, binary, utf16, etc.). It's does a good job of this, but apparently never checks the file type again after the initial submission to version control. A coworker recently made a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265763",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "3"
} |
Q: Paypal Website Payments Standard with a Ruby/Rails application I would like to implement a payment solution with my Rails site using Paypal Website Payments Standard. (See https://www.paypal.com/IntegrationCenter/ic_standard_home.html). I don't want fancy gateways, and I don't want to go through the hassles related ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265765",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "27"
} |
Q: Maximum filename length in NTFS (Windows XP and Windows Vista)? I'm designing a database table which will hold filenames of uploaded files. What is the maximum length of a filename in NTFS as used by Windows XP or Vista?
A: 255 characters.
http://en.wikipedia.org/wiki/Filename
A: I'm adding this to the above appro... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265769",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "277"
} |
Q: Programmatically scroll to an Anchor Tag Consider the following code:
<a href="#label2">GoTo Label2</a>
... [content here] ...
<a name="label0"></a>More content
<a name="label1"></a>More content
<a name="label2"></a>More content
<a name="label3"></a>More content
<a name="label4"></a>More content
Is there a way to e... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265774",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "44"
} |
Q: What is the best open-source java charting library? (other than jfreechart) Why are there not more opensource easy to use charting libraries for Java?. The only successful opensource project in this area seems to be jfreechart, and it doesn't even have any documentation or examples available.
A: There aren't a lot ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265777",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "142"
} |
Q: Velocity for small projects I currently learning about scrum and want to learn from experienced professionals in the subject.
Is velocity relevant for project that take 3 month (and usually have 2-3 intermediate deliveries to customer) ?
I think it's not enough time to make a statistic relevant. Is it worth to reco... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265784",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Dynamically Assigning the Style to the TabItem Control I have a style defined in App.xaml file "tabControlStyle". How can I assign this style to my dynamically created TabItem control.
TabItem item = new TabItem();
item.Header = String.Format("Item {0}", i);
docume... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265796",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do you raise a server-side event from javascript? I have a control that is basically functioning as a client-side timer countdown control.
I want to fire a server-side event when the count down has reached a certain time.
Does anyone have an idea how this could be done?
So, when timer counts down to 0, a server-... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265807",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: What is an "internal node" in a binary search tree? I'm scouring the internet for a definition of the term "Internal Node." I cannot find a succinct definition. Every source I'm looking at uses the term without defining it, and the usage doesn't yield a proper definition of what an internal node actually is.
Here ar... | {
"language": "en",
"url": "https://stackoverflow.com/questions/265809",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "47"
} |