string-calculator
There are 27 repositories under string-calculator topic.
miroiu/string-math
Evaluates a math expression from a string. Supports variables and custom operators.
jalal246/textics
📉 JavaScript Text Statistics that counts lines, words, chars, and spaces.
jalal246/textics-stream
Text Statistics For Node Streams
alicanteswcraft/kata-string-calculator
Create a simple String calculator with a method int Add(string numbers)
Vishal1297/string-calculator-tdd
A Simple String Calculator Using TDD.
xurxodev/Refactoring-StringCalculator-Kata
Given a simple implementation of string calculator, refactoring based on SOLID principles. Implemented in Java and Swift by Jorge Sánchez (Xurxodev)
exsandebest/expression-calculator
(RU) Expression calculator with variables in Qt
facetrollex/TDD-Katas
TDD-Katas solutions
mabdollahiasl/Mab.StringLibrary
Mab.StringLibrary is set of class for parsing expression and formula, generating random string, Number to string coder and decoder for URL shorten and some other string extensions.
thibaudcolas/string-calculator
My attempts on the String Calculator TDD Kata in JavaScript w/ Jasmine and Istanbul
vaibhav0000patel/TDD-Kata-StringCalculator
The following is a TDD Kata- an exercise in coding, refactoring and test-first, that you should apply daily for at least 15 minutes .
AlexeyChernikov/Calculator
Standard calculator using the MVVM pattern
cgt/20191026-string-calculator
Pair programming the string calculator kata using test && commit || revert
cydesai/L2-Assignment-Sepaking-the-coding-Language
Word analysis and Pattern Check
DocAigor/StringCalculatorTdd
Simple Exercise 4 tdd
kirsirinnesalo/CodingKatas
Coding Katas for learning IDE, tools and languages
lindgren/stringcalculatorkata
String Calculator Kata
M04ph3u2/Cpp-String-Calculator-Kata
C++ String Calculator Kata (http://osherove.com/tdd-kata-1)
mrajkishor/String-Calculator
A Test-Driven Development (TDD) implementation of a String Calculator in Java.
ajinzrathod/tdd-string-calculator
String Calculator - TDD. The following is a TDD Kata - an exercise in coding, refactoring and test-first.
gxlmyacc/formula-calc
formula-calc is a library for formula calculation through strings for javascript
lincoln-umuzi/StringCalculator
String Calculator in TDD
redradix/kata-string-calculator
Kata String Calculator
supermalf/string-calculator
A simple String Calculator that takes a string as input and outputs its result.
Turskyi/StringCalculator
A simple Java program that evaluates mathematical expressions provided as strings. Demonstrates Test-Driven Development (TDD) with comprehensive tests using JUnit and Mockito.
xapn/string-calculator-kata
String Calculator Kata