Displaying 20 results from an estimated 800 matches similar to: "Storing Array in Database"
2006 Jun 21
4
Simple Subdomain Routing
Hey all,
I hope this is a relitively simple question, but I have not been able to
arrive at a workable solution for myself.
What I''m wanting to do is a very simple pattern match on a subdomain:
www.* forwards to mydomain.com/www_controller
and everything else forwards to mydomain.com/other_controller
The idea is to forward logged in users to username.mydomain.com, but all
the
2003 Aug 07
3
Call routing question
I have a quick call routing question that I'm sure is simple, but for the
life of me I can't figure out.
For example, someone dials 94162384000 asterisk trys our first call route
(our sip trunk) as per the extension rule below:
exten => _9NXXXXXXXXX,1,Dial(SIP/${EXTEN:1}@10.10.100.40)
However, this call fails because 94162384000 is one of our phone lines and
our SIP gateway detects a
2014 Sep 29
3
Re: problems with usb stick after suspend and wake up
Hi Alan,
sorry for the journalctl output. I have now done the following:L
* boot into 3.17-rc7
* mount the usb stick (recovery completed)
* unmount, mount, unmount - just to be sure all is fine
* started usbmon capturing on bus 3
* mount the usb stick
* suspend to ram
* wake up
now the stick is "officially" mounted (/proc/mounts)
* umount
error messages pop up
* try to mount
more
2006 Jun 09
8
[how can i delete a file system..please help]
Hi,
I''m trying to delete a file system (<xml_26548975.xml>)
File.delete("xml_26548975.xml")
But I get this error:
"Permission denied - ./script/../config/../uploads/xml_26548975.xml".
Why?
--
Cheers,
ioana k&a
http://boulangerie.wordpress.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2016 Apr 20
2
Samba anonymous dns forwarding
On 04/18/2016 07:09 PM, lingpanda101 at gmail.com wrote:
> On 4/18/2016 12:52 PM, Johannes Amorosa | Celluloid VFX wrote:
>>
>> On 04/15/2016 04:36 PM, lingpanda101 at gmail.com wrote:
>>> On 4/15/2016 10:08 AM, Johannes Amorosa | Celluloid VFX wrote:
>>>> Hello,
>>>> we're using sambas internal DNS server.
>>>>
>>>> Is
2010 Jun 17
2
Question regarding print
Hi,
Does anybody know how to have output from print, without the leading [1]?
(Or must I use cat/write?)
>out="r15"
>print(out,quote=FALSE)
[1] r15
And I definitely do not want the leading [1] as I want to construct a table
from this.
Ciao, Adolf
------------------------------------------------
Adolf Stips (new email: adolf.stips at jrc.ec.europa.eu)
Global Environment
2016 Apr 21
0
Samba anonymous dns forwarding
On 4/20/2016 5:14 AM, Johannes Amorosa | Celluloid VFX wrote:
>
>
> On 04/18/2016 07:09 PM, lingpanda101 at gmail.com wrote:
>> On 4/18/2016 12:52 PM, Johannes Amorosa | Celluloid VFX wrote:
>>>
>>> On 04/15/2016 04:36 PM, lingpanda101 at gmail.com wrote:
>>>> On 4/15/2016 10:08 AM, Johannes Amorosa | Celluloid VFX wrote:
>>>>> Hello,
2014 Sep 28
2
Re: problems with usb stick after suspend and wake up
Hi Alan,
thanks for your answer.
> I do not recognize this problem based on your description. Please post
> the dmesg log.
Here cleaned output of journalctl, removed mainly networkmanager stuff.
This is about a wake up after sleep, where before the stick was ok.
More details necessary, let me know.
Thanks
Norbert
2014 Sep 28
0
Re: problems with usb stick after suspend and wake up
On Sun, 28 Sep 2014, Norbert Preining wrote:
> Hi Alan,
>
> thanks for your answer.
>
> > I do not recognize this problem based on your description. Please post
> > the dmesg log.
>
> Here cleaned output of journalctl, removed mainly networkmanager stuff.
I would have preferred to see the output from dmesg, as I requested.
But never mind, there probably
2006 Sep 04
1
Patch: import csv on migration
Hi,
I just found a patch about importing a csv file in a migration:
http://dev.rubyonrails.org/ticket/5293
This feature would be great, but the patch seems to sleep :(
Perhaps anyone could attend to this patch?
Thanks,
Beate
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To
2014 Sep 29
0
Re: problems with usb stick after suspend and wake up
On Mon, 29 Sep 2014, Norbert Preining wrote:
> Hi Alan,
>
> sorry for the journalctl output. I have now done the following:L
>
> * boot into 3.17-rc7
> * mount the usb stick (recovery completed)
> * unmount, mount, unmount - just to be sure all is fine
> * started usbmon capturing on bus 3
> * mount the usb stick
> * suspend to ram
> * wake up
> now the
2010 Jun 16
1
Help asked for automated generation of ncdf variables
Hi,
I'm using the "ncdf" library for creating ncdf files.
But I need to create about 100 variables per file (e.g. single rivers),
So I do not like to create each variable separately.
Unfortunately I found no way to make this work, as I'm unable to create a
correct list of class "var.ncdf".
###code piece
river=list(mode='var.ncdf', length=nriv)
2006 Mar 05
1
Storing a Selected Option in DB
OK, thanks to Kelly I got my options_for_select in a select_tag
helper method to use a Ruby range as a value. Now when the user makes
a selection from that list, I can''t figure out why the result doesn''t
get stored in the database.
The line in the _form looks like this:
<%= select_tag(:month, options_for_select((0..12).to_a)) %>
Pops up an option menu.
2011 Nov 30
1
Storing the linear model object
Hi
Please let me know if we can store the linear model object in the data
base and retrive the object and output from them
Data<- read.csv("C:/FE and RE.csv")
Formula="Y~X2+X3+X4
lmobject = lm(formula=Formula,data=Data)
can i store the lm object in the database and and is it possible to retrive
it and get the summary information
--
View this message in context:
2006 Jan 18
3
Bootable Floppy w/ Networking & Shell?
I realize this is probably the wrong list but since some of the
principals this list deals with are similar in nature I figured it
could't hurt.
What I am looking to do:
Provide a solution to either boot from a floppy disk, establish a
network connection, give user the ability to run utilities such as fdisk
and dd. as well as provide the same solution as a PXE bootable image.
My
2006 Oct 30
1
as.zoo question
this is probably a question for gabor or achim but maybe someone else
can answer it in case they are not around ?
Ifr you paste the code below ( again you would need the zoo and chron
libraries to be installed ),
you should get the error
"Error in Ops.POSIXt(frequency, freq) : %% not defined for "POSIXt"
objects".
What I want to do is take the numeric vector, lt, and
2008 Nov 03
1
is putting zone paths on zfs supported in Solaris 10 u5/u6 ?? Documentation on that? - 66124245
ZFS experts!
cu is looking for _documentation_ about putting zone paths on zfs. cu
is running 5.10 KP 137111-06. he needs to make sure u5 kp is ok with
zone roots. Also has FSs mounted via legacy.
So...anybody have documentation on which u5 or u6 of Solaris (NOT
OpenSolaris) supports zfs, if any update, for zone paths?
-Brian
-------- Original Message --------
Subject: RE: Sun#
2011 Dec 12
0
Confidence intervals of gls function?
Dear gls-experts,
while reading and testing some examples of the book
"introductionary time series analysis with R",
I encountered the following fact which puzzles me.
Confidence intervals for global temperature time series (P99)
computed from general least squares (GLS) to fit the time series.
I repeat the example from the book and get the same results:
temp.gls=gls(temp ~
2007 Jun 29
4
Retrive data from repartitioned / reformatted hard drive?
Hi,
The title says it all. One of my clients showed me a 120 GB hard drive
that his daughter accidentally formatted, according to him. I booted the
first CD I had at hand - a Slackware 11.0 install CD - and launched
cdfdisk /dev/hda. cfdisk informed me that there was even no partition
table. So much for reformatting. cfdisk only shows me 120 GB of free space.
Any way to retrive data on this
2006 Dec 08
2
AGI interaction with php
Hi
i am planning to develop a php script that will be called from AGI for
the management of an IVR application.
I'd like to be able to do the following things from php:
- retrive callerid
- play some audio files to the caller
- wait for some DTMF digits
- retrive the DTMF
- stop the call
the php have to collect some information from the user and after some
check on a database inster some