Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slang Dictionary Application

Cấu Trúc Dự Án

DICTIONARY/
├── Main.java
├── data/
│   ├── slang.txt
│   └── slang_of_the_day.txt
├── models/
│   └── SlangEntry.java
├── services/
│   ├── bussiness/
│   │   ├── SlangDictionary.java
│   │   ├── Quiz.java
│   │   ├── SlangOfTheDayServices.java
│   │   ├── SlangParser.java
│   │   ├── Factory.java
│   │   └── IParsable.java
│   └── dataaccess/
│       ├── IDao.java
│       ├── TextDao.java
│       └── BinaryDao.java
└── ui/
    └── Mainapp.java

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages