search for: contextu

Displaying 20 results from an estimated 145 matches for "contextu".

Did you mean: context
2009 Feb 27
0
Contextually aware controllers
Hi everyone, my CMS app is starting to get quite large. I have heaps of modules (about 15) and some of these modules are re-used within different contexts: An example is that you can add a Page to the schools website, but you can also add a page to a ''Learning Cave'' which is our online learning area for kids. While all the controller and view code is essentially the same, we
2007 Jun 03
3
Contextual Associations
No doubt this has been covered but I''ll be damned if I can find it. References appreciated so I can add to my library. 1. I have 3 tables in my problem: changes, environments, comments 2. changes are many-to-many to environments 3. changes has-many comments Here''s the tricky part: 4. environments has-many comments dependent on the current environment. Tables: changes,
2018 Dec 04
4
[cfe-dev] RFC: Modernizing our use of auto
...ious. > Just to say, +1 from me too. > > > * Can we use auto in c++14 lambda arguments with llvm::find_if(C, > [](const auto& i) { ... }) for example? > > * We need to use auto for structured bindings, if those are used. > > These both get into “yes, if the type is contextually obvious”. I’m not > sure how to specify this though. > > Perhaps the rule came be rewritten more generally, as in “auto should > generally only be used when the inferred type is obvious from context, e.g. > as a result of a cast like dyn_cast or as a result of constructing a val...
2006 Oct 30
16
Seymore - Content Management On Rails
I have just open sourced my Content Management System called Seymore. Rather than having a separate administration section for managing content, content management functions are available throughout the site so users are able to contextually and comfortably manage the content. I am looking for any and all feedback. Please, either checkout the latest source from subversion, grab version 0.1 from the project''s page or just check out the screencasts and let me know what you think. Thanks, in advance! Project Page: http://www...
2019 Sep 27
4
Dealing with boolean values in GlobalISel
Hi, I’ve been thinking about what the strategy to use for boolean values in GlobalISel. There are a few semantic and mechanical issues I’ve encountered. For background, on AMDGPU, there are two kinds of bool/s1 values. Contextually, a real boolean value will either be a 1-bit scalar condition (in a non-allocatable physical condition register, which will need to be copied to an allocatable class 32-bit vreg during selection), or a vector condition where the s1 will really be a lane mask of results in a 32 or 64-bit SGPR. T...
2012 Oct 12
2
[LLVMdev] [Proposal] Annotated assembly output
...smatches between consumers and producers. That is, the syntax generally does not carry semantics beyond "this text has an annotation," so consumers can simply ignore annotations they do not understand or do not care about. ** Instruction Annotations Annoated assembly display will supply contextual markup to help clients more efficiently implement things like pretty printers. Most markup will be target independent, so clients can effectively provide good display without any target specific knowledge. Annotated assembly goes through the normal instruction printer, but optionally includes co...
2003 Oct 04
2
(no subject)
Dear all, I have the following question. I have to fit the hierarchical model for the hypothesis concern the individual-level effects by controlling for the individual -level attributes and national-level contextual effects on individuals by using R. O have to obtain the estimates of the impact of the second-level (national: GDP per capita) effects on individuals ( in this instance the impact of the GDP per capita on the attitudes towards the EU enlargement) by allowing national differences in both slopes...
2020 Jun 15
2
Codifying our Brace rules-
Matt Arsenault via llvm-dev <llvm-dev at lists.llvm.org> writes: > I think braces should be added in all contexts, and the more contexts > the better. It eliminates any inconsistency or attempt to contextually > interpret rules. It also reduces merge conflicts, since something > eventually something will probably be added inside any control flow > statement. I’ve suffered through many painful merges trying to find > where the braces went wrong, usually due to switch statements. The > s...
2016 Aug 30
2
Move dovecot between servers
Hi to all I have a very old dovecot server (1.2.15) with about 195GB used and 1081 email accounts. I have to move this server to another one with contextual dovecot upgrade. Anyone did this before? Any advice? Obviously, existing emails *must not* be downloaded twice by existing clients (outlook, thunderbird, ...) I have no access to customer's clients, only to my server.
2006 May 04
1
How do I identify the initiating View from within a Helper?
I would like to call a helper method from my View to construct a sidebar menu. The menu is contextual, so ideally I would like to do something like this: View ---- <%= sidebar_menu %> Helper ------ def sidebar_menu case _calling_view_ when ''_view_identifier_'' ... build menu... end end where ''_calling_view_'' is the key that points to the...
2009 Aug 10
1
Integrate shell scripts into Nautilus ?
...ple to be able to resize a selection of images with one click via ImageMagick, or convert videos easily. After a bit of Googling, I found out that folks seem to do this by placing scripts into ~/.gnome2/nautilus-scripts. Only that doesn't seem to work for me. Nothing appears in the browsers contextual menu. Any pointers for a start ? Anyone here using something similar ? Cheers, Niki
2012 Oct 12
0
[LLVMdev] [Proposal] Annotated assembly output
...onsumers and producers. That is, the syntax generally does not carry semantics beyond "this text has an annotation," so consumers can simply ignore annotations they do not understand or do not care about. > > ** Instruction Annotations > > Annoated assembly display will supply contextual markup to help clients more efficiently implement things like pretty printers. Most markup will be target independent, so clients can effectively provide good display without any target specific knowledge. > > Annotated assembly goes through the normal instruction printer, but optionally in...
2014 Oct 24
1
Revert to internal snapshot - XML error: Non-empty feature list specified without CPU model
...tate ------------------------------------------------------------ snap1 2014-06-03 14:07:28 -0400 running $ virsh snapshot-revert node1 snap1 error: XML error: Non-empty feature list specified without CPU model Contextual guest XML: $ virsh dumpxml node1 | grep features -A3 <features> <acpi/> <apic/> <pae/> </features> <cpu mode='host-passthrough'> </cpu> <clock offset='utc'> I see it's thrown from here,...
2018 Nov 25
6
RFC: Modernizing our use of auto
I'm not advocating AAA. However this is a proposal for more modern thinking regarding the permissiveness of auto in LLVM codebases. Currently the rule on the use of auto is here: https://llvm.org/docs/CodingStandards.html#use-auto-type-deduction-to-make-code-more-readable It is quite strict. It allows the use of auto for * lambdas * iterators because they are long to type * casts to
2006 Dec 22
3
Heimdal or MIT kerberos comparison
What is the difference between Heimdal and MIT as far usability goes? MIT seems to be the default on major linux distrobutions, but I here a lot about people preferring Heimdal, but I can't find any reasons why. Is one generally more stable/faster/reliable than the other? There is already a blank wiki page at http://wiki.samba.org/index.php/Samba_%26_Kerberos so if anyone has any good
2001 Oct 08
1
Ported OpenSSH 2.9.9p2 to Dynix
Hello Porters, I've finally (thanks to Wendy Palm of Cray) ported OpenSSH to Dynix v4.4.4. I had to make sure that "UseLogin" was set to "no" in the sshd_config file. Also, here are the old-style contextual diffs (obtained with 'diff -c' on the Dynix box) of the two files I had to change: *** configure Sat Jun 16 17:09:50 2001 --- configure.new Mon Oct 8 11:33:09 2001 *************** *** 1960,1965 **** --- 1960,1985 ---- LIBS="$LIBS -lgen -lnsl -lucb" ;; + *-sequ...
2016 Apr 18
2
RFC: EfficiencySanitizer
...or analyzing particular performance problems that are difficult to evaluate using other profiling methods. Modern hardware performance counters provide insight into where time is spent and when micro-architectural events such as cache misses are occurring, but they are of limited effectiveness for contextual analysis: it is not easy to answer *why* a cache miss occurred. Examples of tools that we have planned include: identifying wasted or redundant computation, identifying cache fragmentation, and measuring working sets. See more details on these below. ==================== Approach =============...
2012 Oct 12
2
[LLVMdev] [Proposal] Annotated assembly output
...cers. That is, the syntax generally does not carry semantics beyond "this text has an annotation," so consumers can simply ignore annotations they do not understand or do not care about. >> >> ** Instruction Annotations >> >> Annoated assembly display will supply contextual markup to help clients more efficiently implement things like pretty printers. Most markup will be target independent, so clients can effectively provide good display without any target specific knowledge. >> >> Annotated assembly goes through the normal instruction printer, but opti...
2016 Apr 20
2
RFC: EfficiencySanitizer
...problems that are difficult to evaluate >> using other profiling methods. Modern hardware performance counters >> provide insight into where time is spent and when micro-architectural >> events such as cache misses are occurring, but they are of limited >> effectiveness for contextual analysis: it is not easy to answer *why* a >> cache miss occurred. >> >> Examples of tools that we have planned include: identifying wasted or >> redundant computation, identifying cache fragmentation, and measuring >> working sets. See more details on these below....
2004 Aug 06
1
Parsing problem
...where : wget http://admin:hackme@server:port/admin/stats;mv stats stats.xml 2. run xsltproc stats.xml yourfile.xsl xsltproc will try to perform the transform and give you much better messages than icecast will (icecast just says Cannot parse, but xsltproc will give you file and line numbers and contextual information) oddsock At 03:43 AM 2/24/2004, you wrote: >Hi everybody, > >I am trying to parse an xsl file on Icecast/Linux (RH9) but I always get the >message "Could not parse XSLT file". I don't think it's a problem with my >XSL libraries because I can parse sta...