Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000Locate the section for your github remote in the .git/config file. It looks like this:
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = git@github.com:joyent/node.git
Now add the line fetch = +refs/pull/*/head:refs/remotes/origin/pr/* to this section. Obviously, change the github url to match your project's URL. It ends up looking like this:
env FUEL_ENV php oil r
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Load Aloha Editor with require.js</title> | |
| <!-- load the jQuery and require.js libraries --> | |
| <script type="text/javascript" src="http://cdn.aloha-editor.org/latest/lib/vendor/jquery-1.7.2.js"></script> | |
| <script type="text/javascript" src="http://cdn.aloha-editor.org/latest/lib/require.js"></script> |
| #!/usr/bin/env bash | |
| echo "@@@ @@@ @@@@@@@@ @@@ @@@ @@@@@@@ @@@@@@@@ @@@ @@@ " | |
| echo "@@@ @@@ @@@@@@@@ @@@@ @@@ @@@@@@@ @@@@@@@@ @@@ @@@ " | |
| echo "@@! !@@ @@! @@!@!@@@ @@! @@! @@! !@@ " | |
| echo "!@! @!! !@! !@!!@!@! !@! !@! !@! @!! " | |
| echo " !@@!@! @!!!:! @!@ !!@! @!! @!!!:! @!@@!@! " | |
| echo " @!!! !!!!!: !@! !!! !!! !!!!!: !!@!!! " | |
| echo " !: :!! !!: !!: !!! !!: !!: !!: :!! " | |
| echo ":!: !:! :!: :!: !:! :!: :!: :!: !:! " |
| <?php | |
| # ------------------------------ | |
| # START CONFIGURATION SECTION | |
| # | |
| $launch_url = "https://lti.tools/test/tp.php"; | |
| $key = "12345"; | |
| $secret = "secret"; | |
| $launch_data = array( |