similar to: No subject

Displaying 20 results from an estimated 1000 matches similar to: "No subject"

2015 May 13
1
nm-applet, wirless, and CentOS 6
I have a strange problem and I know I am doing things way outside of the box. First of all I don't like Gnome or really any of the mess-windows flavored desktop systems and no, I don't like the MacOSX flavored desktop systems (like Ubuntu's Unity) either. The 'desktop' system (if you could have called it that) that I learned on was DEC's 'DecWindows' system on
2006 Mar 06
1
Wins Installation problem on solairs x86 version 5.10
Follwoing errors are shown while installation. Any quick help will be highly appriciated. config.c: In function `init_server_dir': config.c:217: warning: right shift count >= width of type config.c: In function `init_paths': config.c:256: warning: unsigned int format, uid_t arg (arg 3) mmap.c: In function `try_mmap_fixed': mmap.c:107: warning: implicit declaration of function
2009 Jul 16
1
Plotting Two Surfaces in one plot with wireframe() using groups=
Hi. I tried the following: F<-function(x,y,b1,b2,b3) b1/(1+b2*(x+b3*y)); t<-data.frame(ExM=c(T$ExM,F(T$S1,T$S2,0.2,0.2,51.28205)),S1=rep(T$S1,2),S2=rep(T$S2,2),gr=c(rep(1,length(T$ExM)),rep(2,length(T$ExM)))); library(lattice); wireframe(ExM ~ S1 * S2, data = t, groups=gr); where T is da dataframe like T<-data.frame(S1=...,S2=...,ExM=...) But the resulting response
2004 Jun 07
2
AGI + g729A
Hello.... I have the follow situatuion: < ISDN > | | V E100P |----------------| IAX2 / g729A |----------------| T100P | Asterisk1 |- - - - - - - - - - - - - - > | Asterisk2 | - - - - - -> |--------------| | | | | | Zhone | ----------------- ----------------- --------------- Here's the situation: I receive calls from the PSTN
2006 Apr 17
6
DO NOT REPLY [Bug 3692] New: regression: symlinks are created as hardlinks with --link-dest
https://bugzilla.samba.org/show_bug.cgi?id=3692 Summary: regression: symlinks are created as hardlinks with -- link-dest Product: rsync Version: 2.6.7 Platform: x86 URL: http://rsync.samba.org OS/Version: FreeBSD Status: NEW Severity: major Priority: P3 Component: core
2009 Jul 08
2
Two-way ANOVA gives different results using anova(lm()) than doing it by hand
Hey! Could you please take a quick look at what I have done? Somehow I get wrong results using the anova(lm()) combination compared to doing a two way ANOVA by hand. Running: Data<-read.table("Data.txt"); g<-lm(ExM~S1*S2,Data); anova(g); Gives: Analysis of Variance Table Response: ExM Df Sum Sq Mean Sq F value Pr(>F) S1 1 4.3679
2016 Aug 28
0
.htaccess file
On 2016-08-28, TE Dukes <tdukes at palmettoshopper.com> wrote: > > I'm just not following or understanding. The .htaccess file works but on a > slow DSL, I don't want the hits. What exactly is slow when you receive requests from remote clients that you don't want? Are you actually seeing problems when clients make requests and Apache has to read in your 2MB .htaccess
2003 Dec 05
2
s-plus to R
Hi, I have a piece of code originally written for s-plus - I am trying to run it in R now. The code was obtained from someone who is now not available to give any pointers and I am a beginner in R. Here is where it is getting stuck: > +names(good.motifs[,1]) Error in +names(good.motifs[, 1]) : Invalid argument to unary operator here is now names(good.motifs,1]) looks: >
2017 Mar 03
0
CEBA-2017:0381 CentOS 7 motif BugFix Update
CentOS Errata and Bugfix Advisory 2017:0381 Upstream details at : https://rhn.redhat.com/errata/RHBA-2017-0381.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: c821673f87aa39b1965f65915db40230c4226966925e4f62b813b6205db48478 motif-2.3.4-8.1.el7_3.i686.rpm
2017 Oct 20
0
CEBA-2017:2934 CentOS 7 motif BugFix Update
CentOS Errata and Bugfix Advisory 2017:2934 Upstream details at : https://access.redhat.com/errata/RHBA-2017:2934 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 17e609d0c7c18f8fca02351241ea0ff2429797f4b1233cc79822907b513248a3 motif-2.3.4-10.el7_4.i686.rpm 56692ca81c78f38de136a1d07e4cc6d6343a489410f8de1778a971fcd4675332
2018 Jan 26
0
CEBA-2018:0146 CentOS 7 motif BugFix Update
CentOS Errata and Bugfix Advisory 2018:0146 Upstream details at : https://access.redhat.com/errata/RHBA-2018:0146 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: fb3bb2355c9f82bf742fe8198d289c0586094050c232ed59ab3020ac81a90ee6 motif-2.3.4-12.el7_4.i686.rpm d5599721ed87539652fc16c4fefece0df278923847cc6dd122644b3a576577d3
2018 Jul 03
0
CEBA-2018:1995 CentOS 7 motif BugFix Update
CentOS Errata and Bugfix Advisory 2018:1995 Upstream details at : https://access.redhat.com/errata/RHBA-2018:1995 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 78c7b5d734ab7c13f9d5952d5092688d23e63c0bbb98d213bb5987256d5ceece motif-2.3.4-14.el7_5.i686.rpm 950633f31606d55596dcc947861948599ce32890309a8bba8908fde3e5bcd406
2012 Mar 20
0
[LLVMdev] Runtime linker issue wtih X11R6 on i386 with -O3 optimization
I was told that my writeup lacked an example and details so I reproduced the code that X uses and I was able to boil down the issue to a couple of lines of code. Sorry again for the length of this email. Code was compiled on OpenBSD with clang 3.0-release. ======================================================================== With -O0 which works as X expects:
2009 Nov 03
3
Weird operator behaviour
Hi, I have a dataset called 'fish'. fish$Species returns extract 1. When I use fish$Species != c("CRA","PHC"), i.e. I want all species except "CRA" and "PHC", I get extract 2 which is blatantly wrong. Can anyone see what I'm doing wrong? Regards, James EXTRACT 1 > fish$Species [1] ALB ALB ALB ALB ALB ALB ALB ALB ALB ALB ALB ALB ALB
2007 Oct 31
16
Am I missing something with Heckle?
Hi I can''t get heckle working. In fact, I''ve built an example so simple that it either shows a bug, or I am being really, REALLY stupid. Heckle does not appear to support RSpec directly, so I''m trying to use spec --heckle (RSpec trunk as of 10 mins ago, Heckle 1.4.1). I''ve constructed this pair of sample files: 18> ~/Desktop/heckle_test % cat
2007 Feb 20
6
How to spec code with multiple (interacting) paths
Hi Code with a large number of different paths is probably the biggest problem I have right now. I''ve made a sample class that illustrates the simplest case of one parameter that takes two values: class DataStorer def initialize(logger, emailer, db_updater, do_update_db_step) @logger = logger; @emailer = emailer; @db_updater = db_updater
2014 Dec 17
2
11.5.0: blindxfer problems
I've got a confbridge set up which works if dialed locally: -- Executing [266 at internal:1] Answer("DAHDI/1-1", "") in new stack -- Executing [266 at internal:2] SendDTMF("DAHDI/1-1", "1") in new stack -- Executing [266 at internal:3] ConfBridge("DAHDI/1-1", "1") in new stack -- <DAHDI/1-1> Playing
2013 May 16
2
11.4: motif can only handle one channel at a time?
I have a call on gv over motif. I try to bridge it to another call over motif, but a different gv account, and I get congestion. motif only handles one 1 channel at a time?? sean
2013 Jan 16
2
Codetools Query (repost)
Sorry for reposting, i keep forgetting this should be plain text. Will not make this mistake again Hello, The following code moo <- function(a=1){ x=1; x=x+y} funs <- new.env() enter <- function(type, v, e, w){ assign(v, TRUE, funs) } library(codetools) collectUsage(moo, enterGlobal = enter) adds + to the environment funs i.e. funs: "=" "{" "+"
2006 Feb 02
3
dynamic addition of table rows
Hi, I have a table laid out something like this: <table> <thead> <tr> <th>col 1</th> <th>col 2</th> </tr> </thead> <tbody id="tablebody"> <tr> <td>moo</td> <td>moo</td> </tr> <tr> <td>moo</td> <td>moo</td> </tr>