similar to: parsing a structured object

Displaying 20 results from an estimated 10000 matches similar to: "parsing a structured object"

2012 Oct 18
4
converting a string to an integer vector
Hi All, Thanks in advance for your help. I'm trying to convert a string to an integer vector. For instance, I will start with a <- "1,2" The result I want to end up with will be the equivalent of c(1,2) What's the best way to make the conversion? I've tried using as.integer(a), but R seems to balk at that. Thanks, Ben -- View this message in context:
2012 May 30
1
Write to dynamic file name
hi, i am trying to use the write.csv function but to give a dynamic file name each time a different one but i am getting an error that he cannot open the file : TodayDate<-UniqDate[1] ## this gives "04/02/2012" FileLocation<-"C:\\Trade Doc\\trade log\\Real account\\sys file\\Test Data\\Data breaked to months\\Days Data\\DayData" FileEnd<-".csv" FileName<-
2007 Jun 28
3
Centos 5 OpenOffice 2.0.4-5.4.17.2
Content-type: Multipart/Alternative; boundary="Alt-Boundary-19583.13106888" --Alt-Boundary-19583.13106888 I noticed that there are no openoffice.org-xxx-2.0.4-5.4.17.2 rpms in Centos 5 update. So I tried to build openoffice 2.0.4-5.4.17.2 (sans language packs) on a x86_64 from RH 5 source rpm. The build bombed after an hour elapsed and it used up about 10 GB of space with an error
2014 Mar 20
1
[Bug 10507] New: Structured Output (for Simpler Parsing)
https://bugzilla.samba.org/show_bug.cgi?id=10507 Summary: Structured Output (for Simpler Parsing) Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: me at haravikk.com
2007 Nov 16
4
Samba Upgrade on Centos 3
After today's samba update, Centos 3 boxes can not use samba to communicate with each other, although Windows and the Centos 3 boxes see each other correctly as do RHEL5 and the Centos3 boxes. The du command works well, but ls, cp, cat ,etc produces the error: PANIC: push_ascii - dest_len == -1 in the server log and smb_trans2_request: result=-5, setting invalid in the client. A similar
2018 Sep 03
1
Moving from Structured to Object Oriented
Dear Devels, I am not aware whether this topic was discussed earlier or not. But it was on my mind from quite few days so .. Are we planning for movement of samba from C to C++ or other OOP language. If not why, reasons of yes I find quite a few... * C++ is a highly portabl/e/ language and is often the language of choice for multi-device, multi-platform app development. * C++ is an
2011 Feb 16
1
Flash No Longer Supported on RHEL 4
>From RHSA Announce: [RHSA-2011:0259-01] Critical: flash-plugin - 1-Month End Of Life Notice > The flash-plugin package on Red Hat Enterprise Linux 4 contains multiple > security flaws and should no longer be used. This is the 1-month > notification of Red Hat's plans to disable Adobe Flash Player 9 on Red Hat > Enterprise Linux 4. > > The Red Hat Security Response
2006 Nov 04
0
Appending a String to A Field
I have the following update method and need to append a subdirectory to a single field.. def update @product = Product.find(@params[:id]) if @product.update_attributes(@params[:product]) flash[''notice''] = ''Product was successfully updated.'' redirect_to :action => ''show'', :id => @product else render_action
2009 Nov 22
4
Via EPIA m10000 Nemehiah
Does anyone else have one of these on 24/7 running RHEL 5.4 or Centos 5.4 ?? That box mysteriously stops ( no crash data, it just stops) hours or days after boot, with or without X. Cntl-Alt-Delete reboots it without power cycling. The usual diagnostics (memtest and fsck) return no errors. Works great until it freezes. No evidence of kernel oops anywhere. If others report the same issues we
2009 Aug 31
1
Multivariable linear regression
Hi, I need to do some multivariable linear regression from RoR. I have found one possible solution: 1. Install R on my host (Dreamhost) 2. Use the "R for Ruby" gem Using a complex statistical package such as R seems a bit complicated however, and I am wondering if you would have a simpler solution ? The data is gathered online from the user, stored in the mySQL database, and I need
2006 Jan 28
2
pgadmin3
Anyone been able to get pgadmin3 installed on CentOS-4 ? The WxGTK2 stuff makes it impossible for me to get installed from RPM/SRPM from their site and likewise, couldn't rebuild from Fedora SRPMS either. I figure between Jim and Owen and ???, somebody might have succeeded where I would be doomed. I can get around with phppgadmin but pgadmin3 is pretty cool. Thanks Craig
2004 Aug 06
3
content on demand?
Hi, Does Icecast support streaming on demand as Shoutcast does? i.e. if I have some MP3 files in a directory, can these be streamed if I link to them on a web page. Thanks, Glen ----------------------------------------------------- Design Solution Limited t: +44 (0)1502 513008 f: +44 (0)1502 588622 e: info@designsolution.co.uk w: http://www.designsolution.co.uk Nouvotech
2009 Dec 07
6
Installing R on CentOS 5
Hi, Has anyone been able to successfully install R on CentOS5.4? I am having problems with dependencies.... perl is installed. Cheers, Diederick --> Finished Dependency Resolution R-core-2.10.0-2.el5.x86_64 from R-project has depsolving problems --> Missing Dependency: perl(File::Copy::Recursive) is needed by package R-core-2.10.0-2.el5.x86_64 (R-project) -------------- next part
2017 Nov 21
1
R-How to unlist data frame multiple structured list column value and new column
Hi, How to unlist list column value and add column into data frame. Data frame ID ContractDe PassengersDe TrainnerDe 1 list(ConID=c("Zx","78yu"),ConRes = c("98","Tut")) list(PassID
2006 Feb 23
25
reloading fragments of pages
Hello, I have a treeview, that works with scriptaculous in order to load the nodes dynamically. I also have in the main part of the page, a table with the list of elements. The lists of elements can be drag-dropped on the treeview in order to move them around (they are also draggable on other parts of the page) I need though, to refresh the treeview to reflect changes when a folder was moved
2010 Jun 28
0
[LLVMdev] MC: Object file specific parsing
On Tue, Jun 22, 2010 at 12:26:00AM +0100, Matt Fleming wrote: > Hi Daniel, > > attached is a patch that pushes most of the object file specific parsing > out of AsmParser and down into MachOAsmParser. This was done as a > cleanup for the ELF work. I know that you're not happy with this > approach, particularly the fact that as we add more object file formats > and
2010 Jul 11
0
[LLVMdev] MC: Object file specific parsing
On Thu, 1 Jul 2010 13:11:14 -0700, Daniel Dunbar <daniel at zuster.org> wrote: > Hi Matt, > > After looking at this again I don't think this approach is really > tenable. I'm going to start hacking on an alternate approach, which > should end up with the same result. Please ping me again if you don't > hear anything in a day or two. Ping?
2010 Jul 11
2
[LLVMdev] MC: Object file specific parsing
Ping = repost to thread if no feedback given below criteria On Jul 11, 2010, at 5:02 AM, Matt Fleming <matt at console-pimps.org> wrote: > On Thu, 1 Jul 2010 13:11:14 -0700, Daniel Dunbar <daniel at zuster.org> wrote: >> Hi Matt, >> >> After looking at this again I don't think this approach is really >> tenable. I'm going to start hacking on an
2010 Jul 11
0
[LLVMdev] MC: Object file specific parsing
On Sun, 11 Jul 2010 10:15:52 -0500, innate one <innate1 at gmail.com> wrote: > Ping = repost to thread if no feedback given below criteria Heh, I think you misunderstood my reply ;-) I understand what 'ping' means, I was simply asking Daniel if he has had chance to deal with this yet.
2010 Jul 11
1
[LLVMdev] MC: Object file specific parsing
On Jul 11, 2010, at 11:55 AM, Matt Fleming wrote: > On Sun, 11 Jul 2010 10:15:52 -0500, innate one <innate1 at gmail.com> wrote: >> Ping = repost to thread if no feedback given below criteria > > Heh, I think you misunderstood my reply ;-) > > I understand what 'ping' means, I was simply asking Daniel if he has had > chance to deal with this yet. Daniel