by: glh-usenet |
last post by:
I have inherited the responsibility of setting up a college lab for java
classes. I know next to nothing about java and have a few questions;
Our current configuration is;
Windows 2000 / XP lab...
|
by: Gerrit Holl |
last post by:
Brett C. wrote:
> Sets now at blazing C speeds!
> -----------------------------
> Raymond Hettinger implemented the sets API in C! The new built-ins are
> set (which replaces sets.Set) and...
|
by: Sean Ross |
last post by:
Hi.
Recently I made a small script to do some file transferring (among other
things). I wanted to monitor the progress of the file transfer, so I needed
to know the size of the files I was...
|
by: Karel Kubat |
last post by:
Hi all,
I have a problem with a snippet of code. I'm trying to pass a hash as an
argument to a function. Below is some test code:
--- snip snip
use strict;
my %map = {
1 => 'one',
2 =>...
|
by: shank |
last post by:
The SQL newsgroup sent me here....
Using the following query I get my desired results. However, in the
resulting recordset, how can I show for example 10 words before and 10 words
after the...
|
by: David Haga |
last post by:
Is it possible to read the computers IP address and gateway address
using Javascript?
|
by: kaeli |
last post by:
Can anyone explain to me why
01/10/2003 is a number according to isNaN/parseFloat?
Example code:
<html>
<head>
<title> New Document </title>
</head>
<body>
|
by: chuck clark |
last post by:
Hi,
I am sorry if this is not the most appropriate group to ask this in
(if not, please
point me in the right direction). I am following examples from this page,...
|
by: yinglcs |
last post by:
Hi,
In java, there is an 'indexOf' function in String which does this:
indexOf(String str)
Returns the index within this string of the first occurrence
of the specified substring.
is there...
|
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: Aliciasmith |
last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
|
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:
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: GKJR |
last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...
|
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...
|