'잡동사니'에 해당되는 글 13770건

  1. 2025.03.05 polypill
  2. 2025.03.05 wireshark logging
  3. 2025.03.04 Uncaught TypeError: object.at is not a function
  4. 2025.03.04 mariaDB 설치 실패
  5. 2025.03.03 ace combat 7 키 맵 변경 (x-56) 2
  6. 2025.03.03 Logitech(saitek) X-56 stick 키맵
  7. 2025.03.03 모니터 줍줍
  8. 2025.03.02 컴백
  9. 2025.03.01 피곤하다 -_ㅠ
  10. 2025.02.28 libnfc, libfreefare
Programming/web 관련2025. 3. 5. 14:58

구버전의 javascript 라던가 python에 필요한 기능이 있을 경우 새로운 기능을 확장해주는 것을 polyfill 이라고 하는 듯.

 

In software development, a polyfill is code that implements a new standard feature of a deployment environment within an old version of that environment that does not natively support the feature. Most often, it refers to JavaScript code that implements an HTML5 or CSS web standard, either an established standard (supported by some browsers) on older browsers, or a proposed standard (not supported by any browsers) on existing browsers. Polyfills are also used in PHP and Python.

[링크 : https://en.wikipedia.org/wiki/Polyfill_(programming)]

[링크 : https://toss.tech/article/smart-polyfills]

[링크 : https://babeljs.io/docs/babel-polyfill]

'Programming > web 관련' 카테고리의 다른 글

restful API  (0) 2025.07.15
html custom tag  (0) 2025.05.14
css 캐로젤  (0) 2024.11.12
webgl + three.js를 이용한 GL 공부하기 (feat 클로드)  (0) 2024.10.18
웹 브라우저에서 웹 캠 띄우기  (0) 2024.09.24
Posted by 구차니

tshark나 dumpcap 으로 캡쳐할때 용량이나 캡쳐 시간으로 잘라서, logrotate 하듯이 용량 초과하지 않게 캡쳐 가능한 듯.

SEE ALSO
       wireshark(1), tshark(1), editcap(1), mergecap(1), capinfos(1), pcap(3),
       pcap-filter(7) or tcpdump(8)

 

dumpcap -ni 1 -w c:\temp\phone_problem.pcap -b duration:1200 -b files:5

[링크 : https://osqa-ask.wireshark.org/questions/21323/monitor-247-but-retain-only-15-minutes/]

Posted by 구차니

좀 뜬금 없는 에러가 발생해서 멘붕(!!)

windows server 2016 / edge 86 버전이었는데 vue.js로 만든 애가 이런 에러가 나서 찾아보니

edge 92..?

Array.prototype.at()
Baseline Widely available
Array 인스턴스의 at() 메서드는 정숫값을 받아 해당 인덱스에 있는 항목을 반환하며, 양수와 음수를 사용할 수 있습니다. 음의 정수는 배열의 마지막 항목부터 거슬러 셉니다.

[링크 : https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Global_Objects/Array/at#browser_compatibility]

  [링크 : https://stackoverflow.com/questions/68464114/why-am-i-getting-at-is-not-a-function]

 

2025.03.04 기준 최신이 133 인것 같은데 86이면 거~~~~업나 오래 되었네 -_-

 

 

[링크 : https://en.m.wikipedia.org/wiki/Microsoft_Edge]

'Programming > javascript & HTML' 카테고리의 다른 글

js DataView()  (0) 2024.08.21
javascript ... (rest parameter)  (0) 2024.08.12
qr decoder  (0) 2024.04.19
QR decoder로 로또 추첨하기  (0) 2024.04.16
javascript 집합(set) 내용 출력하기  (0) 2024.04.16
Posted by 구차니

'프로그램 사용 > mysql & mariaDB' 카테고리의 다른 글

mariadb msec 단위 시간 얻기  (0) 2022.08.31
mariadb 초기설정  (0) 2022.08.30
mariadb c# connector  (0) 2021.10.22
HeidiSQL  (2) 2021.08.18
sql zerofill  (0) 2019.11.25
Posted by 구차니
게임/ace combat2025. 3. 3. 22:29

스틱

H2 좌 - 레이더

H2 우 - 다음 타겟

H2 상 - 플레어 << 요건 좀 다른데로 옮겨야 하나 고민.. 너무 낭비됨

상 트리거 - 미사일

하 트리거 - 가속+감속

A - (미사일  발사 ->) 카메라 뷰

D (하 트리거 안 쪽 버튼) - 기총

기본 매핑 수정
[Joystick-22210738-0000-0000-0000-504944564944]
ProductName=Saitek Pro Flight X-56 Rhino Stick
Flight_Gun=Button1
Flight_Missile=Button2
Flight_Weapon=Button3
Flight_Target=Button14
Flight_Radar=Button11
Flight_Flare=Button12
Flight_View=Button5
Flight_AccelerationDeceleration=Button6
Flight_AutoPilot=Button13
Flight_Pause=Button4
Flight_HatSwitchUp=POV_U1
Flight_HatSwitchDown=POV_D1
Flight_HatSwitchLeft=POV_L1
Flight_HatSwitchRight=POV_R1
Flight_Pitch=Y:R
Flight_Roll=X
Flight_Yaw=Rz
Flight_Throttle=
Flight_CameraPitch=Ry
Flight_CameraYaw=Rx
UI_B=Button2
UI_A=Button1
UI_X=Button3
UI_Y=Button14
UI_LB=Button10
UI_RB=Button8
UI_LT=Button9
UI_RT=Button7
UI_LeftStickPress=
UI_RightStickPress=Button5
UI_DPadUp=POV_U1
UI_DPadDown=POV_D1
UI_DPadLeft=POV_L1
UI_DPadRight=POV_R1
UI_LeftStickUp=Y:N
UI_LeftStickDown=Y:P
UI_LeftStickLeft=X:N
UI_LeftStickRight=X:P
UI_RightStickUp=
UI_RightStickDown=
UI_RightStickLeft=
UI_RightStickRight=
UI_Menu=Button4
[Joystick-22210738-0000-0000-0000-504944564944]
ProductName=Saitek Pro Flight X-56 Rhino Stick
Flight_Gun=Button5
Flight_Missile=Button1
Flight_Weapon=Button3
Flight_Target=Button12
Flight_Radar=Button14
Flight_Flare=Button11
Flight_View= Button2
Flight_AccelerationDeceleration=Button6
Flight_AutoPilot=Button13
Flight_Pause=Button4
Flight_HatSwitchUp=POV_U1
Flight_HatSwitchDown=POV_D1
Flight_HatSwitchLeft=POV_L1
Flight_HatSwitchRight=POV_R1
Flight_Pitch=Y:R
Flight_Roll=X
Flight_Yaw=Rz
Flight_Throttle=
Flight_CameraPitch=Ry
Flight_CameraYaw=Rx
UI_B=Button2
UI_A=Button1
UI_X=Button3
UI_Y=Button14
UI_LB=Button10
UI_RB=Button8
UI_LT=Button9
UI_RT=Button7
UI_LeftStickPress=
UI_RightStickPress=Button5
UI_DPadUp=POV_U1
UI_DPadDown=POV_D1
UI_DPadLeft=POV_L1
UI_DPadRight=POV_R1
UI_LeftStickUp=Y:N
UI_LeftStickDown=Y:P
UI_LeftStickLeft=X:N
UI_LeftStickRight=X:P
UI_RightStickUp=
UI_RightStickDown=
UI_RightStickLeft=
UI_RightStickRight=
UI_Menu=Button4

 

우측 스로틀 왼쪽 뒤 버튼(I) 가 가속+감속 버튼

E 버튼 플레어(기본 설정)

기본 매핑 수정
[Joystick-A2210738-0000-0000-0000-504944564944]
ProductName=Saitek Pro Flight X-56 Rhino Throttle
Flight_Gun=
Flight_Missile=
Flight_Weapon=
Flight_Target=Button21
Flight_Radar=Button5
Flight_Flare=Button1
Flight_View=Button2
Flight_AccelerationDeceleration=Button4
Flight_AutoPilot=Button3
Flight_Pause=Button25
Flight_HatSwitchUp=
Flight_HatSwitchDown=
Flight_HatSwitchLeft=
Flight_HatSwitchRight=
Flight_Pitch=
Flight_Roll=
Flight_Yaw=
Flight_Throttle=X + Y
Flight_CameraPitch=Ry
Flight_CameraYaw=Rx
UI_B=
UI_A=
UI_X=
UI_Y=Button21
UI_LB=
UI_RB=
UI_LT=
UI_RT=
UI_LeftStickPress=Button32
UI_RightStickPress=Button2
UI_DPadUp=
UI_DPadDown=
UI_DPadLeft=
UI_DPadRight=
UI_LeftStickUp=
UI_LeftStickDown=
UI_LeftStickLeft=
UI_LeftStickRight=
UI_RightStickUp=
UI_RightStickDown=
UI_RightStickLeft=
UI_RightStickRight=
UI_Menu=Button25
[Joystick-A2210738-0000-0000-0000-504944564944]
ProductName=Saitek Pro Flight X-56 Rhino Throttle
Flight_Gun=
Flight_Missile=
Flight_Weapon=
Flight_Target=Button21
Flight_Radar=Button5
Flight_Flare=Button1
Flight_View=Button2
Flight_AccelerationDeceleration=Button4
Flight_AutoPilot=Button3
Flight_Pause=Button25
Flight_HatSwitchUp=
Flight_HatSwitchDown=
Flight_HatSwitchLeft=
Flight_HatSwitchRight=
Flight_Pitch=
Flight_Roll=
Flight_Yaw=
Flight_Throttle=X + Y
Flight_CameraPitch=Ry
Flight_CameraYaw=Rx
UI_B=
UI_A=
UI_X=
UI_Y=Button21
UI_LB=
UI_RB=
UI_LT=
UI_RT=
UI_LeftStickPress=Button32
UI_RightStickPress=Button2
UI_DPadUp=
UI_DPadDown=
UI_DPadLeft=
UI_DPadRight=
UI_LeftStickUp=
UI_LeftStickDown=
UI_LeftStickLeft=
UI_LeftStickRight=
UI_RightStickUp=
UI_RightStickDown=
UI_RightStickLeft=
UI_RightStickRight=
UI_Menu=Button25

 

포스트 스톨 기동이라는 걸 위해서는

Flight_AccelerationDeceleration 키를 눌러줘야 할 것 같아서 일단 이건 수정하지 않도록 해봐야 할 듯

근데 난 아직 비행기를 못 열었잖아? 안될거야 -_ㅠ

[링크 : https://www.youtube.com/watch?v=I9wj5K00Jag]

 

+

탑건 DLC로 해서 기동중에 AccDeacc 버튼 누르기 빠르게 회전한다.

언넝 F-35나 F-22를 열기 전에는 답이 없는건가..

'게임 > ace combat' 카테고리의 다른 글

ace combat 7 F-22 구매!  (0) 2025.03.09
ace combat 7 미션 진행중  (0) 2025.03.08
ace combat / x-56 hotas  (0) 2025.02.27
ace combat + x56 hotas  (0) 2025.02.22
ace comabt 7 - F-15C 뽑음  (0) 2025.02.13
Posted by 구차니
게임/컨트롤러2025. 3. 3. 22:24

스틱 (15, 16, 17 못 찾음)

      button axis
TRIGGER   1  
A     2  
B     3  
C   PUSH 4  
D     5  
TRIGGER 아래   6  
H1   UP 7  
H1   RIGHT 8  
H1   DOWN 9  
H1   LEFT 10  
H2   UP 11  
H2   RIGHT 12  
H2   DOWN 13  
H2   LEFT 14  
???(Always on)     15  
???     16  
???     17  
스틱   수직   X 축
스틱   수평   Y 축
스틱   돌리기   Z 회전
C   수평   X 회전
C   수직   Y 회전
POV        

 

쓰로틀 (SLD / MODE는 매핑되는 것 못 찾음)

      button axis
RTY 4     슬라이더
RTY 3     전화걸기
쓰로틀   LEFT   X 축
아날로그   좌우   X 회전
쓰로틀   RIGHT   Y 축
아날로그   상하   Y 회전
F       Z 축
G       Z 회전
E     1  
F   push 2  
G   push 3  
i     4  
h     5  
SW 1   6  
SW 2   7  
SW 3   8  
SW 4   9  
SW 5   10  
SW 6   11  
TGL 1 UP 12  
TGL 1 DOWN 13  
TGL 2 UP 14  
TGL 2 DOWN 15  
TGL 3 UP 16  
TGL 3 DOWN 17  
TGL 4 UP 18  
TGL 4 DOWN 19  
H3   up 20  
H3   push 21  
H3   down 22  
H3   pull 23  
H4   up 24  
H4   push 25  
H4   down 26  
H4   pull 27  
K1   UP 28  
K1   DOWN 29  
좌측 다이얼   UP 30  
좌측 다이얼   DOWN 31  
아날로그   push 32  

 

요건 스프링 교체법

[링크 : https://www.youtube.com/watch?v=3omnH_D8UWk]

 

스프링 mod

[링크 : https://www.youtube.com/watch?v=3omnH_D8UWk]

'게임 > 컨트롤러' 카테고리의 다른 글

비행시뮬에 빠져봐?  (0) 2025.10.31
조이스틱 수리 실패  (0) 2025.09.15
logitech x-56 플라이트 스틱  (0) 2025.02.22
잘가 조이스틱  (0) 2025.01.10
pxn2119pro 중고구매  (0) 2025.01.06
Posted by 구차니

요즘에는 보기 힘든 DVI-D <-> HDMI 컨버터 포함해서 주워옴

대충(?) 20인치 같은데

다른 컴퓨터도 주워오려고 하니 오늘따라(?) 경비 아저시 예민하셔서 보류중

 

10g 가지고 놀려는데 2대 설치했는데

모니터가 하나 뿐이라 모니터 케이블 오가며 해서 귀찮았는데

이제 속편하게 장난칠수 있을 듯

'개소리 왈왈 > 컴퓨터' 카테고리의 다른 글

미니랩 프로토타이핑  (0) 2025.03.19
내 노트북 쓸만하네?  (0) 2025.03.11
10g NIC 도착  (0) 2025.02.24
mx4 4g 써멀 지름  (0) 2025.02.24
10g 또 지름  (0) 2025.02.20
Posted by 구차니

눈온다고 난리쳐서 후다닥 돌아옴

비만 약간 추적추적 내리는데 내일이랑 모레는 얼마나 오려나

'개소리 왈왈 > 육아관련 주저리' 카테고리의 다른 글

오늘은 외식데이  (0) 2025.03.22
한놈 털 밈  (0) 2025.03.15
피곤하다 -_ㅠ  (0) 2025.03.01
해운대  (0) 2025.02.16
부산 도착  (0) 2025.02.15
Posted by 구차니

운전만 하면 왜 이렇게 눈이 아프고 시력이 급격히 떨어지는 느낌이 들까

'개소리 왈왈 > 육아관련 주저리' 카테고리의 다른 글

한놈 털 밈  (0) 2025.03.15
컴백  (0) 2025.03.02
해운대  (0) 2025.02.16
부산 도착  (0) 2025.02.15
기절  (0) 2025.02.08
Posted by 구차니

mifare 쪽 라이브러리인데

내가 사용중인 USB ACR1252U는 nfc-list 유틸에서 검색되지 않는다.

$ nfc-scan-device 
nfc-scan-device uses libnfc 1.8.0
No NFC device found.

$ nfc-list 
nfc-list uses libnfc 1.8.0
No NFC device found.

 

libpcsclite 로는 되는데 어떻게 해야하나 찾아보는데..

aarch64 쪽으로만 등록이 되어있는지 해당 패키지가 x64 ubuntu에서는 검색이 안된다.

HamadiSan on Jan 12, 2023
So, nfc-list now detects ACR1252u after "sudo apt-get install libacr38u" on raspberry-pi.

[링크 : https://github.com/nfc-tools/libnfc/issues/658]

[링크 : https://github.com/nfc-tools/libfreefare]

 

걍 속편하게 포기(!)

'하드웨어 > rfid_nfc_smartcard' 카테고리의 다른 글

NDEF 읽기  (0) 2025.03.11
mifare desfire 인증 프로세스  (0) 2025.03.11
ATQA, SAK  (0) 2025.02.28
pcsc pseudo APDU  (0) 2025.02.28
Mirafe DESFire EV3 record  (2) 2025.02.27
Posted by 구차니