Relative Content

Tag Archive for storage

Đột phá về pin dành cho xe hơi điện

Các nhà nghiên cứu Thụy Điển đã nghĩ ra giải pháp mang tính đột phá cho vấn đề pin cho xe hơi điện, đó là biến khung xe thành một thiết bị lưu trữ năng lượng.

Storing Projects on Google Drive (Cloud)

I’ve started using Google Drive for my cloud needs and backing up pretty much everything. I’ve got the app installed so it auto-sync’s all my content in most things.

Combine auto-syncing cloud and VCS

This question brought me to another question: is there any VCS/tool for a VCS which automatically backups your source code between the last checkout and current changes?

How to efficiently store IP addresses? [closed]

It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago. Background I have a requirement where I need […]

Storing ‘sensitive’ data in settings file

I’m writing a small utility in AutoIt that connects to Twitter. I would like to store the username and password in the programs setting file, but I know that it needs to be encrypted obviously. Previously when I’ve done this for personal use I’ve just adopted an iniformat – written to a temporary file and then encrypted it using a rediculously long password and 256 bit AES encryption, just calling the file “settings.eini”.

When should use of database be preferred over parsing data from a text file?

I was making a Python program to measure the growth of codereview.SE. My approach was to get the “Site stats” shown on the front page and store them on my hard drive. I plan to do this once every day. So far I have made enough to get the stats and append them to a text file. The python script can be viewed on github. The format I am using is the following