search for: variously

Displaying 20 results from an estimated 25596 matches for "variously".

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 |
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
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
2015 Jul 08
5
Graphical User Interface (GUI)
I'd like to create a user interface 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
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
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) { { if(age[i]<=46) {agecat[i]<-1} if(age[i]>46
2010 Apr 22
0
[LLVMdev] 2.7 release notes
> Ok, the LLVM 2.7 release notes are in near final shape. Please take a look and suggest improvements (or, better yet, just commit improvements if you have commit access): I committed several typo fixes / rewording 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
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 you Yahoo!? Yahoo! Mail Plus -
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 find good materials on these! Thank
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
2011 Nov 23
2
How to extract particular words from various files
Dear R-help guys, I am trying to extract two particular words from different files but I am struggling with the code. The first theree lines of each folder are as follows: # using minimal fraction of valid points 30.00 # tas [K] from bcc-csm1-1 model output prepared for CMIP5 RCP8.5 # cutting out region lon= 0.000 360.000, lat= -90.000 90.000 In fact, I am trying to extract the model
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
2016 Oct 18
0
Cluster: Various GCC, how important is consistency?
There are many issues with different gcc versions, but they can at least be minimized by using static linking, i.e. you should at the very least use -static-libstdc++ -static-libgcc to make sure you don't mix runtime versions. We run into the same problem since C++11 compilers are rare on production machines, but as long as you can isolate the packages away from the dynamically loaded code it
2008 Aug 29
5
[LLVMdev] Dependence Analysis [was: Flow-Sensitive AA]
On Aug 21, 2008, at 1:37 AM, Wojciech Matyjewicz wrote: > I am investigating what 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
2008 Mar 04
2
package for repeated measures ANOVA with various link functions
R 2.6.0 Windows XP At the risk of raising the ire of the R gods . . . I am looking for a package that will allow me to perform a poisson, quasipoisson, or negative binomial regression with adjustment for repeated measures. I have looked at glm, it does not appear to allow repeated measures. Although I can't get any help for lme or lme4 I remember that those packages perform repeated measures
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 the various pieces of code people posted... very nice.
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 =>
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 ->
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
2010 Apr 15
1
Point'n'print support of various printer drivers
Hi list, I've got a generic question about Point'n'print. We're using Point'n'print with different versions of samba (3.3.x, 3.4.x, 3.5.x) and in most cases it works really well. However, there are some printer drivers with which we just cannot get printing to work properly: in these cases not all driver features (like color, duplex or multiple copies) are available.