Programming + Errors
Sunday, March 19, 2023
Can we use the path from parent folder to include a module in the current python file if the module is in the same directory as the current file
›
Yes, you can use the dot notation to specify the path to module.py relative to the parent folder of the current file by writing from parent...
In python project, can we use .env file locally without docker in vs code?
›
Yes, you can use a .env file locally in a Python project without Docker in VS Code. The .env file is a plain text file that contains key-val...
Saturday, January 31, 2015
copy assembly from assembly to file systems
›
Sometimes you need a local copy of an assembly from the GAC and here is a quick tip on how to do it. The GAC can be found in the c:\window...
increase disk size on EC2
›
Our websites run on a large reserved instance of Windows Server 2008 R2 on Amazon’s EC2 infrastructure. It’s worked out really well, but to...
Thursday, January 22, 2015
install ftp on ec2
›
http://me-ol-blog.blogspot.com/2011/03/how-to-install-ftp-server-on-amazon-aws.html
Tuesday, January 13, 2015
virtual names for amazon s3 buckets
›
http://docs.aws.amazon.com/AmazonS3/latest/dev/website-hosting-custom-domain-walkthrough.html
Sunday, July 27, 2014
open ctp file in dreamweaver
›
There are ultimately 3 files that you need to edit. The first two are located in the folder that you installed Dreamweaver, in my case thi...
›
Home
View web version