diff --git "a/train/github-28-67279136.jsonl" "b/train/github-28-67279136.jsonl" new file mode 100644--- /dev/null +++ "b/train/github-28-67279136.jsonl" @@ -0,0 +1,1202 @@ +{"text": "# This is an example test settings file for use with the Django test suite.\n#\n# The 'sqlite3' backend requires only the ENGINE setting (an in-\n# memory database will be used). All other backends will require a\n# NAME and potentially authentication information. See the\n# following section in the docs for more information:\n#\n# https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/\n#\n# The different databases that Django supports behave differently in certain\n# situations, so it is recommended to run the test suite against as many\n# database backends as possible. You may want to create a separate settings\n# file for each of the backends you test against.\n\nDATABASES = {\n 'default': {\n 'ENGINE': 'django.db.backends.sqlite3',\n },\n 'other': {\n 'ENGINE': 'django.db.backends.sqlite3',\n }\n}\n\nSECRET_KEY = \"django_tests_secret_key\"\n\n# Use a fast hasher to speed up tests.\nPASSWORD_HASHERS = [\n 'django.contrib.auth.hashers.MD5PasswordHasher',\n]\n"} +{"text": "{ stdenv, fetchFromGitHub, pkgconfig, python2, cairo, libjpeg, ntk, libjack2\n, libsndfile, ladspaH, liblo, libsigcxx, lrdf, wafHook\n}:\n\nstdenv.mkDerivation {\n pname = \"non\";\n version = \"2018-02-15\";\n src = fetchFromGitHub {\n owner = \"original-male\";\n repo = \"non\";\n rev = \"5ae43bb27c42387052a73e5ffc5d33efb9d946a9\";\n sha256 = \"1cljkkyi9dxqpqhx8y6l2ja4zjmlya26m26kqxml8gx08vyvddhx\";\n };\n\n nativeBuildInputs = [ pkgconfig wafHook ];\n buildInputs = [ python2 cairo libjpeg ntk libjack2 libsndfile\n ladspaH liblo libsigcxx lrdf\n ];\n\n meta = {\n description = \"Lightweight and lightning fast modular Digital Audio Workstation\";\n homepage = \"http://non.tuxfamily.org\";\n license = stdenv.lib.licenses.lgpl21;\n platforms = stdenv.lib.platforms.linux;\n maintainers = [ stdenv.lib.maintainers.nico202 ];\n };\n}\n"} +{"text": "\n\n\n \n \n \n \n