Displaying 20 results from an estimated 1356 matches for "sophist".
Did you mean:
sophists
2013 Oct 11
2
Ruby and Rails Sophisticated CMS
Hi
I am looking for Ruby and Rails Sophisticated CMS refinery is looking good
to me except its is simple content model and age based. Also I looked into
locomotive the problem with locomotive is no SQL support.Could someone
refer me one please.
Thanks
--
You received this message because you are subscribed to the Google Groups &quo...
2017 Sep 19
2
RFC: Trace-based layout.
...prefer warmer traces first.
>
> Questions and comments welcome.
> _______________________________________________
>
>
> This algorithm should be easy enough to implement and experiment with out
> of tree. A reasonable goal would be to identify cases that the current,
> more sophisticated algorithm are handling poorly. At that point, it would
> be much more useful to fix the current algorithm’s heuristics rather than
> introducing another less sophisticated alternative.
>
I wrote many of the current algorithms heuristics, and they feel like hacks
to work around speci...
2017 Sep 19
0
RFC: Trace-based layout.
...e prefer warmer traces first.
>>
>> Questions and comments welcome.
>> _______________________________________________
>
> This algorithm should be easy enough to implement and experiment with out of tree. A reasonable goal would be to identify cases that the current, more sophisticated algorithm are handling poorly. At that point, it would be much more useful to fix the current algorithm’s heuristics rather than introducing another less sophisticated alternative.
>
> I wrote many of the current algorithms heuristics, and they feel like hacks to work around specific p...
2005 Apr 12
8
removing characters from a string
...to keep only the digits 0-9 in a
string.
In general, I have found the string handling abilities
of R a bit limited. (Of course it's great for stats in
general). Is there a good reference on this? Or should
R programmers dump their output to a text file and use
something like Perl or Python for sophisticated text
processing?
I am familiar with the basic functions such as nchar,
substring, as.integer, print, cat, sprintf etc.
2020 Oct 06
2
Samba SSSD authentication via userPrincipalName does not work because samba claims that the username does not exist.
On Mon, Oct 5, 2020 at 11:46 AM Rowland penny via samba
<samba at lists.samba.org> wrote:
> You cannot use sssd with Samba >= 4.8.0 even red-hat tells you this.
And sssd is *not* your friend if you do anything remotely
sophisticated. It's configuration tools erase any sophisticated setups
in sssd. For any even repotely sophisticated setup, I'll encourage you
to configure Keberos and LDAP more directly.
> On top of which, you should be able to authentication using a UPN:
>
> pi at raspberrypi:~ $ wbinfo...
2010 Sep 16
1
ANOVA - more sophisticated contrasts
dear list,
i am using a multifactorial design with two treatments (factor A: drugs,
three levels; factor B: theraphy, two levels) and a time factor (three
levels, different timepoint). hypothetically, i measured the same subjects
for all treatements and timepoints, so its a repeated measurement design.
now i ran an anova in R and also some Tukey post-hoc tests using glht. but
what i am actually
2015 Jul 06
2
[LLVMdev] Customizing module compilation in ORC JITs
...to make a copy of the SimpleCompiler functor into the LLILC code and then modify it for the phases I want to run. But I was wondering if this was the best approach. Do you expect different clients to create their own compiler functors or do you imagine that SimpleCompiler will be joined by more sophisticated siblings that are more configurable with respect to what's run phase wise?
Initial PR of the copied code (prior to us starting to modify it) is here: https://github.com/dotnet/llilc/pull/685
Thanks,
-R
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <...
2010 Nov 13
8
[LLVMdev] Ahoy JIT Users
Hi,
I am starting to poke at the LLVM JIT, which seems to be in need of some TLC.
If you are a "sophisticated" JIT user and are using either internal
APIs (either by integrating with LLVM, or by other C++ tricks), or are
using obscure or poorly documented public APIs (e.g., why is
runJITOnFunction exposed?) please make me aware of it!
I reserve the right to break anything which doesn't have...
2011 Jan 21
5
User input in R program
HI Everybody
Does anyone know of documentation about different ways of obtaining user
input in R. I have used readline() but I wondered is there are sophisticated
packages that does things like validate answers or generate selection
lists.
bets regards
Christaan
[[alternative HTML version deleted]]
2016 Mar 14
5
Access Windows files with individual user credentials
...gin credentials at the time it sets
up the mount. Everyone using that mount is then being treated as if
they were using the same login credentials. They don't gain their own
individual access rights to files on the Windows share. That's been OK
so far, but the users are becoming more sophisticated in this
environment and now need more sophisticated access controls.
As I think about this, it seems to me that my current implementation is
modeling the Windows drive mapping function, where the credentials are
checked at the time the drive is accessed, and remains constant for the
enti...
2010 May 12
6
A primitive OO in R -- where next?
Greetings All,
Out of curiosity, I've just done a very primitive experiment:
Obj <- list(Fun=sum, Dat=c(1,2,3,4))
Obj$Fun(Obj$Dat)
# [1] 10
That sort of thing (much more sophisticated) must be documented
mind-blowingly somewhere. Where?
Where I stand right now: The above (and its immediately obvious
generalisations, like Obj$Fun<-cos) is all I know about it so far.
Ted.
--------------------------------------------------------------------
E-Mail: (Ted Harding) <Ted...
2007 Dec 16
4
improving a bar graph
...code for a basic bar graph. I was seeking advice
regarding the following:
(a) For each time period there are values from 16 people. How I can
change the colour value so that each person has a different colour,
which recurs across each of the three graphs/tie epriods?
(b) I have seen much more sophisticated examples using lattice (e.g
each person has a separate panel/plot). I am open to alternative code
as to how I could present this data.
Time1 <- c(9.0,6.0,1.0,5.0,7.0,9.0,5.0,7.5,6.0,8.0,5.0,5.0,9.0,4.0,5.0,5.0)
Time2 <- c (10,5,3,3,3,6,7,8,5,8,7,7,9,8,5,3)
Time3 <- c (10,0,3,0,0,6...
2009 Mar 03
5
[LLVMdev] One way to support unwind on x86
...unwinding using their method is a lot faster
> than using the dwarf unwinder. I don't know if the distributed overhead
> is noticeable or not.
>
It's *hardly* noticeable. If your language/runtime throws a lot of
exceptions, that's the way to go currently (there are other
sophisticated techniques, but much more complex). Dwarf is great if your
language/runtime basically never throws exceptions. I can't give you an
accurate measure of the real cost of Dwarf on Java applications because,
unfortunately, libgcc did not optimize its dwarf info lookup on
dynamically regis...
2003 Sep 06
2
[LLVMdev] languages, semantic trees, LLVM interfaces
Hello Vikram,
Saturday, September 6, 2003, 9:10:45 PM, you wrote:
VSA> For any language with relatively sophisticated syntax and semantic
VSA> rules, you will probably need a higher-level representation like an
VSA> Abstract Syntax Tree in order to do type-checking and other kinds of
VSA> checking.
OK, concerning AST -- I see. Thank you.
VSA> For OCAML, for example, the front-end is quite sophi...
2010 Apr 07
1
Does control of NFS4 ACL's from NetApps work for RHEL Samba servers with Windows XP clients at all?
Good morning!
I'm reviewing some corporate storage setups involving NetApps, where
the NetApp stores what they call "UNIX Qtrees". So far, so good: those
allow the setting of access to the data with NFS4 ACL's, which are
fairly sophisticated and allow multiple groups or even multiple users
to be granted write access.or read access, besides the normal UNIX
group owner. That works fine.
But we'd like Windows clients to be able to *read* this information.
Not necessarily to be able to reset it, although that would be nice.
But...
2017 Sep 18
0
RFC: Trace-based layout.
...> topologically, we prefer warmer traces first.
>
> Questions and comments welcome.
> _______________________________________________
This algorithm should be easy enough to implement and experiment with out of tree. A reasonable goal would be to identify cases that the current, more sophisticated algorithm are handling poorly. At that point, it would be much more useful to fix the current algorithm’s heuristics rather than introducing another less sophisticated alternative.
The current algorithm deals well with partial profile information and maintains a number of layout properties r...
2005 May 10
4
density function
Hi,
I wonder if the function "density" outputs the gaussian mixture formula
that is estimated from the input data, assuming a gaussian model is used
at each data point ? I want to take the derivative of the finally
estimated gaussian mixture formula for further analysis.
Thanks in advance for any help that you can offer me!
Hui
2003 Sep 06
2
[LLVMdev] languages, semantic trees, LLVM interfaces
Hello LLVM fathers,
1. "languages, semantic trees"
what do you think ideally, do languages implementations based on
LLVM need internal semantic tree or they should rather try to use
LLVM directly in/after syntax parsing?
For languages like C++ the expected answer is "of course we need
an internal semantic tree between parsing and LLVM!"
But I am still
2017 May 15
3
stopifnot() does not stop at first non-TRUE argument
Le 15/05/2017 ? 15:37, Martin Maechler a ?crit :
>>>>>> Serguei Sokol <sokol at insa-toulouse.fr>
>>>>>> on Mon, 15 May 2017 13:14:34 +0200 writes:
> > I see in the archives that the attachment cannot pass.
> > So, here is the code:
>
> [....... MM: I needed to reformat etc to match closely to
> the current
2004 Sep 10
4
ogg/flac and winamp plugin
how could i play ogg/flac files?
would it be possible to add flac support to the ogg libaries?
i would like to stream ogg/flac files over an icecast2 / jroar server
:).