Displaying 20 results from an estimated 10000 matches similar to: "Those #"&/! comments"
2006 Jun 26
1
How to model attribute and attribute-value dependencies
I''m being sneaky and reposting this question; I got no anwsers perhaps
because I posted it over the w/end. I apologize for this but I''m
completely stumped and need either an answer or some clue about how my
approach is flawed. Thanks...
I have a rails application which has a table ''cells'' which contains
some 80 or so attribute fields (related to the electrical
2006 Aug 16
1
Creating a comments system for multiple types of content
Hi all
My site has news entries, it has a party calendar and it has a blog.
Now I''d like to create a commenting system that in fact is quite simple,
but I wanna use it for all these 3 types of content.
My question: how can I do that? I maybe could add an association to all
three types in the comment model:
class Comment < ActiveRecord::Base
belongs_to :news_item
belongs_to
2006 Jun 20
1
Printer comments and other weirdness
Am running Samba 3.0.20 on SuSE 10.0 and cups as my printer provider. I've
used the cups gui to create a number of printers. They appeared correctly in
my Printers and Faxes folder in Explorer and I uploaded my print drivers
successfully. Now, a few days later, I'm looking at my printers and I notice
that the comments that show up on the print shares themselves still reflect
some old data
2020 Jun 23
3
Codifying our Brace rules-
Personally, I favor "always use braces" because it helps readability for
me. The compiler may be good at flagging misleading indentation, but my
visual processing system is terrible at it, especially since we use a
measly two spaces for indentation. And we grant indentation exceptions
for--among other things--case labels in switches.
When some nested statements have braces and others
2000 May 31
0
commenting lines (was Drawing Trig Function)
> Date: Wed, 31 May 2000 22:27:06 +1200
> From: Ko-Kang Wang <Ko-Kang at xtra.co.nz>
>
> Just out of curiousity, why is it I can''t do multiple commenting in R. I have
> to type # in front of each line (well, it''s true). If there are 20 or more
> lines it becomes a bit annoying.
>
> In SAS there is /* blah blah blah */, which comments out an
2017 Sep 19
3
CentOS, PHP & OwnCloud/Nextcloud: the version dilemma
On Tue, September 19, 2017 1:42 pm, Nux! wrote:
> Unfortunately the same can be said about Ruby, RoR, Python etc etc etc.
It is not as much true about languages themselves (though it is true, and
I for one call python "sneaky snake" just because of that ;-), as about
how the software using these languages is written. E.g. well known
mailman. I never had it give me any trouble
2010 Dec 09
1
displaying a note or comment when --format doc
I''m new to rspec, so, I might be coloring outside the lines, but,
there have been several instances where I have wanted to display a
comment or note.
for example:
describe "truck" do
it "should require model" do
end
end
rspec spec --format doc
truck
should require model
What I mean by display a comment or note would be like:
truck
NOTE: blah, blah,
2001 Feb 28
2
how much room for comments?
Hi!
While writing a bug report to the Sonique authors, I also thought it
might be useful to ask for a better handling of the OGG Vorbis comment
tags. This lead me to the question on what could be included in the
comments at all, since custom tags are allowed.
The idea was, for example, to write whole song lyrics into the .OGG or
maybe even a small story about how the weather was when the song
2005 Nov 15
3
[Fwd: [suse-amd64] OFF-TOPIC - *very* bad]
I saw this on the SuSE AMD64 list & decided to pass it along, since it
seems like a sneaky problem. Later posts confirm it is *NOT*
AMD64-specific, nor SuSE 9.3 specific ....
--
William A. Mahaffey III
---------------------------------------------------------------------
Remember, ignorance is bliss, but
willful ignorance is LIBERALISM !!!!
-------------- next part --------------
An
2013 Jul 31
1
Adding text comments to graphics device output files?
Hi,
several image file format supports textual/meta data comments in one
way or the other. For me an obvious usage would be to add
sessionInfo() information to PNG and PDF image files, ideally from
within R although external tools would work as well(*). Has anyone
looked into this or have any suggestions or comments?
/Henrik
(*) One could even imagine including self-contained R
2005 Mar 15
2
Lemon drops
I bumped into the following situation:
Browse[1]> coef
deg0NA deg4NA deg8NA deg0NP deg4NP deg8NP
(Intercept) 462 510 528 492 660 762
Browse[1]> coef[,1]
[1] 462
Browse[1]> coef[,1,drop=F]
deg0NA
(Intercept) 462
where I really wanted neither, but
(Intercept)
462
Anyone happen to know a neat way out of the conundrum?
I can think of
2009 Apr 21
1
line wrap in R console under windows
I would like the R console to wrap lines at 80 cols.
It does not do so, even though I have used the Rgui Configuration
Editor to set the Console cols at 80 and the Pager cols at 80.
Please tell me how to set it up so I have word wrap.
Just to be clear: in older/other R versions, console input is wrapped
at 80 cols and so you have something that looks like
> blah blah blah blah blah blah blah
2011 Aug 25
2
replicate lines of data frame
Greetings!
I am just now learning to use R for my dissertation project. I need
to manipulate a lot of text and numeric data. I created a data frame
that has 7 columns and 127 unique rows. Now I need to replicate each
line 6 times and then later change values in the first 2 columns.
I am trying to figure out how to accomplish this. I think that I need
to use rep(my.df, each=6) but it does
2006 Aug 05
0
Memory Usage after upgrading to pre-release and removing sendfile
After the upgrade my memory usage is shown like this:
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
4592 flipl 16 0 197m 150m 2360 S 0.0 14.9 6:17.28 mongrel_rails
4585 mongrel 16 0 190m 140m 1756 S 0.0 13.9 0:52.86 mongrel_rails
4579 mongrel 16 0 200m 157m 1752 S 0.0 15.5 0:56.31 mongrel_rails
4582 mongrel 16 0 189m 139m 1752 S 0.0 13.8
2020 Jun 23
2
Codifying our Brace rules-
On 6/23/20 9:39 AM, Robinson, Paul via llvm-dev wrote:
>
>> -----Original Message-----
>> From: llvm-dev <llvm-dev-bounces at lists.llvm.org> On Behalf Of Jay Foad via
>> llvm-dev
>> Sent: Tuesday, June 23, 2020 4:47 AM
>> To: Mehdi AMINI <joker.eph at gmail.com>
>> Cc: llvm-dev at lists.llvm.org; Matt Arsenault <arsenm2 at gmail.com>
2009 Jan 12
1
Is -R --link-dest really hard to use, or is it me?
I've got a problem for which the combination of -R and --link-dest
doesn't seem to be quite enough---and I may have discovered a few
small bugs as well; test cases are below.
[And if someone has a scheme for doing this that doesn't involve rsync
at all, but works okay, I'm all ears as well---I'm not the first with
this problem.]
Here's my problem: I unfortunately need to
2006 Jul 08
2
numbered list bug in markdown.pl?
Hi,
I'm getting what I believe to be a bug. If I put the following in markdown:
1. This is a numbered list
2. Blah
9. This is another list item
10. Ok, weird bug here
11. It's really bothering me
And when I run it through markdown.pl 1.01 I get out the following:
<ol>
<li>This is a numbered list</li>
<li>Blah</li>
<li>This is another
2003 Dec 06
2
unixODBCget/put/del/deltree
-- Executing unixODBCput("SIP/10-cc1b", "BLAH/blah=bkw") in new stack
-- unixodbcput: family=BLAH, key=blah, value=bkw
-- Executing unixODBCput("SIP/10-cc1b", "BLAH/blah=bk2") in new stack
-- unixodbcput: family=BLAH, key=blah, value=bk2
-- Executing unixODBCget("SIP/10-cc1b", "testingget=BLAH/blah") in new stack
-- unixodbcget:
2024 Jul 31
1
[PATCH 2/2] [v6] drm/nouveau: expose GSP-RM logging buffers via debugfs
On Tue, Jul 30, 2024 at 09:49:15PM +0000, Timur Tabi wrote:
> > "Driver exit" is a bit of an undefined term, the closest thing is probably
> > "driver detach" (from a device). In this case I think you actually mean
> > "module
> > exit" though.
>
> Yes, I use driver and module interchangeably, but I guess that's not
> accurate.
2008 Aug 12
1
sieve - Sendmail process terminated abnormally, exit status 70
How do we start troubleshooting this?
deliver(user at example.com): Aug 12 18:27:19 Error: Sendmail process
terminated abnormally, exit status 70
deliver(user at example.com): Aug 12 18:27:19 Info: sieve runtime error:
Vacation: Error sending mail
deliver(user at example.com): Aug 12 18:27:19 Info:
msgid=<48A20E3C.7070307 at example.com>: saved mail to INBOX
deliver(user at