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/reader-writer-lock/src/test/java/com/iluwatar/reader/writer/lock/utils/InMemoryAppender.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,192
36.169492
140
java
java-design-patterns
java-design-patterns-master/reader-writer-lock/src/main/java/com/iluwatar/reader/writer/lock/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,993
37.776699
140
java
java-design-patterns
java-design-patterns-master/reader-writer-lock/src/main/java/com/iluwatar/reader/writer/lock/Writer.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,786
30.670455
140
java
java-design-patterns
java-design-patterns-master/reader-writer-lock/src/main/java/com/iluwatar/reader/writer/lock/ReaderWriterLock.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,665
29.577982
140
java
java-design-patterns
java-design-patterns-master/reader-writer-lock/src/main/java/com/iluwatar/reader/writer/lock/Reader.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,767
30.816092
140
java
java-design-patterns
java-design-patterns-master/event-asynchronous/src/test/java/com/iluwatar/event/asynchronous/EventAsynchronousTest.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,783
34.925466
140
java
java-design-patterns
java-design-patterns-master/event-asynchronous/src/test/java/com/iluwatar/event/asynchronous/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,854
37.645833
140
java
java-design-patterns
java-design-patterns-master/event-asynchronous/src/main/java/com/iluwatar/event/asynchronous/LongRunningEventException.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,621
41.684211
140
java
java-design-patterns
java-design-patterns-master/event-asynchronous/src/main/java/com/iluwatar/event/asynchronous/InvalidOperationException.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,618
40.512821
140
java
java-design-patterns
java-design-patterns-master/event-asynchronous/src/main/java/com/iluwatar/event/asynchronous/ThreadCompleteListener.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,494
44.30303
140
java
java-design-patterns
java-design-patterns-master/event-asynchronous/src/main/java/com/iluwatar/event/asynchronous/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...
8,447
35.730435
140
java
java-design-patterns
java-design-patterns-master/event-asynchronous/src/main/java/com/iluwatar/event/asynchronous/Event.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,512
37.794872
140
java
java-design-patterns
java-design-patterns-master/event-asynchronous/src/main/java/com/iluwatar/event/asynchronous/EventManager.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,686
33.470852
140
java
java-design-patterns
java-design-patterns-master/event-asynchronous/src/main/java/com/iluwatar/event/asynchronous/MaxNumOfEventsAllowedException.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,633
42
140
java
java-design-patterns
java-design-patterns-master/event-asynchronous/src/main/java/com/iluwatar/event/asynchronous/EventDoesNotExistException.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
41.026316
140
java
java-design-patterns
java-design-patterns-master/event-asynchronous/src/main/java/com/iluwatar/event/asynchronous/AsyncEvent.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,892
27.93
140
java
java-design-patterns
java-design-patterns-master/circuit-breaker/src/test/java/com/iluwatar/circuitbreaker/DefaultCircuitBreakerTest.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,557
41.357143
140
java
java-design-patterns
java-design-patterns-master/circuit-breaker/src/test/java/com/iluwatar/circuitbreaker/MonitoringServiceTest.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,324
40.049383
140
java
java-design-patterns
java-design-patterns-master/circuit-breaker/src/test/java/com/iluwatar/circuitbreaker/DelayedRemoteServiceTest.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,220
35.409836
140
java
java-design-patterns
java-design-patterns-master/circuit-breaker/src/test/java/com/iluwatar/circuitbreaker/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...
5,888
41.985401
140
java
java-design-patterns
java-design-patterns-master/circuit-breaker/src/main/java/com/iluwatar/circuitbreaker/DelayedRemoteService.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,830
39.442857
140
java
java-design-patterns
java-design-patterns-master/circuit-breaker/src/main/java/com/iluwatar/circuitbreaker/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,463
47.353982
140
java
java-design-patterns
java-design-patterns-master/circuit-breaker/src/main/java/com/iluwatar/circuitbreaker/RemoteServiceException.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,541
41.833333
140
java
java-design-patterns
java-design-patterns-master/circuit-breaker/src/main/java/com/iluwatar/circuitbreaker/RemoteService.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,564
42.472222
140
java
java-design-patterns
java-design-patterns-master/circuit-breaker/src/main/java/com/iluwatar/circuitbreaker/DefaultCircuitBreaker.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,791
36.128205
140
java
java-design-patterns
java-design-patterns-master/circuit-breaker/src/main/java/com/iluwatar/circuitbreaker/QuickRemoteService.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
42
140
java
java-design-patterns
java-design-patterns-master/circuit-breaker/src/main/java/com/iluwatar/circuitbreaker/State.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,440
41.382353
140
java
java-design-patterns
java-design-patterns-master/circuit-breaker/src/main/java/com/iluwatar/circuitbreaker/CircuitBreaker.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,854
38.468085
140
java
java-design-patterns
java-design-patterns-master/circuit-breaker/src/main/java/com/iluwatar/circuitbreaker/MonitoringService.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,559
34.555556
140
java
java-design-patterns
java-design-patterns-master/identity-map/src/test/java/com/iluwatar/identitymap/PersonDbSimulatorImplementationTest.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,184
41.154472
140
java
java-design-patterns
java-design-patterns-master/identity-map/src/test/java/com/iluwatar/identitymap/PersonTest.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
44.681818
140
java
java-design-patterns
java-design-patterns-master/identity-map/src/test/java/com/iluwatar/identitymap/PersonFinderTest.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,111
44.238938
140
java
java-design-patterns
java-design-patterns-master/identity-map/src/test/java/com/iluwatar/identitymap/IdentityMapTest.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,378
43.460526
140
java
java-design-patterns
java-design-patterns-master/identity-map/src/test/java/com/iluwatar/identitymap/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,562
42.416667
140
java
java-design-patterns
java-design-patterns-master/identity-map/src/main/java/com/iluwatar/identitymap/IdNotFoundException.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,548
43.257143
140
java
java-design-patterns
java-design-patterns-master/identity-map/src/main/java/com/iluwatar/identitymap/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,995
39.486486
140
java
java-design-patterns
java-design-patterns-master/identity-map/src/main/java/com/iluwatar/identitymap/IdentityMap.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,595
32.714286
151
java
java-design-patterns
java-design-patterns-master/identity-map/src/main/java/com/iluwatar/identitymap/PersonFinder.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,779
38.714286
140
java
java-design-patterns
java-design-patterns-master/identity-map/src/main/java/com/iluwatar/identitymap/Person.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,958
33.368421
140
java
java-design-patterns
java-design-patterns-master/identity-map/src/main/java/com/iluwatar/identitymap/PersonDbSimulatorImplementation.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,252
38.37963
140
java
java-design-patterns
java-design-patterns-master/identity-map/src/main/java/com/iluwatar/identitymap/PersonDbSimulator.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,542
37.575
140
java
java-design-patterns
java-design-patterns-master/domain-model/src/test/java/com/iluwatar/domainmodel/CustomerDaoImplTest.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,786
34.072727
140
java
java-design-patterns
java-design-patterns-master/domain-model/src/test/java/com/iluwatar/domainmodel/CustomerTest.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,797
32.610619
140
java
java-design-patterns
java-design-patterns-master/domain-model/src/test/java/com/iluwatar/domainmodel/TestUtils.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,136
38.574074
140
java
java-design-patterns
java-design-patterns-master/domain-model/src/test/java/com/iluwatar/domainmodel/ProductTest.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,717
33.405063
140
java
java-design-patterns
java-design-patterns-master/domain-model/src/test/java/com/iluwatar/domainmodel/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,630
39.775
140
java
java-design-patterns
java-design-patterns-master/domain-model/src/test/java/com/iluwatar/domainmodel/ProductDaoImplTest.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,694
35.679688
140
java
java-design-patterns
java-design-patterns-master/domain-model/src/main/java/com/iluwatar/domainmodel/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,049
33.770115
140
java
java-design-patterns
java-design-patterns-master/domain-model/src/main/java/com/iluwatar/domainmodel/ProductDao.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,630
38.780488
140
java
java-design-patterns
java-design-patterns-master/domain-model/src/main/java/com/iluwatar/domainmodel/CustomerDaoImpl.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,288
36.955752
140
java
java-design-patterns
java-design-patterns-master/domain-model/src/main/java/com/iluwatar/domainmodel/ProductDaoImpl.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,633
37.252632
140
java
java-design-patterns
java-design-patterns-master/domain-model/src/main/java/com/iluwatar/domainmodel/Product.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,002
30.610526
140
java
java-design-patterns
java-design-patterns-master/domain-model/src/main/java/com/iluwatar/domainmodel/CustomerDao.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,792
38.844444
140
java
java-design-patterns
java-design-patterns-master/domain-model/src/main/java/com/iluwatar/domainmodel/Customer.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,760
29.915584
140
java
java-design-patterns
java-design-patterns-master/leader-followers/src/test/java/com/iluwatar/leaderfollowers/WorkCenterTest.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,446
36.075758
140
java
java-design-patterns
java-design-patterns-master/leader-followers/src/test/java/com/iluwatar/leaderfollowers/TaskHandlerTest.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
36.622222
140
java
java-design-patterns
java-design-patterns-master/leader-followers/src/test/java/com/iluwatar/leaderfollowers/TaskSetTest.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.716981
140
java
java-design-patterns
java-design-patterns-master/leader-followers/src/test/java/com/iluwatar/leaderfollowers/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,595
37
140
java
java-design-patterns
java-design-patterns-master/leader-followers/src/main/java/com/iluwatar/leaderfollowers/TaskHandler.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,771
37.521739
140
java
java-design-patterns
java-design-patterns-master/leader-followers/src/main/java/com/iluwatar/leaderfollowers/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,499
46.368421
140
java
java-design-patterns
java-design-patterns-master/leader-followers/src/main/java/com/iluwatar/leaderfollowers/Task.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
30.792453
140
java
java-design-patterns
java-design-patterns-master/leader-followers/src/main/java/com/iluwatar/leaderfollowers/TaskSet.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,831
36.387755
140
java
java-design-patterns
java-design-patterns-master/leader-followers/src/main/java/com/iluwatar/leaderfollowers/Worker.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,137
34.659091
140
java
java-design-patterns
java-design-patterns-master/leader-followers/src/main/java/com/iluwatar/leaderfollowers/WorkCenter.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.871795
140
java
java-design-patterns
java-design-patterns-master/parameter-object/src/test/java/com/iluwatar/parameter/object/ParameterObjectTest.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,571
38.569231
140
java
java-design-patterns
java-design-patterns-master/parameter-object/src/test/java/com/iluwatar/parameter/object/SearchServiceTest.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,636
39.569231
140
java
java-design-patterns
java-design-patterns-master/parameter-object/src/test/java/com/iluwatar/parameter/object/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,594
38.875
140
java
java-design-patterns
java-design-patterns-master/parameter-object/src/main/java/com/iluwatar/parameter/object/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,070
46.984375
140
java
java-design-patterns
java-design-patterns-master/parameter-object/src/main/java/com/iluwatar/parameter/object/SortOrder.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,552
34.295455
140
java
java-design-patterns
java-design-patterns-master/parameter-object/src/main/java/com/iluwatar/parameter/object/SearchService.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,835
42.630769
140
java
java-design-patterns
java-design-patterns-master/parameter-object/src/main/java/com/iluwatar/parameter/object/ParameterObject.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,301
26.289256
140
java
java-design-patterns
java-design-patterns-master/intercepting-filter/src/test/java/com/iluwatar/intercepting/filter/FilterTest.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,770
44.009434
140
java
java-design-patterns
java-design-patterns-master/intercepting-filter/src/test/java/com/iluwatar/intercepting/filter/FilterManagerTest.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,583
35.914286
140
java
java-design-patterns
java-design-patterns-master/intercepting-filter/src/test/java/com/iluwatar/intercepting/filter/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,599
38.02439
140
java
java-design-patterns
java-design-patterns-master/intercepting-filter/src/test/java/com/iluwatar/intercepting/filter/OrderTest.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,431
31
140
java
java-design-patterns
java-design-patterns-master/intercepting-filter/src/test/java/com/iluwatar/intercepting/filter/TargetTest.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,844
38.255319
140
java
java-design-patterns
java-design-patterns-master/intercepting-filter/src/main/java/com/iluwatar/intercepting/filter/DepositFilter.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,782
38.622222
140
java
java-design-patterns
java-design-patterns-master/intercepting-filter/src/main/java/com/iluwatar/intercepting/filter/AddressFilter.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
38.711111
140
java
java-design-patterns
java-design-patterns-master/intercepting-filter/src/main/java/com/iluwatar/intercepting/filter/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,318
47.101449
140
java
java-design-patterns
java-design-patterns-master/intercepting-filter/src/main/java/com/iluwatar/intercepting/filter/Client.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,432
32.583333
140
java
java-design-patterns
java-design-patterns-master/intercepting-filter/src/main/java/com/iluwatar/intercepting/filter/FilterChain.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,882
30.383333
140
java
java-design-patterns
java-design-patterns-master/intercepting-filter/src/main/java/com/iluwatar/intercepting/filter/NameFilter.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,813
38.434783
140
java
java-design-patterns
java-design-patterns-master/intercepting-filter/src/main/java/com/iluwatar/intercepting/filter/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,594
26.315789
140
java
java-design-patterns
java-design-patterns-master/intercepting-filter/src/main/java/com/iluwatar/intercepting/filter/OrderFilter.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,755
38.022222
140
java
java-design-patterns
java-design-patterns-master/intercepting-filter/src/main/java/com/iluwatar/intercepting/filter/Filter.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,894
33.454545
140
java
java-design-patterns
java-design-patterns-master/intercepting-filter/src/main/java/com/iluwatar/intercepting/filter/AbstractFilter.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
28.681159
140
java
java-design-patterns
java-design-patterns-master/intercepting-filter/src/main/java/com/iluwatar/intercepting/filter/FilterManager.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,737
35.208333
140
java
java-design-patterns
java-design-patterns-master/intercepting-filter/src/main/java/com/iluwatar/intercepting/filter/ContactFilter.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
40.020408
140
java
java-design-patterns
java-design-patterns-master/intercepting-filter/src/main/java/com/iluwatar/intercepting/filter/Target.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,415
32.490196
140
java
java-design-patterns
java-design-patterns-master/front-controller/src/test/java/com/iluwatar/front/controller/ViewTest.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,577
32.480519
140
java
java-design-patterns
java-design-patterns-master/front-controller/src/test/java/com/iluwatar/front/controller/FrontControllerTest.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,611
32.922078
140
java
java-design-patterns
java-design-patterns-master/front-controller/src/test/java/com/iluwatar/front/controller/ApplicationExceptionTest.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,665
36.863636
140
java
java-design-patterns
java-design-patterns-master/front-controller/src/test/java/com/iluwatar/front/controller/CommandTest.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,656
33.064103
140
java
java-design-patterns
java-design-patterns-master/front-controller/src/test/java/com/iluwatar/front/controller/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,595
37.926829
140
java
java-design-patterns
java-design-patterns-master/front-controller/src/test/java/com/iluwatar/front/controller/utils/InMemoryAppender.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,079
34.254237
140
java
java-design-patterns
java-design-patterns-master/front-controller/src/main/java/com/iluwatar/front/controller/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,564
44
140
java
java-design-patterns
java-design-patterns-master/front-controller/src/main/java/com/iluwatar/front/controller/FrontController.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,064
36.545455
140
java
java-design-patterns
java-design-patterns-master/front-controller/src/main/java/com/iluwatar/front/controller/ApplicationException.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,545
39.684211
140
java
java-design-patterns
java-design-patterns-master/front-controller/src/main/java/com/iluwatar/front/controller/Command.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,441
41.411765
140
java
java-design-patterns
java-design-patterns-master/front-controller/src/main/java/com/iluwatar/front/controller/CatapultCommand.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
39.216216
140
java