similar to: site making

Displaying 20 results from an estimated 9000 matches similar to: "site making"

2002 Aug 21
0
odd errors in log files: service name trucation
Hi, I was doing a little look through one of our log files for a Terminal server client and noticed a couple of odd error messages: iceberg-ts5 (10.2.3.15) couldn't find service ta iceberg-ts5 (10.2.3.15) couldn't find service app iceberg-ts5 (10.2.3.15) couldn't find service revie I found these odd because there are no connections of these names (of course!). Except that
2000 May 30
1
Unable to use rdist in parrellel mode with 2.1.0p2 ...
Morning all ... using the following command to sync up the binaries on several machines: rdist -P /usr/slocal/bin/ssh -Rf /root/sync-systems generates the following error message(s): jasper: updating host jasper hermes: updating host hermes attila: updating host attila hercules: updating host hercules ".rcules: LOCAL ERROR: Unexpected input from server: "Couldn't initialise
1998 May 25
0
[Q] Copy-File-Problem (with Samba 1.9.18p7 & Win NT4)
Hello, I got a question concerning SAMBA 1.9.18p7 and Microsoft Developper Studio (respectively: Copy'ing files in the same directory does not work)! Samba is running on a Linux-PC, clients are some Windows NT 4 SP3 PC's (already including the "EnablePlainTextPassword" - Entry in the registry). As some of our developpers are using Microsofts Developper Studio 97 they would
2012 Apr 30
0
[LLVMdev] [cfe-dev] [RFC] Encoding Compile Flags into the IR
On 29 April 2012 18:44, Bill Wendling <wendling at apple.com> wrote: > Hi, > > Link-Time Optimization has a problem. We need to preserve some of the flags with which the modules were compiled so that the semantics of the resulting program are correct. For example, a module compiled with `-msoft-float' should use library calls for floating point. And that's only the tip of
2007 Jan 29
1
seeking a developper documentation for jbd and ext3
Hi, I am a student in computer science and I develop a program that tries to explain other students the mecanisms of the ext3 filesystem : we show the content of each structure and explain what it means. But I was unable to find a developper documentation for the jounalizing functionality (jbd). Could you please tell me where can I find one ? ( in english or in french ) Also a documentation
2004 Aug 06
1
developpement flac avec Icecast
Thank you, I know that but anyone have been able to help me until today and i know that a french team developper is working in the ogg flac developpement. But it's true it is not polite! (-: Excuse me. I forgot to ask a question. I wonder if i must adapt the streamer Ices or the libshout to stream the oggflac format. Vincent Miekisiak
2004 Aug 06
0
Documentation
><snip> > Several questions have been asked and i'm sure icecast's developper may > have good ideas about what is to be done. > > What's the average technical knowledge level of intended audience that > shall be presume for such a document ? Oops. Sorry for the late response - I missed this at first for some reason. I think this should be aimed at a technical
2005 Sep 16
1
Site Launch w/ Scriptaculous
Hey all, We (http://www.weblinc.com) just launched a new site in which I have used the scriptaculous library in a few places. check out http://www.smashbox.com scriptaculous was used in creating the zoom controls on the product detail pages, and was also used with the sliding paginator on the product browse pages (some serious reworking is in progress on that, but it works). its also being
2002 Dec 13
0
Lookig for a french vorbis developper
Hi, This is my first post in this list. I joined it for a little bit special reason that I'll explain. for begginning I'll briefly present myself, I'm french and most implicated in free software promotion in France, I'm working as freelance in free software system administration. No the reason why I joined vorbis-dev, I'm a member of [1]April, an association that promote
2008 Oct 23
2
[LLVMdev] Windows x64 support
Hi Nicolas, > never got committed entirely so things are still broken. It should probably > be reopened, have my workaround committed, and then later a proper fix that > doesn't cost (a tiny bit of) performance could be done. This is only the tip of the iceberg, unfortunately. There are others more severe ABI incompatibilities. -- WBR, Anton Korobeynikov
2005 Dec 28
1
Ruby on rail newbie
Hi everybody, sorry if the message does not have this place there. I''m a one-year experienced php developper. I use this language for all my web applications. I prefer php to Java/J2ee because, of its simple features, its powerness and the fact that it let the user choose the way he wants to program(This is particularly benefical when i''m prototyping) For me the
2004 Aug 06
3
Documentation
Hi there. Some words to tell you that the documentation effort start taking shape. A savannah project has been created in order to coordinate work: http://savannah.nongnu.org/projects/interopcast/ CVS is accessible via cvsweb here: http://savannah.nongnu.org/cgi-bin/viewcvs/interopcast/ A first html shot available for browsing here: (there are other documents to merge with but not yet http
2007 Mar 29
0
[LLVMdev] PR400 - alignment for LD/ST
On Mar 29, 2007, at 3:54 PM, Devang Patel wrote: > Christopher, > > On Mar 29, 2007, at 12:49 PM, Devang Patel wrote: > >> >> On Mar 29, 2007, at 12:24 PM, Christopher Lamb wrote: >> >>> Is anyone actively working on this currently? It's marked as >>> unassigned in BZ. >> >> In next few days I'll get to this. At the moment
2009 Aug 25
2
[LLVMdev] std::cout << *MyModule does not work anymore
On Aug 25, 2009, at 12:24 PM, Albert Graef wrote: > Trunk (r80020): > raw_fd_ostream(const char *Filename, std::string &ErrorInfo, > unsigned Flags = 0); > > It would be helpful to emulate the LLVM 2.5 variant of the constructor > on both 2.6 and trunk, so that frontend developers don't have to code > against three different versions of the
2011 Jun 15
1
[LLVMdev] LLVM interpreter does not support fmod
On Jun 14, 2011, at 7:57 PM, 陳韋任 wrote: > Hi, > >> It seems llvm interpreter only supports a limited number of external >> functions. fmod, in particular is not supported. any reason why it is not >> supported ? >> >> "lli -force-interpreter test.bc >> LLVM ERROR: Tried to execute an unknown external function: double (double, >> double)* fmod
2012 Apr 30
0
[LLVMdev] [RFC] Encoding Compile Flags into the IR
Bill Wendling <wendling at apple.com> writes: > Link-Time Optimization has a problem. We need to preserve some of the > flags with which the modules were compiled so that the semantics of > the resulting program are correct. For example, a module compiled with > `-msoft-float' should use library calls for floating point. And that's > only the tip of the proverbial
2012 Apr 30
4
[LLVMdev] [RFC] Encoding Compile Flags into the IR
On Apr 30, 2012, at 1:00 PM, dag at cray.com wrote: > Bill Wendling <wendling at apple.com> writes: > >> Link-Time Optimization has a problem. We need to preserve some of the >> flags with which the modules were compiled so that the semantics of >> the resulting program are correct. For example, a module compiled with >> `-msoft-float' should use library
2020 Jun 30
2
Clang Build Linux presentations + demos
(bcc a few lists) Hello, For tomorrow's bi-weekly meeting [0][1], we have two guest presentations: Prof. Mathieu Acher, an associate professor from the University of Rennes, will be discussing with us about the Linux kernel's configuration space. A common question we get is "does the kernel build with Clang?" "Depends on the config" is just the tip of the iceberg.
2012 May 01
0
[LLVMdev] [RFC] Encoding Compile Flags into the IR
On Apr 30, 2012, at 4:12 PM, Bill Wendling wrote: > On Apr 30, 2012, at 1:00 PM, dag at cray.com wrote: > >> Bill Wendling <wendling at apple.com> writes: >> >>> Link-Time Optimization has a problem. We need to preserve some of the >>> flags with which the modules were compiled so that the semantics of >>> the resulting program are correct. For
2008 Oct 24
0
[LLVMdev] Windows x64 support
Hi Anton, Thanks for the heads up. I've only encountered this bug though, and my workaround fixes x64 for me. Could you maybe sum up the other remaining issues? Anyhow, is there any reason why my workaround is not fit for committing? It works wonderfully for me and I see little reason to hold it back. Currently I have to patch it every time I do an update. Thanks, Nicolas -----Original