Skip to content
@se-nitech

Software Engineerin at Nitech

ソフトウェア工学用リポジトリ

コード

  • git clone
# Git
git clone https://github.com/se-nitech/diff-patch-git.git

# Docker
git clone https://github.com/se-nitech/docker-python.git
git clone https://github.com/se-nitech/docker-c.git
git clone https://github.com/se-nitech/docker-java.git

# Debug
git clone https://github.com/se-nitech/debug-c.git
git clone https://github.com/se-nitech/debug-python.git
git clone https://github.com/se-nitech/debug-java.git

# Test
git clone https://github.com/se-nitech/unittest-pytest.git
git clone https://github.com/se-nitech/unittest-java.git

# Formatting
git clone https://github.com/se-nitech/format-python.git
git clone https://github.com/se-nitech/format-c.git
git clone https://github.com/se-nitech/format-java.git

# Documentation
git clone https://github.com/se-nitech/document-sphinx.git
git clone https://github.com/se-nitech/document-doxygen.git
git clone https://github.com/se-nitech/document-javadoc.git
  • update
foreach i in *; do cd $i; git pull; cd .. ; done

Dockerコンテナ

docker pull python:slim
docker pull gcc
docker pull quay.io/jupyter/datascience-notebook
docker pull plantuml/plantuml-server
docker pull tttamaki/dfd-generator
docker pull maven:3.9-eclipse-temurin-25
  • update
foreach i in *; do cd $i; docker compose build; cd .. ; done

Pinned Loading

  1. diff-patch-git diff-patch-git Public

    Python 13

  2. docker-python docker-python Public

    Python

  3. docker-c docker-c Public

    C 3

  4. docker-java docker-java Public

    Java 4

  5. debug-c debug-c Public

    C

  6. debug-python debug-python Public

    Python

Repositories

Showing 10 of 36 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…