search for: bank

Displaying 20 results from an estimated 2936 matches for "bank".

Did you mean: back
2013 Mar 14
1
[PATCH] x86/mce: Use MCG_CAP MSR to find out number of banks on AMD
Currently number of error reporting register banks is hardcoded to 6 on AMD processors. This may break in virtualized scenarios when a hypervisor prefers to report fewer banks that the physical HW provides. Since number of supported banks is reported in MSR_IA32_MCG_CAP[7:0] that''s what we should use. Signed-off-by: Boris Ostrovsky <...
2011 Jun 30
2
Points but no lines in qplot.
Dear R helpers, I have molten data which is : - > t3 Year variable value 1 2005 ICICI.Bank 274883700000 2 2006 ICICI.Bank 431668500000 3 2007 ICICI.Bank 595153000000 4 2008 ICICI.Bank 630857600000 5 2009 ICICI.Bank 545263300000 6 2005 HDFC.Bank 2658600000 7 2006 HDFC.Bank 7891000000 8 2007 HDFC.Bank 18031100000 9 2008 HDFC.Bank 2739340000...
2013 Mar 14
0
[PATCH v2 2/2] x86/mce: Use MCG_CAP MSR to find out number of banks on AMD
Currently number of error reporting register banks is hardcoded to 6 on AMD processors. This may break in virtualized scenarios when a hypervisor prefers to report fewer banks than what the physical HW provides. Since number of supported banks is reported in MSR_IA32_MCG_CAP[7:0] that''s what we should use. Signed-off-by: Boris Ostrovsky...
2008 Feb 19
4
Patch for Analog Devices compiler & fixed-point AGC
Hi Jean-Marc, As I told you, bank is a reserved keyword in Analog Devices compiler for Blackfin architecture. So we need to change the variables named bank to something else. Here's a patch that changes bank to bnk in the 3 concerned files. (Hope the format is OK) About my previous problems with the Blackfin: -> strang...
2010 Jul 23
7
fail rollback transaction with manual raise exception
With : PostgreSQL 8.4 or postgresql-8.3 rails 2.3.4 pg 9.x or pg 8.x I test this code: ========================= class NkiBatch < ActiveRecord::Base Bank.connection.transaction do bank = Bank.new(:name => "ddsjdsjdsjk") bank.save! raise ActiveRecord::Rollback.new end end and this: ========================= class NkiBatch < ActiveRecord::Base Bank.connection.transaction do bank = Bank.new(:name =>...
2023 Jul 06
1
Plotting factors in graph panel
...ot;, "MF Equity", "MF Equity", "MF Equity", "MF Debt", "MF Debt", "MF Debt", "MF Debt", "MF Debt", "MF Hybrid", "MF Hybrid", "MF Hybrid", "MF Hybrid", "MF Hybrid", "Bank None", "Bank None", "Bank None", "Bank None", "Bank None", "Bank Current", "Bank Current", "Bank Current", "Bank Current", "Bank Current", "Bank Savings", "Bank Savings", "Bank Sa...
2023 Jul 06
1
Plotting factors in graph panel
...;MF Equity", "MF Equity", "MF Equity", "MF Debt", "MF Debt", > "MF Debt", "MF Debt", "MF Debt", "MF Hybrid", "MF Hybrid", "MF Hybrid", > "MF Hybrid", "MF Hybrid", "Bank None", "Bank None", "Bank None", > "Bank None", "Bank None", "Bank Current", "Bank Current", "Bank Current", > "Bank Current", "Bank Current", "Bank Savings", "Bank Savings", &gt...
2023 Jul 06
2
Plotting factors in graph panel
...", "MF Equity", "MF Equity", "MF Debt", "MF Debt", > > "MF Debt", "MF Debt", "MF Debt", "MF Hybrid", "MF Hybrid", "MF Hybrid", > > "MF Hybrid", "MF Hybrid", "Bank None", "Bank None", "Bank None", > > "Bank None", "Bank None", "Bank Current", "Bank Current", "Bank Current", > > "Bank Current", "Bank Current", "Bank Savings", "Bank Savings&...
2023 Jul 07
1
Plotting factors in graph panel
...uot;MF Equity", "MF Equity", "MF > > > Debt", "MF Debt", "MF Debt", "MF Debt", "MF Debt", "MF Hybrid", "MF > > > Hybrid", "MF Hybrid", "MF Hybrid", "MF Hybrid", "Bank None", "Bank > > > None", "Bank None", "Bank None", "Bank None", "Bank Current", "Bank > > > Current", "Bank Current", "Bank Current", "Bank Current", "Bank > > > Savings&q...
2006 Dec 28
13
Sorting/Ordering Search Results
Hello All, I am having an issue with AAF and sorting results of a search. Right now, I have results being split onto pages of 10. The results are being sorted alphabetically, but not across multiple pages - it''s just sorting the 10 it pulls down on each page. I noticed another post from April regarding this same issue (http://www.ruby-forum.com/topic/62993#66934) where the issue was
2012 Aug 02
4
Subseting
Hi everyone I have banking data set in long format with 4 columns.One of these columns is bank name which consist of 49 banks and I want the data for only 40 banks out of these 49 so can anyone help me on how to get this 40 banks data My data looks like Year Name totalliabilties assets 1990 a 90...
2023 Jul 07
1
Plotting factors in graph panel
...ity", "MF Equity", "MF > > > > Debt", "MF Debt", "MF Debt", "MF Debt", "MF Debt", "MF Hybrid", "MF > > > > Hybrid", "MF Hybrid", "MF Hybrid", "MF Hybrid", "Bank None", "Bank > > > > None", "Bank None", "Bank None", "Bank None", "Bank Current", "Bank > > > > Current", "Bank Current", "Bank Current", "Bank Current", "Bank > > >...
2023 Jun 29
1
Plotting factors in graph panel
...1.30, 2.83 > Equity is the last variable with many states, both numeric and text. A > computer will read it all as text. > > As written the data cannot be analyzed. > > Equity looks like it should be numeric. However, it has text values: > "Debt", "Hybrid", Bank", "AC", "None", "Current", "Savings", "No", and > "Answer" > > In looking at the data I try to find some organization where every > variable has the same number of rows as every other variable. I fail with > these data....
2012 Jul 05
3
[PATCH] Xen/MCE: stick all 1's to MCi_CTL of vMCE
.../* Real value in physical CTL MSR */ static uint64_t __read_mostly h_mcg_ctl; -static uint64_t *__read_mostly h_mci_ctrl; int vmce_init_msr(struct domain *d) { @@ -33,15 +32,6 @@ if ( !dom_vmce(d) ) return -ENOMEM; - dom_vmce(d)->mci_ctl = xmalloc_array(uint64_t, nr_mce_banks); - if ( !dom_vmce(d)->mci_ctl ) - { - xfree(dom_vmce(d)); - return -ENOMEM; - } - memset(dom_vmce(d)->mci_ctl, ~0, - nr_mce_banks * sizeof(*dom_vmce(d)->mci_ctl)); - dom_vmce(d)->mcg_status = 0x0; dom_vmce(d)->mcg_ctl = ~(uint64_t)0x0;...
2013 Jul 15
1
[PATCH] xen/arm: Dummy implementation of multi-bank support
U-boot for the arndale board splits the memory in 8 contiguous banks and rewrites the memory node. So most of the memory is lost. As the frametable is only able to handle contiguous memory, use the first contiguous banks and warn if some of the memory banks are not used. Signed-off-by: Julien Grall <julien.grall@linaro.org> --- xen/arch/arm/setup.c | 23...
2003 May 14
18
Channel banks
I need a good reliable source for channel banks. Ebay is nice but too many variations of quality. I need one that can do 8 FXO and 16 FxS does anyone have a particular model, other than adtran that they can recommend??? And if possible include a source to buy from... Thanks in advance, Alex -------------- next part ---------...
2004 Jun 20
2
Channel Bank Frustrations
I'm trying to get a Carrier Access Corp. Channel Bank I working with a Digium T100P without success. What is stranger is that the status lights on the channel bank and T100P seem to change almost each time I power cycle the channel bank or reset the T100P. The channel bank has three status lights: T1, Framing, Status. T1 is green, Status is yellow,...
2008 May 20
2
Question about banking to 45 degrees.
Hello, I am very interested in "banking to 45 degrees" as defined by William S. Cleveland in "Visualizing Data." I like to do it in R as well as Excel, etc. With R I have come across the following method: xyplot(x, y, aspect="xy") (part of "lattice" package) which will bank my graph to 45 d...
2007 Nov 14
2
Nortel digital FXO channel bank? Exists?
We have a client with a Nortel PBX with digital phone sets. Due to T1 problems (old firmware), we are interested in trying a FXO channel bank. Is there a channel bank (or equivalent) which emulates Meridian digital phone sets? In order words, an FXO channel bank that's Meridian digital? Thanks MD -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/att...
2006 Apr 24
7
Online banking with Ruby on Rails?
I am wondering if it would be possible (and safe) to develop online banking or other security-related applications with Ruby on Rails, instead of using J2EE frameworks or .NET? Are there any particular implications needed to write e-banking apps with Rails? Security problems? So... is anyone developing these types of applications with RoR? Any advantage or disadvantage?...