Skip to content
View ahmadatallah's full-sized avatar
👾
I'm sorry Dave, I'm afraid I can't do that
👾
I'm sorry Dave, I'm afraid I can't do that

Block or report ahmadatallah

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. tachyons-styled-tsx tachyons-styled-tsx Public

    Tachyons with types in mind

    TypeScript 1

  2. fight-club-game fight-club-game Public

    School project: bullet shooting two player game developed in Python and Tkinter

    Python 2 1

  3. rosalind-problems rosalind-problems Public

    A solutions to a code challenges that accompanies Bioinformatics Algorithms: An Active-Learning Approach by Phillip Compeau & Pavel Pevzner.

    Python 1

  4. fastmail's nodemailer fastmail's nodemailer
    1
    import nodemailer from "nodemailer";
    2
    
                  
    3
    const transport = nodemailer.createTransport({
    4
      host: "smtp.fastmail.com",
    5
      port: "465",
  5. personal-space personal-space Public

    My personal space sharing things like readings, writings, frames I take in daily life and random thoughts

    MDX 2 1

  6. category-theory-examples category-theory-examples Public

    Examples solutions for Category Theory for Programmers

    Ruby