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/event-sourcing/src/main/java/com/iluwatar/event/sourcing/state/AccountAggregate.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,328 | 30.90411 | 140 | java |
java-design-patterns | java-design-patterns-master/event-sourcing/src/main/java/com/iluwatar/event/sourcing/event/MoneyTransferEvent.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,263 | 40.846154 | 140 | java |
java-design-patterns | java-design-patterns-master/event-sourcing/src/main/java/com/iluwatar/event/sourcing/event/MoneyDepositEvent.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* Copyright © 2014-2022 Ilkka Seppälä
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associat... | 2,807 | 38.549296 | 140 | java |
java-design-patterns | java-design-patterns-master/event-sourcing/src/main/java/com/iluwatar/event/sourcing/event/AccountCreateEvent.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,851 | 38.068493 | 140 | java |
java-design-patterns | java-design-patterns-master/event-sourcing/src/main/java/com/iluwatar/event/sourcing/event/DomainEvent.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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/event-sourcing/src/main/java/com/iluwatar/event/sourcing/domain/Account.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,462 | 29.360544 | 140 | java |
java-design-patterns | java-design-patterns-master/active-object/src/test/java/com/iluwatar/activeobject/ActiveCreatureTest.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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/active-object/src/test/java/com/iluwatar/activeobject/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,568 | 39.230769 | 140 | java |
java-design-patterns | java-design-patterns-master/active-object/src/main/java/com/iluwatar/activeobject/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,759 | 35.315789 | 140 | java |
java-design-patterns | java-design-patterns-master/active-object/src/main/java/com/iluwatar/activeobject/ActiveCreature.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,604 | 29.294118 | 140 | java |
java-design-patterns | java-design-patterns-master/active-object/src/main/java/com/iluwatar/activeobject/Orc.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,504 | 37.589744 | 140 | java |
java-design-patterns | java-design-patterns-master/model-view-intent/src/test/java/com/iluwatar/model/view/intent/CalculatorViewModelTest.java | package com.iluwatar.model.view.intent;
import com.iluwatar.model.view.intent.actions.*;
import org.junit.jupiter.api.Test;
import java.util.ArrayList;
import java.util.List;
public class CalculatorViewModelTest {
private CalculatorModel modelAfterExecutingActions(List<CalculatorAction> actions) {
CalculatorVi... | 2,607 | 30.421687 | 86 | java |
java-design-patterns | java-design-patterns-master/model-view-intent/src/test/java/com/iluwatar/model/view/intent/AppTest.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* Copyright © 2014-2022 Ilkka Seppälä
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associat... | 1,596 | 37.95122 | 140 | java |
java-design-patterns | java-design-patterns-master/model-view-intent/src/main/java/com/iluwatar/model/view/intent/package-info.java | /**
* Define Model, View and ViewModel.
* Use them in {@link com.iluwatar.model.view.intent.App}
*/
package com.iluwatar.model.view.intent;
| 144 | 19.714286 | 57 | java |
java-design-patterns | java-design-patterns-master/model-view-intent/src/main/java/com/iluwatar/model/view/intent/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 as... | 3,147 | 34.772727 | 80 | java |
java-design-patterns | java-design-patterns-master/model-view-intent/src/main/java/com/iluwatar/model/view/intent/CalculatorViewModel.java | package com.iluwatar.model.view.intent;
import com.iluwatar.model.view.intent.actions.AdditionCalculatorAction;
import com.iluwatar.model.view.intent.actions.CalculatorAction;
import com.iluwatar.model.view.intent.actions.DivisionCalculatorAction;
import com.iluwatar.model.view.intent.actions.MultiplicationCalculatorA... | 2,622 | 24.221154 | 77 | java |
java-design-patterns | java-design-patterns-master/model-view-intent/src/main/java/com/iluwatar/model/view/intent/CalculatorModel.java | package com.iluwatar.model.view.intent;
import lombok.Data;
import lombok.Getter;
/**
* Current state of calculator.
*/
@Data
public class CalculatorModel {
/**
* Current calculator variable used for operations.
**/
@Getter
private final Double variable;
/**
* Current calculator output -> is affe... | 390 | 15.291667 | 60 | java |
java-design-patterns | java-design-patterns-master/model-view-intent/src/main/java/com/iluwatar/model/view/intent/CalculatorView.java | package com.iluwatar.model.view.intent;
import com.iluwatar.model.view.intent.actions.AdditionCalculatorAction;
import com.iluwatar.model.view.intent.actions.DivisionCalculatorAction;
import com.iluwatar.model.view.intent.actions.MultiplicationCalculatorAction;
import com.iluwatar.model.view.intent.actions.SetVariable... | 1,808 | 23.12 | 77 | java |
java-design-patterns | java-design-patterns-master/model-view-intent/src/main/java/com/iluwatar/model/view/intent/actions/AdditionCalculatorAction.java | package com.iluwatar.model.view.intent.actions;
/**
* Addition {@link CalculatorAction}.
* */
public class AdditionCalculatorAction implements CalculatorAction {
/**
* Subclass tag.
* */
public static final String TAG = "ADDITION";
/**
* Makes checking subclass type trivial.
* */
@Override
pub... | 361 | 17.1 | 67 | java |
java-design-patterns | java-design-patterns-master/model-view-intent/src/main/java/com/iluwatar/model/view/intent/actions/package-info.java | /**
* Handle actions for {@link com.iluwatar.model.view.intent.CalculatorModel}
* defined by {@link com.iluwatar.model.view.intent.actions.CalculatorAction}.
*/
package com.iluwatar.model.view.intent.actions;
| 213 | 29.571429 | 78 | java |
java-design-patterns | java-design-patterns-master/model-view-intent/src/main/java/com/iluwatar/model/view/intent/actions/MultiplicationCalculatorAction.java | package com.iluwatar.model.view.intent.actions;
/**
* Multiplication {@link CalculatorAction}.
* */
public class MultiplicationCalculatorAction implements CalculatorAction {
/**
* Subclass tag.
* */
public static final String TAG = "MULTIPLICATION";
/**
* Makes checking subclass type trivial.
* *... | 380 | 18.05 | 73 | java |
java-design-patterns | java-design-patterns-master/model-view-intent/src/main/java/com/iluwatar/model/view/intent/actions/SubtractionCalculatorAction.java | package com.iluwatar.model.view.intent.actions;
/**
* Subtraction {@link CalculatorAction}.
* */
public class SubtractionCalculatorAction implements CalculatorAction {
/**
* Subclass tag.
* */
public static final String TAG = "SUBTRACTION";
/**
* Makes checking subclass type trivial.
* */
@Over... | 371 | 17.6 | 70 | java |
java-design-patterns | java-design-patterns-master/model-view-intent/src/main/java/com/iluwatar/model/view/intent/actions/SetVariableCalculatorAction.java | package com.iluwatar.model.view.intent.actions;
import lombok.Data;
import lombok.Getter;
/**
* SetVariable {@link CalculatorAction}.
*/
@Data
public final class SetVariableCalculatorAction implements CalculatorAction {
/**
* Subclass tag.
*/
public static final String TAG = "SET_VARIABLE";
/**
* U... | 550 | 16.774194 | 76 | java |
java-design-patterns | java-design-patterns-master/model-view-intent/src/main/java/com/iluwatar/model/view/intent/actions/DivisionCalculatorAction.java | package com.iluwatar.model.view.intent.actions;
/**
* Division {@link CalculatorAction}.
* */
public class DivisionCalculatorAction implements CalculatorAction {
/**
* Subclass tag.
* */
public static final String TAG = "DIVISION";
/**
* Makes checking subclass type trivial.
* */
@Override
pu... | 362 | 17.15 | 67 | java |
java-design-patterns | java-design-patterns-master/model-view-intent/src/main/java/com/iluwatar/model/view/intent/actions/CalculatorAction.java | package com.iluwatar.model.view.intent.actions;
/**
* Defines what outside interactions can be consumed by view model.
* */
public interface CalculatorAction {
/**
* Makes identifying action trivial.
*
* @return subclass tag.
* */
String tag();
}
| 268 | 15.8125 | 67 | java |
java-design-patterns | java-design-patterns-master/table-module/src/test/java/com/iluwatar/tablemodule/UserTableModuleTest.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,736 | 36 | 140 | java |
java-design-patterns | java-design-patterns-master/table-module/src/test/java/com/iluwatar/tablemodule/UserTest.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,206 | 25.967949 | 140 | java |
java-design-patterns | java-design-patterns-master/table-module/src/test/java/com/iluwatar/tablemodule/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,619 | 38.512195 | 140 | java |
java-design-patterns | java-design-patterns-master/table-module/src/main/java/com/iluwatar/tablemodule/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,883 | 35.990476 | 140 | java |
java-design-patterns | java-design-patterns-master/table-module/src/main/java/com/iluwatar/tablemodule/UserTableModule.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,035 | 32.633333 | 140 | java |
java-design-patterns | java-design-patterns-master/table-module/src/main/java/com/iluwatar/tablemodule/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,704 | 34.520833 | 140 | java |
java-design-patterns | java-design-patterns-master/game-loop/src/test/java/com/iluwatar/gameloop/GameControllerTest.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,963 | 32.288136 | 140 | java |
java-design-patterns | java-design-patterns-master/game-loop/src/test/java/com/iluwatar/gameloop/FrameBasedGameLoopTest.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,877 | 32.535714 | 140 | java |
java-design-patterns | java-design-patterns-master/game-loop/src/test/java/com/iluwatar/gameloop/FixedStepGameLoopTest.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,875 | 31.912281 | 140 | java |
java-design-patterns | java-design-patterns-master/game-loop/src/test/java/com/iluwatar/gameloop/GameLoopTest.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,204 | 28.4 | 140 | java |
java-design-patterns | java-design-patterns-master/game-loop/src/test/java/com/iluwatar/gameloop/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,592 | 36.928571 | 140 | java |
java-design-patterns | java-design-patterns-master/game-loop/src/test/java/com/iluwatar/gameloop/VariableStepGameLoopTest.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* Copyright © 2014-2022 Ilkka Seppälä
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associat... | 1,879 | 33.181818 | 140 | java |
java-design-patterns | java-design-patterns-master/game-loop/src/main/java/com/iluwatar/gameloop/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,771 | 35.473684 | 140 | java |
java-design-patterns | java-design-patterns-master/game-loop/src/main/java/com/iluwatar/gameloop/GameLoop.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,063 | 27.90566 | 140 | java |
java-design-patterns | java-design-patterns-master/game-loop/src/main/java/com/iluwatar/gameloop/FixedStepGameLoop.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,225 | 33.78125 | 140 | java |
java-design-patterns | java-design-patterns-master/game-loop/src/main/java/com/iluwatar/gameloop/GameStatus.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,403 | 39.114286 | 140 | java |
java-design-patterns | java-design-patterns-master/game-loop/src/main/java/com/iluwatar/gameloop/GameController.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,031 | 31.253968 | 140 | java |
java-design-patterns | java-design-patterns-master/game-loop/src/main/java/com/iluwatar/gameloop/Bullet.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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 | 33.391304 | 140 | java |
java-design-patterns | java-design-patterns-master/game-loop/src/main/java/com/iluwatar/gameloop/FrameBasedGameLoop.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,231 | 39.581818 | 140 | java |
java-design-patterns | java-design-patterns-master/game-loop/src/main/java/com/iluwatar/gameloop/VariableStepGameLoop.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,127 | 39.150943 | 140 | java |
java-design-patterns | java-design-patterns-master/bridge/src/test/java/com/iluwatar/bridge/SwordTest.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,783 | 37.782609 | 140 | java |
java-design-patterns | java-design-patterns-master/bridge/src/test/java/com/iluwatar/bridge/WeaponTest.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,201 | 35.7 | 140 | java |
java-design-patterns | java-design-patterns-master/bridge/src/test/java/com/iluwatar/bridge/HammerTest.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,789 | 37.913043 | 140 | java |
java-design-patterns | java-design-patterns-master/bridge/src/test/java/com/iluwatar/bridge/AppTest.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* Copyright © 2014-2022 Ilkka Seppälä
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associat... | 1,786 | 36.229167 | 140 | java |
java-design-patterns | java-design-patterns-master/bridge/src/main/java/com/iluwatar/bridge/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,572 | 39.203125 | 140 | java |
java-design-patterns | java-design-patterns-master/bridge/src/main/java/com/iluwatar/bridge/FlyingEnchantment.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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 | 34.4 | 140 | java |
java-design-patterns | java-design-patterns-master/bridge/src/main/java/com/iluwatar/bridge/Sword.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,930 | 30.145161 | 140 | java |
java-design-patterns | java-design-patterns-master/bridge/src/main/java/com/iluwatar/bridge/SoulEatingEnchantment.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,739 | 33.8 | 140 | java |
java-design-patterns | java-design-patterns-master/bridge/src/main/java/com/iluwatar/bridge/Hammer.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,935 | 30.225806 | 140 | java |
java-design-patterns | java-design-patterns-master/bridge/src/main/java/com/iluwatar/bridge/Enchantment.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* Copyright © 2014-2022 Ilkka Seppälä
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associat... | 1,434 | 36.763158 | 140 | java |
java-design-patterns | java-design-patterns-master/bridge/src/main/java/com/iluwatar/bridge/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,447 | 35.2 | 140 | java |
java-design-patterns | java-design-patterns-master/multiton/src/test/java/com/iluwatar/multiton/NazgulTest.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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 | 36.924528 | 140 | java |
java-design-patterns | java-design-patterns-master/multiton/src/test/java/com/iluwatar/multiton/NazgulEnumTest.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,040 | 37.509434 | 140 | java |
java-design-patterns | java-design-patterns-master/multiton/src/test/java/com/iluwatar/multiton/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,633 | 37.904762 | 140 | java |
java-design-patterns | java-design-patterns-master/multiton/src/main/java/com/iluwatar/multiton/NazgulName.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,497 | 35.536585 | 140 | java |
java-design-patterns | java-design-patterns-master/multiton/src/main/java/com/iluwatar/multiton/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,481 | 45.426667 | 140 | java |
java-design-patterns | java-design-patterns-master/multiton/src/main/java/com/iluwatar/multiton/Nazgul.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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 | 38 | 140 | java |
java-design-patterns | java-design-patterns-master/multiton/src/main/java/com/iluwatar/multiton/NazgulEnum.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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 | 35.292683 | 140 | java |
java-design-patterns | java-design-patterns-master/dao/src/test/java/com/iluwatar/dao/InMemoryCustomerDaoTest.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,332 | 31.919753 | 140 | java |
java-design-patterns | java-design-patterns-master/dao/src/test/java/com/iluwatar/dao/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,161 | 31.9375 | 140 | java |
java-design-patterns | java-design-patterns-master/dao/src/test/java/com/iluwatar/dao/DbCustomerDaoTest.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,865 | 31.357664 | 140 | java |
java-design-patterns | java-design-patterns-master/dao/src/test/java/com/iluwatar/dao/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,817 | 36.875 | 140 | java |
java-design-patterns | java-design-patterns-master/dao/src/main/java/com/iluwatar/dao/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,026 | 38.896825 | 140 | java |
java-design-patterns | java-design-patterns-master/dao/src/main/java/com/iluwatar/dao/CustomerSchemaSql.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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 | 38.333333 | 140 | java |
java-design-patterns | java-design-patterns-master/dao/src/main/java/com/iluwatar/dao/DbCustomerDao.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,082 | 32.059783 | 140 | java |
java-design-patterns | java-design-patterns-master/dao/src/main/java/com/iluwatar/dao/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... | 3,691 | 38.698925 | 140 | java |
java-design-patterns | java-design-patterns-master/dao/src/main/java/com/iluwatar/dao/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... | 1,765 | 35.040816 | 140 | java |
java-design-patterns | java-design-patterns-master/dao/src/main/java/com/iluwatar/dao/InMemoryCustomerDao.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,549 | 33 | 140 | java |
java-design-patterns | java-design-patterns-master/dao/src/main/java/com/iluwatar/dao/CustomException.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,637 | 35.4 | 140 | java |
java-design-patterns | java-design-patterns-master/specification/src/test/java/com/iluwatar/specification/creature/CreatureTest.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,220 | 38.448598 | 140 | java |
java-design-patterns | java-design-patterns-master/specification/src/test/java/com/iluwatar/specification/selector/ColorSelectorTest.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,257 | 36.633333 | 140 | java |
java-design-patterns | java-design-patterns-master/specification/src/test/java/com/iluwatar/specification/selector/MassSelectorTest.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,205 | 39.851852 | 140 | java |
java-design-patterns | java-design-patterns-master/specification/src/test/java/com/iluwatar/specification/selector/CompositeSelectorsTest.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,106 | 42.231579 | 140 | java |
java-design-patterns | java-design-patterns-master/specification/src/test/java/com/iluwatar/specification/selector/SizeSelectorTest.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,267 | 36.8 | 140 | java |
java-design-patterns | java-design-patterns-master/specification/src/test/java/com/iluwatar/specification/selector/MovementSelectorTest.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,324 | 37.75 | 140 | java |
java-design-patterns | java-design-patterns-master/specification/src/test/java/com/iluwatar/specification/app/AppTest.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* Copyright © 2014-2022 Ilkka Seppälä
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associat... | 1,585 | 37.682927 | 140 | java |
java-design-patterns | java-design-patterns-master/specification/src/main/java/com/iluwatar/specification/creature/AbstractCreature.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,519 | 28.647059 | 140 | java |
java-design-patterns | java-design-patterns-master/specification/src/main/java/com/iluwatar/specification/creature/Troll.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,760 | 38.133333 | 140 | java |
java-design-patterns | java-design-patterns-master/specification/src/main/java/com/iluwatar/specification/creature/Dragon.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,764 | 38.222222 | 140 | java |
java-design-patterns | java-design-patterns-master/specification/src/main/java/com/iluwatar/specification/creature/Creature.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,700 | 35.191489 | 140 | java |
java-design-patterns | java-design-patterns-master/specification/src/main/java/com/iluwatar/specification/creature/KillerBee.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,777 | 38.511111 | 140 | java |
java-design-patterns | java-design-patterns-master/specification/src/main/java/com/iluwatar/specification/creature/Shark.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,762 | 38.177778 | 140 | java |
java-design-patterns | java-design-patterns-master/specification/src/main/java/com/iluwatar/specification/creature/Octopus.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,770 | 38.355556 | 140 | java |
java-design-patterns | java-design-patterns-master/specification/src/main/java/com/iluwatar/specification/creature/Goblin.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,764 | 38.222222 | 140 | java |
java-design-patterns | java-design-patterns-master/specification/src/main/java/com/iluwatar/specification/selector/ConjunctionSelector.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,859 | 36.959184 | 140 | java |
java-design-patterns | java-design-patterns-master/specification/src/main/java/com/iluwatar/specification/selector/NegationSelector.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* Copyright © 2014-2022 Ilkka Seppälä
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associat... | 1,836 | 37.270833 | 140 | java |
java-design-patterns | java-design-patterns-master/specification/src/main/java/com/iluwatar/specification/selector/MassSmallerThanOrEqSelector.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,906 | 37.918367 | 140 | java |
java-design-patterns | java-design-patterns-master/specification/src/main/java/com/iluwatar/specification/selector/MovementSelector.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,738 | 36.804348 | 140 | java |
java-design-patterns | java-design-patterns-master/specification/src/main/java/com/iluwatar/specification/selector/ColorSelector.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,708 | 36.152174 | 140 | java |
java-design-patterns | java-design-patterns-master/specification/src/main/java/com/iluwatar/specification/selector/DisjunctionSelector.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,866 | 37.102041 | 140 | java |
java-design-patterns | java-design-patterns-master/specification/src/main/java/com/iluwatar/specification/selector/SizeSelector.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,698 | 35.934783 | 140 | java |
java-design-patterns | java-design-patterns-master/specification/src/main/java/com/iluwatar/specification/selector/AbstractSelector.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,793 | 38 | 140 | java |
java-design-patterns | java-design-patterns-master/specification/src/main/java/com/iluwatar/specification/selector/MassEqualSelector.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,876 | 37.306122 | 140 | java |
java-design-patterns | java-design-patterns-master/specification/src/main/java/com/iluwatar/specification/selector/MassGreaterThanSelector.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* 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,887 | 37.530612 | 140 | java |
java-design-patterns | java-design-patterns-master/specification/src/main/java/com/iluwatar/specification/app/App.java | /*
* This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
*
* The MIT License
* Copyright © 2014-2022 Ilkka Seppälä
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associat... | 4,959 | 44.504587 | 140 | java |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.