Setup Django with Python 3 in Ubuntu 18.x
1.Install Python3 and PIP sudo apt-get install python3 python3-pip Check Python version by typing python3 -V Check PIP version by typing pip3 -V 2.Install Django […]
1.Install Python3 and PIP sudo apt-get install python3 python3-pip Check Python version by typing python3 -V Check PIP version by typing pip3 -V 2.Install Django […]
If you want to overwrite your local copy of the conflicted file use the following commands: git checkout –theirs path/to/the/conflicted_file.php git add path/to/the/conflicted_file.php If […]
Discovering identical content or similar content is done using an algorithm called Finding Document Distance. Using this algorithm, applications for finding copyright infringements, detecting duplicate […]
This article is about installing Subversion on a Linux Mint machine and using Subversion without Apache or SSH or WebDAV. In other words this is […]
WHAT IS TOKYO TYRANT? Tokyo Cabinet (TC) is a data repository which is tailored for high speed retrieval. It is not a full fledged DBMS […]
WordPress is the world’s most popular blogging platform and is used by millions of websites. It has been converted and customized to almost any kind […]
WHY RECREATE THE WHEEL? There are lot of tab controls out there, both using plain javascript and others using Jquery, so why the need to […]
For my recent project based on YII framework, I have to use PHPUnit for doing unit test. My Local development environment is Windows 7 64 […]
A lot of good websites provide a failsafe check that a user might accidentally leave a page with unsaved data. This is a good thing […]
Copyright © 2024 | WordPress Theme by MH Themes