Ecosyste.ms: Timeline

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

lledellebell

lledellebell created a comment on an issue on diving-typescript/woowahan-typescript-with-react
![Image](https://github.com/user-attachments/assets/c44be0d6-b4b2-4851-92a5-40db3f5da96b)

View on GitHub

lledellebell pushed 3 commits to main DaleStudy/leetcode-study
  • reverse linked list solution 5896955
  • longest substring without repeating characters solution 457b29a
  • Merge pull request #927 from lledellebell/main [dd_._._bb] Week 07 cc5da6c

View on GitHub

lledellebell closed a pull request on DaleStudy/leetcode-study
[dd_._._bb] Week 07
## 답안 제출 문제 - [x] #223 - [x] #243 <!-- - [ ] #258 - [ ] #273 - [ ] #283 --> ## 체크 리스트 - [x] 우측 메뉴에서 PR을 **Projects**에 추가해주세요. - [x] **Projects**의 오른쪽 버튼(▼)을 눌러 확장한 뒤, **Week**를 현...
lledellebell created a review comment on a pull request on DaleStudy/leetcode-study
리뷰 감사합니다! 😊 다음 주에는 5문제를 모두 풀 수 있도록 최선을 다하겠습니다! 💪

View on GitHub

lledellebell created a review on a pull request on DaleStudy/leetcode-study

View on GitHub

lledellebell pushed 4 commits to master lledellebell/woowahan-typescript-with-react
  • [3주차] Removing Stars From a String (#12) * chore: place holder 생성 * test: pull request action df306d5
  • docs: 출석 state와 일정 업데이트 28bd28c
  • docs: 일정 재 업데이트(1월 29일 스터디X) 96affa4
  • Merge branch 'diving-typescript:master' into master 1e2d004

View on GitHub

lledellebell opened an issue on diving-typescript/woowahan-typescript-with-react
[공유] 4주차
## 📅 공유 내용 - 2월 5일(수) 21:00(KST) - 일정 변경: 1월 29일(수) 설날 당일 ## ✅ 완료된 작업 - @wogus216: 2장 타입 (2-3, 2-4) - @yoon-jisung: #12 - keywords: stack, split, for loop ## 🔜 다음 단계 - [ ] @lledellebell : [42...
lledellebell pushed 1 commit to master diving-typescript/woowahan-typescript-with-react
  • docs: 일정 재 업데이트(1월 29일 스터디X) 96affa4

View on GitHub

lledellebell pushed 1 commit to master diving-typescript/woowahan-typescript-with-react
  • docs: 출석 state와 일정 업데이트 28bd28c

View on GitHub

lledellebell closed an issue on diving-typescript/woowahan-typescript-with-react
[공유] 3주차
## 📅 공유 내용 - 차주 스터디 관련 내용 공유드립니다. - **책 범위**: 2-3, 2-4 - **LeetCode 문제**: [Removing Stars from a String](https://github.com/diving-typescript/woowahan-typescript-with-react/tree/master/algor...
lledellebell pushed 1 commit to master diving-typescript/woowahan-typescript-with-react
  • [3주차] Removing Stars From a String (#12) * chore: place holder 생성 * test: pull request action df306d5

View on GitHub

lledellebell closed a pull request on diving-typescript/woowahan-typescript-with-react
[3주차] Removing Stars From a String
## 📝 문제 설명 - 풀이한 알고리즘 문제의 간단한 설명을 작성해주세요. - 문제 링크: [문제 링크를 여기에 추가하세요] <!-- - 배열에서 두 숫자의 합이 특정 타겟 값이 되는 인덱스를 찾는 문제입니다. - 문제 링크: [Two Sum](https://leetcode.com/problems/two-sum/) --> ##...
lledellebell pushed 9 commits to master lledellebell/woowahan-typescript-with-react
  • [yoon-jisung] week2 알고리즘 풀이 f8fc449
  • Merge branch 'master' of https://github.com/diving-typescript/woowahan-typescript-with-react 8e12cfd
  • 3장 작성 중 41c0409
  • Merge remote-tracking branch 'upstream/master' e7cd34f
  • sancho 2-3,4 정리 완료 9407047
  • Merge pull request #15 from wogus216/master 2-3,4 정리 완료 74eb012
  • 최신버전 반영 6b5e6d6
  • Merge pull request #16 from wogus216/master 2장 정리 최신버전 반영 d30d1b1
  • Merge branch 'master' into master 9d8dccf

View on GitHub

lledellebell created a comment on a pull request on diving-typescript/woowahan-typescript-with-react
```ts function removeStars(s: string): string { const chars = s.split(''); let write = 0; for (let read = 0; read < chars.length; read++) { if (chars[read] === '*') { write...

View on GitHub

lledellebell pushed 3 commits to master lledellebell/woowahan-typescript-with-react
  • sancho 3장 생성 b2aad3d
  • Merge pull request #14 from wogus216/master sancho 3장 생성 b3664d4
  • Merge branch 'diving-typescript:master' into master 8a31125

View on GitHub

lledellebell pushed 1 commit to main lledellebell/leetcode-study
  • longest substring without repeating characters solution 457b29a

View on GitHub

lledellebell opened a pull request on DaleStudy/leetcode-study
[dd_._._bb] Week 07
## 답안 제출 문제 - [x] #223 - [ ] #243 - [ ] #258 - [ ] #273 - [ ] #283 ## 체크 리스트 - [x] 우측 메뉴에서 PR을 **Projects**에 추가해주세요. - [x] **Projects**의 오른쪽 버튼(▼)을 눌러 확장한 뒤, **Week**를 현재 주차로 설정해주...
lledellebell pushed 1 commit to main lledellebell/leetcode-study
  • reverse linked list solution 5896955

View on GitHub

lledellebell pushed 186 commits to main lledellebell/leetcode-study
  • add: solve #222 Valid Parentheses with ts e421bbb
  • Merge branch 'DaleStudy:main' into main 66d005a
  • week 6 4e66fce
  • feat: solve valid parantheses 7eae790
  • feat: [Week 06-1] solve valid-parentheses 77e9a35
  • feat: solve container with most water 4bd04ae
  • feat: [Week 06-2] solve container-with-most-water 41046a9
  • feat: 20. Valid Parentheses 99aa78a
  • feat: [Week 06-3] solve design-add-and-search-words-data-structure d60f811
  • [WEEK6](gmlwls96) valid parentheses cb16f98
  • feat: 11. Container With Most Water d0368fa
  • week 6 19a9f82
  • valid parenthese solution 223a5c8
  • container with most water solution bb9a7dd
  • design-add-and-search-words-data-structure solution d8e7390
  • sprial-matrix solution 508129a
  • valid parentheses 8c4af7c
  • Add comment 02f4602
  • container with most water 0a4c99a
  • longest increasing subsequence 1ebb8b2
  • and 166 more ...

View on GitHub

lledellebell pushed 1 commit to master lledellebell/woowahan-typescript-with-react
  • test: pull request action 76fd64b

View on GitHub

lledellebell pushed 6 commits to master lledellebell/woowahan-typescript-with-react
  • feat: 알고리즘 문제 PR을 위한 GitHub Action 추가 9b9f23e
  • feat: 알고리즘 문제 PR을 위한 GitHub Action 추가 f4a1181
  • fix: 문자열을 명시적으로 인용하도록 수정 7e4805f
  • chore: indent 변경 a730fea
  • fix: path 변경 2eaa9d6
  • Merge branch 'diving-typescript:master' into master 006f9ea

View on GitHub

lledellebell pushed 1 commit to master diving-typescript/woowahan-typescript-with-react

View on GitHub

lledellebell deleted a branch diving-typescript/woowahan-typescript-with-react

algoritms/test-pr

lledellebell closed a pull request on diving-typescript/woowahan-typescript-with-react
test: github action
## 📝 문제 설명 - 풀이한 알고리즘 문제의 간단한 설명을 작성해주세요. - 문제 링크: [문제 링크를 여기에 추가하세요] <!-- - 배열에서 두 숫자의 합이 특정 타겟 값이 되는 인덱스를 찾는 문제입니다. - 문제 링크: [Two Sum](https://leetcode.com/problems/two-sum/) --> ##...
lledellebell opened a pull request on diving-typescript/woowahan-typescript-with-react
test: github action
## 📝 문제 설명 - 풀이한 알고리즘 문제의 간단한 설명을 작성해주세요. - 문제 링크: [문제 링크를 여기에 추가하세요] <!-- - 배열에서 두 숫자의 합이 특정 타겟 값이 되는 인덱스를 찾는 문제입니다. - 문제 링크: [Two Sum](https://leetcode.com/problems/two-sum/) --> ##...
lledellebell created a branch on diving-typescript/woowahan-typescript-with-react

algoritms/test-pr - 우아한 타입스크립트 with 리액트 : 배달의민족 개발 사례로 살펴보는 우아한형제들의 타입스크립트와 리액트 활용

lledellebell created a branch on diving-typescript/woowahan-typescript-with-react

algorithms/test - 우아한 타입스크립트 with 리액트 : 배달의민족 개발 사례로 살펴보는 우아한형제들의 타입스크립트와 리액트 활용

lledellebell pushed 1 commit to master diving-typescript/woowahan-typescript-with-react

View on GitHub

lledellebell pushed 1 commit to master diving-typescript/woowahan-typescript-with-react
  • fix: 문자열을 명시적으로 인용하도록 수정 7e4805f

View on GitHub

lledellebell pushed 1 commit to master diving-typescript/woowahan-typescript-with-react
  • feat: 알고리즘 문제 PR을 위한 GitHub Action 추가 9b9f23e

View on GitHub

Load more