[go: nahoru, domu]

Skip to content
View a-alhusaini's full-sized avatar

Sponsoring

@raysan5
Block or Report

Block or report a-alhusaini

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
a-alhusaini/README.md

๐Ÿ‘‹ Hi, I'm Abdullah Alhusaini

๐Ÿš€ About Me

Pinned Loading

  1. devagent-cli devagent-cli Public

    Go 2

  2. css-img-app css-img-app Public

    App to create images from css and html

    JavaScript

  3. digitalia-land digitalia-land Public

    JavaScript

  4. go-midpoint-displacement go-midpoint-displacement Public

    Go

  5. Solving the knapsack problem with ge... Solving the knapsack problem with genetic algorithms.
    1
    let items = [
    2
      {
    3
        name: "laptop",
    4
        weight: 1.5,
    5
        price: 1000,