repo
stringlengths
1
191
file
stringlengths
23
351
code
stringlengths
0
5.32M
file_length
int64
0
5.32M
avg_line_length
float64
0
2.9k
max_line_length
int64
0
288k
extension_type
stringclasses
1 value
java-design-patterns
java-design-patterns-master/front-controller/src/main/java/com/iluwatar/front/controller/View.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,433
41.176471
140
java
java-design-patterns
java-design-patterns-master/front-controller/src/main/java/com/iluwatar/front/controller/ArcherCommand.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,481
39.054054
140
java
java-design-patterns
java-design-patterns-master/front-controller/src/main/java/com/iluwatar/front/controller/CatapultView.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,527
37.2
140
java
java-design-patterns
java-design-patterns-master/front-controller/src/main/java/com/iluwatar/front/controller/ErrorView.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,511
36.8
140
java
java-design-patterns
java-design-patterns-master/front-controller/src/main/java/com/iluwatar/front/controller/UnknownCommand.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,515
39.972973
140
java
java-design-patterns
java-design-patterns-master/front-controller/src/main/java/com/iluwatar/front/controller/ArcherView.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,521
37.05
140
java
java-design-patterns
java-design-patterns-master/acyclic-visitor/src/test/java/com/iluwatar/acyclicvisitor/HayesTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,914
33.196429
140
java
java-design-patterns
java-design-patterns-master/acyclic-visitor/src/test/java/com/iluwatar/acyclicvisitor/ZoomTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,961
33.421053
140
java
java-design-patterns
java-design-patterns-master/acyclic-visitor/src/test/java/com/iluwatar/acyclicvisitor/AppTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,837
37.291667
140
java
java-design-patterns
java-design-patterns-master/acyclic-visitor/src/main/java/com/iluwatar/acyclicvisitor/Zoom.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,891
33.4
140
java
java-design-patterns
java-design-patterns-master/acyclic-visitor/src/main/java/com/iluwatar/acyclicvisitor/ConfigureForDosVisitor.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,759
37.26087
140
java
java-design-patterns
java-design-patterns-master/acyclic-visitor/src/main/java/com/iluwatar/acyclicvisitor/App.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,544
44.446429
140
java
java-design-patterns
java-design-patterns-master/acyclic-visitor/src/main/java/com/iluwatar/acyclicvisitor/ConfigureForUnixVisitor.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,729
42.25
140
java
java-design-patterns
java-design-patterns-master/acyclic-visitor/src/main/java/com/iluwatar/acyclicvisitor/ZoomVisitor.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,435
42.515152
140
java
java-design-patterns
java-design-patterns-master/acyclic-visitor/src/main/java/com/iluwatar/acyclicvisitor/Hayes.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,902
32.982143
140
java
java-design-patterns
java-design-patterns-master/acyclic-visitor/src/main/java/com/iluwatar/acyclicvisitor/ModemVisitor.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,611
46.411765
140
java
java-design-patterns
java-design-patterns-master/acyclic-visitor/src/main/java/com/iluwatar/acyclicvisitor/Modem.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,455
41.823529
140
java
java-design-patterns
java-design-patterns-master/acyclic-visitor/src/main/java/com/iluwatar/acyclicvisitor/AllModemVisitor.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,550
44.617647
140
java
java-design-patterns
java-design-patterns-master/acyclic-visitor/src/main/java/com/iluwatar/acyclicvisitor/HayesVisitor.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,439
42.636364
140
java
java-design-patterns
java-design-patterns-master/abstract-document/src/test/java/com/iluwatar/abstractdocument/DomainTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,920
37.946667
140
java
java-design-patterns
java-design-patterns-master/abstract-document/src/test/java/com/iluwatar/abstractdocument/AbstractDocumentTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,780
32.107143
140
java
java-design-patterns
java-design-patterns-master/abstract-document/src/test/java/com/iluwatar/abstractdocument/AppTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,778
35.306122
140
java
java-design-patterns
java-design-patterns-master/abstract-document/src/main/java/com/iluwatar/abstractdocument/App.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
3,056
37.2125
140
java
java-design-patterns
java-design-patterns-master/abstract-document/src/main/java/com/iluwatar/abstractdocument/Document.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,043
31.967742
140
java
java-design-patterns
java-design-patterns-master/abstract-document/src/main/java/com/iluwatar/abstractdocument/AbstractDocument.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,682
32.962025
140
java
java-design-patterns
java-design-patterns-master/abstract-document/src/main/java/com/iluwatar/abstractdocument/domain/HasParts.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,684
40.097561
140
java
java-design-patterns
java-design-patterns-master/abstract-document/src/main/java/com/iluwatar/abstractdocument/domain/HasModel.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,697
40.414634
140
java
java-design-patterns
java-design-patterns-master/abstract-document/src/main/java/com/iluwatar/abstractdocument/domain/Car.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,594
38.875
140
java
java-design-patterns
java-design-patterns-master/abstract-document/src/main/java/com/iluwatar/abstractdocument/domain/HasPrice.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,697
40.414634
140
java
java-design-patterns
java-design-patterns-master/abstract-document/src/main/java/com/iluwatar/abstractdocument/domain/HasType.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,692
40.292683
140
java
java-design-patterns
java-design-patterns-master/abstract-document/src/main/java/com/iluwatar/abstractdocument/domain/Part.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,596
38.925
140
java
java-design-patterns
java-design-patterns-master/abstract-document/src/main/java/com/iluwatar/abstractdocument/domain/enums/Property.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,434
41.205882
140
java
java-design-patterns
java-design-patterns-master/promise/src/test/java/com/iluwatar/promise/PromiseTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
8,149
32.817427
140
java
java-design-patterns
java-design-patterns-master/promise/src/test/java/com/iluwatar/promise/AppTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,625
37.714286
140
java
java-design-patterns
java-design-patterns-master/promise/src/main/java/com/iluwatar/promise/App.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
6,107
34.306358
140
java
java-design-patterns
java-design-patterns-master/promise/src/main/java/com/iluwatar/promise/Promise.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
6,531
31.497512
140
java
java-design-patterns
java-design-patterns-master/promise/src/main/java/com/iluwatar/promise/Utility.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
4,066
34.365217
140
java
java-design-patterns
java-design-patterns-master/promise/src/main/java/com/iluwatar/promise/PromiseSupport.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
3,361
27.491525
140
java
java-design-patterns
java-design-patterns-master/producer-consumer/src/test/java/com/iluwatar/producer/consumer/ConsumerTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,126
33.868852
140
java
java-design-patterns
java-design-patterns-master/producer-consumer/src/test/java/com/iluwatar/producer/consumer/ProducerTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,053
35.678571
140
java
java-design-patterns
java-design-patterns-master/producer-consumer/src/test/java/com/iluwatar/producer/consumer/AppTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,597
37.047619
140
java
java-design-patterns
java-design-patterns-master/producer-consumer/src/main/java/com/iluwatar/producer/consumer/App.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,941
34.878049
140
java
java-design-patterns
java-design-patterns-master/producer-consumer/src/main/java/com/iluwatar/producer/consumer/ItemQueue.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,807
33.113208
140
java
java-design-patterns
java-design-patterns-master/producer-consumer/src/main/java/com/iluwatar/producer/consumer/Producer.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,964
32.87931
140
java
java-design-patterns
java-design-patterns-master/producer-consumer/src/main/java/com/iluwatar/producer/consumer/Consumer.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,892
34.055556
140
java
java-design-patterns
java-design-patterns-master/producer-consumer/src/main/java/com/iluwatar/producer/consumer/Item.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,450
44.34375
140
java
java-design-patterns
java-design-patterns-master/embedded-value/src/test/java/com/iluwatar/embedded/value/AppTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,669
38.761905
140
java
java-design-patterns
java-design-patterns-master/embedded-value/src/main/java/com/iluwatar/embedded/value/App.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
4,659
42.551402
140
java
java-design-patterns
java-design-patterns-master/embedded-value/src/main/java/com/iluwatar/embedded/value/DataSourceInterface.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,745
38.228571
140
java
java-design-patterns
java-design-patterns-master/embedded-value/src/main/java/com/iluwatar/embedded/value/Order.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,115
32.587302
140
java
java-design-patterns
java-design-patterns-master/embedded-value/src/main/java/com/iluwatar/embedded/value/ShippingAddress.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,891
33.4
140
java
java-design-patterns
java-design-patterns-master/embedded-value/src/main/java/com/iluwatar/embedded/value/DataSource.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
7,127
32.942857
140
java
java-design-patterns
java-design-patterns-master/facade/src/test/java/com/iluwatar/facade/DwarvenGoldmineFacadeTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
5,043
35.28777
140
java
java-design-patterns
java-design-patterns-master/facade/src/test/java/com/iluwatar/facade/AppTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,585
37.682927
140
java
java-design-patterns
java-design-patterns-master/facade/src/main/java/com/iluwatar/facade/DwarvenGoldDigger.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,641
35.488889
140
java
java-design-patterns
java-design-patterns-master/facade/src/main/java/com/iluwatar/facade/DwarvenMineWorker.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,351
29.153846
140
java
java-design-patterns
java-design-patterns-master/facade/src/main/java/com/iluwatar/facade/App.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,240
42.096154
140
java
java-design-patterns
java-design-patterns-master/facade/src/main/java/com/iluwatar/facade/DwarvenCartOperator.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,667
36.066667
140
java
java-design-patterns
java-design-patterns-master/facade/src/main/java/com/iluwatar/facade/DwarvenGoldmineFacade.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,426
33.671429
140
java
java-design-patterns
java-design-patterns-master/facade/src/main/java/com/iluwatar/facade/DwarvenTunnelDigger.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,668
36.088889
140
java
java-design-patterns
java-design-patterns-master/hexagonal/src/test/java/com/iluwatar/hexagonal/AppTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,598
37.071429
140
java
java-design-patterns
java-design-patterns-master/hexagonal/src/test/java/com/iluwatar/hexagonal/database/MongoTicketRepositoryTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
4,018
40.010204
140
java
java-design-patterns
java-design-patterns-master/hexagonal/src/test/java/com/iluwatar/hexagonal/database/InMemoryTicketRepositoryTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,240
37.637931
140
java
java-design-patterns
java-design-patterns-master/hexagonal/src/test/java/com/iluwatar/hexagonal/test/LotteryTestUtils.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,228
39.527273
140
java
java-design-patterns
java-design-patterns-master/hexagonal/src/test/java/com/iluwatar/hexagonal/eventlog/MongoEventLogTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
3,742
42.022989
140
java
java-design-patterns
java-design-patterns-master/hexagonal/src/test/java/com/iluwatar/hexagonal/domain/LotteryTicketCheckResultTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,988
41.319149
140
java
java-design-patterns
java-design-patterns-master/hexagonal/src/test/java/com/iluwatar/hexagonal/domain/LotteryNumbersTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,729
37.450704
140
java
java-design-patterns
java-design-patterns-master/hexagonal/src/test/java/com/iluwatar/hexagonal/domain/LotteryTicketTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,361
43.566038
140
java
java-design-patterns
java-design-patterns-master/hexagonal/src/test/java/com/iluwatar/hexagonal/domain/PlayerDetailsTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,923
40.826087
140
java
java-design-patterns
java-design-patterns-master/hexagonal/src/test/java/com/iluwatar/hexagonal/domain/LotteryTicketIdTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,905
38.708333
140
java
java-design-patterns
java-design-patterns-master/hexagonal/src/test/java/com/iluwatar/hexagonal/domain/LotteryTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
4,477
39.342342
140
java
java-design-patterns
java-design-patterns-master/hexagonal/src/test/java/com/iluwatar/hexagonal/banking/MongoBankTest.java
package com.iluwatar.hexagonal.banking; import static org.junit.jupiter.api.Assertions.assertEquals; import com.mongodb.MongoClientSettings; import com.mongodb.ServerAddress; import com.mongodb.client.MongoClient; import com.mongodb.client.MongoClients; import com.mongodb.client.MongoDatabase; import de.flapdoodle.em...
2,997
30.229167
115
java
java-design-patterns
java-design-patterns-master/hexagonal/src/test/java/com/iluwatar/hexagonal/banking/InMemoryBankTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,968
37.607843
140
java
java-design-patterns
java-design-patterns-master/hexagonal/src/main/java/com/iluwatar/hexagonal/App.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
3,689
45.125
140
java
java-design-patterns
java-design-patterns-master/hexagonal/src/main/java/com/iluwatar/hexagonal/mongo/MongoConnectionPropertiesLoader.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,351
38.2
140
java
java-design-patterns
java-design-patterns-master/hexagonal/src/main/java/com/iluwatar/hexagonal/database/InMemoryTicketRepository.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,182
34.209677
140
java
java-design-patterns
java-design-patterns-master/hexagonal/src/main/java/com/iluwatar/hexagonal/database/LotteryTicketRepository.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,946
32.568966
140
java
java-design-patterns
java-design-patterns-master/hexagonal/src/main/java/com/iluwatar/hexagonal/database/MongoTicketRepository.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
6,128
32.675824
140
java
java-design-patterns
java-design-patterns-master/hexagonal/src/main/java/com/iluwatar/hexagonal/service/LotteryConsoleServiceImpl.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
5,224
39.503876
140
java
java-design-patterns
java-design-patterns-master/hexagonal/src/main/java/com/iluwatar/hexagonal/service/ConsoleLottery.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
3,282
36.735632
140
java
java-design-patterns
java-design-patterns-master/hexagonal/src/main/java/com/iluwatar/hexagonal/service/LotteryConsoleService.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,992
34.589286
140
java
java-design-patterns
java-design-patterns-master/hexagonal/src/main/java/com/iluwatar/hexagonal/administration/ConsoleAdministration.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
3,266
36.988372
140
java
java-design-patterns
java-design-patterns-master/hexagonal/src/main/java/com/iluwatar/hexagonal/administration/ConsoleAdministrationSrv.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,644
34
140
java
java-design-patterns
java-design-patterns-master/hexagonal/src/main/java/com/iluwatar/hexagonal/administration/ConsoleAdministrationSrvImpl.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,453
36.753846
140
java
java-design-patterns
java-design-patterns-master/hexagonal/src/main/java/com/iluwatar/hexagonal/module/LotteryTestingModule.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,057
43.73913
140
java
java-design-patterns
java-design-patterns-master/hexagonal/src/main/java/com/iluwatar/hexagonal/module/LotteryModule.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,047
43.521739
140
java
java-design-patterns
java-design-patterns-master/hexagonal/src/main/java/com/iluwatar/hexagonal/eventlog/LotteryEventLog.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,939
31.333333
140
java
java-design-patterns
java-design-patterns-master/hexagonal/src/main/java/com/iluwatar/hexagonal/eventlog/MongoEventLog.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
5,607
32.580838
140
java
java-design-patterns
java-design-patterns-master/hexagonal/src/main/java/com/iluwatar/hexagonal/eventlog/StdOutEventLog.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,647
39.121212
140
java
java-design-patterns
java-design-patterns-master/hexagonal/src/main/java/com/iluwatar/hexagonal/sampledata/SampleData.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
5,831
50.157895
140
java
java-design-patterns
java-design-patterns-master/hexagonal/src/main/java/com/iluwatar/hexagonal/domain/LotteryNumbers.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
4,063
27.41958
140
java
java-design-patterns
java-design-patterns-master/hexagonal/src/main/java/com/iluwatar/hexagonal/domain/LotteryAdministration.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
3,502
36.265957
140
java
java-design-patterns
java-design-patterns-master/hexagonal/src/main/java/com/iluwatar/hexagonal/domain/LotteryTicket.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,563
31.455696
140
java
java-design-patterns
java-design-patterns-master/hexagonal/src/main/java/com/iluwatar/hexagonal/domain/LotteryTicketId.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,846
33.849057
140
java
java-design-patterns
java-design-patterns-master/hexagonal/src/main/java/com/iluwatar/hexagonal/domain/LotteryService.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
3,117
36.119048
140
java
java-design-patterns
java-design-patterns-master/hexagonal/src/main/java/com/iluwatar/hexagonal/domain/PlayerDetails.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,709
36.173913
140
java
java-design-patterns
java-design-patterns-master/hexagonal/src/main/java/com/iluwatar/hexagonal/domain/LotteryUtils.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,191
36.793103
140
java
java-design-patterns
java-design-patterns-master/hexagonal/src/main/java/com/iluwatar/hexagonal/domain/LotteryConstants.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,706
39.642857
140
java
java-design-patterns
java-design-patterns-master/hexagonal/src/main/java/com/iluwatar/hexagonal/domain/LotteryTicketCheckResult.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,923
31.066667
140
java
java-design-patterns
java-design-patterns-master/hexagonal/src/main/java/com/iluwatar/hexagonal/banking/WireTransfers.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,758
35.645833
140
java