search for: omnipresence

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

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
2018 Apr 15
1
__clear_cache / clear_cache.c
projects/compiler-rt/lib/builtins/clear_cache.c I suggest two small changes here. 1. Mark it however required to avoid inlining, i.e. for the x86/amd64 case. Control transfer is required. I realize it is likely anyway, you aren't likely to "fall from" the caller into the code. 2. #elif defined(_WIN32) && (defined(__arm__) || defined(__aarch64__)) be changed to just: #elif
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
2008 Sep 14
2
Postgres adapter issues with Rails 2.1: ruby-pg is the answer!
While upgrading Rails 2.0.2 sites to Rails 2.1.1, I encountered a weird postgres adapter problem. Although the old postgresql adapter (aka ruby-postgres) works fine with Rails 2.1.1 on my Mac dev box (running PG 8.2.6) and also works fine with Rails 2.0.2 apps on a Debian etch staging server (running PG 8.2.1), this error occurs when trying to cap deploy 2.1.1 apps on the Debian box:
2005 Apr 30
2
[LLVMdev] Using LLVM for a non-GC language?
Hi list, I've just found the LLVM project and I have some questions that I couldn't find answers for in the FAQ or Documentation sections of the web site. To explain my intereset in LLVM: I'm evaluating code generation backends for a closed-source project which includes a domain-specific (object-oriented) language. The design goals for the runtime contract of this language is that it
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
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?
On Sat, 30 Apr 2005, Andreas Fredriksson wrote: > I've just found the LLVM project and I have some questions that I > couldn't find answers for in the FAQ or Documentation sections of the > web site. Ok. <snip> > Having read most of the material on the project's website, I feel that > the high-level structure of the projects is somewhat lost in the > detailed
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
SUMMARY I'm impressed. RC3 withstood anything I could throw at it. "-q 3" is really Vorbis' sweet spot, almost perfect, and "-q 0" is eminently usable, with only marginal defects for normal usage. Already sent money, will do that again. * * * I spent at least 40 hours in the last week testing RC3. I selected a few fragments from pop, classic and jazz CDs in my
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