URL Shortener with Django (Part 2) - Creating a new django project
Creating a Django project
django-admin startproject urlshortener
Now you will see new directory “urlshortener”. Now our folder structure looks something like:
Creating a Django project
django-admin startproject urlshortener
Now you will see new directory “urlshortener”. Now our folder structure looks something like:
By default in Laravel the URL to access your site is http://example.com/public/. It is not good to keep public in URL as it makes URL ugly and longer.
So, let’s talk about the solution to remove /public/ from the URL.
Through JavaScript you can easily write the html code in html document using document.write(). Using document.write() and for loop it is easy to print the table of user input number.
First of all “prompt” box will appear and then this value will be parse to integer and the multiplication table is displayed.
As a project in C++ during my College, i choose Encryption and Decryption as my project. I am implemented very simple technique for Encryption and Decryption.
The encryption and decryption is done on the basis of letter shifting method.