search for: vending

Displaying 20 results from an estimated 115 matches for "vending".

Did you mean: pending
2006 Sep 01
11
mongrel thread safety and global variables
In environment.rb file, I initialize a connection to some data vending servers, through TCP sockets. The connection object is global and hence the code: #environment.rb $generic_connection = ConnectionClass.instance (singleton class) $generic_connection.connect_me( this call will make the connection) The above approach is to make sure that, only one connection is...
2012 May 10
6
Is it suitable using STI?
I have problems on a simple design problem. I have many companies. Each company have one or more commercial activity. Activities types are: ecommerce, local unit, television, automatic vending machines, and so on. Company may have one or more ecommerce activity or one or more local unit activity, one ormore vending machines, etc. How can I model this scenario? Company has_many ecommerce has_many local_units has_many televisions and so on? -- You received this message because you are su...
2004 Nov 11
2
PXELINUX - no boot file found
PXELinux from a DHCP server - read the docs - couldnt be simpler. I'm afraid its beaten me, no matter what I do I always get the same result at the client side "PXE-E53: No boot file found" For the life of me I cannot see what I'm doing wrong and would appreciate any assistance in trying to diag. RedHat 7.3 - (I know its old but I have to accomodate other dependancies) dhcp
2005 Nov 29
2
qcc
violating.runs I read from the news cran.r-project.org/doc/Rnews/Rnews_2004-1.pdf that the criteria for the violating is 5 but 1)I cannot find "5" in the code of the function. Where is the "5" ? 2)What is the easiest way to change it ? 3)Is there any more criterias made somewhere ? Yours sincerelly, Tommi Viitanen
2013 Oct 29
1
c6.4: D-Link USB network device (2001:1a02) not work.
Hi, I have plug in this USB network device: > Bus 001 Device 002: ID 2001:1a02 D-Link Corp. > T: Bus=01 Lev=01 Prnt=01 Port=04 Cnt=01 Dev#= 2 Spd=480 MxCh= 0 > D: Ver= 2.00 Cls=ff(vend.) Sub=ff Prot=00 MxPS=64 #Cfgs= 1 > P: Vendor=2001 ProdID=1a02 Rev= 0.01 > S: Manufacturer=D-Link > S: Product=DUB-E100 > S: SerialNumber=E5ECEB > C:* #Ifs= 1 Cfg#= 1
2013 Jan 24
1
[PATCH 35/35] x86: Don't panic if can not alloc buffer for swiotlb
Normal boot path on system with iommu support: swiotlb buffer will be allocated early at first and then try to initialize iommu, if iommu for intel or AMD could setup properly, swiotlb buffer will be freed. The early allocating is with bootmem, and could panic when we try to use kdump with buffer above 4G only, or with memmap to limit mem under 4G. for example: memmap=4095M$1M to remove memory
2013 Jan 24
1
[PATCH 35/35] x86: Don't panic if can not alloc buffer for swiotlb
Normal boot path on system with iommu support: swiotlb buffer will be allocated early at first and then try to initialize iommu, if iommu for intel or AMD could setup properly, swiotlb buffer will be freed. The early allocating is with bootmem, and could panic when we try to use kdump with buffer above 4G only, or with memmap to limit mem under 4G. for example: memmap=4095M$1M to remove memory
2006 Dec 23
2
Having trouble installing the Rails plugin with Rspec 0.7.5
Hi, I''m running Rails 1.1.6 and just installed RSpec 0.7.5. When I try to install the appropriate Rails plugin, it just says that "Export Complete" and doesn''t install anything to vendor. I can do it with older version, but then it''s not compatible with RSpec. Any ideas? blissdev:~/code/rails/client/wordone > ruby script/plugin install
2013 Jul 22
2
[LLVMdev] [RFC] Add warning capabilities in LLVM.
>> Have the backend vend diagnostics, this can be done either with a set >> of enums and messages like you mentioned, or just have a message and >> location struct ala: >> >> struct Msg { >> const char *Message; >> Location Loc; >> }; >> >> that the consumer of the message can use via a handler. > > When the consumer is clang,
2013 Jul 22
0
[LLVMdev] [RFC] Add warning capabilities in LLVM.
...alternate strategy for dealing with these sorts of things: A much more broad set of callback machinery that allows the backend to communicate values or other information back to the front end that can then decide what to do. We can define an interface around this, but instead of having the backend vending diagnostics we have the callback take a "do something with this value" which can just be "communicate it back to the front end" or a diagnostic callback can be passed down from the front end, etc. This will probably take a bit more design to get a general framework set up, but...
2009 May 14
3
Rstat e InformationBuilders
Hola, ¿qué tal? No sé si es o no noticia conocida, pero ahí va el enlace: http://www.informationbuilders.com/products/webfocus/predictivemodeling.html Y, ahora, en resumidas cuentas: una multinacional que vende herramientas de gestión ha incorporado un módulo de "análisis predictivo" construido sobre R. Poco a poco, R se hace un hueco en la empresa... Un saludo, Carlos J. Gil
2003 Apr 13
2
Problem in getting tftp transfer to succeed
Setup: Server: Mac OS X Server which serves dhcp and tftp requests client: Acer with PXE boot agent 4.0.19 file to transfer: -rw-r--r-- 1 root wheel 10988 Apr 12 13:50 pxelinux.0 The default tftpd daemon doesn't support the tsize option (I think, look at the packet trace at the end, it reports the file isn't found, but I think this is because of tsize ... but I could be
2008 Oct 31
0
[LLVMdev] Default implementations for __ashldi3, __ashrdi3, __divdi3, __udivdi3, etc?
On Oct 31, 2008, at 10:13 AM, Daniel M Gessel wrote: > Are there existing "generic" implementations for these functions under > the same license as LLVM? By generic I mean C or IR that doesn't use > any particular HW intrinsics. Hi Daniel, We're working on a complete ground-up implementation of the API vended by libgcc, including these routines, under the LLVM
2000 Mar 15
0
Browsing network through a firewall.
I'm setting up a VPN, and am trying to figure out how to handle browsing the network through the firewall, under Windows NT. I can mount individual shares fine, if I enter things in manually, but I cannot see the various shares availabe under Network Neighborhood. Reading the various manual pages and smb.conf lead me to believe that it is absolutely possible to use Samba to somehow proxy the
2006 May 04
4
Two Models one form
I have setup a basic conference registration form. Within that form I have an optional piece of information that would only be filled out if the registrant was a vendor. Here is my relationship: Registration has_one :vendor Vendor belongs_to :registration I want to be able to send both the vendor information and registration information with the same form, but the vendor information might
2008 Oct 31
3
[LLVMdev] Default implementations for __ashldi3, __ashrdi3, __divdi3, __udivdi3, etc?
Are there existing "generic" implementations for these functions under the same license as LLVM? By generic I mean C or IR that doesn't use any particular HW intrinsics. I read up on divides in Knuth's Seminumerical book, but decided to use base-2 long division on the first go-around for simplicity. I know it's not very efficient and I'm looking for shortcuts to
2006 Feb 08
1
bcmxcp_usb driver with PW5110
Hi, I have got a Powerware 5110 UPS which has a usb interface on it. I have downloaded and compiled nut-2.0.3-pre2 with the usb drivers enabled on RedHat Enterprise V3 however I have been unable to get nut to connect to the UPS. I have tried executing the driver directly (using bcmxcp_usb -DD -u root /proc/bus/usb/002/002) as well as using upsdrvctl with the port set to auto (am I correct in
2013 Dec 10
7
[PATCH] libxc/arm: Correctly handle the difference between virtual and physical address
xc_dom_alloc_page deals with virtual address not physical address. When an ELF is loaded, virtual address and physical address may be different. Signed-off-by: Julien Grall <julien.grall@linaro.org> --- tools/libxc/xc_dom_arm.c | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/tools/libxc/xc_dom_arm.c b/tools/libxc/xc_dom_arm.c index a40e04d..75a6f1c
2017 Oct 11
3
TargetRegistry and MC object ownership.
Hi All, While trying to put together an MC-based assembler the other day, I again encountered MC's non-obvious memory ownership rules. The most egregious example of these is MCObjectStreamer's destructor: MCObjectStreamer::~MCObjectStreamer() { delete &Assembler->getBackend(); delete &Assembler->getEmitter(); delete &Assembler->getWriter(); delete Assembler;
2006 Jun 07
3
MGE Evolution, USB and linux
I have a MGE Evolution 3000 connected via USB to a linux server (HP Proliant G3). The server is running kernel 2.4.30 and nut-2.0.3. But before nut trying to connect to the UPS, I guess HID doesn't work as long as I get a message like this in dmesg: -------------------------------------------------- usb.c: new device strings: Mfr=4, Product=136, SerialNumber=50 usb.c: USB device number 2