Skip to content
View CipherSanctum's full-sized avatar

Block or report CipherSanctum

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. fundraiser_app fundraiser_app Public

    Beat censorship with a GoFundMe crowdfunding fundraiser alternative using Paytrace API, Python, and Django 2.x

    Python 10 4

  2. overlord_propaganda_remover overlord_propaganda_remover Public

    Remove the annoying propaganda from youtube where the video title should be.

    JavaScript

  3. email_signup_app email_signup_app Public

    Django 2.x email signup app / list with unlimited EmailCampaign's. Uses a private version of send_mass_mail() so recipients only see their own email, and no one else's.

    HTML 1

  4. wordcount_app wordcount_app Public

    Django 2.x word count app that removes characters you don't want (commas, periods, semicolons, colons, apostrophes, etc.), and counts the number of the same word used in descending order.

    HTML 1

  5. polls_app polls_app Public

    Django 2.x poll app. One function is for use on a high traffic page, and another with multiple arguments to create polls for individual BlogPost models, etc. Uses F() class for speed, and sessions …

    Python

  6. tiered_access_app tiered_access_app Public

    Django 2.x app for tiered levels of access based on whatever you want. User paid?? Then give them an appropriate Model for LevelOne, LevelTwo, LevelThree, or more based on the action they took.

    Python