search for: kello

Displaying 20 results from an estimated 44 matches for "kello".

Did you mean: hello
2018 May 12
2
Latest CentOS does not boot, Proliant ML330 G6
> m.roth at 5-cent.us kirjoitti 11.5.2018 kello 22.52: > > Jari Fredriksson wrote: >> Hello all. >> >> I just upgraded to the latest and tried to reboot: kernel panic and dead >> as a brick. >> >> Luckily GRUB still works and booting the to the next option in boot menu >> succeeds. >> &gt...
2017 Nov 06
4
For each entry type in column?
...someone who has already learnt the syntax. In this case one has to do e.g. names(data$somecol) To get the collection and then iteration through it is almost like in Python: for(i in names(data$somecol)) { # do something } > Bert Gunter <bgunter.4567 at gmail.com> kirjoitti 6.11.2017 kello 19.55: > > Time to go through a tutorial or two! -- This forum cannot replace such self study. > > Your query evidences some basic confusion, but ?tapply or the equivalent lapply(split(...)) construct are most likely relevant. > > Cheers, > Bert > > > > Bert G...
2008 Sep 20
2
Source password
I mean different source password for each mountpoint, no listener password.. chiapas at aktivix.org kirjoitti 20.9.2008 kello 21.36: > 2008/9/18 Timo H?kli <timpuri at kepit.fi>: >> Hi! > > Hi > >> Is it possible to specify different source password for all >> mounpoints? > > A different password for each mountpoint? Sure. > >> I tried to found it from docs, but.. >...
2015 May 10
2
v2.2.17 release candidate released
> Michael Grimm <trashcan at odo.in-berlin.de> kirjoitti 9.5.2015 kello 23.17: > > Hi ? > > Timo Sirainen <tss at iki.fi> wrote: > >> Please test especially non-Linux systems as there are some larger configure/Makefile changes done since v2.2.16. > > 2.2.17.rc1 will compile on FBSD 10.1 only, if bash has been installed Dovecot hg r...
2024 Feb 26
1
igraph_vertex
Hi, a quick additional note: try "edge.width= E(.)$weight" instead of the current "edge.width= network". Seems to work and makes a visible difference... HTH, Kimmo su, 2024-02-25 kello 19:11 +0000, Kimmo Elo kirjoitti: > > Hi again, > > your code is still not reproducible without modifications, but I > succeed in getting the data straight. All read.csv-command are > missing > 'sep="\t"', it is need to read you tsv-data. > > And it c...
2007 Mar 04
2
Parsing /admin/stats with PHP
I am trying to connect to my icecast server with the following php script and I keep getting an error. Script and errot follow: $server = "www.dallypost.com:8000"; $user = "admin"; $passw = "my_pass_word"; $mountpoint = "/DallyPostRadio.ogg"; $fp = fopen("http://$user:$passw@$server/admin/stats","r") or die("Error reading
2024 Feb 25
1
igraph_vertex
...abel.family="Helvetica", vertex.label.font=1, edge.curved=0.5, HERE --> edge.width= network, <-- HERE layout=layout_with_mds(.)) Try to comment out his line and see what happens. What network data variable should be mapped to edge width? Best, Kimmo su, 2024-02-25 kello 09:59 +0100, sibylle.stoeckli at gmx.ch kirjoitti: > Dear coummunity > > Thanks a lot to David and Kimmo. Yes I see now that I need to provide > the two raw tables. Find here the reproducible example. > > Kind regards > Sibylle > > # R-labraries > library(circlize)...
2018 May 13
0
Latest CentOS does not boot, Proliant ML330 G6
> Jari Fredriksson <jarif at iki.fi> kirjoitti 12.5.2018 kello 11.39: > > > >> m.roth at 5-cent.us kirjoitti 11.5.2018 kello 22.52: >> >> Jari Fredriksson wrote: >>> Hello all. >>> >>> I just upgraded to the latest and tried to reboot: kernel panic and dead >>> as a brick. >>> >&g...
2017 Nov 06
0
For each entry type in column?
...this case one has to do e.g. > > names(data$somecol) > > To get the collection and then iteration through it is almost like in Python: > > for(i in names(data$somecol)) { > # do something > } > >> Bert Gunter <bgunter.4567 at gmail.com> kirjoitti 6.11.2017 kello 19.55: >> >> Time to go through a tutorial or two! -- This forum cannot replace such self study. >> >> Your query evidences some basic confusion, but ?tapply or the equivalent lapply(split(...)) construct are most likely relevant. >> >> Cheers, >> Bert >...
2017 Nov 06
2
For each entry type in column?
...> names(data$somecol) >> >> To get the collection and then iteration through it is almost like in Python: >> >> for(i in names(data$somecol)) { >> # do something >> } >> >>> Bert Gunter <bgunter.4567 at gmail.com> kirjoitti 6.11.2017 kello 19.55: >>> >>> Time to go through a tutorial or two! -- This forum cannot replace such self study. >>> >>> Your query evidences some basic confusion, but ?tapply or the equivalent lapply(split(...)) construct are most likely relevant. >>> >>>...
2024 Mar 22
1
geom_edge & color
...ur code, the object "network" does not have an attribute "community". I use the existing "Subcategory_type" instead, because I had no time to debug this problem :-) I do not know whether this produces what you expect or want to visualise. HTH, Kimmo pe, 2024-03-22 kello 08:59 +0100, sibylle.stoeckli at gmx.ch kirjoitti: > Dear community > > ? > > Find enclosed the full working example. > > ? > > Many thanks > > Sibylle > > ? > > Test_cat.csv > > > Names > > Subcategory_type > > sources.cy...
2024 Feb 24
1
igraph_vertex
...most probably won't work). Just as a kind advice for the future: if you encounter errors like this, it is always a good idea to debug the problematic code by commenting it out line by line. So you will - most probably - find our those sections resulting in errors. HTH, Kimmo la, 2024-02-24 kello 12:09 +0100, SIBYLLE ST?CKLI via R-help kirjoitti: > Dear R-community > > ? > > It would be nice to get some input how to find a solution for the > following > error in igraph and vertex setting. > > ? > > Thank you very much > > Sibylle > > ? >...
2024 Feb 05
1
Help
Hi, the command line with 'text' should be: text(-8,-8, expression(R^2 * " = 0.62, r = 0.79, N = 161"), cex = 2 ) Best, Kimmo su, 2024-02-04 kello 17:16 +0100, Jibrin Alhassan kirjoitti: > Here is the script I used to plot the graph indicating the text I > wanted to > insert. The line in the script that I have issues with is: text(-8,- > 8, > "R^2=? 0.62",? r = 0.79, N = 161", cex = 2 > R^2=? 0.62 is not produ...
2024 Feb 26
1
igraph_vertex
...Monday, February 26, 2024 8:10 AM To: r-help at r-project.org Subject: Re: [R] igraph_vertex Hi, a quick additional note: try "edge.width= E(.)$weight" instead of the current "edge.width= network". Seems to work and makes a visible difference... HTH, Kimmo su, 2024-02-25 kello 19:11 +0000, Kimmo Elo kirjoitti: > > Hi again, > > your code is still not reproducible without modifications, but I > succeed in getting the data straight. All read.csv-command are missing > 'sep="\t"', it is need to read you tsv-data. > > And it coul...
2017 Nov 06
0
For each entry type in column?
...; >> To get the collection and then iteration through it is almost like in > Python: > >> > >> for(i in names(data$somecol)) { > >> # do something > >> } > >> > >>> Bert Gunter <bgunter.4567 at gmail.com> kirjoitti 6.11.2017 kello 19.55: > >>> > >>> Time to go through a tutorial or two! -- This forum cannot replace > such self study. > >>> > >>> Your query evidences some basic confusion, but ?tapply or the > equivalent lapply(split(...)) construct are most likely relevant...
2024 Mar 22
1
geom_edge & color
...r-help-bounces at r-project.org> On Behalf Of Kimmo Elo Sent: Thursday, March 21, 2024 10:51 AM To: r-help at r-project.org Subject: Re: [R] geom_edge & color Dear Sibylle, your example is not working! E.g. no data for "aes_collapsed". Best, Kimmo ke, 2024-03-20 kello 19:28 +0100, SIBYLLE ST?CKLI via R-help kirjoitti: > Dear community > > I am using ggraph to plot a network analysis. See part 2 in the > working example. > Besides different colors for different groups of nodes: > --> geom_node_point(aes(size = V(network)$hub_score*200...
2018 Apr 26
1
dmarc auth on incoming email
Just reading up on DMARC, toying with setting it up to auth against incoming emails. (but not configure my domain to use dmarc, or at least not yet) ran into an article about opendmarc, which is available on epel. but when I took a look at the opendmarc website and the git pages it doesn't appear to have been updated in several years. while I see that it is still available from epel, I
2015 Apr 28
3
CVE-2015-3420
When can we expect 2.2.17 to resolve this?
2008 Sep 18
2
Source password
Hi! Is it possible to specify different source password for all mounpoints? I tried to found it from docs, but.. If there is some other method to increase security when playing with multiple users and mountpoints, please tell me! - Timo H?kli
2004 Jun 30
1
Vampire fails
All, I'm trying to migrate to samba3 from nt4. Unsuccesfully so far :-(. Instructions are from idealx how-to v1.6. Enviroment is RHFC2/Samba 3.0.3-5/OpenLDAP 2.1.29 Membership to the domain is ok ---------------- # net rpc testjoin Join to 'NT-DOM' is OK ---------------- The next step would be vampire but it fails with reference to smbtest2-domain. I can't figure out wherefrom