search for: halle

Displaying 20 results from an estimated 3236 matches for "halle".

Did you mean: hall
2006 May 10
13
Issue in ActiveRecord generated reader methods
Hi all! I have come into a strange issue in Rails that I am hoping someone can shed some light. To make a very long story short, I have been researching how to override ActiveRecord::Base#read_attribute and write_attribute to perform security checks at the model level (influenced by the ModelSecurity generator). Shortly after implementing some code to check this behavior, I began to
2015 Apr 21
3
distribucion de IRWIN HALL
estimados estoy considerando programar la funcion de distribucion de Irwin hall. lamentablemente no he tenido exito, pido que alguien me pueda colaborar con aquello, les quedo agradecido de antemano. -- atte. Lic. Genaro Llusco Silvestre gellusco en gmail.com Telf: 74028671 blog personal es: http://www.cientificest.blogspot.com [[alternative HTML version deleted]]
2003 May 13
3
PDC problem
Hello all, I'm running slackware linux 8.0 and tries to configure samba 2.2.8a as PDC. I succeded configuring network shares i.e. netlogon, profiles, etc. Everything is OK, but when i tries to make a domain logon using windows 98 apears an error "Wrong parameter". When i tries to join my samba domain under Windows 2000 it says "domain does not exists ....". what am i
2008 May 09
1
SSOAP: arguments passed as
...:input> Any ideas ? Would I have to hack genSOAPClientInterface() or are there simpler ideas ? Alternatively, what changes would be needed to the WSDL ? Yours, Steffen <?xml version="1.0" encoding="UTF-8"?> <wsdl:definitions targetNamespace="http://msbi.ipb-halle.de/axis/services/MassBank_Simple_2" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://msbi.ipb-halle.de/axis/services/MassBank_Simple_2" xmlns:intf="http://msbi.ipb-halle.de/axis/services/MassBank_Simple_2" xmlns:soapenc="http://schemas.xml...
2015 Apr 22
3
distribucion de IRWIN HALL
.... Un código más optimizado para la aproximación Monte Carlo de la distribución de IH N=10000 # tamaño simulación Monte Carlo n=5 # numero de uniformes cdf.IH <-function(x,n,N) { z=replicate(N,sum(runif(n))) apply(outer(x,z,">="),1,mean) } x=seq(0,5,.1) y=cdf.IH(x,n=n,N=N) plot(x,y,type="l") Un saludo. Olivier ----- Mensaje original ----- De:
2010 Jun 22
1
SSOAP fails with .types[[1]] : subscript out of bounds
...*many* services, it would be quite important to a) fix SSOAP or b) fix the WSDL generator. I am a bit lost how to continue debugging here, any clues or help to get me going ? Thanks in advance, Yours, Steffen The code: library(SSOAP) w = processWSDL("http://biomoby.org/services/wsdl/ipb-halle.de/MassBank_Instruments") iface = genSOAPClientInterface(def = w, verbose=TRUE) The output and system info: > library(SSOAP) > > w = processWSDL("http://biomoby.org/services/wsdl/ipb-halle.de/MassBank_Instruments") > iface = genSOAPClientInterface(def = w, verbose=TRUE...
2005 Sep 21
0
ANNOUNCEMENT: 20% discount on Chapman & Hall/CRC books for users of R
20% discount on Chapman & Hall/CRC books for users of R Chapman and Hall/CRC is pleased to announce that users of R are now able to purchase our books at 20% discount through our website. To take advantage of this permanent offer, simply visit http://www.crcpress.com/, choose your titles, and insert the online discount code - 585HHXXXX - in the 'Promotion Code' field at checkout. You
2010 Jul 16
6
Video IVR Asterisk ?
Hi Is it possible to receive video calls using Asterisk and then process them as an IVR ? One of our clients wants to set-up a video IVR system in the US and we are evaluation possible options. Also, what is the bandwidth of receiving a video call in US ? What protocols and codecs are supported and does it work on DID numbers ? Can I rent a hosted solution for this ? Thanks in anticipation of
2008 Aug 11
0
ANNOUNCEMENT: 20% Discount on Books from Chapman & Hall/CRC Press!
ANNOUNCEMENT: 20% Discount on Books from Chapman & Hall/CRC Press! SPECIAL 20% OFF NEW R BOOKS FROM CHAPMAN & HALL/CRC Use discount code 952HW to take advantage of these special offers. Chapman & Hall/CRC is pleased to provide our latest titles on R at a 20% discount. And that's all you will pay, because Chapman & Hall/CRC offers free standard shipping on ALL book
2004 Dec 15
2
Bugtracker Karma Hall Of Fame
The Karma Hall Of Fame is now available at: http://bugs.digium.com/karma_halloffame.php Users with negative karma aren't named'n'shamed.. YET.. but congrats to all the users with positive karma on the current list! The list shows all users holding the top 10 karma scores in the system. Right now you need a 12 or above to feature on the list, and there's a boat load of people just
2005 Aug 23
2
FW: Register Today for Fall 2005 VON: "The Destination for IP Communications"
Anyone able to get me a comp/highly discounted ticket to this? $150 just to visit the exhibition halls sounds crazy? Dean > -----Original Message----- > From: Jeff Pulver [mailto:jeff@pulver.com] > Sent: Tuesday, 23 August 2005 11:47 AM > To: mailinglist1 > Subject: Register Today for Fall 2005 VON: "The Destination for IP > Communications" > > Hi There, >
2005 Dec 14
3
why would an int column in a join table be a String class in model?
i''ve got an issue with integer columns in the database becoming strings in the model and I''m not sure why this is happening. perhaps someone can explain. given the following setup (simplified for example) tables: users ---------- id - int name - varchar(60) roles ---------- id - int name - varchar(60) roles_users (join table) ---------- role_id - int user_id - int
2009 Sep 22
3
problem using KLdiv - flexmix
I am receiving the following error while executing KLdiv method: kl<-KLdiv(y) Error in function (classes, fdef, mtable) : unable to find an inherited method for function "KLdiv", for signature "data.frame" the code is as follows: require(flexmix) KLdiv(y) the object y (snippet, actual object contains 188 entries) is as follows: s1p5 s2p5 1 0.6 0.8 2 0.8
2006 Mar 20
8
Best way to organize non-controller logic???
I don''t want to put certain code in my controller because I think it makes things more confusing. What is the best way to manage business logic such that it doesn''t end up in the controller? Basically, where should I put my regular utility classes and backing objects that may not be models? Thanks, Wes -- Posted via http://www.ruby-forum.com/.
2006 Mar 07
12
rjs and partials
I''m trying to update a list, and having a hard time applying visual effects to the latest element created. Here is what I''m doing. =========================================== 1) Creating an "item" via an action, then rendering the RJS template 2) RJS template looks like this: page.insert_html :top, ''items'', :partial =>
2010 Apr 27
5
E3 Card on Asterisk ?
Hi Please check out this product http://www.sangoma.com/products/hardware_products/data_networking/a301.html Does it work on Asterisk or Freeswitch ? Do Telcos provide an E3 connection ? One of our customers had an inquiry for terminating 6000 calls simultaneously. I want to do some homework before taking it further with him. If I use E1 lines, I will need 6000 / 30 = 200 E1 lines, which does
2010 Jun 22
0
Working cludge [Re: SSOAP fails with .types[[1]] : subscript out of bounds]
...d inserted a dummy <wsdl:types>...</wsdl:types> element. Then, my simple snippet works: library(SSOAP) # Hacked local copy w = processWSDL("./MassBank_Instruments") # this breaks genSOAPClientInterface() w = processWSDL("http://biomoby.org/services/wsdl/ipb-halle.de/MassBank_Instruments") mobyRequest <- "<moby:MOBY xmlns:moby=\"http://www.biomoby.org/moby\"/>" iface = genSOAPClientInterface(def = w, verbose=TRUE) cat(iface at functions$MassBank_Instruments(mobyRequest)) Hope that helped, Yours, Steffen "./Ma...
2004 May 23
0
RE: {Virus?} {Spam?} Hi
Thank you for your email to the UNIVERSITY OF LONDON ACCOMMODATION OFFICE (ULAO). This automatic reply has been made necessary by the volume of emails we receive; you should not reply to it. Please be advised that if your email is of a general nature and the links below direct you to the information, we will not be able to send you an individual reply. If we do not reply to you within 3
2010 Aug 19
4
Aggregate Help
Please let me know if this is or is not the right place to ask these types of questions. Warning: I am new to R by two days. I have a simple dataset. I have loaded the dataset successfully using the following code: Filepath=(C:\temp\\pilot\dataset1.txt") Pilot=read.table(filepath, header=TRUE) Dataset1.txt is delimited and looks like this: Date illness count 2006/01/01 derm 17 2006/01/01
2006 Feb 02
0
ANNOUNCEMENT: 20% discount on new R books from Chapman & Hall/CRC
20% discount on four new R books from Chapman & Hall/CRC Chapman and Hall/CRC is pleased to announce the publication of four new books on R, all available through our website at 20% discount to users of R. To take advantage of this permanent offer, which is valid across all of our R books, simply visit http://www.crcpress.com/, choose your titles, and insert the online discount code -