similar to: newbie

Displaying 20 results from an estimated 110 matches similar to: "newbie"

2008 Jun 01
0
Cannot handle object of mode "list"
Hello..!!! I got a problem while built R program with tcltk. I try to list the name of all data frame in my memory by "tklistbox". when we choose the name of data frame, then i capture the name, and catch the data frame by tclObj(dat)<-as.data.frame(get(x,envir=.GlobalEnvir)) tclvalue(dat) where x is the name of the data frame.The error is "Cannot handle object
2011 May 19
2
Separating boot results
Good Morning, I'm having what I hope to be a simple problem. I am generating bootstrap confidence intervals using package (boot) - which works perfectly. The issue I am having is getting the results into a format which I can write out to a database. To be clear I am having no problems generating the results, I just need to convert the format of the results such that I can store the results in
2009 Jan 13
2
Can not Create Maildir using userdb
Thank you for your reply. So, you mean that both user_query and password_query should have the same amount of parameter and the mail parameter from user_query should have the exact parameter as userdb_mail from password_query? And also I've to turn on userdb prefetch {} Kind Regards, Henry From: Timo Sirainen [mailto:tss at iki.fi] To: Dovecot Mailing List [mailto:dovecot at dovecot.org]
2006 Apr 17
1
HTB How To ??
Dear All, I wanna to implement of bandwith shapingin my office using HTB, any body suggest about the case ? Below the acl ip range i want to limit : 1. staf (10.0.0.1 - 3) --> limit to 10kbyte/s 2. lab (10.0.0.4 - 6) --> limit to 5kbyte/s 3. bos (10.0.0.7 - 9) --> limit to 20kbyte/s 4. admin (10.0.0.10 - 12) --> no limit thanks all 4 ur advise -- Warm Regards, Cahyo P. KLAS
2009 Jan 12
3
Can not Create Maildir using userdb sql
Dear all, I've been experiencing this problem and still can't find a solution for this. I want to have a dynamic quota for each virtual user. I've followed instruction from : http://wiki.dovecot.org/HowTo/DovecotLDAPostfixAdminMySQL http://workaround.org/articles/ispmail-etch/ But still can't give what I want. But if I use userdb static, I works fluently. Below are my Dovecot
2012 Feb 14
0
Help me! it's about batch
Hi there, i'm really noob here let me explain my problem to you first : 1. i have a software in directory c:\mikeusak\mikeusak.php and i run it via batch 2. and after that my software started and requesting id and password to login 3. i input my ID and Password to log in and i logged in [Image: http://s8.postimage.org/85pwregad/password_and_id.png ] 4. the software is running and
2015 Jul 07
2
I can read/write in virtio BLK Device, but I can't run a hello world program in it
Hi Linux Virtualization Mailing List Members, I am trying to develop a driver for virtio blk device in guest. I can safely mount the virtual blk device with: mount /dev/vda /mnt/ in /mnt/ I can read & write the device. But when I run a simple hello world program in /mnt/root/, this error happens: root at linux_guest:/mnt/root# ./helloworld_static [ 23.003459] CPU: 0 PID: 491 Comm:
2015 Jul 07
2
I can read/write in virtio BLK Device, but I can't run a hello world program in it
Hi Linux Virtualization Mailing List Members, I am trying to develop a driver for virtio blk device in guest. I can safely mount the virtual blk device with: mount /dev/vda /mnt/ in /mnt/ I can read & write the device. But when I run a simple hello world program in /mnt/root/, this error happens: root at linux_guest:/mnt/root# ./helloworld_static [ 23.003459] CPU: 0 PID: 491 Comm:
2009 Dec 19
2
[LLVMdev] [PATCH] Fix recompileAndRelinkFunction
Hello, JIT::recompileAndRelinkFunction's runJITOnFunction does not use the MCI arg, causing null pointer deferences at every call. Attached patch makes runJITOnFunction more reliable. Thanks, Gianluca -- It was a type of people I did not know, I found them very strange and they did not inspire confidence at all. Later I learned that I had been introduced to electronic engineers.
2010 Jun 21
1
ZINB by Newton Raphson??
Dear all.. I have a respon variable y. Predictor variable are x1, x2, x3, x4, x5 (1) What is the syntax to get paramater estimation of ZINB Model by Newton Raphson (not BFGS) (2) What syntax to plot probability of observed & predicted of ZINB Thx. Regards Krist. [[alternative HTML version deleted]]
2010 Jun 05
1
(no subject)
Dear Sirs   First herewith I'll introduce myself. My name is Kristiono, I want ask you to help me how to get  ZINB (Zero Inflated Negative Binomial) regression modeling step by step. Anyway, I get some trouble to get step by step about 1.    How to get the log likelihood function of ZINB (step by step) 2.    How to get first derivative, second derifative to get MLE by Newton Raphson (step by
2011 Feb 04
1
Please stop all e-mail
Dear "r-help" I don't want to receive again every e-mail about [R] in my address e-mail (cahyo_kristiono@yahoo.com), because it is cause my inbox so full quickly. So I need your help to stop every e-mail about [R] in my address. Thank you so much Regards CK [[alternative HTML version deleted]]
2010 Mar 20
1
Tab key traversal
Below is my attempt at changing the focus from one text control to the next control after a person presses the tab key. The wxTE_PROCESS_TAB style property has been selected for each of the controls. What corrections do I have to make? Thanks. #!/usr/bin/env ruby require ''rubygems'' require ''wx'' require ''tp1.rb'' class MainFrame < TPSC
2005 Aug 20
0
Where in the wiki to put the WEBrick info?
I have taken the WEBrick tutorial written by Yohanes Santoso and writen it up in HTML to be put in the docs wiki. The problem is where to put it? I am not familiar with the indexing that is in place. Also this is under the GNU docs license but I thing that having the 6 pages of license in the wiki is a waste of space. Does it suffice to just place the short text somewhre or is there a link to
2011 May 12
2
Which is more rich and easy, wxRuby or fxRuby?
Which one is more feature rich and easy to use, wxRuby or fxRuby? Can I develop a full-fledged client-server Windows based app. with wxRuby? -- Posted via http://www.ruby-forum.com/.
2010 Sep 18
1
some question
I am making a program and get some trouble here 1. how do I close all opened child window in mdi form? 2. I cannot disable menu_item, perhaps I use .enable false the wrong way? -- Suka linux? Kunjungi blog saya http://penguinroad.blogspot.com _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2015 Jul 07
0
I can read/write in virtio BLK Device, but I can't run a hello world program in it
On Tue, 7 Jul 2015 10:52:01 +0900 Ganis Zulfa Santoso <ganis.zulfa at gmail.com> wrote: > Hi Linux Virtualization Mailing List Members, > > I am trying to develop a driver for virtio blk device in guest. Why don't you simply use the driver that is already available in the kernel? > I can safely mount the virtual blk device with: mount /dev/vda /mnt/ > in /mnt/ I can
2010 Jun 14
6
Small PC to build and run Asterisk
Hi, I'm looking to build an Asterisk box that can run at a remote location. Here are most of the specs of what I'm looking for: Physical hardware * Small pre-built PC (not buying board, case, all parts separately) * Low power consumption * No fan or very small fan * Hard drive (not flash memory) Capabilities/capacity * No GUI, no X * Register to multiple SIP
2012 Apr 14
0
CFP: 13th IEEE/ACM Int. Conf. on Grid Computing (GRID) 2012
Call for papers *Grid 2012: 13th IEEE/ACM International Conference on Grid Computing* Beijing, China September 20-23, 2012 http://grid2012.meepo.org Co-located with ChinaGrid'12 Grid computing enables the sharing of distributed computing and data resources such as processing, network bandwidth and storage capacity to create a cohesive resource environment for executing distributed
2012 Apr 14
0
CFP: 13th IEEE/ACM Int. Conf. on Grid Computing (GRID) 2012
Call for papers *Grid 2012: 13th IEEE/ACM International Conference on Grid Computing* Beijing, China September 20-23, 2012 http://grid2012.meepo.org Co-located with ChinaGrid'12 Grid computing enables the sharing of distributed computing and data resources such as processing, network bandwidth and storage capacity to create a cohesive resource environment for executing distributed