Displaying 20 results from an estimated 20000 matches similar to: "Claims."
2016 Feb 24
5
Bitcoin for CentOS 7
On 02/24/2016 06:04 AM, m.roth at 5-cent.us wrote:
> Alice Wonder wrote:
>> For those interested I have a working spec file for Bitcoin 0.12.0
>>
>> https://github.com/AliceWonderMiscreations/bitcoin/blob/master/contrib/rpm/bitcoin.spec
>>
>> I believe the only BuildRequires that isn't in CentOS/EPEL is
>> miniupnpc-devel but that's trivial to build
2016 Feb 24
0
Bitcoin for CentOS 7
Alice Wonder wrote:
> On 02/24/2016 06:04 AM, m.roth at 5-cent.us wrote:
>> Alice Wonder wrote:
>>> For those interested I have a working spec file for Bitcoin 0.12.0
>>>
>>> https://github.com/AliceWonderMiscreations/bitcoin/blob/master/contrib/rpm/bitcoin.spec
>>>
>>> I believe the only BuildRequires that isn't in CentOS/EPEL is
2016 Feb 24
0
Bitcoin for CentOS 7
On 02/24/2016 06:06 AM, Alice Wonder wrote:
> On 02/24/2016 06:04 AM, m.roth at 5-cent.us wrote:
>> Alice Wonder wrote:
>>> For those interested I have a working spec file for Bitcoin 0.12.0
>>>
>>> https://github.com/AliceWonderMiscreations/bitcoin/blob/master/contrib/rpm/bitcoin.spec
>>>
>>>
>>> I believe the only BuildRequires that
2016 Feb 24
2
Bitcoin for CentOS 7
For those interested I have a working spec file for Bitcoin 0.12.0
https://github.com/AliceWonderMiscreations/bitcoin/blob/master/contrib/rpm/bitcoin.spec
I believe the only BuildRequires that isn't in CentOS/EPEL is
miniupnpc-devel but that's trivial to build as well.
With Bitcoin 0.12.0 the ECC stuff that Red Hat ripped out of OpenSSL
doesn't matter anymore.
-=-
That spec file
2017 Sep 29
1
'coinmarketcapr' R Package to access coinmarketcap API
Hello Rusers, 'coinmarketcapr' R Package to extract bitcoin and other
cryptocurrencies market cap and prices from coinmarketcap API.
Welcoming Suggestions and Contributions!
https://github.com/amrrs/coinmarketcapr
https://cran.r-project.org/package=coinmarketcapr
Thanks and Regards,
Abdul
[[alternative HTML version deleted]]
2017 Sep 29
1
'coinmarketcapr' R Package to access coinmarketcap API
Hello Rusers, 'coinmarketcapr' R Package to extract bitcoin and other
cryptocurrencies market cap and prices from coinmarketcap API.
Welcoming Suggestions and Contributions!
https://github.com/amrrs/coinmarketcapr
https://cran.r-project.org/package=coinmarketcapr
Thanks and Regards,
Abdul
[[alternative HTML version deleted]]
2017 Aug 11
0
Revolutions blog: July 2017 roundup
Since 2008, Microsoft (formerly Revolution Analytics) staff and guests
have written about R every weekday at the Revolutions blog
(http://blog.revolutionanalytics.com) and every month I post a summary
of articles from the previous month of particular interest to readers
of r-help.
In case you missed them, here are some articles related to R from the
month of July:
A tutorial on using the
2016 Feb 24
0
Bitcoin for CentOS 7
Alice Wonder wrote:
> For those interested I have a working spec file for Bitcoin 0.12.0
>
> https://github.com/AliceWonderMiscreations/bitcoin/blob/master/contrib/rpm/bitcoin.spec
>
> I believe the only BuildRequires that isn't in CentOS/EPEL is
> miniupnpc-devel but that's trivial to build as well.
>
> With Bitcoin 0.12.0 the ECC stuff that Red Hat ripped out of
2016 Mar 07
0
Keep the politics out, please?
I understand your point.
I was just offering a bitcoin spec file for those who wanted it, no
politics in that post, and was met with resistance I suppose I shouldn't
have responded to. No rants about the fiat banking system in my original
post.
Bitcoin building on CentOS without needing an alternate TLS library
installed is new, so really that is all I wanted to do was provide a
well
2011 Jan 07
1
Calculating Returns : (Extremely sorry for earlier incomplete mail)
Dear R forum helpers,
I am extremely sorry for the receipt of my incomplete mail yesterday. There was connectivity problem at my end and so I chose to send the mail through my cell, only to realize today about the way mail has been transmitted. I am again sending my complete mail through regular channel and sincerely apologize for the inconvenience caused.
## Here is my actual mail
Dear R
2013 May 14
1
Problem with R websocket package
Hello to everybody,
I seem to be in struggle with the websockets in R. I wanted to download the
streaming data from the BitCoin exchange MtGox directly to R, but R cannot
establish the connection.
The websocket specs are defined as:
* Host: websocket.mtgox.com or socketio.mtgox.com
* Port: 80 or 443 ( ssl )
* Namespace: /mtgox (Including beginning slash)
url for more
2016 Mar 07
3
Keep the politics out, please?
With this post, I run the risk of causing more of the thing that I speak
against. I still think it's important to say it.
CentOS mailing list is a technical forum. It is not a political forum.
Just reading a thread on bitcoins and the entire thread quickly turned into a
political thread with people bitching about everything from Chase Bank to the
Russians, and that's just crap.
2011 Oct 12
1
scopes related question
Hello,
Have a question related scope definition. I need to define a scope
based on related model attribute values like this.
class Product < ActiveRecord::Base
belongs_to :currency
scope :with_currency, lambda { |currency|
unless currency.to_s.upcase == ''ALL''
# here I need to define a scope that would test for currency.char_code
to match a passed value
# something
2011 Jan 07
0
Odp: Currency return calculations
My mistake sir. I was literally engrossed in my stupid logic, and while doing so, overlooked the simple and very effective solution you had offered. Sorry once again sir and will certainly try to be very careful in future.
Thanks again and have a great weekend sir.
Regards
Amelia
--- On Fri, 7/1/11, Petr PIKAL <petr.pikal@precheza.cz> wrote:
From: Petr PIKAL
2006 Mar 03
1
number_to_currency() helper == non DRY == could be improved
Hi all,
Apologies in advance if I got this one wrong, I''m still just a
newbie ;-)
Going through the Apple ADC RoR tutorial it suddenly occurred to me
that the ''number_to_currency()'' helper method was not DRY streamlined.
Scenario::
The "number_to_currency()" methods options hash works great when I
need to dynamically display different currencies when I
2011 Jan 23
0
Error for compiling Rquantlib package 0.3.5 under Window 7 64bits
Hi,
I am trying to build a binary of Rquantlib package 0.3.5 under Window 7
64bits. I am using mingw gcc version 4.5.1 (tdm64-1) which is a
experimental version of 64 bits ming gcc. (http://tdm-gcc.tdragon.net/). I
have successfully compiled boost 1.45 and Quantlib 1.0.1 with this gcc.
And then when I tried to compile Rquantlib 0.3.5, it reports some error.
The first error is like below.
2018 Jan 08
0
'coindeskr' to access coindesk API Bitcoin Price (Historic)
Hello Rusers,
Introducing *coindeskr - *an R package to access coindesk API Bitcoin Price
Index (Including Historic Price).
https://github.com/amrrs/coindeskr
https://cran.r-project.org/package=coindeskr
Please share your feedback using it.
Regards,
Abdul
[[alternative HTML version deleted]]
_______________________________________________
R-packages mailing list
R-packages at r-project.org
2018 Jan 08
0
'coindeskr' to access coindesk API Bitcoin Price (Historic)
Hello Rusers,
Introducing *coindeskr - *an R package to access coindesk API Bitcoin Price
Index (Including Historic Price).
https://github.com/amrrs/coindeskr
https://cran.r-project.org/package=coindeskr
Please share your feedback using it.
Regards,
Abdul
[[alternative HTML version deleted]]
_______________________________________________
R-packages mailing list
R-packages at r-project.org
2013 Apr 03
4
Better way of writing R code
Dear R forum,
(Pl note this is not a finance problem)
I have two data.frames as
currency_df = data.frame(current_date = c("3/4/2013", "3/4/2013", "3/4/2013", "3/4/2013"), issue_date = c("27/11/2012", "9/12/2012", "14/01/2013", "28/02/2013"), maturity_date = c("27/04/2013", "3/5/2013",
2023 Mar 26
0
ANNOUNCE: GnuCash 4.14 Released
The GnuCash development team announces GnuCash 4.14, the fifteenth and final release in the stable 4.x series.
Between 4.13 and 4.14, the following bugfixes were accomplished:
Bug 797477 - Manual foreign transaction from APAR to another doesn't trigger price input
Bug 797725 - Untranslatable string "For Period Covering ~a to ~a"
Bug 797903 - Transaction window: The