Skip to content
View bmoore's full-sized avatar
Block or Report

Block or report bmoore

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Gitorious installation on Ubuntu 12.04 Gitorious installation on Ubuntu 12.04
    1
    #!/bin/bash
    2
    
                  
    3
    #------------------------------------------------------------------------------
    4
    # SETTINGS
    5
    #------------------------------------------------------------------------------
  2. gistfile1.txt gistfile1.txt
    1
    0.166898322139,59.9970928278,Downstream
    2
    0.00426075690575,54.9854929446,Downstream
    3
    0.0188063310586,220.337029895,Downstream
    4
    0.0365702125754,305.906672328,Downstream
    5
    0.0278539907523,316.560476554,Downstream
  3. gistfile1.py gistfile1.py
    1
        # This tests whether the first point is east or west of the boundary
    2
        if (boundary[1] < point1[1]):
    3
            if (bearing < 30 and bearing > 230):
    4
                direction = 'Upstream'
    5
            else:
  4. Lazy solution... like pseudoprototype. Lazy solution... like pseudoprototype.
    1
    var WebCam = { 
    2
      capturing: false,
    3
      callbacks: [], 
    4
    
                  
    5
      capture: function(cb) {
  5. gistfile1.py gistfile1.py
    1
        def get_cruise_type_ticket_type_price_id_by_cruise_type_id_and_ticket_type_id(cruise_type_id, ticket_type_id):
    2
            with session_scope() as session:
    3
                result = session.execute('''
    4
                    SELECT id
    5
                        FROM cruise_type_ticket_type