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/collecting-parameter/src/test/java/com/iluwatar/collectingparameter/PrinterQueueTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,197
37.561404
140
java
java-design-patterns
java-design-patterns-master/collecting-parameter/src/test/java/com/iluwatar/collectingparameter/CollectingParameterTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,320
41.037975
140
java
java-design-patterns
java-design-patterns-master/collecting-parameter/src/test/java/com/iluwatar/collectingparameter/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
39.85
140
java
java-design-patterns
java-design-patterns-master/collecting-parameter/src/main/java/com/iluwatar/collectingparameter/App.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
6,066
42.647482
140
java
java-design-patterns
java-design-patterns-master/collecting-parameter/src/main/java/com/iluwatar/collectingparameter/PaperSizes.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,364
41.65625
140
java
java-design-patterns
java-design-patterns-master/collecting-parameter/src/main/java/com/iluwatar/collectingparameter/PrinterQueue.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,597
32.74026
140
java
java-design-patterns
java-design-patterns-master/collecting-parameter/src/main/java/com/iluwatar/collectingparameter/PrinterItem.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,042
34.224138
140
java
java-design-patterns
java-design-patterns-master/composite-view/src/test/java/com/iluwatar/compositeview/JavaBeansTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,682
37.364583
140
java
java-design-patterns
java-design-patterns-master/composite-view/src/test/java/com/iluwatar/compositeview/AppServletTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,637
42.345794
140
java
java-design-patterns
java-design-patterns-master/composite-view/src/main/java/com/iluwatar/compositeview/ClientPropertiesBean.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,331
41.717949
140
java
java-design-patterns
java-design-patterns-master/composite-view/src/main/java/com/iluwatar/compositeview/AppServlet.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,419
37
140
java
java-design-patterns
java-design-patterns-master/priority-queue/src/test/java/com/iluwatar/priority/queue/QueueManagerTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,158
38.254545
140
java
java-design-patterns
java-design-patterns-master/priority-queue/src/test/java/com/iluwatar/priority/queue/PriorityMessageQueueTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,841
36.893333
140
java
java-design-patterns
java-design-patterns-master/priority-queue/src/main/java/com/iluwatar/priority/queue/Message.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,858
34.075472
140
java
java-design-patterns
java-design-patterns-master/priority-queue/src/main/java/com/iluwatar/priority/queue/QueueManager.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,990
32.183333
140
java
java-design-patterns
java-design-patterns-master/priority-queue/src/main/java/com/iluwatar/priority/queue/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,385
38.114754
140
java
java-design-patterns
java-design-patterns-master/priority-queue/src/main/java/com/iluwatar/priority/queue/PriorityMessageQueue.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,199
22.463687
140
java
java-design-patterns
java-design-patterns-master/priority-queue/src/main/java/com/iluwatar/priority/queue/Worker.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,037
30.353846
140
java
java-design-patterns
java-design-patterns-master/typeobjectpattern/src/test/java/com/iluwatar/typeobject/CellPoolTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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
36.54717
140
java
java-design-patterns
java-design-patterns-master/typeobjectpattern/src/test/java/com/iluwatar/typeobject/CandyGameTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,722
37.352113
140
java
java-design-patterns
java-design-patterns-master/typeobjectpattern/src/test/java/com/iluwatar/typeobject/CellTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,590
39.484375
140
java
java-design-patterns
java-design-patterns-master/typeobjectpattern/src/main/java/com/iluwatar/typeobject/Cell.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,994
34.654762
140
java
java-design-patterns
java-design-patterns-master/typeobjectpattern/src/main/java/com/iluwatar/typeobject/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,905
43.386364
140
java
java-design-patterns
java-design-patterns-master/typeobjectpattern/src/main/java/com/iluwatar/typeobject/CandyGame.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,399
30.213873
140
java
java-design-patterns
java-design-patterns-master/typeobjectpattern/src/main/java/com/iluwatar/typeobject/CellPool.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,556
35.670103
140
java
java-design-patterns
java-design-patterns-master/typeobjectpattern/src/main/java/com/iluwatar/typeobject/JsonParser.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,964
35.604938
140
java
java-design-patterns
java-design-patterns-master/typeobjectpattern/src/main/java/com/iluwatar/typeobject/Candy.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,953
31.566667
140
java
java-design-patterns
java-design-patterns-master/composite/src/test/java/com/iluwatar/composite/MessengerTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,650
31.026316
140
java
java-design-patterns
java-design-patterns-master/composite/src/test/java/com/iluwatar/composite/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,788
37.06383
140
java
java-design-patterns
java-design-patterns-master/composite/src/main/java/com/iluwatar/composite/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,306
38.101695
140
java
java-design-patterns
java-design-patterns-master/composite/src/main/java/com/iluwatar/composite/LetterComposite.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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
30.183333
140
java
java-design-patterns
java-design-patterns-master/composite/src/main/java/com/iluwatar/composite/Sentence.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,597
33.73913
140
java
java-design-patterns
java-design-patterns-master/composite/src/main/java/com/iluwatar/composite/Messenger.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,150
30.632353
140
java
java-design-patterns
java-design-patterns-master/composite/src/main/java/com/iluwatar/composite/Word.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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
30.535714
140
java
java-design-patterns
java-design-patterns-master/composite/src/main/java/com/iluwatar/composite/Letter.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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
36.380952
140
java
java-design-patterns
java-design-patterns-master/special-case/src/test/java/com/iluwatar/specialcase/SpecialCasesTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,237
35.375
140
java
java-design-patterns
java-design-patterns-master/special-case/src/test/java/com/iluwatar/specialcase/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,580
37.560976
140
java
java-design-patterns
java-design-patterns-master/special-case/src/main/java/com/iluwatar/specialcase/OutOfStock.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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
36.54
140
java
java-design-patterns
java-design-patterns-master/special-case/src/main/java/com/iluwatar/specialcase/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,415
42.240506
140
java
java-design-patterns
java-design-patterns-master/special-case/src/main/java/com/iluwatar/specialcase/DownForMaintenance.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,676
38.928571
140
java
java-design-patterns
java-design-patterns-master/special-case/src/main/java/com/iluwatar/specialcase/ReceiptViewModel.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,412
40.558824
140
java
java-design-patterns
java-design-patterns-master/special-case/src/main/java/com/iluwatar/specialcase/DomainServicesImpl.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,806
36.932432
140
java
java-design-patterns
java-design-patterns-master/special-case/src/main/java/com/iluwatar/specialcase/Db.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,578
23.88587
140
java
java-design-patterns
java-design-patterns-master/special-case/src/main/java/com/iluwatar/specialcase/ApplicationServices.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,514
43.558824
140
java
java-design-patterns
java-design-patterns-master/special-case/src/main/java/com/iluwatar/specialcase/MaintenanceLock.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,065
32.868852
140
java
java-design-patterns
java-design-patterns-master/special-case/src/main/java/com/iluwatar/specialcase/ReceiptDto.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,809
33.807692
140
java
java-design-patterns
java-design-patterns-master/special-case/src/main/java/com/iluwatar/specialcase/MoneyTransaction.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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
38.8
140
java
java-design-patterns
java-design-patterns-master/special-case/src/main/java/com/iluwatar/specialcase/DomainServices.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,392
42.53125
140
java
java-design-patterns
java-design-patterns-master/special-case/src/main/java/com/iluwatar/specialcase/InvalidUser.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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
35.770833
140
java
java-design-patterns
java-design-patterns-master/special-case/src/main/java/com/iluwatar/specialcase/ApplicationServicesImpl.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,838
38.978261
140
java
java-design-patterns
java-design-patterns-master/special-case/src/main/java/com/iluwatar/specialcase/InsufficientFunds.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,043
34.241379
140
java
java-design-patterns
java-design-patterns-master/delegation/src/test/java/com/iluwatar/delegation/simple/DelegateTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,520
30.4375
140
java
java-design-patterns
java-design-patterns-master/delegation/src/test/java/com/iluwatar/delegation/simple/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,819
36.142857
140
java
java-design-patterns
java-design-patterns-master/delegation/src/main/java/com/iluwatar/delegation/simple/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,057
46.046154
140
java
java-design-patterns
java-design-patterns-master/delegation/src/main/java/com/iluwatar/delegation/simple/PrinterController.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,285
41.333333
140
java
java-design-patterns
java-design-patterns-master/delegation/src/main/java/com/iluwatar/delegation/simple/Printer.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,981
39.44898
140
java
java-design-patterns
java-design-patterns-master/delegation/src/main/java/com/iluwatar/delegation/simple/printers/HpPrinter.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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
35.875
140
java
java-design-patterns
java-design-patterns-master/delegation/src/main/java/com/iluwatar/delegation/simple/printers/CanonPrinter.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,781
36.125
140
java
java-design-patterns
java-design-patterns-master/delegation/src/main/java/com/iluwatar/delegation/simple/printers/EpsonPrinter.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,781
36.125
140
java
java-design-patterns
java-design-patterns-master/collection-pipeline/src/test/java/com/iluwatar/collectionpipeline/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...
3,528
38.651685
140
java
java-design-patterns
java-design-patterns-master/collection-pipeline/src/main/java/com/iluwatar/collectionpipeline/FunctionalProgramming.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,758
43.75
140
java
java-design-patterns
java-design-patterns-master/collection-pipeline/src/main/java/com/iluwatar/collectionpipeline/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,002
41.9
140
java
java-design-patterns
java-design-patterns-master/collection-pipeline/src/main/java/com/iluwatar/collectionpipeline/Category.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,423
39.685714
140
java
java-design-patterns
java-design-patterns-master/collection-pipeline/src/main/java/com/iluwatar/collectionpipeline/CarFactory.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,036
40.571429
140
java
java-design-patterns
java-design-patterns-master/collection-pipeline/src/main/java/com/iluwatar/collectionpipeline/Car.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,696
38.465116
140
java
java-design-patterns
java-design-patterns-master/collection-pipeline/src/main/java/com/iluwatar/collectionpipeline/Person.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,583
38.6
140
java
java-design-patterns
java-design-patterns-master/collection-pipeline/src/main/java/com/iluwatar/collectionpipeline/ImperativeProgramming.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,018
36.455224
140
java
java-design-patterns
java-design-patterns-master/decorator/src/test/java/com/iluwatar/decorator/ClubbedTrollTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,359
39
140
java
java-design-patterns
java-design-patterns-master/decorator/src/test/java/com/iluwatar/decorator/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,804
36.604167
140
java
java-design-patterns
java-design-patterns-master/decorator/src/test/java/com/iluwatar/decorator/SimpleTrollTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,864
29.806452
140
java
java-design-patterns
java-design-patterns-master/decorator/src/main/java/com/iluwatar/decorator/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,620
39.953125
140
java
java-design-patterns
java-design-patterns-master/decorator/src/main/java/com/iluwatar/decorator/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,443
36.025641
140
java
java-design-patterns
java-design-patterns-master/decorator/src/main/java/com/iluwatar/decorator/ClubbedTroll.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,847
32.6
140
java
java-design-patterns
java-design-patterns-master/decorator/src/main/java/com/iluwatar/decorator/SimpleTroll.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,737
33.76
140
java
java-design-patterns
java-design-patterns-master/lockable-object/src/test/java/com/iluwatar/lockableobject/SubCreaturesTests.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,268
45.306122
140
java
java-design-patterns
java-design-patterns-master/lockable-object/src/test/java/com/iluwatar/lockableobject/ExceptionsTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,666
35.23913
140
java
java-design-patterns
java-design-patterns-master/lockable-object/src/test/java/com/iluwatar/lockableobject/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...
3,895
36.461538
140
java
java-design-patterns
java-design-patterns-master/lockable-object/src/test/java/com/iluwatar/lockableobject/TheSwordOfAragornTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,124
39.865385
140
java
java-design-patterns
java-design-patterns-master/lockable-object/src/test/java/com/iluwatar/lockableobject/FeindTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,626
35.486111
140
java
java-design-patterns
java-design-patterns-master/lockable-object/src/test/java/com/iluwatar/lockableobject/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,690
38.325581
140
java
java-design-patterns
java-design-patterns-master/lockable-object/src/main/java/com/iluwatar/lockableobject/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,162
39.813725
140
java
java-design-patterns
java-design-patterns-master/lockable-object/src/main/java/com/iluwatar/lockableobject/SwordOfAragorn.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,858
30.417582
140
java
java-design-patterns
java-design-patterns-master/lockable-object/src/main/java/com/iluwatar/lockableobject/LockingException.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,597
39.974359
140
java
java-design-patterns
java-design-patterns-master/lockable-object/src/main/java/com/iluwatar/lockableobject/Lockable.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,173
30.970588
140
java
java-design-patterns
java-design-patterns-master/lockable-object/src/main/java/com/iluwatar/lockableobject/domain/CreatureType.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,421
42.090909
140
java
java-design-patterns
java-design-patterns-master/lockable-object/src/main/java/com/iluwatar/lockableobject/domain/CreatureStats.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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
35.217391
140
java
java-design-patterns
java-design-patterns-master/lockable-object/src/main/java/com/iluwatar/lockableobject/domain/Elf.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,721
40
140
java
java-design-patterns
java-design-patterns-master/lockable-object/src/main/java/com/iluwatar/lockableobject/domain/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...
3,370
28.570175
140
java
java-design-patterns
java-design-patterns-master/lockable-object/src/main/java/com/iluwatar/lockableobject/domain/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,719
40.95122
140
java
java-design-patterns
java-design-patterns-master/lockable-object/src/main/java/com/iluwatar/lockableobject/domain/Human.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,734
40.309524
140
java
java-design-patterns
java-design-patterns-master/lockable-object/src/main/java/com/iluwatar/lockableobject/domain/Feind.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,456
35.010417
140
java
java-design-patterns
java-design-patterns-master/reactor/src/test/java/com/iluwatar/reactor/app/ReactorTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,437
31.433962
140
java
java-design-patterns
java-design-patterns-master/reactor/src/main/java/com/iluwatar/reactor/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...
6,090
34.829412
140
java
java-design-patterns
java-design-patterns-master/reactor/src/main/java/com/iluwatar/reactor/app/AppClient.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,279
31.371134
140
java
java-design-patterns
java-design-patterns-master/reactor/src/main/java/com/iluwatar/reactor/app/LoggingHandler.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,414
37.370787
140
java
java-design-patterns
java-design-patterns-master/reactor/src/main/java/com/iluwatar/reactor/framework/NioReactor.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
9,178
35.716
140
java
java-design-patterns
java-design-patterns-master/reactor/src/main/java/com/iluwatar/reactor/framework/SameThreadDispatcher.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,395
38.278689
140
java
java-design-patterns
java-design-patterns-master/reactor/src/main/java/com/iluwatar/reactor/framework/Dispatcher.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,950
45.84127
140
java
java-design-patterns
java-design-patterns-master/reactor/src/main/java/com/iluwatar/reactor/framework/NioServerSocketChannel.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,279
35.271186
140
java
java-design-patterns
java-design-patterns-master/reactor/src/main/java/com/iluwatar/reactor/framework/ChannelHandler.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * 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,147
43.75
140
java