Cristopher

Results 9 issues of Cristopher

## Overview Model used: Inception v3. MobileNet models does not experience this issue. ![ar0ltbti00h71](https://user-images.githubusercontent.com/32661241/145770552-f7b8c11d-7d73-43d7-a04f-97b3315c6eee.jpg) ![proof](https://user-images.githubusercontent.com/32661241/145770838-b8b0fada-d9d0-437a-bbb9-88a021906cd1.png)

False Positives

**Is your feature request related to a problem? Please describe.** Hi, First of all, thank you for sharing this awesome library! I would like to request a feature where it's...

## Gambaran Umum _Pull request_ ini menambahkan sebuah pustaka baru `telepon` yang berfungsi untuk melakukan _parsing_, validasi, dan pemformatan pada _string_ nomor telepon yang berlaku di Indonesia. > Catatan: Pustaka...

## Overview Closes #256 This pull request adds `n` to the `gcd` function args in Pollard-Rho section.

## Overview The Pollard-Rho algorithm in the [Integer Factorization section](https://en.algorithmica.org/hpc/algorithms/factorization/#pollards-rho-algorithm) is written as such ``` u64 f(u64 x, u64 mod) { return ((u128) x * x + 1) % mod;...

This pull requests adds [my COVID-19 LINE bot](https://github.com/Namchee/COVID-19-LINE-Bot) to showcase section. This is **NOT** a hacktoberfest-driven PR, it's just an old project that I haven't put it here yet.

This is a fake issue to test everything. ### DO NOT CLOSE!!!

## Overview Please improve the parsing quality of illegal investment data scrapper. This issue might be permanent due to how gigantic and varying the data are. But the main point...

### Description This pull request replaces `fast-glob` with `tinyglobby` to reduce dependency size while keeping the same behavior ### Linked Issues - Closes https://github.com/es-tooling/ecosystem-cleanup/issues/42 ### Additional Context ``` Package size...