Close

Python rawPy

RawPy is a library for decoding and processing raw image files.

How to Speed Up Your Software Development Pipeline: 5 Key Strategies

How to Speed Up Your Software Development Pipeline: 5 Key Strategies

A faster software development pipeline means faster releases, happier customers, and more revenue. Here are five key strategies to help you speed up your channel. In today’s competitive marketplace, businesses must be able to deliver software quickly and efficiently. A faster software development pipeline can lead to more immediate releases, […]

Devamını Oku

Making deliveries more accurate with improved location information

Making deliveries more accurate with improved location information

The DoorDash app provides its customers with real-time updates on their delivery status. The app has been using GPS information from the Dasher’s phone, combined with manual updates from the Dasher to indicate their progress, such as arriving at the restaurant or picking up the food. To enhance the accuracy […]

Devamını Oku

MACOS İçin FTP Client

FTP

MACOS için terminalden ftp istemcisi olarak NCFTP ‘i kullanıyorum.  Embedded cihazlarda genellikle garip FTP sunucuları oluyor ve komut satırı erişim en hızlı seçenek oluyor.  Uygulamayı https://ncftp.com/.  Adresinden indirebiliyoruz.  Basit bir kurum sonunda kullanmaya başlayabiliriz.  MACOS için TERMİNAL ‘i açtım.  NCFTP ile artık NCFTP ‘bin shell ‘ine giriyorum.   Burada çok […]

Devamını Oku

PYCHARM ‘da PIP ve PIPENV Konfigüre etmek

PYCHARM ‘da PIP ve PIPENV Konfigüre etmek

Öncelikle Python yüklü mü diye bakıyoruz 🙂 python —version Pip ‘ı kontrol ediyoruz pip —version Homebrew ile pipenv’ i k”uracağız. brew install pipenv Pycharm’ a giriyoruz. PyCharm > preferences > project > project interpreter  bölümüne geliyoruz Project interpreter combosuna basıyoruz.  SHOW ALL Sonrasında + işaretine basarak PIPENV seçiyoruz.  Kullanılan ortam […]

Devamını Oku