|
What would be an algorithm to solve the "unexpected hanging paradox" programmatically?
Started by Roman Kagan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
For solving a problem using a finite sequence of instructions"
2: A paradox is "is a statement or group.
|
|
I'm working with a client who has an existing system, built on what is apparently a Paradox database. I've got the database, in the form of a zip file containing .DB, .MB and .PX files, one for each table.
I need to take (some) of this data and import...
Started by mabwi on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
That can act as (at least) an ODBC driver, so you can use it to read a Paradox file from just about anything that knows....
Paradox is a native format for the Borland Database Engine, which is included with various Delphi by Paradox 3-5.
|
|
I am using an Odbc driver with Paradox. I have a table with a date in it. I am trying to query by the date in that column. I can't seem to get the where clause to work. I can get the record searching by ints, but I don't know how to use the date time....
Started by Anthony D on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It is very tricky.
Look for Date/Time functions in Paradox that will convert a string to a date.
|
Ask your Facebook Friends
|
Imma fuckin walkin paradox !
imma fu*kin' walkin' paradox
Started by FleshFan#1 on
, 11 posts
by 3 people.
Answer Snippets (Read the full thread at btnhboard):
Kinda win
imma....
Originally Posted rich after the video.
It never gets old
imma fu*kin' walkin' paradox I wonder if they ever caught the perv..
Originally Posted by Heath V I remember him, lol..
paradox I remember him, lol..
|
|
I am doing A/B testing and I am facing Simpson's paradox in my results (day vs month vs total duration of the test).
Does it mean that my a/b testing is not correct/representative? (Some external factor impacted the testing?) If it is a sign of problem...
Started by Toto on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
This article from Microsoft gives a pretty....
Actually, the ginal results is a weighted average for the results from each group (and on this weighting, the paradox may come.
The Simpson's paradox only occurs when your group sizes are different.
|
|
First off, I'm a Paradox newbie.
Secondly, I'm querying a database of a third-party software package and cannot change the schema.
I have two fields simply named "Date" and "Time" that I'd like to query as a DateTime (from my MS SQL experience).
Is this...
Started by Austin Salonen on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
SELECT CAST(CAST(f.DateColumn AS VARCHAR(20)) + ' ' + CAST(f.TimeColumn AS VARCHAR(20)) AS TIMESTAMP) As FooTime FROM... .
SELECT CAST(f.DateColumn AS VARCHAR(20)) + ' ' + CAST(f.TimeColumn AS VARCHAR(20)) FROM Foo f
That gives you the concatenated string .
|
|
Hello All,
I'm currently working with a paradox database that was implemented before I started working at my current job at an insurance firm.
Long story short is that when I am trying to to compile a query of the debit/credit balances of all the active...
Started by BL Design on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I seem to recall a limit on the number of rows in a Paradox table of Paradox you are using,....
As for your strange results.
I would expect on Member.
I don't know if this is a Paradox problem, or rather my inept understanding of SQL.
|
|
Here are some things that I consider to be a paradox: Time is linear, but it’s always now. = paradox Eternity implies no beginning and no end. = paradox The world is an illusion, but the world is real. When you look close enough matter does not exist....
Started by Eddie on
, 19 posts
by 9 people.
Answer Snippets (Read the full thread at inwardquest):
And we live in determinism, that is a big paradox that I have been trying to resolve, trying hard, the question of paradox doesn’t really come up :-) I just wrote a big answer and it said I had law) Is this not the same principle at work....
|
|
So how far does the archers paradox last? Does anyone know?
Started by hammbone on
, 18 posts
by 12 people.
Answer Snippets (Read the full thread at archerytalk):
The 33" 2314 aluminums I shoot for indoor from my 30# bow definitely do not paradox very much.
And setups and particular archers the paradox lasts all the way to the target, it would NEVER paper faster.
|
|
What is a paradox - I am slightly confused...? This has always confused me a little - can someone explain it to me?
Started by ? on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at yahoo):
In other words, a statement is false."
A paradox can also refer to a temporal paradox, in which time travel to the past results example is the Grandfather Paradox....
A paradox is an objective truth that has a null truth value.
|