search for: pricipl

Displaying 9 results from an estimated 9 matches for "pricipl".

Did you mean: pricipal
2006 Jul 09
4
can I create lib.a from dir/lib.a?
In an attempt to solve some of the dependency issues when building klibc library I started to do a modular build of klibc library. The priciple is simple. build all sub-directories specified with lib-y := dir/ before the final lib.a But reading "man ar" it was not obvious if: ar cp lib.a dir/lib.a dir2/lib.a file1.o file2.o would produce the desired result. The linux kernel uses lr -r instead, but thats not libraries. I could...
2002 Feb 23
0
IP accounting counters on iptables
...(in this case, defined by shorewall), and store data in an SQL database for infinite data gathering. So far, I think I found one that worked on that reads the output of iptables -vnx -L -t filter calles IAM (IP Accounting Monster), howerver, it''s not exactly right. So, based with that priciple in mind, resetting the counters at intervals of 1 or 2 hours, I''m thinking of writing a perl data collection script that would parse the output of iptables and store data into an sql database with a timestamp and reset the counters for the in and out chains of the firewall (dmz2net loc2ne...
2019 May 15
2
Debian Samba 4.9.8 and 4.8.12 available now. (amd64/i386)
Hai guys, I've released the first batch of new packages. The following has been done, others will follow shortly. Debian Jessie samba 4.8 amd64/i386 Updated to samba 4.8.12 Debian Stretch samba 4.8 amd64/i386 Updated to samba 4.8.12 Debian Stretch samba 4.9 amd64/i386 Updated to samba 4.9.8 Info : http://apt.van-belle.nl/ Buildlogs : http://downloads.van-belle.nl/ --- The quick
2012 Jan 05
2
difference of the multinomial logistic regression results between multinom() function in R and SPSS
Dear all, I have found some difference of the results between multinom() function in R and multinomial logistic regression in SPSS software. The input data, model and parameters are below: choles <- c(94, 158, 133, 164, 162, 182, 140, 157, 146, 182); sbp <- c(105, 121, 128, 149, 132, 103, 97, 128, 114, 129); case <- c(1, 3, 3, 2, 1, 2, 3, 1, 2, 2); result <- multinom(case ~ choles
2009 May 02
1
lattice levelplot axis + custom annotations
How would I set the "scales" property of a lattice levelplot, so that I can add specific annotations at specific positions? For example, I have a 200 x 1000 element levelplot. Along the y-axis (along the 1000-element axis) I would like to add annotations on the left side of the levelplot at elements 120, 300, 500, and 805, which represent clusters of interest. Currently I have
2001 Jan 30
1
Bit pealing and streaming
Hi: Since I'm not a programmer and just want to get stuff worked out properly in my head, I'm posting this here. I just want to be sure I have all the concepts regarding vorbis and high sampling rates at low bit rates all sorted out. Note that this will involve questions, some of which I've been looking for answers to for some time. The way I understand things is that vorbis is
2006 Nov 04
0
traits-0.9.2 - better living through metaprogramming
URLS http://rubyforge.org/projects/codeforpeople/ http://codeforpeople.com/lib/ruby/traits ABOUT traits.rb is set of attr_* like methods on steroids, caffeine, and botox. it encourages better living through meta-programming and uniform access priciples. traits.rb supports smart inheritence of class attributes and a fistful of hooks for veryifying and munging attr values. VERSION 0.9.2 HISTORY 0.9.2 - fixed a bug where list traits, for example trait ''letters'' => %w[ a b c ] were flattened...
2006 Jan 08
22
Putting it all in one place with Schemas
I''m still relatively new to ROR, but I like what I see with the database-neutral approach of Schemas. In the spirit of keeping it simple and minimizing the number of files and location of information, does ActiveState currently allow me to go ahead and place other low level model information such as validation requirements and associations inside the schema rather than putting it in
2006 Nov 04
0
traits-0.10.0
...LS http://rubyforge.org/projects/codeforpeople/ http://codeforpeople.com/lib/ruby/traits INSTALL yes|sudo gem install traits ABOUT traits.rb is set of attr_* like methods on steroids, caffeine, and botox. it encourages better living through meta-programming and uniform access priciples. traits.rb supports smart inheritence of class attributes and a fistful of hooks for veryifying and munging attr values. VERSION 0.10.0 HISTORY 0.10.0 - removed use of additional instance var to denote whether a value had been set. now the test is only ''defined?...