search for: ascet

Displaying 8 results from an estimated 8 matches for "ascet".

Did you mean: asset
2004 Aug 14
2
[LLVMdev] is this code really JITed and/or optimized? ..
.... But what's wrong? My function has type int FooF(void); so ArgValues should have size 0, right? BTW, the code of runFunction is quite unclear, indeed, for some reason cases ArgValues==3 and ArgValues==1 are specially considered... I looked in JIT.h for more description on interface -- quite ascetic info, nothing interesting. Anyway, few lines of documentation could make life easier for other guys too. Thanks in advance, -- Valery.
2003 Apr 28
0
AW: AW: numericDeriv and ecdf
...re possible with smoothing kernels only. 5. Application of smoothing kernels is not adequate if a priori known that the family of distributions for my data is extremely wide (Indeed, I don't need any extra hypothesizes coming with smoothing kernels) 6. CDF is quite OK as "ascetic" estimation of distribution, i.e. CDF adds _nothing_ to (and removes _nothing_ from) the hypothesizes about data distribution -- unlike those density estimations based on smoothing kernels. 7. I don't know formula for differential entropy estimation based on CDF. 8. Ther...
2004 Aug 13
0
[LLVMdev] is this code really JITed and/or optimized ? ..
On Sat, 14 Aug 2004, Valery A.Khamenya wrote: > hm, here is the part of my code starting LLVM function: > > /////////////////////////// > ExistingModuleProvider* MP = new ExistingModuleProvider(M); > ExecutionEngine* EE = ExecutionEngine::create( MP, true ); As Reid pointed out, changing true to false will get it to work. > // Call the `foo' function with no
2004 Aug 13
3
[LLVMdev] is this code really JITed and/or optimized ? ..
> If it's that slow, you're probably getting the interpreter instead of the > JIT. Try adding -print-machineinstr to the command line, or -debug, and > see what happens. If you're not getting the JIT, try stepping through the > LLVM program to see where it makes the execution engine and decides which > one to use... (thanks for quick reply) hm, here is the part of my
2004 Aug 14
0
[LLVMdev] is this code really JITed and/or optimized? ..
...t; int FooF(void); > so ArgValues should have size 0, right? Yes, you're right. > BTW, the code of runFunction is quite unclear, indeed, for some reason > cases ArgValues==3 and ArgValues==1 are specially considered... I looked > in JIT.h for more description on interface -- quite ascetic info, > nothing interesting. Anyway, few lines of documentation could make life > easier for other guys too. If you look at the 3 lines above the assert that is failing, you'll see this: // FIXME: This code should handle a couple of common cases efficiently, but // it should a...
2011 Jul 13
3
php-markdown-extra-extended - my humble attempt at extending php-markdown
Dear all, I have used Markdown via Drupal a few months now, with a customer site and my currently my own blog and based on that practical experience I wanted to add some extra functionality to PHP Markdown Extra, so out of this grow my (extended) weekend project https://github.com/egil/php-markdown-extra-extended The big missing item right now that I would like to implement is the ability to add
2011 Jul 07
6
writing tools that use light-markup
...ing it ever will be.) there are probably a dozen more ipad apps for writing that use markdown, but those are the two that i know of. these ipad apps dovetail an established desktop trend favoring "distraction-free" writing environments, like writeroom or ommwrite. who coulda seen that ascetic would be the new aesthetic? the problem with _some_ of these desktop apps (which've been ported to ipad) is they "settle" for plain-text as their output, rather than utilizing light-markup to up the quality of that output. it's also the case that some still lack full cloud sup...
2001 Mar 14
0
Case Sensitivity vs. Case Preservation
...Explorer, and again, both the Explorer and the command prompt representation of the file is just as we would expect, "FiLeFoUr.TxT So, all in all, not a bad track record; except for our little 'helper' Explorer choosing to display filenames all in "UPPER" case as the more ascetically pleasing "Upper" case, we get what we ask for. No, not so fast - we forgot that Windows treats files that conform to the "8.3" specification differently than it does to 'long' filenames. Let's see what happens if we create an all UPPER case filename that doe...