Displaying 20 results from an estimated 8000 matches similar to: "Netjotter application release"
2010 May 17
6
Should an blank string be html_safe?
Just trying to implement a simple helper over the past few days had me
really confused.
messages = ''''
messages << content_tag(:p, ''dave'')
#=> <p>dave<\p%;gt;
Eventually I realised the original empty string was not html_safe
message = ''''.html_safe
message << content_tag(:p, ''dave'')
#=>
2006 Feb 06
3
rails + apache question
Hi all,
I''ve read the symlinks wiki and some other wiki pages relating to Apache
but I''m just not "getting it".
Mandrake Linux (kernel 2.6.8)
Apache 1.3.3
DocumentRoot is "/home/httpd/html"
Application is physically located in
"/home/httpd/applications/foo-1.0.0"
I would like the URL to be "http://host.domain.com/foo"
I''ve
2013 Dec 18
2
Generación de vectores aleatorios dependientes
Reciban un saludo cordial.
Por favor, ¿en cuál biblioteca de R existe una función para generar
vectores aleatorios correlacionados, por ejemplo (X,Y), con X~Weibull y
Y~Lognormal y corr(X,Y) = 0.7?
Gracias desde ya por su atención/ayuda.
César Escalante C.
[[alternative HTML version deleted]]
2013 Dec 18
0
Generación de vectores aleatorios dependientes
Hola,
No estoy muy seguro si esto te puede ayudar...pero por mirarlo...:
GenOrd <http://cran.rstudio.com/web/packages/GenOrd/index.html>Simulation
of ordinal and discrete variables with given correlation matrix and
marginal distributions
Saludos,
Carlos Ortega
www.qualityexcellence.es
El 18 de diciembre de 2013, 12:42, Cesar Escalante
<c.escalante.c@gmail.com>escribió:
>
2008 May 23
8
An issue for consideration
We''ve just come across an issue for consideration. I am avoiding some
words which would allow people to find this message in an internet
search who have questionable intentions, but wish to communicate a
strong sense of caution. Consider someone who adds extra methods to
their controller which they use in their main get/post methods to do
things or to get secret data. Consider
2006 Feb 08
5
Can rails cache a table?
We have a few tables that do not change, unless something big happens which
will only happen when it is time to deploy.
Is there a way to get Rails to cache the contents of these tables? We can''t
just go to config files or not DB models for reasons I won''t get into.
Thanks,
Dave
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2012 Mar 11
1
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week
New packages
------------
* EffectStars (1.0)
Maintainer: Unknown
Author(s): Gunther Schauberger
License: GPL-2
http://crantastic.org/packages/EffectStars
The package provides functions to visualize regression models with
categorical response. The effects of the covariates are plotted with
star plots in order to allow for an optical
2011 Apr 25
6
Unicorn / Daemontools
Hi -
I tried to get Daemontools and Unicorn working together a while back -
there are issues on USR2 restart because of the pid
change - I''m hoping someone in the community will have some
understanding of this issue
I documented my experience and eventual defeat here :
http://log.robotarmyma.de/post/2053448029/daemontools-ubuntu-rvm-bundler-unicorn-install
Any help would be received
2010 Jun 18
0
[PATCH] form_for without :html and with :remote causes an error
If you run form_for(@post, :remote => true) {|f| ... } you will get
"ActionView::Template::Error (You have a nil object when you didn''t expect
it! You might have expected an instance of Array. The error occurred while
evaluating nil.[]=)"
My patch fixes this error.
2003 Jan 27
3
Another Bone Head question
Whilst configuring another shorewall firewall router
for another site, I must have made some totally newbie
error....
While directly on the cable modem, it works great.
But when placed on the LAN side of my existing
Shorewall box, the NEW shorwall box could not ping,
or look up dns or anything else.
If I shutdown shorewall (clear) in the NEW box then
it could surf the net and ping etc. When
2018 Jul 17
2
RFC: XRay FDR/Profiling Mode Moving to Post-Commit Review
Hi llvm-dev,
I've recently been working on improving the profiling mode for XRay in
compiler-rt [0] and am ramping up efforts to do the same for
flight-data recorder mode. The changes are generally in the direction
of reducing the overheads (measured through benchmarks in the
test-suite) and addressing some feature requests/bugs.
In the interest of addressing these changes in a timely
2006 Feb 06
2
ROR Production issue
Currently I am not getting much traffic on my site, when I visit my site
after a long interval I get the dreaded "Rails application error" in
Mozilla/ "Internal server error" in IE.Once I click refresh then the site
comes to life. My guess is this is due to the fact that all FCGI process
have died and there are no active listeners.
Has anyone else experienced this issue. How
2004 Sep 10
6
non-PIC code in shared libs again
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=179434
In order to fix this for Debian, I changed things around to build the .a
libraries as libtool convenience libraries; this takes care of PIC and they
can be portably linked into shared libraries (I believe libtool would
complain about this otherwise).
Josh, how would you feel about me merging these changes into flac CVS?
--
- mdz
2010 Dec 21
5
Rails, Ruby, haml, metaprogramming problem
In HAML I have hundreds of lines like the following:
- xyz = someFuncThatReturnsString(''xyz'')
and elsewhere
%div{''id'' => xyz}
The above lines work fine.
- - -
Attempting to keep things DRY (Don''t repeat yourself) I want to do
something like
- eval(otherFuncThatReturnsString(''xyz''))
where
2009 Oct 07
1
tgtadm and exported iscsi volumes
Out of haste I decided for the first time not to pull down and compile
iet to export a single volume to a windows machine so I just used tgtd.
Well, much more time later than otherwise would be the case had I used
iet, when I mount the volume on the windows ini, it can't find and install
a driver? WTF?
This have anything to do with the tgtd being a tech preview:)
Anybody seen this b4?
jlc
2014 Sep 26
2
Patch to improve malformed vorbiscomment handling
Sorry for spamming but in the haste I forgot the stream_decoder part out.
On 26.9.2014 15:47, Janne Hyv?rinen wrote:
> On 26.9.2014 15:21, Erik de Castro Lopo wrote:
>> Janne Hyv?rinen wrote:
>>
>>> Patch v2, now handles more malformed cases. Original patch was for a
>>> file for which I had a sample from a user but this allows handling some
>>> manually
2019 Mar 17
1
Accidental samba_dnsupdate success after NT_STATUS_CONNECTION_REFUSED
Greetings,
The process to join a new samba 4.6 DC to an existing samba 4.1 DC
repeatedly caused:
samba_dnsupdate --verbose --all-names
to fail on the new DC with:
Failed to connect host x.x.x.x on port 49152 - NT_STATUS_CONNECTION_REFUSED
Noted: both samba versions are obsolete and will be updated post haste.
Regardless, samba_dnsupdate was accidentally invoked on the new DC while
the
2009 Aug 11
1
Slow IDE on GeForce 8200 board
In my haste for help, I stupidly hit reply and changed the subject which I thought was enough for a new message, not giving much thought for the threading, etc. So apologies for the hijack, although I would think it fairly obvious that it wasn't deliberate or obvious to me... or a big deal really. My mail doesn't thread.
Some further info for those actually interested in helping, I forgot
2007 Feb 05
2
application 'allway sync' evades sticky bit?!
Hi,
am running:
Redhat EL4.4 i386, Samba 3.0.23d from Sernet, ext3 fs
Samba as PDC
Someone's got the idea to have one big share with access managed by
directory's sticky bit.
This works perfectly well when normal XP or W2k clients work with their
explorer.
But: With 'allway sync', an app to synchronize for example between
laptop and fileserver the program is somehow able to
2016 Apr 12
2
Wanted: a way to test changes before breaking all the build bots.
So, I broke a few build modes with a recent commit (r266002). I had been
developing with clang in debug mode, which worked and passed tests fine.
But upon committing, I discovered that I had broken:
1) Bots building with GCC. (fixed subsequently in r266011)
2) Bots doing an NDEBUG build with -Werror. (fixed subsequently in r266016)
3) Bots building llvm with msan. (fixed via revert r266062)