search for: rudimentary

Displaying 20 results from an estimated 358 matches for "rudimentary".

2017 Jun 07
3
C7, systemd, say what?!
Kenneth Porter wrote: > On 6/7/2017 8:31 AM, m.roth at 5-cent.us wrote: >> Not sure what you mean when you say "jacked up filesystem". Here's >> fstab: > > In systemd fstab takes care of only rudimentary mounting. Most mounting > is done through *.mount unit files. Type "mount" and you'll see a bunch > of other mounts that were implemented that way. Add your custom mounts > by creating suitable files in /etc/systemd/system/*mount. (There's also > *.automount for creati...
2015 May 31
3
Installing TMAP in R Studio on Linux Mint
...that can be done for this problem? Has the > libgeos-dev > | > library been taken off of the repositories? > > I do not know what Mint does but I doubt it. > > Dirk > > | > Best regards, > | > > | > Abed Ayyad > | > > | > -- > | > For very rudimentary descriptive statistics on Doha: > | > http://notesfromdoha.blogspot.com/ > | > > | > | > | > | -- > | For very rudimentary descriptive statistics on Doha: > | http://notesfromdoha.blogspot.com/ > | > | [[alternative HTML version deleted]] > | > | ____...
2015 May 31
2
Installing TMAP in R Studio on Linux Mint
...t; error. I've also changed/added repositories > several times over the past week or so. > > Is there anything that can be done for this problem? Has the libgeos-dev > library been taken off of the repositories? > > Best regards, > > Abed Ayyad > > -- > For very rudimentary descriptive statistics on Doha: > http://notesfromdoha.blogspot.com/ > -- For very rudimentary descriptive statistics on Doha: http://notesfromdoha.blogspot.com/ [[alternative HTML version deleted]]
2015 Apr 18
2
[LLVMdev] Does LLVM optimize rudimentary i16 -> i32 conversions
In my language there are a lot of i16 definitions, but almost all of the time they are upgraded to i32 because my add operations only happen on i32. So to be representative to my language definition, I have a lots of Sext/Zext and Truncs pretty much every time I add or subtract. As soon as I pass through InstCombine things look much nicer, all the upcasts and downcasts go away, but my test cases
2010 Apr 25
4
how to make read in a vector of 0s and 1s with no space between them
Hi all, Probably a rudimentary question. I have a flat file that looks like this (the real one has ~10e6 elements): 10110100101001011101011 and I want to pull that into R as a vector, but with each digit being it's own element. There are no separators between the digits. How can I accomplish this? Thanks in advance! Matt...
2008 Jan 02
3
AGI stream file
Hi I have created a rudimentary perl script that does most of what I want but occasionally in seems that a file will not play. I see the message getting sent to Asterisk but no reply to say that it completed. In fact, the very next SAY DATE command works and everything after that but the previous message seems to be ignored. I...
2006 Mar 04
6
Favicon?
I''m sure I''m missing something rudimentary here... I seem to be having difficulty getting my favicon to appear. I have my favicon.ico in the public folder. I''ve configured my route.rb to route the intro page to my "home" controller. I''m using application.rb in my views to template the headers and footers. Here...
2010 May 28
3
Using a loop to define new variables
Hi, I'm a novice R user, much more used to SAS. My problem is pretty simple - basically, in a data frame, I have variables named x1,....,x10 and y1,...,y10; and I would like to create r1 = x1 / y1 etc Apologies if this is way too rudimentary - but I couldn't find any posts online which solve this exact issue. Cheers, Andre ********************************************************************** This email and any attachments are confidential, protect...{{dropped:22}}
2014 Jul 16
3
[LLVMdev] Dragonegg 2.9 Cannot load plugin
Hi, I'm using KLEE which supports only LLVM-2.9. In order to compile some c++ file which requires gcc 4.5, I built Dragonegg 2.9 with LLVM-2.9 and gcc 4.5.1 on a Linux x86_64 machine. It was sucessfully built. When I try to compile a c++ file using this plugin as below gcc test.cpp -fplugin=path/dragonegg.so I got this error: cc1plus: error: Cannot load plugin path/dragonegg.so
2017 Jun 07
2
C7, systemd, say what?!
Mark Haney wrote: > >> Thanks for the info. Now, why it shouldn't have cleaned itself up when I >> gave it the reboot command... I see too many (that's defined as more >> than zero) cases where systemd WANTS TO BOOT FAST, and doesn't wait for >> things to finish - sush as not getting the hostname from dhcp, and so having to >> hardcode the name instead.
2017 Jun 07
0
C7, systemd, say what?!
...roth at 5-cent.us wrote: > Kenneth Porter wrote: > > On 6/7/2017 8:31 AM, m.roth at 5-cent.us wrote: > > > Not sure what you mean when you say "jacked up filesystem". > > > Here's > > > fstab: > > > > In systemd fstab takes care of only rudimentary mounting. Most > > mounting > > is done through *.mount unit files. Type "mount" and you'll see a > > bunch > > of other mounts that were implemented that way. Add your custom > > mounts > > by creating suitable files in /etc/systemd/system/*mount....
2007 May 03
2
Truncating trailing digits
Hello, I am relatively new to R and have a rudimentary question, I think. How does one truncate the number of digits displayed after the decimal when viewing the results of analyses? My apologies if this question has been answered previously, I was not able to find references very easily. Thank you in advance, Matt [[alternative HTML version de...
2012 Jan 17
2
Reference for dataset colon (package survival)
Dear R team, dear Prof. Therneau, library(survival) data(colon) ?colon gives me only a very rudimentary source (only a name). Is there a possibility to get a reference to the clinical trial these data are taken from? Many thanks in advance. With best wishes, Matthias Gondan --
2015 May 28
2
Seeking advice about ISDN BRI Cards
> Thank you all for valuable input, > > another question: when do I actually need the echo cancellation > (hardware / on board /on module ) ? > It depends on your environment. If there are still analog devices in addition to VoIP, I'd say always, but Asterisk has a rudimentary echo canceller already on board. The Telcos use echo cancellers themselves, but it cannot hurt to have a hardware canceller on your BRI card. Nowadays I see more problems with reverberation in connection with cheap speakerphones or simple mics and speakers on PCs, but that's a different stor...
2012 Mar 17
2
Reading then transposing from file
Hi, I'm an R beginner and I'm struggling with what should be a rudimentary task. My data is along these lines: ID name1 name2 name3 name4 Class 0 1 0 2 Var1 A B C A Var2 B C C A Var3 C A B A etc. I'm using the following: foo <- data.frame(t(read.table("file", header=FALSE))) but of course now it's not using ID, Class, etc. as column names. As y...
2007 Oct 21
6
exporting text output to pdf
Hello, I am new to R and I am trying to figure out how to print text output from an operation like table() to a pdf file. Is there a simple command to do this, or do you need to work with connections at a rudimentary level? Thanks you, Jesse [[alternative HTML version deleted]]
2008 Oct 08
3
R seven years ago
Hello everyone, As some may know, today Google unveiled its 2001 search index [1]. I was curious to see how was R like at that time, and was not disappointed. Compared to today's main page [2], seven years ago the page looked [3] a bit rudimentary, especially the graphic. (It is wort noting that structurally the pages are very similar.) What definitely changed is the `Contributed packages' section. Then R featured 29 contributed packages [4], while now it features 1500+ [5]. It was surprising to realize the growth of R during the past se...
2007 Dec 14
3
Array dimnames
Dear all, Possibly a rudimentary question, however any help is greatly appreciated. I am sorting a large matrix into an array of dim(p(i),q,3). I put each entry into a corresponding matrix (1 of the 3) based on some criteria. I figure this will assist me in condensing code as I can loop through the 3rd dimension of the array in...
2012 Apr 02
2
sampling rows from a list
Hi: I'm sure this seems like a rudimentary question, but I am not well versed with R syntax for lists. I have a ragged array from which I've removed records (entire rows) with missing data. The functions I used to remove the missing cases resulted in the generation of an R list class object, that looks something like this; mydata [[1...
2007 May 30
3
Dial plan inquiry using GotoIf()
Hi all, I'm looking for some rudimentary insight on GotoIf() which seems to be failing on me in my dial plan. All I basically wish to do is block a particular caller. Sounds easy enough, but my ternary operator/plan currently is not properly being implemented. Can anyone spot where I'm being a momo? All extensions get forwarded to th...