Giter Site home page Giter Site logo

first small changes about fake6502 HOT 2 CLOSED

john-walsh avatar john-walsh commented on August 23, 2024
first small changes

from fake6502.

Comments (2)

omarandlorraine avatar omarandlorraine commented on August 23, 2024

Those are great ideas that should absolutely be included here. I look forward to it!

Do I create a new branch (?) within this project, and then push my changes into my branch?

The easiest (and usual) way on github is if you fork the project. This will make a repo on your account, identical to mine. Here you can create a branch where you implement your changes. Then, after pushing, you can create a pull request from the feature branch on your repository into my repository.

from fake6502.

john-walsh avatar john-walsh commented on August 23, 2024

OK, got it.

What version number do you want this branch to be/start at?

Are we 1.2 now, or should we bump it up to 2.0?

Remember, I've got more changes to suggest.

Oh, and one more suggestion for a change to the header file:

Adding the C++ wrapper:

#ifdef __cplusplus
extern "C" {
#endif

...

#ifdef __cplusplus
}
#endif

Personally, I don't use C++, but in the spirit of being a source code library, it should be accounted for.

from fake6502.

Related Issues (6)

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.