Skip to content
Avatar
📦
Moving to my new appartement
📦
Moving to my new appartement
Block or Report

Block or report Sigmanificient

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.

Report abuse

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

Report abuse
Sigmanificient/readme.md


Pinned

  1. 1
    Stack = (lambda _stack, _example: _stack, lambda _stack, _example: print(_example))[__name__ == '__main__'](((EmptyStack := type("EmptyStack", (), {})), (_stack := type("Stack", (), {'__init__': lambda self: setattr(self, "__stack", []), 'add': lambda self, item: (self.__stack.append(item), self)[1], 'peek': lambda self: self.__stack[-1] if len(self.__stack) else EmptyStack(), 'pop': lambda self: self.__stack.pop() if len(self.__stack) else EmptyStack(), '__len__': lambda self: len(self.__stack), '__iter__': lambda self: iter(self.pop() for _ in self.__stack), '__repr__': lambda self: "<Stack(%s)>" % ', '.join(repr(item) for item in self.__stack), '__list__': lambda self: list(self.__stack)})))[1], _stack().add("Hello").add("world"))
  2. A open-source python tchat for basic text communications

    Python 4

  3. Solutions of Codewars kata i've made.

    Python 3

  4. A Pronote notifier discord bot.

    Python 22 2

2,721 contributions in the last year

Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Mon Wed Fri

Contribution activity

August 2021

Created a pull request in mwilliamson/python-mammoth that received 3 comments

Improved Overall Code Quality

Hi, I took the time to improve the pep8 of your project, especially the 501th rules (80 width lines) by adding some parenthesis for better wrapping…

+902 −426 3 comments
Opened 45 other pull requests in 15 repositories
GitBolt/Axiol 22 merged
Podrum/Podrum 6 merged
Sigmanificient/Axiol 2 closed
kgsensei/XCrypt 2 merged
Sigmanificient/custom_php_mvc 2 merged
Sigmanificient/bday-reminder 2 merged
Sigmanificient/Just-A-Minecraft-Mod-Test 1 merged
Sigmanificient/XCrypt 1 closed
sevenc-nanashi/sembed 1 merged
Sigmanificient/Pygame-TileScrollingPlatformer 1 merged
CITGuru/PyInquirer 1 open
qwertyquerty/pypresence 1 open
alaydeliwala/Genius-Repetition-Visualizer 1 open
NutDevs-org/ModularKit-Web 1 merged
Sigmanificient/Py-Tac-Toe 1 merged
Reviewed 1 pull request in 1 repository
CircuitSacul/mCoding-Bot 1 pull request
35 contributions in private repositories Aug 2 – Aug 28

Seeing something unexpected? Take a look at the GitHub profile guide.