Giter Club home page Giter Club logo

ahmes's Introduction

Hi, I'm Bernardo. I have several years of experience with a multitude of programming languages, including high-level dynamically-typed scripting languages such as Python, purer functional languages such as Haskell, languages commonly used for enterprise software development, such as C# and Java, and low-level statically-typed languages such as C and C++.

Preferences aside, I am a strong believer in using the right tool for the job at hand and often question maxims and universal truths in technology.

Recently, I have been interested in cybersecurity and safe systems programming using Rust.

You can find my portfolio here. Feel free to reach out to me by email.

I am willing to relocate for interesting job opportunities.

ahmes's People

Watchers

 avatar  avatar

ahmes's Issues

Implement 128-byte integer doubling

I have it sketched down already.

  • The memory file
  • Python function that stores a random value on the last 128 bytes of a program and twice as much on the last 128 bytes of another program
  • Test it at least twice manually (at least once test an overflow)

Make running the program possible

The step() method must increment the instruction count IFF the next read instruction is not a NOP

The methods read_byte(address) and set_byte(address, value) should both increment the memory access count. These methods are required for better control of the application.

Jumps should always use two memory accesses

For the computer to behave as expected by the original simulator, a jump should always trigger a reading of the jump address from the memory.

This should be ensured by tests and properly documented.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.