Emacs için ayrıntılı bir yazı hazırlarken bazı yararlı linkleri buraya asıyorum. Açıklama Adres Bir yazılımcı için olmazsa olmaz ilk liste ve dağıtım prelude olabilir. https://prelude.emacsredux.com/en/latest/#emacs-prelude Prelude github adresi https://github.com/bbatsov/prelude Awesome Emacs https://github.com/emacs-tw/awesome-emacs Real Python’ da yeralan makale nin nkodları https://github.com/realpython/materials/tree/master/emacs-the-best-python-editor MELPA listesi https://melpa.org/#/ Emacs at Real Python https://realpython.com/emacs-the-best-python-editor/ ELPA listesi http://tromey.com/elpa/ Offline olmayan doküman https://www.gnu.org/software/emacs/manual/index.html […]
Devamını Oku
I can’t live without this. GNU Emacs is a highly customizable and extensible text editor in the GNU Project. Developed by Richard Stallman and his Free Software Foundation (FSF) team, GNU Emacs is known for its powerful features and flexibility, making it a popular choice among programmers, writers, and other users who work extensively with […]
Devamını Oku
When you use a file manager to explore your WordPress site, you may find some index.php files that surprised you in a directory like /wp-content. Let’s take a look at that index.php file. <?php //Silence is golden. Developers place an empty index.php in directories like /wp-content to restrict access to your site’s directories and files. Without index.php, anyone could just […]
Devamını Oku
To run emacs, just type emacs filename where filename is the file you want to edit. On PowerPC desktop or any workstations with X windows, you may want to put the emacs session into background so that you can still use the current xterm window, just type emacs filename & Once you are in emacs, the top […]
Devamını Oku
GNU Emacs hafif ve kullanışlı bir editördür. Özellikle az kaynak kaldığında hayat kurtarıcı oluyor. MAC için EMACS ‘ı kurmak basittir. $ brew cask install emacs Ben Flutter için LSP-DART’ ı kurarak EMACS’ ı Flutter için kullanıyorum. LSP-DART için https://emacs-lsp.github.io/lsp-dart/ EMACS ‘ın sitesi https://www.gnu.org/savannah-checkouts/gnu/emacs/emacs.html
Devamını Oku
Öncelikle terminalimizi kontrol ediyoruz. echo $SHELL Default olarak BASH terminal kullanılıyor. BASH kullanıyorsak $HOME/.bash_profile ya da $HOME/.bashrc. dosyasını değiştirmemiz gerekiyor. Z-SHELL terminal kullanılıyorsa $HOME/.zshrc. dosyasını değiştireceğiz. örnek bir içerik şu şekilde olabilir. export PATH=$PATH:”/Users/ozgurozkok/flutter/bin” Değişiklik yapılınca yeni terminal pencerelerinde bu PATH geçerli olacaktır. Yeni terminal penceresi açarak ile doğrulayabilirsiniz. Örneğin flutter ‘ın dizinini kontrol etmek […]
Devamını Oku
Machine Learning for Chatbots: Definition, Processes, and Use Contexts Machine learning technology is increasingly being used for chatbots. To understand how machine learning is used in the development of chatbots, it is essential to understand the different chatbots and how machine learning technology can make chatbot communication more intelligent and customer-centric. Chatbots are interactive automation […]
Devamını Oku
Hibernate bir ORM kütüphanesidir. Hibernate ana görev olarak; verinin ilişkisel veri tabanları üzerine (CRUD işlemleri) kaydedilmesi, güncellenmesi, silinmesi ve sorgulanmasını sağlar. Hibernate ORM kullanılarak, veritabanı işlemleri soyutlanıp bir alt katmanda gerçekleşebilir. Hibernate kendi “native API” sine ek olarak JPA spesifikasyonuna da bir gerçekleme sağlamaktadır.
Devamını Oku
Amazon Timestream is a fast, scalable, serverless time series database service for IoT and operational applications. Timestream makes it easy to store and analyze trillions of events per day up to 1,000 times faster and at as little as 1/10th the cost of relational databases. It saves you time and expense in managing the lifecycle […]
Devamını Oku
Türkiye’nin en büyük teknoloji marketlerinden biri olan Vatan Bilgisayar’ın alışveriş sitesinde hesabı olan kişilerin şifre ve kullanıcı adlarına erişildiği açıklandı. Konuyla ilgili olarak yapılan açıklamada veri ihlalinden şu ana kadar 27 bin 143 kişinin etkilendiği belirlendi. Konuyla ilgili olarak KVKK açıklaması aşağıdadır. Kamuoyu Duyurusu (Veri İhlali Bildirimi) – Vatan Bilgisayar Sanayi ve Ticaret AŞ Bilindiği […]
Devamını Oku