Displaying 20 results from an estimated 33 matches for "vub".
Did you mean:
sub
2004 Feb 11
7
large fonts on plots
...le to figure out how to do it. The problem is that the
titles of the plots are simply unreadable when I insert them into my LaTeX
text, since they are relatively small compared to the entire plot.
I am sure it is pretty simple, can anybody give me a hint ?
Please reply to: pvremortNOSPAM at vub.ac.be
Thanks,
Piet
--
Piet van Remortel
PhD Student
pvremort at vub.ac.be
http://como.vub.ac.be/Members/Piet.htm
2002 Oct 29
1
samba compiling error
...B]L;V-A;"]S
M86UB82]L:6(B("U$2$%615])3D-,541%4U](("U$4$%34U=$7U!23T=204T]
M(B]U<W(O8FEN+W!A<W-W9"(@+41334)?4$%34U=$7T9)3$4](B]U<W(O;&]C
M86PO<V%M8F$O<')I=F%T92]S;6)P87-S=V0B("U$5$1"7U!!4U-71%]&24Q%
M/2(O=7-R+VQO8V%L+W-A;6)A+W!R:79A=&4O<VUB<&%S<W=D+G1D8B(-"CTB
M+W5S<B]L;V-A;"]S86UB82]B:6XB("U$4$E$1$E2/2(O=7-R+VQO8V%L+W-A
M;6)A+W9A<B]L;V-K<R(@+41,24)$25(](B]U<W(O;&]C86PO<V%M8F$O;&EB
M(B M1$A!5D5?24Y#3%5$15-?2" M1%!!4U-71%]04D]'4D%-/2(O=7-R+V)I
M;B]P87-S=V0B("U$4TU"7U!!4...
2008 Jun 16
1
left-aligned title?
...le" does the
trick, but I cannot find a way of moving it from the center to the
left corner... I already tried with a few parameters from par, but
title does not take them.
Would anyone have an idea on how to pull this one off?
Thank you very much,
Carlos Gershenson
http://homepages.vub.ac.be/~cgershen/
2010 Apr 12
2
Prevent smbpasswd lan manager field change
...map hidden = No
browseable = No
dos filemode = Yes
[printers]
comment = All Printers
path = /usr/spool/samba
printable = Yes
browseable = No
Thanks in advance
Regards,
--------------------------
Brussels University
Pleinlaan 2
Computer Center VUB/ULB (VUBnet)
Ing. Robert Jansen
B-1050 Brussels
Belgium (Europe)
email: rjansen at vub.ac.be
Tel: +32-2-650.36.94
Secr: +32-2-650.37.38
Fax: +32-2-650.37.40
--------------------------
2004 Jul 18
2
a problem: factors, names, tables ..
...e tried
converting to numeric using 'as.numeric', but that fails since this
returns the index in the factor rather then the factor name I need from
the list.
Any suggestions .. ? I am sure its dead simple, as always.
Thanks,
Piet (Belgium)
PS: please reply to pvremortNOSPAM at vub.ac.be
2004 Mar 11
1
tics and grids
...nterval for tics on axes in R ?
And will the 'grid' command put gridlines on all tics automatically ?
I tend to get stuck with graphs with ranges 0-1 with only 2 tics and 2
gridlines in the 0-1 range, while I would like 10 tics (or every 0.1)
tnx,
Piet
please reply to pvremortNOSPAM at vub.ac.be
2003 Nov 19
0
Windows Offline Folders
...uot;D@.B!C
M;VYN7V-T>%]S=&%C:U]N9'@@/2 P"ELR,# S+S$Q+S$Y(#(P.C$T.C T+" S
M72!S;6)D+W-E8U]C='@N8SIS971?<V5C7V-T>"@S,CDI"B @<V5T=&EN9R!S
M96,@8W1X("@P+" P*2 M('-E8U]C='A?<W1A8VM?;F1X(#T@,0I;,C P,R\Q
M,2\Q.2 R,#HQ-#HP-"P@,UT@<VUB9"]S96-?8W1X+F,Z9V5T7V-U<G)E;G1?
M9W)O=7!S*#$W,BD*("!G971?8W5R<F5N=%]G<F]U<',Z('5S97(@:7,@:6X@
M,2!G<F]U<',Z(#DY"ELR,# S+S$Q+S$Y(#(P.C$T.C T+" S72!S;6)D+W-E
M8U]C='@N8SIP;W!?<V5C7V-T>"@T,S8I"B @<&]P7W-E8U]C='@@*# L(# I...
2012 Jul 02
7
puppetmasterd continuously consuming high CPU, with many interrupts
So, I have a server at home that has four VMs running inside it.
All are managed via puppet. The physical host runs puppetmasterd.
I don''t recall noticing this before, but puppetmasterd has decided
to be kind of crazy. Here''s the physical host with no puppetmasterd
running:
top - 11:36:15 up 271 days, 15:16, 1 user, load average: 5.68, 5.50, 6.45
Tasks: 129 total, 1
2006 Oct 05
1
sort
Dear all,
It seems there''s a sort bug with ferret 0.10.9 on Debian. I sort the search
results by a field which can contain null values. The string sort type
doesn''t work. If I test the values and replace null by empty strings when
indexing, it works.
Johan
Analyst Programmer
Belgian Biodiversity Platform ( http://www.biodiversity.be)
Belgian Federal Science Policy Office
2000 Sep 28
1
how to call R from fortran?
I have a main fortran program and within a loop of this program
i would like to call R. I need to transfer a rather large
matrix (100 by 25000) between the two codes. Can anyone suggest
me the most efficient way to do this or give me more general
information on how i can call R from my fortran program or
where i can find some related information.
luc
Luc Feyen
Department of Hydrology and
2003 Mar 14
1
any european maps
Dear all,
I've seen that there are some maps, or at least costlines in R. The oz
package is the map of Autralia and in the fields package there is a US
map and a world map. This world map allows to select smaller sections
such Europe:
library(fields)
world(xlim=c(-10,18),ylim=c(36,60))
However, at this scale the map is quite crude (and several important big
islands are messing).
My
2019 Sep 17
2
OT: DMARC / DKIM Failure Reports
...0200.
The message below did not meet the sending domain's DMARC policy.
For more information about this format please seehttp://tools.ietf.org/html/rfc6591 .
Feedback-Type: auth-failure
User-Agent: Lua/1.0
Version: 1.0
Original-Mail-From:centos-bounces at centos.org
Original-Rcpt-To:obodor at vub.sk
Arrival-Date: Tue, 17 Sep 2019 15:56:25 +0200
Message-ID:<5502e8ac-6b01-18dd-e028-7d2dd666063b at intar.cz>
Authentication-Results: dmarc=fail (p=none, dis=none) header.from=intar.cz
Source-IP: 208.100.23.70
Delivery-Result: smg-policy-action
Auth-Failure: dmarc
Reported-Domain: intar.cz...
2007 May 18
0
Winbind in Win2003 ADS: wbinfo -u works, wbinfo -g does not
With samba 3.0.24 (Debian Etch packages) I joined a Windows 2003 ADS
domain. Now wbinfo -u works fine, but wbinfo -g only says: Error
looking up domain groups.
smb.conf:
[global]
workgroup = wise
realm = wise.vub.ac.be
server string = %h server
dns proxy = no
password server = wisepc1
log file = /var/log/samba/log.%m
log level = 10
max log size = 1000
syslog = 0
panic action = /usr/share/samba/panic-action %d
security = ADS
encrypt passwords = true
passdb backend = tdbsam...
2019 Sep 17
0
OT: DMARC / DKIM Failure Reports
...sending domain's DMARC policy.
> For more information about this format please
> seehttp://tools.ietf.org/html/rfc6591? .
>
> Feedback-Type: auth-failure
> User-Agent: Lua/1.0
> Version: 1.0
> Original-Mail-From:centos-bounces at centos.org
> Original-Rcpt-To:obodor at vub.sk
> Arrival-Date: Tue, 17 Sep 2019 15:56:25 +0200
> Message-ID:<5502e8ac-6b01-18dd-e028-7d2dd666063b at intar.cz>
> Authentication-Results: dmarc=fail (p=none, dis=none) header.from=intar.cz
> Source-IP: 208.100.23.70
> Delivery-Result: smg-policy-action
> Auth-Failure: dma...
2003 Mar 12
6
Simple question about export
Hi,
Sorry about making this stupid question, but I did not
find the answer from documentation.
I managed to read my spss .sav file into the R, no
problem. Next I would like to write this data to a
file in ascii-format. I tried to use write.table and I
got no error messages, but no file either. What is the
right way to make it?
At least write.table("c:\foo\data.dat") does not
2003 Dec 01
0
No subject
...361-47
Return-Path: <mlennert@ulb.ac.be>
Delivered-To: samba@lists.samba.org
Received: from resu1.ulb.ac.be (resu1.ulb.ac.be [164.15.59.200]) by
lists.samba.org (Postfix) with ESMTP id E81174261 for
<samba@lists.samba.org>; Fri, 8 Jun 2001 04:02:49 -0700 (PDT)
Received: from mach.vub.ac.be (mach.ulb.ac.be [164.15.128.3]) by
resu1.ulb.ac.be (8.8.8/3.17.1.ap (resu)) id MAA25099; Fri, 8 Jun 2001
12:58:54 +0200 (MET DST) for <samba@lists.samba.org>
Received: from paf-linux.ulb.ac.be (geog-pc30.ulb.ac.be [164.15.134.94])
by mach.vub.ac.be (8.9.3/3.13.3.ap (mach)) id NAA1...
2003 Oct 14
4
Printing Issues with NT type Clients.
Hi. To begin with, I have a freshly built RedHat Linux 8.0 box running samba 2.2.8a. The kernel version is 2.4.18-14. I downloaded and compiled samba from source. I am using LPRng-3.8.9-6 as my printing system. The attached printer is a Lexmark Z22 printer and it is attached to the parralel port.
Problem:
For the life of me, I can't get NT type clients, NT4, 2K and XP to print to samba.
2015 Jul 02
1
cut-off time for rsync ?
> What is taking time, scanning inodes on the destination, or recopying the entire
> backup because of either source read speed, target write speed or a slow interconnect
> between them?
It takes hours to traverse all these directories with loads of small
files on the backup server. That is the limiting factor. Not
even copying: just checking the timestamp and size of the old copies.
2011 Feb 14
0
Speex - frame size & packet loss concealment
Hi all,
I am developing a VoIP application and have used SPEEX for that purpose; I successfully managed to port the codec in fixed-point to an ADSP-21364 processor, and the codec works fine in narrowband, wideband and ultra-wideband mode. Currently, I have chosen, in accordance with the speex manual, a 20 ms frame size in each of these modes: in other words, the input buffer for speex was set to
2006 Mar 02
0
Xen3: Network becomes unreachable under load
Hello,
we have the problem: We run 7 blades with a xen 3.0.1tha3 configuration
(with the patches for debian from debianbase.de), which a is xenisied
2.6.12.6-kernel. Everything runs fine until we start producing heavy load
on the network (e.g. multiple clients access our maxdb database), the dom0
and the domU network becomes unreachable (i.e. only every 100th-200th ping
gets through).