I hereby claim:
- I am NecroTechno on github.
- I am necrotechno (https://keybase.io/necrotechno) on keybase.
- I have a public key whose fingerprint is 538F 53D1 B8C9 69BB 3B56 D131 BF09 9E07 53F0 A785
To claim this, I am signing this object:
| #![feature(collections)] | |
| fn sieve_controller(limit: i32) { | |
| let limitn = limit + 1; | |
| let mut primes: Vec<i32> = Vec::new(); | |
| let mut factors: Vec<i32> = Vec::new(); | |
| let mut counter: Vec<i32> = Vec::new(); | |
| for i in 2..limitn { |
| extern crate crypto; | |
| use crypto::digest::Digest; | |
| use crypto::sha2::Sha256; | |
| use std::fs::File; | |
| use std::io::prelude::*; | |
| use std::io::BufReader; | |
| use std::path::Path; | |
| use std::str; |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| /** | |
| * Author : Mandar | |
| * Contact : [email protected] | |
| * Instance : https://eunivers.social | |
| * StyleSheets overload for Mastodon v1.3.x add your instance on top | |
| * Licence CC by NC - https://creativecommons.org/licenses/by-nc/4.0/ | |
| * have fun. | |
| **/ | |
| /** |
| Based on - https://github.com/ivanceras/rust-vim-setup | |
| YouCompleteMe | |
| Vim number toggle | |
| NERDtree | |
| vim-autoformat |
I hereby claim:
To claim this, I am signing this object: