Skip to content
View PolskaKrowa's full-sized avatar
🖥️
Either planning a software revolution, or working towards one.
🖥️
Either planning a software revolution, or working towards one.
  • United Kingdom

Block or report PolskaKrowa

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
PolskaKrowa/README.md

hi

People always ask me how many programming languages I know. The problem with that is that there's no way to actually "know" a language to completion, even if you make it yourself.

Speaking of languages, here's some that I'm able to use and (mostly) understand:

  • Python
  • Java
  • Javascript (shhhhhhhh)
  • HTML (i said shhhhh)
  • C/C++ (including CUDA)
  • Fortran
  • OpenCL (debatable on whether it's its own language or a reimplementation of C to work on graphics cards)
  • LLVM
  • x86_64 assembly (scalar only, I'm yet to wrap my head around all the different vector extensions)
  • NVIDIA's HPC SDK (I know it's not a "language", but it does implement a CUDA version of Fortran, so ha)

And here's some languages that I'm interested in learning about:

  • x86_64 vector assembly
  • OpenGL (same comment as OpenCL)

Yeah, so I like software development.

lua is not a real language.

Pinned Loading

  1. clunk-superopt clunk-superopt Public

    Super fast and effective LLVM superoptimiser

    C++ 1 1

  2. nuclear-physics-library nuclear-physics-library Public

    A library for the assistance of the development of nuclear reactor simulations

    Fortran 1 2

  3. AdminVU AdminVU Public

    Open source Discord bot

    C

  4. CUBench CUBench Public

    A comprehensive GPU performance benchmarking tool designed to evaluate CUDA kernel execution, inefficient memory handling, thread spilling, and much more.

    Cuda