Displaying 9 results from an estimated 9 matches for "maak".
Did you mean:
mak
2006 Jun 21
0
Some R-Tcl/Tk-BWidget newbie questions.
...k.newwin(tbn))
tkpack(tab.posten <- tkframe(tbw.posten))
tbn <- tclvalue(tkinsert(tn, "end", "Instellingen", "-text", "Instellingen"))
tkpack(tbw.instellingen <- .Tk.newwin(tbn))
tkpack(tab.instellingen <- tkframe(tbw.instellingen))
gui.maak.tab(tab.algemeen)
gui.maak.tab(tab.relaties)
gui.maak.tab(tab.posten)
gui.maak.tab(tab.instellingen)
tkgrid(tkbutton(tt, text="GUI bijwerken",
command=function() verwerk.button("GUIBijwerken", tt)))
# FIXME: add cleanup handler?
#tkbind(tt, "<Destroy&g...
1997 May 21
1
R-alpha: plot(1); axis(1, at=10) >>> Seg.fault -- and a patch
This problem has been mentioned by Arne Kovac <maak@stats.bris.ac.uk> on May 9-10.
The patch is really a replacement of 'axis' in RHOME/src/library/base/funs/
It contains the fixes which where proposed Arne Kovac
and fixes (all?) the errors he/she (?) reported on May 9.
"axis" <-
function (which, at, labels = TRUE, ...)...
1997 May 09
0
R-alpha: plot, axis & log
...ylog"? They do not
seem to work for me and are not used by S-Plus.
Arne
--
Arne Kovac
School of Mathematics Phone: +44 (0117) 942 7551
University of Bristol A.Kovac@bristol.ac.uk
University Walk, Bristol, BS8 1TW, U.K. http://www.stats.bris.ac.uk/~maak
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-devel-request@stat.m...
1997 Jul 25
0
R-alpha: Treatment of seed
...;unknownfunction"
Dumped
Splus> .Random.seed
[1] 37 31 60 6 22 0 47 15 0 30 41 0
Arne Kovac
--
Arne Kovac
School of Mathematics Phone: +44 (0117) 942 7551
University of Bristol A.Kovac@bristol.ac.uk
University Walk http://www.stats.bris.ac.uk/~maak
Bristol, BS8 1TW, U.K.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) T...
2007 Apr 18
1
[RFC] [PATCH] Split host arch headers for UML's benefit
...e inline assembly with input.
+ *
+ * Pecularities:
+ * No memory clobber here.
+ * Argument numbers start with 1.
+ * Best is to use constraints that are fixed size (like (%1) ... "r")
+ * If you use variable sized constraints like "m" or "g" in the
+ * replacement maake sure to pad to the worst case length.
+ */
+#define alternative_input(oldinstr, newinstr, feature, input...) \
+ asm volatile ("661:\n\t" oldinstr "\n662:\n" \
+ ".section .altinstructions,\"a\"\n" \
+ " .align 4\n" \
+...
2007 Apr 18
1
[RFC] [PATCH] Split host arch headers for UML's benefit
...e inline assembly with input.
+ *
+ * Pecularities:
+ * No memory clobber here.
+ * Argument numbers start with 1.
+ * Best is to use constraints that are fixed size (like (%1) ... "r")
+ * If you use variable sized constraints like "m" or "g" in the
+ * replacement maake sure to pad to the worst case length.
+ */
+#define alternative_input(oldinstr, newinstr, feature, input...) \
+ asm volatile ("661:\n\t" oldinstr "\n662:\n" \
+ ".section .altinstructions,\"a\"\n" \
+ " .align 4\n" \
+...
1997 May 11
2
R-alpha: Logarithmic scales
...else y1 <- yt
text(x1, y1, text = legend, adj = c(0, 0.35))
}
Arne
--
Arne Kovac
School of Mathematics Phone: +44 (0117) 942 7551
University of Bristol A.Kovac@bristol.ac.uk
University Walk, Bristol, BS8 1TW, U.K. http://www.stats.bris.ac.uk/~maak
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-devel-request@stat....
2004 Dec 22
15
OpenVPN and DNAT
Hello Tom and all,
Quick question: Is it possible to operate an OpenVPN server from behind
a firewall?
Is it as simple as setting it up and placing:
DNAT net loc:192.168.10.20 udp 5000 - ipaddress
--
Paul Slinski -o)
Network Administrator /\
Global IQX, Inc. _\_v
Global IQX is the leader in integrated e-business automation solutions
for the group life and health insurance
2004 Feb 04
0
wine-20040121 & starcraft, a collection of dumps
...ype-2.1.5.sh 2>&1 |tee FreeType-2.1.5.log &&
#./Fontconfig.sh 2>&1 |tee Fontconfig.log &&
#./XFree86-4.3.0.1.sh 2>&1 |tee XFree86-4.3.0.1.log &&
## Zorg ervoor dat kernel modules geladen kunnen worden:
#./module-init-tools-0.9.15-pre4.sh &&
## En maak dan de nvidia module
#/packages/nvidia-2.6/NVIDIA-Linux-x86-1.0-5328-pkg0.run -a -n &&
##en dit stuk voor QT
#./libjpeg-6b.sh 2>&1 |tee libjpeg-6b.log &&
#./libtiff-3.6.0.sh 2>&1 |tee libtiff-3.6.0.log &&
#./Tcl-8.4.4.sh &&
#./Tk-8.4.4.sh &&
#....