2
votes
9answers
150 views
How to check if String value is Boolean type in java?
Hi,
Did a little search on this but couldn't find anything usefull.
Point being that if String value is either "true" or "false" the return value should be true. In every other v …
0
votes
1answer
28 views
setting up unique constraint on referenced collumns in oracle 10g xe
hi,
i have the following situation.
table looks like this
CREATE TABLE CompetitionsLanguages (
competition REF CompetitionType SCOPE IS Competitions,
language REF LanguageTyp …
1
vote
2answers
184 views
How to check whether a user is in Administrator group in Install Shield 2009 Basic MSI Project
Install Shield 2009, Premier, Basic MSI Projcet:[I want to allow only administrator users to run setup]
In the
Releases->MyProductConfiguration->MyRelease->Setup.exe tab i chose " …
2
votes
3answers
89 views
How to check which Operating System ?
How can I check OS version in a batch file or through a vbs in an Windows 2k/2k3 environment ?
You know ... Something like ... : "If winver Win2k then ... or if winver Win2k3 then …
0
votes
2answers
36 views
PHP function checking if you can create an object of a certain type?
It would take too long to explain why I need this, but I was wondering if there was a PHP function to check if a type of object was recognized. In other words, a function that wou …
0
votes
2answers
58 views
How can I set all cells in a tableView as checked or unchecked?
I have a checklist in a UITableView and I have a UISegmentedControl with "Select All" and "Deselect All" options.
I am wondering how I can reset all the cells while viewing the ta …
0
votes
1answer
22 views
ipone app streaming video bandwidth check
Hi,
I have an iphone app, which plays live streaming videos.
I want to check the bandwidth of the users connection, depending on which i will assign low, medium or high streaming …
0
votes
6answers
112 views
JS: Check if var has “cheese” OR “cake” in it?
How can i check if a variable has something in it? I tried checking if a .match() returned null but that wasn't useful for checking with an OR?
All ideas would be gratefully appre …
0
votes
2answers
69 views
Debugging unit test in C using check
I'm trying to use check unit testing framework for my C application. But I can't use the debugger (gdb) with it because of two points:
first, check use some complex macros (STAR …
0
votes
1answer
86 views
Batch/Windows: Random Numbers.
Hello,
I am developing a card game for batch.
[will give a link when done]
Basiclly what i want to do is 'set' '%random%' to '%numbs%.
set %numbs%=%random%
And then i want the …
2
votes
3answers
521 views
How to check with Javascript if a Firefox 3 Add-on / Extension is installed
Actually this question is based on a Blog Entry, which discusses the topic for FF2.
But how does this work with FireFox 3?
I know that there must be a workaround, because recently …
3
votes
6answers
642 views
Automatically check bounced emails via POP3 ?
Hi all,
Can anyone recommend software or even a .net library to develop software, that will check for bounced emails and the reason for the bounce? I get bounced emails into a pop …
1
vote
4answers
64 views
In Asp.Net, check for existence of aspx page before redirecting to it?
How can I check for the existence of an aspx page before attempting to redirect to it, so I can handle that case in my C# code?
Response.Redict("~/SomePage.aspx")
But I want to …
0
votes
2answers
59 views
Multiple values for an input in a form?
Alright, let me start with an example. I have a bunch of items and they can fall into series of categories. An item can be in multiple categories. Basically what I have is a listin …
0
votes
3answers
87 views
PHP How to know if a variable is a reference ?
Hello,
I want to call a function with call_user_func_array but i noticed that if an argument is a reference in the function definition and is a simple value in call_user_func_array …
