Displaying 20 results from an estimated 90 matches similar to: "bug / infinite loop"
2006 Sep 04
0
Documentation Error
I was trying to apply the processing rules to RedCloth 3.0.4 and ran
into a documentation error. According to the documentation at
http://redcloth.rubyforge.org/ the rule for glyphs is called
"inline_textile_glyphs", but every time I tried using that as a rule,
I got an error saying "undefine method..." Finally, I looked in the
lib/redcloth.rb file in the RecCloth 3.0.4 gem and
2006 Aug 29
0
Several bug-fixes and improvements(?)
Hey guys,
I have been working with RedCloth for the past week or so in order to try
and upgrade a University''s blog system (blogs.warwick.ac.uk) to Textile2,
having used a bespoke Java-based Textile1 implementation in the past. As
such, it''s been an important part of this that it works as much as possible
to give the same results for Textile1 code, but with the added features
2005 Aug 17
4
Stop an action ?
Hi.
I am working on a generic authentification system for rails (more
complete than the login generator). The way it works is you call a
method inside your action, passing the domain as a parameter (domains
are like a group of users with specific rights).
For that purpose, I need to exit the action inside this method because
it redirects to a login page if that person isn''t
2005 Dec 15
2
Auth_generator: to handle users
Hi everyone,
I have made an announcements few weeks ago about auth_generator. As we
released few versions since, I send another one on the list.
The auth_generator gives you an admin interface to handle users, can
display user informations on static pages, allows you to choose what
crypting algo you want to use (you can use a salt per account if you
want for better security) and much more.
You
2017 Sep 19
2
remove quotes from matrix
Hi Duncan and Bert;
I do appreciate for your replies. I just figured out that after x1=
noquotes(x) commend my 733*22 matrix returns into n*1 vector. Is there way
to keep this as matrix with the dimension of 733*22?
Regards,
Greg
On Tue, Sep 19, 2017 at 10:04 AM, Duncan Murdoch <murdoch.duncan at gmail.com>
wrote:
> On 19/09/2017 9:47 AM, greg holly wrote:
>
>> Hi all;
2017 Sep 19
3
remove quotes from matrix
Hi all;
I have data at 734*22 dimensions with rows and columns names are
non-numeric.When I convert this data into matrix then all values show up
with quotes. Then when I use
x1= noquotes(x) to remove the quotes from the matrix then non-numeric row
names remain all other values in matrix disappear.
Your help is greatly appreciated.
Greg
[[alternative HTML version deleted]]
2017 Sep 19
0
remove quotes from matrix
On 19/09/2017 9:47 AM, greg holly wrote:
> Hi all;
>
> I have data at 734*22 dimensions with rows and columns names are
> non-numeric.When I convert this data into matrix then all values show up
> with quotes. Then when I use
> x1= noquotes(x) to remove the quotes from the matrix then non-numeric row
> names remain all other values in matrix disappear.
>
> Your help is
2003 Oct 08
2
Samba + Cups + Filter Access
Hi,
I'm trying to use Cups + Samba to make a print server for many
purpouses. The main one is to account how many pages where printed by
whom and centralize all printers in one server.
If I configure samba and cups in the RAW mode using windows original
drivers of the printers, everything works fine, but this way I can't use
cups accounting.
So I reinstaled all my printers
2006 Jun 25
0
ITalian Railers!
non dimenticatevi di rails.it! l''ho scoperto oggi e penso che dovemmo
metterci tutti un po'' di impegno! :)
saluti, mek from venice/it
2006 May 09
3
Need Login/Authorization/User Management Advice
I''m new ot rails and am revamping one of my first rails projects and
would like some advice on user authentication and management.
In my app I implemented the basic user login functionality as it is in
the Agile Web Developement book. Though it works great I''d like a bit
more functionality such as: user levels/roles (i.e level1, level2,
level3, admin) type permission,
2006 Dec 11
0
auth_generator 2.0.1 undefined method `login_required' for ... ArticlesController
I am a relative RubNub and attempting to implement auth_generator v.2.0.1.
I am getting an "undefined method `login_required'' for
#<ArticlesController:0xb732c0b4>" error when I attempt...
http://localhost:3000/articles/new
Help would be appreciated.
My app/controllers/application.rb reads...
------------------------------------------------------------------------
2017 Sep 19
0
remove quotes from matrix
Works fine for me. What do you object to in the following?
Calling the above df "d",
> dm <- as.matrix(d)
> dm
Sub_Pathways BMI_beta SAT_beta VAT_beta
1 "Alanine_and_Aspartate" " 0.23820" "-0.02409" " 0.94180"
2 "Alanine_and_Aspartate" "-0.31300" "-1.97510" "-2.22040"
3
2017 Sep 19
3
remove quotes from matrix
Dear all;
Thanks. Here are the dput results as Duncan suggested.
Regards,
Greg
structure(list(Sub_Pathways = structure(c(3L, 3L, 3L, 3L, 3L), .Label =
c("Acetylated_Peptides",
"Advanced_Glycation_End-product", "Alanine_and_Aspartate", "Aminosugar",
"Ascorbate_and_Aldarate", "Carnitine", "Ceramides", "Creatine",
2002 May 02
0
Request: Please incorporate Hideaki Gotos Watchdog patch into OpenSSH
Hello,
Hideaki Goto has written a patch for OpenSSH that adds heartbeat and watchdog
functions to OpenSSH:
http://www.sc.isc.tohoku.ac.jp/~hgot/sources/openssh-watchdog.html
The heartbeat function sends an SSH_MSG_IGNORE packet every <n> seconds to
the server, and the watchdog function checks incoming packets only to see if
the connection has been interrupted.
Where I work, all Internet
2002 Aug 01
0
Ok here we go... toner cartridges
According to some newsgroups and various (unconfirmed places), this guy had to pay $1000 a pop to each person he spammed back in the day.
Below is his email if you want to spam him.
To all those who care:
http://easyweb.easynet.co.uk/~gcaselton/spam/benchmark.html
http://www.theregister.co.uk/content/archive/7468.html
Since the victory in the courts, the name Benchmark Print Supply has
2006 Mar 31
1
Fortran and C entry point problem.
Dear All,
I have seen a number of e mails on this topic but I have not seen a
general solution to date. I have Fortran and C source codes and they
have been compiled successfully using:
R CMD build mypackage
And
R CMD install mypackage
Without error messages.
I then open R and tests out two functions and get:
> pgl(0.2,1,2,3,4)
Error in
2006 Mar 31
1
Fortran and C entry point problem.
Dear All,
I have seen a number of e mails on this topic but I have not seen a
general solution to date. I have Fortran and C source codes and they
have been compiled successfully using:
R CMD build mypackage
And
R CMD install mypackage
Without error messages.
I then open R and tests out two functions and get:
> pgl(0.2,1,2,3,4)
Error in
2007 Sep 13
0
5 commits - libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame_internal.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_scope.c libswfdec/swfdec_as_scope.h libswfdec/swfdec_as_script_function.c
libswfdec/Makefile.am | 4
libswfdec/swfdec_as_context.c | 39 ++----
libswfdec/swfdec_as_frame.c | 218 ++++++++++++++++++++--------------
libswfdec/swfdec_as_frame_internal.h | 38 ++++-
libswfdec/swfdec_as_interpret.c | 39 +++---
libswfdec/swfdec_as_scope.c | 78 ------------
libswfdec/swfdec_as_scope.h | 55 --------
2000 Apr 26
1
R:
penso che ti/ci possainteressare, soprattuto il fatto che la versione html
del libro sia disponibile con il prg GRATUITAMENTE
Marco Frattola (???) -
Cubecom S.p.A.
Via de Marini,1 3 piano Torre WTC
16149 GENOVA
tel. 010 6591184
> -----Messaggio originale-----
> Da: samba@samba.org [mailto:samba@samba.org]
> Inviato: Nessuna
> Oggetto:
>
>
> id
2003 Aug 20
0
Re: Re: Your application
Parametric Technology Customer Support is unable to process your email
due to the subject of the mail.
Mail messages sent to cs_ptc@ptc.com must contain a valid Customer Support
call number or the string "copen" as the subject of the mail.
For existing calls, specify the call number as the subject of the mail.
Call numbers must be in the form C###### (where # is a valid digit [0-9]).