search for: sheppard

Displaying 20 results from an estimated 34 matches for "sheppard".

Did you mean: shepard
2010 Dec 01
2
Help with Samba4 running logon script
...did also try inserting a net use command in the .bat just in case it was really working but I don't see any mapped drive either. Maybe this is a problem with Vista and I need to change a setting there? If you have any suggestions on what to check I would greatly appreciate it. Thanks. Mark Sheppard
2007 Nov 10
0
Radiant 0.6.4 - Gem Shaper Release
...admin UI and <r:date /> tag. [Bodhi Philpot] * Update to latest Prototype and script.aculo.us and refactor and extract inline Javascript into external files. [Mislav Marohnic] * Narrow scope of exception to only throw on missing fixture files, allowing invalid yaml errors through. [Daniel Sheppard] * Added tests to ensure that response_cache stays within the cache dir. [Daniel Sheppard] * Add assert_requires_login to LoginTestHelper. [Sean Cribbs] * Make sure tag binding stack is popped when an exception occurs. [jay-WxwZQdyI2t0@public.gmane.org] * Clean up some apparent cruft in page.rb [...
2012 Feb 27
2
[LLVMdev] Where is LLVM-3.0.dll
I'm trying to use LLVM on Windows for the first time. Keith Sheppard has published some F# bindings: https://github.com/keithshep/llvm-fs They require an LLVM-3.0.dll file. I'm not familiar with Windows but I think I've managed to build LLVM 3.0 using both VS2010 and Cygwin but neither build seems to have produced said file. The VS2010 build (made using...
2012 Oct 18
1
[LLVMdev] [cfe-dev] Announcement: Phabricator for code reviews
Yes, that was my (maybe wrong) assumption. -Keith On Thu, Oct 18, 2012 at 9:33 AM, Tim Northover <t.p.northover at gmail.com> wrote: > On Thu, Oct 18, 2012 at 2:09 PM, Keith Sheppard <keithshep at gmail.com> wrote: >> This looks great! One hitch though: it looks like I can monitor files >> by name but what I really want to watch is a whole directory >> "/llvm/trunk/include/llvm-c". I didn't see any way to do that. Do you >> have any i...
2018 Mar 12
0
IceCast Listenter Count Stat - BASH or php?
...:text> </xsl:for-each> </xsl:template> </xsl:stylesheet> ...which looks complex but spits out a comma-separated list of values: MountPoint,Connections,Stream Name,Current Listeners,Description,Currently Playing,Stream URL Global,Client:2338283 Source: ,,3,, /high.aac,,,1,, - Sheppard - Geronimo, /high.mp3,,,2,, - Sheppard - Geronimo, /low.aac,,,0,, - Sheppard - Geronimo, /shoutcast.mp3,,,0,, - , If necessary you can trim down the data even more to just: <xsl:stylesheet xmlns:xsl = "http://www.w3.org/1999/XSL/Transform" version = "1.0" > <xsl:out...
2004 Dec 14
5
wxRuby and other GUI toolkits
...st up there with vi versus emacs, but since I''m a wxruby developer, I''d like to know what people "don''t" like about wxruby. Otherwise, how else do we improve? Browsing online, I''ve found a few complaints: Difficulty in getting it installed - Daniel Sheppard, http://www.jroller.com/page/soxbox/ Use of ugly integer values for event handlers - http://homepages.ihug.com.au/~naseby/31.html It''s a good start (though I don''t know what platform Mr. Sheppard is trying to install on), but any other discussion would be most helpful. Thanks...
2010 Nov 17
3
Need help changing user password
Hi! I am currently using Samba4 Alpha13 but I have not been able to change a users password. I curently can add a user using ldbadd and a ldif file but I would like to know the recommended way of changing a users password. It would be nice if it could be done from the adminstrator account so that you do not need to know the original password. Thanks for the help! MS
2012 Feb 27
0
[LLVMdev] Where is LLVM-3.0.dll
> I'm trying to use LLVM on Windows for the first time. Keith Sheppard has > published some F# bindings: > >  https://github.com/keithshep/llvm-fs Keith specified the build instructions there, what were the problems of using them? -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
2012 Oct 18
0
[LLVMdev] [cfe-dev] Announcement: Phabricator for code reviews
On Thu, Oct 18, 2012 at 2:09 PM, Keith Sheppard <keithshep at gmail.com> wrote: > This looks great! One hitch though: it looks like I can monitor files > by name but what I really want to watch is a whole directory > "/llvm/trunk/include/llvm-c". I didn't see any way to do that. Do you > have any idea if that is p...
2008 Aug 29
1
scan after seek in text files (PR#12640)
Full_Name: Dr. Alex Sheppard Version: 2.7.1 OS: Linux Debian Lenny Submission from: (NULL) (79.73.224.62) After scanning from an open (text) connection, then seeking, then scanning again, the second scan returns incorrect result. It looks like the first byte scanned was from the pre-seek file position, then it continues to r...
2012 Mar 04
1
[LLVMdev] LLVM from .NET
...hem on my (x86 Vista) desktop by specifying the Cdecl calling convention but the warnings persist on my (x86 Win 7) netbook. Secondly, the performance is awful which (IIRC) is probably because the native target has not been initialized correctly and LLVM is falling back to the IR interpreter. Keith Sheppard used a hack to call LLVMInitializeX86Target but that hasn't done the trick and I cannot figure out how to call the correct LLVMInitializeNativeTarget function from .NET. Does anyone know the solutions to these problems or, better yet, have a pre-existing .NET binding to LLVM where everything j...
2012 Oct 18
2
[LLVMdev] [cfe-dev] Announcement: Phabricator for code reviews
...ev at cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev >> > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev -- keithsheppard.name
2012 Sep 01
0
[LLVMdev] building LLVM for raspberry pi
On 01.09.2012, at 15:02, Keith Sheppard <keithshep at gmail.com> wrote: > Hi All, > > I tried build a version of LLVM pulled from the git repo on my > raspberry pi. I got close to the finish line then: > > llvm[2]: Building Debug+Asserts Archive Library libLLVMDebugInfo.a > make[2]: Leaving directory `/home/...
2012 Sep 01
2
[LLVMdev] building LLVM for raspberry pi
...ing that I haven't ever done before so I could use some pointers. Is there a recipe for building LLVM for raspberry pi that someone can share or any pointers? Incase it matters the source OS is OS X Mountain Lion and I'm happy to use gcc/clang/whatever works. Thanks, Keith -- http://keithsheppard.name
2015 Jan 27
0
Five PhD Awards in Retail Big Data and Geographic Data Science (UCL and University of Liverpool)
....ac.uk/funding-and-guidance/postgraduates/prospective-students/eligibility/index.aspx before applying. The CDRC Website is http://cdrc.ac.uk/. To apply, please submit a CV and supporting letter of application, demonstrating how you feel your skills and experience are relevant to the CDRC, to Sarah Sheppard s.sheppard at ucl.ac.uk. Please also state whether you would wish to be considered for the 4 year ESRC/EPSRC multidisciplinary studentship and whether you would like to be based at the University of Liverpool or UCL. Candidates must also include a clear statement that they have read and understood...
2012 Oct 03
2
Creating tiff with 1200 dpi
...5.08" length, and 1200 dpi. When I create a tiff file that is 800 dpi and 4x4", it works (although doesn't look good). But when I create a tiff that is the size and dpi I want, it doesn't work. I get the following error: Error in tiff(filename = "C:\\Documents and Settings\\sheppardj\\Desktop\\Manuscripts\\Figure 6c.tif", : unable to start tiff() device In addition: Warning messages: 1: In tiff(filename = "C:\\Documents and Settings\\sheppardj\\Desktop\\ Figure 6c.tif", : Unable to allocate bitmap 2: In tiff(filename = "C:\\Documents and Settings\\sh...
2012 Feb 27
1
[LLVMdev] Where is LLVM-3.0.dll
Anton wrote: > > I'm trying to use LLVM on Windows for the first time. Keith Sheppard > > has published some F# bindings: > > > > https://github.com/keithshep/llvm-fs > Keith specified the build instructions there, what were the problems of using > them? I followed both those instructions and (separately) the instructions from the LLVM "Getting Started...
2012 Nov 01
1
[LLVMdev] C API: Why do some functions require a string length arg
...ewhat new MD functions). Is there a reason that some functions ask for length? If possible, I'd prefer for the API not to require length for reasons of simplicity and consistency and if it turns out that there is consensus for this change I'm happy to prepare a patch. Best, Keith -- keithsheppard.name -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121031/4cbc0896/attachment.html>
2010 Feb 09
2
Mass Effect, Problem With Mouse
Hello, In fact, if i play with Wine 1.1.38 not patched, i can move my mouse but i can't use it in the menu. But during a game, it's different. Left and Right clic don't work and move the mouse doesn't work too. Mainly when i want choose a conversation's option when Sheppard must to speak. You managed to resolve this problem with which patch? There are more patch and i don't find a good patch to play correctly at this game. I add that i play in windowed mode with wine 1.1.38. Thanks for your help.
2010 Dec 10
2
Mass Effect 2 bug 23135
Hello. I am wondering if anyone is playing Mass Effect 2 with the latest wine, (patched or otherwise) and if so, are you using a dual core cpu? Mine is an AMD am2 6000+, and I have trouble with bug 23135, Mass Effect 2 hangs/crashes after Sheppard is reanimated. Dan Kegel is thinking of closing the bug under suspicion that it's a game glitch, now a wine problem, and some posts on the bioware forums seem to back him up. I am thinking of upgrading to an AM3 955, but first I'd like to know if it'll have any effect at all. Also, I a...