Remove Control-M symbols from files on Mac
November 24, 2023Before Remove Control-M symbols from files on Mac Using command Using command After
Written by Yerin Hong who lives in London and works in the UK.
Before Remove Control-M symbols from files on Mac Using command Using command After
Vitest Jest can be used in vite project, but it is not fully supported. Vitest is a test runner for vite project. Install Configuration…
1. Copy your Git Repository to another (git mirroring) Clone your repository Set the push location to your mirror Push to your mirror 2. git…
Vite build error Error Node verion Solution Upgrade node version Run again Reference [Issue] Cannot redefine property: crypto
1. Laravel Debugbar 1.1 Add requirement 1.2 Change config 1.3 Publish ### 1.4 Check 1.5 Clear cache & config ## 2. Xdebug + VS code + macOS…
React MVVM pattern with DDD Introduction This article is about how to implement MVVM pattern with DDD in React. MVVM MVVM is a pattern that…
Working on it.. https://dev.to/glocore/configure-emotion-with-your-vite-react-project-7jl https://github.com/vitejs/vite/issues/9829
Install ESLint Install ESLint 1. Install ESLint CLI 2. [Setup ESLint] 3. Downloaded Packages 4. ESLint & prettier Config .eslintrc.cjs…
0. Install Rust 0.1 Install Rustup Rustup is a toolchain manager for Rust. 0.2 Install Rust 0.3 Create a new project 1. Hello World with…
Upgrade Laravel from version 7 to 10 PHP version Upgrade your PHP version from 7.3 to 8.1 since Laravel 10 uses 8.1 or higher according to…
What’s the difference between Colab and Jupyter? Summary Jupyter Concept Jupyter Notebook Jupyter Lab Colab Concept References
colab + vscode Environment macOS 13 Python 3.11.0 pip 21.2.4 Installation Colab with python lib import Concept Colab Installations Create a…
Local Environment Operating System Setup Magento with MAMP 1. Composer 2. MAMP Install MAMP Download Setup DB path 3. Create Database…
Docker CLI Create a container Start a container Create and start a container -it == -i -t Check the running container Check the status of…
Getting Started Composer install Laravel license Storage link Database migrate and seed Run serve DB Docker Install MariaDB image via shell
1. Install Docker on Mac Sillicon 1.1 Install rosetta 1.2 Install Docker Desktop Once you install Docker Desktop, you could skip installing…
Unauthenticated Remote Code Execution The vulnerability is triggered by improper input validation during the checkout process. An attacker…
Refs: https://developer.apple.com/design/resources/ https://design.facebook.com/toolsandresources/devices/
Ready to deploy 1. Android To generate key on mac silicon device, you need to download java first. Missing Symbol files Compress the…
Flutter 3.7.0 Update What’s new in Flutter 3.7 Enhanced Material 3 support Menu bars and cascading menus iOS release validation DevTools…
========================================= JIRA webhook to Github setup.. ?? how to auth via username and personal token using header…
Getting started Fuchsia Fuchsia is a modern open source operating system that’s simple, secure, updatable, and performant. It provides core…
Flutter Install on macOS (Apple silicon) 🔎 Getting Started 1. Install flutter Sidekick Download FVM install 1) Download Flutter SDK. 2) Add…
Flutter Localization packages flutter_localizations intl easy_localization There are packages for flutter app localization a lot. Just pick…
01. Syntax of Solidity Replacing memory with calldata when stack is enough Relation between identifier and parameters and MethodID Fallback…
Implement Google SSO Setup GCP GCP - Identity Platform is basically a Firebase service. But it’s still had a same usage via Firebase…
Overriding default Encore configuration Webpack Encore fills in webpack.config.js file with initial instructions to configure the asset…
Material UI MUI, the material UI, to unify React and Material Design, is based on the material design which is a design system created by…
Symfony Symfony is an Open Source distributed PHP framework for Web Application. And this framework simplifies developments, so you can work…
Gatsby + github pages Related skills: React, graphQL, github, etc. Gatsby is a React-based open-source framework for creating websites and…
Android codesign with github https://docs.flutter.dev/deployment/android#signing-the-app Create keystore Base64 encoding Create github…
05. Singleton Pattern
sudo apt-get update && upgrade error lock error If you meet this error, try: If you meet this error, try: date error If you meet this error…
Webcam with Caffe on TX2 웹캠을 사용한 프로젝트일 경우 Caffe의 사용이 조금 더 용이할 것으로 판단됨 일단은 on board camera와 병렬적으로 수행 중 V4L2 interface를 이용하여 webcam…
Jetson TX2 on board Camera with Caffe NVIDIA에서 제공하는 API로 진행 Argus라는 자체적인 드라이버 사용 Jetson TX2의 on board camera를 이용하여 실시간 스트림 Caffe…
Machine Learning & Reinforcement Learning 간단히 정리 내 생각 정리한 것.. ML(Machine Learning) 근래에 화두가 되고 있는 기계 학습(ML, Machine Learning) 혹은 인공 지능(AI…
Building Tegra Multimedia API Included in Jetpack 3.0. The Jetson Multimedia API package provides low level APIs for flexible application…
Kobuki getting started on Jetson TX2 The Kobuki driver is a simple c++ library that allows interfacing to the kobuki mobile research base…
Install Caffe/Caffe2 on Jetson TX2 Install Caffe on Jetson TX2 Install packages Download Caffe Source Edit Makefile Build Test warning…
CUDA Programming Tutorial CUDA Programming Tutorial - 2 for Beginners Unified memory Unified Memory Unified memory Fast GPU, Fast Memory…
CUDA Programming Tutorial CUDA Programming Tutorial - 1 CUDA Programming Tutorial Unified Memory CUDA Programming Tutorial Architecture CUDA…
Compare of IIoT(Industrial Internet of Thing) 그냥 궁금해서 정리해 봄.. 틀릴 수 있음.. IIoT(Industrial Internet of Thing…
Getting started Jetson TX2! Jetson TX2 is the fastest, most power-efficient embedded AI computing device. Flash JetPack 3.0 Jetson TX…
Ubuntu16.04+GTX1080+CUDA8.0+cuDNN5.1+Tensorflow Setup for deep learning! 1. Install Nvdia GTX 1080 driver Reboot PC. 2. Install CUDA8.0 CUDA…
Install Caffe on Ubuntu 16.04 + GTX1080 + CUDA8.0 + cuDNN5.1 Setup GPU environment 1. Install opencv for caffe Install required packages…
Memory Mapped I/O 2015.03.26 수업 요약 mmap1 Memory mapped I/O I/O peripheral <-> CPU 왜 주소를 불러오는데 장치가 동작할까? mmap2 Control bit: I/O들을 컨트롤 가능 mmap…