Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Update isort from 5.7.0 to 5.8.0 | -r requirements.txt
beautifulsoup4==4.9.3
pytest==6.2.2
pytest-mock==3.5.1
pytest-xdist==2.2.1
requests-mock==1.8.0
freezegun==1.1.0
flake8==3.9.0
flake8-bugbear==21.3.2
flake8-print==4.0.0
pytest-profiling==1.7.0
snakeviz==2.1.0
isort==5.7.0
| -r requirements.txt
beautifulsoup4==4.9.3
pytest==6.2.2
pytest-mock==3.5.1
pytest-xdist==2.2.1
requests-mock==1.8.0
freezegun==1.1.0
flake8==3.9.0
flake8-bugbear==21.3.2
flake8-print==4.0.0
pytest-profiling==1.7.0
snakeviz==2.1.0
isort==5.8.0
|
Upgrade dependency djangorestframework to ==3.7.1 | coreapi==2.3.3
Django==1.11.6
django-rest-swagger==2.1.2
django-webpack-loader==0.5.0
djangorestframework==3.7.0
djangorestframework-jwt==1.11.0
freezegun==0.3.9
itypes==1.1.0
openapi-codec==1.3.2
psycopg2==2.7.3
PyJWT==1.5.3
python-dateutil==2.6.1
requests==2.18.4
simplejson==3.11.1
six==1.11.0
uritemplate==3.0.0
uWSG... | coreapi==2.3.3
Django==1.11.6
django-rest-swagger==2.1.2
django-webpack-loader==0.5.0
djangorestframework==3.7.1
djangorestframework-jwt==1.11.0
freezegun==0.3.9
itypes==1.1.0
openapi-codec==1.3.2
psycopg2==2.7.3
PyJWT==1.5.3
python-dateutil==2.6.1
requests==2.18.4
simplejson==3.11.1
six==1.11.0
uritemplate==3.0.0
uWSG... |
Update wheel from 0.30.0 to 0.37.0 | ete3==3.1.2
wheel==0.30.0
bitarray==0.8.1
psutil==5.6.6
pysam==0.13
scipy==1.0.0
six==1.11.0
| ete3==3.1.2
wheel==0.37.0
bitarray==0.8.1
psutil==5.6.6
pysam==0.13
scipy==1.0.0
six==1.11.0
|
Upgrade dependency djangorestframework to ==3.7.6 | coreapi==2.3.3
Django==1.11.7
django-rest-swagger==2.1.2
django-taggit==0.22.1
django-taggit-serializer==0.1.5
django-webpack-loader==0.5.0
djangorestframework==3.7.5
djangorestframework-jwt==1.11.0
freezegun==0.3.9
itypes==1.1.0
openapi-codec==1.3.2
psycopg2==2.7.3
PyJWT==1.5.3
python-dateutil==2.6.1
requests==2.18.4
... | coreapi==2.3.3
Django==1.11.7
django-rest-swagger==2.1.2
django-taggit==0.22.1
django-taggit-serializer==0.1.5
django-webpack-loader==0.5.0
djangorestframework==3.7.6
djangorestframework-jwt==1.11.0
freezegun==0.3.9
itypes==1.1.0
openapi-codec==1.3.2
psycopg2==2.7.3
PyJWT==1.5.3
python-dateutil==2.6.1
requests==2.18.4
... |
Upgrade dependency sqlparse to ==0.2.4 | appdirs==1.4.3
contextlib2==0.5.5
Django==1.11.5
django-appconf==1.0.2
django-compressor==2.2
django-debug-toolbar==1.8
freezegun==0.3.9
packaging==16.8
psycopg2==2.7.3.1
pyparsing==2.2.0
python-dateutil==2.6.1
pytz==2017.2
raven==6.1.0
rcssmin==1.0.6
rjsmin==1.0.12
six==1.11.0
sqlparse==0.2.3
uWSGI==2.0.15
| appdirs==1.4.3
contextlib2==0.5.5
Django==1.11.5
django-appconf==1.0.2
django-compressor==2.2
django-debug-toolbar==1.8
freezegun==0.3.9
packaging==16.8
psycopg2==2.7.3.1
pyparsing==2.2.0
python-dateutil==2.6.1
pytz==2017.2
raven==6.1.0
rcssmin==1.0.6
rjsmin==1.0.12
six==1.11.0
sqlparse==0.2.4
uWSGI==2.0.15
|
Update tox from 3.18.0 to 3.18.1 | ansible-lint==4.2.0
docker==4.2.2
flake8==3.8.3
molecule==3.0.6
pytest==5.4.3
testinfra==5.2.2
tox==3.18.0
| ansible-lint==4.2.0
docker==4.2.2
flake8==3.8.3
molecule==3.0.6
pytest==5.4.3
testinfra==5.2.2
tox==3.18.1
|
Update numpy from 1.19.3 to 1.19.4 | numpy==1.19.3
matplotlib==3.3.2
scipy==1.5.3
six==1.15.0
coverage==5.3
nose==1.3.7
| numpy==1.19.4
matplotlib==3.3.2
scipy==1.5.3
six==1.15.0
coverage==5.3
nose==1.3.7
|
Update scipy from 1.3.0 to 1.3.1 | #
# requirements.txt used for concrete testing environment.
#
# install_requires in setup.py gives the abstract requirements
# used by 'pip install' and 'setup.py install' to install
# cxroots as a library.
#
scipy==1.3.0; python_version > '2.7'
scipy==1.2.1; python_version <= '2.7' # pyup: ignore
numpy==1.16.4
docr... | #
# requirements.txt used for concrete testing environment.
#
# install_requires in setup.py gives the abstract requirements
# used by 'pip install' and 'setup.py install' to install
# cxroots as a library.
#
scipy==1.3.1; python_version > '2.7'
scipy==1.2.1; python_version <= '2.7' # pyup: ignore
numpy==1.16.4
docr... |
Update pyprof2calltree from 1.4.2 to 1.4.3 | # These requirements are only necessary when developing on Oscar.
# development
Werkzeug==0.12.2
django-debug-toolbar==1.8
django-extensions==1.8.1
psycopg2==2.7.3
# Sandbox
Pillow==4.2.1
Whoosh==2.7.4
django-environ==0.4.3
django-redis==4.8.0
pysolr==3.6.0
redis==2.10.5
requests==2.18.2
uWSGI==2.0.15
whitenoise==3.3... | # These requirements are only necessary when developing on Oscar.
# development
Werkzeug==0.12.2
django-debug-toolbar==1.8
django-extensions==1.8.1
psycopg2==2.7.3
# Sandbox
Pillow==4.2.1
Whoosh==2.7.4
django-environ==0.4.3
django-redis==4.8.0
pysolr==3.6.0
redis==2.10.5
requests==2.18.2
uWSGI==2.0.15
whitenoise==3.3... |
Change module version to 0.3.0 |
# Arduino AVR Core and platform.
# ------------------------------
#
# For more info:
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5-3rd-party-Hardware-specification
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.6.x-package_index.json-format-specification
name=Atmel AVR Xplained minis
version=0.2.... |
# Arduino AVR Core and platform.
# ------------------------------
#
# For more info:
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5-3rd-party-Hardware-specification
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.6.x-package_index.json-format-specification
name=Atmel AVR Xplained minis
version=0.3.... |
Add pytest and pytest-cov to pip dependencies | # Development packages that I want in all my envs or are expected by Emacs.
flake8
jedi
yapf
ipython
pudb
| # Development packages that I want in all my envs or are expected by Emacs.
flake8
autopep8
jedi
yapf
ipython
pudb
|
Update dependency pytype to v2021.8.24 | -r docs/requirements.txt
flake8==3.9.2
pylint==2.10.2
pytype==2021.8.11
| -r docs/requirements.txt
flake8==3.9.2
pylint==2.10.2
pytype==2021.8.24
|
Update release notes for -isKindOfClass: support | == NEXT VERSION IN PROGRESS
* Added atLeast(count) and atLeastOnce() for verifyCount(). Thanks to: Markus Gasser
* Handle Class as both argument type and return type. Thanks to: David Hart
* No more need to specify "Other Linker Flags"! Depending on your project, you may be able to eliminate:
* -lstdc++
* -ObjC
... | == NEXT VERSION IN PROGRESS
* Added atLeast(count) and atLeastOnce() for verifyCount(). Thanks to: Markus Gasser
* Handle Class as both argument type and return type. Thanks to: David Hart
* Added support for -isKindOfClass: to object mocks. Thanks to: Tim Pesce
* No more need to specify "Other Linker Flags"! Dependin... |
Add back missing newline in license file | Copyright (c) 2015-2022, conda-forge
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following ... | Copyright (c) 2015-2022, conda-forge
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following ... |
Update lxml from 4.4.1 to 4.4.2 | dj-database-url==0.5.0
django-apiblueprint-view==2.1.1
django-basicauth==0.5.2
django-extensions==2.2.5
django-localflavor==2.2
django-markdown-deux==1.0.5
django==2.2.7 # pyup: >=2.2,<3.0
djangorestframework==3.10.3
djangorestframework-gis==0.14
django-cors-headers==3.2.0
fastkml==0.11
fuzzywuzzy==0.17.0
lxml==4.4.1
... | dj-database-url==0.5.0
django-apiblueprint-view==2.1.1
django-basicauth==0.5.2
django-extensions==2.2.5
django-localflavor==2.2
django-markdown-deux==1.0.5
django==2.2.7 # pyup: >=2.2,<3.0
djangorestframework==3.10.3
djangorestframework-gis==0.14
django-cors-headers==3.2.0
fastkml==0.11
fuzzywuzzy==0.17.0
lxml==4.4.2
... |
Update django-autoslug from 1.9.4 to 1.9.5 | bleach==3.1.0
Django==2.2.3 # pyup: <2.3
django-allauth==0.39.1
django-autoslug==1.9.4
django-background-tasks==1.2.0
django-ckeditor==5.7.1
django-filter==2.2.0
django-widget-tweaks==1.4.5
djangorestframework==3.10.1
easy-thumbnails==2.6
html5lib==1.0.1
jsonfield==2.0.2
python-dateutil==2.8.0
python-magic==0.4.15
rule... | bleach==3.1.0
Django==2.2.3 # pyup: <2.3
django-allauth==0.39.1
django-autoslug==1.9.5
django-background-tasks==1.2.0
django-ckeditor==5.7.1
django-filter==2.2.0
django-widget-tweaks==1.4.5
djangorestframework==3.10.1
easy-thumbnails==2.6
html5lib==1.0.1
jsonfield==2.0.2
python-dateutil==2.8.0
python-magic==0.4.15
rule... |
Update pytest from 4.6.3 to 5.2.1 | flake8==3.7.7
pylint==1.7.5
astroid==1.5.3
coveralls==1.8.1
mock==3.0.5
pytest==4.6.3
pytest-cov==2.7.1
pytest-timeout==1.2.1
pytest-catchlog==1.2.2
pydocstyle==2.1.1
requests_mock==1.7.0
| flake8==3.7.7
pylint==1.7.5
astroid==1.5.3
coveralls==1.8.1
mock==3.0.5
pytest==5.2.1
pytest-cov==2.7.1
pytest-timeout==1.2.1
pytest-catchlog==1.2.2
pydocstyle==2.1.1
requests_mock==1.7.0
|
Update year in license file | Copyright (c) 2011, Alasdair North
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the... | Copyright (c) 2012, Alasdair North
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the... |
Select specific version of mock as used by CentOS | mock
xenapi
coverage
astroid==1.4.9
pylint==1.5
bitarray
| mock==1.0.1
xenapi
coverage
astroid==1.4.9
pylint==1.5
bitarray
|
Update instructions on how to translate halide commands to tiramisu | - f0.compute_root() in Halide should be translated to
- Let's assume that f1 is the consumer of f0.
- f0.before(f1, computation::root_dimension);
- Tuples: translate an assignment of a Tuple to a function
as the diffinition of multiple computations.
For example, if you have
f(i) = Tuple(5,17)
It should be tran... | - f0.compute_root() in Halide should be translated to
- Let's assume that f1 is the consumer of f0.
- f0.before(f1, computation::root_dimension);
- Tuples: translate an assignment of a Tuple to a function
as the diffinition of multiple computations.
For example, if you have
f(i) = Tuple(5,17)
It should be tran... |
Update year in the license | Copyright (c) 2003-2015, GameDuell GmbH
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the follo... | Copyright (c) 2003-2016, GameDuell GmbH
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the follo... |
Update pytest from 3.6.1 to 3.6.2 | pytest==3.6.1
pytest-cookies==0.3.0
pyaml==17.12.1
testinfra==1.14.0
tox==3.0.0
| pytest==3.6.2
pytest-cookies==0.3.0
pyaml==17.12.1
testinfra==1.14.0
tox==3.0.0
|
Add [datetime] to hypothesis requirement. | argparse==1.2.1
hypothesis==1.11.4
nose==1.3.7
pytz==2015.6
wsgiref==0.1.2
| argparse==1.2.1
hypothesis[datetime]==1.11.4
nose==1.3.7
pytz==2015.6
wsgiref==0.1.2
|
Update django-debug-toolbar requirement from <2.3,>=2.2 to >=2.2,<3.2 | # These requirements are only necessary when developing on Oscar.
# development
Werkzeug>=1.0,<1.1
django-debug-toolbar>=2.2,<2.3
django-extensions>=2.2,<3.1
psycopg2-binary>=2.8,<2.9
# Sandbox
Pillow==7.2.0
Whoosh==2.7.4
django-environ==0.4.5
django-redis==4.12.1
pysolr==3.9.0
redis==3.5.3
requests==2.24.0
uWSGI==2.... | # These requirements are only necessary when developing on Oscar.
# development
Werkzeug>=1.0,<1.1
django-debug-toolbar>=2.2,<3.2
django-extensions>=2.2,<3.1
psycopg2-binary>=2.8,<2.9
# Sandbox
Pillow==7.2.0
Whoosh==2.7.4
django-environ==0.4.5
django-redis==4.12.1
pysolr==3.9.0
redis==3.5.3
requests==2.24.0
uWSGI==2.... |
Remove thriftpy (obsolete package, doesn't seem to be used) | cairocffi==1.0.2; python_version>='3.5'
hiredis==1.0.0
mysqlclient==1.4.2.post1
psycopg2==2.7.7
psycopg2cffi==2.8.1
PyStemmer==1.3.0; python_version<'3.7'
python_axolotl_curve25519==0.4.1.post2
rcssmin==1.0.6
regex==2019.03.12
rjsmin==1.1.0
subprocess32==3.5.2; python_version<'3'
# https://github.com/eleme/thriftpy/iss... | cairocffi==1.0.2; python_version>='3.5'
hiredis==1.0.0
mysqlclient==1.4.2.post1
psycopg2==2.7.7
psycopg2cffi==2.8.1
PyStemmer==1.3.0; python_version<'3.7'
python_axolotl_curve25519==0.4.1.post2
rcssmin==1.0.6
regex==2019.03.12
rjsmin==1.1.0
subprocess32==3.5.2; python_version<'3'
Twisted==18.9.0
ujson==1.35
uWSGI==2.0.... |
Update ua-parser from 0.7.3 to 0.8.0 | APScheduler==3.5.1
boto==2.48.0
cached-property==1.4.2
click==6.7
Flask-Sockets==0.2.1
Flask==0.12.2
future==0.16.0
gevent==1.2.2
greenlet==0.4.13
gunicorn==19.7.1
localconfig==0.4.2
pexpect==4.4.0
psycopg2==2.7.4
redis==2.10.6
requests==2.18.4
rq==0.10.0
selenium==3.11.0
SQLAlchemy==1.2.5
sqlalchemy-postgres-copy==0.5... | APScheduler==3.5.1
boto==2.48.0
cached-property==1.4.2
click==6.7
Flask-Sockets==0.2.1
Flask==0.12.2
future==0.16.0
gevent==1.2.2
greenlet==0.4.13
gunicorn==19.7.1
localconfig==0.4.2
pexpect==4.4.0
psycopg2==2.7.4
redis==2.10.6
requests==2.18.4
rq==0.10.0
selenium==3.11.0
SQLAlchemy==1.2.5
sqlalchemy-postgres-copy==0.5... |
Update coverage from 5.4 to 5.5 | numpy==1.20.1
matplotlib==3.3.4
scipy==1.6.1
six==1.15.0
coverage==5.4
nose==1.3.7
| numpy==1.20.1
matplotlib==3.3.4
scipy==1.6.1
six==1.15.0
coverage==5.5
nose==1.3.7
|
Change "Roller" to "iUI" (oops) | NOTICE.txt - iUI credits and copyright notices
Roller is Copyright (c) 2007 by the iUI project members:
Joe Hewitt
Christopher Allen
M. Sean Gilligan
Past members:
(none)
THIRD PARTY COMPONENTS
* iUI includes software developed by the Mozilla Project
... | NOTICE.txt - iUI credits and copyright notices
iUI is Copyright (c) 2007 by the iUI project members:
Joe Hewitt
Christopher Allen
M. Sean Gilligan
Past members:
(none)
THIRD PARTY COMPONENTS
* iUI includes software developed by the Mozilla Project
... |
Update markdown from 3.3.3 to 3.3.4 | Django==3.1.7
six==1.15.0
sqlparse==0.4.1
# Whitenoise: Staticfile hosting
whitenoise==5.2.0
django-npm==1.0.0
# Tagging
# Taggit Helpers: TaggitCounter, TaggitListFilter
# Taggit Templatetags: Template tags for tags - https://github.com/feuervogel/django-taggit-templatetags
django-taggit==1.3.0
django-taggit-helpers... | Django==3.1.7
six==1.15.0
sqlparse==0.4.1
# Whitenoise: Staticfile hosting
whitenoise==5.2.0
django-npm==1.0.0
# Tagging
# Taggit Helpers: TaggitCounter, TaggitListFilter
# Taggit Templatetags: Template tags for tags - https://github.com/feuervogel/django-taggit-templatetags
django-taggit==1.3.0
django-taggit-helpers... |
Update ghp-import from 0.4.1 to 0.5.4 | coverage==4.3.1
docutils==0.12
flake8==3.2.1
ghp-import==0.4.1
pycodestyle==2.2.0
pyflakes==1.3.0
pytest==3.0.4
pytest-aiohttp==0.1.3
pytest-cov==2.4.0
pytest-isort==0.1.0
pytest-mock==1.5.0
pytest-sugar==0.7.1
pytest-xdist==1.15.0
Sphinx==1.4.8
# required to run "start" apps
aiohttp-jinja2==0.8.0
aiohttp-session[secu... | coverage==4.3.1
docutils==0.12
flake8==3.2.1
ghp-import==0.5.4
pycodestyle==2.2.0
pyflakes==1.3.0
pytest==3.0.4
pytest-aiohttp==0.1.3
pytest-cov==2.4.0
pytest-isort==0.1.0
pytest-mock==1.5.0
pytest-sugar==0.7.1
pytest-xdist==1.15.0
Sphinx==1.4.8
# required to run "start" apps
aiohttp-jinja2==0.8.0
aiohttp-session[secu... |
Update freezegun from 0.3.14 to 0.3.15 | -r requirements.txt
beautifulsoup4==4.8.2
pytest==5.3.5
pytest-mock==2.0.0
pytest-xdist==1.31.0
requests-mock==1.7.0
freezegun==0.3.14
flake8==3.7.9
flake8-print==3.1.4
| -r requirements.txt
beautifulsoup4==4.8.2
pytest==5.3.5
pytest-mock==2.0.0
pytest-xdist==1.31.0
requests-mock==1.7.0
freezegun==0.3.15
flake8==3.7.9
flake8-print==3.1.4
|
Change market description to include new subscription model. | Manage the progress of (re-)watching your favorite TV shows. See what is coming up, keep track of what to watch next. Check in with trakt.tv or GetGlue. Share episodes with your friends or the world.
Purchase the X Upgrade in settings to add more list widget options, notifications for new episodes and to support futur... | Manage the progress of (re-)watching your favorite TV shows. See what is coming up, keep track of what to watch next. Check in with trakt.tv or GetGlue. Share episodes with your friends or the world.
Get the X Subscription in Settings to add more list widget options, notifications for new episodes and to support conti... |
Add an MIT license to the root directory. | Copyright (c) 2015 Maximilian Katz
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, su... | |
Update django-extensions from 2.1.9 to 2.2.1 | -r ./base.txt
Sphinx==2.1.2 # https://github.com/sphinx-doc/sphinx
psycopg2-binary==2.8.3 # https://github.com/psycopg/psycopg2
# Testing
# ------------------------------------------------------------------------------
mypy==0.711 # https://github.com/python/mypy
pytest==4.6.3 # https://github.com/pytest-dev/pyte... | -r ./base.txt
Sphinx==2.1.2 # https://github.com/sphinx-doc/sphinx
psycopg2-binary==2.8.3 # https://github.com/psycopg/psycopg2
# Testing
# ------------------------------------------------------------------------------
mypy==0.711 # https://github.com/python/mypy
pytest==4.6.3 # https://github.com/pytest-dev/pyte... |
Update flask-testing from 0.8.0 to 0.8.1 | pytest==6.1.0
flask-testing==0.8.0
requests>=2.20.0
| pytest==6.1.0
flask-testing==0.8.1
requests>=2.20.0
|
Update pytest from 3.7.0 to 3.7.1 | setuptools>=17.1
pytest-cov==2.5.1
pytest==3.7.0
flake8==3.5.0
| setuptools>=17.1
pytest-cov==2.5.1
pytest==3.7.1
flake8==3.5.0
|
Add Brett as an AUTHOR | Coverage.py was originally written by Gareth Rees, and since 2004 has been
extended and maintained by Ned Batchelder.
Other contributions have been made by:
Chris Adams
Geoff Bache
Titus Brown
Guillaume Chazarain
David Christian
Danek Duvall
Ben Finney
Martin Fuzzey
Imri Goldberg
Bill Hart
Christian Heimes
Ross Lawle... | Coverage.py was originally written by Gareth Rees, and since 2004 has been
extended and maintained by Ned Batchelder.
Other contributions have been made by:
Chris Adams
Geoff Bache
Titus Brown
Brett Cannon
Guillaume Chazarain
David Christian
Danek Duvall
Ben Finney
Martin Fuzzey
Imri Goldberg
Bill Hart
Christian Heim... |
Update django-app-settings from 0.2.4 to 0.2.5 | django-app-settings==0.2.4
django-suit-dashboard==2.0.3
python-dateutil==2.6.0
requests==2.14.2
archan==1.0.0
dependenpy==3.0.0
| django-app-settings==0.2.5
django-suit-dashboard==2.0.3
python-dateutil==2.6.0
requests==2.14.2
archan==1.0.0
dependenpy==3.0.0
|
Update activerecord-nuodb-adapter manifest to match recent file rename. | COPYING
History.txt
Manifest.txt
README.md
Rakefile
lib/active_record/connection_adapters/nuodb/statements.rb
lib/active_record/connection_adapters/nuodb/version.rb
lib/active_record/connection_adapters/nuodb_adapter.rb
lib/activerecord-nuodb-adapter.rb
lib/arel/visitors/nuodb.rb
test/simple.rb
| COPYING
History.txt
Manifest.txt
README.md
Rakefile
lib/active_record/connection_adapters/nuodb/database_statements.rb
lib/active_record/connection_adapters/nuodb/version.rb
lib/active_record/connection_adapters/nuodb_adapter.rb
lib/activerecord-nuodb-adapter.rb
lib/arel/visitors/nuodb.rb
test/simple.rb
|
Update the history for 0.0.4 | == 0.0.3 / 2008-01-06
* Add a DtraceData class which consumers return, containing
the data returned from each probe firing, rather than
returning the raw records directly from DTrace.
* Provide access to probe, CPU and flow information.
* Allow creation and grabbing of processes.
* Add an example script: a... | == 0.0.4 / 2008-01-14
* Fix the very basic Rails plugin.
== 0.0.3 / 2008-01-06
* Add a DtraceData class which consumers return, containing
the data returned from each probe firing, rather than
returning the raw records directly from DTrace.
* Provide access to probe, CPU and flow information.
* Allow crea... |
Update copyright years and add MaxMind | The MIT License (MIT)
Copyright (c) 2016 kushnir.yb
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, publi... | The MIT License (MIT)
Copyright (c) 2016-2020 kushnir.yb
Copyright (c) 2020 MaxMind, Inc.
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 rig... |
Add full name & URL to license | Copyright (c) 2013 Andrew Marshall
MIT License
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,
d... | Copyright (c) 2013 J. Andrew Marshall <http://johnandrewmarshall.com/>
MIT License
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 ... |
Add pretend git to gem | LICENSE
README.md
History.txt
Manifest.txt
bin/reviewr
lib/reviewr.rb
lib/reviewr/cli.rb
lib/reviewr/git.rb
lib/reviewr/mailer.rb
lib/reviewr/project.rb
lib/reviewr/version.rb
lib/reviewr/cli/accept.rb
lib/reviewr/cli/command.rb
lib/reviewr/cli/help.rb
lib/reviewr/cli/main.rb
lib/reviewr/cli/request.rb
lib/reviewr/temp... | LICENSE
README.md
History.txt
Manifest.txt
bin/reviewr
lib/reviewr.rb
lib/reviewr/cli.rb
lib/reviewr/git.rb
lib/reviewr/mailer.rb
lib/reviewr/pretend_git.rb
lib/reviewr/project.rb
lib/reviewr/version.rb
lib/reviewr/cli/accept.rb
lib/reviewr/cli/command.rb
lib/reviewr/cli/help.rb
lib/reviewr/cli/main.rb
lib/reviewr/cli/... |
Fix Crypten to latest commit | openmined.threepio==0.2.0
aiortc==0.9.28
dill~=0.3.1
flask_socketio~=4.2.1
Flask~=1.1.1
git+https://github.com/facebookresearch/CrypTen.git#egg=crypten
importlib-resources~=1.5.0
lz4~=3.0.2
msgpack~=1.0.0
numpy~=1.18.1
phe~=1.4.0
Pillow~=6.2.2
psutil==5.7.0
requests~=2.22.0
RestrictedPython~=5.0
requests-toolbelt==0.9.... | openmined.threepio==0.2.0
aiortc==0.9.28
dill~=0.3.1
flask_socketio~=4.2.1
Flask~=1.1.1
git+https://github.com/facebookresearch/CrypTen.git@cdecc8de1514d7f36a5268a50c714caba5e57318#egg=crypten
importlib-resources~=1.5.0
lz4~=3.0.2
msgpack~=1.0.0
numpy~=1.18.1
phe~=1.4.0
Pillow~=6.2.2
psutil==5.7.0
requests~=2.22.0
Rest... |
Update to opencv-contrib-python for face recognition | google-auth==1.1.0
google-cloud-core==0.27.1
google-cloud-speech==0.29.0
nox-automation==0.17.0
opencv-python==3.3.0.10
pyaudio==0.2.11
| google-auth==1.1.0
google-cloud-core==0.27.1
google-cloud-speech==0.29.0
nox-automation==0.17.0
opencv-contrib-python==3.3.0.10
pyaudio==0.2.11
|
Bump types-redis from 4.2.6 to 4.2.8 | bandit==1.7.4
black==22.3.0
coverage==6.4.1
diff-cover==6.5.0
flake8==4.0.1
mock==4.0.3
pytest==7.1.2
pytest-cov==3.0.0
# Required to test building the docs
sphinx==5.0.1
# Mypy test requirements
mypy==0.961
types-requests==2.27.30
types-redis==4.2.6
| bandit==1.7.4
black==22.3.0
coverage==6.4.1
diff-cover==6.5.0
flake8==4.0.1
mock==4.0.3
pytest==7.1.2
pytest-cov==3.0.0
# Required to test building the docs
sphinx==5.0.1
# Mypy test requirements
mypy==0.961
types-requests==2.27.30
types-redis==4.2.8
|
Update dependency httplib2 to v0.17.3 | cachetools==4.1.0
certifi==2019.11.28
chardet==3.0.4
coverage==5.1
google-api-python-client==1.8.2
google-auth==1.14.1
google-auth-httplib2==0.0.3
google-auth-oauthlib==0.4.1
httplib2==0.17.2
idna==2.9
oauth2client==4.1.3
oauthlib==3.1.0
pyasn1==0.4.8
pyasn1-modules==0.2.8
python-slugify==4.0.0
pytube3==9.6.4
requests=... | cachetools==4.1.0
certifi==2019.11.28
chardet==3.0.4
coverage==5.1
google-api-python-client==1.8.2
google-auth==1.14.1
google-auth-httplib2==0.0.3
google-auth-oauthlib==0.4.1
httplib2==0.17.3
idna==2.9
oauth2client==4.1.3
oauthlib==3.1.0
pyasn1==0.4.8
pyasn1-modules==0.2.8
python-slugify==4.0.0
pytube3==9.6.4
requests=... |
Update OpenGapps Downloader to 0.2 (3) | AntiFeatures:NonFreeAdd
Categories:Internet
License:GPLv3
Web Site:
Source Code:https://github.com/daktak/opengapps_downloader
Issue Tracker:https://github.com/daktak/opengapps_downloader/issues
Bitcoin:16VEzu37BePgR3o9hAciZkGK2VCAQFE28r
Auto Name:OpenGapps Downloader
Summary:Download OpenGapps zip
Description:
App to... | AntiFeatures:NonFreeAdd
Categories:Internet
License:GPLv3
Web Site:
Source Code:https://github.com/daktak/opengapps_downloader
Issue Tracker:https://github.com/daktak/opengapps_downloader/issues
Bitcoin:16VEzu37BePgR3o9hAciZkGK2VCAQFE28r
Auto Name:OpenGapps Downloader
Summary:Download OpenGapps zip
Description:
App to... |
Remove explicit authorship without significant contributions | Adhocracy is licensed under the GNU Affero General Public License, Version 3,
which can be found in LICENSE.txt
Adhocracy is Copyright 2009, 2010, 2011, 2012, 2013, 2014 by
Friedrich Lindenberg
Martin Häcker
Joscha Krutzki
Bernhard Reiter
Carsten Senger
Nicolas Dietrich
Philipp Hagemeister
Tobias Bengfort
| Adhocracy is licensed under the GNU Affero General Public License, Version 3,
which can be found in LICENSE.txt
Adhocracy is Copyright 2009, 2010, 2011, 2012, 2013, 2014 by
Friedrich Lindenberg
Joscha Krutzki
Carsten Senger
Nicolas Dietrich
Philipp Hagemeister
Tobias Bengfort
and others. Check git history to get a l... |
Update to Freeciv server r33633. | # I keep previous version easily available here so I don't need to check
# version history constantly when handling ruleset differences.
# Previous:33630
FCREV=33631
FCBRANCH=trunk
ORIGCAPSTR="+Freeciv.Devel-3.0-2016.Aug.16b"
# There's no need to bump this constantly as current freeciv-web
# makes no connections to o... | # I keep previous version easily available here so I don't need to check
# version history constantly when handling ruleset differences.
# Previous:33631
FCREV=33633
FCBRANCH=trunk
ORIGCAPSTR="+Freeciv.Devel-3.0-2016.Aug.17"
# There's no need to bump this constantly as current freeciv-web
# makes no connections to ou... |
Add pointer regarding unit tests as inner classes | This test folder only contains performance and functional/integration style tests.
The unit tests themselves are embedded as inner classes of the Java code (such as here https://github.com/Netflix/RxJava/tree/master/rxjava-core/src/main/java/rx/operators).
Also, each of the language adaptors has a /src/test/ folder w... | This test folder only contains performance and functional/integration style tests.
The unit tests themselves are embedded as inner classes of the Java code (such as here https://github.com/Netflix/RxJava/tree/master/rxjava-core/src/main/java/rx/operators).
* For an explanation of this design choice see http://benjc... |
Disable cis-splice-effect test for now | cmake_minimum_required(VERSION 2.8)
add_subdirectory(cis-splice-effects)
add_subdirectory(gtf)
add_subdirectory(junctions)
| cmake_minimum_required(VERSION 2.8)
add_subdirectory(gtf)
add_subdirectory(junctions)
|
Add Antoine Degrendel in the Notice | --------------------------------------------------------------------------------
NOTICES FOR BARCODE4J
--------------------------------------------------------------------------------
Barcode4J
Copyright 2002-2010 Jeremias Märki
Copyright 2005-2006 Dietmar Bürkle
Portions of this software were contributed under secti... | --------------------------------------------------------------------------------
NOTICES FOR SWAP
--------------------------------------------------------------------------------
Copyright 2016 Antoine Degrendel
--------------------------------------------------------------------------------
NOTICES FOR BARCODE4J
--... |
Mark GoogleTest CMake options as advanced |
# Prevent overriding the parent project's compiler/linker
# settings on Windows
set(gtest_force_shared_crt ON CACHE INTERNAL "")
# google test does not properly use pthreads on mingw
if (MINGW)
set(gtest_disable_pthreads ON CACHE INTERNAL "")
endif()
set(BUILD_GTEST ON CACHE INTERNAL "")
set(BUIL... |
# Prevent overriding the parent project's compiler/linker
# settings on Windows
set(gtest_force_shared_crt ON CACHE INTERNAL "")
# google test does not properly use pthreads on mingw
if (MINGW)
set(gtest_disable_pthreads ON CACHE INTERNAL "")
endif()
set(BUILD_GTEST ON CACHE INTERNAL "")
set(BUIL... |
Update Flask and Werkzeug version | Flask==2.0.1
flask-talisman==0.7.0
grpcio-tools==1.38.0
google-api-python-client==2.7.0
google-auth==1.30.0
google-auth-oauthlib==0.4.4
google-auth-httplib2==0.1.0
google-cloud-core==1.6.0
google-cloud-datastore==2.1.3
google-cloud-logging==2.4.0
oauth2client==4.1.3
gunicorn==20.1.0
protobuf>=3.4.0
google-python-cloud-... | Flask==2.1.0
Werkzeug==2.1.0
flask-talisman==0.7.0
grpcio-tools==1.38.0
google-api-python-client==2.7.0
google-auth==1.30.0
google-auth-oauthlib==0.4.4
google-auth-httplib2==0.1.0
google-cloud-core==1.6.0
google-cloud-datastore==2.1.3
google-cloud-logging==2.4.0
oauth2client==4.1.3
gunicorn==20.1.0
protobuf>=3.4.0
goog... |
Apply MIT License. Go nuts, kids. | The MIT License (MIT)
Copyright (c) [year] [fullname]
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, pub... | |
Add License file for podspec | Copyright (c) 2012 Abizer Nasir, Jungle Candy Software
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, pub... | |
Update factory-boy from 2.6.1 to 2.7.0 | # Everything the developer needs in addition to the production requirements
-r prod.txt
# Testing
pytest==3.0.3
WebTest==2.0.20
factory-boy==2.6.1
# Lint and code style
flake8==3.0.4
flake8-blind-except==0.1.1
flake8-debugger==1.4.0
flake8-docstrings==1.0.2
flake8-isort==1.2
flake8-quotes==0.2.4
isort==4.2.2
pep8-nam... | # Everything the developer needs in addition to the production requirements
-r prod.txt
# Testing
pytest==3.0.3
WebTest==2.0.20
factory-boy==2.7.0
# Lint and code style
flake8==3.0.4
flake8-blind-except==0.1.1
flake8-debugger==1.4.0
flake8-docstrings==1.0.2
flake8-isort==1.2
flake8-quotes==0.2.4
isort==4.2.2
pep8-nam... |
Update faker from 9.9.0 to 10.0.0 | -r base.txt
django-debug-toolbar==3.2.2
factory-boy==3.2.1
Faker==9.9.0
flake8-docstrings==1.6.0
flake8==4.0.1
freezegun==1.1.0
isort==5.10.1
pytest-cov==3.0.0
pytest-django==4.5.1
pytest-factoryboy==2.1.0
pytest==6.2.5
| -r base.txt
django-debug-toolbar==3.2.2
factory-boy==3.2.1
Faker==10.0.0
flake8-docstrings==1.6.0
flake8==4.0.1
freezegun==1.1.0
isort==5.10.1
pytest-cov==3.0.0
pytest-django==4.5.1
pytest-factoryboy==2.1.0
pytest==6.2.5
|
Update pytest-django from 3.5.0 to 3.5.1 | -r base.txt
factory-boy==2.12.0
Faker==1.0.7
flake8==3.7.7
freezegun==0.3.12
isort==4.3.21
pytest==5.0.0
pytest-cov==2.7.1
pytest-django==3.5.0
pytest-factoryboy==2.0.2
| -r base.txt
factory-boy==2.12.0
Faker==1.0.7
flake8==3.7.7
freezegun==0.3.12
isort==4.3.21
pytest==5.0.0
pytest-cov==2.7.1
pytest-django==3.5.1
pytest-factoryboy==2.0.2
|
Update alagitpull from 0.0.13 to 0.0.14 | -r ./base.txt
sphinx==1.6.5
alagitpull==0.0.13
releases==1.4.0 # updated from 1.3.1
| -r ./base.txt
sphinx==1.6.5
alagitpull==0.0.14
releases==1.4.0 # updated from 1.3.1
|
Update nbsphinx from 0.4.2 to 0.4.3 | nbsphinx==0.4.2
sphinx==2.2.0
sphinxcontrib-programoutput==0.14
sphinx_rtd_theme==0.4.3
ipython==7.8.0
| nbsphinx==0.4.3
sphinx==2.2.0
sphinxcontrib-programoutput==0.14
sphinx_rtd_theme==0.4.3
ipython==7.8.0
|
Update sqlalchemy from 1.1.6 to 1.1.7 | aiohttp-jinja2==0.13.0
aiohttp-security==0.1.0
aiohttp-session==0.8.0
aiohttp==1.3.3
aiomysql==0.0.9
aiopg==0.13.0
coverage==4.3.4
docker-compose==1.11.2
docker-py==1.10.6
flake8==3.3.0
ipdb==0.10.2
motor==1.1
pytest-cov==2.4.0
pytest-sugar==0.8.0
pytest==3.0.6
python-dateutil==2.6.0
sqlalchemy==1.1.6
trafaret==0.7.5
y... | aiohttp-jinja2==0.13.0
aiohttp-security==0.1.0
aiohttp-session==0.8.0
aiohttp==1.3.3
aiomysql==0.0.9
aiopg==0.13.0
coverage==4.3.4
docker-compose==1.11.2
docker-py==1.10.6
flake8==3.3.0
ipdb==0.10.2
motor==1.1
pytest-cov==2.4.0
pytest-sugar==0.8.0
pytest==3.0.6
python-dateutil==2.6.0
sqlalchemy==1.1.7
trafaret==0.7.5
y... |
Update pylint from 2.1.1 to 2.2.0 | # ulid/requirements/dev.txt
#
# Requirements for using developing package.
-r base.txt
bumpversion==0.5.3
mypy==0.641
pylint==1.7.5; python_version < '2.7' or (python_version > '3.0' and python_version < '3.4') # pyup: ignore
pylint==2.1.1; (python_version > '2.7' and python_version < '3.0') or python_version >= '3.... | # ulid/requirements/dev.txt
#
# Requirements for using developing package.
-r base.txt
bumpversion==0.5.3
mypy==0.641
pylint==1.7.5; python_version < '2.7' or (python_version > '3.0' and python_version < '3.4') # pyup: ignore
pylint==2.2.0; (python_version > '2.7' and python_version < '3.0') or python_version >= '3.... |
Update numpy from 1.14.0 to 1.14.1 | pip==9.0.1
bumpversion==0.5.3
wheel==0.30.0
watchdog==0.8.3
flake8==3.5.0
tox==2.9.1
coverage==4.5.1
Sphinx==1.7.0
cryptography==2.1.4
PyYAML==3.12
pytest==3.4.0
pytest-cov==2.5.1
coveralls==1.2.0
pytest-runner==4.0
numpy==1.14.0
pandas==0.22.0
| pip==9.0.1
bumpversion==0.5.3
wheel==0.30.0
watchdog==0.8.3
flake8==3.5.0
tox==2.9.1
coverage==4.5.1
Sphinx==1.7.0
cryptography==2.1.4
PyYAML==3.12
pytest==3.4.0
pytest-cov==2.5.1
coveralls==1.2.0
pytest-runner==4.0
numpy==1.14.1
pandas==0.22.0
|
Update sphinxcontrib-programoutput from 0.13 to 0.14 | nbsphinx==0.4.2
sphinx==2.0.1
sphinxcontrib-programoutput==0.13
sphinx_rtd_theme==0.4.3
ipython==7.4.0
| nbsphinx==0.4.2
sphinx==2.0.1
sphinxcontrib-programoutput==0.14
sphinx_rtd_theme==0.4.3
ipython==7.4.0
|
Add instructions for creating disk caching directories | #
# $Id: README.txt,v 1.1.2.5 2003-05-16 01:09:06 dan Exp $
#
# Copyright (c) 1998-2003 DVL Software Limited
#
You need to do this:
+-----------------------+
|file system permissions|
+-----------------------+
touch searchlog.txt
chgrp www searchlog.txt
chmod g+w searchlog.txt
The following settings are necessary f... | #
# $Id: README.txt,v 1.1.2.6 2003-11-14 04:39:49 dan Exp $
#
# Copyright (c) 1998-2003 DVL Software Limited
#
You need to do this:
+-----------------------+
|file system permissions|
+-----------------------+
touch searchlog.txt
chgrp www searchlog.txt
chmod g+w searchlog.txt
The following settings are necessary f... |
Update copyright notice to 2016 | Copyright (c) 2015 Xavier Dutreilh
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, su... | Copyright (c) 2015-2016 Xavier Dutreilh
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, distribut... |
Move examples to examples project | The Web Beans RI currently comes with a two examples, webbeans-numberguess (a
war example) and webbeans-translator (an EJB example). Before running the
examples, you'll need to ensure your server supports Web Beans.
The examples and RI are explained in detail in the reference guide, including
how to add Web Beans su... | |
Update MAXS Module Notification to 0.0.1.17 (20) | Categories:System
License:GPLv3
Web Site:http://projectmaxs.org
Source Code:http://projectmaxs.org/source
Issue Tracker:http://projectmaxs.org/issues
Donate:http://projectmaxs.org/donate
FlattrID:2148361
Bitcoin:1AUuXzvVUh1HMb2kVYnDWz8TgjbJMaZqDt
Auto Name:MAXS Module Notification
Summary:A Module for MAXS
Description... | Categories:System
License:GPLv3
Web Site:http://projectmaxs.org
Source Code:http://projectmaxs.org/source
Issue Tracker:http://projectmaxs.org/issues
Donate:http://projectmaxs.org/donate
FlattrID:2148361
Bitcoin:1AUuXzvVUh1HMb2kVYnDWz8TgjbJMaZqDt
Auto Name:MAXS Module Notification
Summary:A Module for MAXS
Description... |
FIX path in CMakeList.txt file | # Copyright 2013 Telefonica Investigacion y Desarrollo, S.A.U
#
# This file is part of Orion Context Broker.
#
# Orion Context Broker is free software: you can redistribute it and/or
# modify it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of ... | # Copyright 2013 Telefonica Investigacion y Desarrollo, S.A.U
#
# This file is part of Orion Context Broker.
#
# Orion Context Broker is free software: you can redistribute it and/or
# modify it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of ... |
Enable assertions in debug mode | enable_language(C)
file(GLOB files "*.cpp" "*.c")
foreach(file ${files})
get_filename_component(binary_name ${file} NAME_WE)
add_executable(${binary_name} ${file})
target_link_libraries(${binary_name} primesieve::primesieve)
add_test(NAME ${binary_name} COMMAND ${binary_name})
endforeach()
| enable_language(C)
file(GLOB files "*.cpp" "*.c")
foreach(file ${files})
get_filename_component(binary_name ${file} NAME_WE)
add_executable(${binary_name} ${file})
target_link_libraries(${binary_name} primesieve::primesieve)
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
target_compile_definitions(${bin... |
Update CV of National Geographic for Muzei to 1.2.0 (9) | Categories:Multimedia,Theming
License:GPLv3
Web Site:
Source Code:https://github.com/msal/muzei-nationalgeographic
Issue Tracker:https://github.com/msal/muzei-nationalgeographic/issues
Name:National Geographic for Muzei
Summary:National Geographic pictures for Muzei
Description:
The National Geographic photo of the da... | Categories:Multimedia,Theming
License:GPLv3
Web Site:
Source Code:https://github.com/msal/muzei-nationalgeographic
Issue Tracker:https://github.com/msal/muzei-nationalgeographic/issues
Name:National Geographic for Muzei
Summary:National Geographic pictures for Muzei
Description:
The National Geographic photo of the da... |
Update Facebook Notifications to 1.5.1 (1) | AntiFeatures:NonFreeNet
Categories:Internet
License:MIT
Web Site:https://github.com/gsurrel/FacebookNotifications/blob/HEAD/README.md
Source Code:https://github.com/gsurrel/FacebookNotifications
Issue Tracker:https://github.com/gsurrel/FacebookNotifications/issues
Auto Name:Facebook Notifications
Summary:Reproduce the... | AntiFeatures:NonFreeNet
Categories:Internet
License:MIT
Web Site:https://github.com/gsurrel/FacebookNotifications/blob/HEAD/README.md
Source Code:https://github.com/gsurrel/FacebookNotifications
Issue Tracker:https://github.com/gsurrel/FacebookNotifications/issues
Auto Name:Facebook Notifications
Summary:Reproduce the... |
Add Python 3 conversion tools | # vex
ansible
awscli
beautifulsoup4
blinkstick
boto3
click
colorama
colorlog
curdling
django
fabric
flake8
flask
httpbin
ipython
isort
laboratory
percol
pew
pip
prospector[with_everything]
pylint
pytest
pytest-cov
requests
saws
setuptools
termcolor
tornado
tox
twine
uwsgi
vcrpy
vulture
wrapt
yapf
| # vex
ansible
awscli
beautifulsoup4
blinkstick
boto3
caniusepython3
click
colorama
colorlog
curdling
django
fabric
flake8
flask
future
httpbin
ipython
isort
laboratory
modernize
percol
pew
pip
prospector[with_everything]
pylint
pytest
pytest-cov
requests
saws
setuptools
termcolor
tornado
tox
twine
uwsgi
vcrpy
vulture
w... |
Exclude Tesco booking journey from indexing | # See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file
#
User-agent: *
Disallow: /*/leave-pot-untouched/estimate
Disallow: /*/take-whole-pot/estimate
Disallow: /*/pension-type-tool/question-2
Disallow: /*/pension-type-tool/question-3
Disallow: /*/pension-type-tool/question-4
D... | # See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file
#
User-agent: *
Disallow: /*/leave-pot-untouched/estimate
Disallow: /*/take-whole-pot/estimate
Disallow: /*/pension-type-tool/question-2
Disallow: /*/pension-type-tool/question-3
Disallow: /*/pension-type-tool/question-4
D... |
Allow for overriding the page title | {utf8_headers}<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" media="all" href="/css/main.css" />
</head>
<body>
<div id="main">
| {utf8_headers}<!DOCTYPE html>
<html>
<head>
<title>{$page_title|default:'Page Title'}</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" media="all" href="/css/main.css" />
</head>
<body>
<div id="main">
|
Update lxml from 4.1.0 to 4.1.1 | # These packages all have pre-compiled manylinux builds for Debian now, so we
# only need to build them on Alpine
cffi==1.11.2
cryptography==2.1.3
lxml==4.1.0
Pillow==4.3.0
psycopg2==2.7.3.2
numpy==1.13.3
| # These packages all have pre-compiled manylinux builds for Debian now, so we
# only need to build them on Alpine
cffi==1.11.2
cryptography==2.1.3
lxml==4.1.1
Pillow==4.3.0
psycopg2==2.7.3.2
numpy==1.13.3
|
Update codacy-coverage from 1.3.6 to 1.3.7 | -r base.txt
pytest==3.2.1
pytest-cov==2.5.1
pytest-django==3.1.2
codacy-coverage==1.3.6
| -r base.txt
pytest==3.2.1
pytest-cov==2.5.1
pytest-django==3.1.2
codacy-coverage==1.3.7
|
Update pytest from 4.1.1 to 4.2.0 | mypy==0.660
pytest==4.1.1
pytest-cov==2.6.1
pytest-asyncio==0.10.0
pytest-monkeytype==1.0.1
jedi==0.13.2
coverage==4.5.2
flake8==3.6.0
typed-ast==1.2.0
rope==0.11.0 | mypy==0.660
pytest==4.2.0
pytest-cov==2.6.1
pytest-asyncio==0.10.0
pytest-monkeytype==1.0.1
jedi==0.13.2
coverage==4.5.2
flake8==3.6.0
typed-ast==1.2.0
rope==0.11.0 |
Remove tlp-sleep package, does not exist | base-devel
chromium
compton
cowsay
dmenu
dunst
feh
file-roller
fish
git
gnome-keyring
gnome-themes-standard
gpicview
gst-libav
gst-plugins-bad
gst-plugins-base
gst-plugins-good
gst-plugins-ugly
gvfs
htop
i3-wm
i3lock
i3session-git
i3status
infinality-bundle
lightdm
lightdm-gtk-greeter
neovim
network-manager-applet
netw... | base-devel
chromium
compton
cowsay
dmenu
dunst
feh
file-roller
fish
git
gnome-keyring
gnome-themes-standard
gpicview
gst-libav
gst-plugins-bad
gst-plugins-base
gst-plugins-good
gst-plugins-ugly
gvfs
htop
i3-wm
i3lock
i3session-git
i3status
infinality-bundle
lightdm
lightdm-gtk-greeter
neovim
network-manager-applet
netw... |
Update requests-mock from 1.7.0 to 1.8.0. | -r requirements.txt
beautifulsoup4==4.9.0
pytest==5.4.1
pytest-mock==3.1.0
pytest-xdist==1.32.0
requests-mock==1.7.0
freezegun==0.3.15
flake8==3.7.9
flake8-print==3.1.4
| -r requirements.txt
beautifulsoup4==4.9.0
pytest==5.4.1
pytest-mock==3.1.0
pytest-xdist==1.32.0
requests-mock==1.8.0
freezegun==0.3.15
flake8==3.7.9
flake8-print==3.1.4
|
FIX requierement.txt due to vulnerbility warning by github | lettuce==0.2.20
requests==2.6.0
xmltodict==0.9.2
mysql-python==1.2.5
fabric==1.10.1
termcolor==1.1.0
pymongo==2.7.2
git+https://github.com/telefonicaid/lettuce-tools.git#egg=lettuce_tools
| lettuce==0.2.20
requests==2.20.0
xmltodict==0.9.2
mysql-python==1.2.5
fabric==1.10.1
termcolor==1.1.0
pymongo==2.7.2
git+https://github.com/telefonicaid/lettuce-tools.git#egg=lettuce_tools
|
Update spacing and parameter type |
{{alias}}( arr[, idx] )
Unzips a zipped array (i.e., a nested array of tuples).
Parameters
----------
arr: Array
Zipped array.
idx: Array (optional)
Array of indices specifying which tuple elements to unzip.
Returns
-------
out: Array
Array of unzipped arrays.... |
{{alias}}( arr[, idx] )
Unzips a zipped array (i.e., a nested array of tuples).
Parameters
----------
arr: Array
Zipped array.
idx: Array<number> (optional)
Array of indices specifying which tuple elements to unzip.
Returns
-------
out: Array
Array of unzipped... |
Tweak CMAKE_C_FLAGS to accept passed in flags | project(tinylog)
cmake_minimum_required(VERSION 2.6)
set(CMAKE_C_FLAGS "-fPIC -std=gnu99")
add_library(tinylog STATIC src/log.c)
install(TARGETS tinylog
DESTINATION lib)
install(FILES src/log.h
DESTINATION include)
| project(tinylog)
cmake_minimum_required(VERSION 2.6)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC -std=gnu99")
add_library(tinylog STATIC src/log.c)
install(TARGETS tinylog
DESTINATION lib)
install(FILES src/log.h
DESTINATION include)
|
Use tags, disable 1.0 since it uses .so files | Category:Games
License:Apache2
Web Site:https://github.com/KaeruCT/GLXY#glxy
Source Code:https://github.com/KaeruCT/GLXY
Issue Tracker:https://github.com/KaeruCT/GLXY/issues
Auto Name:GLXY
Summary:Gravity Simulator
Description:
A simplified gravity simulator for Android, build with libgdx.
.
Repo Type:git
Repo:https:... | Category:Games
License:Apache2
Web Site:https://github.com/KaeruCT/GLXY#glxy
Source Code:https://github.com/KaeruCT/GLXY
Issue Tracker:https://github.com/KaeruCT/GLXY/issues
Auto Name:GLXY
Summary:Gravity Simulator
Description:
A simplified gravity simulator for Android, build with libgdx.
.
Repo Type:git
Repo:https:... |
Update CV of music-cyclon to 0.3 (3) | Categories:Multimedia
License:WTFPL
Web Site:
Source Code:https://github.com/maxammann/music-cyclon
Issue Tracker:https://github.com/maxammann/music-cyclon/issues
Auto Name:music-cyclon
Summary:App to synchronize music over network by using the beets web server
Description:
This App allows you to synchronize music ove... | Categories:Multimedia
License:WTFPL
Web Site:
Source Code:https://github.com/maxammann/music-cyclon
Issue Tracker:https://github.com/maxammann/music-cyclon/issues
Auto Name:music-cyclon
Summary:App to synchronize music over network by using the beets web server
Description:
This App allows you to synchronize music ove... |
Update location of Visual Studio project files. |
To build zlib using the Microsoft Visual C++ environment,
use the appropriate project from the projects/ directory.
|
To build zlib using the Microsoft Visual C++ environment,
use the appropriate project from the contrib/vstudio/ directory.
|
Update cryptography from 2.0.2 to 2.0.3 | -r common.txt
pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.4.1
coverage==4.4.1
Sphinx==1.6.3
cryptography==2.0.2
| -r common.txt
pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.4.1
coverage==4.4.1
Sphinx==1.6.3
cryptography==2.0.3
|
Update wheel from 0.29.0 to 0.30.0 | pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.4.1
tox==2.8.1
coverage==4.4.1
Sphinx==1.6.3
cryptography==2.0.3
PyYAML==3.12
pytest==3.2.2
pytest-cov==2.5.1
coveralls==1.2.0
pytest-runner==2.12.1
numpy==1.13.1
pandas==0.20.3
| pip==9.0.1
bumpversion==0.5.3
wheel==0.30.0
watchdog==0.8.3
flake8==3.4.1
tox==2.8.1
coverage==4.4.1
Sphinx==1.6.3
cryptography==2.0.3
PyYAML==3.12
pytest==3.2.2
pytest-cov==2.5.1
coveralls==1.2.0
pytest-runner==2.12.1
numpy==1.13.1
pandas==0.20.3
|
Update tox from 3.8.6 to 3.9.0 | pip==10.0.1
bumpversion==0.5.3
wheel==0.33.1
watchdog==0.9.0
flake8==3.7.7
tox==3.8.6
coverage==4.5.3
Sphinx==2.0.1
cryptography==2.6.1
PyYAML==3.12
pytest==4.4.0
pytest-runner==4.4
vcrpy==2.0.1
twine==1.13.0
| pip==10.0.1
bumpversion==0.5.3
wheel==0.33.1
watchdog==0.9.0
flake8==3.7.7
tox==3.9.0
coverage==4.5.3
Sphinx==2.0.1
cryptography==2.6.1
PyYAML==3.12
pytest==4.4.0
pytest-runner==4.4
vcrpy==2.0.1
twine==1.13.0
|
Update sphinx from 2.1.2 to 2.2.0 | pip==19.2.1
bumpversion==0.5.3
wheel==0.33.4
watchdog==0.9.0
flake8==3.7.8
tox==3.13.2
Sphinx==2.1.2
coverage==4.5.4
PyYAML==5.1.2
pytest==5.0.1
| pip==19.2.1
bumpversion==0.5.3
wheel==0.33.4
watchdog==0.9.0
flake8==3.7.8
tox==3.13.2
Sphinx==2.2.0
coverage==4.5.4
PyYAML==5.1.2
pytest==5.0.1
|
Update pytest from 3.7.1 to 3.10.0 | bumpversion==0.5.3
coverage==4.5.1
cryptography==2.3.1
flake8==3.5.0
isort==4.3.4
pip>=9.0.1
pytest==3.7.1
PyYAML==3.13
Sphinx==1.8.2
tox==3.1.3
wheel==0.32.2
| bumpversion==0.5.3
coverage==4.5.1
cryptography==2.3.1
flake8==3.5.0
isort==4.3.4
pip>=9.0.1
pytest==3.10.0
PyYAML==3.13
Sphinx==1.8.2
tox==3.1.3
wheel==0.32.2
|
Add some notes on how to use these files | Using the "Fake CP/M Hardware" in the emulator
Build cpmtools, add the entry in diskdefs to the distribution's diskdefs, then install. Or install prebuilt cpmtools and add the content in diskdefs to the installed diskdefs (e.g. /usr/local/share/diskdefs). This installs a CP/M disk definition for an 8MB file matching... | |
Add some general plans to a separate file | Generic operator symbol:
var foo = (bar |xor baz) |shl 2;
var foo = (bar :xor baz) :shl 2;
var foo = (bar @xor baz) @shl 2;
var foo = (bar $xor baz) $shl 2;
Which one is best? Dunno... ':' looks right, but it's not an option, it's too useful for all the Pair stuff. Maybe the pipe?
Date handling:
// Assign the curre... | |
Update Yahtzee Dicer to 1.1.1 (3) | Categories:Games
License:GPLv3
Web Site:https://secuso.org/pfa
Source Code:https://github.com/SecUSo/privacy-friendly-yahtzee
Issue Tracker:https://github.com/SecUSo/privacy-friendly-yahtzee/issues
Auto Name:Yahtzee Dicer
Summary:Play Yahtzee dice game
Description:
Play the dice game Yahtzee. It can roll dice up to t... | Categories:Games
License:GPLv3
Web Site:https://secuso.org/pfa
Source Code:https://github.com/SecUSo/privacy-friendly-yahtzee
Issue Tracker:https://github.com/SecUSo/privacy-friendly-yahtzee/issues
Auto Name:Yahtzee Dicer
Summary:Play Yahtzee dice game
Description:
Play the dice game Yahtzee. It can roll dice up to t... |
Update dependency gevent to v1.5.0 | # Pro-tip: Try not to put anything here. There should be no dependency in
# production that isn't in development.
-r base.txt
Django==2.2.12
gevent==1.4.0
gunicorn==20.0.4
raven==6.10.0
| # Pro-tip: Try not to put anything here. There should be no dependency in
# production that isn't in development.
-r base.txt
Django==2.2.12
gevent==1.5.0
gunicorn==20.0.4
raven==6.10.0
|
Put dynamic workflow versioning back in | branch-api:0.2-beta-4
durable-task:1.6
gerrit-trigger:2.15.1
git:2.3.5
git-client:1.17.0
git-server:1.6
javadoc:1.3
junit:1.5
mailer:1.15
mapdb-api:1.0.6.0
mercurial:1.54
scm-api:0.2
script-security:1.15
subversion:2.5
workflow-aggregator:1.10
workflow-api:1.10
workflow-basic-steps:1.10
workflow-cps:1.10
workflow-cps-g... | branch-api:0.2-beta-4
durable-task:1.6
gerrit-trigger:2.15.1
git:2.3.5
git-client:1.17.0
git-server:1.6
javadoc:1.3
junit:1.5
mailer:1.15
mapdb-api:1.0.6.0
mercurial:1.54
scm-api:0.2
script-security:1.15
subversion:2.5
workflow-aggregator:@VERSION@
workflow-api:@VERSION
workflow-basic-steps:@VERSION@
workflow-cps:@VERS... |
Use develop version of djangocms-helper | -r requirements.txt
coverage
coveralls
mock>=1.0.1
nose>=1.3.0
django-nose>=1.2
flake8>=2.1.0
tox>=1.7.0
djangocms-helper>=0.6
djangocms-text-ckeditor
| -r requirements.txt
coverage
coveralls
mock>=1.0.1
nose>=1.3.0
django-nose>=1.2
flake8>=2.1.0
tox>=1.7.0
https://github.com/nephila/djangocms-helper/archive/develop.zip
djangocms-text-ckeditor
|
Update gunicorn from 19.8.1 to 19.9.0 | # General
flask==1.0.2
requests==2.19.1
beautifulsoup4==4.6.3
eventlet==0.24.1
gunicorn==19.8.1
# Python 2/3 Compatibility
six==1.11.0
# CSS/JS Assets
flask_assets==0.12
yuicompressor==2.4.8
# Sockets
flask_socketio==3.0.1
python-engineio==2.3.1
python-socketio==2.0.0
# Celery
celery==4.2.1
redis==2.10.6
# Octave ... | # General
flask==1.0.2
requests==2.19.1
beautifulsoup4==4.6.3
eventlet==0.24.1
gunicorn==19.9.0
# Python 2/3 Compatibility
six==1.11.0
# CSS/JS Assets
flask_assets==0.12
yuicompressor==2.4.8
# Sockets
flask_socketio==3.0.1
python-engineio==2.3.1
python-socketio==2.0.0
# Celery
celery==4.2.1
redis==2.10.6
# Octave ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.