similar to: Parsing Filemaker 6 XML into something I can use

Displaying 20 results from an estimated 200 matches similar to: "Parsing Filemaker 6 XML into something I can use"

2007 Dec 21
0
pretty neat Mash class (Magic Hash)
class Mash < Hash def method_missing(name, value=nil) key = name.to_s.sub(/[=?!]$/,'''').to_sym self[key] = value if name.to_s[-1,1] == "=" self[key] = Mash.new unless self[key] || value return self[key] end end Its like OpenStruct...so what can you do? require ''pp'' m = Mash.new m.first_name = "john" m.last_name =
2015 Jul 27
15
[LLVMdev] Help with using LLVM to re-compile hot functions at run-time
Hi Again, I'm a little confused regarding what is the exact Orc's functions I should use in order to save the functions code in a code cache so it could be later replaced with different versions of it and I appreciate your help. Just a reminder I want to dynamically recompile the program based on profile collected at the run-time. I would like to start executing the program from the
2005 Jul 01
2
Domain Users and smbldap-useradd
I noticed that when I create users with smbldap-useradd, the default group is "Domain Users". Is this the best user/group default setup for Samba/LDAP? I'm more familar with the unix user/group setup like max/students or max/faculty. Does the user group have to be "Domain Users" when using Samba? Thanks, Yasee smbldap-useradd -m -a username (where the username is
2015 Aug 13
2
[LLVMdev] RFC: ThinLTO File Format
Hi all, I updated the patches to remove the native object wrapper format. As suggested we will work on getting the ThinLTO framework in place using bitcode first, and then work on adding the native object support. As noted in this RFC and in the associated patch D11722, for now I have empty ThinLTO blocks with no records, since I wanted to get feedback on the overall block design first. The RFC
2015 May 29
3
Mi script R es muy lento
Hola, quiero compartir con vosotros mi problema y la solución que me han planteado. Mi programa carga Outcomes.csv y Set-A.csv (descargados de http://garrickadenbuie.com/blog/2013/04/11/visualize-physionet-data-with-r/, apartado Getting Started --> the code and the data set) de unos 50MB entre los dos. Mi código era: # Transforma csv a data frame seta <- read.csv('Set-A.csv');
2015 Jun 01
2
Mi script R es muy lento
Hola Carlos, bueno la verdad es que mi pregunta era algo general, cuando no has usado data.table no parece muy intuitivo pasar de la forma de programar a la que estás más acostumbrado (bucles, notación matricial...) a esa otra. Aun no tengo un cálculo complejo concreto pero lo tendré que hacer... solo quería saber si se puede, y parece que sí, asi que será cuestión de empaparse un poco de
2015 May 28
2
La ejecución de mi script R es muy lenta
En el correo anterior se me olvidó mencionar que trabajo con Rstudio El 28 de mayo de 2015, 15:18, MªLuz Morales <mlzmrls en gmail.com> escribió: > Hola, > soy nueva en esta lista y también en R. Yo he realizado un script en R > que carga dos archivos csv, uno de ellos con casi 2 millones de filas. El > programa carga esos archivos a data frame, y se trata simplemente de >
2015 May 28
2
La ejecución de mi script R es muy lenta
Hola, Si no tienes inconveniente en compartir tu conjunto de datos (puedes dejarlo en un Dropbox y compartir enlace) o incluir una salida de la variables: "seta" y "outcomes" (función "save.image()") con eso podemos darte alguna solución mucho más rápida que la que planteas. En tu código con un bucle estás tratando de rellenar una lista que son los diferentes
2007 Jun 01
3
Newbie: Problem running FileMaker 8.5
Dear All I'm new to Linux, and even newer to Wine. So, please excuse... I've got a Dell D800 with both Linux and Windows installed. Linux is Debian Etch, Windows is XP. The reason for installing Wine was that I'd like to use FileMaker Pro 8.5 from within Linux. I've installed Wine to the Linux world by: sudo apt-get install wine This worked without problems. In the shell, I
2007 Jul 10
0
Ruby On Rails, Today's Hottest Web Framework, Now Supports FileMaker Server
Six Fried Rice Contact: Geoff Coffey Phone: 602-384-1804 Email: geoff-5v4lRIDW0s4umAx9uhQu3g@public.gmane.org Ruby On Rails, Today''s Hottest Web Framework, Now Supports FileMaker Server Six Fried Rice, a FileMaker Pro Services Provider, Releases Rfm, a Free Open Source FileMaker API for Ruby and Ruby on Rails. The buzz about Ruby on Rails can be heard all over the web. This world
2006 May 30
3
RubyODBC bus error under Rails
Hi all, I''ve got a very obscure problem. We''re trying to get Rails to talk to Filemaker. So we''ve setup an ODBC dsn and via RubyODBC we''re talking to it. Excellent. Try it under rails and rails won''t even startup, getting bus errors anytime we require ''odbc''. Environment OSX Tiger 10.4.6 Rails 1.1.2 Ruby 1.8.4 RubyODBC 0.998 via
2006 Oct 06
4
filemaker
Hi I am told that filemaker follows an SQL standard. We have filemaker pro 8.0 Can I access the database using activerecords or Rails? All I see mentioned is postgres, mysql, etc I found http://rubyforge.org/projects/rfm/ it requires FileMaker Server Advanced 7.0, But the server advanced is 1400$ for education and I can''t justify the cost right now. My goal is to develop a small
2001 Mar 09
1
Wine and Filemaker
Hi, Thought I have been using Linux for a few years, use wine almost every day to run Corel apps on my laptop, and can get small win apps to load, I have not had any sucess running Filemaker. If it is possable- I would very much love to demo the new version of ebase running with wine on Linux at the August Filemaker Confrence. Is there anyone who monitors this group who has sucessfuly run
2002 Aug 19
2
Samba 2.2.5 with Filemaker Pro 5.5 Databases
Hi, I am new to this list but I have tried to search for answers to this one. Ever since we moved the *.fp5 files off a windows 2000 server and onto samba filemaker is now 20% the speed it was before. It was happening with samba 2.2.3a and I have just recently upgraded to 2.2.5 and it didn't fix the problem. I suspect it's a locking issue and the speed of getting locks on the files.
2006 Jan 13
1
R and filemaker pro DB
I have been looking for a database application to use in conjunction with R (on a Windows network). When I approached my organization's IT department to ask about using MySQL, they made a counter-offer of Filemaker Pro (v8). It is not specifically mentioned in 'R Data Import/Export', nor do searches of the archives turn up much information. Does anyone have any experience using
2006 May 23
6
Help please. WINE suddenly quits.
Hi everyone, I am running ubuntu 5.10 (Breezy) and have the latest version of wine installed (from winehq). The application I'm having trouble with is Filemaker Pro 8. It installed without any problems. It opens without any problems. Everything looks normal. I can create a new database and open an existing one. Both work. However after a short period of experimenting (just generally
2010 Feb 26
1
ODBC with Filemaker
Hi all, anybody get connection with Filemarker 10 for mac? How do that? I suppose did right, but it is not working. -- Daniel Marcelino Phone: (647) 8910939 [[alternative HTML version deleted]]
2005 Jun 24
0
FileMaker lock problem
We have a customer system running Slackware Linux (kernel 2.4.25) and Samba. The customer was running Samba 2.2.8 but we recently upgraded them to Samba 3.0.13. The customer has a FileMaker database on a public share. Before the upgrade, the customer was able to have multiple concurrent access to the database. After the upgrade, only the first user to access the database was successful.
2006 May 30
5
Rails - Postgres - importing data
I am writing a application where there is a lot of data in an old Filemaker program that I am going to need to do a 1 time import...1 main table and 2 related tables. I can get the data from Filemaker into a dbf or csv or Excel file without problem. Is anyone aware of a utility for postgresql or a rails plug-in that might make this easier? I am worried about Rails import since I can''t
2005 Dec 15
0
FileMaker 8 Issues
Hi, I was wondering if some Wine wizards would be willing to help me with a few residual issues I'm having with FileMaker 8 Pro on Wine 0.9.3. Something changed between 0.9.2 and 0.9.3, and I'm interested to know what, that made the actual application usable. (an MSI MaskEdit patch fixed the installation issue post-0.9.2, thanks!) Under 0.9.2 typing into a database form field