search for: candl

Displaying 20 results from an estimated 209 matches for "candl".

Did you mean: andl
2012 Oct 14
0
Asking help about drawing and saving candle chart automatically....
Hello, I have trouble with saving and showing candlestick graph. I want to draw daily 1-minute candle chart per each day and save it repeatedly. The data I saved and is used in my code is as the following format: ----------------------------------------------------- Index,Open,High,Low,Close # header 2011-11-01 9:00:00 ,248.50,248.95,248.20,248.70...
2006 Nov 15
1
simple mainmenu ivr tones not recognized
...nd files play, but asterisk doesn't do anything when I start pushing keys - I've tried it from softphones and pstn line phones Can anyone tell me what I'm doing wrong? Required contexts Exentions.conf below [from-broadvoice] exten => s,1,Answer exten => s,2,Playback(pbx-candles-welcome) exten => s,3,Background(pbx-candles-mainmenu) exten => 1,1,dial,SIP/101|45|r exten => 1,2,voicemail,1111 exten => 1,3,hangup() exten => 2,1,dial,SIP/101|45|r exten => 2,2,voicemail,1111 exten => 2,3,hangup() exten => 3,1,dial,SIP/102|45|r exten => 3,2,...
1998 Nov 06
2
Need help with 'Cannot find setup.exe Windows needs this file to
OK. Maybe I was a little terse in the description. I have a CD we (Candle) created. It installs one of our products by executing the setup.exe program. I am able to execute the program off the CD with no problems. I then copied the contents of the CD to the Samba share. I try and execute the setup.exe file and get this error. If I then copy the files from the Samba...
2012 Dec 02
2
How to calculate mean of every nth time series data with zoo or xts ?
Hello, I have 1-minute time series stock data and I'd like to calculate mean of every n-th candle data of m-days. result = c(mean of 1th data, mean of 2nd data, ...) mean of 1th data = (1th data of 2012-1-1 + 1th data of 2012-1-2 + 1th data of 2012-1-3) / 3 mean of 2nd data = (2nd data of 2012-1-1 + 2nd data of 2012-1-2 + 2nd data of 2012-1-3) / 3 ... Could you let me know the fastest me...
2015 Sep 08
0
[Announce] Samba 4.2.4 Available for Download
====================================================== "Thousands of candles can be lighted from a single candle, and the life of the candle will not be shortened. Happiness never decreases by being shared." Buddha ====================================================== Release Annou...
2015 Sep 08
0
[Announce] Samba 4.2.4 Available for Download
====================================================== "Thousands of candles can be lighted from a single candle, and the life of the candle will not be shortened. Happiness never decreases by being shared." Buddha ====================================================== Release Annou...
2016 Mar 31
3
DNS issues after FSMO seize
...s right if the original fsmo role holder has been demoted prior to identifying the failure samba-tool won't be able to query the original DC and manual intervention will be required? Please advise. This client is about ready to throw me off the roof and abandon the system for quill and ink by candle light. I'm considering just going with it. JS
2004 Aug 13
0
Clarification on a few concepts, for a FAQ I'm writing
...because of the nature of the PAM mechanism"? -- Any help here would be greatly appreciated. I'm intending to make this document available on the web for all who are interested, and will publish the URL when finished. Thanks in advance! :-) Regards, Robert Balbir-Brott -- Thousands of candles can be lit from a single candle, and the life of the candle will not be shortened. Happiness never decreases by being shared. - Buddha
2017 Aug 31
2
Conectar Access con R
...m i386-w64-mingw32 arch i386 os mingw32 system i386, mingw32 status major 3 minor 4.1 year 2017 month 06 day 30 svn rev 72865 language R version.string R version 3.4.1 (2017-06-30) nickname Single Candle Googleando he visto que solo funciona con la versión de R de 32 bits, version que estoy usando, pero que me sigue dando el error. Alguien ha experimentado/sufrido el mismo problema? Gracias Jesús [[alternative HTML version deleted]]
2017 Sep 27
2
disturbed legend in ggplot2
...g two "lines". The intention is to have the colour reflect a variable, pH, but the legend is disturbed. The little part marked "3" above the colour scale is unwelcome. Why did it appear? How could I avoid it? I'm on Windows 7, R version 3.4.1 (2017-06-30) -- "Single Candle" All best wishes Troels Ring Aalborg, Denmark library(ggplot2) DF1 <- structure(list(P = c(0, 0.00222222222222222, 0.00444444444444444, 0.00666666666666667, 0.00888888888888889, 0.0111111111111111, 0.0133333333333333, 0.0155555555555556, 0.0177777777777778, 0.02, 0, 0.00222222222222222,...
2017 Oct 06
2
Using response variable in interaction as explanatory variable in glm crashes R
..._64-pc-linux-gnu arch?????????? x86_64 os???????????? linux-gnu system???????? x86_64, linux-gnu status major????????? 3 minor????????? 4.1 year?????????? 2017 month????????? 06 day??????????? 30 svn rev??????? 72865 language?????? R version.string R version 3.4.1 (2017-06-30) nickname?????? Single Candle
2018 Jan 10
2
Error installing ggplot2 package
DeaR Forum, I am trying to install the library ggplot2.? Currently I am using following R version R version 3.4.1 (2017-06-30) -- "Single Candle"Copyright (C) 2017 The R Foundation for Statistical ComputingPlatform: x86_64-w64-mingw32/x64 (64-bit) However, when I try to install ggplot2 and few other packages, I am getting following error. > library(ggplot2)Error: package or namespace load failed for ?ggplot2? in readRDS(pfile):?er...
2017 Aug 14
2
tidyverse repeating error: "object 'rlang_mut_env_parent' not found"
Thanks for the feedback Jeff. Before I pursue a bug report, let me give a full example: ###### begin console output R version 3.4.1 (2017-06-30) -- "Single Candle" Copyright (C) 2017 The R Foundation for Statistical Computing Platform: i386-w64-mingw32/i386 (32-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution deta...
2017 Sep 12
3
Unable to load packages RODBC and RODBCext in R
Dear all, Hope you are doing great. I am currently using R version 3.4.1 ("Single Candle") and was trying to install packages RODBC and RODBCext using the following steps: > install.packages("RODBCext") Installing package into ?C:/Users/PaulBernal/Documents/R/win-library/3.4? (as ?lib? is unspecified) also installing the dependency ?RODBC? trying URL ' https://...
2019 Feb 07
3
Bug Report: read.table with UTF-8 encoded file imports infinity symbol as Integer 8
...mingw32 > system x86_64, mingw32 > status > major 3 > minor 4.1 > year 2017 > month 06 > day 30 > svn rev 72865 > language R > version.string R version 3.4.1 (2017-06-30) > nickname Single Candle
2011 Jun 19
0
[LLVMdev] Problem with building Polly with PoCC
...c-1.0-rc3.1/optimizers/letsee-0.2.0-pre/letsee' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../letsee/include/letsee -I.. -I.. -I../letsee/include -I../letsee/include +-I/tmp/chenwj/pocc-1.0-rc3.1/math/install-fm/include -I/tmp/chenwj/pocc-1.0-rc3.1/analyzers/install-candl/include +-I/tmp/chenwj/pocc-1.0-rc3.1/driver/install-pocc/include -I/tmp/chenwj/pocc-1.0-rc3.1/math/install-piplib/include +-I/tmp/chenwj/pocc-1.0-rc3.1/ir/install-scoplib/include -g -O2 -MT dependence.lo -MD -MP -MF .deps/dependence.Tpo -c -o dependence.lo dependence.c ../libtool: line 827: X--ta...
2007 Apr 02
2
How to integrate dspam and dovecot
...m messages, but I am unsure whether the dspam plugin mentioned in http://johannes.sipsolutions.net/Projects/dovecot-dspam-integration is already in the dspam version I am using. If it's available please give details to configure it. Kindly share ideas. regards Manilal. -- Better to light one candle than to curse the darkness. Blog: http://librewings.blogspot.com Blog: http://flossvalley.blogspot.com
2017 Aug 14
0
tidyverse repeating error: "object 'rlang_mut_env_parent' not found"
> On Aug 14, 2017, at 8:37 AM, Szumiloski, John <John.Szumiloski at bms.com> wrote: > > Thanks for the feedback Jeff. Before I pursue a bug report, let me give a full example: > > ###### begin console output > > R version 3.4.1 (2017-06-30) -- "Single Candle" > Copyright (C) 2017 The R Foundation for Statistical Computing > Platform: i386-w64-mingw32/i386 (32-bit) > > R is free software and comes with ABSOLUTELY NO WARRANTY. > You are welcome to redistribute it under certain conditions. > Type 'license()' or 'licenc...
2002 Mar 14
2
Old SAMBA and WinXP....
Ok, here's a simple question, (I just rejoined this list so apologies if it has been asked a million times before). Our Company runs SAMBA 1.9-18p1 from a USS (Unix System Services) on an IBM Mainframe. I used to have WinNT 4.0, and I could access Files on Windows Explorer through SAMBA with no problems. Now I updated one of my workstations to WinXP Pro., and - no access to the Samba
2007 Jul 19
5
Perhaps greater integration with RedHat?
https://build-automation.108.redhat.com/ Just a thought that it might get some more press. Trevor