search for: carl

Displaying 20 results from an estimated 1242 matches for "carl".

Did you mean: card
2011 Sep 17
0
[LLVMdev] Build errors on r139985
Hi, I get build errors when trying to build a fresh r139985. Anyone got a clue? carl at carl:~/Downloads/llvm3.0/llvm$ gcc --version gcc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2 Copyright (C) 2010 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. carl at...
2014 Dec 16
4
Not using AD group when writing file
On 16/12/14 20:47, Carl Carpenter wrote: On 16/12/14 17:35, Carl Carpenter wrote: Forgot to mention that the permissions are also incorrect. They are supposed to be 775 but come out as 744. Carl Carpenter Director, Information Services Hill Country MHDD Centers (830)258-5414 or ext. 2038 On 12/11/2014 4:13 PM, Carl...
2005 Dec 15
8
How to ensure deletes cascade to associated models?
...nd class ResumeAssignment has_one :resume has_one :user end When I delete a resume, I want to make sure that its associated ResumeAssignment gets deleted also. Calling destroy_all to delete some resumes doesn''t seem to do this. Is there an option that will make it do this? Thanks, Carl
2008 May 05
3
failed autoexecutable msi installer
...007) installs OK in Wine. The exe file can be unpacked but I don't see any msi or setup file in there. Has anyone come across this before? Any suggestions? Software available from http://xsens.com/Static/Documents/UserUpload/Xsupport/MTSDK_v3.0.2.exe. Output from attempted installation: [carl at carl-macbook:~]% wine '/home/carl/OperaDownloads/MTSDK_v3.0.2/MTSDK_v3.0.2.exe' preloader: Warning: failed to reserve range 00000000-00010000 preloader: Warning: failed to reserve range 00000000-00010000 preloader: Warning: failed to reserve range 00000000-00010000 preloader: Warning: fa...
2020 Aug 03
2
Ubuntu 18.04 classicupgrade help
On 03/08/2020 15:39, Carl Hunter via samba wrote: > On Monday, August 3, 2020, 03:21:02 a.m. EDT, Rowland penny via samba <samba at lists.samba.org> wrote: > > > On 03/08/2020 00:29, Carl Hunter via samba wrote: >> >> >> Just got back from vacation.? I tried adding those sha...
2000 May 12
1
Patch: OpenSSH 2.1.0 under Solaris 8, Solaris 7 and other systems , too
Hi ! Karsten Thygesen wrote: >>>>> "carl" == carl <carl at bl.echidna.id.au> writes: > carl> Marc, I'm seeing the same problem if I use the inbuilt entropy > carl> generator, but if I use SUNWski's /dev/random, it's fine. > carl> ssh also coredumps if I use the built in entropy generator if I &g...
2020 Aug 03
2
Ubuntu 18.04 classicupgrade help
On 03/08/2020 00:29, Carl Hunter via samba wrote: > > > Just got back from vacation.? I tried adding those shares and they seem to be working.? I went to the ACL link and followed the instructions to set the permissions in windows.? In the list of shares I see a couple I'm not sure of.? There's an IPC$,...
2005 Jul 23
11
Validation without ActiveRecord
...tionController::CgiRequest:0x24a6c14> I''m assuming that my controller somehow has not figured out that I want to use SearchRequest as my model. I tried adding it as a model to the controller but that didn''t fix this problem. Any advice would be greatly appreciated. Thanks, Carl
2007 May 05
3
Tell me why my Shoutcase handler sucks!
...it sucks and how to improve it. It''s really short, under 100 lines with comments. Of course, this is just a really rough solution that I hacked together to experiment with interfacing with broadcasting clients and audio players. Anyway, here it is: http://pastie.caboo.se/59073 Thanks, -carl -- EPA Rating: 3000 Lines of Code / Gallon (of coffee)
2015 Apr 24
4
"hosts allow" not working?
On Fri, 24 Apr 2015, Klaus Hartnegg wrote: > Am 24.04.2015 um 01:02 schrieb Carl G. Riches: >> I'm unable to join a Windows 7 PC >> to the Samba 4 domain when "hosts allow" is defined > >> hosts allow = 127 10.208.29. 10.108.29. > > Maybe the new version insists there must be a dot after the 127. > I put the dot in, to no avail. I a...
2023 Jun 29
1
Correct use of tools::R_user_dir() in packages?
On Thu, 29 Jun 2023 at 01:34, Carl Boettiger <cboettig at gmail.com> wrote: > > Thanks Simon, I was very much hoping that would be the case! It may > be that I just need to put the version requirement on 4.0 then. I > will be sure to add this version restriction to my packages (which > technically I should be...
2014 Dec 16
1
(no subject)
On 16/12/14 17:35, Carl Carpenter wrote: Forgot to mention that the permissions are also incorrect. They are supposed to be 775 but come out as 744. Carl Carpenter Director, Information Services Hill Country MHDD Centers (830)258-5414 or ext. 2038 On 12/11/2014 4:13 PM, Carl Carpenter wrote: Per your request [gl...
2023 Jun 28
1
Correct use of tools::R_user_dir() in packages?
...s very much hoping that would be the case! It may be that I just need to put the version requirement on 4.0 then. I will be sure to add this version restriction to my packages (which technically I should be doing anyway since this function didn't exist in early versions of `tools`.) Cheers, Carl --- Carl Boettiger http://carlboettiger.info/ On Wed, Jun 28, 2023 at 12:59?PM Simon Urbanek <simon.urbanek at r-project.org> wrote: > > Carl, > > I think your statement is false, the whole point of R_user_dir() is for packages to have a well-defined location that is allowed - f...
2009 Nov 29
4
lm() notation question
...recent thread provided a (working) construct for lm: lm(as.matrix(freeny[ix]) ~., freeny[-ix]) Can someone explain what is meant by the formula in that expression, that is, what does "mymatrix~." do? I couldn't find any such example in the lm() or formula() help pages. thanks Carl
2014 Feb 12
2
[LLVMdev] Fwd: [windows) how to use weak references with llvm 3.4 and windows?
...Kleckner" <rnk at google.com> a écrit : > You'd have to use extern_weak linkage. Clang compiles the foo declaration > to: > $ clang -cc1 -emit-llvm -o - t.c | grep declare.*@foo > declare extern_weak i32 @foo(...) #1 > > > > On Tue, Feb 11, 2014 at 4:16 AM, Carl <name.is.carl at gmail.com> wrote: > >> Thanks for your clear answer. Do you know what modifier should I use to >> declare such weak symbols in my llvm intermediate code? >> >> So that it can be compiled to the .o file with the weak attribute ? >> Le 10 févr....
2005 Dec 02
4
How to get the count of matching documents
I''m trying to generate a rails pagination helper for some ferret search results, and I need to know how many total matches there are to my search query. I don''t see an obvious way of finding this. Any help would be appreciated. Thanks, Carl Youngblood
2005 Oct 14
7
validates_confirmation_of not working
...ve logged the values of self.password and self.password_confirmation at the point that valid? is called and self.password_confirmation is not set. However, valid? succeeds and the password is changed, even though no confirmation was provided. Any ideas as to why this might be happening? Thanks, Carl
2014 Dec 16
1
Not using AD group when writing file
Forgot to mention that the permissions are also incorrect. They are supposed to be 775 but come out as 744. Carl Carpenter Director, Information Services Hill Country MHDD Centers (830)258-5414 or ext. 2038 On 12/11/2014 4:13 PM, Carl Carpenter wrote: Per your request [global] workgroup = HCCMHMRC realm = HILLCOUNTRY.LOCAL server string = Samba Server Version %v security...
2012 Aug 17
2
[LLVMdev] MIPS & GP register
(forwarding to llvm-dev) ---------- Forwarded message ---------- From: Akira Hatanaka <ahatanak at gmail.com> Date: Fri, Aug 17, 2012 at 2:35 PM Subject: Re: [LLVMdev] MIPS & GP register To: Carl Norum <carl at lytro.com> Will something like this fix the problem? if (!Subtarget.isLinux()) { reserve GP and GP_64 } To improve code, we have stopped reserving GP as a dedicated global register and have made it available to the register allocator. This works if we can initialize GP at...
2020 Aug 05
2
Ubuntu 18.04 classicupgrade help
On Tuesday, August 4, 2020, 08:39:59 a.m. EDT, Carl Hunter via samba <samba at lists.samba.org> wrote: On Tuesday, August 4, 2020, 06:43:52 a.m. EDT, Rowland penny via samba <samba at lists.samba.org> wrote: On 04/08/2020 00:33, Carl Hunter wrote: > > Next question.? I've got a script that's supposed to run at a...