search for: progamm

Displaying 17 results from an estimated 17 matches for "progamm".

Did you mean: programm
2015 Nov 27
2
ssh-copy-id bugfix
...#39;s reasonable to require that someone reading code already knows the > tools being used. I'm familiar with the old "the code is the comments" approach to documentation. The difficulty with it is exactly what we see here. It's not clear, even to a reasonably intelligent bash progammer, that the use of "exec" is to insure compatibility with fish and tcsh users. I've used both, and in fact published the first public ports of tcsh for SunOS, and even I'd have think carefully to deduce, from raw principles, why my scripting in bash is written in a fairly ugly to...
2007 Aug 04
3
Normality tests
...sset classes we want to investigate, and we would like to run R's multiple normality tests on these data to check whether any asset classes are flagged up as being statistically non-normal. I see from the R documentation that there are several R commands to test for this, but is it possible to progamme a tool which can (i) convert the Excel data into a format which R can read, then (ii) run all the relevant tests from R, then (iii) compare the results (such as the p-values) with a user-defined benchmark, and (iv) output a file which shows for each asset class, which tests reveal that the null hy...
2009 Sep 03
1
Party plots
I'm pretty new to R, and not much of a progammer (yet). I'm having trouble navigating the graphical output for the party algorithm. Essentially, my tree is too large for the default page size so the nodes overlap and obscure one another. Anybody know how to change the plot parameters to either: 1) enlarge the page size so the defaul...
2009 Dec 10
1
obtain intermediate estimate using optim
...I have set $control.trace and $control.report such that I can see the value of the function at each iteration. I do see that I set the convergence criteria to strict in the sense that the function value does not change much. However, before loosening my convergence criteria, I was wondering how to progamm that I can see the estimates of the true parameters and of the hessian such that I can see whether they do not change much either. Than I can adjust my convergence criteria such that he ends at that point. I do know how to adjust the convergence parameters but I do not know how to obtain intermedia...
2004 Aug 06
0
iceS 0.2.2 bug?
I havent had the time to look into this further, and since i'm not a much of a C progammer, i'm afraid i might never figure it out so i thought i'd report it here. i'm running icecast 1.3.11 and feeding it with iceS 0.2.2. i've got 7 streams running, each running a different playlist out of my collection in random order. one of the streams runs for a few hours and then...
2009 Mar 30
2
iphone, skype and asterisk ...
Hi,
2008 Jul 28
0
i want some help
...iption i want to communicate with > my UPS labled "BNT 1000AP" from "Powercom" i searched the net but i > could not found the communicate protocol of UPS i want to write a c > programe that will get the UPS Status messages plz tell me how can i > do it moreover you c progamme is on the linux platform but i want to > write it for the windows i work for the R & D firm plz answer me > quick as you can > regards > Usman Abid
2023 Feb 22
1
[libnbd PATCH v3 09/29] lib/utils: introduce async-signal-safe execvpe()
...trict the child process to AS-Safe functions. Or that glibc has taken special pains to make reliance on certain AS-unsafe functions (namely, malloc() and getenv()) "safer" in practice, despite permission from POSIX allowing glibc to throw caution to the wind and claim deadlocks to be the progammer's bug rather than glibc's. The fact that documentation does not match reality is indeed disheartening, but this may be a good time to open up bug requests to the documentation team(s) that can improve it for the next reader. Deadlock avoidance is one of the harder topics in computer sci...
2006 Jan 04
0
Re: DB Modelling the Rails way - solution by Chris Hall
...ith "John Smith" > person.projects > > # all roles assocated with "John Smith" > person.roles > > role = Role.find(1) # "programmer" > > # all projects with a "programmer" role > role.projects > > # all people with a "progammer" role > role.people > > > now say you want to add John as a "manager" (id = 2) role to Project 10 > > john = Person.find_by_name("John") > manager = Role.find_by_name("Manager") > project.find(10) > > with this information, you...
2015 Nov 26
2
ssh-copy-id bugfix
On Wed, Nov 25, 2015 at 12:20 PM, Philip Hands <phil at hands.com> wrote: > Nico Kadel-Garcia <nkadel at gmail.com> writes: >> What seems to be missing in the patch is a comment line, above the >> stanza, explaining why the code uses "exec". > > My reading of the presence of "exec" there was: > > We're assuming that the current
2006 Jan 02
5
DB Modelling the Rails way - Opinions??
Hi, I''m trying to figure the most efficient way to model the following. I can think of at least two ways to relate the tables but from a client/server perspective! I''m wondering how to best (and elegantly)relate them from an AR perspective. A project has many people, A person can work on many projects at any time, A project has many roles, A role is performed by a person, A
2006 Apr 13
10
Code Igniter
Hi all, I was just made aware of this: <http://www.codeigniter.com> I wonder where the inspiration comes from? Lots of very similar concepts there ;) I''ve only watched the intro movie so far, but very interesting. jt
2006 Jan 07
4
To Chris Hall - Re: DB Modelling the Rails way - Opinions??
...1) # "John Smith" # all projects assocated with "John Smith" person.projects # all roles assocated with "John Smith" person.roles role = Role.find(1) # "programmer" # all projects with a "programmer" role role.projects # all people with a "progammer" role role.people now say you want to add John as a "manager" (id = 2) role to Project 10 john = Person.find_by_name("John") manager = Role.find_by_name("Manager") project.find(10) with this information, you could do it several different ways...depending on...
2006 Jan 21
7
n-way joins
Hi, I''m somewhat of a Rails newbie and am trying to understand how to formulate n-way (3 or 4 way) joins in Rails (where the join tables contain extra data as well.) Let me give you my basic entities: foos id - pk name - unique bars id - pk name - unique bazs id - pk name - unique frozs id - pk name - unique then i have two separate join tables: foos_bars_bazs - 3 way join
2023 Feb 22
1
[libnbd PATCH v3 09/29] lib/utils: introduce async-signal-safe execvpe()
On 2/21/23 20:32, Eric Blake wrote: > On Tue, Feb 21, 2023 at 07:07:38PM +0100, Laszlo Ersek wrote: >> Well, given Daniel's comments meanwhile, it seems like the original >> execvp() is something we shouldn't fret about. :/ > > glibc marks execvp() and exevpe() as 'MT-Safe env', which means it > does not modify 'environ' and presumably does not use
2019 Sep 10
7
multiple instances? Updated
Hello, Thomas_B._Rücker, Initially I was asking for a working example file with more than one stream instance. Something that I can take as an example to work from. I've not gotten that yet, despite posting 2 config files; both that came with the install package. Trust me, if there were other choices for streaming servers than just icecast and shoutcast; I'd be running there to see if
2005 Jun 21
9
[OT] Memory Models and Multi/Virtual-Cores -- WAS: 4.0 -> 4.1 update failing
...t this point. But there are _several_ factors. But I'm sure the first time Intel saw AMD's x86-64/PAE52 presentation, the same thing popped into my mind that popped into Intel's mind ... Virtualization - The 48-bit/256TiB limitation of x86-64 "Long Mode" There is a "progammers limit" of 48-bit/256TiB in x86-64 "Long Mode." This limitation is due to how i386/i486-TLB works -- 16-bit segment, 32-bit off-set. If AMD would have choosen to ignore such compatibility, it would have been near-impossible for 32-bit/PAE36 programs to run under a kernel of a diff...