blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
410
content_id
stringlengths
40
40
detected_licenses
listlengths
0
51
license_type
stringclasses
2 values
repo_name
stringlengths
5
132
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringlengths
4
80
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
5.85k
689M
โŒ€
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
22 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
131 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
9.45M
extension
stringclasses
32 values
content
stringlengths
3
9.45M
authors
listlengths
1
1
author_id
stringlengths
0
313
e38fe77c5b8bbeac6638e8c8b8a7893036a16d25
f72490d3ed1b4afed9bbb8874ed8b8d5730152d4
/8Puzzle/src/operator/Dreapta.java
e8a4272496c2405454a37473ff8d1bd98aac9bbc
[]
no_license
Emilian37/8Puzzle
a2e26fa949ff8f8505cb45928683164326998ad7
6455fd73f74bf93654db2d7454153ca6aeccb6f6
refs/heads/master
2022-04-20T14:58:11.446018
2020-04-15T15:39:54
2020-04-15T15:39:54
255,962,131
0
0
null
null
null
null
UTF-8
Java
false
false
815
java
package operator; import model.Matrix; import model.Pozitie; /** * * @author Emilian * */ public class Dreapta extends Operator{ @Override public boolean valabil(Matrix m) { Pozitie p0=m.pozitieZero(); if(p0!=null) { Pozitie p1=new Pozitie(p0.getI(),p0.getJ()+1); if(p1.getI()!=-1 ...
[ "emilian96@gmail.com" ]
emilian96@gmail.com
6dbd576fea0ea45457221c122005b8e1c6de2bfb
e9d1b2db15b3ae752d61ea120185093d57381f73
/mytcuml-src/src/java/components/uml_tool_actions_-_diagram_actions/trunk/src/java/tests/com/topcoder/uml/actions/diagram/accuracytests/CreateDiagramActionAccuracyTests.java
f9b866c7dab673e1161f86a59f136960c1c64474
[]
no_license
kinfkong/mytcuml
9c65804d511ad997e0c4ba3004e7b831bf590757
0786c55945510e0004ff886ff01f7d714d7853ab
refs/heads/master
2020-06-04T21:34:05.260363
2014-10-21T02:31:16
2014-10-21T02:31:16
25,495,964
1
0
null
null
null
null
UTF-8
Java
false
false
9,731
java
/* * Copyright (C) 2007 TopCoder Inc., All Rights Reserved. * * TCS UML_Tool_Actions_-_Diagram_Actions Version 1.0 Accuracytests. * * @ CreateDiagramActionAccuracyTests.java */ package com.topcoder.uml.actions.diagram.accuracytests; import java.util.List; import junit.framework.Test; import junit.framework.Test...
[ "kinfkong@126.com" ]
kinfkong@126.com
8097160cb41ce90f42b485b156524189f8d0e2fe
7bd01a8ef7fe3932370ba5e2d259a67ad49d32a0
/src/main/java/com/maintacloud/repository/api/plendo/UserRepository.java
282332baf092daf06c020e39747f50ed77001da1
[ "BSD-2-Clause" ]
permissive
jdliferay/plendo-backend
06171578a39435921979848317c14202270f068c
37321b7939adc2eccf427aa5b93643c15dbdc8c1
refs/heads/master
2021-07-23T06:30:59.657858
2017-11-02T08:53:59
2017-11-02T08:53:59
108,003,779
0
0
null
null
null
null
UTF-8
Java
false
false
480
java
package com.maintacloud.repository.api.plendo; import com.maintacloud.domain.configurationglobal.User; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.rest.core.annotation.RepositoryRestResource; /** * Created by stephan on 20.03.16. */ @RepositoryRestResource(exported...
[ "dahechjamila@mail2world.com" ]
dahechjamila@mail2world.com
940b5a63d716bbd0dbd16f766ded5565591cdef3
6129637d01dfbe1260570de1bd5d6163c06245c3
/01.Foundation/src/day05/Demo06_IsPrimeNumber.java
d3099d6d4a58baa048cd7f61e598881a82c921cc
[]
no_license
patrickucy/learn_java
7e898b8aec8b593af2c95bedc25a61d06021b6ae
6be872971c1dec4375f7e4c4f5e7011b338de41f
refs/heads/master
2021-01-18T23:17:19.415794
2017-04-03T17:33:55
2017-04-03T17:33:55
87,101,886
0
0
null
null
null
null
UTF-8
Java
false
false
564
java
package day05; /* * ๆกˆไพ‹ * 1 ๆฃ€ๆŸฅไธ€ไธชๆ•ฐๆ˜ฏๅฆไธบ่ดจๆ•ฐ(็ด ๆ•ฐ) * ่ดจๆ•ฐ:ไธ€ไธชๆ•ฐ,้™คไบ†่ƒฝ่ขซ่‡ช่บซๅ’Œ1ๆ•ด้™ค,ไธ่ƒฝ่ขซๅ…ถไป–ๆ•ฐๆ•ด้™ค่ฟ™ไธชๆ•ฐๅฐฑๆ˜ฏ่ดจๆ•ฐ * */ public class Demo06_IsPrimeNumber { public static void main(String[] args) { // TODO Auto-generated method stub int num = 6; boolean isPrime = true; for (int i = 2; i <= num / 2 ; i++) { if (num%i == 0) { isPrime =...
[ "patrick@patrick-imac.lan" ]
patrick@patrick-imac.lan
7ec10a321483c010dead6ca88d2b6f9ae21e2a78
23cb2a0de790da6827451b53754a0b3b898cb18b
/src/kr/dogfoot/hwplib/object/etc/UnknownRecord.java
8843682aefe921df516b83c06113d552c3193023
[ "Apache-2.0" ]
permissive
paek/hwplib
828d7f1702293aad65e9918231cdb5ae107ab2ff
6da6ead02f7c6892ef921477209ed07b976f3e9e
refs/heads/master
2021-01-11T16:03:58.233547
2017-01-20T07:32:53
2017-01-20T07:32:53
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,208
java
package kr.dogfoot.hwplib.object.etc; import kr.dogfoot.hwplib.reader.RecordHeader; /** * ์•Œ๋ ค์ง€์ง€ ์•Š์€ ๋ ˆ์ฝ”๋“œ * * @author neolord */ public class UnknownRecord { /** * ๋ ˆ์ฝ”๋“œ ํ—ค๋” */ private RecordHeader header; /** * ๋ ˆ์ฝ”๋“œ ๋ฐ์ดํ„ฐ */ private byte[] body; /** * ์ƒ์„ฑ์ž */ public UnknownRecord()...
[ "neolord@hanmail.net" ]
neolord@hanmail.net
4e948f4e8c0c258b6210f5223b673da0df769b4a
ad5dcc454966734488149d24a38ea2790c0aca85
/src/com/luv2code/hibernate/demo/entity/Student.java
d92f9f536123db57d803eb2156997a2ceebe6c43
[]
no_license
kazemjahani24/Hibernate
b51624ec18e0e49f5d2d2299f201ab66acf1b148
7d8bd83946c489c1e723198a24af4d9137d38194
refs/heads/master
2021-01-09T12:08:37.649698
2020-02-22T07:47:13
2020-02-22T07:47:13
242,295,607
0
0
null
null
null
null
MacCentralEurope
Java
false
false
2,135
java
package com.luv2code.hibernate.demo.entity; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.Table; //22.2_ @Entity @Table(name ="studentt") public class Student { ...
[ "kazembaloch880@gmail.com" ]
kazembaloch880@gmail.com
37ee0a2d61b1402eb6471a995ae670ceccb1400f
ddafc6dc89afbae0f1e77be47f4eb7748a92afad
/server/trunk/protocol/src/test/java/org/hydracache/protocol/data/mashaller/DataMessageXmlMarshallerTest.java
a3fa1f10d60150d78a84421fbea207f29b4cf7a0
[]
no_license
codehaus/hydra-cache
32f8e36df6053ae0f14cf60e109f240819c2e6a2
a4fbd1c63341862e5542d88e8a42338cb5084be6
refs/heads/master
2023-07-20T00:34:44.177438
2011-07-11T17:46:43
2011-07-11T17:46:43
36,341,590
0
0
null
null
null
null
UTF-8
Java
false
false
3,538
java
/* * Copyright 2010 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
[ "aucifer_nick@8800a6ce-cf61-0410-999d-ef38c60c1380" ]
aucifer_nick@8800a6ce-cf61-0410-999d-ef38c60c1380
5fe2244fa54716e4f12f397c9d2a916d23471f81
848c2372f0afbc579e7d70889b0c9b6e1e87d6ed
/0809/src/AbstractMethodDemo.java
bf6747a0c705152a0a01c0b6989543b0afd35387
[]
no_license
tmznf963/SIST-E
fdc505d223b680276e7b30468b56ea62f1891850
d24806373ac2b4eab163803d28d23124ad91238f
refs/heads/master
2020-03-24T16:49:09.117983
2018-09-13T03:40:30
2018-09-13T03:40:30
142,838,096
0
0
null
null
null
null
UHC
Java
false
false
159
java
public class AbstractMethodDemo { public static void main(String[] args) { Demo d = new JasikDemo();//๋‹คํ˜•์„ฑ ๊ฐ•์ œํ™” d.display(); d.print(); } }
[ "qhfhd963@naver.com" ]
qhfhd963@naver.com
0af7e96744a99dc6f38da503cb079a63d43d4bf9
e5851a671ddd72dbf771d57a3690f07fb832264b
/GraphDrawingTheory/src/main/java/graph/elements/Graph.java
a129df49331e679905e1817f72d68739417b150e
[ "MIT" ]
permissive
fernandogodoy/GraphDrawing
60af86feed5d55c35039d09a286ee2699c11a601
2d4c372ab463d8ee972c837c247aeaadee040331
refs/heads/master
2020-12-02T11:15:51.202847
2017-07-08T19:17:51
2017-07-08T19:17:51
96,621,781
0
0
null
2017-07-08T13:49:22
2017-07-08T13:49:22
null
UTF-8
Java
false
false
13,223
java
package graph.elements; import java.util.ArrayList; import java.util.HashMap; import java.util.HashSet; import java.util.LinkedList; import java.util.List; import java.util.Map; import java.util.Set; import graph.properties.GraphProperties; /** * /** * A graph consisting of a set of vertices of type <code>V</code>...
[ "vrenata8@gmail.com" ]
vrenata8@gmail.com
ef87c6471cbeb3bfa7646f0984c5b60be1c57240
fca9096ae40e7b3311358e4ee92cc512f6811e71
/src/com/cw/wizbank/JsonMod/user/UserModuleParam.java
55c4c0ffcb1e96c1c8a8179eac9ed9e09d1947f3
[]
no_license
Conanjun/HK_CPDT
0c3d1c00d8c3c02b5493cb3168e84e0693633d12
0cb797aff03fd4e8c24458c8f78d71a19c788829
refs/heads/master
2022-12-27T16:45:37.746697
2019-06-17T14:21:16
2019-06-17T14:21:16
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,835
java
package com.cw.wizbank.JsonMod.user; import com.cw.wizbank.JsonMod.BaseParam; public class UserModuleParam extends BaseParam { private long usr_ent_id; // for home page of learner activetab private String type; // for select language on page private String lang; private String usr_id; private String usr...
[ "13450871516@163.com" ]
13450871516@163.com
873e400d7a7fc5d241964603604aa34678ef93ff
0e0c7e65d03d1100f61bb23e9bfb97208824135a
/Tabuada.java
4c7145eee4964a94ec1bf0b8c6053596615d9d99
[]
no_license
iarcheski/exercicios-extras-para-estudo
1e7e685c5389e850fc0dd8f8ee0952ed7a889a2e
7eac05876e0e3bda412f68d0695c094390a168a2
refs/heads/main
2023-08-06T18:59:28.054706
2021-09-24T20:23:21
2021-09-24T20:23:21
407,372,911
0
0
null
null
null
null
UTF-8
Java
false
false
437
java
import java.util.Scanner; public class Tabuada { public static void main(String[] args) { Scanner ler = new Scanner(System.in); System.out.print("Digite um nรบmero o qual deseja saber a tabuada: "); int numero = ler.nextInt(); for (int contador = 1; contador <= 10; conta...
[ "noreply@github.com" ]
iarcheski.noreply@github.com
c988b4eeb73427913d99e9fe890572f2c68b34e4
123d229e3edc1accefddabe3d679e0a689fa73b8
/javaproject/CS211/Homework9/Triangle.java
37a912390fb6d3fea73abf8f702a44394fb6990a
[]
no_license
Sindorman/Homework
b5dd2554359d2dd09080ed82379b41fbecd0289c
a811ed411e81bfb1a6638a7f37f259e0d39c0b30
refs/heads/master
2021-08-19T11:37:54.974401
2021-05-06T06:58:24
2021-05-06T06:58:24
120,358,543
0
0
null
null
null
null
UTF-8
Java
false
false
959
java
public class Triangle implements Shape { private double a; private double b; private double c; //construct a new triangle with given side length public Triangle(double a, double b, double c){ this.a = a; this.b = b; this.c = c; } //returns this triangle's area using Heron's formula public double ge...
[ "mikebykhovtsev@gmail.com" ]
mikebykhovtsev@gmail.com
a1a3cdf5e820230c3ab02c296fe9e174137e0801
edb27c4d96a8f1d7da87913e6f0abd8ee8bd4b99
/src/main/java/com/itmain/proxy/cglib/Target.java
965b2fa6859fbe346b3c33a637456581154858a2
[]
no_license
LiXiaooo/workspace
d0bd246ec8e4439ea95944e04f307a4349b0ff56
45b14db8eca546d57b6d275856568a333d58125b
refs/heads/master
2022-12-28T00:18:42.158678
2020-09-24T08:34:00
2020-09-24T08:34:00
298,217,231
0
0
null
null
null
null
UTF-8
Java
false
false
136
java
package com.itmain.proxy.cglib; public class Target { public void save(){ System.out.println("save is running!"); } }
[ "848036228@qq.com" ]
848036228@qq.com
3be87d2197b1c3ec5a4c7b86225f907e42eb2eb7
40665051fadf3fb75e5a8f655362126c1a2a3af6
/intuit-Tank/33f7f86351bbc076efe3b269d2988e65ee00b954/118/GenericFunctions.java
07717f4b61f332d7c0312b1de7cdf49dd0c87f00
[]
no_license
fermadeiral/StyleErrors
6f44379207e8490ba618365c54bdfef554fc4fde
d1a6149d9526eb757cf053bc971dbd92b2bfcdf1
refs/heads/master
2020-07-15T12:55:10.564494
2019-10-24T02:30:45
2019-10-24T02:30:45
205,546,543
2
0
null
null
null
null
UTF-8
Java
false
false
5,986
java
package com.intuit.tank.harness.functions; /* * #%L * Intuit Tank Agent (apiharness) * %% * Copyright (C) 2011 - 2015 Intuit Inc. * %% * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution...
[ "fer.madeiral@gmail.com" ]
fer.madeiral@gmail.com
367a933e044750b81364384fa6785ff4ddd222fe
3b3d65b5fb0de28cc0205f53f7f1bc2435126b35
/chapter7/src/main/java/com/apress/hibernaterecipes/chapter7/recipe1/Book1.java
2d9999548587dfd6cf4ced4d5706a38698f7c9e6
[]
no_license
dlee0113/hibernate_recipes_second_edition
d8145eccb4da451d683bf92f489b0f8aa8d19da3
edcee59e671750580a3b3664c8369ee6baf6c456
refs/heads/master
2016-09-06T13:55:07.823882
2015-07-07T18:01:20
2015-07-07T18:01:20
38,683,522
3
2
null
null
null
null
UTF-8
Java
false
false
457
java
package com.apress.hibernaterecipes.chapter7.recipe1; import lombok.Data; import lombok.NoArgsConstructor; import javax.persistence.*; import java.util.HashSet; import java.util.Set; @Entity @Data @NoArgsConstructor public class Book1 { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) int id; ...
[ "dlee0113@gmail.com" ]
dlee0113@gmail.com
9f5cb64ecf66a7e36ff588a3eb2af1c30dfd8df8
40cd4da5514eb920e6a6889e82590e48720c3d38
/desktop/applis/apps/core/common/expressionlanguage/src/main/java/code/expressionlanguage/exec/blocks/ExecDeclareVariable.java
68edf319963dc0a713520120759bbcb1e9786256
[]
no_license
Cardman/projects
02704237e81868f8cb614abb37468cebb4ef4b31
23a9477dd736795c3af10bccccb3cdfa10c8123c
refs/heads/master
2023-08-17T11:27:41.999350
2023-08-15T07:09:28
2023-08-15T07:09:28
34,724,613
4
0
null
2020-10-13T08:08:38
2015-04-28T10:39:03
Java
UTF-8
Java
false
false
849
java
package code.expressionlanguage.exec.blocks; import code.expressionlanguage.ContextEl; import code.expressionlanguage.exec.StackCall; import code.expressionlanguage.exec.calls.AbstractPageEl; import code.util.StringList; public final class ExecDeclareVariable extends ExecAbstractDeclareVariable { private final S...
[ "f.desrochettes@gmail.com" ]
f.desrochettes@gmail.com
a9415fbc8cad46fc6b5d224d6dc578865d7b7f4e
10acd8c52a067661f0314fba8efe963617878631
/src/Trees/ZigZagOrderTraversal.java
04a6229e853e278948e781de0171efd753d40672
[]
no_license
utkarsh2kalia/Data_Structures
3e260c6405734425bfaad5917e03bc838275d0a7
897f2914610d15ce71dd5821b20ac9cc2fd1d6a5
refs/heads/master
2023-06-14T09:10:43.852879
2021-07-01T09:13:35
2021-07-01T09:13:35
290,283,012
0
0
null
null
null
null
UTF-8
Java
false
false
1,637
java
package Trees; import java.util.ArrayDeque; import java.util.Deque; import java.util.LinkedList; import static Trees.InorderTraversal.maketree; public class ZigZagOrderTraversal { public static void zigzagtraversal(TreeNode root){ Deque<TreeNode> qi = new ArrayDeque<>(); if(root == null) ...
[ "utkarsh2kalia@gmail.com" ]
utkarsh2kalia@gmail.com
95bbf2beee5aef7622309ac45ae0e42056d4865c
659f2dfa9e5efcb6619aa5bdc087ed127f8c93e4
/sources/libraries/config/model/src/main/java/com/minsait/onesait/platform/config/model/GadgetMeasure.java
7ee94ad63c9e8a4d80331ca620dc7b368765ce5b
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
onesaitplatform/onesaitplatform-revolution-the-minspait-crowd
cdb806cbcf5d38d9301a955a88b1e6f540f1be05
09937b4df0317013c2dfd0416cfe1c45090486f8
refs/heads/master
2021-06-17T10:53:26.819575
2019-10-09T14:58:20
2019-10-09T14:58:20
210,382,466
2
1
NOASSERTION
2021-06-04T02:20:29
2019-09-23T14:55:26
Java
UTF-8
Java
false
false
1,918
java
/** * Copyright Indra Soluciones Tecnologรญas de la Informaciรณn, S.L.U. * 2013-2019 SPAIN * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LI...
[ "danzig6661@gmail.com" ]
danzig6661@gmail.com
07669e80c4093d1d9632b86bf771eacb10e786b8
a7454682c6413d11647e0eacc63704b5c3bc8ee4
/SAVOIR_MgmtServices/src/ca/gc/nrc/iit/savoir/resourceMgmt/InstanceState.java
4be49a7736d47700eebce305e7a852b942865e0b
[]
no_license
savoir2013/savoir
ffec9b38d2cd41cac689c776bb5c742d0d1dc65a
daa80b13475729ba1d490f8dd93d85553bca09aa
refs/heads/master
2021-01-22T09:47:18.370871
2013-01-29T21:26:46
2013-01-29T21:26:46
7,899,749
1
0
null
null
null
null
UTF-8
Java
false
false
870
java
// Licensed under Apache 2.0 // Copyright 2011, National Research Council of Canada // Property of Lakehead University package ca.gc.nrc.iit.savoir.resourceMgmt; /** * Represents the state of a specific instance of an ED * * @author Aaron Moss */ public class InstanceState { /** Reference to the instance this ...
[ "Justin.Hickey@nrc.gc.ca" ]
Justin.Hickey@nrc.gc.ca
01ab078bcff066e62d5065b7e953094b12e71cab
3f11c2c79fa345eea9dc1235091d2088a3d0a219
/src/part_1/com/endava/entity/info/CountriesBlackList.java
cad3c3c6f4631739a385b877ce9866f45359cbc3
[]
no_license
Stason1o/IonExercise_2
f4dcf34dcf59b8a508a6a06ecc4fd00f790a9009
ce5806ad12391d8def92da04a542a55661e085b7
refs/heads/master
2021-01-23T00:25:00.357077
2017-10-03T15:56:04
2017-10-03T15:56:04
85,727,431
0
0
null
null
null
null
UTF-8
Java
false
false
1,025
java
package part_1.com.endava.entity.info; import part_1.com.endava.entity.Country; import java.util.ArrayList; import java.util.List; /** * Created by sbogdanschi on 21/03/2017. */ public class CountriesBlackList { static private List<Country> supportedCountries; static { supportedCountries = new Arr...
[ "stasikus1996@gmail.com" ]
stasikus1996@gmail.com
70f71d905421c49edb57f7cf322018140bdb1158
0a9ce9f974c29f182d73580b96cabd0a3eb61e03
/app/src/main/java/com/toto/proyecto/MainActivity.java
1b046043aebdb1611e2e313491a58c65ad422f87
[]
no_license
hprobertos/RecommenDish
e773a65961e08982c57d3d1786af60cbb9285d89
336e02ed73b0f6e02384c04c4e089ff916b2e374
refs/heads/master
2020-06-24T07:39:39.009970
2020-01-07T05:37:17
2020-01-07T05:37:17
198,899,485
0
0
null
null
null
null
UTF-8
Java
false
false
1,989
java
package com.toto.proyecto; import android.content.Intent; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.view.Window; import android.widget.AdapterView; import a...
[ "noreply@github.com" ]
hprobertos.noreply@github.com
5d6d81613676eef5ae29c67b4386b5fd42ced14d
c2b0743ee2f663c5fd48bb9f2ef0db48d121b097
/eventos/src/eventos/OuvinteMuse.java
af407fa0b83b3c2405d831dcdedddb5713e2c27d
[]
no_license
thiagofaustinoads/ADS017
978103f878a2abc95c230bb6f912a14df7c5340b
297f2c579e6bebe5e4de2f999e1811b5c19db30a
refs/heads/master
2022-03-10T02:03:23.286358
2019-11-08T01:42:40
2019-11-08T01:42:40
201,349,802
0
0
null
2019-08-08T23:02:06
2019-08-08T23:02:05
null
UTF-8
Java
false
false
933
java
package eventos; import java.awt.event.MouseEvent; import java.awt.event.MouseListener; public class OuvinteMuse implements MouseListener { @Override public void mouseClicked(MouseEvent e) { System.out.println("Disparando mouseClicked..."); System.out.println("Clicou o botรฃo" + e.ge...
[ "18214290017@OLAB04-D17.academico.iesb.br" ]
18214290017@OLAB04-D17.academico.iesb.br
c2d172c951b98b8578cc492f4cf91d713d033b72
43e3f15d861c76e0859dc9e4bb5d5ad43a6f2844
/src/session8Polymorphism/CoveriantReturn.java
aef9a2c12b19c8311c262ef0fedb36e3d94055da
[]
no_license
LinZhenli/ThinkingInJavaLearn
6f3463d6c7d3e81fe1ffeaf4c4113f67673f1270
fffa7efa4b502f09ce750ae671ba9bdfa5ff4aa9
refs/heads/master
2023-03-21T09:21:54.088013
2021-03-10T13:14:05
2021-03-10T13:14:05
346,356,443
0
0
null
null
null
null
GB18030
Java
false
false
635
java
package session8Polymorphism; class Grain{ public String toString() {return "Grain";} } class Wheat extends Grain{ public String toString() {return "Wheat";} } class Mill{ Grain process(){return new Grain();} } class WheatMill extends Mill{ @Override Wheat process() {return new Wheat();}//่ฟ™้‡Œ่™ฝ็„ถๆ˜ฏ่ฆ†็›–๏ผŒไฝ†ๆ˜ฏ่ฟ”ๅ›ž็ฑปๅž‹ๅดๆ˜ฏๅŸบ็ฑป็š„่ฟ”ๅ›ž...
[ "โ€˜754898643@qq.comโ€™" ]
โ€˜754898643@qq.comโ€™
2888eb0ff572989b94c6792261295053a6eb3756
d82926628234a44b2c5c3097501d991875550ab8
/tcg-admin/src/main/java/com/tcg/admin/model/QCategoryRole.java
210cfeb519ce18742e8e791fb74c00e42690dd15
[]
no_license
shiwanning/tcg_admin
2cf95ce796ce1585e95f2da537f74bf93942318a
d3e9a85489c2bc5c4ed00a14e1568c7f21ee9880
refs/heads/master
2022-12-23T14:28:53.662324
2019-07-18T10:46:08
2019-07-18T10:46:08
151,556,864
0
0
null
2022-12-16T08:55:34
2018-10-04T10:48:29
Java
UTF-8
Java
false
false
1,763
java
package com.tcg.admin.model; import static com.mysema.query.types.PathMetadataFactory.*; import com.mysema.query.types.path.*; import com.mysema.query.types.PathMetadata; import javax.annotation.Generated; import com.mysema.query.types.Path; /** * QCategoryRole is a Querydsl query type for CategoryRole */ @Genera...
[ "shiwanning@aliyun.com" ]
shiwanning@aliyun.com
18f280edc2a73215500d2afa83e4b572b8b438d8
ae661f9e620f3d14ebdf04f98fe7ea2c7ca948a4
/2Trimestre/Extra-Fotocopiadora/src/extra/fotocopiadora/Metodos.java
1dfda594be8660b6f857da32db36f1236edd7cfd
[]
no_license
ablancoabalde/Ejercicios_extra
c95e7db836f90ba157cedae33a9f5faa13753bbc
27de3dfd74f11261a4a212cfd5541a9c1c965ef9
refs/heads/master
2021-05-07T14:20:59.777679
2018-02-07T10:47:18
2018-02-07T10:47:18
109,812,551
0
0
null
null
null
null
UTF-8
Java
false
false
1,015
java
package extra.fotocopiadora; import java.util.LinkedList; public class Metodos { // Clase LinkedList LinkedList<Texto> impresion=new LinkedList<Texto>(); public void enviar(Texto t) { //Agrega el elemento especificado al final de esta lista. impresion.add(t); } public void impr...
[ "ablancoabalde@victoria6.danielcastelao.org" ]
ablancoabalde@victoria6.danielcastelao.org
cdf22c34fde41a62570584fd971e1914182df6f8
5ad8f7647de77659b0278f259c1ed88c65c10596
/src/test2/Testframe.java
31d12f794b8f4bdd71c0bc9de99d1b431963ba97
[]
no_license
JameeElrufai/Test2
25f8cbfa69a6d6584b84b4bd3cef54daf84b50ff
67ce6b8cc22fe44cbd79640bf996e21a8c4879e6
refs/heads/master
2021-01-22T18:32:42.076527
2017-03-15T15:37:03
2017-03-15T15:37:03
85,087,887
0
0
null
null
null
null
UTF-8
Java
false
false
13,079
java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package test2; import java.io.File; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import java.nio...
[ "AZIZA@DESKTOP-S3EUOHQ" ]
AZIZA@DESKTOP-S3EUOHQ
c1a57d53aa0b8dc2b0f0c5fb565689bbea396577
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/8/8_4dbe8ad3a815a74abaa780b40298793a5401da69/ExportProjectSetMainPage/8_4dbe8ad3a815a74abaa780b40298793a5401da69_ExportProjectSetMainPage_s.java
7d4087b1f1cc5c24241277b0602a02aa6a8531eb
[]
no_license
zhongxingyu/Seer
48e7e5197624d7afa94d23f849f8ea2075bcaec0
c11a3109fdfca9be337e509ecb2c085b60076213
refs/heads/master
2023-07-06T12:48:55.516692
2023-06-22T07:55:56
2023-06-22T07:55:56
259,613,157
6
2
null
2023-06-22T07:55:57
2020-04-28T11:07:49
null
UTF-8
Java
false
false
6,519
java
/******************************************************************************* * Copyright (c) 2002 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v0.5 * which accompanies this distribution, an...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
da3b2c55155ac291eba687ccc3198b3158d38392
ccf5afceaf104a26660c49eaf83f7b2cfb1fb155
/src/main/java/be/ordina/fbousson/domain/SocialUserConnection.java
f16fbd1eca14f23405de05e3beac9c9972473a24
[]
no_license
fbousson/demojhipster
26cc01d81cf99bd5c4d2fb5d9daa0f81195c0f51
65d52b26a793170b8ba83220f726d1bbb7f87de4
refs/heads/master
2021-01-02T09:30:00.591700
2017-08-03T12:51:01
2017-08-03T12:51:01
99,228,071
0
0
null
null
null
null
UTF-8
Java
false
false
5,551
java
package be.ordina.fbousson.domain; import org.hibernate.annotations.Cache; import org.hibernate.annotations.CacheConcurrencyStrategy; import javax.persistence.*; import javax.validation.constraints.NotNull; import java.io.Serializable; import java.util.Objects; /** * A Social user. */ @Entity @Table(name = "jhi_so...
[ "fbousson@gmail.com" ]
fbousson@gmail.com
ff6d92feac498bb76ea30510e289e705439938b8
e78f31e1ab0a502f23229912161356fcee17d586
/app/src/main/java/com/esprit/insta360/Activity/LoginActivity.java
014c71d759ea4434ad9bbe537c4bd6e4e7bd72bc
[]
no_license
EwoutH/Insta360
c7371cb515d644c4d7adcaee47820a2f32c49fcc
0bc9bc6308793b7b132d0054ef3f6e9fd976d5d9
refs/heads/instaMaster
2023-04-10T14:52:05.186923
2017-04-06T23:57:28
2017-04-06T23:57:28
166,666,028
0
0
null
2023-04-04T00:24:39
2019-01-20T13:43:27
Java
UTF-8
Java
false
false
962
java
package com.esprit.insta360.Activity; import android.app.Fragment; import android.content.Intent; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import com.esprit.insta360.Fragments.LoginFragment; import com.esprit.insta360.R; /** * A login screen that offers login via email/password. *...
[ "hassine.khelil@esprit.tn" ]
hassine.khelil@esprit.tn
75c393b7ebf728e6800e7b8abc5e599d5ec0f5fc
f12c77fb9dc9daacf71a8aa7ec59944fd97753d2
/ruoyi-system/src/main/java/com/ruoyi/system/domain/StandardItem.java
e4f90066230a321a244549d3f24c6a8b4d65f0bc
[]
no_license
and0429/wife-admin
4a323f2902b1a7d8dcfc368ffa1f1abc2a4d5e1e
e5d1ad5139ce5272980fb7b0f0cb4b58514f1013
refs/heads/master
2023-08-12T00:27:48.093434
2021-10-14T09:29:40
2021-10-14T09:29:40
364,923,518
0
0
null
null
null
null
UTF-8
Java
false
false
1,545
java
package com.ruoyi.system.domain; import org.apache.commons.lang3.builder.ToStringBuilder; import org.apache.commons.lang3.builder.ToStringStyle; import com.ruoyi.common.annotation.Excel; import com.ruoyi.common.core.domain.BaseEntity; /** * ๆ ‡ๅ‡†็ฑป็›ฎๅฏน่ฑก b_standard_item * * @author zhangkai * @date 2021-04-23 */ publi...
[ "and0429@gmail.com" ]
and0429@gmail.com
240076e0edb5a756145c30608e27eda25e17209e
a4f53e417d8a6268cd0412dba05a65c83acccd65
/Online_read_source_code/While Loop/src/com/company/Even_Number.java
f5ba290e4e3d18dd029c18955991407b59a9b53f
[]
no_license
LalithaRajesh/My-Java-Learnings
bd4e63523319fd249183ab45978e347be3117994
42be72a619d68b1519ebcfbc8c1e76129b6b6a9d
refs/heads/master
2021-05-18T22:05:16.807412
2020-06-15T22:43:58
2020-06-15T22:43:58
251,444,976
0
0
null
null
null
null
UTF-8
Java
false
false
855
java
package com.company; public class Even_Number { public static void main(String[] args) { isEvenNumber(4); isEvenNumber(9); ischeckeven(6); } public static void isEvenNumber(int num) { if(num % 2 == 0) { System.out.println(num + " is a even number"); } ...
[ "lalithaiyerg@gmail.com" ]
lalithaiyerg@gmail.com
a9d0b0d8eaadee50c44dcd1b44db8555bbc37421
a5b7853f5cce068f8da48e607e02449c7e6d722f
/src/test/java/com/bbg/beacon/web/rest/AuditResourceIntTest.java
3f96e6f19593afeca3811e703ca4fa9b58064de0
[]
no_license
miketregan/beacon
cd52be3b118af63d1e9acff21af67981c89c52f2
0f08a6057d803c5f90f2f38c819514420e6a2899
refs/heads/master
2021-01-25T12:36:56.635794
2018-03-01T20:00:30
2018-03-01T20:00:30
123,485,785
0
0
null
null
null
null
UTF-8
Java
false
false
5,939
java
package com.bbg.beacon.web.rest; import com.bbg.beacon.BeaconApp; import com.bbg.beacon.config.audit.AuditEventConverter; import com.bbg.beacon.domain.PersistentAuditEvent; import com.bbg.beacon.repository.PersistenceAuditEventRepository; import com.bbg.beacon.service.AuditEventService; import org.junit.Before; import...
[ "jhipster-bot@users.noreply.github.com" ]
jhipster-bot@users.noreply.github.com
e10d5b2346682bea94dc5a6ff908d944d2f5adc5
aa7b284666e4c1916bf1436d42ade2453660a9ca
/src/main/java/com/myfinances/auth/AuthInterceptor.java
b3593808030a08a5bf9c72d906febe744258c5bc
[]
no_license
samandmoore/myfinances
3646414f42bccec5efe57f041e5984d19979334d
78323a9627678d591eab3f9a9a17a677a25473e0
refs/heads/main
2023-06-24T12:34:18.259698
2013-08-26T02:43:36
2013-08-26T02:43:36
11,141,179
1
1
null
2023-06-18T17:39:59
2013-07-03T03:36:03
CSS
UTF-8
Java
false
false
1,906
java
package com.myfinances.auth; import com.myfinances.users.IUserService; import com.myfinances.users.User; import com.myfinances.users.UserService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.ResponseEntity; import org.springframework.util.Assert; import org.springframe...
[ "samandmoore@gmail.com" ]
samandmoore@gmail.com
de01a969575742060439a3b551b886c9c58c43b4
5389a8c69c80029ec19bd8ffd1145a684ebe3764
/ch07/fig07_11_13/DeckOfCardsTest.java
df3b577da70d52d351e7cc674aa41c3ab5a7776b
[]
no_license
elossi/Java-JHTP11ed
2563dfbcab2761c0cefe8cdb6de0b56d671d95c9
b498eb50f87aa367a25efb48f9939ad14135a5fd
refs/heads/master
2022-11-15T13:50:24.754419
2020-07-02T06:03:14
2020-07-02T06:03:14
261,314,180
0
0
null
null
null
null
UTF-8
Java
false
false
1,732
java
// Fig. 7.13: DeckOfCardsTest.java // Card shuffling and dealing. public class DeckOfCardsTest { // execute application public static void main(String[] args) { DeckOfCards myDeckOfCards = new DeckOfCards(); myDeckOfCards.shuffle(); // place Cards in random order // print all 52...
[ "noreply@github.com" ]
elossi.noreply@github.com
ae2a09c4c6c39b3653b7c4be2a56e6d68e123648
ead8c163093453fdfff08858da363e6acda65d37
/src/workflow/AbstractGraph.java
dfbd3b5596638b189e12cfa1594f32c653c7221c
[]
no_license
Fruit-Basket/WorkFlowSystemBaseOnAOE
c731750acd3f1beb51d0a09b1c84714544f26da9
48d05adb667df78da01b9d1ba207927d47f6bd20
refs/heads/master
2021-01-19T15:14:05.441808
2017-08-21T13:11:54
2017-08-21T13:11:54
100,953,681
0
0
null
null
null
null
GB18030
Java
false
false
2,012
java
/** * ๅŸบไบŽAOE็ฝ‘็š„่ฝป้‡ๅทฅไฝœๆต็ณป็ปŸ * Author: FruitBasket * Time: 2013/4/1 * Email: FruitBasket@qq.com * Source code: github.com/Fruit-Basket */ package workflow; import java.util.ArrayList; import java.util.List; /** * ไฝฟ็”จ่พน็š„ๆ•ฐ็ป„ๆฅๅญ˜ๆ”พ่พน * @author FruitBasket * */ public abstract class AbstractGraph implements Graph { protected L...
[ "mengqidluffy@gmail.com" ]
mengqidluffy@gmail.com
50e6ff661bd15db018d10527ed9ded859f5a7015
e571b40200f7b275f246904094a00fdb4046e0de
/cloud-gateway-conf-9527/src/main/java/com/xcx/springcloud/gateway/filter/MyGatewayFilter.java
5f0eb08d94c2706d9b2cae4f4b6353e9ae133517
[]
no_license
xcx-scanner/cloudproject
876269db97b5ce06aad4e04844f0ddb5b288fae3
9d452056c12d66c04f6b84f1c019cba9fcd75ab3
refs/heads/master
2022-07-07T04:54:34.899928
2020-04-24T08:10:12
2020-04-24T08:10:12
258,231,255
0
0
null
null
null
null
UTF-8
Java
false
false
1,756
java
package com.xcx.springcloud.gateway.filter; import lombok.extern.slf4j.Slf4j; import org.springframework.cloud.gateway.filter.GatewayFilterChain; import org.springframework.cloud.gateway.filter.GlobalFilter; import org.springframework.core.Ordered; import org.springframework.http.HttpStatus; import org.springframework...
[ "xiang542492422@163.com" ]
xiang542492422@163.com
d1b74fcf3d9e432ec9e59602cec72283a0090412
0ae199a25f8e0959734f11071a282ee7a0169e2d
/core/api/src/main/java/org/onosproject/net/EdgeLink.java
914d6a41b79a7f109f91d9c8842f64df46362073
[ "Apache-2.0" ]
permissive
lishuai12/onosfw-L3
314d2bc79424d09dcd8f46a4c467bd36cfa9bf1b
e60902ba8da7de3816f6b999492bec2d51dd677d
refs/heads/master
2021-01-10T08:09:56.279267
2015-11-06T02:49:00
2015-11-06T02:49:00
45,652,234
0
1
null
2016-03-10T22:30:45
2015-11-06T01:49:10
Java
UTF-8
Java
false
false
1,164
java
/* * Copyright 2014 Open Networking Laboratory * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless require...
[ "lishuai12@huawei.com" ]
lishuai12@huawei.com
b7c56da57b27b10b713148f70931b34c455f3d01
777640a710ed839bc0b7ce3d79d305bd595c7ac8
/spring-framework-custom-14/src/main/java/com/xufangfang/spring/framework/factory/support/ListableBeanFactory.java
7b5bfafa4d274a4642c47fc63ea56c06faca84a3
[]
no_license
fangfangxu/Spring-family
2485713a1f75577ad4aff5c4c303045fca5add22
7f6704f9d266819dba896e63ca749b84fd661e1f
refs/heads/master
2022-12-31T17:54:10.116544
2020-06-09T18:30:39
2020-06-09T18:30:39
263,952,004
0
0
null
2020-10-13T22:30:40
2020-05-14T15:25:11
Java
UTF-8
Java
false
false
754
java
package com.xufangfang.spring.framework.factory.support; import com.xufangfang.spring.framework.factory.BeanFactory; import java.util.List; /** * * //TODO ๅฏๅˆ—่กจๅŒ–็š„ๅฑ•็คบSpringๅฎนๅ™จไธญ็š„beanๅฎžไพ‹ */ public interface ListableBeanFactory extends BeanFactory { /** * ๅฏไปฅๆ นๆฎๅ‚ๆ•ฐ่Žทๅ–ๅฎƒๅญ็ฑปๅž‹็š„ๅฎžไพ‹๏ผŒๆฏ”ๅฆ‚ไผ ้€’Object.class๏ผŒ * ๅˆ™่ฏดๆ˜Ž่Žทๅ–็š„ๆ˜ฏๆ‰€ๆœ‰็š„ๅฎžไพ‹ๅฏน่ฑก ...
[ "472848022@qq.com" ]
472848022@qq.com
8f74601d5a3bc41ad584008a03f0ecf3c9f72d9b
a5c0afe0edf94e2019c6049b1300eeb19de67c3b
/Employee Management/src/main/java/com/nagarro/springboot/SpringbootCrudRestfulWebservicesApplication.java
5f45bcab821e51d285ba203daaab23f501055f44
[]
no_license
colourful-breeze19/AdvanceJava-SpringBoot
f45262b32786f0791b4edabd6c8a572890e7e9f7
60016b39fd7e9448937d29394fda9cb31206b847
refs/heads/master
2023-06-05T14:44:34.255002
2021-06-23T09:52:39
2021-06-23T09:52:39
379,361,601
0
0
null
null
null
null
UTF-8
Java
false
false
396
java
package com.nagarro.springboot; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; /** * @author chahat * */ @SpringBootApplication public class SpringbootCrudRestfulWebservicesApplication { public static void main(String[] args) { SpringAppl...
[ "chahatp19@gmail.com" ]
chahatp19@gmail.com
fa284416cb638d7a51136fb570a070f487bdb183
bc0449a5735009ea61f5392a838e4d282e315774
/src/ru/mishapan/isoscelestriangle/main/Main.java
8d80f046bf0a433ffa82873d83975b07a297c74e
[]
no_license
Michaelpan21/SFT_Focus_Start
4da40c5552a2d7c3f888747d6c8a62a13bbb4c29
2ae4cdfee74e069d5821f36e6b0c555be424c71c
refs/heads/master
2020-08-07T13:02:04.261255
2019-10-15T10:44:08
2019-10-15T10:44:08
213,461,094
0
0
null
null
null
null
UTF-8
Java
false
false
977
java
package ru.mishapan.isoscelestriangle.main; import ru.mishapan.isoscelestriangle.filereaderwriter.TriangleReader; import ru.mishapan.isoscelestriangle.filereaderwriter.FileWriter; import java.nio.file.Path; import java.nio.file.Paths; public class Main { /** * Reads coordinates from file and save the larg...
[ "mishaaaaa21@gmail.com" ]
mishaaaaa21@gmail.com
8f9a31bc73d59aedeff396fbf8154d9384a2dfc5
c50b572406c66650b6f0692552beef7a05675d9b
/src/inter/amazonJoe.java
0809eac3a644a107ad495dc736d55a29d328b486
[]
no_license
joetomjob/JMJ
d786aa36d62be8e25e61343cdf031785b35293a3
a94e60599bb9ed7197f83fd9eaad4cb78cf5a2f2
refs/heads/master
2021-06-01T13:52:05.406038
2020-10-24T23:10:31
2020-10-24T23:10:31
111,360,105
0
2
null
null
null
null
UTF-8
Java
false
false
1,961
java
package inter; import java.util.ArrayList; import java.util.Collections; import java.util.List; /** * Created by joetomjob on 8/18/19. */ public class amazonJoe { public static int minimumTime(int numOfParts, List<Integer> parts) { if(parts.size() == 0) { return 0; } if(pa...
[ "joetomjob@gmail.com" ]
joetomjob@gmail.com
a866c541fb482b558dd71f990b9f5dee10635c69
1ec7ca713f7ff3132efbef515354cc386652bdb2
/src/main/java/com/kaikeba/app/action/OrderAction.java
c8a9a5212d1bbe8c50fae1a6ba416f395eef7461
[]
no_license
kaikebaH/ssm
c25969506ca7f843d3a59716dcf8abf3ca3d9247
611b666b8486c584356d44f97978ad61bb76b95a
refs/heads/master
2021-01-01T19:37:07.924870
2017-07-28T08:28:44
2017-07-28T08:28:44
98,627,591
0
0
null
null
null
null
UTF-8
Java
false
false
12,174
java
package com.kaikeba.app.action; import com.kaikeba.app.entity.*; import com.kaikeba.app.service.ICartItemService; import com.kaikeba.app.service.IOrderService; import com.kaikeba.app.utils.CommonUtils; import com.kaikeba.app.utils.paymentUtils; import com.kaikeba.commons.PageBean; import com.kaikeba.commons.PropKit; i...
[ "770552787@qq.com" ]
770552787@qq.com
8d3616916a18f8edb6362e086d8995e13e8bfeb9
3df715c046ce3d96680b3df88ca26a048fb3c71d
/src/๋ฌธ์ œ์ง‘/backjoon/๋ถ€๋ถ„ํ•ฉ/Main.java
c071814cd68b644cb784983c7d8bb5a122f5e18d
[]
no_license
camel-man-ims/algorithm-collection
79163d0f0681b4e682ed14b3ac3cc499e832204d
225473c41f206337de9c97a33ea92414f2793c37
refs/heads/main
2022-12-27T04:52:59.505738
2022-11-16T15:23:14
2022-11-16T15:23:14
303,552,853
1
1
null
null
null
null
UTF-8
Java
false
false
1,261
java
package ๋ฌธ์ œ์ง‘.backjoon.๋ถ€๋ถ„ํ•ฉ; import java.io.*; import java.util.StringTokenizer; public class Main { static int N,S; static int[] arr; static int answer; public static void main(String[] args) throws IOException { System.setIn(new FileInputStream("./src/backjoon/๋ถ€๋ถ„ํ•ฉ/input.txt")); Buffered...
[ "gudwnsrh@gmail.com" ]
gudwnsrh@gmail.com
71898848897a75c32dd08eabceaf258c6d7d381e
6bf994a02a21c5a190918973804277773b001878
/motanServiceBoot/src/main/java/com/MotanServiceBoot/starter/condition/BasicServiceConfigCondition.java
d736e9c052c09b3412bceb1518c95b6c387e95e6
[]
no_license
TopJames/SpringCloudDemo
9ef135dc57d20982e7b54788c06f10277b558ef1
6b012cec1cec40c6d30705521b1adc077b656aa2
refs/heads/master
2020-03-13T14:08:47.918525
2020-01-20T09:13:21
2020-01-20T09:13:21
131,152,681
0
0
null
null
null
null
UTF-8
Java
false
false
756
java
package com.MotanServiceBoot.starter.condition; import org.springframework.context.annotation.Condition; import org.springframework.context.annotation.ConditionContext; import org.springframework.core.env.Environment; import org.springframework.core.type.AnnotatedTypeMetadata; import org.springframework.util.StringUt...
[ "zhanlangqi@126.com" ]
zhanlangqi@126.com
36886944f8e1d168769612133f0a47ad9b7bb602
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/9/9_dee9420cdab18b1fbd79fd64240c202c07a01842/MethodInvokerUtils/9_dee9420cdab18b1fbd79fd64240c202c07a01842_MethodInvokerUtils_t.java
3792d742d1f1d76f1f481cc19ddb95d11d259461
[]
no_license
zhongxingyu/Seer
48e7e5197624d7afa94d23f849f8ea2075bcaec0
c11a3109fdfca9be337e509ecb2c085b60076213
refs/heads/master
2023-07-06T12:48:55.516692
2023-06-22T07:55:56
2023-06-22T07:55:56
259,613,157
6
2
null
2023-06-22T07:55:57
2020-04-28T11:07:49
null
UTF-8
Java
false
false
6,091
java
/* * Copyright 2002-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requ...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
5dcb5a5ad29d3c5e47a378da30d990ef45a28239
c4faf92837f3c163be4f0089adfbc60828b7fce3
/src/by/it/tarasiuk/jd01_15/TaskA.java
fa83ea9317888d3f1883039ccbffe550e9512c7b
[]
no_license
AlexandrRogov/JD2018-04-11
f3407f240f0dcfa76d4a56346c40e606f49764bb
4597619c75cbf8e5b35ed72ad5808413502b57e2
refs/heads/master
2020-03-15T11:50:33.268173
2018-07-05T23:21:10
2018-07-05T23:21:10
132,129,820
0
1
null
2018-05-04T11:09:42
2018-05-04T11:09:41
null
UTF-8
Java
false
false
1,462
java
package by.it.tarasiuk.jd01_15; import java.io.*; public class TaskA { private static String path(Class<?> cl) { String rootPrj = System.getProperty("user.dir"); String path = cl.getName() .replaceAll(cl.getSimpleName(), "") .replace('.', File.separator.charAt(0));...
[ "tarasiukvitali@gmail.com" ]
tarasiukvitali@gmail.com
37000cdab6eaa894c9278bdaab53c8db448cbd96
e270c6f5a7d2432297eab900894389f8f8764495
/Ass01Calculator/app/src/androidTest/java/com/example/ass01_calculator/ExampleInstrumentedTest.java
4948b99aaddd81a89c1b5f38f80b5a29a521a1fb
[]
no_license
Huy1411/Android
1af5b605ff6c9c023250cd94aa8dfc40e2787b58
7a4a23ccde618d836104b5eb2d92d0ba05c0ea48
refs/heads/main
2023-06-06T00:03:57.803961
2021-06-21T02:24:40
2021-06-21T02:24:40
371,236,026
0
1
null
null
null
null
UTF-8
Java
false
false
770
java
package com.example.ass01_calculator; import android.content.Context; import androidx.test.platform.app.InstrumentationRegistry; import androidx.test.ext.junit.runners.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumented test, which will execu...
[ "nguyenxuanhuy1411@gmail.com" ]
nguyenxuanhuy1411@gmail.com
0da9fcad90e0bb5b0d8ff6888bf99d52748997cb
7f96515ad18b5f7c2dac0446823e3cff85c00b21
/src/com/code/MergeSort.java
11ec1c6a3128906c97281fbb28ce4ea2cd879bbb
[]
no_license
netesh3/SortingAlgorithm
8bf530271735d0927e656807c61742f0aab31c79
ed28a3fcc4a30e8ad4e1ef48249dd0b6bc03daa3
refs/heads/master
2020-04-18T08:19:07.606763
2019-01-25T20:45:01
2019-01-25T20:45:01
167,392,217
1
0
null
null
null
null
UTF-8
Java
false
false
46
java
package com.code; public class MergeSort { }
[ "netesh91@gmail.com" ]
netesh91@gmail.com
17eba676d6faee292dbefebfbf2dab23810edd5b
70a7bb238a9d4395a2a660b4a907b95672f4a052
/app/src/test/java/com/anwesh/uiprojects/linkedxtoyballview/ExampleUnitTest.java
6f6c224cee5319caffc9a21df3920d6669c78273
[]
no_license
Anwesh43/LinkedXTOYBallView
01fe2d2a4b697605ec6c2d9afc22e1f28f2b5034
34efa54d96d3c0f024246af6ef60e17c155312e3
refs/heads/master
2020-03-24T01:52:32.926933
2018-07-26T04:45:16
2018-07-26T04:45:16
142,354,977
0
0
null
null
null
null
UTF-8
Java
false
false
418
java
package com.anwesh.uiprojects.linkedxtoyballview; import org.junit.Test; import static org.junit.Assert.*; /** * Example local unit test, which will execute on the development machine (host). * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ public class ExampleUnitTest { @Te...
[ "anweshthecool0@gmail.com" ]
anweshthecool0@gmail.com
4fcfaf825578d967073ea92c4729f93477575095
879e4e9846df1f1b41aec4b13e88e18bf928f09c
/src/main/java/com/web/kpbanking/services/MembersService.java
b6c6ddad07b1ca2603b9251522ac281c155b5b5d
[]
no_license
KingCarmo/KPBanking
2a9afc861e936deebbc70e3e0df3d57d0c90dfaf
17d2ee2eb86ce93258b8a92a1f62d13ba01667e7
refs/heads/master
2020-04-10T14:07:57.782577
2018-12-09T22:18:29
2018-12-09T22:18:29
161,068,627
0
0
null
null
null
null
UTF-8
Java
false
false
1,328
java
package com.web.kpbanking.services; import com.web.kpbanking.GetsSets.Members; import com.web.kpbanking.database.Database; /** * * @author Kevin Carmody && Peter Finegan w/ help of my cousin who helped me * write the code for the service part * */ public class MembersService { /* creating database object - ...
[ "kevincarmody97@gmail.com" ]
kevincarmody97@gmail.com
f3f3f8e247bcfa803582833d3c2809a847df1ac8
4005d1f8fd90c8a382b385159b5b10b89b24dd5b
/src/main/java/com/wisew/nioserver/Message.java
f9d9528fcc95819947f8ccbf92c0247eb9d7fb5f
[ "Apache-2.0" ]
permissive
wisew/java-nio-server
0c85c0fc1899db4eeec85bc6916e8c066b374cc9
5f4a6d556f9cebb29976116eebd1aa4b82d5097e
refs/heads/master
2023-01-28T08:25:54.842189
2020-12-10T11:06:24
2020-12-10T11:06:24
320,217,337
0
0
null
null
null
null
UTF-8
Java
false
false
3,031
java
package com.wisew.nioserver; import java.nio.ByteBuffer; public class Message { private MessageBuffer messageBuffer = null; public long socketId = 0; // the id of source socket or destination socket, depending on whether is going in or out. public byte[] sharedArray = null; public int offset = 0; /...
[ "ww_ttxy@163.com" ]
ww_ttxy@163.com
0f2bd56c720de5272755d4f95601769fde25319c
69327c77b81a4ec3d119c9be03e672306e0d64a6
/src/MemoryBase/UI.java
1b72c3dac44a4640b01173acffc42da72e314e73
[]
no_license
Group2BTB/MemoryBase
cae56af9af5233b90c454c3dab57219bd7e76726
e18df58c96902935c93ff44ad10e4b47593f2714
refs/heads/master
2021-01-10T17:40:49.986969
2015-06-15T16:15:55
2015-06-15T16:15:55
36,208,060
0
1
null
null
null
null
UTF-8
Java
false
false
8,385
java
package MemoryBase; import java.util.Scanner; public class UI { int width=79; /** * To show sequence of symbols in the first line of table */ public void line1(){ for(int i=0;i<width;i++){ if(i==0){ System.out.print("+"); }else if(i>=(width-1)){ System.out.print("+"); }else{ ...
[ "vichet297@gmail.com" ]
vichet297@gmail.com
25382842fd9dc8ace8e09d669441d55023502589
901476af236a6a3d3388cfe1efea89da99c77155
/e-rpc-test/src/main/java/com/app/test/service/PersonServiceImpl.java
3c25d316cf0d28623daa31b56e0ecc0f3a7b62e0
[]
no_license
xsliu2018/ERpc
f4d132b0a134553a826001e0c10e527f7d42a461
b446fca6d452d4b6c564184a68df6ab2fcde2884
refs/heads/master
2023-07-16T01:08:54.139230
2021-08-25T14:26:56
2021-08-25T14:26:56
393,708,670
0
0
null
null
null
null
UTF-8
Java
false
false
561
java
package com.app.test.service; import top.xsliu.erpc.core.annotation.ServiceProvider; import java.util.ArrayList; import java.util.List; /** * Created by luxiaoxun on 2016-03-10. */ @ServiceProvider(PersonService.class) public class PersonServiceImpl implements PersonService { @Override public List<Perso...
[ "xsl2011@outlook.com" ]
xsl2011@outlook.com
cd3502ed266f8951e44272f344bf34ecc3e05d7e
c634236c7fb442dde4913c665f89a46a5703583b
/EemBlue/libs/src/main/java/com/souja/lib/base/AdapterWithFooter.java
14b36fa535d89f8d9f7572ab2773eafc5824efd0
[]
no_license
souja/EEM
117850a4089e1bf95ee7a6d7e813bc0775503bf4
5f875eb0045260cd7bc0366c2ff0cb72e6a89fe7
refs/heads/master
2020-05-03T02:02:01.711413
2019-09-24T02:27:17
2019-09-24T02:27:17
178,355,871
0
0
null
null
null
null
UTF-8
Java
false
false
2,428
java
package com.souja.lib.base; import android.content.Context; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.ViewGroup; import com.souja.lib.tools.ViewHolderCommon; import com.souja.lib.R; import java.util.List; /** * ๅ’ฉๆœ‰ๅˆ†้กตbutๆœ‰Footer * Created by Ydz on 2017/6/...
[ "782579195@qq.com" ]
782579195@qq.com
20c1674085c6841ad90e900c58bac909239294a6
5ed1cd47eacf53abfe7892130282dc49e4f41e7b
/mall-platform/src/main/java/com/perenc/mall/platform/entity/vo/ActionVO.java
32a1145d0061032dbe57327b856e6386cf294a41
[]
no_license
15116446660/mall-2
75a4068fd946b73d2d5026e1c3c8d170452f8881
ad1c351f9cd154428ef76c6d3a68f946093c86bd
refs/heads/master
2020-09-19T12:15:28.762837
2019-10-10T10:09:36
2019-10-10T10:09:36
224,227,748
4
1
null
2019-11-26T15:43:08
2019-11-26T15:43:08
null
UTF-8
Java
false
false
813
java
package com.perenc.mall.platform.entity.vo; import lombok.Data; import lombok.NoArgsConstructor; import lombok.experimental.Accessors; /** * @ClassName: ActionVO * @Description: ๅ‰็ซฏๆดปๅŠจ่ฟ”ๅ›žๆ•ฐๆฎ * * @Author: GR * @Date: 2019/9/18 12:51 * * Modification History: * Date Author Description *--------------...
[ "1084424111@qq.com" ]
1084424111@qq.com
e7f507d0fa6f191b6de5b30f10d60c4fc743666c
91b7f72835defbfd2e2240590272bed71deb9197
/TestApp/app/src/main/java/com/example/initish/testapp/SignupActivity.java
a5c542e8bd84f411c424d73a5426c3320dfc997d
[]
no_license
initishh/Smart-Odisha-Hackathon
405e1ad9d8fdd6533686fc931092ee814488ff90
da4cf64cd25cee0561166eadc9ed638abb661b7b
refs/heads/master
2020-04-04T16:08:45.495905
2019-04-10T22:49:17
2019-04-10T22:49:17
156,066,352
1
0
null
null
null
null
UTF-8
Java
false
false
2,924
java
package com.example.initish.testapp; import android.content.Intent; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.support.v7.app.AppCompatActivity; import android.util.Log; import android.view.View; import android.widget.Button; import a...
[ "nitishkumarchoudhary3@gmail.com" ]
nitishkumarchoudhary3@gmail.com
620882ed7496d932bbe55a24ed5cc29ab7963a2d
233114dc382119bff46e770effee31e4dfac1d00
/android/src/main/java/com/twiliorn/library/TwilioRemotePreviewManager.java
e82fea874436572c9f7ac97e1e26c41fca12106b
[]
no_license
rotmanyan/rn-twilio-video-webrtc
f1aa30dccdf184d214855b4ed9445f7d484947b0
c27558831c3ff2b6bb246e6c82a162e2ecdfeb5a
refs/heads/master
2023-02-08T14:01:25.548408
2020-10-01T16:15:16
2020-10-01T16:15:16
252,473,417
0
0
null
2023-01-25T00:01:20
2020-04-02T14:08:29
Java
UTF-8
Java
false
false
1,576
java
/** * Component for Twilio Video participant views. * <p> * Authors: * Jonathan Chang <slycoder@gmail.com> */ package com.twiliorn.library; import androidx.annotation.Nullable; import android.util.Log; import com.facebook.react.uimanager.SimpleViewManager; import com.facebook.react.uimanager.ThemedReactContext;...
[ "rotman.yan@gmail.com" ]
rotman.yan@gmail.com
b53640245160b9f0047d47cc13f6f3872043cd5f
bc2586bd8fea9042b2589e35400f2e2ffa2d3308
/UserFavourite/UserFavourite/src/main/java/com/ust/Exception/RestuarantNotFoundException.java
1084e50f3ef967ec102c50193995454e65b8d8f0
[]
no_license
Rasmiya-K-M/FoodieAppSpringboot
4d7369a961abae6615c19fcfae0b7eaf2c192f70
9c49579822dae184e9d1ba26255e0e575a52a93b
refs/heads/master
2023-05-01T18:29:53.965727
2021-05-12T07:09:58
2021-05-12T07:09:58
366,622,185
0
1
null
null
null
null
UTF-8
Java
false
false
215
java
package com.ust.Exception; public class RestuarantNotFoundException extends Exception { /** * */ private static final long serialVersionUID = 2L; public RestuarantNotFoundException() { super(); } }
[ "rasmiya.moheyeddinkutty@ust.com" ]
rasmiya.moheyeddinkutty@ust.com
09937be8e27b717e1afc64d05e71491f6fd7b574
b37726900ee16a5b72a6cd7b2a2d72814fffe924
/src/main/java/vn/com/vndirect/web/struts2/home/help/ReleaseNoteAction.java
3e0c1598bb27e583e85adb7760d8578879f39f4b
[]
no_license
UnsungHero0/portal
6b9cfd7271f2b1d587a6f311de49c67e8dd8ff9f
32325d3e1732d900ee3f874c55890afc8f347700
refs/heads/master
2021-01-20T06:18:01.548033
2014-11-12T10:27:43
2014-11-12T10:27:43
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,844
java
package vn.com.vndirect.web.struts2.home.help; import java.util.ArrayList; import org.apache.commons.lang.StringUtils; import org.apache.log4j.Logger; import org.springframework.beans.factory.annotation.Autowired; import vn.com.vndirect.business.INewsInfoManager; import vn.com.vndirect.domain.IfoNews; import vn.com....
[ "minh.nguyen@vndirect.com.vn" ]
minh.nguyen@vndirect.com.vn
5ffd10f38df8b1734d20edeb3df75634e7eada49
8f3c07b26e4e341f075a54af92e9645e5a50f4bb
/AcademicManagement/src/main/java/ejbs/CourseBean.java
ebc356651f0ee30b5fd7c09cecfece2adfe0edfd
[]
no_license
Soares234/AulasDAE
cce037b7600619d06eaf424e36cafffcdb8a584f
e2a4c7e4e8c4dc7c5882c3960ccc71641b902472
refs/heads/master
2022-12-28T04:59:16.753411
2020-10-15T17:12:14
2020-10-15T17:12:14
300,654,941
0
0
null
null
null
null
UTF-8
Java
false
false
742
java
package ejbs; import entities.Course; import entities.Student; import javax.ejb.Stateless; import javax.persistence.EntityManager; import javax.persistence.PersistenceContext; import java.util.List; @Stateless public class CourseBean { @PersistenceContext EntityManager em; public void create(int code,Str...
[ "ricardosoares1999@hotmail.com" ]
ricardosoares1999@hotmail.com
a91e4dc947586851125ff88d52be03cbf7db5a48
f109e6c465664cbd982dcb55bccb547e513373d6
/onestore/src/cn/onestore/utils/MD5Utils.java
d09a1cded71777d60185c9712e159c5dcfd41925
[]
no_license
mymmyy/oneStore
c696f2910c4748e8a40de1c9c0f45d467402c89d
80e0202d05511ff8c5b5f13ecd49219d3b928341
refs/heads/master
2021-01-23T17:06:58.645479
2017-09-07T16:28:15
2017-09-07T16:28:15
102,760,088
0
0
null
null
null
null
UTF-8
Java
false
false
866
java
package cn.onestore.utils; import java.math.BigInteger; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; /** * Created by ๆ˜ŽๆŸฏ on 2017/4/13. *ๅฏนๅฏ†็ ไฝฟ็”จMD5ๅŠ ๅฏ† 32ไฝ */ public class MD5Utils { public static String md5(String plainText){ //1.ๅ‡†ๅค‡ไธ€ไธชๅญ—็ฌฆๆ•ฐ็ป„ byte[] secretBytes = ...
[ "mym0806@163.com" ]
mym0806@163.com
315f425b8394030ff96c1af0913cdaa10212b350
278dab559864a5f4e5c2d8544f374209f6e19707
/src/main/java/menu_combination_sum/MenuCombinationSum.java
2bc8cb489e00e0b8360df1e8fc6324da592bd379
[ "MIT" ]
permissive
1stClassMovementCustomClassic/airbnb
a8e8e2c9a09cd8a23ebf4e340529b863ca3d4250
29cb40381b5cef3766c67d2b79114ee463bb25b0
refs/heads/master
2021-07-09T12:50:37.081953
2020-10-15T14:58:24
2020-10-15T14:58:24
202,969,732
1
0
MIT
2019-08-18T06:46:56
2019-08-18T06:46:56
null
UTF-8
Java
false
false
2,094
java
package menu_combination_sum; import java.util.*; import org.junit.*; import static org.junit.Assert.*; public class MenuCombinationSum { /* Menu Combination Sum AirBnB Interview Question */ public class Solution { private void search(List<List<Double>> res, int[] centsPrices, i...
[ "daniel@celential.ai" ]
daniel@celential.ai
200b8ad020b55f7a4f24a8051c1deccdcee1039f
24f640f08a2ff39878a82c5aa62f9b6c4cb22f5b
/app/src/main/java/com/example/jorda/provasub2/Model/Exemple.java
e5edd45aa186d19a20a762d10eef84336958978a
[]
no_license
jordanavi/provaSub2
64fa042f8cc91976c21a7750ec376222ecf584c4
782d6d882bea976292f53bf4eb618aa53d933ee1
refs/heads/master
2020-04-09T03:00:33.862970
2018-12-01T20:32:26
2018-12-01T20:32:26
159,964,817
0
0
null
null
null
null
UTF-8
Java
false
false
1,135
java
package com.example.jorda.provasub2.Model; public class Exemple{ private Double latitude; private Double longitude; private String timezone; private Currently currently; private Integer offset; public Double getLatitude() { return latitude; } ...
[ "jordanavilela01@gmail.com" ]
jordanavilela01@gmail.com
73a5dd1333feee2fd3c9c511d3725ca3f02034c5
a972859cd5e573fcc242ddb3cfe61782a644eaf5
/src/main/java/org/redlich/publications/db/publications/publications/Publications.java
a31a281acb8aaaba229168c8e7e05bf0153c067a
[]
no_license
mpredli01/publications
30826d20b73964b788b4b778f06c3325cab15375
ae4f4256d51664ba11729e2bce73bb83b5165784
refs/heads/master
2021-01-11T12:19:54.951053
2016-12-16T23:52:40
2016-12-16T23:52:40
76,465,378
0
0
null
null
null
null
UTF-8
Java
false
false
439
java
package org.redlich.publications.db.publications.publications; import org.redlich.publications.db.publications.publications.generated.GeneratedPublications; /** * The main interface for entities of the {@code publications}-table in the * database. * <p> * This file is safe to edit. It will not be overwritten by t...
[ "mike@redlich.net" ]
mike@redlich.net
17cbc15f4aafa3403d3495d237dff27410fd0fb8
a0ee0310b39db845d415fb47e7d6ed7c77713f0a
/generic_tree/Kth_Largest_In_GT_25.java
7860efe2297181fc86c8423a5038d1169d96482f
[]
no_license
Bhuvneshwar-Vishwakarma/Foundation-Course
ac38712a9b6fe71241ee5e333da650b815fcb2fa
24a5ffbfafd86f743281379115c3fc80d3b8b934
refs/heads/master
2023-08-19T02:06:34.454000
2021-10-06T15:35:27
2021-10-06T15:35:27
414,270,366
0
0
null
null
null
null
UTF-8
Java
false
false
2,062
java
package generic_tree; import java.io.*; import java.util.*; public class Kth_Largest_In_GT_25 { private static class Node { int data; ArrayList<Node> children = new ArrayList<>(); } public static void display(Node node) { String str = node.data + " -> "; for (Node child : node.children) { ...
[ "bhuvnesh8988@gmail.com" ]
bhuvnesh8988@gmail.com
57299b5199487bb868cad7b27193535604f09dab
1cdc488a41654bb352aff445d06f509afa3bdf3b
/src/main/java/com/github/jtam2000/jpa/relationships/bidirectiononetomany/PostageStamp.java
45b5fcfd086a7be09f3631a7f8a7625718b883f2
[]
no_license
jtam2000/learn_hibernate
af9a685701a856e0c5c321e9253145b2586b4853
c6c08283d8a42b89e116923e09fba1e9fd393be0
refs/heads/main
2023-01-18T15:32:28.046930
2020-11-13T16:09:47
2020-11-13T16:09:47
292,982,201
0
0
null
null
null
null
UTF-8
Java
false
false
4,711
java
package com.github.jtam2000.jpa.relationships.bidirectiononetomany; import com.github.jtam2000.jpa.HasPrimaryKey; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.GeneratedValue; import javax.persistence.Id; import javax.persistence.JoinColumn; import javax.persistence.Man...
[ "jasontamemail@gmail.com" ]
jasontamemail@gmail.com
9a0ace5191aa7c5d562f0ee0776054a076ed885c
ac32eeab54726be482b0e43193637d68bcbcfc8d
/src/DAO/MajorDAO.java
6cea324012f69cd1222466c03410f55ba3317dd7
[]
no_license
JohnQue/KOOTD
68177b562ef9657a664f1c04568e3967a2826a39
2217434584aea4fb708f86ded1bb0bb2cc4bdda6
refs/heads/master
2021-03-17T12:29:05.541853
2020-03-13T04:53:32
2020-03-13T04:53:32
246,990,942
0
0
null
null
null
null
UTF-8
Java
false
false
1,915
java
package DAO; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.util.ArrayList; import javax.naming.Context; import javax.naming.InitialContext; import javax.sql.DataSource; public class MajorDAO { private Connection conn = null; // ๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค๋ฅผ ์ ‘๊ทผํ•˜๊ธฐ ์œ„ํ•œ ๊ฐ์ฒด private Prep...
[ "exuberant94@naver.com" ]
exuberant94@naver.com
a97439e52333a23a6ab388b60f14d2ae565972e1
b1b68de78e1a722b91810a205294486be1fcd87e
/src/main/java/google/com/ortona/hashcode/final_2015/model/SolutionContainer.java
66925d2a32acf04059cdfb8dd8dee83caa8bcca9
[ "MIT" ]
permissive
stefano-ortona/google-hash-code
4bce563c3ef1d59a771520e92c9b4ce0715a6b4d
9e0b8cc282cefc8d17f70c80c2d532e70b70f82f
refs/heads/master
2023-06-27T08:08:15.692192
2022-02-16T14:04:31
2022-02-16T14:04:31
121,667,987
0
1
NOASSERTION
2023-06-14T22:18:56
2018-02-15T18:49:15
Java
UTF-8
Java
false
false
733
java
package google.com.ortona.hashcode.final_2015.model; import java.util.List; public class SolutionContainer { List<Baloon> baloons; public SolutionContainer(List<Baloon> baloons) { this.baloons = baloons; } private int score; public void setScore(int score) { this.score = score; } public int getScore()...
[ "stefano.ortona@meltwater.com" ]
stefano.ortona@meltwater.com
cfd86dde7c72d675a21736ef0bd92b3536ab6c23
34934f6cbfb7384671fd9bff9daed69efef78a92
/app/src/main/java/com/bignerdranch/android/criminalintent/ui/ViewModelFactory.java
e7195f7b21fcb0b41ed203fb6a2eaf7efb3927e4
[]
no_license
jcavalieri8619/CriminalIntent
4db97f0e0048242d6e062843d48966701c1c0b12
42b9afa95e504693c32f67b5f2d5639b3ea2783b
refs/heads/master
2020-03-19T02:25:47.264044
2018-10-17T21:41:28
2018-10-17T21:41:28
135,626,576
0
0
null
null
null
null
UTF-8
Java
false
false
1,415
java
package com.bignerdranch.android.criminalintent.ui; import android.app.Activity; import android.arch.lifecycle.ViewModel; import android.support.annotation.NonNull; import com.bignerdranch.android.criminalintent.repository.CrimeRepository; import com.bignerdranch.android.criminalintent.ui.crimedetail.DetailPagerViewM...
[ "jcavalieri8619@gmail.com" ]
jcavalieri8619@gmail.com
d4cbd272b201e21c19f875f2b25601f572c04bd0
4e6012a52f538c4d947b41214ed721b7bb765c62
/src/SevenLesson/Chapter_1_Task_1/BMW.java
ce0846dd4a5a1383737fb8ecac0d19a3c1e5dc44
[]
no_license
MykolaKozlov/MyProjectJava
dd059659d852cc99a3aa11174606e867d74fbba4
94c7ddddb659605e80448a17a458b7d988aac948
refs/heads/master
2021-05-31T07:19:42.406673
2016-04-10T17:41:39
2016-04-10T17:41:39
null
0
0
null
null
null
null
UTF-8
Java
false
false
106
java
package SevenLesson.Chapter_1_Task_1; public class BMW extends Motorcycle { public BMW() { } }
[ "mykolakozlov@gmail.com" ]
mykolakozlov@gmail.com
d26bdc046526bb1c07ed303269bfc7d9cca4f728
c22d1b314a07aeb240323a7a333f4cdf7997c91b
/src/com/pixel/communication/CommunicationInfoServer.java
1d857e93857314b57d31e157b4a2a4799807d236
[]
no_license
Integer-Studios/Pixel-Realms-Server-Archive
089c10d7e3fa982e20eae8046597ef4729213df2
39d6038f878c0df5a77df41e7f9ca224f7f36d27
refs/heads/master
2021-03-27T18:35:51.774390
2016-01-28T09:09:06
2016-01-28T09:09:06
11,692,015
0
0
null
null
null
null
UTF-8
Java
false
false
1,239
java
package com.pixel.communication; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.PrintWriter; import java.net.ServerSocket; import java.net.Socket; import com.pixel.admin.PixelLogger; import com.pixel.start.PixelRealmsServer; public class CommunicationInfoS...
[ "hardcorebadger@jakes-mbp.home" ]
hardcorebadger@jakes-mbp.home
29c0e734be1870916574bec643dd5e9b27fb7cf4
8e9e6ba3a44f482372c6e59c79956645adbda2fe
/src/main/java/com/backbase/kalah/KalahApplication.java
fc768598e5f3e2a2ebee45df30e79c759d02c1e9
[]
no_license
diegotdiaz/Kalah
717936c1df66fbea9075b2403b5c93fceb7c210c
14b29e2dc5d217c6b82b8810178e53e6dd3235a6
refs/heads/master
2021-04-06T02:27:25.025098
2018-06-28T19:34:24
2018-06-28T19:34:24
125,236,180
0
0
null
2018-03-21T05:14:30
2018-03-14T15:44:07
Java
UTF-8
Java
false
false
308
java
package com.backbase.kalah; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class KalahApplication { public static void main(String[] args) { SpringApplication.run(KalahApplication.class, args); } }
[ "diegotoro@192.168.100.28" ]
diegotoro@192.168.100.28
f29e1905d920fe916a4abd6ab6da879aefb6f2b9
1b2df87b8631047149cf900afed6fd6e0eab09f3
/src/main/java/com/taim/taimwebcontent/controller/TransactionResourceController.java
e912b9b4e08563043cf5b23b26afafd4f15b9afc
[]
no_license
TianqiJin/TaimFrontendContent
8b9fecf5560660e4a41a7058e2b15ccd8d7c9c2d
2d7ead3ceda1717db313994f250f9b33ca2712f5
refs/heads/master
2020-05-16T09:26:05.769809
2019-07-04T06:32:19
2019-07-04T06:32:19
182,948,143
0
0
null
null
null
null
UTF-8
Java
false
false
2,148
java
package com.taim.taimwebcontent.controller; import com.taim.taimwebcontent.manager.TransactionManager; import com.taim.taimwebcontent.model.CreateQuotationInput; import com.taim.taimwebcontent.model.QuotationOverviewView; import com.taim.taimwebcontent.model.quotationdetail.QuotationDetail; import org.springfram...
[ "jackjin77817@gmail.com" ]
jackjin77817@gmail.com
53d975f3a96f8e43ac1d410d3753824a4d1c8005
b6e99b0346572b7def0e9cdd1b03990beb99e26f
/src/gcom/gerencial/cadastro/bean/ResumoMetasHelper.java
bb6596e93ebf3a7913844b8f76f9124659a00bb5
[]
no_license
prodigasistemas/gsan
ad64782c7bc991329ce5f0bf5491c810e9487d6b
bfbf7ad298c3c9646bdf5d9c791e62d7366499c1
refs/heads/master
2023-08-31T10:47:21.784105
2023-08-23T17:53:24
2023-08-23T17:53:24
14,600,520
19
20
null
2015-07-29T19:39:10
2013-11-21T21:24:16
Java
ISO-8859-1
Java
false
false
16,146
java
package gcom.gerencial.cadastro.bean; import java.util.Date; /** * Classe bean para agrupamento dos historicos de consumo com as quebras * solicitadas * * * @author Sรกvio Luiz * @date 20/07/2007 */ public class ResumoMetasHelper { private Integer idGerenciaRegional; private Integer idUn...
[ "piagodinho@gmail.com" ]
piagodinho@gmail.com
16d6bdcb6b31124b4e8c8fd1047600cc1286f8b5
caab5ee348c17aaa6ed5fc5e01e9a74111711e63
/tensquare_article/src/main/java/com/tensquare/article/repository/CommentRepository.java
f77975312bcad06ee4a935f3e02a9adc0bb10754
[ "MIT" ]
permissive
yuumiy/tensquare_parent
b0ea8eff938b9b8a27954dea4be6775b61196514
259dc6e677910dcaf44d96a94d93a73958d15679
refs/heads/master
2023-03-20T15:51:35.565384
2021-03-12T08:15:18
2021-03-12T08:15:18
347,018,285
3
0
null
null
null
null
UTF-8
Java
false
false
736
java
package com.tensquare.article.repository; import com.tensquare.article.pojo.Comment; import org.springframework.data.mongodb.repository.MongoRepository; import java.util.Date; import java.util.List; public interface CommentRepository extends MongoRepository<Comment, String> { //SpringDataMongoDB๏ผŒๆ”ฏๆŒ้€š่ฟ‡ๆŸฅ่ฏขๆ–นๆณ•ๅ่ฟ›่กŒๆŸฅ่ฏขๅฎšไน‰...
[ "hello@zhong.cn" ]
hello@zhong.cn
18142848e826cd5517db6a12ae16a484a4e50d69
a7344dab6ab24a567c13421aa133ca4deaf4f68f
/src/Lesson14/Example3Momento/TestClient.java
ac7c5ed0f6b8805c6130e40709162584935d68fa
[]
no_license
abdussametkaci/SoftwareEngineeringDesignPatterns
4c4ba349f765c765da809d8e01149e121b662b6e
c3c7e0bc6d7da57210a58849e425f7ff842f16be
refs/heads/main
2023-06-16T07:24:59.180224
2021-07-14T11:22:36
2021-07-14T11:22:36
385,914,020
0
0
null
null
null
null
UTF-8
Java
false
false
332
java
package Lesson14.Example3Momento; public class TestClient { public static void main(String[] args) { Originator o = new Originator(); o.state = "Ahmet"; CareTaker c = new CareTaker(); c.add(o.saveState()); //do something System.out.println(o.getState(c, 0).getState(...
[ "abdussamet.kaci@stu.fsm.edu.tr" ]
abdussamet.kaci@stu.fsm.edu.tr
1b14fb549c1a3b3d8520da4dfb6c6ac43ab11846
988ac3b5947500c5b09fafe744cf6b4c80618370
/Java_2_lab06_minhvtpd02930/bai1.java
612354f00a1812d74da6792366febb79a9e0a92b
[]
no_license
TienMinh0147/java2
bbba80811da04754fd2b727cb803fe8e79434eba
7aa0c1957c87f44a69b5ca7387daabc189ddfb1b
refs/heads/main
2023-04-12T16:53:26.449128
2021-04-15T01:29:47
2021-04-15T01:29:47
358,090,542
2
0
null
null
null
null
UTF-8
Java
false
false
711
java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package Java_2_lab06_minhvtpd02930; public class bai1 extends Thread{ public void run(){ System.out.println("running thre...
[ "tienminhdng123@gmail.com" ]
tienminhdng123@gmail.com
49c8cb6e6b1e1ff0f9f6bdaa4812b7b22b65500b
5d1cf21e5fcf6a17f9362e01bf5e059d6351facb
/app/src/main/java/android/bigplan/lego/task/AbTaskListListener.java
fcff6edc39641d08b5b702ccd187b754e4db825b
[]
no_license
normanxdp/android_lego
baaec0aae5e5832215714ee5ea368cce403c0846
d41764292b5721823f2b8efcca5e75636d0ccff7
refs/heads/master
2021-08-30T02:04:08.596944
2017-12-15T16:09:45
2017-12-15T16:09:45
113,804,067
0
0
null
null
null
null
UTF-8
Java
false
false
1,283
java
/* * Copyright (C) 2012 www.amsoft.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable l...
[ "JackyWong@jackys-MacBook-Pro.local" ]
JackyWong@jackys-MacBook-Pro.local
9fe81574541904a1e92a7d504e67a07afc8af76f
9e3283f02428c12f262a0c19329073d5e56f522b
/Rent.java
0a151613276fb5a8fe5fa0a8f6dde68493230ccd
[]
no_license
patrykszczur/save_to_txt_java
4afce3df714a48473756f1cc25f6de51ee7ce96b
fedbf9ecaff86b0f301ee7a0239b8bd101f60de2
refs/heads/master
2021-01-21T16:31:22.421616
2016-04-23T12:10:24
2016-04-23T12:10:24
null
0
0
null
null
null
null
UTF-8
Java
false
false
380
java
package Movie; public class Rent { private String start , stop , title ; Movie movie ; Rent (String start , String stop , String title) { this.start = start ; this.stop = stop ; this.title = title ; } String getRentInfo() { return "start of the rent : " + " "+ start + " end of the rent : " + ...
[ "szlik31@gmail.com" ]
szlik31@gmail.com
a8b29c981ea06e0f97f7b5769b005da14cc7549e
f3da0ffb9d38196a800c3691cf4b7f3d78879891
/src/main/java/com/example/amazonAPI/controllers/AuthController.java
c84ebabb1f03f07b3043eb1814f43e28a16ac5d2
[]
no_license
Tultul-Chow/backend
c68ca7157d7dace36652316851d7b68ea3bb530c
983a03ba82f497ff644f650bd2551f0680cda2e0
refs/heads/main
2023-04-08T17:41:35.037199
2021-04-22T06:13:32
2021-04-22T06:13:32
360,461,120
0
0
null
null
null
null
UTF-8
Java
false
false
1,635
java
package com.example.amazonAPI.controllers; import com.example.amazonAPI.CustomizedResponse; import com.example.amazonAPI.Models.Customer; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.HttpStatus; import org.springframework.http.MediaType; import org.springframework.htt...
[ "78367572+Tultul-Chow@users.noreply.github.com" ]
78367572+Tultul-Chow@users.noreply.github.com
6e7fcb571eae9b1f6cf46d12fb60f10a81605412
d56741ca6b6f1ed01a910ef34288b8faf985f084
/src/main/java/com/UserRegistration/UserCrudRegistration/config/WebConfiguration.java
04a870c058ea41c4bc4f963bd3a1a411e13be562
[]
no_license
saiakash5/SpringBoot_UserReg
ee90a55fc0861563e49aa15c3968bc293dc852c8
2fe8bb3fda6bd438f57d7c155999d12ade86cd20
refs/heads/master
2020-03-18T10:02:17.995191
2018-05-23T15:59:18
2018-05-23T15:59:18
134,593,873
0
0
null
null
null
null
UTF-8
Java
false
false
896
java
package com.UserRegistration.UserCrudRegistration.config; import org.springframework.context.MessageSource; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.context.support.ReloadableResourceBundleMessageSource; import org.sprin...
[ "sai@Sais-MacBook-Pro.local" ]
sai@Sais-MacBook-Pro.local
64182519323e1a29f20dc57161bb561032095fbf
29c9d7f947bdc85f58d1a3d2fe64b302a969496c
/codes/oop/src/main/java/io/github/dunwu/javacore/object/ClassDemo01.java
dc9b7beb8893d926f57cf1c3f31aa44303c30cca
[ "MIT" ]
permissive
zwkzwk/javacore
80a6c5058df45a8a22ce23cdeffbd2df16fc6238
b97ed0f44001d8c79855f68fc603eb5eedda8605
refs/heads/master
2020-06-06T20:14:13.709575
2019-08-26T08:08:35
2019-08-26T08:08:35
192,842,859
0
0
MIT
2019-08-26T08:08:37
2019-06-20T03:34:19
Java
UTF-8
Java
false
false
301
java
package io.github.dunwu.javacore.object; public class ClassDemo01 { public static void main(String[] args) { // ๅˆ›ๅปบๅนถๅฎžไพ‹ๅŒ–ๅฏน่ฑก Person person1 = new Person(); // ๅ…ˆๅฃฐๆ˜Žๅ†ๅฎžไพ‹ๅŒ–ๅฏน่ฑก Person person2 = null; person2 = new Person(); } };
[ "forbreak@163.com" ]
forbreak@163.com
332b88430c46fb4a7a64d9e48f4e911591b3f33a
f199cd024ec23dc9bd2851af3948797370077ac2
/src/com/syntax/Class16/Task4.java
1b1b3706dd87a9580cf3afd5b6f9c4b643ca6ccb
[]
no_license
MartaOstash/JavaBatch8
f16d40a12d464af049aefdb1c03d377ec3a12e64
aabc6bab11a74bf22e1c8fc0507a0991ac7c87b4
refs/heads/main
2023-01-09T14:39:19.543775
2020-11-14T21:25:58
2020-11-14T21:25:58
312,905,269
0
0
null
null
null
null
UTF-8
Java
false
false
647
java
package com.syntax.Class16; public class Task4 { static void Hello(String country) { String hello = ""; switch (country) { case "Spain": hello = "Hola"; break; case "Italy": hello = "Ciao"; break; c...
[ "martaostash.18@gmail.com" ]
martaostash.18@gmail.com
abd1630e04249d524eedd7657c9f7759e223b25d
a4b9f95e25c3f9c1c45d3359b9d48b335053ebd8
/impc_prod_tracker/dto/src/main/java/org/gentar/organization/person/PersonRoleWorkUnitDTO.java
03e76941711b2a467d4d524c396ffd348a68daf6
[ "Apache-2.0" ]
permissive
mpi2/impc-production-tracker
cbc6a25e926b1d8a0e658a168b6afba5f26902b5
07ea235fe74643a322ac4c4e3525d13c6e14e9de
refs/heads/master
2023-08-18T13:04:24.124623
2023-08-16T13:06:09
2023-08-16T13:06:09
170,522,962
3
8
Apache-2.0
2023-08-16T13:06:11
2019-02-13T14:37:28
Java
UTF-8
Java
false
false
254
java
package org.gentar.organization.person; import lombok.Data; import lombok.RequiredArgsConstructor; @Data @RequiredArgsConstructor public class PersonRoleWorkUnitDTO { private Long id; private String workUnitName; private String roleName; }
[ "mauroz77@gmail.com" ]
mauroz77@gmail.com
cf9788c56720421a8e52888f540238a4b7c7be2e
bbba83e7a2e5ab85f191bc51e19df23d785dfedb
/app/src/main/java/com/example/app_zing/activity/manhinhapp.java
beeb901b695e1517ff02de3416b2def3273ddf26
[]
no_license
datcaoquoc/app-nhac
b1d4af2dbde9c333b7d23e991910ab63189c033a
bb1510e14d66fa4a2301a8371bf9cdb4ebc570ed
refs/heads/master
2022-12-21T14:49:53.421204
2020-09-22T08:51:02
2020-09-22T08:51:02
297,589,717
0
0
null
null
null
null
UTF-8
Java
false
false
1,776
java
package com.example.app_zing.activity; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.content.SharedPreferences; import android.os.Bundle; import android.view.View; import android.view.WindowManager; import android.widget.Button; import com.example.app_zing.R; public ...
[ "quocdatcao3@gmail.com" ]
quocdatcao3@gmail.com
080470ce43ae180d84d4d4e540d254c980d31f38
a2dc00335c24c06311c11a3686b2c22d78f4702b
/Hashtables/BucketSort/src/nbattel/BucketSort/Main.java
32b32506b824c3be8f0b17973eb6b3f167a44a45
[ "MIT" ]
permissive
Cr0ckyy/Java-AlgorithmsAndDataStructures
04a80289d815279062d420a186e960f57a178ead
78fc4974f28f53dc2fcb0e53d589a0121588ecd5
refs/heads/master
2022-02-05T13:22:03.685019
2019-03-01T05:56:00
2019-03-01T05:56:00
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,341
java
package nbattel.BucketSort; import java.util.ArrayList; import java.util.Collections; import java.util.LinkedList; import java.util.List; public class Main { public static void main(String[] args) { int[] intArray = {54, 46, 83, 66, 95, 92, 43}; bucketSort(intArray); fo...
[ "nbattel@uwo.ca" ]
nbattel@uwo.ca
d5e93d9c9f9aba9b863507bc870b5413f5a52740
93b2eb3f6aa15ceec4d7be5b69c56cb56e051fbb
/WTFCore/src/main/java/com/drc/wtf/execution/StepExecutor.java
80799fd413a95532cefbfb9071b49a39a525d70f
[]
no_license
lgundeboina/selkeydriven
8301a17a37c9475d5cfccf038b07f4217521d716
04042f760447bd8056ee9850ea945a4b9ed27828
refs/heads/master
2021-05-30T01:43:39.380000
2015-12-08T22:16:29
2015-12-08T22:16:29
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,978
java
/* * */ package com.drc.wtf.execution; import java.io.File; import java.lang.reflect.Constructor; import java.lang.reflect.InvocationTargetException; import java.util.ArrayList; import java.util.List; import java.util.concurrent.TimeUnit; import org.openqa.selenium.Alert; import org.openqa.selenium.By; import org.o...
[ "LGundeboina@DataRecognitionCorp.com" ]
LGundeboina@DataRecognitionCorp.com
7f850df4a9eaa9822c74cd754479fc5cb793e17d
127de3ca326ed0d40a4aca1f2eb71210098bbe7f
/influent-server/src/main/java/influent/server/dataaccess/CachedPersistenceAccess.java
4ec73f86692b3b7d7ccda81cba24273605c906f0
[ "MIT" ]
permissive
Halfnhav/influent
40ea6216c4d791b8c2b3cd11c392a965f9f4a530
92a497c5c5dd3e0092834d339ad0b27c4547d200
refs/heads/master
2020-12-28T19:07:45.532756
2014-02-12T21:37:30
2014-02-12T21:37:30
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,834
java
/** * Copyright (c) 2013-2014 Oculus Info Inc. * http://www.oculusinfo.com/ * * Released under the MIT License. * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, ...
[ "djonker@oculusinfo.com" ]
djonker@oculusinfo.com
c84525fb12951d66e041999d9d6234ef9cb03fee
e773dd657f85e253d28f27b3d989f1e262068321
/Server/davinci-bulk-fhir-server/src/main/java/org/hl7/davinci/atr/server/service/PatientServiceImpl.java
19c3abaf9abd7ceeca1859595c787622835d1dac
[ "Apache-2.0" ]
permissive
Tubbz-alt/atr
8f4cb67e2ed43e1036f1ada8170e79e061c5325b
889b6bb99219e0f910524366c15e4e6b28705364
refs/heads/master
2022-12-14T21:32:44.345252
2020-09-11T12:25:10
2020-09-11T12:25:10
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,302
java
package org.hl7.davinci.atr.server.service; import java.util.ArrayList; import java.util.Date; import java.util.List; import org.hl7.davinci.atr.server.dao.PatientDao; import org.hl7.davinci.atr.server.model.DafPatient; import org.hl7.davinci.atr.server.util.SearchParameterMap; import org.hl7.fhir.r4.model.IdType; im...
[ "raghunath.umapathi@xyramsoft.com" ]
raghunath.umapathi@xyramsoft.com
2902ae4013aa205572eb77344fd168f40e03bff3
38db4ac34c0bac5ab130a8f3ace016af5ebafb7b
/app/src/main/java/cloud/com/redcircle/adapter/viewholder/MViewHolder.java
0f03adc9476984a21e54810025688a2684a1a304
[]
no_license
chenyunzhan/redcircle_Android
9944a9dfc732fcd4a62d2e0b50c2a1961d61d391
21ae046703d61389b35523fed08776450d7b51ae
refs/heads/master
2021-01-17T12:49:42.814080
2016-12-19T23:22:51
2016-12-19T23:22:51
56,112,981
0
1
null
null
null
null
UTF-8
Java
false
false
256
java
package cloud.com.redcircle.adapter.viewholder; import android.view.View; /** * Created by ๅคง็ฏๆณก on 2016/2/18. * ๆ™ฎ้€švhๆŽฅๅฃๅŒ– * * weblink:http://www.jianshu.com/p/56cf20a29a02 */ public interface MViewHolder { void onInFlate(View v); }
[ "chenyunzhan08@126.com" ]
chenyunzhan08@126.com
25e8a032fde8cefc0f5304c5b2483bc54b6c6107
48c98c47b78670301d634fbc8ad99e2fdc86d1f7
/simulator-core/src/main/java/org/jetlinks/simulator/core/network/udp/UDPClient.java
e1d1909de04c216cb3bb251b4e5638968c424038
[ "Apache-2.0" ]
permissive
jetlinks/device-simulator
3c94385443dc02c9e766fd8930da3993b7dfc9f4
6184408f59b096696d6ba6509b9cc8bfc37b99c0
refs/heads/master
2023-04-13T04:58:03.782611
2023-04-10T02:57:26
2023-04-10T02:57:26
176,395,531
57
63
Apache-2.0
2023-08-25T10:35:55
2019-03-19T01:05:15
Java
UTF-8
Java
false
false
4,116
java
package org.jetlinks.simulator.core.network.udp; import io.netty.buffer.ByteBuf; import io.netty.util.ReferenceCountUtil; import io.vertx.core.buffer.Buffer; import io.vertx.core.datagram.DatagramPacket; import io.vertx.core.datagram.DatagramSocket; import org.jetlinks.simulator.core.Global; import org.jetlinks.simula...
[ "zh.sqy@qq.com" ]
zh.sqy@qq.com
47595bff7829f10270508fa788ca9ad341f5901f
647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4
/com.tencent.mm/classes.jar/com/tencent/mm/autogen/mmdata/rpt/cf.java
20b9bea47e74d4d9508475e2271d93697ea7caef
[]
no_license
tsuzcx/qq_apk
0d5e792c3c7351ab781957bac465c55c505caf61
afe46ef5640d0ba6850cdefd3c11badbd725a3f6
refs/heads/main
2022-07-02T10:32:11.651957
2022-02-01T12:41:38
2022-02-01T12:41:38
453,860,108
36
9
null
2022-01-31T09:46:26
2022-01-31T02:43:22
Java
UTF-8
Java
false
false
4,606
java
package com.tencent.mm.autogen.mmdata.rpt; import com.tencent.matrix.trace.core.AppMethodBeat; import com.tencent.mm.plugin.report.a; public final class cf extends a { public int ivK = -1; public long ivm; public long ivn; public long ivo; public int ivp; public int ivq; public int ivr; ...
[ "98632993+tsuzcx@users.noreply.github.com" ]
98632993+tsuzcx@users.noreply.github.com
8a48bb22c8ab020b9caa14ec7227fd2759334a5f
6daa1b79ecb41b111291712875474ce062954c02
/kodilla-patterns2/src/main/java/com/kodilla/patterns2/adapter/bookclasifier/MedianAdapter.java
b22b795982ccc60228ebef35e028f6e97aa108d0
[]
no_license
joannagrobelak/joanna-grobelak-kodilla-java2
29d4b35b2e5a148e28c83304fad1e9b59c77910e
819da1b55c29c9e4134cfaab1dfeb4255c0c24a3
refs/heads/master
2021-07-25T10:56:31.881388
2018-11-03T17:24:49
2018-11-03T17:24:49
136,919,388
0
0
null
2018-11-03T17:40:05
2018-06-11T11:53:06
Java
UTF-8
Java
false
false
898
java
package com.kodilla.patterns2.adapter.bookclasifier; import com.kodilla.patterns2.adapter.bookclasifier.librarya.Book; import com.kodilla.patterns2.adapter.bookclasifier.librarya.Clasifier; import com.kodilla.patterns2.adapter.bookclasifier.libraryb.BookSignature; import java.util.HashMap; import java.util.Map; impor...
[ "joannagrobelak@wp.pl" ]
joannagrobelak@wp.pl
b11ce2fc1cbb2e3ee543ca8c14a5dc09b7255bb2
553a98070c46f1e4a42158a956591733df82b30a
/src/main/java/com/example/jpaexamen/Estudiante/infrastructure/controller/UserController.java
02129302be478a062abe74dbc9b75fff3cdf0fa8
[]
no_license
SergioLF1/java-examen
bfed964e5c4aa31ee33eac46f0520637cda6edbd
2b6e85a9bbd3e44626afec94e132cd1712719c39
refs/heads/master
2023-05-06T04:47:51.689529
2021-05-13T11:19:06
2021-05-13T11:19:06
363,084,521
0
1
null
null
null
null
UTF-8
Java
false
false
2,539
java
package com.example.jpaexamen.Estudiante.infrastructure.controller; import com.example.jpaexamen.Estudiante.infrastructure.controller.DTO.EstudianteInputDto; import com.example.jpaexamen.Estudiante.infrastructure.controller.DTO.EstudianteOutputDto; import com.example.jpaexamen.Estudiante.domain.User; import com.exampl...
[ "sergio.lopez@bosonit.com" ]
sergio.lopez@bosonit.com
067087274bdae9ffc41c6832c9444953b04f5a3e
e23ef528f8e127553b3a714c4d5cad2550bc52f2
/Cloud-Netty/src/main/java/com/cloud/staff/netty/echo/EchoServiceHandler.java
c5d998a2afe7c707166c75d6f9aff887bbe84c9a
[]
no_license
liuqianxi/Spring-Cloud
4b96935e5d2c5e44784d759087de7bfd2c00657b
e3c418ce8adb6a58ae16308e792de52c3c6bbd3a
refs/heads/master
2023-03-15T20:09:42.963441
2021-03-03T03:35:35
2021-03-03T03:35:35
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,488
java
package com.cloud.staff.netty.echo; import io.netty.buffer.Unpooled; import io.netty.channel.ChannelFutureListener; import io.netty.channel.ChannelHandler; import io.netty.channel.ChannelHandlerContext; import io.netty.channel.ChannelInboundHandlerAdapter; import java.nio.ByteBuffer; /** * @ClassName EchoService ...
[ "15196332744@163.com" ]
15196332744@163.com
1235d06111bed4ce6ab19b6799a574af704bda0f
5838b7805268808e0e3357c162bef7e9261bf894
/xlogging/src/main/java/com/hello2mao/xlogging/internal/tcp/tcpv1/TcpV1.java
32fe9606c76ad7b65e8464728570a0fa177aaeaa
[ "Apache-2.0" ]
permissive
gybin02/XLogging
0300b4b7fef54f11eb4b454a5fa9022dc4ea408f
46bb7038dfe642938324a4ba4b0b36e30c272154
refs/heads/master
2021-05-09T05:55:52.211880
2017-10-29T13:58:40
2017-10-29T13:58:40
null
0
0
null
null
null
null
UTF-8
Java
false
false
812
java
package com.hello2mao.xlogging.internal.tcp.tcpv1; import com.hello2mao.xlogging.internal.log.XLog; import com.hello2mao.xlogging.internal.log.XLogManager; import java.net.Socket; public class TcpV1 { private static final XLog log = XLogManager.getAgentLog(); private static boolean installed = false; p...
[ "hello2mao@outlook.com" ]
hello2mao@outlook.com
8d0f38a0b707ab60b4e8bbd76e198560e537ebc3
2db67d27cd3dc324ea396d56d104c908ac911eca
/BinScure/0.4/src/main/kotlin/org/objectweb/asm/commons/MethodRemapper.java
515c9e7c801eb0ed7eabd7fe0db37328956c1496
[]
no_license
XeonLyfe/Archive
61283a8fb4a9c1065d4aaf7d68ccd8446ee93768
a4d6954e169663eeec79bfefd034a96a98e78e7e
refs/heads/main
2023-08-14T09:46:02.589056
2021-10-14T13:37:18
2021-10-14T13:37:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
10,422
java
// ASM: a very small and fast Java bytecode manipulation framework // Copyright (c) 2000-2011 INRIA, France Telecom // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // 1. Redistributions of ...
[ "vardvefiron@gmail.com" ]
vardvefiron@gmail.com
ad8369f3d3344828402eb9852dec59a35c8aa3b8
5fd4aaca3f800e7632bd542425a90c8c1390c405
/Part7CleanCodeAndRefactoringBt/java-cleancode-refactoring-exercise-master/src/TennisGame.java
178319fa95e2f5e212d2bb43f84b55eedf731631
[]
no_license
HaiVo1994/Web_Back-end_Development
5960603a7c967c0c049d4bc210374cb849dc378c
a67bbb433f4520ec8945baa190c5db38724d1674
refs/heads/master
2020-08-09T11:13:26.887804
2019-11-06T08:09:21
2019-11-06T08:09:21
214,075,187
0
0
null
null
null
null
UTF-8
Java
false
false
2,347
java
public class TennisGame { public static final int scoreZero = 0; public static final int scoreOne = 1; public static final int scoreTwo = 2; public static final int scoreThree = 3; public static String getScore(String firstPlayerName, String secondPlayerName, int firstPlayerScore, int secondPlayer...
[ "vophihai1994@gmail.com" ]
vophihai1994@gmail.com
b0bf352ebdb3795df9b9b8df0fa210b38b9238d6
86960aa32d28cb584be56cbc2b5a7e2e940be802
/src/main/java/sk/fei/stuba/zadanie3/domain/contracts/life/TravelInsurance.java
b950f6fbfa8e7a6191e88ecf9b081aa56a20efbf
[]
no_license
HudakSamuel/frontend-to-backend-java
ac04c833775d20386fe41962bb45c183be3114a4
459b5524f22ff31a7cfbdb975bbb13369ab489c2
refs/heads/master
2023-05-06T07:58:52.534773
2020-06-26T18:43:46
2020-06-26T18:43:46
275,209,423
0
0
null
2021-06-04T22:11:37
2020-06-26T17:17:36
Java
UTF-8
Java
false
false
2,099
java
package sk.fei.stuba.zadanie3.domain.contracts.life; import sk.fei.stuba.zadanie3.domain.user.User; import java.time.LocalDateTime; public class TravelInsurance extends LifeInsurance { private boolean inEU; //1 for EU, 0 outside EU private int tripPurpouse; //1 - work, 2 - holiday, 3 - famil...
[ "67462807+samuelhudak@users.noreply.github.com" ]
67462807+samuelhudak@users.noreply.github.com
9ad5ff45450cb05e284949f3689b9d2ee65356da
49e2900eff378d984ba07e635b7ae648d35b55b9
/belajar java/basicOOP/BasicOOP.Date/Date/TestDate.java
c3831531bf71b698c8fdee0db1bc32a8e52b2cc7
[]
no_license
rahmadnet/learning-java
463562517a44f5d652cb1d8e7f31b65ec7652797
ddf6660bb2364a47ed822a4d3cbecb90d8883b20
refs/heads/master
2020-06-30T22:05:18.711086
2019-08-07T03:17:02
2019-08-07T03:17:02
200,962,492
1
0
null
null
null
null
UTF-8
Java
false
false
448
java
package Date; public class TestDate { public static void main(String[] args) { Date d1 = new Date(2016, 4, 6); System.out.println(d1); d1.setYear(2012); d1.setMonth(12); d1.setDay(23); System.out.println(d1); System.out.println("Year is : " + d1.getYear()); System.out.println("Month is : " + d1...
[ "rahmadnasution2@gmail.com" ]
rahmadnasution2@gmail.com