search for: shone

Displaying 20 results from an estimated 22 matches for "shone".

Did you mean: phone
2009 Mar 17
2
[LLVMdev] Looking for a Reaching Definition Analysis
...esults of the Reaching Definitions results in LLVM. Being new to LLVM I wasn't looking for the answer for the latter, but was looking for some pointers on how the current "Reaching Definitions" was implemented and where (or where the "uses" were otherwise built up). Thanks, Shone On Tue, Mar 17, 2009 at 5:06 PM, Daniel Berlin <dberlin at dberlin.org> wrote: > The immediate uses info provides reaching definitions already, at > least while the code is in SSA form. > So uh, what more are you looking for? > > 2009/3/17 Shone Sadler <shone.sadler at gma...
2009 Mar 17
2
[LLVMdev] Looking for a Reaching Definition Analysis
...as part of the LiveIntervalAnalysis, which is a MachineFunctionPass. However, I was expecting to find a implementation of RD Analysis earlier on. I will continue walking though LiveIntervalAnalysis and the rest of the code, but was looking for some direction here if possible. Thanks in advance! Shone Sadler -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090317/5996b796/attachment.html>
2009 Mar 17
0
[LLVMdev] Looking for a Reaching Definition Analysis
The immediate uses info provides reaching definitions already, at least while the code is in SSA form. So uh, what more are you looking for? 2009/3/17 Shone Sadler <shone.sadler at gmail.com>: > Hello, > > > I am a newbie to LLVM as well as compilers and I am hoping for some > direction in finding an instance of where a Reaching Definition Analysis is > being implemented within LLVM.  I have referenced the sources files, > in...
2015 Jun 22
1
SAMBA4 separate member and file server - Update
...and I get different results. >From the member/file server: [root at hnpmb01 ~]# wbinfo -i craig failed to call wbcGetpwnam: WBC_ERR_DOMAIN_NOT_FOUND Could not get info for user craig >From the domain controller: [root at hnpmb02 ~]# wbinfo -i craig craig:*:3000047:100:Craig Shone:/home/HN/craig:/bin/false It's almost as if setfacl cannot see the list of AD groups and accounts? Do I have to add the UNIX mappings on the DC if wanting to use a separate SAMBA 4 file server? Thanks Craig. From: Craig SHONE [mailto:craig.shone at gmail.com] Sent: 22 June 2015 0...
1998 Feb 25
1
R-beta: Mac version
...re putting up the proposal some idea of the scale of the > task would be useful. Do you know what would be involved? Is there a > preferred compiler? > > CC'd to R+R for when the power returns:-) > > Colin I got a letter on the same topic a bit earlier today from John Bacon-Shone. I'm copying my reply to him below. Basically, I think that the scale of the task is highly dependent on whether you know your way around the Mac API to begin with. As for compilers, I have no knowledge of the Mac platform, but in general freeware is preferred, if it exists (and works!), becaus...
2009 Mar 18
0
[LLVMdev] Looking for a Reaching Definition Analysis
2009/3/17 Shone Sadler <shone.sadler at gmail.com>: > I was more specifically looking through the source > code for a place where Reaching Definitions was implemented to derive those > uses and/or to generate the SSA. mem2reg (llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp) transforms to SSA...
2009 Dec 07
0
Blue Coat Opportunities
All inquiries can be sent to me at lisa.shone@bluecoat.com As a Principal Engineer within the Network Infrastructure Group, this developer has a major role in the ongoing development of our networking facilities for Blue Coat's Proxy SG family of products. Current highlights include Blue Coat's industry leading development of IPv...
2016 Jun 20
2
Upgrading SAMBA from 4.2.2 to 4.2.13
Hey everyone Have a (relatively) old CentOS SAMBA4 Active Directory running version 4.2.2, time to upgrade to the latest in the 4.2 series. As it's running as a VM on ESXI I have it backed up by VEEAM and I can take a snapshot before making any changes. Any major items to be aware of before upgrading to 4.2.13? Any reason I should not perhaps be looking a bit further to the 4.4.x
2015 Jul 07
2
SAMBA4 AD - Logon Scripts
Hi all Anyone having problems running logon scripts in 4.2.2? I've created a few test scripts (.bat, .vbs, etc) and placed them in the netlogon folder and then assigned some user accounts either the .bat or .vbs files using RSAT tools. Yet at login none of my client workstations (Windows XP, 7 or 8) execute their login scripts, none get mapped drives, etc. Browsing to the netlogon
1998 Feb 24
3
R-beta: qr(A)$rank
I would like to find the rank of a matrix using R. Looking through a list of commands it seems that the command qr should do the job. Checking a simple example gave me the wrong answer. Here is the example: > A <- c(1,2,3,4,5,6) > A <- matrix(A, nrow=2, ncol=3) > A [,1] [,2] [,3] [1,] 1 3 5 [2,] 2 4 6 > qr(A)$rank [1] 3 The correct answer is two. I
1998 Feb 24
3
R-beta: qr(A)$rank
I would like to find the rank of a matrix using R. Looking through a list of commands it seems that the command qr should do the job. Checking a simple example gave me the wrong answer. Here is the example: > A <- c(1,2,3,4,5,6) > A <- matrix(A, nrow=2, ncol=3) > A [,1] [,2] [,3] [1,] 1 3 5 [2,] 2 4 6 > qr(A)$rank [1] 3 The correct answer is two. I
2015 Jul 08
0
SAMBA4 AD - Logon Scripts
Hello Craig, Am 07.07.2015 um 09:06 schrieb Craig SHONE: > Anyone having problems running logon scripts in 4.2.2? I can't confirm any problems. :-) > I've created a few test scripts (.bat, .vbs, etc) and placed them in the > netlogon folder and then assigned some user accounts either the .bat or .vbs > files using RSAT tools. Is...
2015 Jul 13
1
SAMBA4 AD - Logon Scripts
Hello Craig, Am 10.07.2015 um 17:11 schrieb Craig SHONE: > Freshly provisioned CentOS 6.6 DC, freshly provisioned CentOS > 6.6 member/file server. Logon scripts called login.bat, login.cmd > and login.vbs all in the netlogon share, all have the same function > of mapping network drives. > > Users can log in fine, can browse the file s...
2004 Dec 05
0
Authentication and relays
...the mountpoint on the relayer (ie, changing the source mount point to /new-mount.ogg causes the mount on the relaying box to change to /new-mount.ogg and not maintain /mount.ogg name, despite being specified in <local-mount>). Have any dev's any advice? Have these problems had light shone on them before? Thanks, Andy Taylor (benow.ca/cjsw.com) P.S. 2.0 has been a champ, handling months on continous broadcast, 40+ listeners at a time without a hiccup. The foundation for great improvements in open broadcasting!
2004 Aug 06
3
another Icecast2/Vorbis stream on-line
...s hardly unexpected. Winamp reported bitrates from 26-31 kb/s. The sound quality was very decent, given the bitrate. I noted a few artifacts in the 6-8 kHz range (cymbals & electric-guitar harmonics) on an electric blues cut - similar to mp3 at 32kb/s, perhaps a little better. The codec really shone on the acoustic selections. Very transparent - with markedly fewer human-voice colorations than 32k mp3. The acoustic guitar also lacked the high-end grunge you often get with mp3 compression. Overall, I'm impressed. -bg --- Bill Goldsmith www.kpig.com www.radioparadise.com > > Greeti...
2020 Oct 01
1
Sieve not exists
...ovecot.org Sender: "dovecot" <dovecot-bounces at dovecot.org> There is one address in the To and no CC header at all, so why was this filed into listCC? (This is the only incidence of listCC in the sieve file for the list user) -- "I used to hate the sun, because it'd shone on everything I'd done. Made me feel that all that I had done was overfill the ashtray of my life."
2006 Jan 21
8
scriptaculous accordion feature - Jump?
Trying the accordion feature as offered at: http://wiki.script.aculo.us/scriptaculous/show/accordion+feature The objective is to remove the "jump" reported in the Rico accordion feature. My demo of the scriptaculous feature, however has a noticeable jump when tested if FireFox. and IE Win. See: http://www.jimdavis.org/accord3.html Have I implemented this incorrectly? Jim
2004 Aug 06
7
another Icecast2/Vorbis stream on-line
Greetings: Another test. I've re-encoded a batch of mono 22050 Hz WAVs, average bitrate seems to hang around 30-40 kbps. Icecast.xml is set for three connects, and the URL is here: http://64.108.112.145:8000/shouter.ogg IMO, the sound quality is much better now. Again, the stream should be up for about 45 minutes or so. Please let me know how it works for you... Best regards,
2004 Aug 06
7
another Icecast2/Vorbis stream on-line
Greetings: Another test. I've re-encoded a batch of mono 22050 Hz WAVs, average bitrate seems to hang around 30-40 kbps. Icecast.xml is set for three connects, and the URL is here: http://64.108.112.145:8000/shouter.ogg IMO, the sound quality is much better now. Again, the stream should be up for about 45 minutes or so. Please let me know how it works for you... Best regards,
2018 Jul 18
0
ET Y M OSO C A TOAY. Moscow. Hypo-X-Us .... TO DAY ... & AND Y Msg o' Pi ... "e, Ya!" ... at the crossroads of Secord, Oli North and ... Ved
...a/* . / / // <http://hoyo.cf/lists/lt.php?id=YUgCBwFVGAFRXR1QWlQKVF0F> In Breughel's Icarus, for instance: how everything turns away Quite leisurely from the disaster; the ploughman may Have heard the splash, the forsaken cry, But for him it was not an important failure; the sun shone As it had to on the white legs disappearing into the green Water, and the expensive delicate ship that must have seen Something amazing, a boy falling out of the sky, Had somewhere to get to and sailed calmly on. / / / W.H. Auden/ Chief among those, of course, the idea that simulating hurrica...