-
Notifications
You must be signed in to change notification settings - Fork 2
A README for this REPO #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
VodaCode-Official
wants to merge
13
commits into
Nakazoto:main
Choose a base branch
from
VodaCode-Official:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
dab9584
Revise README for Floating Point Systems project
VodaCode-Official e89915a
Update index section in README.md
VodaCode-Official bc43a7e
Update links in README index for FPS folders
VodaCode-Official b50a225
Merge branch 'Nakazoto:main' into patch-1
VodaCode-Official fbec462
Fix link format for FPS 100 in README
VodaCode-Official 944d8a3
Revise README structure and link formatting
VodaCode-Official 8b9b032
Clean up contributing section in README
VodaCode-Official 514de8e
Update README with verification and warning notes
VodaCode-Official 467da91
Revise README index and folder links
VodaCode-Official 7479832
Revise README.md for clarity and accuracy
VodaCode-Official fd7bd00
Fix spelling errors in README documentation
VodaCode-Official f8ef71f
Refine index formatting and descriptions in README
VodaCode-Official 6b34b06
Merge branch 'Nakazoto:main' into main
VodaCode-Official File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,82 @@ | ||
| # Floating Point Systems | ||
|
|
||
| A repository for gathering documentation and understanding Floating-Point-Systems machines. | ||
|
|
||
| > [!NOTE] | ||
| > This documentation is incomplete and will be expanded as more information becomes available. | ||
|
|
||
| > [!WARNING] | ||
| > This README needs to be verified by the REPO owner: Nakazoto. | ||
|
|
||
| ## Overview | ||
|
|
||
| This project contains datasheets, documentation, and code related to floating-point-sytems machines. | ||
|
|
||
| ## Index - For README | ||
|
|
||
| 1. [Overview](#overview) - Reason What this REPO is for. | ||
| 2. [Contents](#contents---of-each-folder) - What is in the Folders. | ||
| 3. [Index for FPS](#index---for-the-folders) - Folder links. | ||
| 4. [Contributing](#contributing) - Things to look out for. | ||
| - [Guide on Contributing](#a-little-guide) - A guide on contributing. | ||
|
|
||
| ## Contents - Of each folder | ||
|
|
||
| - Documentation on floating-point-systems | ||
| - Some Datasheets | ||
| - Photos of Cards, etc | ||
| - Code for the Machines | ||
|
|
||
| ## Index - For the folders | ||
|
|
||
| 1. [OLD](!Old/) - Folder with old stuff , _A trade of some sort_ | ||
| 2. [AP 120B](AP%20120B/) - Documentation folder for AP 120B, _the predecessor of the FPS 100._ | ||
| 3. [FPS 100](FPS%20100/) - Documentation folder for FPS 100, _the successor of the AP 120B. With reduced cards._ | ||
| 4. [FPS 164](FPS%20164/) - Documentation folder for FPS 164, _the favorite machine of Usagi Electric._ | ||
| 5. [FPS 3000](FPS%203000/) - Documentation folder for FPS 3000, _the machine of which only 1 still known to exist. And is almost the same as the XP 32 is._ | ||
| 6. [FPS 5000](FPS%205000/) - Documentation folder for FPS 5000, _As mentioned in fps.pdf, this is a family of the AP 120B, just like any other machine._ | ||
| 7. [Random FPS information](Z.%20Others/) - Documetation folder for FPS information, _Like part prices and boardrevisions._ | ||
| 8. [Random PDFs](Z_Brochures/) - Documentation folder for PDFs, _Like product pages and folders._ | ||
| 9. [Boards in FPS Machines](Cully_Dave.txt) - Documentation file for cards, _The card configuration on different machines._ | ||
| 10. [Magazine of some sort](Digital_Design_V12_N06_198206.pdf) - Some sort of Magazine. | ||
| 11. [Boards](FPS%20Board%20List.txt) - A board series, _with documentation._ | ||
| 12. [Known Surviving](KnownSurviving.txt) - Documentation file for Surviving machines, _With name, place, condition and maybe price ;D_ | ||
| 13. [Want to make a FPS?](NewFPSLayout.txt) - Documentation file for A Complete Card set for AP 120B, _And what cards some people have._ | ||
|
|
||
| ## Contributing | ||
|
|
||
| > [!CAUTION] | ||
| > This REPO is not meant for harassment, hating or any kind of destroying other people's work! So if you can help this repo grow, it is appreciated! | ||
|
|
||
| ### A little guide: | ||
|
|
||
| > [!NOTE] | ||
| > _There are tons and tons of guides online that explain this in high detail. So look online!_ | ||
|
|
||
| 1. Create a Fork. | ||
| 2. Import / Create the file you wanted to contribute in your own Fork. | ||
| 3. Create a Pull request and explain what you changed. | ||
| - You may have to add you fork (sometimes it does this automatically!) | ||
| 4. Wait for a response! | ||
|
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Could use some work |
||
|
|
||
| > [!TIP] | ||
| > Here some links for videos: | ||
|
|
||
| - [LINK for Guide](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) | ||
| - The NOTE you see applies in this case! | ||
|
|
||
|
|
||
|
|
||
|
|
||
| > [!IMPORTANT] | ||
| > To to achieve your goal it needs to be relevant to the REPO and it's subject. | ||
|
|
||
| <!-- | ||
| NOTE: | ||
| INDEX-LINKS DO NOT WORK IN EDITOR, | ||
| this also is not done! | ||
| --!> | ||
|
|
||
|
|
||
|
|
||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can use some more!