search for: castas

Displaying 20 results from an estimated 23 matches for "castas".

Did you mean: casas
2013 Feb 16
0
[LLVMdev] [cfe-dev] UB in TypeLoc casting
...ose mentioned > that there's another more pervasive use of this pattern in the Static > Analyzer, the SVal hierarchy. > > So, Ted, how objectionable would it be for me to introduce something > like (names subject to adjustment): > > template<typename T> > T SVal::castAs(); > > template<typename T> > llvm::Optional<T> SVal::getAs(); > > (the implementations of these functions might involve invoking private > FooSVal(SVal) ctors in each SVal derived type - so adding a bit of > boilerplate ctors to all those classes) > > and...
2013 Feb 11
3
[LLVMdev] [cfe-dev] UB in TypeLoc casting
...s as well: ProgramPoint. On IRC Jordan Rose mentioned that there's another more pervasive use of this pattern in the Static Analyzer, the SVal hierarchy. So, Ted, how objectionable would it be for me to introduce something like (names subject to adjustment): template<typename T> T SVal::castAs(); template<typename T> llvm::Optional<T> SVal::getAs(); (the implementations of these functions might involve invoking private FooSVal(SVal) ctors in each SVal derived type - so adding a bit of boilerplate ctors to all those classes) and replace "cast<FooSVal>(bar)"...
2007 Jul 12
1
Problems with Wine in Mandriva....
Hi, i tested the same porogram, that have problems, so try to compile yourself, i download the sources and make ./configure & make & make install and lather this will we work... -- Maximiliano Casta??n (maximi89) Linux user # 394821 -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Oct 04
1
Update: Samba Shares not Refreshing contents
Actually it looks like this problem only affects some workstations. Could it be my domain policy? (I guess so 'cause only computers logged on to the domain exhibit this behavior) Anyone ever experienced this? Omar -----Original Message----- From: samba-bounces+omar=idea.com.mx@lists.samba.org [mailto:samba-bounces+omar=idea.com.mx@lists.samba.org] On Behalf Of Omar Casta?eda Acosta Sent:
2006 Jul 13
1
PDF and Charts???
I''m facing a problen while developing an app in rails... How can I generate PDF files and Charts.... I think that maybe a solution would be to have a Tomat running and leave the task of generate PDF and create dinamyc charts to Java with Jasper and JFreechart.... but.. I''m not sure how to acomplish this. Any ideas on how to use rails and java in the same app.???? I already
2007 May 14
2
(no subject)
JE SUIS DEJA INSCRITE _________________________________________________________________ Charla con tus amigos en l?nea mediante MSN Messenger: http://messenger.latam.msn.com/
2007 May 14
1
(no subject)
Le Monday 14 May 2007 23:51:40 Paul Martin, vous avez ?crit?: > On Mon, May 14, 2007 at 03:07:30PM -0500, Andrea Casta?o Gonzalez wrote: > > JE SUIS DEJA INSCRITE > > Is that the French equivalent of > > UNSUBSCIBE!!!! > > ? D?sinscrit toi :) Romain -- Preacherman, don't tell me, Heaven is under the earth. I know you don't know What life is really worth.
2007 Apr 21
2
problems with audio (alsa)
Hi, i just using just now OSS, but is very bad, i trying to use Alsa, but i cant, there a better sound for Wine? Thanks! -- Maximiliano Casta??n (maximi89) Linux user # 394821 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20070421/f8cb0bdf/attachment.html
2007 May 22
2
nsupdate-gss
Hi, I have seen this link in the samba website: http://de.samba.org/samba/ftp/tsig-gss/nsupdate-gss about a tool for updating DNS Windows Servers from linux clients. I would like to know: - whether this works with Windows 2003 DNS Servers. - Any tutorial, documentation or similar. I have googled a bit for some references but I couldn't find anything. Thanks, Miguel
2007 Jun 23
3
Counter-Strike with ALSA sound driver
Hi, i get the next problem when i try with Alsa sound Driver. I get a sound on a lot of parts... OS: GNU/Linux Ubuntu 6.10 Linux maximi89-desktop 2.6.17-50-386 #2 Tue Jan 23 16:48:16 UTC 2007 i686 GNU/Linux 00:04.0 Multimedia audio controller: nVidia Corporation CK804 AC'97 Audio Controller (rev a2) maximi89@maximi89-desktop:~$ WINEDEBUG=err wine '/home/maximi89/.wine/drive_c/Archivos
2006 Jun 26
7
Using Rails to Generate static pages
Hi all, Has anyone ever thought about or implemented a way to use Rails to pull content from a database and actually *generate* static html pages from view templates? I want to throw a bunch of content into a db using rails and then put all my website templates into the views dir and write the files out with the content inside. The funny thing is that the html pages Rails normally outputs to
2007 May 14
0
(no subject)
On Mon, May 14, 2007 at 03:07:30PM -0500, Andrea Casta?o Gonzalez wrote: > JE SUIS DEJA INSCRITE Is that the French equivalent of UNSUBSCIBE!!!! ? -- Paul Martin <pm at zetnet.net> (work) <pm at nowster.zetnet.co.uk> (home)
2002 Aug 03
0
DFS
Hello List: I'm currently implementing a 1TB NAS server using linux + samba. Currently most of the data is hosted in Windows 2000 Servers (which can't be replaced 'cause some important applications on the company rely on it), my main concern would be to replicate (maybe load-balancing, too) all this data to the new server, is there a way for samba to replicate data? Is somehow
2012 Feb 23
0
Transmit NOA (sss) to Dialogic IMG via SIP / Transmisión de NOA hacia Dialogic IMG por SIP
Spanish/Espa?ol: Hola a Tod at s, Estoy en la implementaci?n de una soluci?n a medida en la cual requerimos conectarnos v?a SIP a un IMG de DIalogic y salir hacia otras centrales (MSC) v?a SS7, la conexi?n entre Asterisk y el IMG es SIP, pero como requerimiento necesito enviar un NOA (Nature of Address) con valor 8 por requerimientos normativos, hasta ahora no he podido encontrar como puedo
2007 Apr 13
1
Problems with Empire Earth
maximi89@maximi89-desktop:~$ wine '/home/maximi89/.wine/drive_c/Sierra/Empire Earth/Empire Earth.exe' wine: Unhandled page fault on read access to 0x00000000 at address 0x866f8e (thread 0009), starting debugger... Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x00866f8e). Register dump: CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b EIP:00866f8e
2012 Dec 05
0
[LLVMdev] [cfe-dev] UB in TypeLoc casting
On Thu, Nov 29, 2012 at 8:16 PM, Richard Smith <richard at metafoo.co.uk> wrote: > On Thu, Nov 29, 2012 at 7:43 PM, Eli Friedman <eli.friedman at gmail.com> > wrote: >> >> On Thu, Nov 29, 2012 at 3:49 PM, David Blaikie <dblaikie at gmail.com> wrote: >> > Moving to LLVM dev to discuss the possibility of extending the cast >> > infrastructure to
2007 Apr 23
0
Re: wine-users Digest, Vol 21, Issue 24
the ford cd is backwards --- wine-users-request@winehq.org wrote: > Send wine-users mailing list submissions to > wine-users@winehq.org > > To subscribe or unsubscribe via the World Wide > Web, visit > > http://www.winehq.org/mailman/listinfo/wine-users > or, via email, send a message with subject or > body 'help' to > wine-users-request@winehq.org >
2012 Nov 30
3
[LLVMdev] [cfe-dev] UB in TypeLoc casting
On Thu, Nov 29, 2012 at 7:43 PM, Eli Friedman <eli.friedman at gmail.com>wrote: > On Thu, Nov 29, 2012 at 3:49 PM, David Blaikie <dblaikie at gmail.com> wrote: > > Moving to LLVM dev to discuss the possibility of extending the cast > > infrastructure to handle this. > > > > On Tue, Nov 20, 2012 at 5:51 PM, John McCall <rjmccall at apple.com> wrote:
2014 Oct 18
3
[LLVMdev] Performance regression on ARM
Hi Chandler, That's embarrassing how weird this part of clang is. I have a provisional patch which fixes the problem but underlines clang's problems. I will submit it tonight for comments. суббота, 18 октября 2014 г. пользователь Chandler Carruth написал: > > On Fri, Oct 17, 2014 at 7:51 AM, Anton Korobeynikov < > anton at korobeynikov.info >
2006 Jun 28
20
Rails Vs JBoss Seam
I have been frustrated with J2EE technology just like any other developer who has worked in that technology for a long time. This made me learn about Rails and I was excited about RoR. Today I came across JBoss Seam framework and I am not able to contain my excitement. My passion for JEE development is back. It seems like it is better than RoR. I would like to hear differnt opinions about this