search for: gte

Displaying 20 results from an estimated 104 matches for "gte".

Did you mean: get
2011 Nov 15
0
Quantstrat; error with applyStrategy()
...# ##################################################### stratROC <- add.indicator( strategy = stratROC, name = "ROC", arguments=list( x=Cl(STOXX) ), label="roc_15" ) # gte stratROC <- add.signal( stratROC, name="sigThreshold", arguments = list(column="roc_15", Threshold=5, relationship="gte"),...
2006 Jun 19
3
newbie validation
hi there. Here is the simple scenario: My active record connects to a table that contains an integer field. My form contains a text box that allows me to enter a value to get updated to the integer field. If anything gets entered that is anything other than a POSITIVE INTEGER, I want to display an error. I have noticed that if I create a new active record like @record =
2012 Jul 24
1
quantstrat questions
...t;, arguments = list(x=quote(Cl(mktdata)), n=200),label= "ma200") #Adding signals to a strategy stratName <- add.signal(strategy = stratName,name="sigCrossover",arguments = list(columns=c("ma50","ma160"), relationship="gte"),label="ma50.gt.ma160") stratName <- add.signal(strategy = stratName,name="sigCrossover",arguments = list(column=c("ma50","ma160"),relationship="lt"),label="ma50.lt.ma160") stratName <- add.signal(strat...
2011 Mar 24
2
Occurrs in IE <!--[endif]-->
Hi all, Here i have a problem with IE. My page having rightsidebar having some contents.I displayed the contents by copying from word using condition like this. <!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent>...
2013 Jul 11
0
[LLVMdev] Machine Basic block layout passes, is codegenopt the only pass? [EOM]
...olor:windowtext;} .MsoChpDefault {mso-style-type:export-only; font-family:"Calibri","sans-serif";} @page WordSection1 {size:8.5in 11.0in; margin:1.0in 1.0in 1.0in 1.0in;} div.WordSection1 {page:WordSection1;} --></style><!--[if gte mso 9]><xml> <o:shapedefaults v:ext="edit" spidmax="1026" /> </xml><![endif]--><!--[if gte mso 9]><xml> <o:shapelayout v:ext="edit"> <o:idmap v:ext="edit" data="1" /> </o:shapelayout></xml&...
2013 Aug 27
0
[LLVMdev] unsubscribe
...ri","sans-serif"; color:windowtext;} .MsoChpDefault {mso-style-type:export-only;} /* Page Definitions */ @page Section1 {size:612.0pt 792.0pt; margin:72.0pt 90.0pt 72.0pt 90.0pt;} div.Section1 {page:Section1;} --> </style> <!--[if gte mso 9]><xml> <o:shapedefaults v:ext="edit" spidmax="1026" /> </xml><![endif]--><!--[if gte mso 9]><xml> <o:shapelayout v:ext="edit"> <o:idmap v:ext="edit" data="1" /> </o:shapelayout><...
2009 Aug 12
0
Unsubscribe Me!
...nbsp&nbsp&nbsp&nbsp&nbsp{size:8.5in 11.0in; &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspmargin:1.0in 1.0in 1.0in 1.0in;} div.Section1 &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp{page:Section1;} --> </style> <!--[if gte mso 9]><xml> <o:shapedefaults v:ext="edit" spidmax="1026" /> </xml><![endif]--><!--[if gte mso 9]><xml> <o:shapelayout v:ext="edit"> <o:idmap v:ext="edit" data="1" /> </o:shapelayout><...
2006 Nov 02
0
testing
...nbsp&nbsp&nbsp&nbsp&nbsp{size:8.5in 11.0in; &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspmargin:1.0in 1.0in 1.0in 1.0in;} div.Section1 &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp{page:Section1;} --> </style> <!--[if gte mso 9]><xml> <o:shapedefaults v:ext="edit" spidmax="1026" /> </xml><![endif]--><!--[if gte mso 9]><xml> <o:shapelayout v:ext="edit"> <o:idmap v:ext="edit" data="1" /> </o:shapelayout><...
2000 Jul 17
2
Plain Text Passwords
How do you undo the Plain Text Password Registry hack in Windows? How do I reverse it after it has been applied? Daniel Hardy metaSENSORS, Inc. 358 Hungerford Drive Rockville, Maryland 20850 Tel: (301) 762-3078 ext. 35 Fax: (301) 340-0769 Email: danh@metasensors.com On the Web at www.metasensors.com -------------- next part -------------- HTML attachment scrubbed and removed
2007 Jul 12
0
No subject
...{mso-style-type:personal-compose; font-family:"Calibri","sans-serif"; color:windowtext;} .MsoChpDefault {mso-style-type:export-only;} @page Section1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt;} div.Section1 {page:Section1;} --> </style> <!--[if gte mso 9]><xml> <o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" /> </xml><![endif]--><!--[if gte mso 9]><xml> <o:shapelayout v:ext=3D"edit"> <o:idmap v:ext=3D"edit" data=3D"1" /> </o:shapelayo...
2016 Dec 12
2
help
...f; color:windowtext;} .MsoChpDefault {mso-style-type:export-only; font-family:"Calibri",sans-serif;} @page WordSection1 {size:8.5in 11.0in; margin:1.0in 1.0in 1.0in 1.0in;} div.WordSection1 {page:WordSection1;} --></style><!--[if gte mso 9]><xml> <o:shapedefaults v:ext="edit" spidmax="1026" /> </xml><![endif]--><!--[if gte mso 9]><xml> <o:shapelayout v:ext="edit"> <o:idmap v:ext="edit" data="1" /> </o:shapelayout></xml&...
2006 Jan 19
7
validates_numericality_of positive integer
Hi, What is the simplest way to validate a positive integer? validates_numericality_of :foo, :integer_only => true how do I add the positive part? Do I need another validation statement for pattern matching or do I have to write a validate() funciton for my model? Thanks, Peter
2005 Aug 22
1
Hangup Faster
Hello - My single line extension users (connected via channel banks) need to be able to hang up faster. If they just flash the hook it doesn't disconnect right away. Any ideas on how to resolve this? Thanks, Dave -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Jun 26
0
number of samples in input_frame
...nbsp&nbsp&nbsp&nbsp{size:612.0pt 792.0pt; &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspmargin:72.0pt 72.0pt 72.0pt 72.0pt;} div.Section1 &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp{page:Section1;} --> </style> <!--[if gte mso 9]><xml> <o:shapedefaults v:ext="edit" spidmax="1026" /> </xml><![endif]--><!--[if gte mso 9]><xml> <o:shapelayout v:ext="edit"> <o:idmap v:ext="edit" data="1" /> </o:shapelayout><...
2003 Dec 01
0
No subject
...i"> <meta name=3DProgId content=3DWord.Document> <meta name=3DGenerator content=3D"Microsoft Word 10"> <meta name=3DOriginator content=3D"Microsoft Word 10"> <link rel=3DFile-List href=3D"cid:filelist.xml@01C2317D.95E7BAA0"> <!--[if gte mso 9]><xml> <o:OfficeDocumentSettings> <o:DoNotRelyOnCSS/> </o:OfficeDocumentSettings> </xml><![endif]--><!--[if gte mso 9]><xml> <w:WordDocument> <w:SpellingState>Clean</w:SpellingState> <w:GrammarState>Clean</...
2015 Nov 04
0
Nouveau for FreeBSD
2006 May 18
2
VoiceMail Groups
Has anyone seen good scripts or documentation on Voicemail groups? We are looking to have a system where you can send a voicemail to multiple mailboxes. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060518/777a7b83/attachment.htm
2008 Nov 16
0
No subject
...Style17 {mso-style-type:personal-compose; font-family:"Calibri","sans-serif"; color:windowtext;} .MsoChpDefault {mso-style-type:export-only;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.0in 1.0in 1.0in;} div.Section1 {page:Section1;} --> </style> <!--[if gte mso 9]><xml> <o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" /> </xml><![endif]--><!--[if gte mso 9]><xml> <o:shapelayout v:ext=3D"edit"> <o:idmap v:ext=3D"edit" data=3D"1" /> </o:shapelayo...
2017 Nov 11
2
[Help]Is there any information or examples about how to build the application with llvm api?(about how to preprocess, compile , opt)
...color:windowtext;} .MsoChpDefault {mso-style-type:export-only; font-family:"Calibri",sans-serif;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 90.0pt 72.0pt 90.0pt;} div.WordSection1 {page:WordSection1;} --></style><!--[if gte mso 9]><xml> <o:shapedefaults v:ext="edit" spidmax="1026" /> </xml><![endif]--><!--[if gte mso 9]><xml> <o:shapelayout v:ext="edit"> <o:idmap v:ext="edit" data="1" /> </o:shapelayout></xml&...
2009 Jul 20
0
No subject
...Style17 {mso-style-type:personal-compose; font-family:"Calibri","sans-serif"; color:windowtext;} .MsoChpDefault {mso-style-type:export-only;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.0in 1.0in 1.0in;} div.Section1 {page:Section1;} --> </style> <!--[if gte mso 9]><xml> <o:shapedefaults v:ext="edit" spidmax="1026" /> </xml><![endif]--><!--[if gte mso 9]><xml> <o:shapelayout v:ext="edit"> <o:idmap v:ext="edit" data="1" /> </o:shapelayout><...