Skip to content
View NotZombieFood's full-sized avatar
😋
😋

Organizations

@basiko
Block or Report

Block or report NotZombieFood

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. MiCongreso MiCongreso Public

    MiCongreso es un sitio web para conocer a tus representantes en el congreso de México.

    JavaScript 3

  2. MIPS-SystemVerilog MIPS-SystemVerilog Public

    MIPS written in System Verilog

    SystemVerilog 2 1

  3. find point inside feature using turf find point inside feature using turf
    1
    for (var i = 0; i < geojsontest["features"].length; i++) {
    2
           var poly = geojsontest["features"][i]["geometry"];
    3
           var isInside1 = turf.inside(pt1, poly);
    4
           if(isInside1){
    5
                console.log(geojsontest["features"][i]["properties"]["letter"]);
  4. Bot_website_template Bot_website_template Public

    Using heroku and flask, we will be able to implement a bot in less than half an hour. WIP

    HTML

  5. CacheSimulator CacheSimulator Public

    Python library for creating Cache tables

    Python

  6. TermEmulator TermEmulator Public

    This code in C++ acts as a linux terminal (a very basic one)

    C++