Displaying 20 results from an estimated 10000 matches similar to: "Directory structure of rubytree"
2006 May 16
1
Retriving password,if users forgot password
hi rails gals and guys
im creating authentication using username and password,i wants to know how to retrive the username and password,if user forgot the username and password by asking secret question and secret answer
e.g : what is your pet''s name?
if anyone knows how to implement tis,plz send your suggestions and ideas.
N.C.Sharmila
2012 May 21
4
plz help. how to filter/group/sort data on mass data
hi, nice people
I needs to compute the product whose annual sales values are all
among the top 100 using R ( version 2.15.0)
data is stored in the MSSQL database.
data structure( sales table's fields): productID, time, value
I have found the SQL solution below:
SQL solution is as below:
--------------------------------------------------------------
WITH
2015 May 13
5
Firefox 38 and Older TLS sites
All,
Red Hat released the source code for Firefox 38. We have (or willbe
today) releasing this for CentOS-5, CentOS-6, and CentOS-7.
It does not, by default, connect to https sites with TLS less than 1.2.
This means it will not connect to sites on CentOS-5, for example ..
there are many others.
In any event, here is a wiki article that explains potential issues and
workarounds:
2007 Feb 16
0
How can I use 'Asterisk Manager API' to hold and retrive an active call?
Thanks Stefan for input.
I know that there is a "hangup" action in Asterisk Manager API.
I am looking for "hold and retrive" commend. I search google and find
that redirecting to parkslot can work.
If I have a PSTN call connecting to Asterisk and then to a SIP
extension, there are two connections here. If I redirect one channel to
parkslot, another channel will automatically
2006 Apr 01
2
imap processes remaing after dovecot shutdown
Hello,
I'm using dovecot-1.0.beta3. When I shutdown dovecot (kill -term on the
master-pid) the main process disappears, but all the child processes
still remain. Why doesn't dovecot kill them as I shutdown the
master-process? When I shutdown mysql, all child processes will be
shutdown, too. When I shutdown apache, all child processes willbe
shutdown, too. Thats what I expect on every
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
2015 May 13
2
Firefox 38 and Older TLS sites
On 05/13/2015 06:57 AM, Tris Hoar wrote:
> On 13/05/2015 11:12, Johnny Hughes wrote:
>> All,
>>
>> Red Hat released the source code for Firefox 38. We have (or willbe
>> today) releasing this for CentOS-5, CentOS-6, and CentOS-7.
>>
>> It does not, by default, connect to https sites with TLS less than 1.2.
>> This means it will not connect to sites on
2011 Jun 15
1
VOICEMAIL CONFIGURATION
i DID SOME VOICE MAIL CONFIGURATION. SO HOW CAN YOU RETRIVE THAT VOICEMAIL.
WHEN I RETRIVE THE VOCIE MAIL ITS NOT GETTING ANY MSG
Best Regards,
Mahesh Katta
*BUZZ**WORKS* Business Services Private Limited
BANGALORE | CHENNAI | HYDERABAD | MUMBAI| DELHI
201, Crystal Tower, 75 Gundavali Cross Lane, Andheri Kurla Road, Andheri (E)
Mumbai 400069
GSM +91.97029.70779 | Phone +91.22.4229.2634 | Fax
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:
2005 Apr 02
2
RMySQL question
Dear List,
I have this little problem:
I work with adiacency matrix like:
data me you
me 0 1
you 1 0
I store those matrix in a mysql database
actually I use RMySQL with:
res<-dbSendQuery(connection, "SELECT * FROM table")
myDataFrame<-fetch(res)
to retrive the table, and I have
data me you
1 io 0 1
2 tu 1 0
I would like the first column to be seen
2006 Oct 17
0
[682] trunk/wxruby2/doc/textile/htmlwindow.txtl: Fix some little formatting errors that were causing the page to be unreadable
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2013 Sep 05
1
hw to create binary tree structure in rails
hello friends,
i want to create a binary tree structure in railsapps.it there any gem or any other technique.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to
2007 Feb 13
1
How can I use "Asterisk Manager API" to hold and retrive an active call?
These are common functions. Why "Asterisk Manager" doesn't provide
commands to hold and retrive an active channel?
If it must be implemented by AGI, could anyone give a direction or
steps?
Thanks in advance,
James
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Jun 16
0
[Fwd: Migrating et configuring Nested Group]
Whoops, wrong list: forwarded.
--dave
-------- Original Message --------
Subject: Migrating et configuring Nested Group
Date: Thu, 16 Jun 2005 15:39:54 +0200 (CEST)
From: kayari@linagora.com
To: samba-technical@lists.samba.org
Hi,
I'm working on the migration of ~150 NT4 pdc to Samba+LDAP.
I can retrive Accounts, Groups and Machines by net rpc vampire.
I still have a probleme with the
2007 May 14
0
[PATCH] Adds support for Append command (SSH_FXF_APPEND) to sftp_client
Dear list,
Attached is a patch that implements the "append" command in a sftp session,
as describe in "draft-ietf-secsh-filexfer-01" and further releases.
It is for and had been tested on the current version of OpenSSH
(the Portable CVS) and it works, also against non patched versions.
The patch is "simple" it it just like the "do_upload" function in
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
2005 Mar 21
0
Compile error for minimal install of Redhat 9.0 [SOLVED]
pbx_dundi.c: In function `update_key':
pbx_dundi.c:1312: warning: implicit declaration of function `crc32'
pbx_dundi.c: In function `dundi_decrypt':
pbx_dundi.c:1368: warning: implicit declaration of function `uncompress'
pbx_dundi.c:1368: `Z_OK' undeclared (first use in this function)
pbx_dundi.c:1368: (Each undeclared identifier is reported only once
pbx_dundi.c:1368: for
2015 May 13
0
Firefox 38 and Older TLS sites
On 13/05/2015 11:12, Johnny Hughes wrote:
> All,
>
> Red Hat released the source code for Firefox 38. We have (or willbe
> today) releasing this for CentOS-5, CentOS-6, and CentOS-7.
>
> It does not, by default, connect to https sites with TLS less than 1.2.
> This means it will not connect to sites on CentOS-5, for example ..
> there are many others.
>
> In any
2015 May 13
0
Firefox 38 and Older TLS sites
Hey Johnny,
firefox seems not to have multilanguage support anymore. After the
update my firefox turned from german to english.
Regards
Tim
Am 13.05.2015 um 12:12 schrieb Johnny Hughes:
> All,
>
> Red Hat released the source code for Firefox 38. We have (or willbe
> today) releasing this for CentOS-5, CentOS-6, and CentOS-7.
>
> It does not, by default, connect to https
2015 May 14
0
Firefox 38 and Older TLS sites
Learn English.
On Wed, May 13, 2015 at 10:35 AM, Johnny Hughes <johnny at centos.org> wrote:
> On 05/13/2015 06:57 AM, Tris Hoar wrote:
> > On 13/05/2015 11:12, Johnny Hughes wrote:
> >> All,
> >>
> >> Red Hat released the source code for Firefox 38. We have (or willbe
> >> today) releasing this for CentOS-5, CentOS-6, and CentOS-7.
>