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 8000| <!-- Open Graph tags for your home page (index). --> | |
| <meta property="og:site_name" content="{Title}" /> | |
| <meta property="fb:app_id" content="FACEBOOK_APPID"/> | |
| <meta property="fb:admins" content="FACEBOOK_USERID" /> | |
| <meta property="og:description" content="{MetaDescription}" /> | |
| <meta property="og:locale" content="en_US" /> | |
| {block:IndexPage} | |
| <meta property="og:image" content="{PortraitURL-128}" /> | |
| <meta property="og:title" content="{Title}" /> |
| /** | |
| * Simple localStorage with Cookie Fallback | |
| * v.1.0.0 | |
| * | |
| * USAGE: | |
| * ---------------------------------------- | |
| * Set New / Modify: | |
| * store('my_key', 'some_value'); | |
| * | |
| * Retrieve: |
| <?php | |
| namespace Camp\CarRegisterBundle\Lib; | |
| use Symfony\Component\HttpFoundation\Session\Session; | |
| class Cart { | |
| public function __construct() { |
| namespace SearchViewSample | |
| { | |
| public class Chemical | |
| { | |
| public string Name { get; set; } | |
| public int DrawableId { get; set; } | |
| } | |
| } |
| using System; | |
| public class JavaHolder : Java.Lang.Object | |
| { | |
| public readonly object Instance; | |
| public JavaHolder(object instance) | |
| { | |
| Instance = instance; | |
| } |
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 8000| javascript: (function () { | |
| function c() { | |
| var e = document.createElement("link"); | |
| e.setAttribute("type", "text/css"); | |
| e.setAttribute("rel", "stylesheet"); | |
| e.setAttribute("href", f); | |
| e.setAttribute("class", l); | |
| document.body.appendChild(e) | |
| } | |
| function h() { |
| #!/bin/bash | |
| kivyBaseBuildDir=/tmp | |
| myKivyInstallAlias="kivyDev" | |
| #Build and install Kivy on Ubuntu - http://kivy.org/docs/installation/installation.html#development-version | |
| #Modify the PYTHONPATH to point at our Kivy install - see http://docs.python.org/2/tutorial/modules.html#the-module-search-path AND http://docs.python.org/2/tutorial/modules.html#standard-modules | |
| sudo apt-get install python-setuptools python-pygame python-opengl python-gst0.10 python-enchant gstreamer0.10-plugins-good python-dev build-essential libgl1-mesa-dev libgles2-mesa-dev python-pip | |
| if [ ! `pip freeze | grep -i cython` ]; then |
| Name | Type | License | Tech |
|---|---|---|---|
| apostello | SMS communication | MIT | Python |
| Bible API | bible reference | MIT | Ruby |
| Bible Helper | bible reference | MIT | Javascript |
| BVCMS | ChMS | GPLv2 | C♯ (.NET) |
| Cedar | media projection | MIT | JavaScript (Meteor) |
| ChurchCRM | ChMS | MIT | PHP |
| ChurchInfo | ChMS | GPLv2 | PHP |
| Jethro Pastoral Ministry Manager | ChMS | GPLv3 | PHP |