Kendim için aldığım notları sizin ile paylaşıyorum. Genel olarak ilgi alanlarım yapay zeka, büyük veri ve mobil uygulamalar.
Tuesday, October 2, 2018
'/etc/apt/sources.list.d/' .save dosyaları geçersiz hatası
Terminalden bu kodu çalıştırarak sorun çözülecektir.
sudo rm -f /etc/apt/sources.list.d/*.save
Subscribe to:
Posts (Atom)
file tree for nodejs project
find . \( -path "*/node_modules" -o -path "*/.git" \) -prune -o -print | tree -a -I 'node_modules|.git'
-
Lesson 5 These tutorials are also available through an email course, please visit http://www.hedaro.com/pandas-tutorial to sign up...
-
<?php // Declare and define two dates $date1 = strtotime ( "2016-06-01 22:45:00" ); $date2 = strtotime ( "2...
-
server side=> import asyncio import websockets async def response ( websocket , path ): message = await websocket . recv () ...