search for: embeddable

Displaying 20 results from an estimated 107 matches for "embeddable".

2003 Sep 18
1
xgobi vs ggobi
...learly from the ggobu website is quite what's involved in choosing between the various options. I gather you have to install ggobi itself (presumably the "standalone"), and then Rggobi; but there are options for ggobi: # stand-alone, # stand-alone with XML support, # stand-alone and embeddable ggobi library, (this implies an embeddable ggobi library is created.) # stand-alone and embeddable ggobi library with XML support, # R interface (allowing ggobi to be controlled from R) # Python interface (allowing ggobi to be controlled from Python) # Perl interface (allowing ggobi to be control...
2014 Aug 05
4
[LLVMdev] LLVM as a shared library
> (7) Make the C API truly great. > > I think it’s harmful to LLVM in the long run if external embedders use the C++ API. I think that one way of ensuring that they don’t have an excuse to do it is to flesh out some things: > > - Add more tests of the C API to ensure that people don’t break it accidentally and to give more gravitas to the C API backwards compatibility claims. >
2014 Aug 05
2
[LLVMdev] LLVM as a shared library
On Tue, Aug 5, 2014 at 2:49 PM, Filip Pizlo <fpizlo at apple.com> wrote: > >> On Aug 5, 2014, at 1:46 PM, Eric Christopher <echristo at gmail.com> wrote: >> >>> (7) Make the C API truly great. >>> >>> I think it’s harmful to LLVM in the long run if external embedders use the C++ API. I think that one way of ensuring that they don’t have an
2011 Nov 21
1
AEX410P drops DTMF digits
Hello again list, I'm running a 1.4.42 install on SUSE with an AEX410P card. The DAHDI release is 2.4.0 because the machine won't properly install 2.5 and also won't install Asterisk 10.0 because I can't get a good SQLite3 library to install. Whenever I enter DTMF very quickly or very slowly, app_read des on me. Has anyone experienced similar joy
2004 Aug 06
4
Icecast embeddable ?
Hello all, I'm quit new to icecast, but I have project dealing with streaming (currently only audio) for web radio, and I would love to use the icecast protocol as it already has everything I need. But, In order to be usable for us, we need to be able to 'embed' the icecast server (in a dll or statically) in our program, and control it programatically. We need his to reconfigure the
2014 Aug 05
2
[LLVMdev] LLVM as a shared library
On Tue, Aug 5, 2014 at 2:57 PM, Filip Pizlo <fpizlo at apple.com> wrote: > > On Aug 5, 2014, at 2:51 PM, Eric Christopher <echristo at gmail.com> wrote: > > On Tue, Aug 5, 2014 at 2:49 PM, Filip Pizlo <fpizlo at apple.com> wrote: > > > On Aug 5, 2014, at 1:46 PM, Eric Christopher <echristo at gmail.com> wrote: > > (7) Make the C API truly great.
2002 Apr 17
1
Problems embedding R in a C application
Hello, I've encountered two serious issues that have stopped me in my tracks, and I would be most grateful to anyone who can provide some answers. I am using the examples provided on the page "Testing the Embeddable R Library". I am writing a C application, that I want to embedd R into (I'm not interested in embedding my application in R, that's not an option). I'm developing on a Win2K box. The two problems I've hit (so far!) are these: Macro definition (R is using a macro already def...
2014 Aug 05
13
[LLVMdev] LLVM as a shared library
Hello LLVM community, Over the last few years the LLVM team here at Apple and development teams elsewhere have been busily working on finding new and interesting uses for LLVM. Some of these uses are traditional compilers, but a growing number of them aren’t. Some of LLVM’s new clients, like WebKit, are embedding LLVM into existing applications. These embedded uses of LLVM have their own unique
2008 Jul 20
2
Erro: cannot allocate vector of size 216.0 Mb
Please, I have a 2GB computer and a huge time-series to embedd, and i tried increasing memory.limit() and memory.size(max=TRUE), but nothing. Just before the command: > memory.size(max=TRUE) [1] 13.4375 > memory.limit() [1] 1535.875 > gc() used (Mb) gc trigger (Mb) max used (Mb) Ncells 209552 5.6 407500 10.9 350000 9.4 Vcells 125966 1.0 786432 6.0 496686 3.8
2014 Aug 06
4
[LLVMdev] LLVM as a shared library
Filip Pizlo wrote: > This is exciting! > > I would be happy to help. > > >> On Aug 5, 2014, at 12:38 PM, Chris Bieneman<beanz at apple.com> wrote: >> >> Hello LLVM community, >> >> Over the last few years the LLVM team here at Apple and development teams elsewhere have been busily working on finding new and interesting uses for LLVM. Some of
2004 Aug 06
1
(no subject)
Hello... I'm developing Embedder VoIP as a project in my university and I'm thinking that I can use Speex as my codec of choice... I just wanted to know if any of you has done realtime Speex encoding/decoding with a dsp in an VoIP enviroment -----BEGIN GEEK CODE BLOCK----- Version 3.1 GED/J d-- s:++>: a-- C++(++++) ULU++ P+ L++ E---- W+(-) N+++ o+ K+++ w--- GE/CS/MU d-- s:- a-- C++(++)
2007 Jul 20
1
Linux kernel + initrd in one file
Hello, I know this might be slightly off-topic, but I know at least hpa has an intimate knowledge of the linux boot process - and I would want to use it with syslinux/pxelinux, so I figure it might not hurt too much to ask: Is it possible to embedd the initrd with the linux kernel in a way similiar to how it works on some embedded systems? There, you provide an object file with the filesystem,
2005 Sep 20
1
Embedding a "Domain Group" in "Domain Administrators" ???
hi list, is it possible with samba v3 and ldap backend to embedd a normal group like "normalgroup" in the group "Domain Administrators" to give members of the group "normalgroup" full administrative rights on workstations? i tried with "net groupmap addmem sid-of-normalgroup sid-of-domain-admins" and "net groupmap addmem sid-of-domain-admins
2014 Sep 23
1
embedding video into the wiki pages
hi guys Ive got the videos from Paris Dojo now processed up and ready to go - the plan is to get them into the CentOSProject youtube channel. however, i was wondering if there is a way to embedd the video into the wiki pages as well. We can then have the videos for all the sessions ( or the ones we managed to record proper ) ready to view right in place that also means we end up promoting the
2008 Jun 19
1
[LLVMdev] New llvm-db ?
...e with full support for both native code and LLVM JIT generated code. In the short term it would be far easier to modify gdb and make it cooperate with the LLVM JIT compiler, but in the long term it seems that a new debugger engine based on a library architecture, that is easily extendable and embeddable like all of the LLVM projects, would be useful in general, and in particular very useful for projects like vmkit. I'd be very interested to hear your thoughts on this. -Argiris
2013 Jan 11
1
[LLVMdev] Using C++'11 language features in LLVM itself
...ndows. > > No, it's more than that. Many (most?) groups integrate clang and/or > llvm libraries into larger projects. So it's not a problem that the C++ ABI mapping between clang and MSVC isn't quite perfect, but it is a problem if the compiled form of the library isn't embeddable in MSVC projects? Once you've got the MSVC-built library, you can't blindly count on using in conjunction with other MSVC generated things. I could see there are examples where this wouldn't matter like OpenCL implementations. If there is a desire to close the loop (a Windows host...
2018 Jul 13
3
A few questions and propostions on the samba architecture
That explains why there is so little information on ldb and sqlite. From my pov sqlite just seemed interesting, as it has a well known syntax and the ability to embedd a transparent logic layer. As there is no effort to use sqlite (or sql) in the future , I just burried that path. As for compability I would strongly suggest to stay where Microsoft left off, before killing the "UNIX
2008 Sep 20
2
ssh in small devices
Dear Sirs, This must have been asked before but I don't find and FAQ around dealing with the issue. We are building small devices that connects to Internet (www.ipio.nu). The next generation of this we want to base on AVR32 and run a small slimmed version of Linux. We have som program on this device that we want to connect to servers out on Internet. SSL seems to be "quite heavy"
2012 May 04
2
[LLVMdev] [lld] driver
On Thu, May 3, 2012 at 6:41 PM, Nick Kledzik <kledzik at apple.com> wrote: > I'd like to do some more work on the darwin executable writer.  But most of the work is mach-o variations that are driven by command line options.  So I wanted to work out with you how command line processing will work. > > Looking at the Darwin man page for ld(1), it seems most options are darwin
2004 Dec 03
1
Getting R to emit an image file as a pipe or Base64 stream: Mac OSX 10.3 - R 2.0.1
Hi All, Anybody know how to make R emit base64 encoded text in some way that perl can grab it, instead of planting a file on your harddrive when calling JPEG or PNG? I've managed to get these scripts to work and put a file on the harddisk #!/usr/bin/perl -Wall # by jin kee. a simple script to demonstrate # the needed steps to get R to emit a jpeg. use strict; my($callR, $callRold); # need