Displaying 20 results from an estimated 800 matches similar to: "IP Address"
2016 Jul 12
3
Not able to use PGO with LLVM+Clang built from source
Hello,
When I try to use -fprofile-instr-generate with clang (which is built from
source) I am getting following error :
ld: file not found:
/Users/Mr.Pandya/My_Stuff/Active/llvm/build/bin/../lib/clang/3.9.0/lib/darwin/libclang_rt.profile_osx.a
clang-3.9: error: linker command failed with exit code 1 (use -v to see
invocation)
I am not building compiler RT with LLVM.
Am I missing any thing
2006 Apr 12
2
where to put utility code.
Hi All,
I am new to "ruby on rails".
I have some common utility classes.
I am not sure where to put this kind of code. components\ or lib\ ?
Any comment is appreciated!
-Jon
_________________________________________________________________
It?s the future of Hotmail: Try Windows Live Mail beta
http://www2.imagine-msn.com/minisites/mail/Default.aspx?locale=en-us
2014 Aug 05
2
Is it a good idea or even possible to redefine attach?
Hi,
Today I got curious about whether or not I /could/ remove `attach' from
my system so:
- Backed it up
- Implemented a new one
- Like this
,----
| attach.old <<- attach
| attach <<- function(...) {stop("NEVER USE ATTACH")}
`----
I got the error:
,----
| Error: cannot change value of locked binding for 'attach'
`----
If I unlock `attach' I assume that I
2006 Apr 05
6
Howto add application-wide variables?
I suspect this is something I should know already but I can''t seem to
get it right, how can I create application wide variables and have them
accessible to all my controllers?
I tried creating a plugin and having my controller require a specific
method from that plugin to access its variables but that didn''t work, so
I am left scratching my head.
eg from plugin
2000 Dec 10
1
basic plot() question
Dear all,
I try to plot a logstic regression model as follows:
Valkror<- read.table("Valkror.txt", header=T)
np.bark<- glm(Npinc~bark, family=binomial, data=Valkror)
plot.formula(np.bark$fitted.values~ Valkror$bark)
The above looks nice but I want to connect the points with a line so I try:
plot.formula(np.bark$fitted.values~ Valkror$bark, type="b")
but it gives a
2004 Dec 16
3
Qyery on bark equation in floor0 code
Hi All,
I need some clarifications regarding the mismatch I found in the code
and the specification.
(a) In the specification, the bark(x) equation is given as:
bark(x) = 13.1 atan(.00074x) + 2.24 atan(.0000000158(x^2)) + .0001x
whereas in the code it is given as:
#define toBARK(n)
(13.1f*atan(.00074f*(n))+2.24f*atan((n)*(n)*1.85e-8f)+1e-4f*(n))
Which one of these is the proper one ?
(b)
2000 Nov 26
2
References for the BARK/MEL stuff
Could someone point me to the BARK/MEL tables that these macros (from vorbis/scales.h) are trying to approximate?
#define toBARK(f) (13.1*atan(.00074*(f))+2.24*atan((f)*(f)*1.85e-8)+1e-4*(f))
#define fromBARK(z) (102.*(z)-2.*pow(z,2.)+.4*pow(z,3)+pow(1.46,z)-1.)
#define toMEL(f) (log(1.+(f)*.001)*1442.695)
#define fromMEL(m) (1000.*exp((m)/1442.695)-1000.)
I was wondering if I could come
2014 Mar 20
2
BARK implementation (or specification) error
Hi,
In the course of some work which I describe below, I have found a very significant difference between the BARK function described in the Vorbis specification and its implementation in libvorbis.
In the specificationhttp://xiph.org/vorbis/doc/Vorbis_I_spec.pdf
bark(x) = 13.1arctan(.00074x) + 2.24arctan(.0000000185x**2 + .0001x)
In the libvorbis code
2011 Jul 30
22
Question about Helpers
Studying the RoR 3 Tutorial book by Michael Hartl
and on page 345 there''s the code inside the SessionsHelper:
_________________________________________________________
module SessionsHelper
def sign_in(user)
cookies.permanent.signed[:remember_token] = [user.id, user.sault]
self.current_user = user
end
end
__________________________________________________________
What is the purpose
2007 Jun 19
5
TentSteak 0.2.0
The second release of TentSteak is out and available as a gem on
rubyforge ("gem install tent_steak"). This version introduces a
handful of new form helpers, a couple method renames, editable HTML
tables, and some application bootstrappers for kickstarting Camping
and initializing ActiveRecord.
It''s still in active development, and I''d very much appreciate
2017 Jan 04
2
bug in smbclient (?) 4.2.x
On Wed, 2017-01-04 at 23:07 +0100, Stefan G. Weichinger via samba
wrote:
> Am 2017-01-04 um 22:40 schrieb Stefan G. Weichinger via samba:
>
> >
> > I currently compile (gentoo linux) samba-4.2.14 and will test
> > backing up
> > the problematic shares asap.
>
> still problems with samba-4.2.14:
>
> ? smbclient: tar:943 Fatal: Can't translate
2011 May 13
1
using glmer to fit a mixed-effects model with gamma-distributed response variable
Sub: using glmer to fit a mixed-effects model with gamma-distributed
response variable
Hello,
I'm currently trying to fit a mixed effects model , i.e.:
> burnedmodel1.2<-glmer(gpost.f.crwn.length~lg.shigo.av+dbh+leaf.area+
bark.thick.bh+ht.any+ht.alive+(1|site/transect/plot), family=gaussian,
na.action=na.omit, data=rws30.BL)
If I run this code, I get the error below:
Error:
2006 Sep 21
1
puppet gem package.
i am not a specialist of gem installs but is it possible to do a gem
upgrade with a distant package ? i tried but it allways failed to
upgrade puppet. I intall the new version and then uninstall the old
one... any better idea ?
--
Cordialement,
Ghislain
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
2017 Jan 04
2
bug in smbclient (?) 4.2.x
I posted this to the amanda-users ml earlier today, as I run several
amanda backup servers and hit this issue again today.
->
"I have to upgrade to samba-4.2.11 (gentoo linux) on an amanda server
running amanda-3.4.1
Does anyone know if this:
http://www.backupcentral.com/forum/16/263253
... is still an issue?"
-|
my interpretation: samba-4.2.11 / smbclient has problems with
2003 Feb 27
3
pxelinux.cfg/default
Can someone tell me what is supposed to go into pxelinux.cfg/default ?
I get the intial transfer of pxelinux.0 to the client and I'm not really
sure what is supposed to happen next..
I get an error msg about TFTP server does not support the tsize option,
but that may be simply because the corret file isn't there to be
transferred.
Can I download the correct file from anywhere?
I
2018 Nov 27
3
Debian Stretch 4.9.3 packages now available (amd64/i386)
Hai,
The Debian Stretch packages for samba 4.9.3 are now available for amd64 and i386.
----------- THE REPO SETUP ---------------
1) Choose http or https for you apt, both work, for https you need to :
apt-get install apt-transport-https
2) Import my public key
wget -O - http://apt.van-belle.nl/louis-van-belle.gpg-key.asc | apt-key add -
3) (optional) setup a header line for the repo
2003 May 14
2
Booting from Harddisk
Hi,
I've made several attempts to boot syslinux from the harddisk.
I have a win 98 startdiskette with syslinux and copybs.
I strictly follow the procedure in the syslinux documentation.
Yet, the result of the boot is not that linux is starting.
Instead, the Microsoft windows screen flashes for a couple of
seconds and is then replaced by a Dos prompt.
Syslinux is V2.04. The PC is an IBM Aptiva
2006 May 08
5
Ruby on Rails on Linux - Any suggestions/Help?
Hi, I''m really new to RoR and I''m trying to setup a development or even
production server for Ruby on Rails.
I''m trying to do it on Linux Debian, but somehow, I always get this Error:
Application Error - Rails application failed to start properly
This was running on Debian Linux, Apache2, Mysql and FastCGI.
The Tutorial I used:
2015 Feb 26
2
Vorbis I spec errata: single entry codebooks
The following has been committed to the Vorbis I spec as of r19445:
Errata 20150226: Single entry codebooks
A ?single-entry codebook? is a codebook with one active codeword
entry. A single-entry
codebook may be either a fully populated codebook with only one
declared entry, or a
sparse codebook with only one entry marked used. The Vorbis I spec
provides no means
to specify a codeword length of
2003 Feb 25
6
token ring for pxelinux
is token ring supported by pxelinux or only ethernet?