Displaying 20 results from an estimated 278 matches for "fictional".
2005 Oct 12
2
Help with act_as_nested_set
Hi, I''m trying to get act_as_nested_set working, and I''m puzzled.
I googled the following
http://codefetch.com/cache?url=http://media.pragprog.com/titles/rails/code/r
ails-code.tgz
<http://codefetch.com/cache?url=http://media.pragprog.com/titles/rails/code/
rails-code.tgz&path=rails-code/ar/acts_as_nested_set.rb&lang=ruby&qy=ruby>
2006 Jul 20
3
acts_as_tree
Hello,
I''m trying to create categories that have their own subcategories, and each
subcategory may have its own subcategories, .. and so on.
After some reading, I found out that the best way for creating such a thing
is to use acts_as_tree, but I didn''t find any tutorial or article that
explain this in a clear way. After a lot of work I was finally able to
create categories and
2006 Jul 10
11
Category Number Results returned
I am looking to have a number of categories populated from my results of
a search. For example, searching on "sport" would display all results
for sport. I want to also have a number of categories to refine the
documents down. So by clicking on the "Fishing" category or the
"Shooting" category, I would only see the results on sport around that
category.
Now for
2006 Feb 18
0
indexed date_select
Hi All,
I am wondering if it is possible to have date_select fields that are
indexed for updating of multiple rows.
Here is my code:
<% @book.awards.each do |@award| %>
<tr>
<td><%= select("award[]", "category", [ "Fiction", "Non-Fiction",
"Poetry", "First-Boak", "Translation" ],
{ :include_blank
2013 Mar 21
0
Problems parsing page encoded in Shift-JIS
I''m posting this question to both mailing lists as I''m not sure whether it''s a Mechanize problem or a Nokogiri problem.
Using Nokogiri and Mechanize to load and parse a web page encoded with Shift-JIS. I have an HTML construct like:
<head>
<meta http-equiv="content-type" content="text/html; charset=Shift_JIS">
</head>
<body>
2011 Jul 23
0
utgd zendyne by han li thorn [science fiction / th
Appreciate the info, it’s good to know.
2005 Nov 24
1
Autocompleting combobox: fact or fiction?
Hey,
I''ve got a script.aculo.us autocompleting textfield that works
wonderfully, but how do I make the value of the selected option submit
with the form...for that matter, do autocompleting textboxes have
''option'' tags, or is what I want to do simply impossible 8[
Thanks,
Gustav
gustav-Y7mMFpLgOV2wB/GGPSRsq0B+6BGkLq7r@public.gmane.org
--
Posted via
2005 Aug 12
5
ANN: Interactive Fiction Mapper v0.5
Okay, I may have some questions about fxruby and probably the easiest way to ask them is by after I show a program.
Plus I am eager to show how much fun I''ve been having... this is still not fully done to call it a v1.0 release, but it is already tons of fun.
Please visit the download section of:
http://rubyforge.org/projects/ifmapper/
There you will find the following:
IFMapper
by
2006 Mar 06
0
How to use: INNER JOINS & IN
Hi
I am not clear about how to use INNER JOINS and IN(...) sub query in rails. Is there a good tutorial which helps newbies step by step ?
I have a
model Library
model Authors
model Fictions
The relation maybe explained as:
Library has many fiction books
authors have many fictions
The authors table has information like full name, period of life, country etc.
In that case, I want to
2007 Apr 12
2
[LLVMdev] "Name that compiler"
...ogrammers sometimes use it to indicate
especially difficult or obscure sections of code in a program so that others
do not tamper with them."
Why not some dragon name ? or maybe someone can use this idea to come up with
something else.
/f
Paolo Invernizzi wrote:
> Mithril
>
> The fictional metal from JRR Tolkien The Lord of the Rings.
>
> Gandalf says:
>
> "Mithril! All folk desired it. It could be beaten like copper, and
> polished like glass; and the Dwarves could make of it a metal, light and
> yet harder than tempered steel. Its beauty was like to that of...
2007 Apr 12
3
[LLVMdev] Compiler Name
Suggestions:
Zembla - It's a fictional northern European country in "Pale Fire"
by Nabokov.
Pala - The island utopia in Aldos Huxley's "Island".
Thra - The world of The Dark Crystal.
-bw
2006 Oct 11
4
Object attributes in R
...x classes, such as a data.frame, where they 'stick' for the
data.frame, but attributes from the members are lost:
tm[3:5] # lost
ds[-3] # lost
str(dat[1:3,]) # only kept for data.frame
Is there any way of keeping the attributes when subsetted from primitive
classes, like a fictional "attr.drop" option within the "[" braces? The
best alternative I have found is to make a new object, and copy the
attributes:
tm2 <- tm[3:5]
attributes(tm2) <- attributes(tm)
However, for the data.frame, how can I copy the attributes over (without
using a for loop -- I...
2012 Jun 15
2
How to convert month-day-year to Julian data number?
Hello,
I am trying to convert calendar dates (Month, Day, Year) into Julian Days
Product code Bureau of Meteorology station number Month Day Year Date_mdy Date
4102001 70014 1 1 1939 1/01/1939 1/01/1939
4102001 70014 1 2 1939 1/02/1939 2/01/1939
4102001 70014 1 3 1939 1/03/1939 3/01/1939
4102001 70014 1 4 1939 1/04/1939 4/01/1939
4102001 70014 1 5 1939 1/05/1939 5/01/1939
4102001 70014 1 6
2016 Aug 18
4
Issue with acl_xattr:ignore system acls in 4.5rc2
...nore
> the the system POSIX permissions when setting an NT ACL, we now ignore
> them as well when querying them. So this can be seen as improvement
> because previously our behaviour was inconsistent.
>
> In some sense "acl_xattr:ignore system acls = yes" works like a
> fictional option "acl_xattr:ignore system permissions = yes".
>
> Any filesytem object without NT ACL xattr will get default permissions
> matching Windows:
>
> ACL:$uid:ALLOWED/0x0/$mapped_mode
> ACL:NT Authority\SYSTEM:ALLOWED/0x0/FULL
>
> This affects directories c...
2009 Sep 22
4
rspec-rails and rack middleware
It doesn''t seem like my controller specs are calling my middleware on
requests. Has anyone figured out a good way to test middlware with rspec?
I''m thinking something like
rails'' rails/actionpack/test/controller/session/mem_cache_store_test.rb but
with rspec... any thoughts?
Thanks!
Best,
Aaron
-------------- next part --------------
An HTML attachment was scrubbed...
2020 Aug 12
2
[Sharing] CentOS 8.2 (2004) Linux Server is Compatible with Dell PowerEdge R640 1U Server
Subject: [Sharing] CentOS 8.2 (2004) Linux Server is Compatible with
Dell PowerEdge R640 1U Server
Good day from Singapore,
I have just installed CentOS 8.2 (2004) Linux Server on Dell PowerEdge
R640 1U Server for "Donald Trump and Xi Jinping Investment Company LLP"
(fictitious/fictional company name used) in Singapore on 11 August 2020
Tuesday.
I can confirm that CentOS 8.2 (2004) is compatible with Dell PowerEdge
R640.
The hardware specifications of Dell PowerEdge R640 are:
(1) Processor: Intel Xeon Silver 4210R CPU @ 2.40 GHz (10 cores, 20
threads)
(2) 128 GB DDR4-2400 RAM...
2024 Oct 12
2
AD/DNS: Cannot Create a CNAME record with a blank name...
.../Active_Directory_Naming_FAQ#I_have_to_Use_Different_Names_to_Resolve_Host_Names_Internally_and_Externally
I'm trying to use the "clever trick" to make a certain internal server
resolve to the name I'm forced to use to resolve it externally. I
successfully created the new zone (fictionalizing the names for
inclusion here):
~ # samba-tool dns zonecreate "dc1" "myserver.example.com" -U administrator
Zone myserver.example.com created successfully
...but I get a runtime error when I try to create the CNAME record in
the zone "...leaving the name of the reco...
2006 Jan 20
2
HP NetServer LC2000r and LH6000r install woes
hello folks!
i've got four HP NetServers, two LC2000r and two LH6000r. the CentOS
4.2 ServerCD can't see hard drives on any of them.
each machine has a HP NetRAID controller; the LC2000rs have a
NetRAID-1Si and the LH6000rs have an Integrated NetRAID. each
controller has three 9GB drives, two mirrored and one hotspare.
each machine boots ok (the LC2000rs need "linux
2008 Oct 31
4
config moved?
Hi Folks
#1
Has ~/.wine/config
(http://www.codeweavers.com/support/docs/wine-user/config-file) moved?
Under ~/.wine/ I have no "config", but I do have the 3 files:
system.reg; user.reg; userdef.reg. Is one of these now the "config" file?
And
#2
I installed Windows native ole32.dll into ~/.wine/drive_c/windows (as
per the ole32.dll accompanying text file - well,
2017 Jan 11
2
16-bit bytes support
Hi.
I'm working on a backend for the
[DCPU16](https://github.com/techcompliant/TC-Specs/blob/master/CPU/DCPU.md),
a fictional CPU. The main subtlety is that the bytes are 16 bits instead
of 8. There is already a [working
backend](https://github.com/krasin/llvm-dcpu16), but it does a lot of
source modification to support 16 bit words. I try to update it to
latest llvm, but it obviously fails since the new code assumes...