search for: trent

Displaying 20 results from an estimated 79 matches for "trent".

Did you mean: treat
2006 Feb 07
2
Better i18n for Asterisk?
...k is very limited and most of the time does not work. For example, take voicemail: "message" "received" "at" "seven" "30" "am" might sound good in English. But: "message" "recu" "a" "sept" "trente" "apres-midi" sounds terrible in French, because you *need* to say "sept heure trente" and not "sept trente". Is there a way to fix this / improve the situation (other than write own voicemail AGI)? Cheers, Jean-Michel. -- Jean-Michel Hiver - http://ykoz.ne...
2007 Nov 03
3
ANN: python-markdown2 -- another Python implementation of Markdown
...utput as Markdown.pl. There is a fairly extensive test suite [^3] -- including testing with some of the "MarkdownTest" and "MDTest" test suites. I've also started on implementing some of the common extras [^4] (some patches from Adam Gomaa). I welcome any feedback. Cheers, Trent [^1]: I had tried a long while back to send some bug reports/patches to Yuri (I believe the maintainer of markdown.py), but my emails bounced. Unfortunately I didn't notice the discuss list of sourceforge at the time. I'll send those out soon, Yuri, if you are listening. [^2]: http://cod...
2007 Nov 01
2
FLAC downloads available for new album produced by Trent Reznor
Sorry, I'm sure it's terribly offtopic, but thought it was extremely interesting that the new album[1] by Saul Williams, produced by Trent Reznor, is available for download for 5 bucks. It's nice to see FLAC getting some respect! ;) [1] http://en.wikipedia.org/wiki/The_Inevitable_Rise_and_Liberation_of_NiggyTardust! -- avuton -- Anyone who quotes me in their sig is an idiot. -- Rusty Russell.
2015 Apr 19
2
[LLVMdev] function pointer alias analysis
...h a function pointer is conservatively assumed to call internal and external functions. Therefore, it has an edges pointing to the externalnode2, ie. the externalnode representing outgoing calls from this module. does LLVM have any function pointer analysis capabilities in the mainline ? Thanks, -Trent
2006 Jun 22
3
Partition results based on field
...ects with one query. What I''d like to do now is to limit the results so that there will be a maximum of 10 (or 5 or whatever) results for each type.. I can''t figure out how to do this, so I thought maybe someone brighter than me has done this before or knows how to do it? :) Trent Steele -- Posted via http://www.ruby-forum.com/.
2015 Jan 29
2
[LLVMdev] always-inline heuristic
I see that we do not inline a function marked as "always-inline" if it contains indirect branches ? what are the reasons behind this criterion ? Thanks Trent -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150129/92bf577a/attachment.html>
2006 Jul 22
0
Job opportunity for Rails developer in Stoke-on-Trent, UK
Hi, My company ( http://www.codeweavers.net/ ) is trying recruit a developer to produce dynamic data-driven websites. We are after people who understand and can apply: * the latest Web 2.0 technologies, including XHTML, CSS, JavaScript/ Ajax and Web Services * object-oriented programming * relational databases (we use PostgreSQL) * unit testing / test-driven development Most of our existing
2010 Mar 08
4
Shorewall Development Schedule
As Shorewall reaches maturity, it seems unlikely that the pace of development typical of the past 9 years will be sustained. Over that time, major releases have occurred approximately once per year; the last major release (4.4) was in August 2009. I do not currently have an active 4.5 development branch so it is very unlikely that we will see a 4.6 release this year. Going forward, I would
2010 Mar 08
4
Shorewall Development Schedule
As Shorewall reaches maturity, it seems unlikely that the pace of development typical of the past 9 years will be sustained. Over that time, major releases have occurred approximately once per year; the last major release (4.4) was in August 2009. I do not currently have an active 4.5 development branch so it is very unlikely that we will see a 4.6 release this year. Going forward, I would
2015 Apr 09
2
[LLVMdev] TBAA metadata
...and !6 = !{!7, !3, i64 0} tell me that they are derived from different (incompatible) basetypes. However i can also walk up the IR chain and find out %a is point to basetype object of struct A and %b pointing to basetype object of struct B. Maybe, the metadata simplified the TBAA pass ? Thanks, -Trent ; ModuleID = 'tbaa.ll' target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" %struct.A = type { i32 } %struct.B = type { i32 } ; Function Attrs: nounwind uwtable define i32 @foo(%struct.A* nocapture readonly %sa, %struc...
2004 Aug 12
4
Help with generating data from a 'not quite' Normal distriburtion
...s. (The distribution is quite symmetrical) Can anyone suggest any distributions I could fit to this data, and better still how I can then generate random data from this 'distribution' using R? ----------------------------------------------- Dr. David Crabb School of Science, The Nottingham Trent University, Clifton Campus, Nottingham. NG11 8NS Tel: 0115 848 3275 Fax: 0115 848 6690
2015 Jan 17
3
[LLVMdev] loop multiversioning
...l-code-placement -virtregrewriter -stack-slot-coloring -machinelicm -edge-bundles -prologepilog -machine-block-freq -branch-folder -tailduplication -machine-cp -postrapseudos -machinedomtree -machine-loops -post-RA-sched -gc-analysis -machine-block-freq -block-placement2 -stackmap-liveness Thanks, Trent -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150117/a5dfc025/attachment.html>
2004 Sep 01
4
Stream File Type?
I'm a newbie. I've just installed Icecast2 and am streaming to it successfully via Nicecast (great app BTW). My problem is that the stream from Icecast2 comes through as an .m3u which does not correctly open on any of the Mac or Windows machines that I've tried. When broadcasting directly from Nicecast the file type is a .pls which both iTunes and WMP seem to deal with just fine
2013 Nov 09
1
What's a sensible log level?
trentbuck at gmail.com (Trent W. Buck) writes: > I had a samba 4.0.9 AD DC (no other DCs), and I'm trying to join Windows > hosts to it. Most either automatically migrated, or worked fine when I > changed them to "workgroup" and back again, as Administrator. > > Three of th...
2012 Dec 03
2
Different results from random.Forest with test option and using predict function
...so there are no ties anymore. Can anyone shed light on what I am hoping is a simple oversight? I just can't figure out why the results of the predictions from these two forests applied to the NewBinaryYs and NewX data sets would not be the same. Thanks for any hints and help. Sincerely, Trent Buskirk -- View this message in context: http://r.789695.n4.nabble.com/Different-results-from-random-Forest-with-test-option-and-using-predict-function-tp4651970.html Sent from the R help mailing list archive at Nabble.com.
2015 Apr 10
2
[LLVMdev] LLVM Alias Analysis
...command line argument '-cfl-aa') It seems that they are not working properly. Could you please give some advice? And I was wondering if these alias analyses can produce alias results as precise as andersen or steensgaard. Thank you! Zhiyuan On Thu, Apr 9, 2015 at 10:19 PM, Xin Tong <trent.tong at gmail.com> wrote: > Hi Zhiyuan > > LLVM has globalsmodref-aa for global variables, TBAA - type based > alias analysis and CFL-AA. > > Xin > > On Tue, Apr 7, 2015 at 9:32 PM, Wan Zhiyuan <wanzhiyuan at gmail.com> wrote: > > Dear all, > > I was wo...
2017 Mar 18
2
4.0.0 on March 2017 ?
Should not the 4.0.0 release be March _2017_ in the "Release Emails" section on http://llvm.org/ ? -Xin
2004 Sep 01
1
Stream File Type?
>Brett Trent wrote: > >>I'm a newbie. >> >>I've just installed Icecast2 and am streaming to it successfully via >>Nicecast (great app BTW). >> >>My problem is that the stream from Icecast2 comes through as an .m3u >>which does not correctly open on any of the...
2008 Oct 31
2
gPXE failing to compile
...d to the environment I'm compiling in or if it is actually a bug, however the attached patch resolves it for me. -- Regards Nick Peirson -- Internet Central Ltd is a limited company registered in England. Registered number: 3079542. Registered office: Ivy House Foundry, Hanley, Stoke-on-Trent ST1 3NR. This message is private and confidential. If you have received this message in error, please notify us and remove it from your system. -------------- next part -------------- A non-text attachment was scrubbed... Name: syslinux-3.72.patch Type: text/x-patch Size: 3521 bytes Desc: not ava...
2004 Aug 10
1
Help with Normal Range Estimation for repated measures
...mply want to use 84 single values from the 84 subjects but use all the data (but we are aware this needs to be corrected for). Any help, however small, with this problem will be gratefully received. ----------------------------------------------- Dr. David Crabb School of Science, The Nottingham Trent University, Clifton Campus, Nottingham. NG11 8NS Tel: 0115 848 3275 Fax: 0115 848 6690