반응형
반응형

My Visual Studio Code Setup | 2023

https://medium.com/@piyushyadav0191/my-visual-studio-code-setup-2023-2af8d36a5118

 

My Visual Studio Code Setup | 2023

Visual Studio Code, also known as VS Code, is a free and open-source code editor developed by Microsoft that has taken the developer world…

medium.com

created with 

Visual Studio Code, also known as VS Code, is a free and open-source code editor developed by Microsoft that has taken the developer world by storm. With its sleek interface, extensive customization options, and a vast array of extensions, VS Code has quickly become the go-to choice for developers looking to streamline their workflow and boost productivity. Whether you’re a seasoned developer or just starting out, VS Code is a tool you won’t want to miss.

Topics which I will be talking about

  • My setting Config
  • My Theme
  • My Extensions
  • Surprise

My Setting Config

VS Code settings JSON config includes a variety of configurations to customize your coding experience.

Tip:- You can customize your settings.json file by typing Ctrl + Shift + P, and then typing ‘User Settings’.

{
  "workbench.colorTheme": "Vim Deep Dark", // My Theme
  "workbench.iconTheme": "material-icon-theme", // My Icon Theme
  "editor.fontFamily": "Fira Code", // My Font
  "editor.fontSize": 19, // Font size
  "editor.minimap.enabled": false, // disabled minimap
  "editor.fontLigatures": true, // enabled ligatures
  "editor.formatOnPaste": true, // text will format on pasting the code
  "editor.formatOnSave": true, // text will format if you hit ctrl + S
  "editor.defaultFormatter": "esbenp.prettier-vscode", // formatter 
  "terminal.integrated.fontFamily": "MesloLGS Nerd Font", // terminal font to use icons
  "debug.terminal.clearBeforeReusing": true,// clears your debug terminal before using
  "terminal.integrated.fontSize": 19, // terminal font size
}

How it looks like in VS code

My Theme

Well, if you have read my configuration, then you should already know the name of the theme I am using

Vim Theme

Demo

Vim theme

Apart from this theme, I like to use Andromeda Mariana — Italic

Second Theme demo

Andromeda Mariana

My Extensions

Visual Studio Code (VS Code) is a popular code editor that offers a range of extensions to enhance its functionality. VS Code extensions are add-ons that provide additional features and capabilities to the editor, such as new language support, code snippets, syntax highlighting, debugging tools, and more.

Prisma

Prisma

Only for DATABASE USERS :- Adds syntax highlighting, formatting, auto-completion, jump-to-definition and linting for .prisma files.

MDX

MDX

Language support for MDX

Prettier

Prettier- Code formatter

Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary.

Material Icon Theme

Material Icon Theme

Material Design Icons for Visual Studio Code

ES7 Support

ES7

Extensions for React, React-Native and Redux in JS/TS with ES7+ syntax. Customizable. Built-in integration with prettier.

Color Highlight

Color Highlighter

This extension styles css/web colors found in your document.

Github Copilot

Copilot

GitHub Copilot provides autocomplete-style suggestions from an AI pair programmer as you code. You can receive suggestions from GitHub Copilot either by starting to write the code you want to use, or by writing a natural language comment describing what you want the code to do.

Surprise

“Breaking the Norm: Why I swapped VS Code for Vim and never looked back!”

vim

The File Explorer structure that you are seeing is a Tree View lua plugin which is fabulous, and I am able to code faster than ever using shortcuts.

 
반응형
반응형

모른다는 사실을 부끄러워하지 말라.
무지는 자연스러운 것이고, 창의성은 무지의 상태에서 시작된다.
우리는 자신이 아무것도 모르며
해결책을 찾지 못할 수도 있다는 사실을 기쁘게 인정해야 한다.
해답이 존재한다는 생각조차 함정이고 막다른 골목이다.
바보처럼 보이면 좀 어떤가?
실수하면서 겪는 정서적 고통을 기꺼이 감수하라.
- 로드 주드킨스, ‘대체 불가능한 존재가 돼라’에서


같은 책 내용 함께 보내드립니다.
‘창의성은 경계하고 조심하는 사람들과는 관련이 없다.
대신에 위험을 무릅쓰는 사람들 편에 존재한다.
가끔씩 우리는 사람들의 반응을 도발할 필요가 있다.
그럴 때마다 우리는 모욕과 무례를 일으킬까봐 두려워할게 아니라,
아무도 듣지 않는 불행한 사태를 의식하고 예방해야 한다.’

반응형
반응형

춤을 추는 순간 나는 사라진다.
춤은 보이지만 춤추는 자는 사라지는 것이다.
보는 자의 영혼에만 가닿을 뿐 흔적은 남지 않는다.
그 춤이 내 것이라고 내세울 수는 없다. 스스로를
내세운다면 그전에 춤이 사라져 버릴 것이다.
무엇을 보여주겠다는 의지가 강해질수록
춤은 보이지 않고 춤추는 자의
몸만 보인다.


