by: Arthur T. Murray |
last post by:
"Bill Modlin" <modlin1@metrocast.net> wrote on Fri, 26 Sep 2003:
<snip>
>>> If I wanted to explain how one of my programs worked
>>> I would not give someone a print out of the code.
>>> First I...
|
by: Arthur T. Murray |
last post by:
Now, suppose that you wanted to write an AI in Python that would
implement your mind-model and allow it to grow, mutate, develop.
Here is one possible scenario.
It would not be necessary to do...
|
by: bearophile |
last post by:
Hello,
here are a four more questions (or suggestions) for the language
(probably people have already discussed some of/all such things:
I've seen the contracts for Python:...
|
by: Steve Le Monnier |
last post by:
Is there any quick way of fixing combo boxes or radio buttons so that on an
enquiry screen its possible to read their contents. As they don't have
read-only properties the only method available is...
|
by: tshad |
last post by:
Can you do a search for more that one string in another string?
Something like:
someString.IndexOf("something1","something2","something3",0)
or would you have to do something like:
if...
|
by: ChuckB |
last post by:
Ok, heres the code i've come up with
#include <iostream>
using namespace std;
bool bear (int);
void main( )
{
bear(250); // is true
bear(42); // is true
|
by: Steven T. Hatton |
last post by:
No, this is not a troll, and I am not promoting Java, C-flat, D, APL, Bash,
Mathematica, SML, or LISP. A college teacher recently posted to this
newsgroup regarding her observation that there has...
|
by: HopfZ |
last post by:
I was debugging a javascript file that did not work in IE. It took
several hours only to learn that s = 'ABC'; c = s; is not
IE-compatible. If I knew this before, It could have saved hours. I find...
|
by: blond bear gay |
last post by:
<a href='http://quadvision.com/img/doors/adult-toys/1048575.html#Sex and erotic'>Sex and erotic</aczrzsr, ltbx, wuyiont. Gyv <a href='http://quadvision.com/img/doors/adult-toys/1048575.html#sex and...
|
by: -Lost |
last post by:
In Firefox and Safari for example, if I serve my XHTML documents as
application/xml or xhtml+xml they only display the top inch or so of the
document.
In Opera it says "object has been blocked."...
|
by: lllomh |
last post by:
Define the method first
this.state = {
buttonBackgroundColor: 'green',
isBlinking: false, // A new status is added to identify whether the button is blinking or not
}
autoStart=()=>{
|
by: giovanniandrean |
last post by:
The energy model is structured as follows and uses excel sheets to give input data:
1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
|
by: NeoPa |
last post by:
Hello everyone.
I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report).
I know it can be done by selecting :...
|
by: NeoPa |
last post by:
Introduction
For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM)
Please note that the UK and Europe revert to winter time on...
|
by: nia12 |
last post by:
Hi there,
I am very new to Access so apologies if any of this is obvious/not clear.
I am creating a data collection tool for health care employees to complete. It consists of a number of...
|
by: NeoPa |
last post by:
Introduction
For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
|
by: isladogs |
last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM).
In this month's session, Mike...
|
by: SueHopson |
last post by:
Hi All,
I'm trying to create a single code (run off a button that calls the Private Sub) for our parts list report that will allow the user to filter by either/both PartVendor and PartType. On...
|