search for: overarching

Displaying 20 results from an estimated 66 matches for "overarching".

2008 Dec 19
1
'Error: C stack usage is too close to the limit' when adding an overarching function
Hi, I encountered an error of type 'C stack usage is too close to the limit', and could not find information so far to get unstuck. The error occurs when subsetting columns from a data frame (see stack trace below). However if I step through the sequence of code found in the 'topmost' function buildCombinations the data processing is successful. I get an identical behavior on
2009 May 08
2
Override sip.conf settings in extensions.conf? Possible?
Hi all... Does anyone know if it is possible to override sip.conf settings in extensions.conf (for example: session-minse=90) without needing to create an overarching peer in sip.conf and selecting it specifically in the dial plan? I'm on the 1.4 stable code base and looking to implement session-timers on certain call flows in a modular dial plan. Thanks, Josh Fuller josh.fuller at telus.com The views expressed in this e-mail are mine alone and do not n...
2023 Apr 13
1
Is LDAP + Kerberos without Active Directory no longer supported?
...r to be running a workgroup, but in the manner of a domain, > perhaps you should run it as a workgroup, you will then find out why > AD domains replaced them. I'd like to reiterate, literally none of these people, many of whom are volunteers, want to join their personal laptops to an overarching AD domain. They don't want everyone who has ever volunteered in this lab for 3 weeks to have a login on their home laptop. No-one wants to be a part of an AD domain and it would be a HUGE security failure to do so. Imagine if as a student to work for a few months in a lab you had to make 1...
2006 May 18
2
Using Apache auth to secure certain areas of Rails app
Hello! My setup is Rails 1.1 with Apache 2.x proxying the Rails stuff to lighttpd. I know how to set up Apache to secure my entire Rails app to require a username/password challenge. Is it possible to set up the challenge for only parts of my application? E.g., let''s say I have a "pub" controller whose views are accessible to anyone. I am already implementing user
2012 Jun 04
0
[LLVMdev] style guidelines
...It is not a nice script. Trust me. I use it every day, and I hate it with a burning, fiery passion. Read the python code. It is not nice, it is terrible. It is an atrocity. It is everything that is bad about trying to "parse" C++ with regular expressions and python hacks, built up w/o any overarching design or cohesion over years. I await the day we can kill it off and use a real Clang-based tool instead. > > http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml > > http://google-styleguide.googlecode.com/svn/trunk/cpplint/cpplint.py > ________________________________...
2012 Jun 04
2
[LLVMdev] style guidelines
Probably this has come up before... but have we considered just adopting the Google style guidlines and maybe modifying it in some places? They have a nice script for c++ which will check for many things. http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml http://google-styleguide.googlecode.com/svn/trunk/cpplint/cpplint.py
2015 Aug 25
2
Issues with libcurl + HTTP status codes (eg. 403, 404)
...CKAGES.gz' Content type 'text/html; charset=iso-8859-1' length 339 bytes ================================================== downloaded 339 bytes Using `method = "internal"` gives an error related to the inability to access that URL due to the HTTP status 403. The overarching issue here is that package installation shouldn't fail even if libcurl fails to access one of the repositories set. > sessionInfo() R version 3.2.2 (2015-08-14) Platform: x86_64-apple-darwin13.4.0 (64-bit) Running under: OS X 10.10.4 (Yosemite) locale: [1] en_CA.UTF-8/en_CA.UTF-8/en_CA.UTF...
2018 Mar 15
1
Adjusting OHCL data via quantmod
Hello, I'm trying to do two things: -1. Ensure that I understand how quantmod adjust's OHLC data -2. Determine how I ought to adjust my data. My overarching-goal is to adjust my OHLC data appropriately to minimize the difference between my backtest returns, and the returns I would get if I was trading for real (which I'll be doing shortly). Background: -1. I'm using Alpha Vantage's data, and quantmod's data adjustment tools. -2: I used...
2000 Sep 07
4
What's in a name
Hi all: One of the things that struck me immediately about the OGG vorbis codec and the OGG project in general were the names. When I was browsing the 2 websites some time ago, I failed to find mention of the relevance of either of these. Since names often have some significance in the opensource movement and these are somewhat unusual, I was wondering if someone could comment on on OGG and
2012 Jul 15
3
[LLVMdev] FYI: Planning to remove ProfileInfo and related passes from LLVM
...though not full time). I do compiler research, but not > currently with LLVM -- so this is a genuine desire and plan. > The last thing I want is for GSoC work to come to nothing. I've been a GSoC student, and so it's important to me that we give you useful things to work on that the overarching LLVM community benefits from. > Perhaps the best way to proceed is to remove ProfileInfo etc and then I > can work on re-adding/re-writing it with support for BranchProbability > and BlockFrequency. Then I can maintain what I add. (As an unknown > figure offering to maintain the exi...
2018 Aug 23
7
conflicted: an alternative conflict resolution strategy
...lict_scout()` helper which you can use to see what?s going on: conflict_scout(c("dplyr", "MASS")) #> 1 conflict: #> * `select`: dplyr, MASS conflicted applies a few heuristics to minimise false positives (at the cost of introducing a few false negatives). The overarching goal is to ensure that code behaves identically regardless of the order in which packages are attached. - A number of packages provide a function that appears to conflict with a function in a base package, but they follow the superset principle (i.e. they only extend the API, as explaine...
2016 May 15
2
RFC: callee saved register verifier
I’ve seen this done in the past without compiler support (for the case of handwritten or JIT’d, etc functions that need checking). It worked something like this: 1. Pass calls to the risky functions through a macro/template or such. 2. In release mode, this turns into a no-op. In debug mode, this sends the calls through a handwritten asm wrapper that sets all the callee-save registers to random
2018 Dec 04
2
[cfe-dev] RFC: Supported Optimizations attribute
On Tue, Dec 4, 2018 at 2:24 PM John McCall via cfe-dev < cfe-dev at lists.llvm.org> wrote: > On 4 Dec 2018, at 13:16, Sanjoy Das wrote: > > On Mon, Dec 3, 2018 at 11:49 PM John McCall jmccall at apple.com wrote: > > Piotr's proposal unfortunately doesn't give us a good name for the class > of optimizations that require being listed in supported_optimizations. >
2020 Sep 08
2
[RFC] [DebugInfo] Using DW_OP_entry_value within LLVM IR
...ively doing very late salvaging. We can consider entry values to be always available, and should be able to recover any value that _can_ be described in terms of entry values. That's assuming that the instruction referencing stuff works out. I can elaborate and give some examples if wanted. My overarching feeling is that it'd be great to avoid doing extra working during compilation, instead leaving things until the end when there's more information available. -- Thanks, Jeremy
2013 Sep 20
2
[LLVMdev] Adding diversity for security (and testing)
...ice interface. If we were able to use C++11 features, this would be quite nice, since that includes builtin things like shuffle over RandomAccessIterators and such niceties. However, since this is not the case, I think complying to the <random> API (which is quite odd, there's not even an overarching interface) might be more complication than is necessary. We would have to emulate not only the generator, but also the distribution classes and the generic shuffle method. Even using operator() makes the client code particularly unreadable, since it currently uses a static Generator() getter to get...
2012 Jul 15
0
[LLVMdev] FYI: Planning to remove ProfileInfo and related passes from LLVM
Hi Chandler, I'm a GSoC student working on profiling support (mentor CC'ed). I'm no stranger to the issues with the current system: my original proposal was written without knowledge of the limitations. This is why this list hasn't heard much from me yet. I would like to continue working on profiling support but I'm not attached to ProfileInfo and wouldn't be
2012 Jul 16
0
[LLVMdev] FYI: Planning to remove ProfileInfo and related passes from LLVM
...ong-term (though not full time). I do compiler research, but not currently with LLVM -- so this is a genuine desire and plan. The last thing I want is for GSoC work to come to nothing. I've been a GSoC student, and so it's important to me that we give you useful things to work on that the overarching LLVM community benefits from. Perhaps the best way to proceed is to remove ProfileInfo etc and then I can work on re-adding/re-writing it with support for BranchProbability and BlockFrequency. Then I can maintain what I add. (As an unknown figure offering to maintain the existing code seems a bi...
2015 Aug 25
3
Issues with libcurl + HTTP status codes (eg. 403, 404)
...; length 339 bytes > > ================================================== > > downloaded 339 bytes > > > > Using `method = "internal"` gives an error related to the inability to > > access that URL due to the HTTP status 403. > > > > The overarching issue here is that package installation shouldn't fail > > even if libcurl fails to access one of the repositories set. > > > > With > > > R.version.string > [1] "R version 3.2.2 Patched (2015-08-25 r69179)" > > the behavior is to warn with an indi...
2018 Feb 20
0
TableGen: spring cleaning, new features for "functional programming"
...~30 patches which do a bunch > of things in lib/TableGen/ such as: > > - better and earlier error messages > ​+100. ​ > - cleanup type checking > - cleanup variable resolving > - cleanup record instantiation > ​That can mean whole lot of different things. ​Do you have an overarching plan how tablegen is supposed to do all of the above in a consistent manner? Just making it different may not improve things much. > - late generation of anonymous records that appear in expressions > ​That would help, somewhat, though the biggest problem (IMO) with the anonymous records i...
2005 Nov 11
0
wiki & our community
...pussy-foot around it. > > This is your second warning in a week. I don't recall anyone giving me a warning. I do remember receiving a rant from you, about how you are somehow top-tier design guru here (quote:"You know as well as I do that within the group of people developing the overarching Ogg framework (namely, myself and Monty)") , and that (quote:"and thus the subject of FourCC labeling in OggStream's native video interchange formats is closed.") ... doesn't sound like community debate to me. Maybe i missed the meeting where you became god here. If you...