Displaying 10 results from an estimated 10 matches for "getit".
Did you mean:
getidt
2001 Nov 13
1
rsync exclude/include [FIDUCIA virengepr?ft - ohne Gew?hr, da? alle bekannten Viren und deren Varianten erkannt wurden.]
...removing spaces changes matching to not match anything at all ---
transferring all files!
Really something wrong with these matching routines! Assuming sh or some
other shell the given paterns should only match some files...
With spaces:
- /**
+ /iso/1.5.*/i386*
rsync -avr --exclude-from=".getit.list" ftp3.sourceforge.net::netbsd/iso/
receiving file list ... done
drwxrwxr-x 4096 2001/09/25 08:44:02 .
wrote 103 bytes read 567 bytes 446.67 bytes/sec
total size is 0 speedup is 0.00
without spaces:
-/**
+/iso/1.5.*/i386*
rsync -avr --exclude-from=".getit.list" ftp3....
2005 Mar 10
1
Fw: WebGUI Scripts announcement
...t; >
> > Me too.
> >
> > Thanks for this tool, this is what a was waiting for, we have many
> > firewall/proxy boxes for customers, they only want to add some rule or
> > blacklist some ip, etc, i dont want to install webmin for these tasks,
> > where can we getit and help with testing,etc
> >
> >
> > Miguel
> > _______________________________________________
> > Shorewall-users mailing list
> > Post: Shorewall-users@lists.shorewall.net
> > Subscribe/Unsubscribe:
> https://lists.shorewall.net/mailman/listinfo/shor...
2004 Jun 06
5
Zapata?
Whatever happened to the Zapatatelephony project?
The last information there is from 2001 and a lot of new cards have been
released since.
Has GNU hardware development completely stopped?
2002 Sep 14
0
p.s. regarding stripchart missing-data report (PR#2019)
...<- qs[i,,j]}}
qsall[,1,] <- qsall[,2,] %% 4 + 1
qsall[,2,] <- floor(qsall[,2,]/4)
vnames <- c("Cancer","Probtype","time1","nprob","conf","vprob","worry",
"QOL","trust","comfort","getit.100","getit.80","getit.60","getit.40",
"getit.20","docsaid","notnotice","minrisk","exagg","docwrong","notapply",
"trick","misunderst","time2")
cnames <- c(&q...
2003 Jun 03
0
Re: WinME command.com (was Re: Problems with Memdisk 2.04)
...t should be possible to to read in an bootable Disk and
extend this one to I think
16MB none exept the original Size of 1.44M worked for me. So searched the
Net and finaly found a
2.8M Image where I could boot from. deleted all the files in side of it and
put DOS7(win98se) german in it.
And I could getit to work.
Now I'm having another problem "MEMORY" with out any thing loaded I've got
517KB for DOS, loading himem.sys and emm386.exe couldn't help me as much as
I was hoping.
since I'm loading a lot of network stuff, most of it get's load in to the
normal memory, '...
2006 Jan 13
5
Effect together with ...firstChild - can''t get it to work
Hi,
I am relatively new to Rails and I can''t get the following to work:
what I am trying to do is to make the first item of a list to flash:
var item = $(''items'').firstChild;
new Effect.Highlight(item);
I get the this Javascript error message:
this._base has no child (effects.js, line 445)
But I am able to do this without any problems:
var item =
2003 Jun 14
0
Re: WinME command.com
...to read in an bootable Disk and
>extend this one to I think
>16MB none exept the original Size of 1.44M worked for me. So searched the
>Net and finaly found a
>2.8M Image where I could boot from. deleted all the files in side of it and
>put DOS7(win98se) german in it.
>And I could getit to work.
>
>Now I'm having another problem "MEMORY" with out any thing loaded I've got
>517KB for DOS, loading himem.sys and emm386.exe couldn't help me as much as
>I was hoping.
>since I'm loading a lot of network stuff, most of it get's load in to the...
2007 Apr 09
1
How to solve differential and integral equation using R?
Hello,
I want to know if there are some functions or packages to solve differential
and integral equation using R.
Thanks.
Shao chunxuan.
[[alternative HTML version deleted]]
2005 Mar 09
20
WebGUI Scripts announcement
...(english/italian)
* IE/Firefox compatible
Hosting system prerequisites (besides Shorewall specifics)
* sudo utility (usually part of all distro, anyhow available at
http://www.courtesan.com/sudo/)
Curious enough?
URL: http://62.110.196.251
User: awdwall
Password: gogetit
Any comments, critics, suggestions, opinions are more than welcome.
Support
Please don''t even think I''ll be able to react to your requests/bug reports
as ''someone'' ;-) else does (altough I''ll try to do the best my competence -
and the time available -...
2013 Oct 28
5
FreeBSD PVH guest support
...tinfo;
xen_phys_machine = (xen_pfn_t *)startinfo->mfn_list;
IdlePTD = (pd_entry_t *)((uint8_t *)startinfo->pt_base + PAGE_SIZE);
diff --git a/sys/x86/isa/clock.c b/sys/x86/isa/clock.c
index a12e175..a5aed1c 100644
--- a/sys/x86/isa/clock.c
+++ b/sys/x86/isa/clock.c
@@ -247,61 +247,13 @@ getit(void)
return ((high << 8) | low);
}
-#ifndef DELAYDEBUG
-static u_int
-get_tsc(__unused struct timecounter *tc)
-{
-
- return (rdtsc32());
-}
-
-static __inline int
-delay_tc(int n)
-{
- struct timecounter *tc;
- timecounter_get_t *func;
- uint64_t end, freq, now;
- u_int last, mask, u;...