Giter Site home page Giter Site logo

python_experts's People

Contributors

aidanywu avatar archkitten avatar david-xie123 avatar jm1021 avatar tyler929 avatar willcyber avatar

python_experts's Issues

Signed Addition

Signed Addition, Subtraction (Selection).

  • Integer Numbers. Subtraction (8th bit is a Sign, max number is +127 and negative -128, overflow now produces negative number. If sign bit is set the calculation is 128-bits.

Code Tic Tac Toe game

  • Create a new Tic Tac Toe page
  • Backend code for two players
  • Backend logic for computer randomly picking an option
  • Frontend code to toggle between two player and computer

Multiply and Divide by 2 (Shift)

Multiply and Divide by 2 (Shift).

  • In this example, make the Bits change positions. Start 2^0 to 2^15. If you multiply by 2 then 2^0 bit becomes 2^1, 2^1 to 2^2. If you divide 2^15 becomes 2^14.

Extend/Switch ASCII to Unicode

Extend/Switch ASCII to Unicode.

  • Use representation of U-0000 to U-FFFF for your bits. The extension of ASCII to Unicode mode allows you to show even more Characters and Character ranges. Look at Unicode on Wikipedia (Links to an external site.).

Unsigned Addition

Unsigned Addition, Subtraction (Default).

  • Whole Numbers. Max number move from 255 to 65535. Essentially 8 bits to 16 bits. 16 bits is often called a "Short Integer".

Code Rock Paper Scissors

  • Create a new Rock Paper Scissors page
  • Backend code for two players
  • Backend logic for computer randomly picking an option
  • Frontend code to toggle between two player and computer

Make 2 min video

5 Points (Scrum Master / Self Grade)
Team and Scrum Master Planning by Wednesday 1 point
Team Technicals 2 points. Evaluation is on how Planning and individual Issues complement the entire project.
Individual Technicals 2 point. Code commits is required on something Technical.

Add ASCII to binary code

  • Binary or Binary Abstraction, ie Visualization of an ASCII table, viz of Color Codes, explore new viz like Logic Gates

Logic Gates

  • Understand expressions
  • Consider an entirely different presentation area and idea
  • Two inputs (a,b) and see how changing those inputs change logic gate outputs (c). (Different types of HTML).
  • Go here for ideas
  • W3 Schools bitwise operators

Color Codes

  • Go here for reference
  • display three rows of 8 bits
  • allow for code to be 0 to 255, show color for RGB
  • show color for R,G,B independently (may require different HTML layout)

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.