Đọc file Numpy bằng C# và NumSharp
Có nhiều thư viện hỗ trợ tính toán khoa học trong C#. Một trong số đó là NumSharp, một bản port của Numpy. Hôm nay, ta sẽ dùng nó để đọc file Numpy.
About technology stuff that piqued my interest
Có nhiều thư viện hỗ trợ tính toán khoa học trong C#. Một trong số đó là NumSharp, một bản port của Numpy. Hôm nay, ta sẽ dùng nó để đọc file Numpy.
There are many library to support scientific computing in C#. One of them is NumSharp, a port of Numpy in C#. Today, we will use it to read Numpy files.
The third article in a series about Redis-based distributed caching. We will see how Redis can help us exchange data between a Python and a C# .NET application.
Bài thứ 3 trong loạt bài về Redis. Chúng ta sẽ tìm hiểu cách dùng Redis làm trung gian để trao đổi dữ liệu giữa ứng dụng Python và C# .NET.
Đây là bài đầu tiên trong loạt 3 bài về distributed caching dùng Redis. Chúng ta sẽ tìm hiểu về aioredis, một package cho phép kết nối non-blocking tới Redis.
The first article in a series about Redis-based distributed caching. We will take a look at aioredis, a Python library to make non-blocking calls to Redis.
Làm thế nào để kiểm tra xem mật khẩu của ta đã bị lộ hay chưa mà lại không cần gửi mật khẩu đó cho bên thứ ba? Câu trả lời nằm tại đây.
How can we check our password against a list of leaked passwords without actually disclosing it? Let’s find out in my newest article.
Có lẽ các bạn đã từng nghe đến cái tên UR Chintai, nhưng các bạn có biết rằng hệ thống còn cho phép ta truy xuất dữ liệu thông qua API?
Maybe you have heard about UR Chintai before, but do you know that they have a public API? Let’s find out how to use that API to access their information.