Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: prateekiiest/Code-Sleep-Python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: SarCode/Code-Sleep-Python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 23 files changed
  • 1 contributor

Commits on Jul 17, 2026

  1. Legacy repo hygiene: fix Python 3 syntax errors, remove hardcoded API…

    … key, update README index
    
    - Fix Python 2-only syntax across Encryption-Techniques (print statements,
      raw_input, xrange, str.translate signature, map() iterators, int division)
      so DES, RSA, Hill-Cipher, Caesar-Cipher, and Transposition-Cipher ciphers
      run and round-trip correctly under Python 3. Verified each with sample
      input.
    - Fix a TabError (inconsistent tabs/spaces) in Caesar-cipher/code.py
    - Fix `if turn is 0` identity-comparison bugs in connect_four (should be ==)
    - Fix `while flag=1` (assignment instead of comparison) in speech-to-text/stt.py
    - Fix leading-zero int literal in DES sdes.py dict keys
    - Remove stray corrupted line in setup.py that broke parsing
    - Remove hardcoded cricapi.com API key from Cricket_Notification, read from
      CRICAPI_KEY env var instead
    - Remove accidentally-committed setuptools egg-info build artifacts (already
      covered by .gitignore going forward)
    - Update top-level README project index: it only listed 18 of the 28
      subproject directories; added the missing ones and switched links to
      repo-relative paths
    SarCode committed Jul 17, 2026
    Configuration menu
    Copy the full SHA
    b1e7339 View commit details
    Browse the repository at this point in the history
Loading