Coders Packet

Packets submitted by Sheshagiri Kulkarni

Plot of Sphere using Python

Program to plot a sphere for given coordinates with the help of NumPy and Matplotlib libraries, using Python

Generation of Regular paper folding sequence using Python

Generation of regular paper-folding sequence (dragon-curve) until a given number in Python

Generation of Baum-Sweet Sequence using C++

Program to generate Baum-Sweet Sequence until a given binary number ( A Decimal number is given as input) using C++

Talking Clock using Python

This Program produces an audio output of current system time using the pyttsx3 module in Python

Individual and Extra's Score analysis using Python

Program to show individual score and extras from a given cricket score timeline using Python

Encoding and Decoding of Morse Code using C++

This Program converts English to Morse code (Encode) and Morse code back to English (Decode) using C++