Displaying 20 results from an estimated 800 matches similar to: "best way to design uknown depth of subcategories"
2006 Feb 11
4
Need frequency distribution for x,y coordinates
Hi,
I have a set of data in x,y coordinates across the range of -5 to 5 in each
dimension. I would like to obtain the frequency distribution of the
different points, and then graph them so you can see which of the points are
the most frequently occurring.
This would seem to be easy in Matlab, which has the hist3 command for doing
frequency distributions/histograms in 3 dimensions. However,
2006 May 07
2
Category and subcategories in database
I have a project I''m trying to decide if I want to use rails for. I''m new
to rails, so I''m not sure how easy it would be to implement something like
this using ActiveRecord. Here''s the situation:
Category > subcategory > subcategory > product
Category > subcategory > product
Some categories will have many subcategories, others few. I want
2004 Dec 11
1
The package ??? is signed, but with an uknown GPG key.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi All
Well, it looks like I run into the same problem as many others...
Unfortuately the FAQ referenced in the mailinglist archive with the solution
does not seam to be online anymore.
What I did try:
rpm --import /usr/share/rhn/RPM-GPG-KEY*
rpm --import /usr/share/doc/centos-release-3.3/RPM-GPG-KEY
And also:
rpm --import
2013 Feb 07
1
user uknown
Hi,
I upgraded to version 2.1.1 from version 1.0.7 and I am having issues with postfix and dovecot reading my userdb file.
Here is my dovecot config:
# 2.1.1: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.18-308.1.1.el5 x86_64 CentOS release 5.7 (Final)
auth_debug = yes
auth_socket_path = /var/run/dovecot/auth-userdb
default_internal_user = vmail
default_login_user = dovecot
2002 Nov 29
0
Current master browser = UKNOWN
samba 2.2.5
We use an NT PDC for password authentication
and an NT WINS server.
Both of those systems are on a different subnet.
I have setup remote announce = <PDC subnet broadcast< and
remote browse sync = <WINS server IP>
Do I have to setup the SAMBA server as a master browser?
I don't want to mess things up with the WINS servers.
Thanks
Steve Simeonidis
Network
2004 Dec 14
0
Codec "Uknown" with IAX connection
I am having some problems getting TelIax service to work with *. Outbound
calls work just fine. When I try an inbound call the phone rings and there
is no audio. Upon further investigation "iax2 show channels" indicates
that the codec is "unknown" The provider confirmed that they are set for
ulaw and so am I. Does anyone have an idea what could be causing the codecs
to
2006 Mar 18
5
Getting a blank page for uknown reason
I have a model that represents a Player, and within that there is a
method that calculates wins and losses for that player based on a how
they did in databases that are in the DB. When this calculation is over
it is supposed to show a summary of the calculation. When testing it on
my local machine using Webrick it works fine, but when I put it on my
web server, after the calculation is done
2009 Aug 19
10
acts_as_list / acts_as_tree / acts_as_nested_set - which one
I am creating forum application which needs usage of acts_as_list or
acts_as_tree or acts_as_nested_set.
I am unable to decide among these. please could some one recommend from
their experience?
--
Posted via http://www.ruby-forum.com/.
2006 Feb 25
3
Enumerating over a Tree by Depth
I have a model using acts_as_tree which is working fine.
Being new to Ruby I''m don''t know what enumerator is best to use for
traversing a tree by depth. I can write one, but before I do I wanted
to know if there is there an enumerator for traversing trees available
that the community recommends?
Thank you,
Jose
--
Posted via http://www.ruby-forum.com/.
2006 Dec 25
2
Active Record acts_as_tree and leaf depth
Using acts_as_tree, is it possible to get information of the depth a
tree leaf in relation to the root? Or is available to derive
information to save in the way "position" can be derived and saved for
acts_as_list.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To
2006 Apr 15
8
Inheritance in Rails - I need some help
I''ve got a model, "category" and another model "subcategory." Each
subcategory belongs_to a category, and a category has_many
subcategories.
What I need to do is set it up so that I can search Category and
Subcategory with one .find call. So:
Category.find(:all, <etc)
will find categories and subcategories.
Now, I believe this can be done by making
2005 Sep 06
2
Password expiration
Hello,
I still can't figure out why my users' passwords are expiring. Ever since we
switched to LDAP, passwords expire every 14 days. Here is an example LDAP user
entry:
version: 1
# LDIF Export for: uid=sgoodrich,ou=Users,dc=trec,dc=us
# Generated by phpLDAPadmin ( http://phpldapadmin.sourceforge.net/ ) on
September 6, 2005 10:56 am
# Server: TREC (localhost)
# Search Scope: base
#
2003 Oct 24
0
anyone with a used analog card for sale or trade?
Does anyone have a used analog card forsale or trade? Would prefer a 4 port, but beggars can't be choosey...
Todd Wallace
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031024/635e90b7/attachment.htm
2005 Apr 26
2
Re: Minimal Samba
Alex,
I suspect you wont get far on this list with this
type of question.
Just reading the docs would have told you the answer
to this ;
http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/FastStart.html#id2463782
What I wanted was a mix of share and user level
security but I dont think thats possible.
Graham
2006 May 23
7
has_and_belongs_to_many question
Hello,
I am trying to make the "switchover" to programming my apps in Rails and
have a question about database structure.
In the past i would structure a many to many like this:
categories
----------------------------------------------------
| id | name |
----------------------------------------------------
1 Some Category
2 Another
2005 Dec 21
0
Category/subcategory CRUD
Hello there! This is my first post! ;)
I''m starting on ruby on rails, so I have many doubts about it!
I''m trying to create a system that uses categories/subcategories.
I created a scaffold for a table that has the following fields:
- id int(11)
- name varchar(50)
- keyname varchar(50)
- visible enum(''0'',''1'') default ''0''
-
2006 May 25
5
Model Structure Advise
Hi,
I''m starting to build a simple (?!) FAQ system, and I''d like some
advice on setting up the model relationships.
I was going to go with a simple system of a Category table and a FAQ
table (holding questions and answers) - where one FAQ belongs to one
category.
That''s all nice - a simple has_many / belongs_to relationship. Then I
decided to add another level - Area.
2006 Jun 03
2
Parent listing children.
My database is set up as Categories > Things associated by category_id
and has_many and belongs_to.
How would I go about listing all the categories and under each Category
is it''s children? Is there an easy rails way to do this - preferably
without using acts as tree? Any help is appreciated - thanks!
--
Posted via http://www.ruby-forum.com/.
2007 May 02
3
acts_as_tree related question
hi,
I''ve a normal Category model implemented with acts_as_tree (name,
parent_id) that has_many :products (name, category_id).
What I''m asking for is a method to fetch every product that belongs
fall into a particular category and its children, eg: if I''m asking
for a root node (/category/show/1) I need to display every product
that have category_id = 1 AND every product
2003 Aug 08
5
list proposal
With the increased traffic as of late, I'm wondering if it is time to
split the list again. Specifically I am wondering if it should be split
along the various VoIP protocols and zap hardware, then leave a general
list that does configuration other than VoIP related?
The hope is that those asking SIP or H323 questions could get help from
the various supporters while the main list can deal