stringinator

Find the most popular, longest and frequent strings and characters

https://github.com/ramadevi15/stringinator

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.6%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Find the most popular, longest and frequent strings and characters

Basic Info
  • Host: GitHub
  • Owner: ramadevi15
  • Language: Java
  • Default Branch: main
  • Size: 3.11 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 4 years ago · Last pushed over 4 years ago
Metadata Files
Readme Citation

README.md

Stringinator

Find the most popular, longest string the server has been seen and frequent characters in the given input

To Build Spring Boot Application use command: gradlew clean build -x test

To Run Spring Boot Application Test Cases use command: gradlew clean build

To Run Spring Boot Application Test Cases use command: gradlew bootRun

To check for the rest endpoint use after application started :

curl -i -X POST -H "Content-Type:application/json" -d "{\"input\": \"Comcast is best place to work!\" }" http://localhost:8080/stringinate

curl -i -X GET http://localhost:8080/stringinate?input=Comcast%20is%20best%20place

curl -i -X GET http://localhost:8080/stats

curl -i -X GET http://localhost:8080/

Github Repo for the application is: git clone https://github.com/ramadevi15/stringinator.git

Owner

  • Name: Rama Devi
  • Login: ramadevi15
  • Kind: user
  • Location: Chennai
  • Company: Comcast

Citation (CITATIONS.md)

# Getting Started

### Reference Documentation
For further reference, please consider the following sections:

* [Official Gradle documentation](https://docs.gradle.org)
* [Spring Boot Gradle Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/2.5.2/gradle-plugin/reference/html/)
* [Generate Spring Boot project] (https://start.spring.io/)

### Additional Links
These additional references should also help you:

* [StringUtils](https://commons.apache.org/proper/commons-lang/apidocs/org/apache/commons/lang3/StringUtils.html)
* [regex for punctuation-character](https://newbedev.com/check-if-string-is-a-punctuation-character)
* [Junit 5 - Assert an Exception](https://stackoverflow.com/questions/40268446/junit-5-how-to-assert-an-exception-is-thrown)

GitHub Events

Total
Last Year

Committers

Last synced: 9 months ago

All Time
  • Total Commits: 6
  • Total Committers: 2
  • Avg Commits per committer: 3.0
  • Development Distribution Score (DDS): 0.333
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Rama Devi r****5 4
Rama Devi Dhamodara Pandiyan r****1@f****m 2
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

build.gradle maven
  • org.projectlombok:lombok * compileOnly
  • io.springfox:springfox-boot-starter 3.0.0 implementation
  • org.springframework.boot:spring-boot-starter-actuator * implementation
  • org.springframework.boot:spring-boot-starter-test * implementation
  • org.springframework.boot:spring-boot-starter-validation 2.5.1 implementation
  • org.springframework.boot:spring-boot-starter-web * implementation
  • org.junit.jupiter:junit-jupiter-api 5.5.2 testImplementation
  • org.springframework.boot:spring-boot-starter-test * testImplementation
  • org.junit.jupiter:junit-jupiter-engine 5.5.2 testRuntimeOnly