• Stars
    star
    2
  • Language
    Python
  • License
    MIT License
  • Created about 3 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Python cli script for counting prime numbers

More Repositories

1

DiffBits

Inspired by Samy Kamkar's DiffBits software
Python
6
star
2

IEEE-802.3av

Simulation models observing the registration procedure in IEEE 802.3av networks
Python
3
star
3

LucasSequence

Lucas Sequence L is a sequence of numbers such that L(n) = L(n-1) + L(n-2)
Python
2
star
4

PrimeCheck

Python script for checking if a number is prime. If the number is composite, the script prints the prime factorization of the number.
Python
2
star
5

IoT-Sistem-Za-Kontrolu-Ulaza

This is a project showing how to deploy a Custom Vision model to a Raspberry Pi 3 device running Azure IoT Edge. The project uses Custom Vision model for facial recognition and controls a relay module which can be used as a switch opening an automatic door.
Python
2
star
6

TravelAgencyClient

Example of a client side of an application for a travel agency for Android
Java
1
star
7

FM-Radio

RTL-SDR FM receiver with GNU Radio Companion
Python
1
star
8

SIRmodel

GNU Octave SIR model simulation for Spread of Disease
MATLAB
1
star
9

StokicDusan

๐Ÿš€ My profile readme. If you like it, give it a star. ๐Ÿคฉ ๐Ÿ”ฅ ๐Ÿš€
1
star
10

Python-misc

Miscellaneous scripts and modules implemented in Python
Python
1
star
11

MersennePrime

A Mersenne prime is a prime number that is one less than a power of two. That is, it is a prime number of the form M_{n}=2^{n}-1 for some integer n.
Python
1
star
12

TravelAgencyService

Example of a service side of an application for a travel agency
Java
1
star
13

AmicableNumbers

This script is ready to use script to takes an argument and calculates all amicable number pairs smaller than the inputted number.
Python
1
star
14

Arithmetic-Sequence

Get all arithmetic sequences form an array keeping the order of the array
Python
1
star