Displaying 11 results from an estimated 11 matches for "erweitern".
2005 Nov 03
3
Prototype is spamming my arrays!
...uot;+x+", val: "+ (new Array())[x]+"\n";
}
alert(r);
---------------------
I get a giant alert window with loads of functions printed out.
Is this a bug, or is there a better way to iterate over arrays?
__________________________________________________________________________
Erweitern Sie FreeMail zu einem noch leistungsstarkeren E-Mail-Postfach!
Mehr Infos unter http://freemail.web.de/home/landingpad/?mc=021131
2006 Jan 23
2
psexec unix equivalent
...tell that i found a psexec equivalent by chance - WITH SOURCECODE INCLUDED !
:)
take a look at
http://www.codeguru.com/Cpp/I-N/network/remoteinvocation/article.php/c5433/
i think this will help very much!
regards
roland
__________________________________________________________________________
Erweitern Sie FreeMail zu einem noch leistungsstarkeren E-Mail-Postfach!
Mehr Infos unter http://freemail.web.de/home/landingpad/?mc=021131
2005 Oct 15
1
generating response curves
...Perhaps a built in function exists to speed up the process.
Model1<-a~b
#Setting the scale extent
min(area)
max(area)
avals<-seq(0,10,.1)
# generating the plot
plot(area,incidence, las=1)
lines(avals,predict(model4,list(area=avals),type="response"))
Thanks in advance
Christian
Erweitern Sie FreeMail zu einem noch leistungsstarkeren E-Mail-Postfach!
Mehr Infos unter http://freemail.web.de/home/landingpad/?mc=021131
[[alternative HTML version deleted]]
2006 Oct 25
0
Tell Samba, it should not allocate disk memory before copying file
...nobody
encrypt passwords = yes
interfaces = 192.168.0.111/24
strict allocate = no
[USBSTICK]
path = /media/usbstick
read only = no
guest ok = yes
Now i am happy for any idea.
Best regards from Stralsund
Susanne
__________________________________________________________________________
Erweitern Sie FreeMail zu einem noch leistungsst?rkeren E-Mail-Postfach!
Mehr Infos unter http://freemail.web.de/home/landingpad/?mc=021131
2005 Nov 13
1
New class: DHTML window
Hi list,
i spent the last two days building a window class.
Windows can be dragged, resized, minimized and closed.
The windows are table-less, which makes rendering faster. Also divs with overflow:auto don''t seem to like dragging.
The class is losely based on the resizable class by Michael Daines, which was posted here some weeks ago.
BTW i spent three times more time on CSS tweaking
2007 Sep 26
4
Rsync and opened files
Hello,
I'm trying to determine if rsync is a sure method of backing up servers (Linux and Windows) whose files are constantly being accesed and are not able to be stoped they're services for backing up purposes... I would use it over ssh for making incremental backups... in my tests seem to always have worked backing up from a debian server to the copy server that runs debian too...
2007 Jun 12
2
[LLVMdev] LLVM binaries for Windows and more
...So, I don't have "llvm-stub.exe". But why did it not build one? And what is the
difference between "llvm-ld" and "llvm-link"? "llvm-link" does not work either.
Thanks,
Andreas
__________________________________________________________________________
Erweitern Sie FreeMail zu einem noch leistungsstärkeren E-Mail-Postfach!
Mehr Infos unter http://produkte.web.de/club/?mc=021131
2006 Feb 22
2
Samba 3.0.21b winbind crash
...yyy.de
}
[logging]
kdc = FILE:/var/log/krb5kdc.log
admin_server = FILE:/var/log/kadmin.log
default = FILE:/var/log/krb5lib.log
myserver# net ads testjoin
Join is OK
myserver# chkconfig nscd
nscd off
__________________________________________________________________________
Erweitern Sie FreeMail zu einem noch leistungsstarkeren E-Mail-Postfach!
Mehr Infos unter http://freemail.web.de/home/landingpad/?mc=021131
2005 Dec 12
7
possible opera+prototype bug in evalscripts?
...-----------------------------
I changed the evalscripts function to this:
evalScripts: function() {
ex=this.extractScripts();
for(x=0;x<ex.length;x++) {
eval(ex[x]);
}
},
and now it works. Hmm...
__________________________________________________________________________
Erweitern Sie FreeMail zu einem noch leistungsstärkeren E-Mail-Postfach!
Mehr Infos unter http://freemail.web.de/home/landingpad/?mc=021131
2005 Sep 15
12
Ajax to sockets.
Hello,
I am trying to find a way to implement ajax with a given socket server.
Basically I have a support system that is fully integrated, but I can not
stand the "JAVA" chat client because of the security warning and load time.
So I figured I would look towards ajax especially since it has XML
capabilites.
I have the whitepaper on the socket server, this socket server is on the
same
2005 Nov 04
19
Drag & Scroll
When using drag and drop, the browser window will not scroll if you move the mouse off the page. This makes it very difficult, if not impossible to create certain types of web applications.
I know this has been mentioned before and is on the Wish List, but it''s very frustrating.
If you look at this other Javascript library called "Drag''nDrop & DHTML Library"