- 홍신자의 《생의 마지막 날까지》 중에서 -


* 춤은
인간이 몸으로 표현할 수 있는
최고의 예술입니다. 몸을 움직이지만
그 움직임은 영혼육(靈魂肉)이 합일되는
무아지경의 순간입니다. 나는 사라지고 행위만이
남습니다. 나와 남, 안과 밖, 객관과 주관의 경계가
사라지고 승화된 황홀경의 세상이 펼쳐집니다.
춤을 추는 순간이야말로 인간이
신이 되는 순간입니다.

반응형

'생활의 발견 > 아침편지' 카테고리의 다른 글

그리운 사람을 그리워하는 것  (0) 2023.10.03
손짓  (0) 2023.10.02
교실의 날씨  (0) 2023.09.26
울어야 하나 웃어야 하나  (0) 2023.09.25
새로운 시작, 늦은 나이가 없다  (0) 2023.09.23
반응형

How to send text messages with Python for Free

https://medium.com/testingonprod/how-to-send-text-messages-with-python-for-free-a7c92816e1a4

 

How to send text messages with Python for Free

This week, I am going to be showing you how to send text messages with Python for free. It’s actually surprisingly easy to do and I thought…

medium.com

What you’ll need

For this post, I’ll be using the following:

It should be noted that if you’re using gmail, like me, you’ll need to setup and use an application password with your account. You can read more information and security warnings on that here: https://support.google.com/accounts/answer/185833?p=InvalidSecondFactor&visit_id=637700239874464736-1954441174&rd=1

import smtplib
import sys
 
CARRIERS = {
    "att": "@mms.att.net",
    "tmobile": "@tmomail.net",
    "verizon": "@vtext.com",
    "sprint": "@messaging.sprintpcs.com"
}
 
EMAIL = "EMAIL"
PASSWORD = "PASSWORD"
 
def send_message(phone_number, carrier, message):
    recipient = phone_number + CARRIERS[carrier]
    auth = (EMAIL, PASSWORD)
 
    server = smtplib.SMTP("smtp.gmail.com", 587)
    server.starttls()
    server.login(auth[0], auth[1])
 
    server.sendmail(auth[0], recipient, message)
 
 
if __name__ == "__main__":
    if len(sys.argv) < 4:
        print(f"Usage: python3 {sys.argv[0]} <PHONE_NUMBER> <CARRIER> <MESSAGE>")
        sys.exit(0)
 
    phone_number = sys.argv[1]
    carrier = sys.argv[2]
    message = sys.argv[3]
 
    send_message(phone_number, carrier, message)
반응형

'프로그래밍 > Python' 카테고리의 다른 글

[python] sudoku 만들기 - 랜덤 문제  (0) 2023.09.27
[python] sudoku 만들기  (0) 2023.09.27
[python] algorithm, 알고리즘  (0) 2023.09.20
[python] GUI 비밀번호 자동 생성기  (0) 2023.09.18
[python] pyperclip  (0) 2023.09.18
반응형

https://mediahub.seoul.go.kr/archives/2009145

 

2023 추석 기간 운영 추천 프로그램 목록

연번프로그램명일 시장 소주 요 내 용
1 폼나는 한강
‘한강 K-콘텐츠 페스티벌’
9.8~10.3 반포한강공원
세빛섬 일대
- 해외 인기 K-콘텐츠 조형물 전시
*오징어게임, 유미의 세포들 조형물은 9.30까지
- 무궁화 꽃이 피었습니다, 딱지치기 등 전통놀이
2 2023 한강 불빛 공연
‘드론 라이트 쇼’
9.8~10.27 뚝섬한강공원 - 드론 700~1,000대를 활용한 드론 라이트 쇼
* 10.1(일) 20:00~20:10(10분간)
- 구석구석 라이브 공연(19:00~19:50)
* 10.1(일) 19:00~19:50(50분간)
3 지하철역사
시민탐험대
‘숨은공간 시간여행’
10.2~10.3(2일간)
10, 12, 14, 16시
시청 앞
서울광장 아래
- 회당 25인(사전신청 20인, 현장접수 5인)
- 공공서비스예약 통해 사전신청
4 서울함 공원 추석 당일만 휴무 망원한강공원
내 서울함공원
- 버스킹 공연 등 특별프로그램 운영 등
5 도시건축비엔날레 9.29(금)~9.30(토) 열린송현
녹지광장
- 비엔날레 윷놀이(10:00~20:00)
- 송현에서 만난 토성이야기(20:00~22:00)
6 남산골한옥마을
‘추우석’
9.28(목)~10.1(일)
10:00-17:00
남산골
한옥마을
- 국내외 방문객을 대상으로 서울 도심에서 펼쳐지는 추석 전통문화 축제
- 줄타기, 판소리 등 전통 공연, 송편, 활 만들기 등 체험프로그램 등 ☞ 네이버예약
7 월드컵공원
‘한가위 한마당’
9.29(금), 9.30(토)
09:00~18:00
월드컵공원
장승마당
- 전래놀이지도사와 함께하는 명절 전통놀이(4종)
- 소원등 등 추석 전통 공예품 만들기 체험
8 서울거리
예술축제 2023
9.29(금) 18시~20시,
9.30(토)~10.1.(일)
12시~20시
서울광장,
청계광장,
무교로 일대
- 서커스, 설치미술, 행위예술 등
 다양한 장르 거리공연
