diff --git a/py/Pipfile b/py/Pipfile new file mode 100644 index 0000000..0c46ef9 --- /dev/null +++ b/py/Pipfile @@ -0,0 +1,12 @@ +[[source]] +name = "xcit.nback.markov.py" +url = "https://github.com/xcit/nback.markov" +verify_ssl = true + +[dev-packages] + +[packages] +requests = "*" + +[requires] +python_version = "3.7" diff --git a/py/Pipfile b/py/Pipfile new file mode 100644 index 0000000..0c46ef9 --- /dev/null +++ b/py/Pipfile @@ -0,0 +1,12 @@ +[[source]] +name = "xcit.nback.markov.py" +url = "https://github.com/xcit/nback.markov" +verify_ssl = true + +[dev-packages] + +[packages] +requests = "*" + +[requires] +python_version = "3.7" diff --git a/py/Pipfile.lock b/py/Pipfile.lock new file mode 100644 index 0000000..247ee84 --- /dev/null +++ b/py/Pipfile.lock @@ -0,0 +1,57 @@ +{ + "_meta": { + "hash": { + "sha256": "bb57e0d7853b45999e47c163c46b95bc2fde31c527d8d7b5b5539dc979444a6d" + }, + "pipfile-spec": 6, + "requires": { + "python_version": "3.7" + }, + "sources": [ + { + "name": "pypi", + "url": "https://pypi.org/simple", + "verify_ssl": true + } + ] + }, + "default": { + "certifi": { + "hashes": [ + "sha256:47f9c83ef4c0c621eaef743f133f09fa8a74a9b75f037e8624f83bd1b6626cb7", + "sha256:993f830721089fef441cdfeb4b2c8c9df86f0c63239f06bd025a76a7daddb033" + ], + "version": "==2018.11.29" + }, + "chardet": { + "hashes": [ + "sha256:84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae", + "sha256:fc323ffcaeaed0e0a02bf4d117757b98aed530d9ed4531e3e15460124c106691" + ], + "version": "==3.0.4" + }, + "idna": { + "hashes": [ + "sha256:c357b3f628cf53ae2c4c05627ecc484553142ca23264e593d327bcde5e9c3407", + "sha256:ea8b7f6188e6fa117537c3df7da9fc686d485087abf6ac197f9c46432f7e4a3c" + ], + "version": "==2.8" + }, + "requests": { + "hashes": [ + "sha256:502a824f31acdacb3a35b6690b5fbf0bc41d63a24a45c4004352b0242707598e", + "sha256:7bf2a778576d825600030a110f3c0e3e8edc51dfaafe1c146e39a2027784957b" + ], + "index": "pypi", + "version": "==2.21.0" + }, + "urllib3": { + "hashes": [ + "sha256:61bf29cada3fc2fbefad4fdf059ea4bd1b4a86d2b6d15e1c7c0b582b9752fe39", + "sha256:de9529817c93f27c8ccbfead6985011db27bd0ddfcdb2d86f3f663385c6a9c22" + ], + "version": "==1.24.1" + } + }, + "develop": {} +} diff --git a/py/Pipfile b/py/Pipfile new file mode 100644 index 0000000..0c46ef9 --- /dev/null +++ b/py/Pipfile @@ -0,0 +1,12 @@ +[[source]] +name = "xcit.nback.markov.py" +url = "https://github.com/xcit/nback.markov" +verify_ssl = true + +[dev-packages] + +[packages] +requests = "*" + +[requires] +python_version = "3.7" diff --git a/py/Pipfile.lock b/py/Pipfile.lock new file mode 100644 index 0000000..247ee84 --- /dev/null +++ b/py/Pipfile.lock @@ -0,0 +1,57 @@ +{ + "_meta": { + "hash": { + "sha256": "bb57e0d7853b45999e47c163c46b95bc2fde31c527d8d7b5b5539dc979444a6d" + }, + "pipfile-spec": 6, + "requires": { + "python_version": "3.7" + }, + "sources": [ + { + "name": "pypi", + "url": "https://pypi.org/simple", + "verify_ssl": true + } + ] + }, + "default": { + "certifi": { + "hashes": [ + "sha256:47f9c83ef4c0c621eaef743f133f09fa8a74a9b75f037e8624f83bd1b6626cb7", + "sha256:993f830721089fef441cdfeb4b2c8c9df86f0c63239f06bd025a76a7daddb033" + ], + "version": "==2018.11.29" + }, + "chardet": { + "hashes": [ + "sha256:84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae", + "sha256:fc323ffcaeaed0e0a02bf4d117757b98aed530d9ed4531e3e15460124c106691" + ], + "version": "==3.0.4" + }, + "idna": { + "hashes": [ + "sha256:c357b3f628cf53ae2c4c05627ecc484553142ca23264e593d327bcde5e9c3407", + "sha256:ea8b7f6188e6fa117537c3df7da9fc686d485087abf6ac197f9c46432f7e4a3c" + ], + "version": "==2.8" + }, + "requests": { + "hashes": [ + "sha256:502a824f31acdacb3a35b6690b5fbf0bc41d63a24a45c4004352b0242707598e", + "sha256:7bf2a778576d825600030a110f3c0e3e8edc51dfaafe1c146e39a2027784957b" + ], + "index": "pypi", + "version": "==2.21.0" + }, + "urllib3": { + "hashes": [ + "sha256:61bf29cada3fc2fbefad4fdf059ea4bd1b4a86d2b6d15e1c7c0b582b9752fe39", + "sha256:de9529817c93f27c8ccbfead6985011db27bd0ddfcdb2d86f3f663385c6a9c22" + ], + "version": "==1.24.1" + } + }, + "develop": {} +} diff --git a/py/README.md b/py/README.md new file mode 100644 index 0000000..daf6548 --- /dev/null +++ b/py/README.md @@ -0,0 +1,10 @@ +# N-Back Sequence Generators + +This project contains Python implementations of various sequence generators for the n-back task. + +## Build and Run + +## Skewed Random Generator + +## Random Generator + diff --git a/py/Pipfile b/py/Pipfile new file mode 100644 index 0000000..0c46ef9 --- /dev/null +++ b/py/Pipfile @@ -0,0 +1,12 @@ +[[source]] +name = "xcit.nback.markov.py" +url = "https://github.com/xcit/nback.markov" +verify_ssl = true + +[dev-packages] + +[packages] +requests = "*" + +[requires] +python_version = "3.7" diff --git a/py/Pipfile.lock b/py/Pipfile.lock new file mode 100644 index 0000000..247ee84 --- /dev/null +++ b/py/Pipfile.lock @@ -0,0 +1,57 @@ +{ + "_meta": { + "hash": { + "sha256": "bb57e0d7853b45999e47c163c46b95bc2fde31c527d8d7b5b5539dc979444a6d" + }, + "pipfile-spec": 6, + "requires": { + "python_version": "3.7" + }, + "sources": [ + { + "name": "pypi", + "url": "https://pypi.org/simple", + "verify_ssl": true + } + ] + }, + "default": { + "certifi": { + "hashes": [ + "sha256:47f9c83ef4c0c621eaef743f133f09fa8a74a9b75f037e8624f83bd1b6626cb7", + "sha256:993f830721089fef441cdfeb4b2c8c9df86f0c63239f06bd025a76a7daddb033" + ], + "version": "==2018.11.29" + }, + "chardet": { + "hashes": [ + "sha256:84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae", + "sha256:fc323ffcaeaed0e0a02bf4d117757b98aed530d9ed4531e3e15460124c106691" + ], + "version": "==3.0.4" + }, + "idna": { + "hashes": [ + "sha256:c357b3f628cf53ae2c4c05627ecc484553142ca23264e593d327bcde5e9c3407", + "sha256:ea8b7f6188e6fa117537c3df7da9fc686d485087abf6ac197f9c46432f7e4a3c" + ], + "version": "==2.8" + }, + "requests": { + "hashes": [ + "sha256:502a824f31acdacb3a35b6690b5fbf0bc41d63a24a45c4004352b0242707598e", + "sha256:7bf2a778576d825600030a110f3c0e3e8edc51dfaafe1c146e39a2027784957b" + ], + "index": "pypi", + "version": "==2.21.0" + }, + "urllib3": { + "hashes": [ + "sha256:61bf29cada3fc2fbefad4fdf059ea4bd1b4a86d2b6d15e1c7c0b582b9752fe39", + "sha256:de9529817c93f27c8ccbfead6985011db27bd0ddfcdb2d86f3f663385c6a9c22" + ], + "version": "==1.24.1" + } + }, + "develop": {} +} diff --git a/py/README.md b/py/README.md new file mode 100644 index 0000000..daf6548 --- /dev/null +++ b/py/README.md @@ -0,0 +1,10 @@ +# N-Back Sequence Generators + +This project contains Python implementations of various sequence generators for the n-back task. + +## Build and Run + +## Skewed Random Generator + +## Random Generator + diff --git a/py/even_random_generator.py b/py/even_random_generator.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/py/even_random_generator.py diff --git a/py/Pipfile b/py/Pipfile new file mode 100644 index 0000000..0c46ef9 --- /dev/null +++ b/py/Pipfile @@ -0,0 +1,12 @@ +[[source]] +name = "xcit.nback.markov.py" +url = "https://github.com/xcit/nback.markov" +verify_ssl = true + +[dev-packages] + +[packages] +requests = "*" + +[requires] +python_version = "3.7" diff --git a/py/Pipfile.lock b/py/Pipfile.lock new file mode 100644 index 0000000..247ee84 --- /dev/null +++ b/py/Pipfile.lock @@ -0,0 +1,57 @@ +{ + "_meta": { + "hash": { + "sha256": "bb57e0d7853b45999e47c163c46b95bc2fde31c527d8d7b5b5539dc979444a6d" + }, + "pipfile-spec": 6, + "requires": { + "python_version": "3.7" + }, + "sources": [ + { + "name": "pypi", + "url": "https://pypi.org/simple", + "verify_ssl": true + } + ] + }, + "default": { + "certifi": { + "hashes": [ + "sha256:47f9c83ef4c0c621eaef743f133f09fa8a74a9b75f037e8624f83bd1b6626cb7", + "sha256:993f830721089fef441cdfeb4b2c8c9df86f0c63239f06bd025a76a7daddb033" + ], + "version": "==2018.11.29" + }, + "chardet": { + "hashes": [ + "sha256:84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae", + "sha256:fc323ffcaeaed0e0a02bf4d117757b98aed530d9ed4531e3e15460124c106691" + ], + "version": "==3.0.4" + }, + "idna": { + "hashes": [ + "sha256:c357b3f628cf53ae2c4c05627ecc484553142ca23264e593d327bcde5e9c3407", + "sha256:ea8b7f6188e6fa117537c3df7da9fc686d485087abf6ac197f9c46432f7e4a3c" + ], + "version": "==2.8" + }, + "requests": { + "hashes": [ + "sha256:502a824f31acdacb3a35b6690b5fbf0bc41d63a24a45c4004352b0242707598e", + "sha256:7bf2a778576d825600030a110f3c0e3e8edc51dfaafe1c146e39a2027784957b" + ], + "index": "pypi", + "version": "==2.21.0" + }, + "urllib3": { + "hashes": [ + "sha256:61bf29cada3fc2fbefad4fdf059ea4bd1b4a86d2b6d15e1c7c0b582b9752fe39", + "sha256:de9529817c93f27c8ccbfead6985011db27bd0ddfcdb2d86f3f663385c6a9c22" + ], + "version": "==1.24.1" + } + }, + "develop": {} +} diff --git a/py/README.md b/py/README.md new file mode 100644 index 0000000..daf6548 --- /dev/null +++ b/py/README.md @@ -0,0 +1,10 @@ +# N-Back Sequence Generators + +This project contains Python implementations of various sequence generators for the n-back task. + +## Build and Run + +## Skewed Random Generator + +## Random Generator + diff --git a/py/even_random_generator.py b/py/even_random_generator.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/py/even_random_generator.py diff --git a/py/main.py b/py/main.py new file mode 100644 index 0000000..84f16d3 --- /dev/null +++ b/py/main.py @@ -0,0 +1,5 @@ +import requests + +response = requests.get('https://httpbin.org/ip') + +print('Testing connection... Your IP is %s.' % response.json()['origin']) \ No newline at end of file diff --git a/py/Pipfile b/py/Pipfile new file mode 100644 index 0000000..0c46ef9 --- /dev/null +++ b/py/Pipfile @@ -0,0 +1,12 @@ +[[source]] +name = "xcit.nback.markov.py" +url = "https://github.com/xcit/nback.markov" +verify_ssl = true + +[dev-packages] + +[packages] +requests = "*" + +[requires] +python_version = "3.7" diff --git a/py/Pipfile.lock b/py/Pipfile.lock new file mode 100644 index 0000000..247ee84 --- /dev/null +++ b/py/Pipfile.lock @@ -0,0 +1,57 @@ +{ + "_meta": { + "hash": { + "sha256": "bb57e0d7853b45999e47c163c46b95bc2fde31c527d8d7b5b5539dc979444a6d" + }, + "pipfile-spec": 6, + "requires": { + "python_version": "3.7" + }, + "sources": [ + { + "name": "pypi", + "url": "https://pypi.org/simple", + "verify_ssl": true + } + ] + }, + "default": { + "certifi": { + "hashes": [ + "sha256:47f9c83ef4c0c621eaef743f133f09fa8a74a9b75f037e8624f83bd1b6626cb7", + "sha256:993f830721089fef441cdfeb4b2c8c9df86f0c63239f06bd025a76a7daddb033" + ], + "version": "==2018.11.29" + }, + "chardet": { + "hashes": [ + "sha256:84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae", + "sha256:fc323ffcaeaed0e0a02bf4d117757b98aed530d9ed4531e3e15460124c106691" + ], + "version": "==3.0.4" + }, + "idna": { + "hashes": [ + "sha256:c357b3f628cf53ae2c4c05627ecc484553142ca23264e593d327bcde5e9c3407", + "sha256:ea8b7f6188e6fa117537c3df7da9fc686d485087abf6ac197f9c46432f7e4a3c" + ], + "version": "==2.8" + }, + "requests": { + "hashes": [ + "sha256:502a824f31acdacb3a35b6690b5fbf0bc41d63a24a45c4004352b0242707598e", + "sha256:7bf2a778576d825600030a110f3c0e3e8edc51dfaafe1c146e39a2027784957b" + ], + "index": "pypi", + "version": "==2.21.0" + }, + "urllib3": { + "hashes": [ + "sha256:61bf29cada3fc2fbefad4fdf059ea4bd1b4a86d2b6d15e1c7c0b582b9752fe39", + "sha256:de9529817c93f27c8ccbfead6985011db27bd0ddfcdb2d86f3f663385c6a9c22" + ], + "version": "==1.24.1" + } + }, + "develop": {} +} diff --git a/py/README.md b/py/README.md new file mode 100644 index 0000000..daf6548 --- /dev/null +++ b/py/README.md @@ -0,0 +1,10 @@ +# N-Back Sequence Generators + +This project contains Python implementations of various sequence generators for the n-back task. + +## Build and Run + +## Skewed Random Generator + +## Random Generator + diff --git a/py/even_random_generator.py b/py/even_random_generator.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/py/even_random_generator.py diff --git a/py/main.py b/py/main.py new file mode 100644 index 0000000..84f16d3 --- /dev/null +++ b/py/main.py @@ -0,0 +1,5 @@ +import requests + +response = requests.get('https://httpbin.org/ip') + +print('Testing connection... Your IP is %s.' % response.json()['origin']) \ No newline at end of file diff --git a/py/skewed_random_generator.py b/py/skewed_random_generator.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/py/skewed_random_generator.py