search for: heis

Displaying 20 results from an estimated 76 matches for "heis".

Did you mean: his
2011 Apr 16
2
Chinese character is not shown properly for some programs
Just dived into linux recently and spent a whole day on trying geing chinese programs working properly in wine. The situation is that some chinese programs (like eMule) display Chinese character very nicely while some others can not. Here is the screenshot: [Image: http://www.jg300.com/www/Screenshot-dzh.png ] What I have done: 1. apt-get ttf-wqy-microhei 2. Copy the downloaded font to
2010 Oct 05
2
A program don't work from 1.2-1.3.4(I'll said in detail)
When in ubuntu 9.04 x64 and 9.10 x64 use apt's wine and playonlinx it can run,now I in ubuntu 10.04 x64 whether apt's or compiled from 1.2 to 1.3.4 can't not work(I dont's use playonlinx now).This time just test so I didn't install it (1.2-1.3 I installed even use checkinstall to package it) The program is a game which is Japanes Story Game(AVG).And gecko IE also doesn't
2012 Nov 08
2
How to include CI in a grouped barplot?
Hello everyone! I need to include the confidence interval bar in a grouped barplot. I've found some options on the web, but none of them solved my problem. The question is: my barplot was created using vectors for each pair of bar and them combining them using cbind. I mean: a=c(10,15) b=c(20,24) c=c(21,23) ... hei=cbind(a,b,c) graph1=barplot(hei, beside=T,...) I've tried to include
2008 Dec 02
5
Problem with extend rails(add new function in lib)
I do things below: In lib/translater.rb class Translater require "rubygems" require "rmmseg" include "RMMSeg" ... def segment(text) RMMSeg::segment(text) end end in helper/xx/xxx.rb module xx require "translater.rb" def translate(text) Translater.run(text) end end when i use helper method tranlate, erros: undefined method
2013 Feb 13
2
sweave question
Hi Everyone: I was having trouble getting the plot size correct when putting a plot in an sweave document. So, I searched on the internet and I found a clever solution where the person uses the cat function to write latex code so he can include the cat code in the chunk and place the plot using width and height. The solution is here: https://stat.ethz.ch/pipermail/r-help/2009-April/195094.html.
2008 Mar 18
4
Can an object obj-arbitrary respond to a method with arbitary name?
For example: I create an object c. Now, if I call c.xxx, ruby just raise an exception ''method missing'' But, I want it return nil, for each method which is not pre-defined. Is there a way I can gain this ? Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To
2006 Nov 06
4
Event listeners
Hi! Your plugin is really great! Thanks. One more little question. Is it possible to add event listeners to the maps via your plugin? greetings /till -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/ym4r-user/attachments/20061106/6b1c6f4f/attachment.html
2008 Aug 11
2
create file with unique names
Hei, is it possible to create from R a series of files with unique(random) names? I have tryed with file.create and dir.create but did not manage to do it. Thanks a lot for help Sara [[alternative HTML version deleted]]
2009 Feb 21
0
density estimation for d>2 for the DPpackage
Dear List, I am trying to estimate a 3 dimensional density through the DPpackage. For example # model sigma <- matrix(c(0.1,0.05,0.05,0.05,0.1,0.05,0.05,0.05,0.1), ncol=3) rnormm<- rmvnorm(n=100, mean=c(5,100,150), sigma=sigma) sigma2 <- matrix(c(10,0.05,0.05,0.05,10,0.05,0.05,0.05,10), ncol=3) rnormm2<- rmvnorm(n=100, mean=c(20,1,110), sigma=sigma) rnormm<-rbind(rnormm,rnormm2)
2008 Nov 16
4
duplicate values
Hei R Users, i have the following dataframe: Datetime Temperature and many more collumns 1 2008-6-1 00:00:00 5 2 2008-6-1 02:00:00 5 3 2008-6-1 03:00:00 6 4 2008-6-1 03:00:00 0 5 2008-6-1 04:00:00 6 6 2008-6-1 04:00:00 0 7 2008-6-1 05:00:00 7 8 2008-6-1 06:00:00
2012 Feb 23
2
Survival analysis and comparing survival curves
Hei, I have a one simple question which does not seem to be that simple as I cannot find any solution/answer: Is it possible to compare multiple survival curves in R with survdiff-function when there is interaction term involved in predictor variables (and this interaction is significant)? Example: survdiff(Surv(death,status)~treatment*gapsize) R is making "problems" with it ie.e.
2003 Jun 03
1
(no subject)
Hei, I am trying to fit an ANOVA-model by lm. I get the error-message Error in lm.fit(x, y, offset = offset, ...) : negative length vectors are not allowed which I don't understand. My data looks fine, but one factor has extremely many levels. Does anyone have a tip? Best regards Ida Scheel
2005 Feb 28
1
Sipura SPA-841 autodial?
Hei! Does anyone know how to configure this phone to autodial the number after interdigit timeout has passed? Rennes
2009 Oct 01
1
Is there a way to get info who disconnected the call into CDR?
Hei! Here's my problem. I have an Asterisk with SS7 and SIP trunks. Asterisk version is 1.6. I'm setting up a custom CDR fields and I was wondering is there a way to know who initiated a hangup? Asterisk must be aware of that info somehow, cause in queue_log, that info is present (completecaller, completeagent) Is there a way to get that info on the regular SS7 to SIP (and vica versa)
2008 Jul 21
1
merging violations.ignore.d/logcheck-* into ignore.d.*/*
Hi guys, now that violations.d/logcheck is empty, violations.ignore.d/logcheck-* are useless and many messages that were previously elevated and filtered there now turn up as system events. Thus, I went ahead and merged violations.ignore.d/logcheck-* into ignore.d.*/* in the viol-merge branch. http://git.debian.org/?p=logcheck/logcheck.git;a=shortlog;h=refs/heads/viol-merge Unless I hear
2011 Sep 08
3
Is it possible to be on the rsync list without getting all the samba bugs?
When I signed up for the rsync mailing list, I was not expecting to get all the samba bugs as well. Is it possible to be on just the rsync mailing list, without being on the bug report list as well?
2002 Dec 22
1
weird stat()
hei everyone, I have a weird problem: if I do a # cd /somedir; stat somesubdir |grep Modify where /somedir is some directory on an SMB-mounted filesystem I get one datetime... but I I do: # cd /somedir; stat * |grep Modify for the same directory I get a Modify time which consistently differs by 1 second. As I'm writing a perl module to detect differences in a filesystem and rely on the
2018 Apr 14
1
about family=binomial in glm funtion
Hei, I just wonder the use of family=binomial in glm function. As I learned from book (e.g. Andy Field) that logistic regression (binary logit) can use glm funtion with family = binomial. Here the y is a factor variable (e.g. value = 1 or 2). But I have also seen i many other cases, same function glm with family=binomial, but y is a variable with several column , like y= cbind(y1, y2), and
2017 Nov 10
2
R and LINGO?
Hei Im struggling with this problem: b) Another company wants to compose the optimal project portfolio based on the following 5- year project proposals. In the table, the cash flow for each project in each year is shown. Project 1 Project 2 Project 3 Project 4 Project 5 Project 6 1st year of the project -58 -32 -18 -31 -33 -39 2nd year of the project 17 17 11 4 21 30 3rd year of the project 26 30
2009 Jun 17
3
[GERMAN - ENGLISH] Wine can not started the Game (Dragonica)
Hallo Leute :) Ich bin sehr neu in der Linux Branche und sto?e zu anfang direkt an meine grenzen. Wine startet alle meine Windows Programme einwandfrei.. ausser das spiel was ich in meiner freizeit spiele wenn ich mal nicht rausgehe und mal langeweile habe. Das spielt nennt sich Dragonica. Ich benutze Ubuntu 9. Der Patcher startet erfolgroch. nachdem ich das spiel starte.. ?ffnet sich dieses