Displaying 20 results from an estimated 10000 matches similar to: "Not your basic "Where to put non-rails stuff" question"
2010 Jan 29
1
What does oggz_tell() actually return?
Hello all,
I'm trying to use liboggz to parse and display Ogg media files. I'm
wondering what the return value of oggz_tell() actually is and how is
one supposed to use it.
The documentation says that oggz_tell() returns "the current offset of
oggz". This sounds like it would be basically the file position
indicator, and could be used to seek within the Ogg file to a
2003 Oct 04
1
Problem with OpenSSH =>3.7p1 on Linux \w Linux-PAM 0.77
Hello,
I'm currently running OpenSSH 3.6.1p2 successfully on older Slackware
Linux. Glibc in use is 2.2.2 and Linux-PAM 0.77. I have been compiling
OpenSSH for couple years until now with options
--sysconfdir=/etc/ssh --with-ipv4-default --with-pam \
--without-shadow --disable-suid-ssh
Unfortunately, upgrading to =>3.7p1 makes PAM-authentication fail.
Authentication simply
2007 Mar 30
1
Fwd: New Short Cut: Ferret
Congrats David!!! Very cool.
Erik
Begin forwarded message:
> From: "O''Reilly Media" <ormadmin at oreilly.com>
> Date: March 30, 2007 6:22:36 PM EDT
> To: erik at ehatchersolutions.com
> Subject: New Short Cut: Ferret
>
> ***New from the O''Reilly Store***
>
> Ferret
> http://www.oreilly.com/catalog/9780596527853
>
> By David
2006 Mar 01
2
o''reilly''s arrogance
although basically hopeful of the company''s ''rough cuts'' venture, i am
insulted by the fact that o''reilly''s safari service offers important material
to its regular subscribers only if they pay extra for it. o''reilly''s material
on ajax is a good example: all of the introductory coverage is available only
as pricey ''rough
2009 Jan 05
1
login fails when username has apostrophe
Hi
I've added the apostrophe character to auth_username_chars however
authentication still fails. I'm using LDAP with the following details:
dovecot version 1.1.7
openldap client library 2.4.11
With auth_verbose = yes and auth_debug = yes set I see the following in
the logs. Note the initial escaped apostrophe and the subsequent escaped
escape in the filter!
----- start log -----
Jan
2003 Sep 13
0
Samba 2.2.8a & Cups 1.1.17 - point'n'print fails
Hello,
I just can't get point'n'print working correctly. Every time I double
click printer, Windows (2k, NT) fails to install the drivers from print$
-share. I'm trying to use a generic postscript driver provided with Cups
(modified MS Postscript driver). Linux distribution in use is Redhat.
I have first set Cups working and printed test page with it - no
problems. Then I
2024 Jun 01
0
QGA 1.0 is released
Dear R users,
I am pleased to announce that QGA 1.0 is now available on CRAN.
QGA implements the Quantum Genetic Algorithm, as proposed by Han and Kim
in 2000, and is an R implementation derived from the Python one by
Lahoz-Beltra in 2016.
Under this approach, each solution is represented as a sequence of
(qu)bits. Simulating the quantum paradigm, these qubits are in a
superposition state:
2024 Jun 01
0
QGA 1.0 is released
Dear R users,
I am pleased to announce that QGA 1.0 is now available on CRAN.
QGA implements the Quantum Genetic Algorithm, as proposed by Han and Kim
in 2000, and is an R implementation derived from the Python one by
Lahoz-Beltra in 2016.
Under this approach, each solution is represented as a sequence of
(qu)bits. Simulating the quantum paradigm, these qubits are in a
superposition state:
2006 Jul 09
1
Can''t find where to put non-index methods for appController
I have a couple of methods that I would like to not be available to the
world as actions in my ApplicationController, but need to be visible to
the methods in my ApplicationController.
This is a dumb question yes, and I know the answer is extermely simple.
Can I stuff them in another class somewhere?
If so, what rails directory do I put it in?
Thanks,
-Jon
--
Posted via
2007 Feb 14
1
where to put non-rails module in Rails tree?
Hi all -
Suppose I have developed a module that is neither a model or controller
(say, it parses a config file) in plain ruby (non-Rails), where should I
put it within the rails application tree? Also, where would I put the
corresponding unit tests so that rake will run them along with my Rails
tests?
Thanks,
Ken
--~--~---------~--~----~------------~-------~--~----~
You received this
2006 Jan 10
0
OSCON 2006 Call for Participation
The call for participation for this year''s O''Reilly Open Source
Convention has been posted. It''s included below, and you can find it
online here:
http://conferences.oreillynet.com/os2006/
The conference is July 24-28, and the deadline for submissions is
February 13. Early submissions help!
In 2005, Ruby built huge momentum at OSCON; all of the Ruby tutorials
2010 Mar 12
1
[PATCH 3/3] libdrm: Move all noninstalled headers to noinst_HEADERS.
Cleanup make system so that all noninstalled headers are put
to noinst_HEADERS. This quarentees that header will be present
in tar ball but not installed with make install.
CC: nouveau at lists.freedesktop.org
Signed-off-by: Pauli Nieminen <suokkos at gmail.com>
---
Makefile.am | 6 +++---
intel/Makefile.am | 10 ++++++----
nouveau/Makefile.am | 4 +++-
3 files changed,
2012 Jun 11
1
[PATCH 10/21] nouveau: Add support for ARB_sampler_object
ARB_sampler_object is very simple software only extension to support.
I want to make it mandator extension for Mesa drivers to allow meta
module to use it.
This patch add support for the extension to nouveau. It is completely
untested search and replace patch. I hope someone with old NV hardware
could give a try that there is no regressions and ARB_sampler_object
tests passes.
Signed-off-by:
2010 Jun 05
1
text with greek letters
Hi,
I am having troubles in putting greek letters and formatted text in a plot
m=1.43432
sig=0.124333
text(10.5,0.07,sprintf("<Sigma>=%1.2f±%1.2f",m,sig))
I would like to have the greek letter Sigma followed by the formatted numeric values of m and sig.
Does someone know a solution?
thanks a lot
Thomas
---------------------------------
Thomas Bschorr
Department of Physics
2012 Nov 06
4
Plot in function
Hello,
I am a R beginner and I have a question about a litte function I found.
Here is the code:
# Gambler's Ruin Problem.
# seed capital: k
# rounds: n
# probability of success: p
# number of trials: N
# graphical output (yes/no): draw
# Wait for new graphic (yes/no): ask
ruin<- function( N = 1, n = 10, k = 1, p = 1 /
2009 Dec 31
1
ggplot2: How to change font of labels in geom_text
Happy New Year everyone.
I have what I hope is a simple-to-answer question. In the code sample
below, I'm using a tile plot to plot a continuous measure and overlaying the
plot with labels. I need to print the labels in courier, but there appears
to be no way to override the default font setting in geom_text. I've
scoured the web for clues on how to do this, but found nothing relevant.
2000 Aug 23
1
Two Questions
One is there any way to run a server side script every time a user logs in
and logs out. I've tried using the pre and post execs in netlogon, but it
get's run multiple times. I was wondering if anyone knew of a better
way. Basically I want to log username & machine name into a database, to
help take computer lab usage.
Two is there any kind of flag for printing a Full Unix name,
2005 Feb 22
1
Instiki @ O''Reilly ETech 2005
Hi all,
Sorry if I should be posting this elsewhere--I couldn''t find an
Instiki specific mailing list, but the Instiki site is down.
I wanted to mention that my friend Tim Lauer and I are going to be
doing a short "high order bit" talk at the O''Reilly Emerging
Technologies conference, describing a particular use of Instiki which
we came up with:
2004 Mar 27
2
gregmisc: install trouble
Hello all,
I'm having trouble installing the package 'gregmisc'. I've run the
command:
> R CMD INSTALL -l /usr/lib/R/library /tmp/gregmisc_0.9.0.tar.gz
And I can see it shows up on the list of available packeage when I issue
> library()
But when I do
>library(gregmisc)
I get:
Error in parse(file, n, text, prompt) : syntax error on line 3105
All the other packages
2007 Dec 05
1
[LLVMdev] Newbie: Basic stuff
What does MIOperandInfo exactly mean while defining an Operand class?
e.g. here
class X86MemOperand<string printMethod> : Operand<iPTR> {
let PrintMethod = printMethod;
let MIOperandInfo = (ops ptr_rc, i8imm, ptr_rc, i32imm);
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: