Displaying 8 results from an estimated 8 matches for "vlaanderen".
2001 Oct 15
2
OpenSSH Compatiblity Problems.
Not sure which list this should go to, so I'll include both.
When I SSH from a 2.9.9p2 client to a OpenSSH 2.1.1 server, it often
hangs at this point.
It will hang there for days on end.
If I open up 9 xterms and run that command, 2-3 will login.
I have no problems using ssh1 (commercial).
And openssh has no problems logging into newer servers > 2.1.1.
Anyone know why this might be?
2017 Sep 28
0
rename multiple files by file.rename or other functions
...////////////////////////////////////////////////
[image: Van 14 tot en met 19 december 2017 verhuizen we uit onze vestiging
in Brussel naar het Herman Teirlinckgebouw op de site Thurn & Taxis. Vanaf
dan ben je welkom op het nieuwe adres: Havenlaan 88 bus 73, 1000 Brussel.]
<https://overheid.vlaanderen.be/mobiliteitsplan-herman-teirlinckgebouw>
Van 14 tot en met 19 december 2017 verhuizen we uit onze vestiging in
Brussel naar het Herman Teirlinckgebouw op de site Thurn & Taxis.
Vanaf dan ben je welkom op het nieuwe adres: Havenlaan 88 bus 73, 1000
Brussel.
////////////////////////////////...
2002 Apr 12
1
xgobi
...===
ir. Paul Quataert
Biostatisticus
Ministerie Vlaamse Gemeenschap
Instituut voor Bosbouw en Wildbeheer
Ministry of The Flemish Community
Institute for Forestry and Game Management
Gaverstraat 4
B-9500 Geraardsbergen
BELGIUM
Tel: +32-54-43.71.36
Fax: +32-54-43.61.60
Email: Paul.Quataert at lin.vlaanderen.be
======================================================
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://stat.ethz.ch/pipermail/r-help/attachments/20020412/39617b21/attachment.html
2017 Nov 09
1
weighted average grouped by variables
...////////////////////////////////////////////////
[image: Van 14 tot en met 19 december 2017 verhuizen we uit onze vestiging
in Brussel naar het Herman Teirlinckgebouw op de site Thurn & Taxis. Vanaf
dan ben je welkom op het nieuwe adres: Havenlaan 88 bus 73, 1000 Brussel.]
<https://overheid.vlaanderen.be/mobiliteitsplan-herman-teirlinckgebouw>
Van 14 tot en met 19 december 2017 verhuizen we uit onze vestiging in
Brussel naar het Herman Teirlinckgebouw op de site Thurn & Taxis.
Vanaf dan ben je welkom op het nieuwe adres: Havenlaan 88 bus 73, 1000
Brussel.
////////////////////////////////...
2017 Sep 28
5
rename multiple files by file.rename or other functions
Hi,
I have 50 files whose names are
XYZW01Genesis_ABC.mp3
XYZW02Genesis_ABC.mp3
.......
XYZW50Genesis_ABC.mp3
As you can tell, the only difference across the files are 01, 02,
03,....50.
I would like to rename them to
01Gen01.mp3
01Gen02.mp3
.......
01Gen50.mp3
If I store them in one folder and write an R code in that folder, how can
it be done?
Thanks,
John
[[alternative
2017 Nov 09
4
weighted average grouped by variables
hi all
I have this dataframe (created as a reproducible example)
mydf<-structure(list(date_time = structure(c(1508238000, 1508238000, 1508238000, 1508238000, 1508238000, 1508238000, 1508238000), class = c("POSIXct", "POSIXt"), tzone = ""),
direction = structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L), .Label = c("A", "B"), class =
2017 Nov 09
0
weighted average grouped by variables
Hello
an update about my question: I worked out the following solution (with the package "dplyr")
library(dplyr)
mydf%>%
mutate(speed_vehicles=n_vehicles*mydf$speed) %>%
group_by(date_time,type) %>%
summarise(
sum_n_times_speed=sum(speed_vehicles),
n_vehicles=sum(n_vehicles),
vel=sum(speed_vehicles)/sum(n_vehicles)
)
In fact I was hoping to manage everything in a
2006 Nov 20
1
Temporary mount Properties, small bug?
Hi,
Just playing with zfs and the admin manual ...
# mkfile 100m /export/zfs/disk1
# zpool create data /export/zfs/disk1
# zfs create data/users
# zfs mount -o remount,noatime data/users
# zfs get all data/users
NAME PROPERTY VALUE SOURCE
data/users type filesystem -
data/users creation Mon Nov 20 11:25 2006