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/specification/src/main/java/com/iluwatar/specification/property/Mass.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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
30.769231
140
java
java-design-patterns
java-design-patterns-master/specification/src/main/java/com/iluwatar/specification/property/Color.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,588
34.311111
140
java
java-design-patterns
java-design-patterns-master/specification/src/main/java/com/iluwatar/specification/property/Size.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,577
34.066667
140
java
java-design-patterns
java-design-patterns-master/specification/src/main/java/com/iluwatar/specification/property/Movement.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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
34.555556
140
java
java-design-patterns
java-design-patterns-master/pipeline/src/test/java/com/iluwatar/pipeline/PipelineTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,828
37.104167
140
java
java-design-patterns
java-design-patterns-master/pipeline/src/test/java/com/iluwatar/pipeline/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,587
37.731707
140
java
java-design-patterns
java-design-patterns-master/pipeline/src/main/java/com/iluwatar/pipeline/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,535
50.246377
140
java
java-design-patterns
java-design-patterns-master/pipeline/src/main/java/com/iluwatar/pipeline/RemoveAlphabetsHandler.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,378
39.322034
140
java
java-design-patterns
java-design-patterns-master/pipeline/src/main/java/com/iluwatar/pipeline/Pipeline.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,989
39.612245
140
java
java-design-patterns
java-design-patterns-master/pipeline/src/main/java/com/iluwatar/pipeline/RemoveDigitsHandler.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,321
39.034483
140
java
java-design-patterns
java-design-patterns-master/pipeline/src/main/java/com/iluwatar/pipeline/ConvertToCharArrayHandler.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,037
39.76
140
java
java-design-patterns
java-design-patterns-master/pipeline/src/main/java/com/iluwatar/pipeline/Handler.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,585
43.055556
140
java
java-design-patterns
java-design-patterns-master/iterator/src/test/java/com/iluwatar/iterator/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,587
38.7
140
java
java-design-patterns
java-design-patterns-master/iterator/src/test/java/com/iluwatar/iterator/bst/BstIteratorTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,416
41.066667
140
java
java-design-patterns
java-design-patterns-master/iterator/src/test/java/com/iluwatar/iterator/list/TreasureChestTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,169
34.948276
140
java
java-design-patterns
java-design-patterns-master/iterator/src/main/java/com/iluwatar/iterator/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,609
35.464646
140
java
java-design-patterns
java-design-patterns-master/iterator/src/main/java/com/iluwatar/iterator/Iterator.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,530
39.289474
140
java
java-design-patterns
java-design-patterns-master/iterator/src/main/java/com/iluwatar/iterator/bst/TreeNode.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,177
28.631206
140
java
java-design-patterns
java-design-patterns-master/iterator/src/main/java/com/iluwatar/iterator/bst/BstIterator.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,161
34.931818
140
java
java-design-patterns
java-design-patterns-master/iterator/src/main/java/com/iluwatar/iterator/list/TreasureChestItemIterator.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,299
28.87013
140
java
java-design-patterns
java-design-patterns-master/iterator/src/main/java/com/iluwatar/iterator/list/ItemType.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,409
39.285714
140
java
java-design-patterns
java-design-patterns-master/iterator/src/main/java/com/iluwatar/iterator/list/TreasureChest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,373
34.432836
140
java
java-design-patterns
java-design-patterns-master/iterator/src/main/java/com/iluwatar/iterator/list/Item.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,697
31.037736
140
java
java-design-patterns
java-design-patterns-master/unit-of-work/src/test/java/com/iluwatar/unitofwork/ArmsDealerTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,729
33.028777
140
java
java-design-patterns
java-design-patterns-master/unit-of-work/src/test/java/com/iluwatar/unitofwork/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,569
37.292683
140
java
java-design-patterns
java-design-patterns-master/unit-of-work/src/main/java/com/iluwatar/unitofwork/UnitActions.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,581
36.666667
140
java
java-design-patterns
java-design-patterns-master/unit-of-work/src/main/java/com/iluwatar/unitofwork/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,168
37.052632
140
java
java-design-patterns
java-design-patterns-master/unit-of-work/src/main/java/com/iluwatar/unitofwork/WeaponDatabase.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,616
35.75
140
java
java-design-patterns
java-design-patterns-master/unit-of-work/src/main/java/com/iluwatar/unitofwork/UnitOfWork.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,960
35.314815
140
java
java-design-patterns
java-design-patterns-master/unit-of-work/src/main/java/com/iluwatar/unitofwork/Weapon.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,535
37.4
140
java
java-design-patterns
java-design-patterns-master/unit-of-work/src/main/java/com/iluwatar/unitofwork/ArmsDealer.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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
33.136752
140
java
java-design-patterns
java-design-patterns-master/memento/src/test/java/com/iluwatar/memento/StarTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,471
33.72
140
java
java-design-patterns
java-design-patterns-master/memento/src/test/java/com/iluwatar/memento/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,575
37.439024
140
java
java-design-patterns
java-design-patterns-master/memento/src/main/java/com/iluwatar/memento/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,248
41.75
140
java
java-design-patterns
java-design-patterns-master/memento/src/main/java/com/iluwatar/memento/StarType.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,641
33.208333
140
java
java-design-patterns
java-design-patterns-master/memento/src/main/java/com/iluwatar/memento/StarMemento.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,391
41.181818
140
java
java-design-patterns
java-design-patterns-master/memento/src/main/java/com/iluwatar/memento/Star.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,255
26.361345
140
java
java-design-patterns
java-design-patterns-master/thread-local-storage/src/test/java/ThreadLocalTest.java
import com.iluwatar.WithThreadLocal; import com.iluwatar.WithoutThreadLocal; import org.junit.jupiter.api.AfterEach; import org.junit.jupiter.api.Assertions; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; import java.io.ByteArrayOutputStream; import java.io.PrintStream; import java.util.Lis...
2,275
32.470588
103
java
java-design-patterns
java-design-patterns-master/thread-local-storage/src/main/java/com/iluwatar/AbstractThreadLocalExample.java
package com.iluwatar; import java.security.SecureRandom; import java.util.concurrent.locks.LockSupport; import java.util.function.Consumer; import java.util.function.Supplier; /** * Class with main logic. */ public abstract class AbstractThreadLocalExample implements Runnable { private static final SecureRandom ...
1,100
23.466667
87
java
java-design-patterns
java-design-patterns-master/thread-local-storage/src/main/java/com/iluwatar/WithoutThreadLocal.java
package com.iluwatar; import java.util.function.Consumer; import java.util.function.Supplier; import lombok.AllArgsConstructor; /** * Example of runnable without usage of {@link ThreadLocal}. */ @AllArgsConstructor public class WithoutThreadLocal extends AbstractThreadLocalExample { private Integer value; @Ov...
495
18.84
68
java
java-design-patterns
java-design-patterns-master/thread-local-storage/src/main/java/com/iluwatar/WithThreadLocal.java
package com.iluwatar; import java.util.function.Consumer; import java.util.function.Supplier; import lombok.AllArgsConstructor; /** * Example of runnable with use of {@link ThreadLocal}. */ @AllArgsConstructor public class WithThreadLocal extends AbstractThreadLocalExample { private final ThreadLocal<Integer> va...
628
18.65625
71
java
java-design-patterns
java-design-patterns-master/data-bus/src/test/java/com/iluwatar/databus/DataBusTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,346
29.480519
140
java
java-design-patterns
java-design-patterns-master/data-bus/src/test/java/com/iluwatar/databus/members/MessageCollectorMemberTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,408
35.5
140
java
java-design-patterns
java-design-patterns-master/data-bus/src/test/java/com/iluwatar/databus/members/StatusMemberTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,906
34.024096
140
java
java-design-patterns
java-design-patterns-master/data-bus/src/main/java/com/iluwatar/databus/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,054
50.987179
140
java
java-design-patterns
java-design-patterns-master/data-bus/src/main/java/com/iluwatar/databus/DataType.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,788
37.205479
140
java
java-design-patterns
java-design-patterns-master/data-bus/src/main/java/com/iluwatar/databus/AbstractDataType.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,648
39.753846
140
java
java-design-patterns
java-design-patterns-master/data-bus/src/main/java/com/iluwatar/databus/Member.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,631
41.451613
140
java
java-design-patterns
java-design-patterns-master/data-bus/src/main/java/com/iluwatar/databus/DataBus.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,348
30.32
140
java
java-design-patterns
java-design-patterns-master/data-bus/src/main/java/com/iluwatar/databus/members/StatusMember.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,651
34.36
140
java
java-design-patterns
java-design-patterns-master/data-bus/src/main/java/com/iluwatar/databus/members/MessageCollectorMember.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,282
33.590909
140
java
java-design-patterns
java-design-patterns-master/data-bus/src/main/java/com/iluwatar/databus/data/StartingData.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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
37.979167
140
java
java-design-patterns
java-design-patterns-master/data-bus/src/main/java/com/iluwatar/databus/data/StoppingData.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,868
37.9375
140
java
java-design-patterns
java-design-patterns-master/data-bus/src/main/java/com/iluwatar/databus/data/MessageData.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,780
36.893617
140
java
java-design-patterns
java-design-patterns-master/data-transfer-object/src/test/java/com/iluwatar/datatransfer/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,779
38.555556
140
java
java-design-patterns
java-design-patterns-master/data-transfer-object/src/test/java/com/iluwatar/datatransfer/customer/CustomerResourceTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,000
37.474359
140
java
java-design-patterns
java-design-patterns-master/data-transfer-object/src/main/java/com/iluwatar/datatransfer/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,731
39.652482
140
java
java-design-patterns
java-design-patterns-master/data-transfer-object/src/main/java/com/iluwatar/datatransfer/product/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...
2,005
34.192982
140
java
java-design-patterns
java-design-patterns-master/data-transfer-object/src/main/java/com/iluwatar/datatransfer/product/ProductResource.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,293
33.3125
140
java
java-design-patterns
java-design-patterns-master/data-transfer-object/src/main/java/com/iluwatar/datatransfer/product/ProductDto.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,790
22.49827
140
java
java-design-patterns
java-design-patterns-master/data-transfer-object/src/main/java/com/iluwatar/datatransfer/customer/CustomerDto.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,769
39.227273
140
java
java-design-patterns
java-design-patterns-master/data-transfer-object/src/main/java/com/iluwatar/datatransfer/customer/CustomerResource.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,191
33.25
140
java
java-design-patterns
java-design-patterns-master/data-locality/src/test/java/com/iluwatar/data/locality/ApplicationTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,841
37.375
140
java
java-design-patterns
java-design-patterns-master/data-locality/src/main/java/com/iluwatar/data/locality/Application.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,207
40.660377
140
java
java-design-patterns
java-design-patterns-master/data-locality/src/main/java/com/iluwatar/data/locality/game/GameEntity.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,913
33.282353
140
java
java-design-patterns
java-design-patterns-master/data-locality/src/main/java/com/iluwatar/data/locality/game/component/RenderComponent.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,651
33.416667
140
java
java-design-patterns
java-design-patterns-master/data-locality/src/main/java/com/iluwatar/data/locality/game/component/PhysicsComponent.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,695
34.333333
140
java
java-design-patterns
java-design-patterns-master/data-locality/src/main/java/com/iluwatar/data/locality/game/component/AiComponent.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,661
33.625
140
java
java-design-patterns
java-design-patterns-master/data-locality/src/main/java/com/iluwatar/data/locality/game/component/Component.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,476
40.027778
140
java
java-design-patterns
java-design-patterns-master/data-locality/src/main/java/com/iluwatar/data/locality/game/component/manager/PhysicsComponentManager.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,454
35.102941
140
java
java-design-patterns
java-design-patterns-master/data-locality/src/main/java/com/iluwatar/data/locality/game/component/manager/AiComponentManager.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,352
34.651515
140
java
java-design-patterns
java-design-patterns-master/data-locality/src/main/java/com/iluwatar/data/locality/game/component/manager/RenderComponentManager.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,415
34.529412
140
java
java-design-patterns
java-design-patterns-master/commander/src/test/java/com/iluwatar/commander/CommanderTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
23,914
42.56102
140
java
java-design-patterns
java-design-patterns-master/commander/src/test/java/com/iluwatar/commander/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...
2,766
39.101449
140
java
java-design-patterns
java-design-patterns-master/commander/src/main/java/com/iluwatar/commander/AppQueueFailCases.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,650
50.695946
140
java
java-design-patterns
java-design-patterns-master/commander/src/main/java/com/iluwatar/commander/AppEmployeeDbFailCases.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,800
47.01
140
java
java-design-patterns
java-design-patterns-master/commander/src/main/java/com/iluwatar/commander/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,690
31.955357
140
java
java-design-patterns
java-design-patterns-master/commander/src/main/java/com/iluwatar/commander/Database.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,817
43.341463
140
java
java-design-patterns
java-design-patterns-master/commander/src/main/java/com/iluwatar/commander/Service.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,205
42.324324
140
java
java-design-patterns
java-design-patterns-master/commander/src/main/java/com/iluwatar/commander/AppPaymentFailCases.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,206
45.491071
140
java
java-design-patterns
java-design-patterns-master/commander/src/main/java/com/iluwatar/commander/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,991
32.244444
140
java
java-design-patterns
java-design-patterns-master/commander/src/main/java/com/iluwatar/commander/AppShippingFailCases.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,813
45.142857
140
java
java-design-patterns
java-design-patterns-master/commander/src/main/java/com/iluwatar/commander/AppMessagingFailCases.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,520
49.14
140
java
java-design-patterns
java-design-patterns-master/commander/src/main/java/com/iluwatar/commander/Commander.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
26,807
43.092105
140
java
java-design-patterns
java-design-patterns-master/commander/src/main/java/com/iluwatar/commander/User.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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/commander/src/main/java/com/iluwatar/commander/paymentservice/PaymentDatabase.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,956
37.372549
140
java
java-design-patterns
java-design-patterns-master/commander/src/main/java/com/iluwatar/commander/paymentservice/PaymentService.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,619
36.428571
140
java
java-design-patterns
java-design-patterns-master/commander/src/main/java/com/iluwatar/commander/messagingservice/MessagingService.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,886
37.485149
140
java
java-design-patterns
java-design-patterns-master/commander/src/main/java/com/iluwatar/commander/messagingservice/MessagingDatabase.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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
37.24
140
java
java-design-patterns
java-design-patterns-master/commander/src/main/java/com/iluwatar/commander/employeehandle/EmployeeHandle.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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
38.160714
140
java
java-design-patterns
java-design-patterns-master/commander/src/main/java/com/iluwatar/commander/employeehandle/EmployeeDatabase.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,977
38.56
140
java
java-design-patterns
java-design-patterns-master/commander/src/main/java/com/iluwatar/commander/shippingservice/ShippingDatabase.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,923
37.48
140
java
java-design-patterns
java-design-patterns-master/commander/src/main/java/com/iluwatar/commander/shippingservice/ShippingService.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,558
35.557143
140
java
java-design-patterns
java-design-patterns-master/commander/src/main/java/com/iluwatar/commander/queue/QueueTask.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,495
31.842105
140
java
java-design-patterns
java-design-patterns-master/commander/src/main/java/com/iluwatar/commander/queue/QueueDatabase.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,687
31.780488
140
java
java-design-patterns
java-design-patterns-master/commander/src/main/java/com/iluwatar/commander/queue/Queue.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,356
26.729412
140
java
java-design-patterns
java-design-patterns-master/commander/src/main/java/com/iluwatar/commander/exceptions/PaymentDetailsErrorException.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,591
44.485714
140
java
java-design-patterns
java-design-patterns-master/commander/src/main/java/com/iluwatar/commander/exceptions/ItemUnavailableException.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,532
44.088235
140
java
java-design-patterns
java-design-patterns-master/commander/src/main/java/com/iluwatar/commander/exceptions/IsEmptyException.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,528
43.970588
140
java
java-design-patterns
java-design-patterns-master/commander/src/main/java/com/iluwatar/commander/exceptions/DatabaseUnavailableException.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,571
43.914286
140
java