Displaying 20 results from an estimated 318 matches for "whistles".
2010 Aug 18
0
[LLVMdev] clang: call extern function using JIT
ok, i have changed functionType code to:
llvm::FunctionType* ft =
llvm::FunctionType::get(llvm::Type::getInt32Ty(llvm::getGlobalContext()),
std::vector<const llvm::Type*>(1,
llvm::Type::getInt32Ty(llvm::getGlobalContext())), false);
when I run my app the compiler says:
E:\Projects\Whistle\Whistle\Release>Whistle file.c
file.c(3) : warning: implicit declaration of function
2010 Aug 18
2
[LLVMdev] clang: call extern function using JIT
gafferuk <gafferuk at gmail.com> writes:
> Can someone pease tell me what I am doing wrong?
It is hard to say because you don't say what the problem is, but let's
try.
> Im trying to register an external function with the JIT, so can call
> functions in my music
>
> application.
>
> Here my function
>
> int Execute(llvm::Module *Mod, char * const *envp)
2014 Apr 14
3
Opus on MIPS performance
Hi All,
First time poster to this group, please ignore my ignorance?
I?m trying to use Opus 1.1 on a 400MHz MIPS 24k CPU (AR9331, specifically, like in the Arduino Yun).
I?ve successfully built (I think) opus-1.1 and opus-tools-1.8 and they run, but are dog slow.
opus-1.1 does have the ?enable-fixed-point option set, as this chip only has soft-float.
My short test file (less than one
2010 Aug 18
3
[LLVMdev] clang: call extern function using JIT
> when I run my app the compiler says:
> E:\Projects\Whistle\Whistle\Release>Whistle file.c
> file.c(3) : warning: implicit declaration of function 'yipee' is invalid in
> C99
>
> [-Wimplicit-function-declaration]
> int dd = yipee(1);
> ^
This way you're creating a call to variadic function. It's of different type
compared to function
2004 Dec 06
1
Console as extension problems
I'm trying to set up the console as an extension (so I can set up overhead
paging), but I can't seem to get it to work. When I call my paging extension,
I get an error that it can't open the device:
-- Executing Ringing("Zap/9-1", "") in new stack
-- Executing Dial("Zap/9-1", "Console/dsp0|18|A(new/whistle)") in new stack
<< Call
2012 Aug 29
1
Suggestion: Change default to download.file(..., mode="wb") ...instead of mode="w" with some bells and whistles
Hi,
I keep seeing the problem where people are download binary files as
text (mode="w") when using R's download.file() for FTP/HTTP downloads.
It often results in unnecessary troubleshooting until one concludes
that the downloaded file has been corrupted due to (what I think is)
translated newlines. Search the r-help mailing list and you'll find
other examples of this. This
2011 May 14
2
[LLVMdev] Native build clarification
It's not so easy to create a linker that has all the bells and whistles,
especially on windows.
You have to look at the totality of options, linker files, shared
objects, etc.
It's not a weekend project.
If you want to read the elf manual and gnu ld and then write a new one
you could do that. Clang can easily be fixed to incorporate it either as
a default or a...
2012 Oct 09
4
Modern Symbolic debugger for R programmes?
I think I am whistling in the wind, but is there a modern symbolic
debugger for R programmes?
I am working through some one else's code, thousands of lines, that
has the occasional bug in it, and a lot in my understanding of it.
I cannot make setBreakpoint or findLineNum work. I get "No source
refs found.". I am starting to loose my mind!
A debugger where I could set
2010 Aug 18
0
[LLVMdev] clang: call extern function using JIT
Im confused. The function i wish to call is a return type of int.
Im calling it with int dd = yipee(1);
What's wrong?
Anton Korobeynikov-2 wrote:
>
>> when I run my app the compiler says:
>> E:\Projects\Whistle\Whistle\Release>Whistle file.c
>> file.c(3) : warning: implicit declaration of function 'yipee' is invalid
>> in
>> C99
>>
2013 Apr 11
0
Notes and warnings in building a package ('ms-dos style file name', 'no visible binding' and using .C("bincount", ..., PACKAGE = "base"))
...CYGWIN environment variable option "nodosfilewarning" turns off this
warning.
Would I just disregard it or set the cygwin environment variable, or is it
something important?
2. "No visible binding": there was a NOTE saying -
bells: no visible binding for global variable 'whistles'
The thing is that I used this in subset'ing a data frame that is supposed
to contain a variable called 'whistles': something like
subset(x, whistles > 100)
Should one avoid using `subset` in a package?
3. I used .C("bincount", PACKAGE="base") to count som...
2015 Mar 19
2
Samba AD DC and browsing of shares
...ch could enable browsing of
shares on Samba4 (4.2) AD DC like it was in good ole times of Samba3 DC?
I heard some workaround exists, but with no details an further references.
Is it crucial to have AD DC if I have to join Windows 7, 8, 8.1 to the
domain and do not plan to use latest bells and whistles of domain
management, just centralized supervision of users (kind of)?
Janis
2011 May 14
0
[LLVMdev] Native build clarification
...got started on this project:
http://www.llvm.org/devmtg/2010-11/Spencer-ObjectFiles.pdf
Does anyone know what kind of progress has been made?
On Sat, May 14, 2011 at 9:10 AM, Reed Kotler <rkotler at mips.com> wrote:
> It's not so easy to create a linker that has all the bells and whistles,
> especially on windows.
> You have to look at the totality of options, linker files, shared objects,
> etc.
> It's not a weekend project.
>
> If you want to read the elf manual and gnu ld and then write a new one you
> could do that. Clang can easily be fixed to incorpora...
2011 May 14
1
[LLVMdev] Native build clarification
...http://www.llvm.org/devmtg/2010-11/Spencer-ObjectFiles.pdf
>
> Does anyone know what kind of progress has been made?
>
>
> On Sat, May 14, 2011 at 9:10 AM, Reed Kotler <rkotler at mips.com> wrote:
>
>> It's not so easy to create a linker that has all the bells and whistles,
>> especially on windows.
>> You have to look at the totality of options, linker files, shared objects,
>> etc.
>> It's not a weekend project.
>>
>> If you want to read the elf manual and gnu ld and then write a new one you
>> could do that. Clang can...
2001 May 28
2
monty's branch test
Hello!
I tested some songs with the new code that Monty merged into the snapshot.
It works better than the previous code ;-), but I noticed some strange
noises made at high frequencies, even at very high bitrates : a continuous,
high-pitched noise is added over the medium voice, and it sounds like a
whistle. The previous code didn't do that. On the other hand, very low
bitrates sound much
2004 Aug 27
4
samba multiple instances
...P #1 or #2 AND to 0.0.0.0:138 THOUGH i configured bind interfaces only (bug?). that must be the
reason why browsing doesn`t work when 2 instances are up and running.
can someone help me with this ?
i`m sure that multi-instance of samba should work in general - but there seem to be some bells and whistles.....
regards
roland
2019 Oct 15
3
Browser doesnt work
On Tue, 15 Oct 2019, Nicolas Kovacs wrote:
> CentOS is a desktop distribution in the sense that chickens fly and horses
> swim. Of course you can turn it into a full-blown bells-and-whistles desktop
> by fine-tuning the configuration and adding lots of third-party stuff. I've
> done this myself for years, here for example:
>
> https://www.microlinux.fr/poste-de-travail-entreprise-centos-7-kde/
>
> On the other hand, CentOS out of the box is a rather frustrating...
2007 Apr 27
4
Guide to porting to non-unix like systems?
...ld nmdb and smbd share a single process w.r.t 1) or is even
possible to drop nmdb and just serve stuff slowly with a single smbd
process?
3) Is Samba very tightly tied to the POSIX file/directory APIs? My
intended target system has a rich I/O API (including async
capabilities and various bells and whistles) but the APIs are fairly
exotic and don't map well to e.g. DIR and file descriptors.
4) Is there a checklist somewhere of stuff a target system for
smbd/nmbd would have to support to make a port feasible?
Thanks,
Andreas
2005 Sep 29
1
Audio Files, Filtering, and Formats for Asterisk
I listened to all the demos you showed.
My ear discerns a little muffling and minor "slushiness" in the GSM files
you sent, along with a much more narrow bandwidth, mainly on the high end
side, and Allison either has a mild whistling s or slushy s sound in her
voice or the producer didn't properly compress it to "de-ess" the recording.
Or, I could just be rather tired.
2015 Feb 13
4
Centos 6 Sendmail backup MX Config
...ng is
efficient: it trows off all that doesn't behave as mail server (thus never
comes for re-delivery, and definitely doesn't try backup MX which real
servers always do even before attempt of re-delivery). Still, it is good
to have the same greylisting on backup MX. And all other blows and
whistles.
> and then you are
> obligated to send a bounce message which is always a bad thing - you
> want the authoritative receiver to reject at the smtp level instead of
> accepting at all.
I agree, it is wrongful behavior to accept something which later you
discover you can not deliver. I...
2005 Sep 22
13
Recommendation On Ping And Alert Tool
...r an answer to this question and
coming up with nothing... so I thought I would go to the gurus. :-)
Can anyone recommend a good package for pinging other devices and sending
an email/alert when they go down? I'm aware of all kinds of more complex
things with GUIs and a zillion other bells and whistles we aren't looking
for, but we just want a simple tool (could be daemon or something run from
cron) that runs every 1 - 5 minutes and alerts us when stuff disappears.
Would need some basic logic like only sending one email/alert when something
goes down (vs sending an email every 1-5 minutes unt...