lua-decoder
This is an assignment repository for the course ASE (CSC 591)
Science Score: 54.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.9%) to scientific vocabulary
Repository
This is an assignment repository for the course ASE (CSC 591)
Basic Info
- Host: GitHub
- Owner: Prachit99
- License: mit
- Language: Python
- Default Branch: main
- Size: 200 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 1
Metadata Files
README.md
lua-decoder
This is an assignment repository for the course ASE (CSC 591)

Pre-requisites
To run these scripts, you will require Python installed on your PC. Please visit Python Installers to download the lastest python version.
Installation
Initially you can check whether your system has python pre-installed or not, usually nowadays in most of the systems, be it Windows or MacOS, python is pre-installed.
To check whether you have python installed or not, you can open CMD or a Terminal and run the command "python --version". If the CMD shows the version such as Python 3.6.7 then your system already has python installed and you just need to clone the repository and run the python scripts.
If this is not the case, then you need to download python installer package from Python Installers based on your system's operating system and install it and you can further clone this repository to execute the scripts.
Contribution Code of Conduct
The rules listed below are to be followed by the ones who will be contributing to the code in the repository:
- Atleast one review/approval is required from any other contributors of the project to merge a commit to the main branch.
- It is recommended to delete the branch as soon as it is merged to the main branch to avoid stale branches in the repository.
- It is encouraged to add name tags such as "feature-" or "patch-" in the branches if it is used to add code-patches or features in the project.
Contributors
Prachit Mhalgi |
Sahil Sawant |
Neha Patil |
Owner
- Name: Prachit Mhalgi
- Login: Prachit99
- Kind: user
- Location: Raleigh
- Website: https://www.linkedin.com/in/prachitmhalgi/
- Repositories: 13
- Profile: https://github.com/Prachit99
Masters of Computer Science at NCSU | KJSCE'21 | Former Associate at Think Analytics | ML Enthusiast | Always looking for new challenges 🕶️
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: Lua Decoder
message: Please use this information for citation
type: software
authors:
- given-names: Prachit
family-names: Mhalgi
email: psmhalgi@ncsu.edu
- given-names: Sahil
family-names: Sawant
email: ssawant2@ncsu.edu
- given-names: 'Neha '
family-names: Patil
email: npatil2@ncsu.edu
identifiers:
- type: doi
value: 10.5281/zenodo.7542741
keywords:
- lua
- python
license: MIT
commit: Initial Release
version: 0.1.0
date-released: '2023-01-16'
GitHub Events
Total
Last Year
Dependencies
- actions/checkout v3 composite
- actions/setup-python v3 composite