prog2_ybel_calculator

Student Support Code for 'Calculator' Task

https://github.com/programmiermethoden-campusminden/prog2_ybel_calculator

Science Score: 44.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
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.1%) to scientific vocabulary

Keywords

clean-code git java oer open-educational-resources testing
Last synced: 4 months ago · JSON representation ·

Repository

Student Support Code for 'Calculator' Task

Basic Info
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
clean-code git java oer open-educational-resources testing
Created almost 2 years ago · Last pushed 8 months ago
Metadata Files
Readme License Citation Codeowners

README.md


title: Student Support Code for 'Calculator' Task

About

This represents the student support code for the Calculator task.

License

This work by Carsten Gips and contributors is licensed under MIT.

Owner

  • Name: Programmiermethoden @ Campus Minden
  • Login: Programmiermethoden-CampusMinden
  • Kind: organization

Vorlesungen "Programmiermethoden" und "Programmieren 2" (HSBI)

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: Student Support Code for 'Calculator' Task
message: >-
  If you use this lecture material, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Carsten
    family-names: Gips
    email: cagix@hsbi.de
    affiliation: HSBI
    orcid: 'https://orcid.org/0000-0002-4230-9060'
repository-code: >-
  https://github.com/Programmiermethoden-CampusMinden/prog2_ybel_calculator
abstract: >-
  This represents the student support code for the
  Calculator task.
keywords:
  - java
  - git
  - testing
  - clean code
  - oer
license: MIT

GitHub Events

Total
  • Delete event: 9
  • Issue comment event: 8
  • Push event: 2
  • Pull request review event: 6
  • Pull request event: 15
  • Create event: 8
Last Year
  • Delete event: 9
  • Issue comment event: 8
  • Push event: 2
  • Pull request review event: 6
  • Pull request event: 15
  • Create event: 8

Issues and Pull Requests

Last synced: 4 months ago

All Time
  • Total issues: 0
  • Total pull requests: 10
  • Average time to close issues: N/A
  • Average time to close pull requests: about 2 hours
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 10
Past Year
  • Issues: 0
  • Pull requests: 10
  • Average time to close issues: N/A
  • Average time to close pull requests: about 2 hours
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 10
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (16)
Top Labels
Issue Labels
Pull Request Labels
dependencies (7) java (4) github_actions (3)

Dependencies

.github/workflows/github_ci.yml actions
  • actions/checkout v4 composite
  • actions/setup-java v4 composite
build.gradle maven
  • org.junit.jupiter:junit-jupiter 5.10.2 testImplementation
  • org.mockito:mockito-core 5.11.0 testImplementation
  • org.junit.platform:junit-platform-launcher 1.10.2 testRuntimeOnly