search for: omnipresent

Displaying 18 results from an estimated 18 matches for "omnipresent".

2006 Oct 29
2
[LLVMdev] Register Allocation of Globals
Hi, Is it possible to bind a physical register to a particular global value? For instance, can I say that the global variable %omnipresent should be allocated not to memory, but instead to register %EAX. Thanks Nikhil -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20061028/c7c4c15d/attachment.html>
2014 Jul 07
13
Cemtos 7 : Systemd alternatives ?
Reading about systemd, it seems it is not well liked and reminiscent of Microsoft's "put everything into the Windows Registry" (Win 95 onwards). Is there a practical alternative to omnipresent, or invasive, systemd ? -- Regards, Paul. England, EU. Centos, Exim, Apache, Libre Office. Linux is the future. Micro$oft is the past.
2006 Jun 12
5
scriptaculous & sortables/draggables scrolling?
Re, Would anyone happen to know how to make sortable/draggable scroll down the page while moving the object if the page happens to be larger than the screen size? These functions seem to work only within the visible working space. Right now I have workaround whereby I have an omnipresent DIV on the screen to which I drop an element, then scroll down in the browser to a certain point, and then drop it in that location from that DIV of mine. Pretty complicated :) Thanks, Mark L.
2018 Apr 15
1
__clear_cache / clear_cache.c
...uot; the caller into the code. 2. #elif defined(_WIN32) && (defined(__arm__) || defined(__aarch64__)) be changed to just: #elif defined(_WIN32) since Win32 hypothetically/historically runs on more than just x86/amd64/arm/arm64, and FlushInstructionCache has been and presumably will remain omnipresent. - Jay -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180415/83b0bac5/attachment.html>
2006 Oct 29
0
[LLVMdev] Register Allocation of Globals
On Sat, 28 Oct 2006, Nikhil Patil wrote: > Is it possible to bind a physical register to a particular global value? For > instance, can I say that the global variable %omnipresent should be > allocated not to memory, but instead to register %EAX. GCC has an extension to do this (see its user manual) and we support this. Note that this does not guarantee that the register will always hold the value of the global: the guarantee only holds during inline asm blocks. -Chri...
2008 Sep 14
2
Postgres adapter issues with Rails 2.1: ruby-pg is the answer!
...n script/console. This problem is most mysterious, as it didn''t manifest itself on my Mac (the only difference that I can easily see is the slightly newer PG version). However, the solution turns out to be easy: simply use the ruby-pg adapger (https://rubyforge.org/projects/ruby-pg/). The omnipresent Fred C had suggested that this adapter might not work on pre-2.1 apps (http://www.ruby-forum.com/topic/156143), but it appears to work just fine here. Furthermore, the ruby-pg adapter project is in the reliable hands of Jeff Davis, a superstar whose abilities mean that PG has a brilliant future wi...
2005 Apr 30
2
[LLVMdev] Using LLVM for a non-GC language?
...e appropriate copyrights and disclaimers and gives due credit to LLVM authors? I'm also puzzled about the runtime model of LLVM. It seems as if the lli tool for instance can cope with any bytecode package, for any LLVM frontend language. Does LLVM dictate a certain runtime contract, such as an omnipresent base runtime library or the use of a specific garbage collection? I realize that LLVM cannot generate shared objects (or Win32 DLLs) without external tools (i.e. assembling the output), so generating ELF and/or COFF sections natively would likely be a contribution from our project to LLVM if it wo...
2019 Nov 16
1
Auto expunge log
Hi, I'm just setting up a new dovecot system and wonder why I get this error. On another dovecot system this works with no problems. Log entry when exiting MUA Thunderbird: =========================== Nov 16 20:16:35 myhostname dovecot: imap(info at mydomain.de): Error: autoexpunge: Couldn't create dovecot.autoexpunge.lock lock:
2010 Feb 11
0
PhD Quantitative Analyst Roles
We are currently in the process of developing and expanding our quantitative analytics function. Led by commitment from the Head of Global Markets and senior management across all asset classes, the function was centralised in June with the view that the quantitative analytics platform should be omnipresent and part of the decision making process throughout the bank. As a result the focus and drive now is to expand the team with additional Library, Desk, Strategy and Production Risk Quants. The team will be responsible for providing support in a cross asset environment, sharing information and librari...
2014 Dec 06
2
[LLVMdev] instruction/intrinsic for segmented adressing
Thanks again for your help! > >> > >> Probably fairly minimal in most cases (on x86). On ARM there is > >> definitely a cost. > >> > > hm... why? You cannot have indexed addressing? > What I need is a way to force > The code that needs to be emitted is roughly: > [..."segment"-offset into x1...] > mrs x0, tpidr_el0 >
2013 Aug 30
2
Encoding using Fishsound + Vorbis = Strange "RoboCop" artifact
Hello Fellow-Vorbisites, I've written a multi-track encoding/decoding library based upon fishsound. Utilized Visual Studio 2010 to build 32-bit DLL's (Debug mode - no optimization) of all the following: libogg 1.3.1 libvorbis 1.3.3 libspeex 1.2rc1 libflac 1.2.1 liboggz 1.1.1 libfishsound 1.0.0 Currently testing under Windows 7 (64-bit). Test Scenario: ========== Recording from two
2006 Jul 05
8
Beating the authentication horse (dead yet?)
Guys, I''m frankly overwhelmed by the number of Rails authentication options(?) out there...from ActiveRBAC to acts_as_authenticated to LoginEngine and so on...so many options, yet on resource I''ve found really distinguishes between each. This is sad, as authentication and user management is really an area where some Rails simplicity pixie dust could be a real boon to
2005 Apr 30
0
[LLVMdev] Using LLVM for a non-GC language?
...ust do not rely on legal tactics to force this on people. > I'm also puzzled about the runtime model of LLVM. It seems as if the > lli tool for instance can cope with any bytecode package, for any LLVM > frontend language. Does LLVM dictate a certain runtime contract, such > as an omnipresent base runtime library or the use of a specific > garbage collection? No it does not. This is one of the explicit design goals. See the paper above for more details. > I realize that LLVM cannot generate shared objects (or Win32 DLLs) > without external tools (i.e. assembling the output...
2012 Dec 05
7
ov_open_callbacks takes so much time to open 210 MB OGG file
Why ov_open_callbacks(fd_, &vf, NULL, 0, OV_CALLBACKS_NOCLOSE) takes so long to open OGG file? The OGG file has just 210 MB. It takes a lot of time open the file. I am working on OGG audio recorder and player. Thanks in advance! With kind regards, Pavel
2002 Jan 13
3
RC3: I'm impressed
...ginal and the "-q 3" encoded was a static section of a complex arrangement (cannot recall which sample :^( ), that sounded a little different, maybe more "metallic", but only an immediate comparison could evidence this. The difference lessened going to "-q 5". The omnipresent cut at 16 KHz in "-q 0" did not seem to bother more than some. At that quality, "applaud.wav" and "castanets.wav" rendered transparently. There are some artifacts in "fatboy.wav" when the voice goes low, but they disappered completely at "-q 3"....
2011 Sep 30
13
[PATCH] tools/check: check for yajl (needed by libxl)
# HG changeset patch # User Ian Campbell <ian.campbell@citrix.com> # Date 1317367995 -3600 # Node ID 4b98868690218126b90620d9b43fdd4140145a43 # Parent e50da6b98e3d5933b9c98e8f43096fd3ebbae00d tools/check: check for yajl (needed by libxl) Signed-off-by: Ian Campbell <ian.campbell@citrix.com> --- (note to committer, ensure the new file is executable) diff -r e50da6b98e3d -r
2019 Jul 16
3
pigeonhole question: filtering on delivered-to in case of fetchmail
So, one of the problems I am seeing is that people are trying to fake users into revealing information by sending from an outside domain but with an internal reply to address and claiming to be administration, IT or what not. I can set up something that will reject if from is outside the domain by reply to is internal. The problem is in some setups, there are fetchmail setups. I do not want to
2008 Sep 12
2
Fw: Complex sampling survey _ Use of survey package
-------------------------------------------------- From: "Ahoussou Sylvie" <sylvie.ahoussou at antilles.inra.fr> Sent: Friday, September 12, 2008 9:48 AM To: "Thomas Lumley" <tlumley at u.washington.edu> Subject: Re: [R] Complex sampling survey _ Use of survey package > Thanks for your answer > > I think I made a mistake when I recopied the 5 first rows of