Skip to content
View neuton's full-sized avatar
🇺🇦
🇺🇦

Organizations

@Trento-MD

Block or report neuton

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. Helium atom ground state with Hartre... Helium atom ground state with Hartree method
    1
    #!/usr/bin/env python3
    2
    import numpy as np
    3
    from scipy.sparse import diags, linalg
    4
    import sympy as sp
    5
    from scipy import integrate
  2. http_proxy http_proxy Public

    basic MITM HTTP proxy server

    Python

  3. testing hand-crafted 3D in matplotlib testing hand-crafted 3D in matplotlib
    1
    #!/usr/bin/env python
    2
    import numpy as np
    3
    from matplotlib import pyplot as plt
    4
    from matplotlib.animation import FuncAnimation
    5
    from scipy.spatial.transform import Rotation
  4. gpu_particles gpu_particles Public

    Simple C + OpenCL + Python (with Python-Ogre) implementation of N gravitationally interacting particles (plain N-body simulation)

    Python 1

  5. my take on the original donut by a1k... my take on the original donut by a1k0n.net (https://www.a1k0n.net/2006/09/15/obfuscated-c-donut.html)
    1
                double sin(),cos
    2
             ();main(){int i,nx=42,
    3
          n=nx*nx/2;char s[n];float a,
    4
         b,w[n];printf("\x1b[2J");for(b
    5
       = 0;;b+=.02){memset(s,32,n);memset
  6. pascal-graph3d pascal-graph3d Public

    Simple software 3D graphics engine + Rubik's Cube (probably only for TMT Pascal compiler)

    Pascal 3 1