Displaying 20 results from an estimated 100000 matches similar to: "Topics in the CentOS-Announce list"
2011 Dec 27
0
CentOS 4, CentOS 5, and CentOS 6 Announce List messages
Moving forward, all CentOS Announce List messages for updates will be
like the ones released today. There will no longer be a separate e-mail
for each ARCH within a major version, but only one combined e-mail for
each major version.
This will result in 1/2 the announce list traffic as there used to be a
separate i386 and x86_64 for each major version ... or in today's case,
there would be 6
2006 May 28
3
Working with topics and categories
Hello guys,
I''m a newbie in RoR and I have a problem. My DB structure is
======================================
topics table : id(int,11)
name(varchar,255)
categories : id (int,11)
topic_id(varchar,255)
name(varchar,255)
======================================
--Models:--
class Topic < ActiveRecord::Base
has_many :categories
end
class
2008 Sep 16
5
i didn't see the 4.7 announcement
i (and others) have missed messages on centos-devel as well. did other
people not see the 4.7 announcement message? i'm wondering if the centos
list server is having some kind of issue.
2011 Nov 16
0
[LLVMdev] ARMv5 Thumb Support Hacking Session (and other topics)
Hi Joe,
Not sure yet if I'll be able to make the hacking session or not, but either way, feel free to look me up at any time during the conference and I'd be happy to talk about the arm backend.
Jim
On Nov 16, 2011, at 7:24 AM, Joe Abbey <jabbey at arxan.com> wrote:
> I'll be attending the hacking session with the intent of understanding what needs to be done to improve
2008 Nov 12
0
xen save/restore causes cron to hang
Joe Pruett wrote:
> i haven't found anything online to talk about this, so maybe i've got
> something odd going on here. i have my xen set up to save/restore on dom0
> reboot. almost everything works fine, but cron on the guest os'es
> (everything is centos 5 x86_64) stop processing jobs. i'm guessing it is
> missing an alarm or something like that. anyone
2011 Jun 03
0
Pareto Chart using GUI
Hi,
I am exploring GUI's for doing Quality
Management/Assurance/Improvement activities and this is another mail
in series!
Focus of this mail is Pareto Analysis for following data (Truncated):
Date Defect code Operator Shift Machine Cost - Internal Cost -
External Cost - Total
8-Jun-2011 410 Joe 1 AAA 5 50 55
8-Jun-2011 465 Joe 1 AAA 1.5 25 26.5
8-Jun-2011 412 Joe 1 AAA 1.5 10 11.5
2011 Dec 28
0
CentOS-announce Digest, Vol 82, Issue 15
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2018 Dec 20
1
Updates in 7.6.1810/os Repository from the CR Announce List
As part of the CR process (
https://wiki.centos.org/AdditionalResources/Repositories/CR ), the
following updates were done and are included in the CentOS base ( os/ )
repository for CentOS Linux 7.6.1810.
https://lists.centos.org/pipermail/centos-cr-announce/2018-November/thread.html
https://lists.centos.org/pipermail/centos-cr-announce/2018-December/thread.html
There was an issue with the
2018 Dec 20
1
Updates in 7.6.1810/os Repository from the CR Announce List
As part of the CR process (
https://wiki.centos.org/AdditionalResources/Repositories/CR ), the
following updates were done and are included in the CentOS base ( os/ )
repository for CentOS Linux 7.6.1810.
https://lists.centos.org/pipermail/centos-cr-announce/2018-November/thread.html
https://lists.centos.org/pipermail/centos-cr-announce/2018-December/thread.html
There was an issue with the
2010 Jan 08
2
A better way to Rank Data that considers "ties"
This will start off sounding very easy, but I think it will be very
complicated.
Let's say that I have a matrix, which shows the number of apples that each
person in a group has.
OriginalMatrix<-matrix(c(2,3,5,4,6),nrow=5,ncol=1,byrow=T,dimnames=list(c("Bob","Frank","Joe","Jim","David"),c("Apples")))
Apples
Bob 2
2007 Mar 26
1
tzdata update, but no announcement?
i see one available in the repos, but i don't recall seeing any
announcement about it. from googling, it does seem to be real, but still
a bit disconcerting to not have an announcement about it.
2010 Jul 26
4
Changing the model_path.
Hi,
I''m new to RoR, but currently need to make some changes to my site to
implement permalinks.
Whenever I do a link, I use: category_path(category) and then the
to_param permalinks it. The previous piece of code would link you to /
categories/CategoryPermalink; the trouble is I don''t want it to be /
categories, I just want it to be /PERMALINK.
Then I''m getting into
2018 Dec 21
0
CentOS-announce Digest, Vol 166, Issue 7
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2010 Jun 12
2
Redirections, Duplicate Content & Permalinks
Hi,
Recently I''ve looked at trying to get a permalink system up to
increase my site''s ranking in google (and to have nice looking URLs);
however I''ve been very worried about google and duplicate content.
I currently already have a "flaw" in my site, in which if you go to
mysite.com/tutorials/ID it will bring you to the same place as
2005 May 25
0
announcement topics
i did some searching in the mailman code and have discovered that mailman
uses the VERBOSE flag to the python regular expression package, which
means that unescaped spaces in the regular expression are ignored. so you
need to change the topics to be like:
CentOS\ 4\ i386
or:
CentOS[ ]4[ ]i386
i'm not sure how many backslashes will be necessary to make it through to
the module correctly, so
2005 Dec 20
0
Category select list suggestions
Hi all,
I was wondering if anyone had any good Rails examples of a multiple
select list for categories (or anything else) or ''pick lists''. My app
currently has two multiple select lists where users can do add / remove
functions. Double click on a category in the left box, it goes to the
right box an vice-versa. When the user clicks a save button, the
categories in the right
2006 Aug 11
1
Avoiding adding duplicates to has_many collection?
Since there''s no ''exists?'' method for a has_many collection, is there an
easier way to avoid adding duplicates to a collection? (I assume
obj.items << item would add duplicates if repeatedly called.) Right now
I do:
category = Category.find_or_create_by_name(category_name)
directory.categories << [ category ] if
directory.categories.find(:first,
2006 Jul 14
3
postgres migration notices
When I run "rake" using a postgres 8.1 database, I get a bunch of these notices.
NOTICE: CREATE TABLE will create implicit sequence
"categories_id_seq" for serial column "categories.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index
"categories_pkey" for table "categories"
How can I avoid those? I take it I need to modify the
2012 Jan 15
0
[LLVMdev] Off Topic: Building ld
Ben,
Thanks for your help!
> http://opensource.apple.com/source/cctools/cctools-806/include/mach-o/arm/reloc.h
Yep, as Joe Ranieri pointed out, I had to tell MachOFileAbstraction.hpp about ARM relocs
> http://opensource.apple.com/source/dyld/dyld-195.5/include/mach-o/dyld_priv.h
I tried to use the dyld_priv.h from cctools to no avail, using the one from dyld (as you pointed out) worked
2015 May 19
0
tinc-announce mailing list
Hello Everybody,
I like tinc very much and as it is a piece of security software, I would
like to monitor new version announcements to stay updated.
The tinc@ mailing list is good, but there is a lot of random talk mixed
with the announcements.
Of course I could just make a filter in my e-mail client to highlight
the " [Announcement]" tag in the beginning of the subject, but it