{"id":27160489,"url":"https://github.com/beaorn/farm-calculators","last_synced_at":"2025-04-09T00:01:32.026Z","repository":{"id":112212196,"uuid":"44117959","full_name":"brycejohnston/farm-calculators","owner":"brycejohnston","description":"Farm Calculators WordPress Plugin","archived":false,"fork":false,"pushed_at":"2017-05-01T18:52:33.000Z","size":33,"stargazers_count":18,"open_issues_count":0,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-31T06:03:13.517Z","etag":null,"topics":["agriculture","calculator","wordpress-plugin"],"latest_commit_sha":null,"homepage":"https://wordpress.org/plugins-wp/farm-calculators/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brycejohnston.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,"governance":null}},"created_at":"2015-10-12T15:56:06.000Z","updated_at":"2024-06-08T19:15:40.000Z","dependencies_parsed_at":"2023-05-11T08:15:43.717Z","dependency_job_id":null,"html_url":"https://github.com/brycejohnston/farm-calculators","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"e0122b5ff27c560c1184b1fa0b0d26416be5e9fd"},"previous_names":["beaorn/farm-calculators"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brycejohnston%2Ffarm-calculators","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brycejohnston%2Ffarm-calculators/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brycejohnston%2Ffarm-calculators/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brycejohnston%2Ffarm-calculators/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brycejohnston","download_url":"https://codeload.github.com/brycejohnston/farm-calculators/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247947842,"owners_count":21023065,"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":["agriculture","calculator","wordpress-plugin"],"created_at":"2025-04-09T00:01:02.543Z","updated_at":"2025-04-09T00:01:31.912Z","avatar_url":"https://github.com/brycejohnston.png","language":"PHP","funding_links":[],"categories":["Calculators"],"sub_categories":[],"readme":"# Farm-Calculators  \n\nContributors: beaorn  \nRequires at least: 3.0  \nTested up to: 4.6  \nStable tag: 0.6  \nTags: farm, crop, farming, calculator, yield, population, agriculture  \nLicense: GPLv3 or later  \n\nAdd farm calculators to your website to help users determine various farming and crop related information.  \n\n## Description  \n\nAdd farm calculators to your website to help visitors determine various farming and crop related information, such as crop populations, yield estimates, and harvest losses.  \n\n## Shortcodes  \n\nYou can use following shortcodes if activated:\n\n### Crop Population  \n    [farming_calc_crop_population]  \n    [farming_calc_crop_population_bs] (for bootstrap themes)  \nShows a calculator for determing crop population based on stand count, row length, and row spacing.  \n\n### Crop Population (Hoop Method)  \n    [farming_calc_crop_population_hoop]  \n    [farming_calc_crop_population_hoop_bs] (for bootstrap themes)  \nShows a calculator for determing crop population based on stand count and hoop size.  \n\n### Wheat Harvest Yield Loss  \n    [farming_calc_wheat_harvest_yield_loss]\n    [farming_calc_wheat_harvest_yield_loss_bs] (for bootstrap themes)  \nShows a calculator for determing wheat harvest yield loss based on kernels counted on ground and the size of the area they were counted in.  \n\n### Grain Sorghum Harvest Yield Loss  \n    [farming_calc_sorghum_harvest_yield_loss]\n    [farming_calc_sorghum_harvest_yield_loss_bs] (for bootstrap themes)  \nShows a calculator for determing grain sorghum harvest yield loss based on kernels counted on ground and the size of the area they were counted in.  \n\n### Soybean Harvest Yield Loss  \n    [farming_calc_soybean_harvest_yield_loss]\n    [farming_calc_soybean_harvest_yield_loss_bs] (for bootstrap themes)  \nShows a calculator for determing soybean harvest yield loss based on beans counted on ground and the size of the area they were counted in.  \n\n### Sunflower Harvest Yield Loss  \n    [farming_calc_sunflower_harvest_yield_loss]\n    [farming_calc_sunflower_harvest_yield_loss_bs] (for bootstrap themes)  \nShows a calculator for determing sunflower harvest yield loss based on seeds counted on ground and the size of the area they were counted in.  \n\nMore shortcodes will follow soon.\n\n## Installation  \n\n### Install Farm-Calculators on a simple WordPress blog  \n\n1. Upload the full `farm-calculators` directory into your `wp-content/plugins` directory.\n\n2. Activate the plugin through the 'Plugins' menu in WordPress.\n\n3. Use the calculator shortcodes wherever you would like to display them to your visitors.  \n\n## Screenshots  \n\n![Screenshot 1](https://raw.github.com/CropQuest/farm-calculators/master/screenshot-1.png)\n\n## Changelog  \n\n### 0.6  \n* Bump compatibility information.\n\n### 0.5  \n* Minor spelling and wording adjustments.\n\n### 0.4  \n* Added wheat harvest yield loss calculator.  \n\n### 0.3  \n* Added soybean harvest yield loss calculator.  \n* Added sunflower harvest yield loss calculator.  \n\n### 0.2  \n* Added grain sorghum harvest yield loss calculator.   \n* Added bootstrap styled alternative shortcodes.   \n\n### 0.1  \n* First public version.  \n* Added crop population by hoop method calculator.  \n* Added crop population by row length/spacing calculator.  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeaorn%2Ffarm-calculators","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeaorn%2Ffarm-calculators","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeaorn%2Ffarm-calculators/lists"}