similar to: igraph problem

Displaying 20 results from an estimated 1000 matches similar to: "igraph problem"

2017 Aug 24
1
rmutil parameters for Pareto distribution
In https://en.wikipedia.org/wiki/Pareto_distribution, it is clear what the parameters are for the pareto distribution: *xmin *the scale parameter and *a* the shape parameter. I am using rmutil to generate random deviates from a pareto distribution. It says in the documentation that the probabilty density of the pareto distribution The Pareto distribution has density f(y) = s (1 + y/(m
2012 Jul 11
1
igraph function "graph.bfs" unavailable
Hi, I've installed the igraph package and have been otherwise using it successfully, but when I try to use graph.bfs I get the error: could not find function "graph.bfs" Moreover, I don't seem to have the documentation installed either. (per ?graph.bfs and ??graph.bfs). I'm using RStudio v0.95.262 on windows 7. Below is the info for my R build: R version 2.14.0
2012 Jun 18
0
igraph 0.6 released
Dear All, we have released version 0.6 of the igraph package today. This is a major new version, with a lot of new features, and (sadly) it is not completely compatible with code that was written for the previous igraph versions. (See "Major new features" below for details.) I have included below a list of (bigger) changes. Please see the details in the release notes and the NEWS
2012 Jun 18
0
igraph 0.6 released
Dear All, we have released version 0.6 of the igraph package today. This is a major new version, with a lot of new features, and (sadly) it is not completely compatible with code that was written for the previous igraph versions. (See "Major new features" below for details.) I have included below a list of (bigger) changes. Please see the details in the release notes and the NEWS
2005 Aug 29
0
Character translation problem
Hi all, I have a file that samba does not know how to access. The file is located on a w2k server. The samba box is a member of the w2k domain (ADS). When I try to access the file via nfs I get "no such file or directory". In the logs I get the following error: ug 29 03:38:04 bfs kernel: smb_open: District of Columbia/lexis_com(SM) Get a Document - by Citation - D_C_ Code ^U
2015 Dec 24
0
[PATCH v2] btrfs: Fix logical to physical block address mapping
The current btrfs support did not handled multiple stripes stored in chunk items, hence skipping the physical addresses that were needed to do the mapping. Besides, the chunk tree may contain DEV_ITEM keys which store information on all of the underlying block devices, so we must skip them instead of finishing lookup. The bug was reproduced with btrfs-progs v4.2.2. Cc: Gene Cumm <gene.cumm
2015 Dec 27
0
[PATCH v3] btrfs: Fix logical to physical block address mapping
The current btrfs support did not handled multiple stripes stored in chunk items, hence skipping the physical addresses that were needed to do the mapping. Besides, the chunk tree may contain DEV_ITEM keys which store information on all of the underlying block devices, so we must skip them instead of finishing lookup. The bug was reproduced with btrfs-progs v4.2.2. Cc: Gene Cumm <gene.cumm
2015 Dec 24
4
[PATCH] btrfs: Fix logical to physical block address mapping
The current btrfs support did not handled multiple stripes stored in chunk items, hence skipping the physical addresses that were needed to do the mapping. Besides, the chunk tree may contain DEV_ITEM keys which store information on all of the underlying block devices, so we must skip them instead of finishing lookup. The bug was reproduced with btrfs-progs v4.2.2. Cc: Gene Cumm <gene.cumm
2019 Oct 22
1
Problems with internal DNS
On Tue, Oct 22, 2019 at 5:07 PM Rowland penny via samba < samba at lists.samba.org> wrote: > On 22/10/2019 15:52, Thomas Schweikle wrote: > > > > On Mon, Oct 21, 2019 at 5:03 PM Rowland penny via samba > > <samba at lists.samba.org <mailto:samba at lists.samba.org>> wrote: > > > > On 21/10/2019 15:47, Thomas Schweikle via samba wrote: >
2012 Nov 13
0
Bfs scheduler and den
I wonder if any one had attempted to run xen with kernel running bfs. I tried to boot dell f1d with two quad core xeons but I get error that freezes system it that states CPU 0 frozen for 23 sec. I had read that bfs lowers utilization on CPUs that should translate into greater performance for virtual systems. _______________________________________________ Xen-users mailing list
2001 Oct 19
7
Force User
Here is what I am trying to accomplish: I want to create a share that will force users to a ID and group, allow certain users write privileges to certain directories only and others read only. I have set this up and every time I create a file the owner is set to root and the group is correct. Any help would be great, the following is what I have in the smb.conf file: [migrate] path =
2008 Mar 06
0
how to end the BFS traversal at will( RGL)
Hi, I am using RGL for some of the graph implementations. My requirements is such that I need to find out all nodes that are at distance less than 3. For this, I thought of traversing the graph using BFS and stop the traversal when i reach 4th level. But how do I do this? regards, Sandeep G -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You
2009 Jun 18
2
[PATCH node-image] Keep nls_utf8.ko module on node-image
resolves: rhbz:504741 - nls utf8 kmod missing causes error messages during firstboot configuration --- common-blacklist.ks | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/common-blacklist.ks b/common-blacklist.ks index 48f30a6..eb59014 100644 --- a/common-blacklist.ks +++ b/common-blacklist.ks @@ -49,14 +49,16 @@ done # the following are lists of kernel
2019 Oct 22
2
Problems with internal DNS
On Mon, Oct 21, 2019 at 5:03 PM Rowland penny via samba < samba at lists.samba.org> wrote: > On 21/10/2019 15:47, Thomas Schweikle via samba wrote: > > Hi! > > > > Samba server set up for domain rufus.ada.de a proxy is reachable in > > proxy.ada.de. > > How are you running Samba ? > As ADDC. Please post your smb.conf. > OK. Here it is: [global]
2020 May 27
4
[cfe-dev] [RFC] Loading Bitfields with Smallest Needed Types
At least in this test-case, the "bitfield" part of this seems to be a distraction. As Eli notes, Clang has lowered the function to LLVM IR containing consistent i16 operations. Despite that being a different choice from GCC, it should still be correct and consistent. Of course that insight does mean it's quite easy to create a test-case with the exact same problematic store->load
2013 Sep 21
0
[LLVMdev] LLD input graph handling proposal
On Fri, Sep 20, 2013 at 04:39:04PM -0700, Rui Ueyama wrote: > I don't want to make Resolver to have a reference to input graph. The point > of this proposal is to separate input graph handling from Resolver and > instead making Linker Context to do that task. That was the part of the original proposal I didn't agree with and I still don't do. While the resolver shouldn't
2020 Nov 11
4
crontab query
I need to schedule a process/program every hour on the hour between 9am and 4pm on the 2nd through the 9th of each month except on Saturday and Sunday.? So, I tried this entry: 0 9-16 2-9 * 1-5 ./myprog.sh Unfortunately it runs outside of the 2nd through the 9th and still runs on Sat. through Sun. Is there a way to do this (outside the program itself)? -Frank
2017 Jun 23
2
sieve vacation message if ....
On Fri, 23 Jun 2017 14:46:21 +0200, Stephan Bosch stated: >Op 21-6-2017 om 19:16 schreef lejeczek: >> hi fellas >> >> generic construct for(if possible): reply vacation message if >> address is not from add1 at com1 add2 at com2 >> >> would you share? > >require "vacation"; > >if not address "from" ["add1 at com1",
2013 Sep 21
2
[LLVMdev] LLD input graph handling proposal
On Fri, Sep 20, 2013 at 5:08 PM, Joerg Sonnenberger <joerg at britannica.bec.de > wrote: > On Fri, Sep 20, 2013 at 04:39:04PM -0700, Rui Ueyama wrote: > > I don't want to make Resolver to have a reference to input graph. The > point > > of this proposal is to separate input graph handling from Resolver and > > instead making Linker Context to do that task. >
2013 Sep 21
1
[LLVMdev] LLD input graph handling proposal
Hi Joerg, I would love to have this behavior(solaris/hp-ux linkers used to do this). cat > main.c << \! int main() { fn(); fn1(); } ! cat > fn.c << \! int fn() { return 0; } ! cat > fn1.c << \! int fn1() { return 0; } ! gcc -c -fPIC main.c fn.c fn1.c ld -shared fn1.o -o libfn1.so ld -shared fn.o -o libfn.so -L. -lfn1 ld main.o libfn.so ld: warning: