Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

mins-git

mins-git pushed 1 commit to main mins-git/mins-git

View on GitHub

mins-git pushed 1 commit to master mins-git/ssafy-django-selfstudy
  • docs(README): README 수정 921d4ca

View on GitHub

mins-git pushed 1 commit to master mins-git/ssafy-django-selfstudy
  • docs(README): README 업데이트 af006f0

View on GitHub

mins-git pushed 1 commit to master mins-git/DailyAlgorithmChallenge

View on GitHub

mins-git pushed 1 commit to master mins-git/DailyAlgorithmChallenge
  • [Silver V] Title: 수들의 합, Time: 136 ms, Memory: 17884 KB -BaekjoonHub 9956d61

View on GitHub

mins-git pushed 1 commit to master mins-git/DailyAlgorithmChallenge
  • docs: README 링크 수정 587fce3

View on GitHub

mins-git pushed 1 commit to master mins-git/DailyAlgorithmChallenge
  • [Silver IV] Title: 스위치 켜고 끄기, Time: 104 ms, Memory: 14292 KB -BaekjoonHub 48a17b8

View on GitHub

mins-git closed a pull request on unboxing96/ssafy-algo-study
week10 day5
mins-git opened a pull request on unboxing96/ssafy-algo-study
week10 day5
mins-git pushed 3 commits to hdm mins-git/ssafy-algo-study

View on GitHub

mins-git pushed 1 commit to dev mins-git/ssafy-algo-study

View on GitHub

mins-git pushed 1 commit to master mins-git/DailyAlgorithmChallenge
  • [Bronze II] Title: 소수, Time: 128 ms, Memory: 15040 KB -BaekjoonHub 08e5e0d

View on GitHub

mins-git starred MarkSon-42/TeamStudy-ComputerNetwork
mins-git pushed 1 commit to dev mins-git/ssafy-algo-study

View on GitHub

mins-git pushed 1 commit to master mins-git/DailyAlgorithmChallenge
  • [Bronze I] Title: 쉽게 푸는 문제, Time: 104 ms, Memory: 14028 KB -BaekjoonHub 2b7f036

View on GitHub

mins-git pushed 1 commit to master mins-git/DailyAlgorithmChallenge
  • [Bronze II] Title: 소수 찾기, Time: 104 ms, Memory: 14216 KB -BaekjoonHub 9f5f5a5

View on GitHub

mins-git pushed 1 commit to master mins-git/DailyAlgorithmChallenge
  • [Bronze I] Title: N번째 큰 수, Time: 164 ms, Memory: 16932 KB -BaekjoonHub 3664788

View on GitHub

mins-git pushed 1 commit to dev mins-git/ssafy-algo-study
  • feat: week10 day 4 N번째 큰수 f5a1f01

View on GitHub

mins-git pushed 1 commit to mins-git mins-git/woowacourse-precourse-week1-calculator
  • docs(README): README.md 수정 및 업데이트 0a7230f

View on GitHub

mins-git pushed 2 commits to mins-git mins-git/woowacourse-precourse-week1-calculator
  • feat: calculator.java > MVC 패턴 적용. - CalculatorController : 프로그램 동작(run) 설정 - CalculatorView : 사용자 입력을 받기 위해 분리 - Ca... f1a9c3c
  • feat(ApplicationTest): 예외케이스 테스트 코드 작성 및 테스트진행 - 커스텀 구분자가 중간에 있을때에 체크 - 중간에 공백이 있으면 예외 던져야함. - 커스텀 구분자 열린 후 닫힘 없음녀 예... 946e747

View on GitHub

mins-git pushed 1 commit to mins-git mins-git/woowacourse-precourse-week1-calculator
  • docs(README): readme 수정 bdf1279

View on GitHub

mins-git pushed 1 commit to mins-git mins-git/woowacourse-precourse-week1-calculator
  • feat(calculator.java): 예외 메세지 삭제 3cac425

View on GitHub

mins-git opened a pull request on woowacourse-precourse/java-calculator-7
[문자열 덧셈 계산기] 한동민 미션 제출합니다.
# 🧑‍🚀이 PR을 통해 해결하려는 문제가 무엇이었나요? - 우테코 7기 프리코스 1주차 "문자열 덧셈 계산기" 과제 구현이 목적이었습니다! ## 🌌 이 PR에서 핵심적으로 변경된 사항은 무엇인가요? - 기능 요구 사항의 정확한 구현을 목표로 진행했습니다. ## 💡 핵심 기능 요구 사항 외에 추가적으로 변경된 부분이 있나요? - 다양한...
mins-git pushed 1 commit to mins-git mins-git/woowacourse-precourse-week1-calculator
  • feat(calculator.java): 엣지케이스 예외 추가 - 사용자가 잘못된값 입력시 IllegalArgumentException 발생 로직 추가 - 추가 엣지케이스 고려 및 객체지향 고민 필요 5206b25

View on GitHub

mins-git pushed 2 commits to mins-git mins-git/woowacourse-precourse-week1-calculator
  • feat(Calculator.java): 커스텀 구분자 중간에 있는경우 로직 추가 # 2 - parseInput()메서드가 커스텀 구분자를 구분해서 basicDelimiter에 넣음 - splitAndSum(... 7254465
  • feat(calculator.java) :커스텀 여러개인 경우 + 엣지케이스 예외추가 #3 - calculate 함수는 구분자를 추가 메서드 호출 및 함수 메서드 호출 - findCustomDelimiters... a063e3e

View on GitHub

mins-git pushed 2 commits to dev unboxing96/ssafy-algo-study
  • feat: week10 day3 최대공약수와 최소공배수 fe5ced4
  • Merge pull request #219 from mins-git/dev feat: week10 day3 최대공약수와 최소공배수 a0444b4

View on GitHub

mins-git pushed 7 commits to hdm mins-git/ssafy-algo-study
  • Merge pull request #215 from mins-git/dev delete 7ee63d8
  • Merge pull request #216 from mins-git/dev feat: week10 day1 3c7feb7
  • day01: 약수구하기, 최소최대 9f30bbf
  • Merge pull request #217 from unboxing96/ee day01: 약수구하기, 최소최대 4189d47
  • Merge pull request #5 from mins-git/hdm week 10 day2, day3: 일곱난쟁이 22ab924
  • Merge pull request #218 from mins-git/dev week 10 day 2 66c443f
  • feat: week10 day3 최대공약수와 최소공배수 fe5ced4

View on GitHub

mins-git pushed 1 commit to dev mins-git/ssafy-algo-study
  • feat: week10 day3 최대공약수와 최소공배수 fe5ced4

View on GitHub

Load more