Skip to content
View a7v8x's full-sized avatar
🎮
maximizing reward function in the game of life
🎮
maximizing reward function in the game of life
Block or Report

Block or report a7v8x

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

  1. atherosai/ui atherosai/ui Public

    Simple UI examples from my social media

    HTML 9.3k 1.6k

  2. atherosai/graphql-gateway-apollo-express atherosai/graphql-gateway-apollo-express Public

    Creating high performance and secure GraphQL APIs with Node.js, Apollo server, GraphQL and TypeScript

    TypeScript 136 32

  3. atherosai/next-react-graphql-apollo-hooks atherosai/next-react-graphql-apollo-hooks Public

    React, Apollo, Next.js, GraphQL, Node.js, TypeScript high performance boilerplate with React hooks GraphQL implementation and automatic static type generation

    TypeScript 228 53

  4. atherosai/latex-beamer-with-bibtex-presentation atherosai/latex-beamer-with-bibtex-presentation Public

    Latex Beamer presentation template with Bibtex support

    HTML 5 3

  5. GraphQL introspection query - for fe... GraphQL introspection query - for fetching the whole schema (from GraphiQL IDE) for https://atheros.ai/blog/graphql-introspection-and-introspection-queries
    1
     query IntrospectionQuery {
    2
        __schema {
    3
          queryType { name }
    4
          mutationType { name }
    5
          types {