Skip to content
View wonderer80's full-sized avatar
๐Ÿ˜†
๊ฑด๊ฐ•ํ•œ ๊ฐœ๋ฐœ์ž๊ฐ€ ๋˜๊ธฐ ์œ„ํ•ด ๋…ธ๋ ฅ ์ค‘!
๐Ÿ˜†
๊ฑด๊ฐ•ํ•œ ๊ฐœ๋ฐœ์ž๊ฐ€ ๋˜๊ธฐ ์œ„ํ•ด ๋…ธ๋ ฅ ์ค‘!
Block or Report

Block or report wonderer80

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
wonderer80/README.md

Python Django Ruby Rails AWS Jira Confluence

ํ˜ธ๊ธฐ์‹ฌ์ด ๊ฐ€๋“ํ•œ ๊ฐœ๋ฐœ์ž

Anurag's GitHub stats

Pinned

  1. engineeringladders engineeringladders Public

    Forked from jorgef/engineeringladders

    A framework for Engineering Managers ํ•œ๊ธ€ ๋ฒˆ์—ญ๋ณธ

    11 4

  2. wonderer80.github.io wonderer80.github.io Public

    Tech Blog

    HTML

  3. ๋ฆฌ๋ชจํŠธ์— ์—†๋Š” ๋กœ์ปฌ ๋ธŒ๋žœ์น˜ ์ •๋ฆฌํ•˜๊ธฐ ๋ฆฌ๋ชจํŠธ์— ์—†๋Š” ๋กœ์ปฌ ๋ธŒ๋žœ์น˜ ์ •๋ฆฌํ•˜๊ธฐ
    1
    git branch -r | awk '{print $1}' | egrep -v -f /dev/fd/0 <(git branch -vv | grep origin) | awk '{print $1}' | xargs git branch -d
  4. iterm์—์„œ IP ๋ฆฌ์ŠคํŠธ๋“ค์— ssh ์ ‘์†ํ•˜๊ธฐ iterm์—์„œ IP ๋ฆฌ์ŠคํŠธ๋“ค์— ssh ์ ‘์†ํ•˜๊ธฐ
    1
    ip_list = ARGF.read.gsub('"', '').split("\n")
    2
    
                  
    3
    # ์ตœ๋Œ€ 10๊ฐœ ๊นŒ์ง€๋งŒ ๊ฐ€๋Šฅ
    4
    number_string = ['first', 'second', 'third', 'fourth', 'fifth', 'sixth', 'seventh', 'eighth', 'ninth', 'tenth']
    5
    
                  
  5. advent_of_code_2021 advent_of_code_2021 Public

    Advent of Code 2021 ์˜ ๋ฌธ์ œ ํ’€์ด

    Python