chaitanyav (NagaChaitanya Vellanki)
- Login: chaitanyav
- Email: nagachaitanya.vellanki@gmail.com
- Registered on: 08/31/2011
- Last sign in: 01/24/2017
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 1 | 1 |
Reported issues | 0 | 5 | 5 |
Activity
12/10/2015
- 04:26 PM Ruby master Feature #11578: Add a method to check if a number is probably prime or composite (Patch included)
- NagaChaitanya Vellanki wrote:
> Yui NARUSE wrote:
> > Use OpenSSL::BN.
>
> Rehearsal ---------------------------... - 04:24 PM Ruby master Feature #11578: Add a method to check if a number is probably prime or composite (Patch included)
- Yui NARUSE wrote:
> Use OpenSSL::BN.
Rehearsal ---------------------------------------------------------------
P...
10/19/2015
- 09:46 PM Ruby master Bug #11606 (Closed): Prime.prime? should throw error on invalid inputs
- irb(main):003:0> Prime.prime?(1,3)
=> false
irb(main):004:0> Prime.prime?(1.3)
=> false
irb(main):005:0> Prime.pr...
10/09/2015
- 03:35 PM Ruby master Feature #11578 (Rejected): Add a method to check if a number is probably prime or composite (Patch included)
- Added a method to check if a given n is probably prime or composite using Miller- Rabin Test. This method is faster ...
03/06/2014
- 12:18 AM Ruby master Bug #9598 (Closed): Bug while installing a c-extensions gem
- I was trying to install a c-extension gem, the installation failed on first attempt. But succeeded on the second atte...
12/15/2011
- 12:28 PM Ruby master Bug #5763: sprintf not throwing error for wrong number of arguments
- Shyouhei Urabe wrote:
> > check for similar behaviour of sprintf in a c program
>
> This is a GCCism, not a unive... - 06:17 AM Ruby master Bug #5763: sprintf not throwing error for wrong number of arguments
- check for similar behaviour of sprintf in a c program
#include <stdio.h>
int main()
{
char buffer[50];
c... - 05:32 AM Ruby master Bug #5763 (Closed): sprintf not throwing error for wrong number of arguments
- sprintf should raise error when the number of arguments does not match the number of format specifiers
sprintf wit...
09/01/2011
- 01:22 AM Ruby master Bug #5252: Segmentation Fault
- Actually the code is like this
begin
cloader_obj = CassandraLoader.new
cloader_obj.load_data1(settings_hash)
... - 01:12 AM Ruby master Bug #5252: Segmentation Fault
- I will let the developers know about this issue. For now, i have added GC.start after each of the methods inside the ...
Also available in: Atom