search for: various

Displaying 20 results from an estimated 25594 matches for "various".

2007 Nov 12
0
2 commits - libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_resource.c test/various
libswfdec/swfdec_loader.c | 106 ----------------------------------- libswfdec/swfdec_loader_internal.h | 4 - libswfdec/swfdec_movie.c | 46 --------------- libswfdec/swfdec_movie.h | 2 libswfdec/swfdec_resource.c | 4 - test/various/.gitignore | 1 test/various/Makefile.am | 6 - test/various/urlencode.c | 112 ------------------------------------- 8 files changed, 3 insertions(+), 278 deletions(-) New commits: commit 36f1f37d85c222b44e57b565e4c216df6e2ae8f1 Author: Benjamin Otte <ott...
2020 Apr 14
3
Various Intermediate Representations. IR
Hi, I am looking for an IR that is similar to LLVM IR, with its SSA form, module->function->block->instruction etc. But, I wish a much reduced type model. I wish only three types: 1) An Integer of various bit-widths. 2) A pointer, but a pointer that does not need to point to a known type. A sort of "pointer to unknown type". 3) Floats of various varieties. For example, if we were using a pointer to step through an array of 32bit integers. We would use: pointer = pointer + 4; (I.e. step...
2003 Sep 23
9
dialing codes..( You can help! )
Hi, I am trying to setup some LCR functions on my Asterisk box and have a cheap call provider that uses various different numbers for landlines and cell phone numbers in various countrys.. I am finding it difficult to find the various codes.. eg. UK Landline - +44[12]. UK Cell - +44[7]. SA Landline - +27[1-6]. SA Cell - +27[78]. Please send me your country's dialing rules similar to how I have repres...
2015 Jul 08
5
Graphical User Interface (GUI)
...nterface for my R code and have only seen mostly older posts on the subject. I'm not looking for an IDE for development, but something that the end user of the software would use. So something that would involve displaying buttons, listboxes, and drop down menus to a user that will facilitate various actions. I doubt there is anything Visual Studio-like that provides a toolbox to drag and drop, but what would be the simplest way to approach designing an interface? The basic goal of my program is to have the user enter data which would be saved to a database. Then, through the interface, vario...
2012 Oct 30
3
boxplots of various levels
noob here trying to make boxplots of some data i would like to separate the boxplots according to conditons of various levels for example: i have group:1 and 2, each group performed tests consisting of condition A,B,C,D side: left and right time: 1 to 10 I would like separate boxplots of the results (x) of the tests (numeric) for each group under each condition on each side over time. so far i have set it up li...
2009 Apr 24
3
Help with for/if loop
I have a set of data that includes various data columns. One if the survival time and another if a continuous variable of ages. I want to put the ages into intervals so that I can then perform the Kalpan Meier test. I am trying to use the following code to build a column with the age group numbers in agecatagory<-c( ) for (i in 1:137) {...
2010 Apr 22
0
[LLVMdev] 2.7 release notes
...rding fixes to the release notes just now. The following paragraph under the "New Useful APIs" section needs to be reworded but I am not sure what is trying to be expressed so I have not done anything with it yet: The optimizer uses the new CodeMetrics class to measure the size of code. Various passes that use thing (like the inliner, loop unswitcher, etc) all use this to make more accurate estimates of the code size impact of various optimizations. The "use thing" could just be reworded to "use things" but this still doesn't seem to clear. Perhaps just removing t...
2002 Dec 11
1
Running smbd under various ids
Hi All, I would like to know if its possible to run smbd under various ID's like nobody? if its possible how do I run it? man smbd doesn't tell on running different ids. Im an setting up a samba-vscan(viruscan) so the rules is, smbd must be running under various id like nobody. Thank in advance glynn __________________________________________________ Do yo...
2012 Jun 05
2
Seeking pointers to various regression techniques with R?
Hi all, Could you please point me to good materials on various tricks/intuitions/techniques of regression, and hopefully in R? For example, what does lm(y~ x * w - 1) mean vs. lm(y ~ x/w -1 ) vs. lm (y ~ x:w-1), etc... I just found that even simple linear regression is not that simple and there are a lot of tricks/techniques in using them... Hopefully I can...
2008 Mar 15
2
clarifications
Hello all, I've been trying to get spamassassin and clamav working, but got really confused when I realized there are various incarnations of the software. Originally, I started out with just spamassassin, but learned there is also an SA-milter. Can someone tell me which of the various spam fighting packages i.e., sa, sa-milter, clamav, clamave-milter, and so forth? I ran into problems with one package with the sys...
2011 Nov 23
2
How to extract particular words from various files
...e is between the words "from" and "model" and the forcing scenario is just after "RCP". Does anyone know what code to produce to achieve that? Thank you in advance. -- View this message in context: http://r.789695.n4.nabble.com/How-to-extract-particular-words-from-various-files-tp4099607p4099607.html Sent from the R help mailing list archive at Nabble.com.
2006 Apr 03
4
Extending www.r-project.org features with a Wiki (PR#8744)
Full_Name: Victor Anyakin Version: OS: Submission from: (NULL) (212.109.44.52) This is an enhancement request, probably, some sort of a Wiki engine could be installed on the web site, or some other system, which would cover some basic information about various aspectes of R. Currently, I am trying to find some information about GUI application development on R. A number of various projects use wiki's to provide such information to the new or experienced users.
2016 Oct 18
0
Cluster: Various GCC, how important is consistency?
...ut unless you use Fortran they tend to be compatible enough. Cheers, Simon > On Oct 17, 2016, at 7:44 PM, Paul Johnson <pauljohn32 at gmail.com> wrote: > > On a cluster that is based on RedHat 6.2, we are updating to R-3.3.1. > I have, from time to time, run into problems with various R packages > and some older versions of GCC. I wish we had newer Linux in the > cluster, but with 1000s of nodes running 1000s of jobs, well, they > don't want a restart. > > Administrator suggested I try to build with the GCC that is provided > with the nodes, which is gcc-4...
2008 Aug 29
5
[LLVMdev] Dependence Analysis [was: Flow-Sensitive AA]
...at changes are necessary to add support for > first-class structs and arrays and will prepare a version to check > in as > a LLVM project if there still is interest. We want to model this as an analysis and make following changes. - Rename LoopMemDepAnalysis as DataDependenceAnalysis. Various transformation passes will use this interface to access data dependence info. This is an external interface. Put this in include/ llvm/Analysis. - Make DirectionVector (and later on DistanceVector) independent interface and put them in ADT. - Put various tests, DeltaTest, in lib/Analysis fol...
2008 Mar 04
2
package for repeated measures ANOVA with various link functions
...repeated measures using random effects, not repeated measures ANOVA which is what I am looking for. (By the why, how can I get help for lme4? I have tried ?lme4, help.search("lme4") etc. to no avail.) A suggestion for a package that will allow for repeated measures ANOVA in the context of various link functions would be appreciated. Thanks as always, John John Sorkin M.D., Ph.D. Chief, Biostatistics and Informatics University of Maryland School of Medicine Division of Gerontology Baltimore VA Medical Center 10 North Greene Street GRECC (BT/18/GR) Baltimore, MD 21201-1524 (Phone) 410-605-...
2004 Oct 01
4
CDR_Oracle anybody?
Hi; I've been playing around with various report writers on the cdr_mysql table and I'm getting rather irritated. I started a thread a couple weeks ago on "Billing Fun" and got a lot of good responses on how to get an up-to-date copy of the NDA/NXX database, which I managed to retrieve and bring into MySQL in a script from t...
2006 Aug 14
1
various returns parameters in action web service
I''m working with ActionWebService, building a SOAP Service. I realize that I can returns various values, in example: api_method :foo, :expects [ { :value1 => :int }, { :value2 => :int } ], :returns [ { :return_value_1 => :int}, { :return_value_2 => :string}, { :return_value_3 => :string} ]...
2015 Oct 07
1
Re: [PATCH 5/5] mllib: Replace various ad hoc string_* functions with String.*
On Tuesday 06 October 2015 13:30:50 Richard W.M. Jones wrote: > This is just a straight refactoring. Various ad hoc string_* > functions that appeared in Common_utils have been renamed and placed > in the String.* namespace. The old vs "new" functions are: > > string_prefix -> String.is_prefix > string_suffix -> String.is_suffix > string_find -> String.find >...
2008 Sep 04
1
Wine + Wineasio + JACK + Various VSTs
Recently I've been browsing the app database and saw that it's possible to run Guitar Rig 3 and various other VSTs through wine and wineasio. And I did get it to work - the only problem is that there's a lot of humming noise on the input, a lot more than there is in Windows. Now, I know that this is probably because of the alsa driver or something similar but I didn't know where to post this...
2010 Apr 15
1
Point'n'print support of various printer drivers
...y have test setups and I'm willing and able to spend time helping debug these issues, but if this is one of those things that'll just never work it's not really useful bothering anyone with it. Examples of drivers that we can't get to work properly are the Brother HL4040-CN and various drivers from HP (the bundled Windows drivers for HP printers usually work fine.) Thanks for any thoughts, roel