9 서울야외도서관
‘광화문 책마당’
9.30(토) ~ 10.1(일)
11:00~18:00
광화문광장
육조마당
- 빈백, 의자 등 설치한 야외독서존 운영
※ 연휴기간 2회 추가 편성
10 서울공예박물관
‘추석엔 공예를 추천해’
10.3(화)
16:00~16:40 (40분)
야외마당 - 퓨전 국악 ‘국악전자유랑단’ 야외공연
11 문화가 흐르는
예술마당
9.30(토)
18:00~19:30
노들섬
잔디마당
- 다양한 장르의 수준높은 무료공연 진행
- 퓨전국악(연리지), 팝페라(빅토리아) 공연
12 기획전시
‘빛이 깨울 때’
9.28(목)~10.3(화)
10:00~18:00
서울식물원
식물문화센터
마곡문화관
- 서울식물원 기획전 '빛이 깨울 때'
* 식물문화센터 2층 프로젝트홀2 :
 「천변만화 : 무지갯빛 풍경」
* 마곡문화관 :「반디」
13 T5기획전시
‘또 다른 얼굴들 –
한국과 아세안의 가면’
9.22(금)~11.12(일)
10:00~18:00
문화비축기지
T5이야기관 2F
- KF아세안문화원, UNESCO아태무형유산센터와의 교류협력전으로 한국과 아세안의 가면, 복식, 멀티미디어자료를 통한 '가면' 문화사 전시
14 남산 봉수대
봉수의식 및
전통문화공연
(봉수의식)
매일 11:00~12:10
(문화공연)
매일 15:00~15:40
※ 미운영 : 9.29, 10.2
남산봉수대 및
팔각정 일원
- 봉수의식 및 일일봉수군 체험
- 사물놀이 및 전통무예 공연 등
15 한류 체험
‘북촌전통
공예체험관’
9.28(목)
9.30(토)~10.3(화)
북촌전통
공예체험관
- 북촌 방문 국내외 관광객 대상 전통공예 전시·체험
- 공공서비스예약 누리집
16 Design Dream Land: Fall in K-POP 9.22(금) ~
2024.4.30.(화)
10:00~20:00
DDP 디자인랩
3층
- 케이팝을 대표가수들의 의상과 음악에 영감 받은 아티스트 전시
- 포토부스와 포토존, 이벤트 굿즈 카드를 꾸밀 수 있는 스티커 테이블 등 체험공간
17 다이너마이트 룩스
’BTS 무대 의상 전시’
8.31~10.3(화) DDP 디자인랩
1층
- BTS가 한국인 최초로 그래미어워드 공연을 진행했던 의상을 통해 K-POP의 세계적인 위상을 생생하게 경험해보는 전시
18 서울 도보해설
관광코스
9.28(목)~
10.3(화)
47개 코스 - 서울의 주요 관광명소가 포함된 47개 도보해설 코스를 문화관광해설사와 걸으며 감상
- ‘서울관광누리집’ 3일전 사전 예약
반응형
반응형

[MSSQL] SELECT INTO - 테이블 또는 임시테이블 복사

 

select * into TEMP_테이블 from 원본테이블 [조건문]

 

 

만약 임시테이블을 생성하여 복사하고 싶다면

 

select * into #TEMP_테이블 from 원본테이블 [조건문]

 

#을 붙여주면된다.

 

##을 붙이면 전역 임시테이블로 생성되면

 

#은 해당 세션에서만 사용가능하며

##은 전역으로써 모든 세션에서 사용 가능하다.

 

임시테이블은 로그아웃 전까지 존재한다.

 

SELECT INTO TEMP TABLE statement syntax

--SELECT INTO TEMP TABLE statement syntax
SELECT * | Column1,Column2...ColumnN 
INTO #TempDestinationTable
FROM Source_Table
WHERE Condition​

 

반응형

+ Recent posts