Skip to content

Instantly share code, notes, and snippets.

View creativecomposer's full-sized avatar

Anthony J creativecomposer

View GitHub Profile
@creativecomposer
creativecomposer / README.md
Created December 26, 2016 10:15
Lightweight Django project skeleton

Django project skeleton based on "Lightweight Django".

@creativecomposer
creativecomposer / README.md
Last active February 20, 2017 17:21
Simple library function to find if a given sequence appears in the array somewhere.

Description

Simple library function in Python to find if a given sequence appears in the array somewhere.

How the code was developed

Initially the test function test_one_element_sequence() was added. Then enough code was written to make this test function pass. This TDD process was followed until sufficient test cases were written and code modified to make all tests pass.

##Usage The source code should be in the following directory structure:

@creativecomposer
creativecomposer / LICENSE.md
Last active December 24, 2017 00:23
Dashing splunk® enterprise query

The MIT License (MIT)

Copyright (c) 2015 Antony Jesudhason

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: