Displaying 20 results from an estimated 259 matches for "dokumenti".
Did you mean:
dokumenty
2008 May 25
4
Zmodeler2
Hi!
It's me... again :P Trying to run Zmodeler2. But im getting errors with missing DLL files. Where i should copy them to solve the problem?
messages from console:
Code:
err:module:import_dll Library MFC42.DLL (which is needed by L"Z:\\windows\\soft\\Moje Dokumenty\\dodatki\\pttm\\zmodeler2\\ZModeler2.exe") not found
err:module:import_dll Library MSVCP60.dll (which is needed by
2007 Jan 23
0
Error in odfWeave
Dear R-experts,
I have tried this command:
#--------------
odfWeave("C:/Documents and
Settings/rajdl/Dokumenty/zk/vstup.odt","C:/Documents and
Settings/rajdl/Dokumenty/zk/vystupek.odt")
#---------------
and the console output was:
#--------------
Setting wd to
C:\DOCUME~1\rajdl\LOCALS~1\Temp\Rtmpfusjrb/odfWeave23103342397
Copying C:/Documents and
2015 Mar 10
2
Linux fs ACL ignored for Samba4 share in Windows?
Hm, it is quite large. I will snip all comments out and all shares that
are not interesting
smb.conf:
[global]
workgroup = ldap1.sk
server string = server %L
wins support = no
dns proxy = no
netbios aliases = datastore dokumenty iss pravo prenos matriky
log file = /var/log/samba/log.%m
max log size = 1000
syslog = 0
panic action = /usr/share/samba/panic-action %d
2015 Mar 10
2
Linux fs ACL ignored for Samba4 share in Windows?
This command lists all directories in iss_num. However the . (iss_num
itself) has drwxrwxr-x
Now for the incriminating file example that shows abnormal ACL in
Windows: the file resides in iss_num/am/uz and has -rwxrwxrwx
So there is no + in listing for share directory nor for files in the
directory structure.
Peter
D?a 10.03.2015 o 10:37 Rowland Penny nap?sal(a):
> On 10/03/15 07:16, Mgr.
2015 Mar 10
1
Linux fs ACL ignored for Samba4 share in Windows?
On 10/03/15 10:01, Rowland Penny wrote:
> On 10/03/15 09:51, Mgr. Peter Tuharsky wrote:
>> This command lists all directories in iss_num. However the . (iss_num
>> itself) has drwxrwxr-x
>>
>> Now for the incriminating file example that shows abnormal ACL in
>> Windows: the file resides in iss_num/am/uz and has -rwxrwxrwx
>>
>> So there is no + in
2002 Aug 05
0
printing to windows with cups
I have samba 2.2.5 and cups -1.1.15 from rpm packages on RH 7.3. I try
to configure printers by localhost:631 and haven't smb device.
ldd 'which smbd' gives:
libcups.so.2 => /usr/lib/libcups.so.2 (0x40013000)
libssl.so.2 => /lib/libssl.so.2 (0x40045000)
libcrypto.so.2 => /lib/libcrypto.so.2 (0x40072000)
libnsl.so.1 => /lib/libnsl.so.1 (0x40135000)
2011 Oct 30
5
Fatal error: The remote end hung up unexpectedly
Hi,
I''d like to create my first ROR application on Heroku but I can''t deal
with one step in this tutorial:
http://devcenter.heroku.com/articles/quickstart
I''ve spent all my day for this and I have no idea what is wrong...
I cannot deal with last one in 3th part -> Create your Heroku
application
What I did:
I''ve installed eveything what I need
1.
switch to
2015 Mar 10
0
Linux fs ACL ignored for Samba4 share in Windows?
On 10/03/15 07:16, Mgr. Peter Tuharsky wrote:
> Hm, it is quite large. I will snip all comments out and all shares that
> are not interesting
>
> smb.conf:
>
> [global]
>
> workgroup = ldap1.sk
> server string = server %L
> wins support = no
> dns proxy = no
> netbios aliases = datastore dokumenty iss pravo prenos matriky
> log file =
2023 Mar 21
1
Rprofile.site and automatic installation of missing packages
On 21/03/2023 9:58 a.m., PIKAL Petr wrote:
> Hallo Duncan
>
> Tested but does not work so something other must be wrong.
>
> R version 4.2.2.
>> installed.packages()[,"Package"]
> base boot class cluster codetools compiler datasets foreign graphics grDevices grid KernSmooth
2018 May 25
0
options other than regex
Hi
I am not sure if it is more readable
> paste(paste(unlist(strsplit(x,"")),".", sep=""), collapse="")
[1] "1.0.1.1.0.1.1.1."
If you did not want last dot, it is a bit shorter.
> paste(unlist(strsplit(x,"")),collapse=".")
[1] "1.0.1.1.0.1.1.1"
>
Cheers
Petr
Tento e-mail a jak?koliv k n?mu p?ipojen?
2018 May 29
3
Convert daily data to weekly data
Dear Petr,
Thanks for your reply and the solution. The example dataset contains data
for the first six days of the year 1986. "X1986.01.01.10.30.00" is 01
January 1986 and the rest of the variable is redundant information. The
last date is given as "X2016.12.31.10.30.00".
I realized that I missed one information in my previous email, I would like
to compute the weekly average
2015 Mar 10
0
Linux fs ACL ignored for Samba4 share in Windows?
On 10/03/15 09:51, Mgr. Peter Tuharsky wrote:
> This command lists all directories in iss_num. However the . (iss_num
> itself) has drwxrwxr-x
>
> Now for the incriminating file example that shows abnormal ACL in
> Windows: the file resides in iss_num/am/uz and has -rwxrwxrwx
>
> So there is no + in listing for share directory nor for files in the
> directory structure.
2018 May 29
0
Convert daily data to weekly data
Hi
Based on your explanation I would advice to use
?cut.POSIXt
with breaks "week". However your data are rather strange, you have data frame with names which looks like dates
names(test)
[1] "X1986.01.01.10.30.00" "X1986.01.02.10.30.00" "X1986.01.03.10.30.00"
[4] "X1986.01.04.10.30.00" "X1986.01.05.10.30.00"
2018 May 29
2
Convert daily data to weekly data
Dear all,
I have daily data in wide-format from 01/01/1986 to 31/12/2016 by ID. I
would like to convert this to weekly average data. The data has been
generated by an algorithm.
I know that I can use the lubridate package but that would require me to
first convert the data to long-form (which is what I want). I am at a bit
of loss of how to extract the date from the variable names and then
2018 May 25
4
options other than regex
Hi --
I'm looking for alternatives to regex for a fairly simply 'reformatting'
problem. Alternatives only because a lot of folks have trouble
parsing/interpreting regex expressions, and I'm looking for suggestions
for something more 'transparent'.
Here is an example of what I'm trying to do. Take the following string,
which I call x, and for each character in the
2023 Mar 01
1
Shaded area
Hallo
Excel attachment is not allowed here, but shading area is answered many times elsewhere. Use something like . "shading area r" in google.
See eg.
https://www.geeksforgeeks.org/how-to-shade-a-graph-in-r/
Cheers Petr
-----Original Message-----
From: R-help <r-help-bounces at r-project.org> On Behalf Of George Brida
Sent: Wednesday, March 1, 2023 3:21 PM
To: r-help at
2018 May 29
0
Convert daily data to weekly data
Forgot the year if you also want to summarise by that.
> x <- structure(list(X1986.01.01.10.30.00 = c(16.8181762695312,
16.8181762695312,
+ 18.8294372558594, 16 ....
[TRUNCATED]
> library(tidyverse)
> library(lubridate)
> # convert to long form
> x_long <- gather(x, key = 'date', value = "value", -ID)
> #
2017 Aug 16
5
strange behaviour read.table and clipboard
Hi Duncan
The simples spreadsheet is:
Put a name in the cell, let say "a1"
Put number e.g. 1 below "a1"
Copy the number to enough rows
Select this column and press ctrl-c
result is
> temp<- read.delim("clipboard")
> str(temp)
'data.frame': 1513 obs. of 1 variable:
$ a1: Factor w/ 2 levels "1","a1": 1 1 1 1 1 1 1 1 1 1 ...
2004 Oct 08
1
Trust between two samba domains
I have a problem with Samba:
I want to make trust between two Samba domains. I have setup the trust on
the DOMAINB server then on the Samba DOMAINA server "net rpc
trustdom establish DOMAINB" I then get the following:
Password: [entered password]
Could not connect to server SERVERB [this is the PDC for the DOMAINB domain]
Trust to domain DOMAINB established
When I then try
2017 Aug 17
2
strange behaviour read.table and clipboard
Hi
> -----Original Message-----
> From: Robert Baer [mailto:rbaer at atsu.edu]
> Sent: Wednesday, August 16, 2017 3:04 PM
> To: PIKAL Petr <petr.pikal at precheza.cz>; Duncan Murdoch
> <murdoch.duncan at gmail.com>
> Cc: r-devel at r-project.org
> Subject: Re: [Rd] strange behaviour read.table and clipboard
>
> You said, "put a name in the cell".