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/interpreter/src/test/java/com/iluwatar/interpreter/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,590
37.804878
140
java
java-design-patterns
java-design-patterns-master/interpreter/src/main/java/com/iluwatar/interpreter/Expression.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,465
38.621622
140
java
java-design-patterns
java-design-patterns-master/interpreter/src/main/java/com/iluwatar/interpreter/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,425
38.873874
140
java
java-design-patterns
java-design-patterns-master/interpreter/src/main/java/com/iluwatar/interpreter/PlusExpression.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,832
35.66
140
java
java-design-patterns
java-design-patterns-master/interpreter/src/main/java/com/iluwatar/interpreter/MultiplyExpression.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,845
35.196078
140
java
java-design-patterns
java-design-patterns-master/interpreter/src/main/java/com/iluwatar/interpreter/NumberExpression.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,713
31.961538
140
java
java-design-patterns
java-design-patterns-master/interpreter/src/main/java/com/iluwatar/interpreter/MinusExpression.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,836
35.019608
140
java
java-design-patterns
java-design-patterns-master/page-object/sample-application/src/main/java/com/iluwatar/pageobject/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,083
43.879121
140
java
java-design-patterns
java-design-patterns-master/page-object/test-automation/src/test/java/com/iluwatar/pageobject/AlbumPageTest.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,203
31.411765
140
java
java-design-patterns
java-design-patterns-master/page-object/test-automation/src/test/java/com/iluwatar/pageobject/AlbumListPageTest.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,896
34.792453
140
java
java-design-patterns
java-design-patterns-master/page-object/test-automation/src/test/java/com/iluwatar/pageobject/LoginPageTest.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,928
33.446429
140
java
java-design-patterns
java-design-patterns-master/page-object/test-automation/src/main/java/com/iluwatar/pageobject/LoginPage.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,701
29.85
140
java
java-design-patterns
java-design-patterns-master/page-object/test-automation/src/main/java/com/iluwatar/pageobject/Page.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,015
33.169492
140
java
java-design-patterns
java-design-patterns-master/page-object/test-automation/src/main/java/com/iluwatar/pageobject/AlbumPage.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,246
28.8125
140
java
java-design-patterns
java-design-patterns-master/page-object/test-automation/src/main/java/com/iluwatar/pageobject/AlbumListPage.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,186
31.191919
140
java
java-design-patterns
java-design-patterns-master/page-object/src/test/java/com/iluwatar/pageobject/AlbumPageTest.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,251
31.637681
140
java
java-design-patterns
java-design-patterns-master/page-object/src/test/java/com/iluwatar/pageobject/AlbumListPageTest.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,948
35.092593
140
java
java-design-patterns
java-design-patterns-master/page-object/src/test/java/com/iluwatar/pageobject/LoginPageTest.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,976
33.684211
140
java
java-design-patterns
java-design-patterns-master/page-object/src/test/java/com/iluwatar/pageobject/pages/LoginPage.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,601
29.268908
140
java
java-design-patterns
java-design-patterns-master/page-object/src/test/java/com/iluwatar/pageobject/pages/Page.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,995
32.830508
140
java
java-design-patterns
java-design-patterns-master/page-object/src/test/java/com/iluwatar/pageobject/pages/AlbumPage.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,156
28.301136
140
java
java-design-patterns
java-design-patterns-master/page-object/src/test/java/com/iluwatar/pageobject/pages/AlbumListPage.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,057
30.204082
140
java
java-design-patterns
java-design-patterns-master/page-object/src/main/java/com/iluwatar/pageobject/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,050
44.011111
140
java
java-design-patterns
java-design-patterns-master/adapter/src/test/java/com/iluwatar/adapter/AdapterPatternTest.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,797
34.417722
140
java
java-design-patterns
java-design-patterns-master/adapter/src/test/java/com/iluwatar/adapter/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,724
35.702128
140
java
java-design-patterns
java-design-patterns-master/adapter/src/main/java/com/iluwatar/adapter/package-info.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,314
49.576923
140
java
java-design-patterns
java-design-patterns-master/adapter/src/main/java/com/iluwatar/adapter/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,910
45.206349
140
java
java-design-patterns
java-design-patterns-master/adapter/src/main/java/com/iluwatar/adapter/FishingBoatAdapter.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,640
41.076923
140
java
java-design-patterns
java-design-patterns-master/adapter/src/main/java/com/iluwatar/adapter/RowingBoat.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,448
40.4
140
java
java-design-patterns
java-design-patterns-master/adapter/src/main/java/com/iluwatar/adapter/Captain.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,656
35.021739
140
java
java-design-patterns
java-design-patterns-master/adapter/src/main/java/com/iluwatar/adapter/FishingBoat.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,568
37.268293
140
java
java-design-patterns
java-design-patterns-master/serialized-entity/src/test/java/com/iluwatar/serializedentity/CountryTest.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,376
31.471154
140
java
java-design-patterns
java-design-patterns-master/serialized-entity/src/test/java/com/iluwatar/serializedentity/AppTest.java
package com.iluwatar.serializedentity; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.assertDoesNotThrow; /** * Tests that Serialized Entity example runs without errors. */ class AppTest { /** * Issue: Add at least one assertion to this test case. * * Solution...
595
23.833333
115
java
java-design-patterns
java-design-patterns-master/serialized-entity/src/main/java/com/iluwatar/serializedentity/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...
5,267
39.523077
140
java
java-design-patterns
java-design-patterns-master/serialized-entity/src/main/java/com/iluwatar/serializedentity/CountryDao.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,383
45.745098
140
java
java-design-patterns
java-design-patterns-master/serialized-entity/src/main/java/com/iluwatar/serializedentity/CountrySchemaSql.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,574
35.895161
140
java
java-design-patterns
java-design-patterns-master/serialized-entity/src/main/java/com/iluwatar/serializedentity/Country.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,852
36.06
140
java
java-design-patterns
java-design-patterns-master/chain-of-responsibility/src/test/java/com/iluwatar/chain/OrcKingTest.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,195
35
140
java
java-design-patterns
java-design-patterns-master/chain-of-responsibility/src/test/java/com/iluwatar/chain/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,786
35.469388
140
java
java-design-patterns
java-design-patterns-master/chain-of-responsibility/src/main/java/com/iluwatar/chain/OrcSoldier.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,821
32.127273
140
java
java-design-patterns
java-design-patterns-master/chain-of-responsibility/src/main/java/com/iluwatar/chain/OrcOfficer.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,827
31.642857
140
java
java-design-patterns
java-design-patterns-master/chain-of-responsibility/src/main/java/com/iluwatar/chain/RequestHandler.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,487
36.2
140
java
java-design-patterns
java-design-patterns-master/chain-of-responsibility/src/main/java/com/iluwatar/chain/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,448
45.207547
140
java
java-design-patterns
java-design-patterns-master/chain-of-responsibility/src/main/java/com/iluwatar/chain/OrcCommander.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,829
32.272727
140
java
java-design-patterns
java-design-patterns-master/chain-of-responsibility/src/main/java/com/iluwatar/chain/Request.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,123
29.330097
140
java
java-design-patterns
java-design-patterns-master/chain-of-responsibility/src/main/java/com/iluwatar/chain/OrcKing.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,009
33.655172
140
java
java-design-patterns
java-design-patterns-master/chain-of-responsibility/src/main/java/com/iluwatar/chain/RequestType.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,430
37.675676
140
java
java-design-patterns
java-design-patterns-master/object-pool/src/test/java/com/iluwatar/object/pool/OliphauntPoolTest.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,051
39.416
140
java
java-design-patterns
java-design-patterns-master/object-pool/src/test/java/com/iluwatar/object/pool/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,596
36.139535
140
java
java-design-patterns
java-design-patterns-master/object-pool/src/main/java/com/iluwatar/object/pool/OliphauntPool.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,492
39.351351
140
java
java-design-patterns
java-design-patterns-master/object-pool/src/main/java/com/iluwatar/object/pool/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,554
43.4375
140
java
java-design-patterns
java-design-patterns-master/object-pool/src/main/java/com/iluwatar/object/pool/Oliphaunt.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,879
30.864407
140
java
java-design-patterns
java-design-patterns-master/object-pool/src/main/java/com/iluwatar/object/pool/ObjectPool.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,159
32.230769
140
java
java-design-patterns
java-design-patterns-master/cqrs/src/test/java/com/iluwatar/cqrs/IntegrationTest.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,052
34.552632
140
java
java-design-patterns
java-design-patterns-master/cqrs/src/main/java/com/iluwatar/cqrs/commandes/CommandService.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,870
38.808511
140
java
java-design-patterns
java-design-patterns-master/cqrs/src/main/java/com/iluwatar/cqrs/commandes/CommandServiceImpl.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,996
33.462069
140
java
java-design-patterns
java-design-patterns-master/cqrs/src/main/java/com/iluwatar/cqrs/util/HibernateUtil.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,320
38.338983
140
java
java-design-patterns
java-design-patterns-master/cqrs/src/main/java/com/iluwatar/cqrs/app/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,266
46.411111
140
java
java-design-patterns
java-design-patterns-master/cqrs/src/main/java/com/iluwatar/cqrs/queries/QueryServiceImpl.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,259
38.444444
140
java
java-design-patterns
java-design-patterns-master/cqrs/src/main/java/com/iluwatar/cqrs/queries/QueryService.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,767
35.833333
140
java
java-design-patterns
java-design-patterns-master/cqrs/src/main/java/com/iluwatar/cqrs/dto/Author.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,744
35.354167
140
java
java-design-patterns
java-design-patterns-master/cqrs/src/main/java/com/iluwatar/cqrs/dto/Book.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,714
35.489362
140
java
java-design-patterns
java-design-patterns-master/cqrs/src/main/java/com/iluwatar/cqrs/constants/AppConstants.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
41.078947
140
java
java-design-patterns
java-design-patterns-master/cqrs/src/main/java/com/iluwatar/cqrs/domain/model/Author.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,159
31.238806
140
java
java-design-patterns
java-design-patterns-master/cqrs/src/main/java/com/iluwatar/cqrs/domain/model/Book.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,233
30.914286
140
java
java-design-patterns
java-design-patterns-master/.mvn/wrapper/MavenWrapperDownloader.java
/* * The MIT License * Copyright © 2014-2021 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy...
5,458
42.325397
118
java
java-design-patterns
java-design-patterns-master/half-sync-half-async/src/test/java/com/iluwatar/halfsynchalfasync/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,586
37.707317
140
java
java-design-patterns
java-design-patterns-master/half-sync-half-async/src/test/java/com/iluwatar/halfsynchalfasync/AsynchronousServiceTest.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,513
32.788462
140
java
java-design-patterns
java-design-patterns-master/half-sync-half-async/src/main/java/com/iluwatar/halfsynchalfasync/AsynchronousService.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,747
40.286957
140
java
java-design-patterns
java-design-patterns-master/half-sync-half-async/src/main/java/com/iluwatar/halfsynchalfasync/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,109
40.849315
140
java
java-design-patterns
java-design-patterns-master/half-sync-half-async/src/main/java/com/iluwatar/halfsynchalfasync/AsyncTask.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,918
41.304348
140
java
java-design-patterns
java-design-patterns-master/balking/src/test/java/com/iluwatar/balking/WashingMachineTest.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,541
34.305556
140
java
java-design-patterns
java-design-patterns-master/balking/src/test/java/com/iluwatar/balking/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,830
35.62
140
java
java-design-patterns
java-design-patterns-master/balking/src/main/java/com/iluwatar/balking/WashingMachine.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,268
33.776596
140
java
java-design-patterns
java-design-patterns-master/balking/src/main/java/com/iluwatar/balking/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,807
40.910448
140
java
java-design-patterns
java-design-patterns-master/balking/src/main/java/com/iluwatar/balking/WashingMachineState.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
42.2
140
java
java-design-patterns
java-design-patterns-master/balking/src/main/java/com/iluwatar/balking/DelayProvider.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,533
42.828571
140
java
java-design-patterns
java-design-patterns-master/retry/src/test/java/com/iluwatar/retry/FindCustomerTest.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,652
31.353659
140
java
java-design-patterns
java-design-patterns-master/retry/src/test/java/com/iluwatar/retry/RetryExponentialBackoffTest.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,136
28.046296
140
java
java-design-patterns
java-design-patterns-master/retry/src/test/java/com/iluwatar/retry/RetryTest.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,065
27.12844
140
java
java-design-patterns
java-design-patterns-master/retry/src/main/java/com/iluwatar/retry/FindCustomer.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,224
40.203704
140
java
java-design-patterns
java-design-patterns-master/retry/src/main/java/com/iluwatar/retry/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...
5,557
43.822581
140
java
java-design-patterns
java-design-patterns-master/retry/src/main/java/com/iluwatar/retry/Retry.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,602
31.459459
140
java
java-design-patterns
java-design-patterns-master/retry/src/main/java/com/iluwatar/retry/DatabaseNotAvailableException.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,751
38.818182
140
java
java-design-patterns
java-design-patterns-master/retry/src/main/java/com/iluwatar/retry/BusinessException.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,997
41.510638
140
java
java-design-patterns
java-design-patterns-master/retry/src/main/java/com/iluwatar/retry/RetryExponentialBackoff.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,810
32.13913
140
java
java-design-patterns
java-design-patterns-master/retry/src/main/java/com/iluwatar/retry/BusinessOperation.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,911
41.488889
140
java
java-design-patterns
java-design-patterns-master/retry/src/main/java/com/iluwatar/retry/CustomerNotFoundException.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,910
38.8125
140
java
java-design-patterns
java-design-patterns-master/combinator/src/test/java/com/iluwatar/combinator/CombinatorAppTest.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,810
40.159091
140
java
java-design-patterns
java-design-patterns-master/combinator/src/test/java/com/iluwatar/combinator/FindersTest.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,348
38.4
140
java
java-design-patterns
java-design-patterns-master/combinator/src/test/java/com/iluwatar/combinator/FinderTest.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,673
38.857143
140
java
java-design-patterns
java-design-patterns-master/combinator/src/main/java/com/iluwatar/combinator/CombinatorApp.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,530
39.125
140
java
java-design-patterns
java-design-patterns-master/combinator/src/main/java/com/iluwatar/combinator/Finder.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,903
29.568421
140
java
java-design-patterns
java-design-patterns-master/combinator/src/main/java/com/iluwatar/combinator/Finders.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,209
29.571429
140
java
java-design-patterns
java-design-patterns-master/business-delegate/src/test/java/com/iluwatar/business/delegate/BusinessDelegateTest.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,204
34.611111
140
java
java-design-patterns
java-design-patterns-master/business-delegate/src/test/java/com/iluwatar/business/delegate/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,867
36.36
140
java
java-design-patterns
java-design-patterns-master/business-delegate/src/main/java/com/iluwatar/business/delegate/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,855
44.333333
140
java
java-design-patterns
java-design-patterns-master/business-delegate/src/main/java/com/iluwatar/business/delegate/NetflixService.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,575
38.4
140
java
java-design-patterns
java-design-patterns-master/business-delegate/src/main/java/com/iluwatar/business/delegate/BusinessLookup.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,915
34.481481
140
java
java-design-patterns
java-design-patterns-master/business-delegate/src/main/java/com/iluwatar/business/delegate/VideoStreamingService.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,458
41.911765
140
java