similar to: Database Config as DSL

Displaying 20 results from an estimated 4000 matches similar to: "Database Config as DSL"

2008 Jul 27
1
Radiant CMS 0.6.8 "Incise" Release
Looks like it''s time for another release of Radiant: http://radiantcms.org/download/ Radiant 0.6.8 "Incise" adds a number of new features that enhance support for extensions and completes the project''s move to github. Of special note are: * Extension installer/uninstaller scripts (script/extension) and a global ''extension registry'' at
2006 Mar 29
7
Uploading files and writing them to server?
Where should I look for information on how to use Rails and Ruby to accept the upload of a file and then to save that file to the file system of my server? I''m reading the "Uploading a file" section of Agile Web Dev with Rails, but it''s geared toward saving the file in the database. Any advice? Thanks, Jeff -- Posted via http://www.ruby-forum.com/.
2008 Dec 11
5
Row order in plot
I'm new to R so forgive me if this seems like a simple question: So I have table where the row titles are string variables. When I plot the data with rows along the x-axis, the data is ordered alphabetically as opposed to the order of the table. How can I preserve the row order of the table in the plot? Thanks in advance. -- View this message in context:
2003 Dec 03
1
Date: Mon, 1 Dec 2003 13:59:57 +0100
subscribe -------------------------------------------------------- Faerber Tobias Siemens AG ICM MP PD SW4 MCH 21 Information and Communication Mobile Grillparzerstrasse 10 a 81675 Munich, Germany Fixed net: +49 89 722 58578 Mobile net: +49 1755721351 Fax: +49 89 722 59070 <mailto:tobias.faerber@mch.siemens.de <mailto:tobias.faerber@mch.siemens.de> >
2005 Feb 02
4
(no subject)
can you recommend a good manual for R that starts with a data set and gives demonstrations on what can be done using R? I downloadedR Langauage definition and An introduction to R but haven't found them overly useful. I'd really like to be able to follow some tutorials using a dataset or many datasets. The datasets I have available on R are Data sets in package 'datasets':
2005 Jul 08
1
Re: Hot swap CPU -- shared memory (1 NUMA/UPA) v. clustered (4 MCH)
From: Bruno Delbono <bruno.s.delbono at mail.ac> > I'm really sorry to start this thread again but I found something very > interesting I thought everyone should ^at least^ have a look at: > http://uadmin.blogspot.com/2005/06/4-dual-xeon-vs-e4500.html > This article takes into account a comparision of 4 dual xeon vs. e4500. > The author (not me!) talks about "A
2020 Feb 13
2
[RFC] Extension to TableGen's AssemblerPredicates to support combining features with ORs
Hi, I'd like to propose extending the supported syntax for AssemblerPredicates to allow sets of SubtargetFeatures to be listed, but where only one in the list has to be enabled for the predicate to be true. The condition string which forms a AssemblerPredicate already allows multiple features to be defined, separated by commas, and this means all of these features must be present. For
2004 Dec 01
4
software phones for Asterisk - is there a list?
Hello, Is there a list of software phones which will work with Asterisk? For Linux and Windows? I don't have any hardware yet, and before I buy anything I would like to know how Asterisk really works (with software "phones" for example). Tomek
2005 Nov 22
1
Win32 Service Timeout command
> -----Original Message----- > From: Jamey Cribbs [mailto:cribbsj at oakwood.org] > Sent: Tuesday, November 22, 2005 2:44 PM > To: Berger, Daniel > Subject: Win32 Service Timeout command > > > Hi, Dan. I have a quick question. Is there a way to set a timeout > variable when starting/creating a win32 service using your package? > When I attempt to start a
2005 Oct 04
3
Motherboards
Does anyone have any experience with Super-Micro brand motherboards // dual Xeon cpu's? Had to swap out my Tyan piece of junk and going back with the S-M board. I believe it has similar north/southbridge chips on it -- at least they are the intel MCH ICH5R and PXH plus the 82546GB. One area that the Tyan board was seriously lacking in was in the hardware monitoring department. The S-M
2006 Jul 05
2
activerecord - finding parent info..
i am SURE this is really simple.. and i am SURE i have read this a million times.. but i am not wiring this up in my brain correctly.. if i have a parent class that has fields: Podcasts id title description and a child class like: Episodes id podcast_id title description filename i can get the episode information all day.. but using the "Episode" class, can i access the
2005 Dec 19
2
DELL SC430 + CentOS 4.0 + SATA HDDs
Dear gurus, Three DELL SC430s were purchased by my company a few months back and I've been told that when they spoke with the DELL representatives, they were informed that these servers were fully RHEL 4.0 compatible. Specs of the servers:- - Pentium 4 - 2.8 GHz - 1 GB RAM - 2x 250GB SATA HDDs I tried installing CentOS 4.0 on it but it doesn't seem to be able to detect any hard
2013 Oct 31
4
[LLVMdev] LLVM BoF at SC13
All, I have arranged for an LLVM BoF at SC13 in Denver: http://sc13.supercomputing.org/schedule/event_detail.php?evid=bof143 If you will be at SC13, have an interesting project based on or within LLVM, and would be willing to come to the BoF and spend 10 minutes or so giving an overview of it, please email me. I am trying to get a collection of people together to talk about vectorization and
2009 Aug 13
5
First hit on app takes a long time
So, I''ve deployed my first rails app, however I''m the only one hitting it for now. I''ve noticed that the first time I hit the app after some long period, it takes a really long time to respond (2-3 seconds). After that, it''s very fast. At first, I thought it might be my VPS "waking up" from some sleep state, but Rails does log the long load time
2003 Dec 15
4
Problems with ICQ etc. on nano-setup
I administer a nano-setup on a dorm-network with a couple of hundred active users. The setup uses 2 x 2 2Mb/s DSLs, meaning two DSLs from each of two different ISPs. It works fine except for some minor glitches: https-sites often kicks users. This was solved by tying outbound https to a single DSL. Not the best solution but it works so far that users dont kicked from the sites anymore. Now
2006 Jul 26
15
Pupppet Ruby DSL
I constantly get told I should just create a DSL in Ruby, instead of having a separate, custom language. This has, unsurprisingly, come up multiple times here at OSCON. So, I decided I''d see if I could hack something up and see how it looked. This is the first thing I could come up with in terms of the basic functionality: #!/usr/bin/ruby class Base file "/etc/passwd",
2006 Nov 28
1
Return codes
How does one process a return code in Asterisk? Example... exten => s,n,Playback(/tmp/podcast/${CALLERIDNUM}) exten => s,n,System(rm "/tmp/podcast/${CALLERIDNUM}.gsm") If the caller hangs up on the playback command the file remove System statement after it never gets executed. The playback command returns a -1 in this case and logs a warning. The only thing mentioned in the
2005 Apr 27
2
Changes to HOWTO and maybe Samba Guide for Solaris patches
Sun has changed the organization of their web site a lot over the years, and I just noticed that a URL included in the HOWTO is broken now. Perhaps there are others as well. In section 39.6.2 "Winbind on Solaris 9" (p. 503), Solaris 9 users are directed to download a patch from the following URL: http://sunsolve.sun.com/pub-cgi/findPatch.pl?patchId=112960;rev=14 But the Sun
2006 Jan 02
3
rake test_units not loading any fixtures
Hello All, If I run my unit tests individually using Ruby, they all work correctly. However, if I try to run them using "rake test_units", I get a bunch of error messages. The error messages appear to be caused by rake not loading any of the fixtures into the test database. I am using PostgreSQL on Windows. Does anyone have any suggestions? Many thanks, Bruce. -- Posted via
2007 Jan 06
1
Camping Podcast
I''m putting together an episode of the Rails podcast that will be dedicated to Camping. I already have the first interview recorded. I''d like to get 3 or 4 more short interviews (short...maybe 4.096 minutes each). If you''d like instant fame, send me an email and tell me what camping project you would like to talk about, what your skype username is, and when is a good