Open Issues Need Help
View All on GitHubAI Summary: This issue requests the creation of a basic calculator using HTML, CSS, and JavaScript. The calculator should support addition, subtraction, multiplication, and division, with the design being flexible. It's marked as a 'good first issue' for new contributors.
A collection of calculator programs written in any language - from beginner-friendly arithmetic calculators to advanced mathematical tools.
A collection of calculator programs written in any language - from beginner-friendly arithmetic calculators to advanced mathematical tools.
AI Summary: This issue requests the creation of a simple command-line duration converter that accepts a value and source/target time units (seconds, minutes, hours, days) and outputs the converted value. The project emphasizes clean, readable, and commented code, with validation for positive input values.
A collection of calculator programs written in any language - from beginner-friendly arithmetic calculators to advanced mathematical tools.
AI Summary: This issue requests the addition of a basic calculator program written in Python. The calculator should be capable of performing addition, subtraction, multiplication, and division, and the submitted code should be clean, commented, and include example usage.
A collection of calculator programs written in any language - from beginner-friendly arithmetic calculators to advanced mathematical tools.
AI Summary: This GitHub issue requests the addition of a basic command-line calculator written in Python to the 'Awesome-Calculators' repository. The calculator should support addition, subtraction, multiplication, and division, with an emphasis on clean, commented code and example usage. It is marked as a 'Good First Issue' and provides a C example for structural reference, along with instructions for Git configuration.
A collection of calculator programs written in any language - from beginner-friendly arithmetic calculators to advanced mathematical tools.
A collection of calculator programs written in any language - from beginner-friendly arithmetic calculators to advanced mathematical tools.
AI Summary: This issue requests the creation of a simple command-line duration converter that accepts a value and source/target time units (seconds, minutes, hours, days) and outputs the converted value. The implementation should include input validation, clear display of results, and well-commented, readable code.
A collection of calculator programs written in any language - from beginner-friendly arithmetic calculators to advanced mathematical tools.
A collection of calculator programs written in any language - from beginner-friendly arithmetic calculators to advanced mathematical tools.
AI Summary: This issue requests the creation of a simple command-line duration converter that accepts a value and source/target time units (seconds, minutes, hours, days) and outputs the converted value. It emphasizes clean code, input validation, and clear display of results, marking it as a 'good first issue'.
A collection of calculator programs written in any language - from beginner-friendly arithmetic calculators to advanced mathematical tools.
AI Summary: This issue requests the creation of a scientific calculator that can perform operations like trigonometric functions, logarithms, exponentials, and factorials. The calculator must validate input to prevent errors and display results clearly. It's marked as a 'good first issue' and includes optional improvements for future development.
A collection of calculator programs written in any language - from beginner-friendly arithmetic calculators to advanced mathematical tools.
AI Summary: This issue requests the creation of a simple mass converter that accepts user input for a value and source/target units (grams, kilograms, pounds, ounces). The converter needs to validate input, perform the conversion, and display the result clearly. It's marked as a 'good first issue' for new contributors.
A collection of calculator programs written in any language - from beginner-friendly arithmetic calculators to advanced mathematical tools.
AI Summary: This issue requests the creation of a simple command-line duration converter that accepts a value and source/target time units (seconds, minutes, hours, days) and outputs the converted value. It requires input validation, clear display of results, and well-structured, commented code.
A collection of calculator programs written in any language - from beginner-friendly arithmetic calculators to advanced mathematical tools.
AI Summary: This issue requests the creation of a simple Body Mass Index (BMI) calculator. The calculator should accept user input for height and weight, compute BMI using the standard formula, and then categorize the result (underweight, normal, overweight, obese). Contributors can use any programming language and are encouraged to follow provided code structure examples.
A collection of calculator programs written in any language - from beginner-friendly arithmetic calculators to advanced mathematical tools.
A collection of calculator programs written in any language - from beginner-friendly arithmetic calculators to advanced mathematical tools.
A collection of calculator programs written in any language - from beginner-friendly arithmetic calculators to advanced mathematical tools.
A collection of calculator programs written in any language - from beginner-friendly arithmetic calculators to advanced mathematical tools.
AI Summary: This issue requests the creation of a digital data storage unit converter. The calculator should allow users to select input and output units (Bytes, KB, MB, GB, TB, and optionally Bits and PB) and a numerical value, then perform the conversion using the standard JEDEC convention (1024 multiplier). The code should be clean, commented, and include example usage.
A collection of calculator programs written in any language - from beginner-friendly arithmetic calculators to advanced mathematical tools.
A collection of calculator programs written in any language - from beginner-friendly arithmetic calculators to advanced mathematical tools.
A collection of calculator programs written in any language - from beginner-friendly arithmetic calculators to advanced mathematical tools.
A collection of calculator programs written in any language - from beginner-friendly arithmetic calculators to advanced mathematical tools.
AI Summary: This issue requests the creation of a simple temperature converter that can convert between Celsius and Fahrenheit. The program should prompt the user for the desired conversion type and temperature, then display the result. It's intended as a beginner-friendly contribution to the Awesome-Calculators project.
A collection of calculator programs written in any language - from beginner-friendly arithmetic calculators to advanced mathematical tools.
A collection of calculator programs written in any language - from beginner-friendly arithmetic calculators to advanced mathematical tools.
A collection of calculator programs written in any language - from beginner-friendly arithmetic calculators to advanced mathematical tools.
A collection of calculator programs written in any language - from beginner-friendly arithmetic calculators to advanced mathematical tools.
A collection of calculator programs written in any language - from beginner-friendly arithmetic calculators to advanced mathematical tools.
A collection of calculator programs written in any language - from beginner-friendly arithmetic calculators to advanced mathematical tools.
A collection of calculator programs written in any language - from beginner-friendly arithmetic calculators to advanced mathematical tools.
AI Summary: This issue requests the addition of a basic calculator program written in C. The calculator should support addition, subtraction, multiplication, and division, with clean, commented code and example usage. It's marked as a 'Good First Issue' for new contributors.
A collection of calculator programs written in any language - from beginner-friendly arithmetic calculators to advanced mathematical tools.
AI Summary: This issue requests the addition of a basic calculator program written in Python. The calculator should be capable of performing addition, subtraction, multiplication, and division, and the submitted code should be clean, commented, and include example usage.
A collection of calculator programs written in any language - from beginner-friendly arithmetic calculators to advanced mathematical tools.
AI Summary: This issue requests the implementation of a basic calculator in C# that supports addition, subtraction, multiplication, and division. The contributor should ensure the code is clean, commented, and includes example usage, following a provided C example for structure. This is marked as a 'good first issue' for new contributors.
A collection of calculator programs written in any language - from beginner-friendly arithmetic calculators to advanced mathematical tools.
AI Summary: This issue requests the creation of a simple Ohm's Law calculator that allows users to calculate Voltage, Current, or Resistance by providing the other two values. The calculator should be well-commented, include example usage, and be placed in a language-specific folder.
A collection of calculator programs written in any language - from beginner-friendly arithmetic calculators to advanced mathematical tools.
AI Summary: This issue requests the creation of a data storage unit converter. The calculator should allow users to select input and output units (Bytes, KB, MB, GB, TB, with optional Bits and PB) and provide a numerical value for conversion, using the standard JEDEC convention (1024-based). The code should be clean, commented, and include example usage.
A collection of calculator programs written in any language - from beginner-friendly arithmetic calculators to advanced mathematical tools.
AI Summary: This issue requests the implementation of a basic calculator in Java. The calculator should support addition, subtraction, multiplication, and division. Contributors are expected to provide clean, commented code with example usage, and are guided by a provided C example.
A collection of calculator programs written in any language - from beginner-friendly arithmetic calculators to advanced mathematical tools.
AI Summary: This issue requests the creation of a simple cooking measurement converter. The tool should allow users to select input and output units (like cups, tablespoons, teaspoons, milliliters) and a numerical value, then perform the conversion using standard rates. It's marked as a 'good first issue' for new contributors.
A collection of calculator programs written in any language - from beginner-friendly arithmetic calculators to advanced mathematical tools.
AI Summary: This issue requests the creation of a simple area calculator for geometric shapes like circles, squares, and rectangles. The calculator should prompt the user for shape selection and necessary dimensions, then compute and display the area using appropriate formulas. The code should be clean, commented, and include example usage, with a suggestion to place it in a language-specific folder.
A collection of calculator programs written in any language - from beginner-friendly arithmetic calculators to advanced mathematical tools.
A collection of calculator programs written in any language - from beginner-friendly arithmetic calculators to advanced mathematical tools.
AI Summary: This issue requests the creation of a simple temperature converter that can convert between Celsius and Fahrenheit. The converter should prompt the user for the desired conversion type and temperature, perform the calculation using standard formulas, and display the result clearly. The code should be well-commented and organized in a dedicated folder.
A collection of calculator programs written in any language - from beginner-friendly arithmetic calculators to advanced mathematical tools.
AI Summary: This issue requests the creation of a basic calculator using HTML, CSS, and JavaScript. The calculator should support addition, subtraction, multiplication, and division. Contributors are encouraged to be creative with the design and ensure clean, commented code with example usage.
A collection of calculator programs written in any language - from beginner-friendly arithmetic calculators to advanced mathematical tools.
AI Summary: This issue requests the implementation of a simple time zone converter. The calculator should take a source and target time zone from the user, fetch the current time in the source, and display the converted time and date in the target time zone. The hint suggests leveraging built-in language libraries for date and time handling, avoiding manual DST management.
A collection of calculator programs written in any language - from beginner-friendly arithmetic calculators to advanced mathematical tools.
AI Summary: This issue requests the implementation of a basic calculator in Python. The calculator should support addition, subtraction, multiplication, and division. The contributor is expected to provide clean, commented code with example usage, following a provided C code example for formatting guidance.
A collection of calculator programs written in any language - from beginner-friendly arithmetic calculators to advanced mathematical tools.