Displaying 20 results from an estimated 32 matches for "somethig".
Did you mean:
something
2006 Jan 11
3
Regular expressions
...s covered in help pages (then I did not understand it by
reading them several times) or it was answered previously (then I did not
find it).
Since "ls" with argument pattern essentially uses "grep" (if I am not
mistaken), I have an example for "grep"
text<-c("somethigMYsomthing elseTARGET another thing","MY somthing TARGET
another thing","somethig somthing elseTARGETMY another
thing","somethigMTARGETY another thing")
grep(pattern="MY&TARGET", x=text)
#I would like to get 1 2 3 and not 4 or actually their names u...
2006 Feb 16
2
Reanding a windows file
Dear R users
Some one knows how to read a windows file with the adress like "D:\CSV\Work\test.csv" without change the "\" by "/" by myself?!
There is some function or parameter that read like the adress windows form.
I tried to search somethig to substitute the "\" by "/", but I don't find...
Thanks
Alexandra Almeida
Alexandra R. Mendes de Almeida
---------------------------------
Internet r佱pida e gr佱tis. Instale o discador agora!
[[alternative...
2006 Mar 01
2
C-Code in R (running Windows)
Hello,
I need to include C (or C++)-Code in R. I'm searching for a tutorial, how to
do this. It is only a very small algorith (one function). Using google, I
read somethig about including dll-Files and so on (on windows).
Is there no possibility to include a C-File directly?!?
--
View this message in context: http://www.nabble.com/C-Code-in-R-%28running-Windows%29-t1205196.html#a3182004
Sent from the R help forum at Nabble.com.
2002 Apr 16
3
how to take least risk on rsync dir
Hello list,
When rsync dir_A to dir_B, I hope I wont make any change to the original
dir_B unless the rsync procedure end withour errors, therefore, I hope
there's somethig like
rsync -av dir_A dir_B_tmp && \
mv dir_B dir_B.bkup &&
mv dir_B_tmp dir_B
This small script can ensure the minimal change time between 2 versions
of archive. Is this built in the native rsync function? Do I have to
write scripts myself?
--
Patrick Hsieh <pahud@pahud.net>...
2005 Jun 06
2
fail in adding library in new version.
...e what type it is, is it need suffix?" And I don't what its content, just my function script, no special format?
* Then I don't know where should I do this step: Type R CMD INSTALL --build example. Need I run R first?
So There is a error after I do this step. It said it can not find somethig. I don't which step is wrong. It costed me much time.
Could anyone help me to settle this problems?
Thanks very much!
Best Regards!
Ivy Li仯仺伬侇佽仭仯仼
YMS in Production & Testing
Semiconductor Manufactory International(ShangHai) Corporation
#18 ZhangJiang Road, PuDong New Area, Shanghai,...
2006 Feb 01
1
Class of uploated file
...Or can it be represented by also other class?
I need to know this because i have my own validation of file kind and
when is mime type invalid then i want to put msg to record.errors and i
also want to dont upload this file in next step by my upload method so i
call in validation on invalid type somethig like
if file.is_a?(StringIO) then
file.string = ''''
file.close
file = nil
record.errors.add attr, ''STRINGIO''
elsif file.is_a?(File) then
File.unlink(file.path)
file = nil
record.errors.add attr, ''FILE''...
2005 Oct 14
1
Question about Boxplots
Hello,
I'm a new R user and I like to ask somethig about boxplots.
Is it possible to manipulate the Y axis scale? for instance if the default
scale was from 1 to 7, is it possible to change it to 1 to 10?
Thanks!
Rodrigo Medel P.
2005 Jan 17
1
Using a variable for EXTEN
...S},1,Answer
What I would like to do is to make a dialplan without fixed extension
numbers to change the entire dialplan according to the customer
requests: what exten number do you want for your IP Phones ? let me change
a variable and we are set!
It seems that this is not supported, am I getting somethig wrong in
the syntax? There is another way to accomplish that ?
Tnx!
--
Best regards,
Alessio mailto:afoc@interconnessioni.it
2006 Jun 08
1
MeetMe - Annouce user join/leave without recording the name
Hi all,
I an using MeetMe and I would like to use the -i function to annouce the
join/leave of the user.
However, this require that users record their names. Is there anyway to
remove this?
I just want MeetMe to annouce somethig like "A new user has joined the
conference" and that need not to record user's name. Is there a way to
do this??
Pim
2007 Mar 08
1
No application 'Prefix' for extension in1.2x, what app I have to use instead?
Hi
I want to use Prefix app in extensions but get this error:
WARNING[9255] pbx.c: No application 'Prefix' for extension ...
I am just want to do somethig like this:
exten => _9XXXXXXX,1,ANSWER()
exten => _9XXXXXXX,2,Wait(1)
exten => _9XXXXXXX,3,Prefix(511)
exten => _5119XXXXXXX,4,DeadAGI(a2billtest.php|1)
exten => _5119XXXXXXX,5,Hangup()
Please someone tell me how to install Prefix/Suffix application, or
tell if it has been deprecat...
2001 Dec 18
5
Winbind and trusted domains
...two trusted domains and a Samba server 2.2.2 configured with winbind
running on RH 7.0, after working for a week its now only showing me the
remote domain groups and not the local domain groups.
The remote domain is called Sxxx and the local one Txxxx, does samba
consider an alphabetical order or somethig like that when working with
trusted domains.
I've been trying to configure Samba to work only with my local domain but
the swtich "allow trusted domains = no" seems not to be working.
Thanks in advance
Walter Prentice
Network Administrator
Triversity Inc.
2006 Oct 01
9
How to create a very simple form
Hi all,
I would like to create a very simple form with RoR similar to this one
in ASP.Net:
http://quickstarts.asp.net/QuickStartv20/aspnet/samples/ctrlref/standard/TextBox/TextBox1_vb.aspx
I my RoR project I want to add a Greeter class like this one:
class Greeter
def initialize(name = "World")
@name = name
end
def say_hi
puts "Hi #{@name}!"
end
def
2017 Mar 21
4
Resurrect Bug18710 (Only generate .ARM.exidx and ARM.extab when needed with EHABI)
Hello Everyone,
This is my first attempt to getting used with the submission process.
Trying to get the "good practice" with the coding standard, tools,
mailing lists... and already a few questions:
- Is it possible to "link" 2 related entries in Phabricator ? one for
LLVM and one for CFE ? what's the best way of posting 2 related or
dependent patches ?
- I'd
2010 May 17
14
noob questinon: is dev in rails underwindows a good idea
...nux on my PC, for now at least.
the compamy that i am working for wants me to install all of the
programs i need to develop a free lancer site, like this one
http://www.bestjobs.ro/(if u look at the right upper corner, you''ll
see a language selection bar)
So the question is : Can i develop somethig similar without any
problems of all kind, but especially security reasons, in rails under
windows??
2.when i go in my app folder and type in the cmd the commnad ruby
script/server, Webrick starts, but when i type the adress of the app
server http://0.0.0.0.3000 Firefox gives an error saying that
T...
2020 Jul 15
0
[PATCH 3/7] vhost_vdpa: implement IRQ offloading functions in vhost_vdpa
On 2020/7/15 ??5:20, Zhu, Lingshan wrote:
>>>>
>>>> I meant something like:
>>>>
>>>> unregister();
>>>> vq->call_ctx.producer.token = ctx;
>>>> register();
>>> This is what we are doing now, or I must missed somethig:
>>> if (ctx && ctx != token) {
>>> ????irq_bypass_unregister_producer(&vq->call_ctx.producer);
>>> ????vq->call_ctx.producer.token = ctx;
>>> ????irq_bypass_register_producer(&vq->call_ctx.producer);
>>>
>>> }
>>&...
2006 Feb 28
1
Updating only some of the fields of a table.
...mething like this:
@foo = Foo.new
@foo.bar = "hello!"
@foo.anotherbar = "hello again"
@report.save
However what if I only want to save the field "anotherbar" and don''t
want the final insert or save query to contain the field "bar" at all?
If I do somethig like this...
@foo = Foo.new
@foo.anotherbar = "hello again"
@report.save
...as expected, rails still tries to create an INSERT query with the
"bar" record, giving it a NULL value. Any idea how I could ommit the
"other" field completely?
--
Posted via http://www.r...
2005 Dec 18
0
Fromcontroller to the url_for() representation
...#39;'m in the controller itself, and I want to change the self.class
(or it''s to_s represantation) to the format needed by link_to().
For example:
class MyController < ApplicationController
def show_something
the_controller = self.class # or self.class.to_s
# here I want somethig like:
@controller_to_use = transform_to_string(the_controller)
end
end
Also, is there a way to call link_to() in a controller?
Thanks,
Guy.
2006 Sep 25
0
Anaconda Exception when installing CENTOS 4.2Beta for sparc
...Debug | |
| +----+ +-------+ |
| |
| |
+-----------------------------------------------+
What can i do?? is there something wrong with the cd's ?? or am i doing somethig i shouldn't do when installing??
I hope someone could help out here.
Thanks.
---------------------------------
Get your email and more, right on the new Yahoo.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/...
2006 Sep 25
0
Anaconda Exception when installing CENTOS 4.2Beta SPARC
...ebug | |
| +----+ +-------+ |
| |
| |
+-----------------------------------------------+
What can i do?? is there something wrong with the cd's ?? or am i doing somethig i shouldn't do when installing??
I hope someone could help out here.
Thanks.
---------------------------------
Do you Yahoo!?
Get on board. You're invited to try the new Yahoo! Mail.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cento...
2006 Jul 24
1
WebCam with OpenCV
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: enc_dec.zip
Type: application/zip
Size: 10525 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/theora/attachments/20060724/6355cb1b/enc_dec.zip