tostring
There are 86 repositories under tostring topic.
hexops/valast
Convert Go values to their AST
zspitz/ExpressionTreeToString
String representations of expression trees + library of expression tree objects
OpenPojo/openpojo
POJO Testing & Identity Management Made Trivial
polyvariant/better-tostring
(b2s) Scala compiler plugin for a better default toString.
kbilsted/StatePrinter
Automating unit testing and ToString() coding
lectra-tech/koson
A concise and lightweight Kotlin DSL to build JSON objects and render their String representations
sta-szek/pojo-tester
Java testing framework for testing pojo methods. It tests equals, hashCode, toString, getters, setters, constructors and whatever you report in issues ;)
softwaremill/stringmask
A micro-library for macro-based case class field masking in .toString
sokomishalov/lombok-rs
Lombok port for Rust
jparams/to-string-verifier
To String Verifier provides an easy and convenient way to test the toString method on your class.
obsidiandynamics/pojo-tester
Java framework for testing POJO methods; tests equals, hashCode, toString, getters, setters and constructors
SALZKARTOFFEEEL/toStr.ahk
An AutoHotkey function for displaying any type of value as a string, so that it can be worked with easily.
harakeishi/gats
Returns the value declared in go's basic type as a string. gats is named as an abbreviation of go any to string.
0shuvo0/htmlToString
I forgot about el.outerHTML so I made this, it takes a DOM element and returns its html as string
0xNeshi/topystring
.NET System.Collections ToString extension for converting collections to a string in the format that is based on the one in Python
stdlib-js/utils-native-class
Determine the specification defined classification of an object.
abdymm/Android-CSV
export data on android to csv
ByteDev/ByteDev.Strings
Library of extended string related functionality.
eroltutumlu/weatherapp
Java ile REST üzerinden Hava Durumu bilgisinin çekilmesi
illescasDaniel/print.hpp
An easier and prettier way to print content, including containers, in C++
ravikant-pal/quickpojo
This project is to create Java POJO (Plain Old Java Object).
RichTeaMan/Common
A repository of useful classes for .NET.
winseros/ToStringDotNet
Will help you to avoid handwriting ToString methods for your .NET projects
Xotic750/has-to-string-tag-x
Tests if ES6 @@toStringTag is supported.
Aaisha-Nexus/RestaurantMenuManagement
This program focuses on encapsulation, Arraylist, Getters and setters, constructor chaining, toString method and provides functionality by various options to user to add, remove, update, search ,display and filter dishes in a Menu.
cameronshemilt/BetterToStrings
Easily convert dates and numbers to specific string formats
davidafsilva/pretty-string
Kotlin's data class toString pretty cousin
eirikhalvard/binary-tree-to-string
Printing a binary tree
ibisbra91/MyYogaClasses_JavaSE-OOP
Practicing uses of: Abstraction, Encapsulation, Polymorphism and Inheritance. Interfaces, Inheritance between Interfaces. UML analysis and design. 3 layer architecture. Wrapper classes. Java classes: OBJECT, Scanner, Map, SimpleDateFormat, TreeMap, ArrayList and much more. This was an interesting project.
KSXGitHub/fmt-iter
Print all items from an iterator
Lonzak/unittest-utilities
Automated junit tests for DTO, Entity, JavaBeans style classes to increase test coverage
zenonine/to_string_helper
Flexibly configure output of toString method using annotations and build_runner
Githubadonay/Patriot-Ships
Patriot Ships is a new cruise line company which has a fleet of 10 cruise ships, each with a capacity of 300 passengers. To manage its opera=ons efficiently, the company is looking for a program that can help track its fleet, manage bookings, and calculate revenue for each cruise.
OpenJavaLibs/pojo-tester
Java testing framework for testing pojo methods. It tests equals, hashCode, toString, getters, setters, constructors and whatever you report in issues
Prince-GH/JavaScript_Date_Time
🏆Mastering JavaScript 📆 Dates and ⏰ Time: A Comprehensive Guide to Methods and Manipulation Dive into the world of JavaScript dates with this practical guide! Navigate time with ease, 📚 enhance user experiences.🚀
stdlib-js/array-base-join
Return a string created by joining array elements using a specified separator.