Create a class and bind it to service container to initialize it
<?php
class Fish
{
public function swim()
{
return 'swimming';
}
| https://forum.kodi.tv/showthread.php?tid=274310 |
Create a class and bind it to service container to initialize it
<?php
class Fish
{
public function swim()
{
return 'swimming';
}
| # We need to update first the repository | |
| # to check for missing packages etc.. | |
| # | |
| # Run the following command if ever possible | |
| sudo apt update; | |
| # Install the necessary packages for the dynamodb | |
| # unzip - unzips the zip file for us to open it up | |
| # openjdk - java package for us to run jar files | |
| # |
Sometimes you want to have a subdirectory on the master branch be the root directory of a repository’s gh-pages branch. This is useful for things like sites developed with Yeoman, or if you have a Jekyll site contained in the master branch alongside the rest of your code.
For the sake of this example, let’s pretend the subfolder containing your site is named dist.
Remove the dist directory from the project’s .gitignore file (it’s ignored by default by Yeoman).
| alias server='open http://localhost:8000 && python -m SimpleHTTPServer' |
| Open development menu: ctr: + m | |
| https://stackoverflow.com/questions/44446523/unable-to-load-script-from-assets-index-android-bundle-on-windows | |
| I've encountered the same issue while following the React Native tutorial (developing on Linux and targeting Android). | |
| This issue helped me resolve the problem in following steps. | |
| (in project directory) mkdir android/app/src/main/assets | |
| react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res |
| https://developers.facebook.com/docs/pages/publishing/ |
| 1. Click the Start button. | |
| 2. Type gpedit.msc and press Enter. | |
| 3. Go to Local Computer Policy > Administrative Templates > Windows Components then select Windows Defender. | |
| 4. On the right-side pane of the window, double-click Turn off Windows Defender. | |
| 5. Set the configuration to Disabled. | |
| 6. Click OK to save the changes and restart your computer. |
| https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/ | |
| https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/ |
| Control Panel\User Accounts\Credential Manager |