{"id":25766030,"url":"https://github.com/jvirtanen/dada","last_synced_at":"2026-06-13T19:31:34.247Z","repository":{"id":3528368,"uuid":"4587619","full_name":"jvirtanen/dada","owner":"jvirtanen","description":"Generate tabular text data","archived":false,"fork":false,"pushed_at":"2021-03-09T20:37:56.000Z","size":20,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-16T09:45:28.736Z","etag":null,"topics":["csv","data","dsv","generator","tsv"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jvirtanen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-06-07T16:36:06.000Z","updated_at":"2021-03-09T20:37:58.000Z","dependencies_parsed_at":"2022-08-29T01:03:09.332Z","dependency_job_id":null,"html_url":"https://github.com/jvirtanen/dada","commit_stats":null,"previous_names":[],"tags_count":3,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvirtanen%2Fdada","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvirtanen%2Fdada/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvirtanen%2Fdada/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvirtanen%2Fdada/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jvirtanen","download_url":"https://codeload.github.com/jvirtanen/dada/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240945150,"owners_count":19882692,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csv","data","dsv","generator","tsv"],"created_at":"2025-02-26T22:28:48.551Z","updated_at":"2026-06-13T19:31:29.223Z","avatar_url":"https://github.com/jvirtanen.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dada\n\nDada is a simple program for generating tabular text data.\n\n## Requirements\n\nDada requires a C99 compiler and GNU Make.\n\n## Installation\n\nTo build, run:\n```\nmake\n```\n\nTo install, run:\n```\nmake install\n```\n\n\u003e The default installation location is `$HOME`. Define the environment variable\n\u003e `$PREFIX` to specify an alternative installation location. For example:\n\u003e\n\u003e     PREFIX=\"/usr/local\" make install\n\n## Usage\n\nTo generate one kilobyte of [tab-separated values][TSV], run:\n```\ndada\n```\n\nYou can specify the size of the data with the `-s` option. To generate one\ngigabyte of data, run:\n```\ndada -s1g\n```\n\nIf you want to generate, for example, [comma-separated values][CSV] instead of\nTSV, you have to set the field delimiter with the `-d` option. To generate CSV,\nrun:\n```\ndada -d,\n```\n\nBy default, the number of columns is randomly chosen. However, you can set it\nwith the `-c` option. To generate data with eight columns, run:\n```\ndada -c8\n```\n\n  [CSV]: http://tools.ietf.org/html/rfc4180\n  [TSV]: http://www.iana.org/assignments/media-types/text/tab-separated-values\n\n## Development\n\nTo execute the tests, run:\n```\nmake test\n```\n\nExecuting the tests requires Python.\n\n## License\n\nCopyright 2012 Jussi Virtanen.\n\nDada is released under the MIT License. See `LICENSE.txt` for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjvirtanen%2Fdada","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjvirtanen%2Fdada","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjvirtanen%2Fdada/lists"}