Vhdblog.vhd.ovh·Nov 25, 2023Understanding IPFS: A New Approach to Decentralized Data SharingThe InterPlanetary File System (IPFS) is a revolutionary peer-to-peer, distributed file-sharing protocol that aims to change the way data is stored, accessed, and exchanged on the internet. By utilizing blockchain technology, IPFS overcomes the limit...Discussipfs
Stephen David-Williamsstephendavidwilliams.com·Nov 24, 2023Manage newline breaks in CSV files with PythonWhen importing and exporting CSV files, a common challenge is handling newline characters within cells. Let’s explore simple solutions to help manage such scenarios effectively with Python. 🤔 Understanding the issue CSV files use specific characters...Discuss·1 likecsv
Parth Sharmaparthshr370.hashnode.dev·Nov 18, 2023Understanding the Google File SystemWhile searching the internet about how the internet works I came across a research paper about something called the Google File System. It cleared my fog of doubt about how Google File System helps something as large as Google to store such a sheer a...Discuss·10 likesfiles
Chirag Manglikchiragmanglik7.hashnode.dev·Oct 27, 2023Package Manager in LinuxA package manager in Linux is a software tool that helps users and administrators install, update, configure, and remove software packages on a Linux system. It simplifies the process of software management by handling dependencies and automating man...Discusspackage manager
Ankur KhandelwalProblog.nocodetalks.co·Oct 19, 2023How to return File type data in element in Bubble plugin?While making the "File-uploader" or any file-related plugin, you realize it's better to use the "File" data type instead of showing the "file-url" as text. Using the "File" data type instead of "file-url" has many advantages. For example, you can put...Discussbubble.io
Gagan G Saralayagagang.hashnode.dev·Oct 4, 2023Files in CA file is a collection of data stored in the secondary memory. The reasons to use files are because RAM is volatile, contents are lost when the program terminates and files are used to persist the data. The operation of files is to create a new file,...Discussfiles
Derek Onwudiwetecheffect.hashnode.dev·Sep 26, 2023Safe file sharing practiceSome safe practices for sharing files online without compromising security: Use Secure Channels: Always share sensitive files through secure and encrypted channels. Email attachments may not be the safest option; consider using secure file-sharing se...Discuss#cybersecurity
Elucian MoiseforProgramming Languagessagecode.hashnode.dev·Sep 23, 2023ASM FilesHere is an overview of a typical project in assembly language: Source Code Files: The main source code files in an assembly language project are: .asm files: These contain the actual assembly language instructions that make up the program. These fil...DiscussAssembly FundamentalsAssembly
Enow Sinkeprominds.hashnode.dev·Sep 15, 2023Manipulating files and folders with TerminalIn the last article, I tried to show how one can work with files and folders from the Windows command line. If you are more of a Windows user, please be sure to check that article here. I am going to continue to explain some basic operations one can ...Discuss·26 readsfiles
Heera Jatheerajat.hashnode.dev·Sep 13, 2023How put locally edited file to github?Steps: To add a locally edited file to GitHub, there are a few steps you'll need to follow: Make sure you have a GitHub repository set up for the project. If not, create a new repository on GitHub. Initialize a Git repository for the project locall...Discuss·5 likesGitHub