similar to: Merging the DDL branch in nut-website

Displaying 20 results from an estimated 1000 matches similar to: "Merging the DDL branch in nut-website"

2014 Aug 10
0
Merging the DDL branch in nut-website
> Is this the current layout? > > nut-website (branch: dll-hll) > \__ nut submodule (branch: master) > \__ ddl submodule (branch unknown?) nut-website (branch: dll-hll) \__ nut submodule (branch: master @ abc0006 [not updated to avoid conflicts when merging back to master]) \__ ddl submodule (branch: master @ bbfd79f; now updated to ab6166c) > The "ddl" branch
2009 Jan 28
3
for/if loop
Hi, it's my first time to write a loop with R for my homework. This loop is part of the function. I wanna assign values for hll according to panel [ii,1]=pp. I didn't get any error message in this part. but then when I further calculate another stuff with hll, the function can't return. I think it must be some problem in my loop. Probably something stupid or easy. But I tried to look
2011 Jan 24
6
[LLVMdev] LLVM targeting HLLs
I am interested in using LLVM to translate C and C++ into high-level language code. (As an update to an earlier project of mine, Clue, which used the Sparse compiler library to do this: it targets Lua, Javascript, Perl 5, C, Java and Common Lisp, with a disturbing amount of success. See http://cluecc.sourceforge.net for details.) The obvious place to start on this is the C backend, except in
2006 Aug 17
0
OCI.DDL (module could not be loaded)
Hi guys, I had a problem in connecting oracle DB through ROR application. It says OCI.DDL (module could not be loaded) while running the webrick server. I have installed the ruby-oci-0.1.13-mswin.rb.While searching in net I found saying to copy OCI.DDL in system32 folder but Still i faced the same problem of not able to start the webrick server. Can anyone help me out to give me a
2019 Mar 05
0
How to post a device dump to the DDL?
Daniele, thank you.See attached file.Yuri -------- Исходное сообщение --------От: Daniele Pezzini <hyouko at gmail.com> Дата: 05.03.2019 3:09 (GMT+03:00) Кому: "Yuri V. Mednitski" <ranger at ranger.ru> Копия: nut-upsuser at alioth-lists.debian.net Тема: Re: [Nut-upsuser] How to post a device dump to the DDL? Either open a pull request on our GitHub
2023 Dec 15
1
Minutemen UPS Driver
My personal experience with a number of UPSes that are monitored via USB cable is that communications errors such as the ones referenced in the issue you linked to below are a result of USB hardware incompatibilities between the USB chipset and the USB port on the motherboard.*? This is NOT specific to the NUT project as it affects both apcupsd and in fact, has been reported as an issue with
2011 Jan 24
0
[LLVMdev] LLVM targeting HLLs
On Jan 24, 2011, at 2:01 PM, David Given wrote: > I am interested in using LLVM to translate C and C++ into high-level > language code. (As an update to an earlier project of mine, Clue, which > used the Sparse compiler library to do this: it targets Lua, Javascript, > Perl 5, C, Java and Common Lisp, with a disturbing amount of success. > See http://cluecc.sourceforge.net for
2023 Dec 13
1
Minutemen UPS Driver
I am wondering if there is a way to have Nut Server monitor a Minutemen UPS. https://minutemanups.com/uninterruptible-power-supply/pro-rt2u-line-interactive-uninterruptible-power-supply/ Thanks James -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://alioth-lists.debian.net/pipermail/nut-upsdev/attachments/20231213/254b1111/attachment.htm>
2019 Mar 04
1
How to post a device dump to the DDL?
Hi!I have a device dump from my Inelt UPS. I want to post it in the Device Dump Library. But I can not figure out how to do it. Google also did not help me.Can anyone point me the right way?Yuri. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://alioth-lists.debian.net/pipermail/nut-upsuser/attachments/20190304/55da7065/attachment.html>
2006 Apr 02
0
Wrapping DDL changes in transactions ?
Hi ! Which database drivers support wrapping DDL changes in transactions ? Something like this: def self.up ActiveRecord::Base.transaction do create_table(...) end end I know for certain MySQL does not. I believe PostgreSQL does. What about the other database adapaters ? Can anyone confirm/deny my claims ? Thanks ! -- Fran?ois Beausoleil http://blog.teksol.info/
2006 Apr 17
0
quickly convert SQL DDL -> Migration
Has anybody heard of / written a tool/generator that quickly converts any SQL DDL into migration create_tabl tasks. i know i could just go the way of creating the tables and then do a rake db_schema_dump, but since this is something i do continuously i would like to find a quicker route. Thanks Sebastian
2011 Jan 25
0
[LLVMdev] LLVM targeting HLLs
David Given <dg at cowlark.com> writes: > The obvious place to start on this is the C backend, except in these 2.8 > days the C backend is so hedged about with caveats I'm rather wary of > basing anything on it. I also recall seeing comments here that it's due > for a rewrite from scratch, and that various people were looking into > it. Can anyone go into more detail
2015 Mar 17
0
nutdrv_atcl_usb
Thanks! Now merged into master, it'll be in the upcoming 2.7.3. As icing on the cake, we'd appreciate a upsc/upsrw/upscmd dump for our own DDL: http://buildbot.networkupstools.org/~buildbot/cayman/docs/latest/ddl/ https://github.com/networkupstools/nut-ddl
2017 Nov 12
1
Cyberpower model numbers in the HCL
Charles Lepple writes: > On Nov 12, 2017, at 10:08 AM, Sam Varshavchik wrote: > > > > The HCL has an entry for a Cyberpower model CP1500AVRLCD. Not listed is > the CP1500PFCLCD model, a newer, premium version of the unit; but the HCL > does have an entry for the CP1000PFCLCD model. > > > > Pretty sure that the CP1500PFCLCD will work; but figure I ask if anyone
2004 Aug 17
2
table and getting rownames
hi there say that i have this table >x<-table(adoc, oarb) >x oarb 0 1 adoc ab 1 0 am 5 1 ba 14 1 cc 271 3 ch 87 2 dz 362 6 fl 7 0 fs 84 2 is there an easy way to get the row names or row
2007 Jun 29
1
[LLVMdev] LLVM assembly without basic block
Thank you for reminding me the notion of the basic block. Of course, I know all the assembly takes the form of BBs and is divided into units of BB. OK. It looks better for me to explain what I wanted to do more clear from the first. Actually, I am working on emitting out an assembly of VM by using LLVM. LLVM assembly looks similar with this VM assembly except BB. The VM assembly does not have the
2009 Feb 09
1
[LLVMdev] overflow + saturation stuff
Are overflow behavior tags meant to enable the specification of a particular instruction's required or presumed overflow behavior? If a required overflow behavior, then it follows that the target must correspondingly implement the behavior; neither natively or emulated? If a presumed overflow behavior, is the target meant to preferably implement or emulate the same; or is it merely meant to
2001 May 17
1
glm
Hello, I need to fit a generalized linear model with a Chi2 (6 ddl) as error distribution and with "log" as link function. I have looked in help(family) and maybe I could use Gamma(link="log") but I do not know if I can, and where I can define the shape and the scale arguments of the gamma distribution. Maybe there is another may to do that? Could someone explain me how can I
2006 Nov 17
2
[LLVMdev] Registering '-march=' option for LLC
2016 Jun 08
2
updating the NUT website
> However, this was not an error I was expecting to see when rebuilding: > > http://buildbot.networkupstools.org/public/nut/builders/Debian-website/builds/55/steps/shell/logs/stdio > [...] > Makefile:796: *** target pattern contains no '%'. Stop. > > Any ideas? I think we don't support colons in names of files and dirs: -