Displaying 20 results from an estimated 1000 matches similar to: "Code documantation"
2010 Aug 24
3
can not execute ruby script/generate scaffold Product Admin
in my depot application, i need to execute this command correctly...but I
can not do anything! the command could not execute as it is stated and
figured in the book. if there is an equivalent command for creating and
Model Product under Admin controller, please let me know. Now I know how to
configure mysql with rails. So there is no problem.
--
Irfan Ahmed Rizvi
http://www.creativemake.com
--
2009 Sep 06
2
question about ... passed to two different functions
I have hit a problem with the design of the mcmc package I can't
figure out, possibly because I don't really understand the R function
call mechanism. The function metrop in the mcmc package has a ... argument
that it passes to one or two user-supplied functions, which are other
arguments to metrop. When the two functions don't have the same arguments,
this doesn't work.
2002 Feb 07
1
New Book on "Linux Filesystems"
I've lurked on this list for a long time, and have learned many details
on installing and using Ext3. Thanks! I'm finally posting to solicit
feedback on my recently-published book on "Linux Filesystems". This book
discusses the use, theory, and installation/integration of journaling
and distributed filesystems on Linux, and also discusses what I call
'filesystem adapters'
1999 Jul 27
12
hi
hi
This is Tarun from Indusa Global , Jamaica
pl. reply
regards
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tarun.vcf
Type: text/x-vcard
Size: 180 bytes
Desc: Card for tarun kumar
Url : http://lists.samba.org/archive/samba/attachments/19990727/506b9d4c/tarun.vcf
2006 Jan 18
2
Migration?
I just installed ruby, lighttpd, and mysql from darwinports on me
laptop in lieu of the Apple version of ruby. Now when I fire up my
rails application, it''s not running lighttpd anymore -- it''s running
webrick. It also exits immediately. MySQL is running, the database
and tables are restored from the backup. What step am I missing?
Thanks for the help!
Cheers,
Hasan
2006 Jul 29
3
Engines question
I would like to get at all models in a rails application to be able to
add a field to every one of them as part of a migration. Something
like the following:
Appmodels.each { |x| add_column x.table_name.to_s, :foo, :text }
I understand I can get the table name using
ActiveRecord::Base#table_name, but how do I get all the models into an
array that I can use in the above manner?
--
Cheers,
Hasan
2006 Jan 10
1
Ferret -- Search Partial?
I''d like to implement the search capabilities of Ferret and am
looking for sample code to see how it''s done. I''m thinking my
controller creates the index when "Search" is clicked and a partial
is rendered. What is this partial supposed to look like? Is it built
in to rails/Ferret? Thanks for the help!
Cheers,
Hasan Diwan <hasan.diwan@gmail.com>
2005 Sep 23
4
books about MCMC to use MCMC R packages?
Dear list users,
I need to learn about MCMC methods, and since there are several packages in
R that deal with this subject, I want to use them.
I want to buy a book (or more than one, if necessary) that satisfies the
following requirements:
- it teaches well MCMC methods;
- it is easy to implement numerically the ideas of the book, and notation
and concepts are similar to the corresponding R
2006 Jul 29
0
Mongrel-modproxy Issue
I am trying to setup typo using mongrel and apache2 on Ubuntu Linux
(Dapper). Following the tutorial at
http://www.ridaalbarazi.com/blog/2006/06/21/local-development-environment-part-3/...
1. I set up typo, mongrel-rails to start it -- verified by going to
http:/192.168.2.18:3000
2. I''ve also tried to set up mod_proxy but that doesn''t seem to be
working, my VirtualHost
2006 Aug 24
0
Re: Visual DB Modelling on Mac
On 23/08/06, Molotoff <amatveich-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>
> Guess, I will stick with DBVisualizer - it seems pretty adequate.
You might want to consider OmniGraffle, from the Omni Group. Although it is
a general diagramming tool -- sort of like Visio, it includes a template for
E-R diagrams and there''s a MySQL one available.
--
Cheers,
Hasan Diwan
2010 May 26
2
Music on Hold
Hello
Yesterday, i brought linksys PAP2 and have success with that. The only thing that does not go well is the music on hold. When i press 'hold' button from the telephone set instead of playing the music on hold that i have setup in Asterisk, Telephone Set plays its own MOH. Is there any way to tackle this issue.
Regards
Taimur Hasan
-THQ- !!!ONE
2004 Aug 06
3
tdm400p lockups
I have a system that has a TDM400 with 3 FXO modules. Recently, the
system started not seeing the ports. No answer, no lines available
for oubound dial, and only a reboot of the machine will bring it back.
Any ideas to try?
Thanks,
Tim
--
2007 Mar 22
2
Is newhidups driver still in memory just before o/s halt ?
Hi,
I have set-up the ups shutdown feature provided by Red Hat
/etc/rc.d/init.d/halt script, which will issue a "upsdrvctl shutdown"
command just before powering off the system.
It appears that this command fails as if the driver is not available.
I wonder whether the usb driver / stack is still available at this very
late stage ?
If not available then does it mean one cannot
2010 Nov 22
6
Should be obvious, but how do I even know what versions of ruby are available for rvm to use with rvm install?
I''m getting back to learning rails and at one point I used rvm to install
some rubies. Now I''m playing dumb and want to install the latest ruby
version - latest beta. How in the world do I found out the name of it? I''d
think it would be named somewhere here
http://www.ruby-lang.org/en/downloads/ and then I could just do rvm install
ruby-XYZ. I don''t get where I
2002 Apr 07
0
(no subject)
Hi
I want to exclude some files from a Raid so can anybody explain me how
can i do that
Regards
Rizvi inamdar
-------------- next part --------------
HTML attachment scrubbed and removed
2016 Jul 28
2
Re: Help
Thanks a lot. One more thing if I may... Will I just download and
install the packages from the http://packages.ubuntu.com ?
On 7/28/16, Pino Toscano <ptoscano@redhat.com> wrote:
> Hi,
>
> On Thursday, 28 July 2016 16:27:24 CEST M.H. Hasan Bhuiyan wrote:
>> I am a newbie in coding. I am using ubuntu 14.04 in my machine and
>> installed libguestfs by the following
2009 May 20
1
Non-linear regression with latent variable
Hi
Can anyone please suggest me a package where I can estimate a non-linear
regression model? One of the independent variables is latent or unobserved.
I have an indicator variable for this unobserved variable; however the
relationship is known to be non-linear also. In terms of equations my
problem is
y=f(latent, fixed)
q=g(latent) where q is the indicator variable
For me both f and g are
2016 Aug 04
1
Fwd: RE: Query regarding LDAP
Hi All,
We currently have our AD on Windows Server 2008 setup to work with Samba
as a file share.
I noticed on our event logs in Windows that we are getting warnings
about a client performing LDAP binds without signing or using clear text
LDAP. After enabling the logging for LDAP i have found this to be our
Samba server performing these requests.
I know how to solve the issue so that our
2011 Sep 26
2
Randomly selecting rows with unique values in two columns
Hello,
I am trying to randomly select rows with unique values in columns 1 and 2. I
want to generate multiple subsets to estimate a statistic for each data set.
Below is a simplified example.
L1 L2 L3 L4 L5
1 a b 1 2 3
2 a c 4 5 6
3 a d 7 8 9
4 a e 10 11 12
5 a f 13 14 15
6 b c 16 17 18
7 b d 19 20 21
8 b e 22 23 24
9 b f 25 26 27
10 c d 28 29 30
11 c e
2010 Jul 06
1
Error in affypdnn package
Dear all,
I am a PhD student working with Affymetrix HGU133atag array for analyzing the Latin square experiment.
I was trying to generate gene expression index for hgu133atag array for PDNN model. While extracting the chiptype specific data structure, I got the following error-
> library(affypdnn)
Loading required package: affy
Loading required package: Biobase
Welcome to Bioconductor