Login - Initialize - Run
Sign Up first
Optionally we can do all things to create a conda environment.
- local installation using 'pip install -U floyd-cli'
- floyd login -u <user_name>
All we need to worry about _sass/_highlights.scss.
First visit This web page to see live example.
Copy the following piece of code and paste or replace all code there in _highlights.scss file.
highlight {
background-color: #ffffff;Open up the terminal and type following command
conda create -n <env_name> python=<version_no.>
To activate environment type following -
activate <env_name> [ for windows ]
source activate <env_name> [ linux , Mac OS ]
Python 2.7 is the only supported version in 2.x series. Python 3.x releases follow Numpy releases. For example Python 3.3 is no longer supported by Numpy so support for it has been dropped in opencv-python, too.
Currently, builds for following Python versions are provided:
| # One Way | |
| word_string = input("Input a word: ") | |
| while word_string[0].lower() not in ['a','e','i','o','u']: | |
| word_string = word_string[1:] + word_string[0:1] | |
| else: | |
| print(word_string + 'ay') | |
| # Capture the mouse click events in Python and OpenCV | |
| ''' | |
| -> draw shape on any image | |
| -> reset shape on selection | |
| -> crop the selection | |
| run the code : python capture_events.py --image image_example.jpg | |
| ''' |
apt-get update
Synchronizes the list of packages on your system to the list in the repositories. Use it before installing new packages to make sure you are installing the latest version.
apt-get upgrade
Upgrades all of the software packages you have installed.
clear
Clears previously run commands and text from the terminal screen.
Install all of them and using putty remotely access to raspberry pi. We need to configure something.Type following command to edit a config file.
sudo nano /etc/ssh/ssh_config
following item need to change..
Step One : Download Gennymotion
Step Two : Download Genymotion-ARM-Translation and drag and drop on the running enulator. Sometimes you need to do it manually.
Step Three : Downlaod following Droid infd app , then drag and drop on the emulator - it should open properly. Then tab to 'System' tab and see 'Instruction set' - it might be x86 architecture.
Step Four : Ddownload proper GAPPS packages by seleting the proper paremeter such as 'Platform' 'Android' 'Variant' and donload the file - then drag and drop it on the emulator. It should successfully flash. Reboot emulator.