Displaying 20 results from an estimated 100 matches similar to: "New configuration format, parser, libupsconfig and upsconfig : some news ^_^"
2006 Aug 07
0
The new formalism : you can try it
Hi ups-dev !
I bring you some news about my work : it works ^_^
you can now try out the new configuration formalism. I modified upsd,
the drivers and upsmon to use the new formalism and the new parser
(via the libupsconfig library)
The SVN link :
svn co svn://svn.debian.org/nut/branches/JD-NewConf
How to use it :
To test it, I propose that you execute the following commands :
Go to the
2006 Jul 10
1
Rework of the configuration files (task 280)
Hi everyone,
I'm new in the upsdev team, nice to meet you ! I'm currently doing an
internship at MGE UPS, working with Arnaud Quette for the NUT project.
I'll work for 2 months on the reworking of the configuration files for NUT
and creation of libupsconfig and upsconfig libraries. (task 280 and 281 of
the NUT project)
My planning is as follow :
Week 27 : Become used with the
2008 Nov 16
1
Opening the 2.4 commit fest (configuration files)
On Sun, Nov 16, 2008 at 11:08 AM, Arnaud Quette <aquette.dev at gmail.com> wrote:
> 2008/11/15 Charles Lepple <clepple at gmail.com>:
>> On Fri, Nov 14, 2008 at 5:42 PM, Arnaud Quette <aquette.dev at gmail.com> wrote:
>>> fellows,
>>>
>>> You can now commit to the trunk everything that is scheduled for 2.4
>>>
>>> For my part,
2008 Mar 10
3
Only 5 tests out of 376 currently failing!
Good news! SuperRedCloth is down to just five failing tests! I was
down to 10 or so in mid-February but then I added test cases from
"The official reference manual for Textile 2", which added 97 new
tests, many of them failing. I''m happy to say, they''re almost all
passing now.
Four of these last five I just need to check with you on before I
deviate from
2007 Jan 14
1
Doxygen API documentation
One thing that would be handy for driver developers (or for myself, at
the very least) would be having some API documentation for the core
NUT functions.
Here is an example of Doxygen's output:
http://www.ghz.cc/~clepple/libhid/doc/html/hid_8h.html
The two main categories of API documentation that I see are the
internal NUT functions needed for writing drivers, etc., and the
external
2008 Mar 15
8
Now what?
> $ rake test
> /usr/local/bin/ruby -Ilib:test "/usr/local/lib/ruby/gems/1.8/gems/
> rake-0.7.3/lib/rake/rake_test_loader.rb" "test/test_formatters.rb"
> "test/test_parser.rb"
> Loaded suite /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake/
> rake_test_loader
> Started
>
2006 Nov 16
2
Re: [nut-commits] svn commit r585 - in trunk: . conf server
2006/11/16, Arjen de Korte <adkorte-guest@alioth.debian.org>:
> Author: adkorte-guest
> Date: Thu Nov 16 21:16:40 2006
> New Revision: 585
>
> Modified:
> trunk/ChangeLog
> trunk/conf/upsd.conf.sample
> trunk/server/conf.c
> trunk/server/upsd.c
> trunk/server/upsd.h
> Log:
> upsd: add MAXINIT parameter to upsd.conf to make the time upsd
2003 Oct 31
1
constrained nonlinear optimisation in R?
Hello. I have searched the archives but have not found anything. I
need to solve a constrained optimisation problem for a nonlinear
function (“maximum entropy formalism”). Specifically,
Optimise: -1*SUM(p_ilog(p_i)) for a vector p_i of probabilities,
conditional on a series of constraints of the form:
SUM(T_i*p_i)=k_i for given values of T_i and k_i (these are
constraints on
2018 May 24
0
[RFC] Formalizing FileCheck Features
On 05/24/2018 08:46 AM, via llvm-dev wrote:
> Background
> ----------
>
> FileCheck [0] is a cornerstone testing tool for the LLVM project. It
> has grown new features over the years to meet new needs, but these
> sometimes have surprising and counter-intuitive behavior [1]. This
> has become even more evident in Joel Denny's recent quest to repair
> what seemed like
2003 Jul 17
6
Formal definitions of R-language.
Hello!
Some CS-guys (the type who knows what Church formalism is) keep asking
me questions about formal definitions of R-language that I can not
answer (or even understand). Is there some freely available papers which
I can throw at them where it would be explained is R
functional/OOP/procedural language, does it use weak/strong,
dynamic/static typization, does it use lazy or ...(do not know
2010 Mar 16
1
Problem with S3 to S4 transition
Hello to everybody
I am developing a package using R and have the following problem:
I used to work in a mixture of S3 and S4 mechanism environment: as a
matter of fact, I used to define my classes (say "DB" for illustration)
using the setClass function (with representation field), and
I was using the S3 implicit mechanism writing the functions: print.DB
and plot.DB.
Recently, I
2012 Apr 23
0
R-help Digest, Vol 110, Issue 23
Yes, the (start, stop] formalism is the easiest way to deal with time
dependent data.
Each individual only needs to have sufficient data to describe them, so
for if id number 4 is in house 1, their housemate #1 was eaten at time
2, and the were eaten at time 10, the following is sufficient data for
that subject:
id house time1 time2 status discovered
4 1 0 2
2018 May 24
5
[RFC] Formalizing FileCheck Features
Background
----------
FileCheck [0] is a cornerstone testing tool for the LLVM project. It
has grown new features over the years to meet new needs, but these
sometimes have surprising and counter-intuitive behavior [1]. This
has become even more evident in Joel Denny's recent quest to repair
what seemed like an obvious defect [2] but which led me to the
conclusion [3] that FileCheck sorely
2019 Mar 26
0
Discrepancy between is.list() and is(x, "list")
Hi Abs,
Lets try to remain civil even when disagreeing about major design
philosophies, ok?
On Tue, Mar 26, 2019 at 2:08 PM Abs Spurdle <spurdle.a at gmail.com> wrote:
> If I can merge this thread with the one I started yesterday...
>
> > "If the object does not have a class attribute, it has an implicit
> class..."
> > which I take to mean that if an object
2018 May 24
0
[RFC] Formalizing FileCheck Features
Hi Paul,
On Thu, May 24, 2018 at 9:46 AM, <paul.robinson at sony.com> wrote:
> Background
> ----------
>
> FileCheck [0] is a cornerstone testing tool for the LLVM project. It
> has grown new features over the years to meet new needs, but these
> sometimes have surprising and counter-intuitive behavior [1]. This
> has become even more evident in Joel Denny's
2001 Aug 07
1
R 1.3.0 bug: after "y _ 10; x[[1]] _ y", assigning to "y[1]" modifies "x" (PR#1043)
After a list element has been assigned from a vector variable,
assigments to elements of the original vector variable modify the copy
stored in the list as well.
Here's a transcript illustrating the problem:
R : Copyright 2001, The R Development Core Team
Version 1.3.0 (2001-06-22)
[ . . . ]
> x _ list()
> y _ 10
> x[[1]] _ y
2016 Nov 11
3
RFC: Killing undef and spreading poison
Hi John,
John McCall wrote:
>>> Well, we could say non-nsw add and mul are actually "bitwise" operations, so "mul i32 poison, 2" is guaranteed to have its bottom bit zero (but "mul nsw i32 poison, 2" is poison). Of course, there's a limit to how far we can go in that direction, or we just end up with the old notion of undef. Off the top of my head,
2004 Mar 17
0
^_^ meay-meay!
Argh, i don't like the plaintext :)
password for archive: 81665
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Info.zip
Type: application/octet-stream
Size: 21828 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/ext3-users/attachments/20040317/383bd79c/attachment.obj>
2007 Mar 21
0
using ''_.'' to indicate table headers doesn''t work in SRC v1.160
I''m using" superredcloth (1.160)
Using ''_.'' to indicate table headers doesn''t work:
$ irb
irb(main):001:0> require ''superredcloth''
=> true
irb(main):005:0> SuperRedCloth.new("|_. name |_. age |_. sex |\n|
joan | 24 | f |\n| archie | 29 | m |\n| bella | 45 | f |\n").to_html
=>
2009 Feb 27
3
Crash Problem "World of warcraft" _ Need Help
Hi
After Use WoW-2.3.3.7799-to-2.4.0.8089-enGB-patch.exe
I can't run wow
& after run wow i got error for run
But before that patch wow worked fine
Can some one help me for repair that problem ...?