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
8485b9ae7cf5b5abcc78fe0e496bae71d19f53df
2054895337b913b51fa8be9d2906f6c97923eda4
/src/main/java/org/hr_xml/_3/USHealthCoverageCodeType.java
fbc8581df21b16f68c5d60355d4b14bb689af541
[]
no_license
jkomorek/hrxml
92e9fee42336a2b4b9e91fa7383584de452b8e79
4151d85f1a4e05132f4f1bda3d06b3e0705069f9
refs/heads/master
2021-01-23T03:04:51.415157
2014-02-28T05:51:52
2014-02-28T05:51:52
16,828,973
3
0
null
null
null
null
UTF-8
Java
false
false
7,127
java
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2014.01.06 at 10:26...
[ "jonathan.komorek@gmail.com" ]
jonathan.komorek@gmail.com
7174512c73e131558ce5f3095191b39a666fc861
1b626c504f46844f4056a4b6acb6aef702feb736
/Math/Division.java
6bb1e430cd821e09bdfe3656b970e02f6f20cba6
[]
no_license
zxcware/Algorithm
120a87f451dadb21d3533efc842caad4441d3250
aa7f56107668c67708aaeace4e965f00e2402ebe
refs/heads/master
2021-01-01T16:56:09.141197
2013-10-24T17:44:32
2013-10-24T17:44:32
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,152
java
package Math; /* Leetcode */ public class Division { private int neg(int a) { int neg = 0; int d = a < 0 ? -1 : 1; while (a != 0) { neg += d; a += d; } return neg; } private int abs(int a) { if (a < 0) return neg(a); else return a; } public int divide(int m, int n) { int absm = abs...
[ "czx@czx-ThinkPad-T430.(none)" ]
czx@czx-ThinkPad-T430.(none)
7fed9f338bc374194a0b082eaddd94b580032f3b
ef2b2697731a0e509ee13043a3bc21b0fbcd2dc6
/tools/plugins/com.liferay.ide.server.ui/src/com/liferay/ide/server/ui/action/AbstractServerRunningAction.java
e384174303572dd06878f098da7507209306d01b
[]
no_license
cinnndy9/liferay-ide
e7ad193cc17592111778ee06e558c3f05d502205
afabd27787cb7215f7c8b7e60bed694645568506
refs/heads/master
2020-12-25T06:31:30.607233
2013-02-28T03:44:16
2013-02-28T03:50:30
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,909
java
/******************************************************************************* * Copyright (c) 2000-2012 Liferay, Inc. All rights reserved. * * This library is free software; you can redistribute it and/or modify it under * the terms of the GNU Lesser General Public License as published by the Free * Software Fo...
[ "gregory.amerson@liferay.com" ]
gregory.amerson@liferay.com
c2e28398f5ef2add790b8e80c83015ee0f19269e
0adf8993a436b99d7006dd21cdb54413e23aec5a
/interface/src/main/java/com/rakuten/tech/mobile/http/Http.java
cb43000149790a05f7efaa7434a3da3d4d6bb2a6
[ "MIT" ]
permissive
PAISHackathon/android-http-interface
57adda1a3b55d4061e04697ee402d1e0b93d137b
50b215cebab7ee339ed5b6be9511b5c7a5af6f8d
refs/heads/master
2021-07-24T22:44:06.516789
2017-11-06T05:22:51
2017-11-06T05:22:51
107,642,136
0
1
null
2017-11-07T00:39:10
2017-10-20T06:47:16
Java
UTF-8
Java
false
false
5,086
java
package com.rakuten.tech.mobile.http; import android.net.Uri; import android.support.annotation.NonNull; import java.io.IOException; import java.util.Map; /** * <p>HTTP abstraction layer inspired by okhttp3 interfaces * * <p>Encodes minimal contract that our libraries expect from an http client implementation. *...
[ "david.a.frey@rakuten.com" ]
david.a.frey@rakuten.com
ab568800e57dc83d2d455e5e52cd0bae3d724730
b8726244e717387efdcf0842345d969c47a9aa3d
/src/main/java/com/sqrfactor/model/Verification.java
655b4fa4f650d48576dd4803ce4b86eb6d8666b4
[]
no_license
SqrFactor/portal-backend
a9d0ca1d31413289b0b35ec4c08c719aeea525db
087624041b7f9da6eb6cc12c191a784194a06b9d
refs/heads/master
2022-09-19T14:20:34.201507
2017-04-18T11:54:55
2017-04-18T11:54:55
53,121,817
0
0
null
null
null
null
UTF-8
Java
false
false
2,073
java
package com.sqrfactor.model; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.Table; import javax.validation.constraints.Size; /** * @author Angad Gill * */ @Enti...
[ "angad.cec@gmail.com" ]
angad.cec@gmail.com
7a4085824cb5b7e07ed2c3cf29b19997cb6400bf
06dce89c080ed019f8d1b532bb31667991411ff4
/src/test/java/enmasse/systemtest/AnycastTest.java
0a4ad57f9520263f473f52feff0b4be471440905
[ "Apache-2.0" ]
permissive
vbusch/systemtests
39004a01667f2ad56e546ff425b2a8253b33364c
13a8496d7ac528b9e1a7bbeb1e4b6cc7dcdee2f9
refs/heads/master
2021-01-17T22:44:20.901421
2017-02-24T11:37:41
2017-02-24T11:37:41
84,202,203
0
0
null
2017-03-07T13:28:29
2017-03-07T13:28:29
null
UTF-8
Java
false
false
1,529
java
/* * Copyright 2016 Red Hat Inc. * * 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 law or agreed to...
[ "lulf@redhat.com" ]
lulf@redhat.com
c695f004b18a582621f9007dafd0f20ca6447760
d23a98fd12d037caf549dc31b0da356e9d5bc4e6
/core/src/main/java/com/mycompany/hadoop_study/utils/FindLatestPath.java
955327df74fd378b5503084f0c012ccd36e84db0
[]
no_license
siyu618/hadoop_study
29160a03a6328a887e9ecb5ee6e970945f0b7ec6
b2926cf4aa48dee4b6cbd72b723207673e09f82a
refs/heads/master
2021-01-18T16:36:40.131066
2014-06-12T01:31:36
2014-06-12T01:31:36
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,509
java
package com.mycompany.hadoop_study.utils; import com.yahoo.partner_targeting.user_match.Config; import com.yahoo.partner_targeting.utils.StringUtils; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.conf.Configured; import org.apache.hadoop.fs.FileStatus; import org.apache.hadoop.fs.FileSystem; im...
[ "tianzy@yahoo-inc.com" ]
tianzy@yahoo-inc.com
eab0b7b236c6f1e87b47f7776a56e9869bb86336
416f2c2a40dee4864975ad844836328184113f35
/ClientHandler.java
c74a7478247342959cb0e5d20b03796b85ff072e
[]
no_license
octaroot/BI-PSI-2015
f62c9ecef12ff8ffae5f001375d5eacc2a857323
f3c56673b9345fbd54d17020c9873e33f5e8d284
refs/heads/master
2021-01-23T05:09:45.396774
2017-05-31T14:45:04
2017-05-31T14:45:56
92,955,681
1
1
null
null
null
null
UTF-8
Java
false
false
7,990
java
import java.io.IOException; import java.io.InputStream; import java.io.PrintWriter; import java.net.Socket; import java.nio.ByteBuffer; import java.nio.ByteOrder; import java.util.regex.Pattern; /** * @author martin (cernama9@fit.cvut.cz) * @since 6.3.15. */ final class ClientHandler implements Runnable { private...
[ "me@martincernac.cz" ]
me@martincernac.cz
751b6d8e5c0ff1bdef8490bba64ccbf01d58908b
5a02aecc77c72688772ccfa5ffb01deea08de755
/PicThink/app/src/main/java/com/mb/picvisionlive/chooseaddress/views/ItemsRange.java
875308b5f8f8f385cee59a6bd8ab09313b503ccd
[]
no_license
lordmen99/tencent
1a5659018eaf1126cb0e710f75f0faa4f3e8b0f6
ec20705eac424ea6d9fea05b7efe5db64c78d719
refs/heads/master
2021-05-02T08:15:28.010579
2016-06-08T05:16:04
2016-06-08T05:16:04
120,847,197
0
0
null
null
null
null
UTF-8
Java
false
false
1,831
java
/* * Android Wheel Control. * https://code.google.com/p/android-wheel/ * * Copyright 2011 Yuri Kanivets * * 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.apach...
[ "yangmeng@048fd09e-6c49-4b47-a20a-0f6d7d1c1cbb" ]
yangmeng@048fd09e-6c49-4b47-a20a-0f6d7d1c1cbb
7b98119424eeb826265eef6145829e3fdee48289
59bc6b2ebed74b3e1ceed435cd5ff8b765194508
/app/src/main/java/wayne/enterprises/onetask/MainActivity.java
ca83ce240b759359f33f076c4f6bdb469264709a
[]
no_license
ahmed-fathy-aly/one-task
33d4033b2450f40a87209dbb38e5b8399027c1e9
2c6445423b61e765b7703e89f1822623ef4d3ccb
refs/heads/master
2021-05-02T18:16:50.687482
2018-03-18T13:45:30
2018-03-18T13:45:30
120,660,098
0
0
null
null
null
null
UTF-8
Java
false
false
643
java
package wayne.enterprises.onetask; import android.arch.lifecycle.GenericLifecycleObserver; import android.arch.lifecycle.Lifecycle; import android.arch.lifecycle.LifecycleOwner; import android.os.Bundle; import android.os.PersistableBundle; import android.support.annotation.NonNull; import android.support.annotation.N...
[ "ahmed.fathy@booking.com" ]
ahmed.fathy@booking.com
ad08f0cb5dffa50daee0f37d93ce9a6f201bb360
4cad92a9cedc20dececb9db81e3954c3db7ccb3b
/src/basic/java/practice/PriorityQueueComparator.java
d9892523c23be46e8b00b791bf0aae0d89d4b5ea
[]
no_license
nmodi72/PracticeCodingChallanges
f6e12a292cf8e1583743084c8f5cad91ceb8ddba
dd0b57891ccf3246ade9b9b8ea91cea5e3d84618
refs/heads/master
2021-01-10T05:43:30.827877
2016-11-07T15:06:47
2016-11-07T15:06:47
49,031,753
0
0
null
null
null
null
UTF-8
Java
false
false
377
java
package basic.java.practice; import java.util.Comparator; public class PriorityQueueComparator implements Comparator<String> { @Override public int compare(String str1, String str2) { if (str1.length() < str2.length()) { return -1; } if (str1.length() > str2.length()) { ...
[ "nirmodi@paypal.com" ]
nirmodi@paypal.com
82cbc248bfe78b309ecec306f537a754166d6db2
3dc9515e19f278159e9f1558b8dc1e777060c374
/app/src/main/java/com/fourpool/ramencompass/MainActivity.java
7bc7b004d197a633002b9d67fbf64a57749f20ef
[]
no_license
matthewmichihara/ramen-compass
b8ca6c62a0b86d05ed2abe2e065b952d58949b8d
c8df56f358213cae661ea9f1684ff1c26f03ff39
refs/heads/master
2021-01-20T04:32:53.053021
2015-01-20T15:48:53
2015-01-20T15:48:53
29,537,555
0
0
null
null
null
null
UTF-8
Java
false
false
5,551
java
package com.fourpool.ramencompass; import android.app.Activity; import android.content.Intent; import android.content.IntentSender; import android.hardware.Sensor; import android.hardware.SensorEvent; import android.hardware.SensorEventListener; import android.hardware.SensorManager; import android.location.Location; ...
[ "matthew.michihara@gmail.com" ]
matthew.michihara@gmail.com
20abadfe7bed03fcad9a8487b1502296428a7469
df648a9777f985e502af5373a24f6e7b16450a6b
/app/src/main/java/com/crazyhitty/chdev/ks/predator/account/PredatorAuthenticator.java
55bac8bb9822df55dd891e0d68d21bf667499c73
[ "MIT" ]
permissive
Sifdon/Capstone-Project
94bc8b0942b405c07bf7ff6696c5a006c575ecee
1e4fb59e754ea2a8984e217b4046565ba2d40202
refs/heads/master
2021-05-06T13:50:26.620146
2017-09-29T20:30:20
2017-09-29T20:30:20
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,529
java
/* * MIT License * * Copyright (c) 2016 Kartik Sharma * * 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, including without limitation the rights * to use, copy, mo...
[ "cr42yh17m4n@gmail.com" ]
cr42yh17m4n@gmail.com
4e4b4005ba40e65eb3726ec99b027ff77376c00a
9047a6581e413a3d5c4860cd2f1847b0b245724b
/src/main/java/net/sppan/blog/repository/ResourceCategoryRepository.java
338020e0b5c5e50acdbb86ca1aa35dc4cd89b823
[]
no_license
XiaYingyin/MyBlogSys
72bd2071b2fd09210348c65a65b3430e39a4e3e5
ecfa174327c25b67f7bb97b16e0d4c18fcd99744
refs/heads/master
2020-05-09T21:18:56.926543
2019-04-21T03:23:27
2019-04-21T03:23:27
181,438,866
0
0
null
null
null
null
UTF-8
Java
false
false
362
java
package net.sppan.blog.repository; import net.sppan.blog.entity.ResourceCategory; import org.springframework.data.jpa.repository.JpaRepository; import java.util.List; public interface ResourceCategoryRepository extends JpaRepository<ResourceCategory, Long> { List<ResourceCategory> findByTypeAndParentIdAndStatu...
[ "xiayingyin@126.com" ]
xiayingyin@126.com
290fe051425602a990dfdefb6f4ad9028fcce36c
1bf5a19fc828327395ff24e2a43de3a43a783271
/src/com/kingdee/spider/views/CodeScanResultContentProvider.java
01b61ae8846f1bf1bb0b3a9c4a51cbce63399ad5
[]
no_license
geniuslyy/javacode-spider
b8b72d7a99b0d25ec0e8da3b90e6850a146d61b5
c30e71943952120ded8537167b17dcf40eae01ef
refs/heads/master
2021-01-19T08:16:14.437946
2013-07-18T13:54:42
2013-07-18T13:54:42
11,284,818
1
0
null
null
null
null
UTF-8
Java
false
false
887
java
package com.kingdee.spider.views; import org.eclipse.jface.viewers.ArrayContentProvider; import org.eclipse.jface.viewers.ITreeContentProvider; import com.kingdee.spider.model.IJavaCodeElement; import com.kingdee.spider.model.ITreeNode; public class CodeScanResultContentProvider extends ArrayContentProvider implemen...
[ "genius_li@163.com" ]
genius_li@163.com
8a3db81ae1a58f56589b4a5215773528baf0a391
b0d3cc99f606a39090131e0f67f1a9441e9deca6
/src/main/java/tn/esprit/services/IDeliveryManService.java
15f645635264915ee27445363daa17435119261c
[]
no_license
Ahmed-Karoui/Backend-PI
fc43276384a5a0c4e04171713b6fd899367e6fd4
f7990ee18edc268d35f85beb34ab620947397e60
refs/heads/master
2023-06-28T05:33:08.610681
2021-07-24T12:25:32
2021-07-24T12:25:32
376,143,948
0
2
null
2021-07-24T01:34:19
2021-06-11T21:15:42
Java
UTF-8
Java
false
false
1,457
java
package tn.esprit.services; import java.util.List; import java.util.Map; import org.springframework.web.bind.annotation.PathVariable; import tn.esprit.entities.AffectationDto; import tn.esprit.entities.DeliveryMan; import tn.esprit.entities.DeliveryManStat; import tn.esprit.entities.Order; import tn.esprit.entities....
[ "ahmed.arfaoui@st2i.com.tn" ]
ahmed.arfaoui@st2i.com.tn
0bbfed77ec73799737f0e25eea6be7ab48220060
6167b84299848bc36c206f57b7e6a7130f283cb0
/src/main/java/net/gobro/plauen/service/GameService.java
cbdeda74e4f178af10600b79d54603e3410f6a67
[]
no_license
slavarosin/plauen
eeb83ed8fd0da72788647193182b7fdf934d39c9
67d0154c64275420fb850b0e3332b7665c247d8f
refs/heads/master
2021-01-01T18:27:33.943134
2015-06-16T21:53:32
2015-06-16T21:53:32
10,501,992
0
0
null
null
null
null
UTF-8
Java
false
false
889
java
package net.gobro.plauen.service; import java.util.Calendar; import java.util.List; import net.gobro.plauen.model.CountryEnum; import net.gobro.plauen.model.Game; import net.gobro.plauen.model.User; import net.gobro.plauen.model.UserPlay; public interface GameService { Game create(Game game); Game fetch(Integer ...
[ "slavarosin@gmail.com" ]
slavarosin@gmail.com
fc6ba880d3f3c0dba53d9f30d9ffb7a0465ef88b
e4707e29d3d44e6116ecb335fc7ff3aae326002e
/StormPage/src/main/java/com/storm/service/domain/User.java
6037439e5244efc03ba6520420e9535a8936659b
[]
no_license
wammelier/stormView
6f966ffc123264bdc510c0a82e8705c57120913e
c51c3a5175b88735a201d4f6f86129374f3c7d39
refs/heads/master
2023-04-04T05:27:49.252655
2021-03-29T13:18:19
2021-03-29T13:18:19
352,649,924
0
0
null
null
null
null
UTF-8
Java
false
false
3,972
java
package com.storm.service.domain; import java.sql.Timestamp; public class User { private String userId; private String userPwd; private String userName; private String nickName; private String email; private String gender; private String phone; private String birth; private String userImg; private String a...
[ "sw4417@naver.com" ]
sw4417@naver.com
b9dfa9cc6ad72f4e00ad6761af466c7e8b7dd310
9744aefd3ee2999242cccb8b51d4b9156a16b16e
/progrados/crearArchivoTxt.java
11504063efdf68abc4cdb44ba32bf77e1b73c578
[]
no_license
Tuanis99/Progra2LaBuena
ce9362dcf6718c3983fbf03a2d3058b57f3622e7
ac39e9fb20c9a48c99590c713dc73a24050528df
refs/heads/master
2020-05-25T22:45:05.291436
2019-05-22T11:03:03
2019-05-22T11:03:03
188,021,042
0
0
null
null
null
null
UTF-8
Java
false
false
1,318
java
package progrados; import java.io.*; import javax.swing.JOptionPane; import java.io.FileWriter; import java.io.PrintWriter; import java.io.IOException; public class crearArchivoTxt { public void crearArchivo(){ try{ File file = new File("C:\\Users\\Catalina\\Documents\\progra"); ...
[ "noreply@github.com" ]
Tuanis99.noreply@github.com
8939aeb05272bceafe15bf50c674cf4438929c22
8b85a2a22b35da796336cac195a5fe81141c78ee
/src/main/java/mcjty/lostcities/worldgen/lost/cityassets/AssetRegistries.java
1b7a0a3426045dd948a07628d7d3bae5efbc8ce5
[ "MIT" ]
permissive
McJtyMods/LostCities
b1f277ad8750f732f9f1b5e5d95c6f7819024a21
2f72edbc83e8297a954838493232de338fc45bbe
refs/heads/1.16
2023-08-17T00:38:24.426339
2022-08-27T06:32:35
2022-08-27T06:32:35
93,220,488
92
63
MIT
2023-08-10T05:40:57
2017-06-03T03:20:36
Java
UTF-8
Java
false
false
7,586
java
package mcjty.lostcities.worldgen.lost.cityassets; import com.google.gson.JsonElement; import com.google.gson.JsonObject; import com.google.gson.JsonParser; import mcjty.lostcities.LostCities; import mcjty.lostcities.varia.Counter; import java.io.*; import java.nio.charset.StandardCharsets; import java.util.*; publi...
[ "slto15aGH10" ]
slto15aGH10
a77b2c1bc8ae2cfc725b75e362e13f403f03568c
2e37b28c9ee8e657efcbe1219cd9a92d5a28e607
/java_rt/src/com/sun/corba/se/spi/activation/LocatorPackage/ServerLocation.java
ce1208153d906705c6df14ba0a97e92fc0de5315
[]
no_license
wendellup/java_JRE
4050eac2ea799b79d0515df47c0ed01d1bebecc7
5d054e8ee3884e26d2bb523dffae71abfb83b140
refs/heads/master
2021-09-08T04:10:02.628651
2021-07-31T03:58:00
2021-07-31T03:58:00
21,631,408
0
0
null
null
null
null
UTF-8
Java
false
false
746
java
package com.sun.corba.se.spi.activation.LocatorPackage; /** * com/sun/corba/se/spi/activation/LocatorPackage/ServerLocation.java . * Generated by the IDL-to-Java compiler (portable), version "3.2" * from ../../../../src/share/classes/com/sun/corba/se/spi/activation/activation.idl * Wednesday, December 18, 2013 6:35:0...
[ "wendellup@163.com" ]
wendellup@163.com
fa350e0e86e04c6aee66f3a44f296adadc7e3db1
6d0ebcfdfe5646203c6c3e31c6ea6eb82fd441d8
/src/plugins/tree_viewer/src/figtree/ui/components/.svn/text-base/RangeSliderUI.java.svn-base
a338c16da6fe4580b01edf2c7d6eb0eb3eb55abd
[]
no_license
sjordine/Anubis
b11d1ce808ef782ce86401ec41503b06973ab9b2
ee0c2cc8085124cd196b06333df6509a0f29b10c
refs/heads/master
2021-01-01T18:23:07.837009
2015-01-04T20:49:47
2015-01-04T20:49:47
28,785,242
0
0
null
null
null
null
UTF-8
Java
false
false
22,923
/* * RangeSliderUI.java * * Copyright (C) 2012 Andrew Rambaut * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. ...
[ "sjordine@yahoo.com.br" ]
sjordine@yahoo.com.br
8c6837ebc121c6588a29dd8333a5ba9fc8b6b818
973256f413ece89578178cb2a2da5809508e5fb6
/src/main/java/com/dbc/lxshop/Dao/Impl/FactoryLicenceDaoImpl.java
b3b97ed27bb81323e6e1374f2bae0eac5086d6e4
[]
no_license
DengBoCong/lxshop
19d6588045987e3d67d7f8165e9fb1443f013911
bdb8a634d5ba4a898aca2618d745c43133279232
refs/heads/master
2020-07-05T12:08:50.369499
2019-08-28T16:31:32
2019-08-28T16:31:32
202,644,706
0
0
null
null
null
null
UTF-8
Java
false
false
6,967
java
package com.dbc.lxshop.Dao.Impl; import com.dbc.lxshop.Dao.FactoryLicenceDao; import com.dbc.lxshop.Model.Entity.LFactoryLicenceEntity; import org.hibernate.Session; import org.hibernate.SessionFactory; import org.hibernate.Transaction; import org.springframework.beans.factory.annotation.Autowired; import org.springfr...
[ "1210212670@qq.com" ]
1210212670@qq.com
e5cabfcabd44ab07024487511967c5869f9e0775
f97ba375da68423d12255fa8231365104867d9b0
/study-notes/j2ee-collection/java-web/04-JavaWeb/src/com/coderZsq/_25_shoppingcart/servlet/ShoppingCartServlet.java
3cc6c167f280f3c9c986343f95d00101b122e631
[ "MIT" ]
permissive
lei720/coderZsq.practice.server
7a728612e69c44e0877c0153c828b50d8ea7fa7c
4ddf9842cd088d4a0c2780ac22d41d7e6229164b
refs/heads/master
2023-07-16T11:21:26.942849
2021-09-08T04:38:07
2021-09-08T04:38:07
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,606
java
package com.coderZsq._25_shoppingcart.servlet; import com.coderZsq._25_shoppingcart.domain.CartItem; import com.coderZsq._25_shoppingcart.domain.ShoppingCart; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServlet...
[ "a13701777868@yahoo.com" ]
a13701777868@yahoo.com
ed2fe2b5752c336b6a408777fa5df8276c1f64ef
a0a7e7a96301f5aa48857a1e7fc9388f2efc5de8
/src/main/java/org/irmantas/booksstore/model/ErrMsg.java
4c08c6c1588ca9fb6f9e88000eecbc5fdd16ab03
[]
no_license
irmantas555/book-store
af1615445cd649945cbdd7a6c61aa22564e25004
1f0695a0ab5ad61ff7098e4ec0aa16116393dc75
refs/heads/master
2023-03-02T05:46:24.439497
2021-02-15T08:52:12
2021-02-15T08:52:12
338,844,026
0
0
null
null
null
null
UTF-8
Java
false
false
521
java
package org.irmantas.booksstore.model; public class ErrMsg { public static final String NO_ENTITY_WITH_ID = "Entity with such Id not exists in DB"; public static final String NO_ENTITY_WITH_BARCODE = "Entity with such barcode not exists in DB"; public static final String BARCODE_NOT_VALID = "Value of barco...
[ "irmantas.maciulis@gmail.com" ]
irmantas.maciulis@gmail.com
6c2ec8e737301ebc4a3466d1a024d734ac1545d1
10997e06837ad07f578e73aae8a1c3058552ba59
/cloud-consumer-order80/src/main/java/com/wayn/learn/springcloud/order/config/MyRoundLb.java
86d2eb5959c214a7037ed5782596e8e14880249a
[]
no_license
wayn111/springcloud-learning-2020
7eff68daa64bb3affd179b42947c585342a1f3a2
c087f409743aa680dd39660dfe6563129cee7b32
refs/heads/main
2023-07-14T01:41:10.171361
2021-08-29T14:21:23
2021-08-29T14:21:23
378,063,787
0
0
null
null
null
null
UTF-8
Java
false
false
1,339
java
package com.wayn.learn.springcloud.order.config; import cn.hutool.core.collection.CollectionUtil; import lombok.extern.slf4j.Slf4j; import org.springframework.cloud.client.ServiceInstance; import org.springframework.stereotype.Component; import java.util.List; import java.util.concurrent.atomic.AtomicInteger; /** *...
[ "166974380@qq.com" ]
166974380@qq.com
fbb99c3de168c8d63773b58eff69a1ec4bb9a56a
be81f77592404e96e869d157acb6345027802282
/tunerservice/tunerservice/src/org/droidtv/euinstallersat/wizard/settings/connectionTypeWizard/screen/LNBSelectionScreen.java
525aeb298c130ab1bb3565a33eb2f24e190f9651
[]
no_license
GongHuixue/2k15_asta_app
a5f39ca515958ad38a50b6a42a46b3fdb0d86b09
99ee7b8795db43374a19b0b439e90c3a63866862
refs/heads/master
2021-01-24T20:01:59.468015
2018-08-26T03:29:39
2018-08-26T03:29:39
123,243,941
0
0
null
null
null
null
UTF-8
Java
false
false
9,600
java
package org.droidtv.euinstallersat.wizard.settings.connectionTypeWizard.screen; import java.util.Observable; import org.droidtv.euinstallersat.model.mwapi.NativeAPIWrapper; import org.droidtv.euinstallersat.model.mwapi.NativeAPIWrapper.CONNECTION_TYPE; import org.droidtv.euinstallersat.wizard.settings.WizardSet...
[ "huixue.gong@tpv-tech.com" ]
huixue.gong@tpv-tech.com
cbfd12c0f598bbfb54c66c2cc6688267e860ed6e
2133179f3cfca1be61866053c0a844bd80e79a29
/Lab3/Fifth/src/King.java
f2304ee8b546023047403df90080ab3864810ce3
[]
no_license
SeilkhanA/OOP2018
dc5ef66db878eaa910ddd733cb3484c536a168c8
a1f0cc8b83110f9d97a421aab3db93dfe96930e4
refs/heads/master
2020-03-27T23:09:37.418985
2018-10-01T14:41:09
2018-10-01T14:41:09
147,295,995
0
0
null
null
null
null
UTF-8
Java
false
false
1,030
java
import java.util.Scanner; public class King extends Piece { private King(int x, int y){ super(x,y); } public boolean isLegalMove(int dX, int dY){ if(dX > 0 && dX <= 8 && dY > 0 && dY <= 8){ if( (Math.abs(getX() - dX) == 1) && (Math.abs(getY() - dY) == 0)) ...
[ "noreply@github.com" ]
SeilkhanA.noreply@github.com
c287fb5667d61405bd11e5210452eeeef84bb146
f6217482eaf93ba3d37b05823ea86705023426f6
/java bighomework/src/edu/fjnu/empmis/exception/EmployeeMISException.java
0e44b28115c9a45e1c9671c6ea09bbe9ccfbec91
[]
no_license
hyh122/MyGitHub
aa7d1c03d2acb5110eb060bffda966910e2b0c39
30e1b99979ea379916c16c9c472056779ca4966f
refs/heads/master
2020-05-17T10:51:04.932022
2014-10-31T06:54:00
2014-10-31T06:54:00
null
0
0
null
null
null
null
UTF-8
Java
false
false
547
java
package edu.fjnu.empmis.exception; public class EmployeeMISException extends RuntimeException{ public EmployeeMISException() { super(); // TODO Auto-generated constructor stub } public EmployeeMISException(String message, Throwable cause) { super(message, cause); // TODO Auto-generated constructor stub ...
[ "1215605211@qq.com" ]
1215605211@qq.com
32b7209f73ea7832608dfba30e8e6bba8d84a64e
0c5565b0c489358cf6bdb6f352794cc30d7c0b51
/Vector.java
5b6120dea039a8a15b8fe6f0c7d05df865ed25ef
[]
no_license
animatinator/escape
1a89bbfc6790a7d5fc8edd0aa00c3e85995b9e83
9a9e72fb5d07633e856052bf7ec472e0106eefa8
refs/heads/master
2016-08-12T05:01:20.421841
2015-11-16T18:02:28
2015-11-16T18:02:28
46,291,887
1
0
null
null
null
null
UTF-8
Java
false
false
352
java
// Vector.java package escape; class Vector { public int x; public int y; public Vector() { this.x = 0; this.y = 0; } public Vector(int x, int y) { this.x = x; this.y = y; } public Vector(int[] pos) { this.x = pos[0]; this.y = pos[1]; } public Vector negate() { r...
[ "barkerd@google.com" ]
barkerd@google.com
e5f6a5ffb6459bf160c0afe9212ad1dcc80e2748
5f811dcd2debd1c7d46822a2800e51a7decd2a1a
/pano-front-web/src/main/java/com/focus3d/pano/admin/dao/PanoUserLongInDAO.java
54ee951c2b925a50f0ab9aede0d0881503da1f11
[]
no_license
focus3d-fc/pano-front
f87b4cb8300a826d4f880715ebe689ecfb1ee798
d3cc840720eccba9471f6557c0af34193a58b7ee
refs/heads/master
2021-09-02T23:48:27.963864
2018-01-04T04:26:14
2018-01-04T04:26:14
96,875,392
0
1
null
null
null
null
UTF-8
Java
false
false
1,192
java
package com.focus3d.pano.admin.dao; import java.util.List; import com.focus3d.pano.model.PanoProjectHousePackage; import com.focus3d.pano.model.PanoProjectPackage; import com.focus3d.pano.model.PanoProjectPackageStyle; import com.focus3d.pano.model.PanoUserLongin; import com.focus3d.pano.model.getListPano; public in...
[ "496174528@qq.com" ]
496174528@qq.com
4143722185264be63979fcf6354275e7fed87b07
4239c53fa00ea8724d21c35011ddb3cc645241f2
/src/main/java/com/g11/questionmark/Controllers/QuestionController.java
e00869dfd761139bedb05d55991034df446fc326
[]
no_license
JohananAP/QuestionMark
ff8187aad336b005c1aa63b2583dcef21b44a131
69d4223ce1f25dd7b25940316f48169db98cc6d2
refs/heads/master
2023-08-06T20:13:45.805030
2021-09-21T16:41:44
2021-09-21T16:41:44
408,278,806
0
0
null
null
null
null
UTF-8
Java
false
false
6,235
java
package com.g11.questionmark.Controllers; import com.g11.questionmark.Models.Answer; import com.g11.questionmark.Models.Question; import com.g11.questionmark.Models.User; import com.g11.questionmark.Models.Vote; import com.g11.questionmark.Services.AnswerService; import com.g11.questionmark.Services.QuestionService; i...
[ "jh416787@dal.ca" ]
jh416787@dal.ca
bfe311a686e8c93d7bb84cec5e96faa62cd26ad2
91e6a9f9b842eb910dd9120e7dde5db1d0e74048
/src/sk/itsovy/ganoczi/sudokusolver/Game.java
9b8a01c6b3b653c9dfa8e2a789411ef0d51de0f6
[]
no_license
PeterGanoczi/SudokuSolver
99e24caacd51248164f6b4ffc292edf8f4105e4e
78d3121771a2eddf656372f297eb7b16959f7d10
refs/heads/master
2022-12-23T12:08:13.711630
2020-09-29T22:27:51
2020-09-29T22:27:51
299,438,849
0
0
null
null
null
null
UTF-8
Java
false
false
548
java
package sk.itsovy.ganoczi.sudokusolver; import sk.itsovy.ganoczi.sudokusolver.model.Board; public class Game { private Board board; private boolean state; public Game(Board board, boolean state) { this.board = board; this.state = state; } public Board getBoard() { return...
[ "peter.ganoczi@akademiasovy.sk" ]
peter.ganoczi@akademiasovy.sk
0a522ba55710026fcfc864d1b706ed6b9f88cca0
51198c09bca0cd715e36bbe3217c54ef2ef84d26
/src/main/java/com/ebolotina/trianglearea/Triangle.java
e5f4c8a541bfc8a7300a477d27edce5934172236
[]
no_license
Elissbett/trianglearea
0c68ce13ef4ad1ef2fa4c7ddcbc2d0f7af5e28ed
94dd495d3e1c378a32c0a2c4ca5c262ac490d479
refs/heads/master
2020-08-21T10:03:36.567295
2019-10-19T02:28:31
2019-10-19T02:28:31
216,136,481
0
0
null
null
null
null
UTF-8
Java
false
false
1,100
java
package com.ebolotina.trianglearea; public class Triangle { private final Point a; private final Point b; private final Point c; private Double area; public Triangle(Point a, Point b, Point c) { this.a = a; this.b = b; this.c = c; } public double area() { ...
[ "Elissbett@users.noreply.github.com" ]
Elissbett@users.noreply.github.com
73bf77ed0321d6e745af1aec84c5a50a61dfb9e4
dca48bb5af970a6e247640dc68d7fdc26a9ae2b0
/src/main/java/com/spring/mvc/psi/entities/Product.java
0b6edb9913d9ddd55c24364c99eaeaac20b6ed8a
[]
no_license
vincenttuan/SpringData1102
8ac00838f51de585115ac184498d54b33b0574b4
2139027e2959d1fb0c4a557eb494c88f4f69b8a6
refs/heads/master
2023-02-12T14:49:13.685911
2021-01-08T13:41:17
2021-01-08T13:41:17
324,987,944
1
0
null
null
null
null
UTF-8
Java
false
false
1,684
java
package com.spring.mvc.psi.entities; import java.util.ArrayList; import java.util.List; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; import javax.persistence.Lob; import javax.persistence.OneToMany; import javax.persis...
[ "teacher@192.168.1.180" ]
teacher@192.168.1.180
d3c14de511f0a83c3034c2f41bfdea2f568694d7
338328bc06567d54ef2052a0a38bf6dbe0109506
/shells/ca-dbtool-shell/src/main/java/org/xipki/ca/dbtool/shell/ImportOcspCmd.java
b588d5e53aea9908250e8f64f6c4942befd74fec
[ "Apache-2.0" ]
permissive
karymei/xipki
bd519579936d2a78d9ba461fccb61da2bcf2d056
7582ca7b205ee95c1820cc65eac1e7cea23b95c5
refs/heads/master
2021-09-04T02:41:32.311989
2018-01-14T20:09:24
2018-01-14T20:09:24
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,315
java
/* * * Copyright (c) 2013 - 2018 Lijun Liao * * 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 law or a...
[ "lijun.liao@gmail.com" ]
lijun.liao@gmail.com
d4638d6046742e67a2be9ddf96d91e78a7485e28
9a4e9b75faaa75ec028fe3ffaba9947da45f37a3
/src/main/java/rest/security/WebSecurity.java
a8af7b65602a7dc798dbd3fcdca7347902b179f9
[]
no_license
developer-java/rest
57aba4830da040d844bf92c1b29f1291c8c138a5
ac541573a464f6a0880175e692cc87bc59531f9a
refs/heads/master
2020-03-21T11:03:13.652560
2018-06-24T12:52:02
2018-06-24T12:52:02
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,287
java
package rest.security; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.http.HttpMethod; import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder; import org.springframework.secu...
[ "zholay.abdubek@gmail.com" ]
zholay.abdubek@gmail.com
9a2cad87db8b15dbdd10c78199194e671be1dc4f
3d8270c9e16d8fdd79f20d6ca82a67c7c500e421
/src/FirstUniqueCharacterInString.java
3d6839df0fe170ff1bf3db2e0568d2132dd084ab
[]
no_license
PayalSainathMehta/August-Leetcode-Challenge
51bdfe2929c2fdca14faa1541247a10595ba8b37
964fa59d8c34d364b380b57b37cbe824825593e0
refs/heads/master
2022-12-08T15:46:41.165166
2020-09-01T14:57:37
2020-09-01T14:57:37
284,311,508
1
0
null
null
null
null
UTF-8
Java
false
false
879
java
import java.util.HashMap; import java.util.Map; public class FirstUniqueCharacterInString { public static int firstUniqChar(String s) { if(s.length() == 0 || s == null) return -1; Map<Character, Integer> map = new HashMap<>(); for(int i = 0; i < s.length(); i++){ cha...
[ "psmehta@cs.stonybrook.edu" ]
psmehta@cs.stonybrook.edu
4bb7b0fd99632245ddc625c23fb12d2ff325b741
aff0e7a38692eaccda0e611a8d00bfe1122b2556
/source/kom-manager-service/src/test/java/com/transsion/store/test/manager/TestVisitModelSettingManager.java
ae2d217a902af0443faf0619070e5b749c6c4e94
[]
no_license
ESSE-xiaogui/kom_manager_new
15d04ec850ca822661a4480c93b28e51894470cb
56d2b9403fb4caaf9c81cc14d6dd2298d3ad9b96
refs/heads/master
2021-01-22T22:39:06.987671
2017-03-20T09:36:13
2017-03-20T09:36:13
85,556,395
0
0
null
null
null
null
UTF-8
Java
false
false
1,214
java
package com.transsion.store.test.manager; import java.util.List; import org.junit.Before; import org.junit.Test; import com.shangkang.core.exception.ServiceException; import com.transsion.store.context.UserContext; import com.transsion.store.dto.VisitModelSettingListDto; import com.transsion.store.manager....
[ "guihua.zhang@transsion.com" ]
guihua.zhang@transsion.com
9885f69e66728b93cd594c57a15935303168d5ce
21ffaadaee5e9f76e85c53997cdde13b62eadda6
/examples-advanced-ignite-indexing/src/main/java/com/hawkore/ignite/examples/entities/person2/Person.java
09d1c4b2c2363e849a44143cb9120cc871290d4e
[]
no_license
hawkore/examples-apache-ignite-extensions
909dfe6efc31b32802efb867dd22d5f139a998e3
1282664ebe06a717568d68f877e6fafd578e86e8
refs/heads/master
2022-06-17T13:39:13.743555
2022-06-08T15:00:10
2022-06-08T15:00:10
164,684,029
1
1
null
null
null
null
UTF-8
Java
false
false
5,617
java
/* * Copyright (C) 2018 HAWKORE S.L. (http://hawkore.com) * * 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 b...
[ "manuel.nunez@hawkore.com" ]
manuel.nunez@hawkore.com
aa797e6956ad9fd06d70de606514ed4f136e1ff4
ed34528fc9940e31973da65f307c01ee6da4ec43
/src/main/java/ch/hfict/model/Address.java
edd069d3506b1bb31a1cc87bba01c9cb8fe5bd82
[]
no_license
oguzCoel/Flyway
1ee8f6efef325a7cf67093d0186d59f4bf7f205b
2ea96dc9b856c00ce50be56c4efebcaacf15cfe3
refs/heads/master
2016-09-06T04:00:10.385593
2014-12-08T22:40:44
2014-12-08T22:40:44
27,737,710
0
0
null
null
null
null
UTF-8
Java
false
false
3,396
java
package ch.hfict.model; import org.apache.commons.lang.builder.ToStringBuilder; import org.apache.commons.lang.builder.ToStringStyle; import javax.persistence.Column; import javax.persistence.Embeddable; import java.io.Serializable; import org.hibernate.search.annotations.Analyze; import org.hibernate.search.annotati...
[ "oguzcoel@gmail.com" ]
oguzcoel@gmail.com
ffbe144d1de865c2e65c4ca96ca4841f506112b8
21236b35ff5b108a5862527da31a324149d717a3
/src/test/java/dev/infrastructr/deck/api/controllers/InventoryControllerTest.java
614a801f7e2550f915b0ffc45db0b987e8fe9e34
[ "MIT" ]
permissive
infrastructr/deck-api
c0bb0acc3d06683acb98e26eb0a6055065952f6a
7ff57719679b69f92c9e9ec2fbda25180790d7ae
refs/heads/master
2022-10-02T11:04:10.854969
2020-05-25T21:24:34
2020-05-25T21:24:34
245,249,537
0
0
MIT
2022-09-08T01:06:24
2020-03-05T19:25:17
Java
UTF-8
Java
false
false
5,635
java
package dev.infrastructr.deck.api.controllers; import dev.infrastructr.deck.ContextCleaner; import dev.infrastructr.deck.WebTestBase; import dev.infrastructr.deck.api.actions.InventoryActions; import dev.infrastructr.deck.api.actions.ProjectActions; import dev.infrastructr.deck.api.entities.Inventory; import dev.infra...
[ "michael@lewkowski.de" ]
michael@lewkowski.de
8b7e3d1160c0b746749ac5b14ac1f8dab890620e
d0ddb5f21fb71cfbd49706282d86a582d2df5555
/src/main/java/com/example/demo/exception/MatchDateNotFoundException.java
69c0640f13f1761815ee5ae36147755954818264
[]
no_license
ryzenboi98/nba-stats
bec7cf038ecf8c564dae4cf2e4e5eab3ebb4f4bf
3c64a14457bda115b03bccf4e8a1d7c54e97b0bd
refs/heads/master
2023-01-09T00:38:03.307784
2020-11-04T19:57:29
2020-11-04T19:57:29
304,427,910
0
0
null
null
null
null
UTF-8
Java
false
false
158
java
package com.example.demo.exception; public class MatchDateNotFoundException extends RuntimeException{ private static final long serialVersionUID = 1L; }
[ "joaopro23@gmail.com" ]
joaopro23@gmail.com
dc459114b9a78375618606ac09621bcbd91e47cb
993ef76e5663bf762d7aa045035ff14401bd6b4b
/src/main/java/com/adobe/cq/commerce/magento/graphql/MediaGalleryEntryQuery.java
3cbc2c65ede33f32a81528b2925ca5b04af8c264
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Bounteous-Inc/commerce-cif-magento-graphql
c8983f0120371a3175e265b9e44c3e0ac99eed2f
5b97904d436e10702bca7e8289e500b95759f879
refs/heads/master
2020-12-18T17:00:27.341576
2019-10-18T09:53:31
2019-10-18T09:53:31
235,463,116
0
0
null
2020-01-21T23:41:01
2020-01-21T23:41:01
null
UTF-8
Java
false
false
3,244
java
/******************************************************************************* * * Copyright 2019 Adobe. All rights reserved. * This file is licensed to you 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 * ...
[ "noreply@github.com" ]
Bounteous-Inc.noreply@github.com
8a0032b5664960846553d9a271bc7d1e59a35a4d
6d0d7083047e141e2507101f62cd4e184d86fad6
/CIS551Proj4/src/cis551proj4/TransException.java
5ea016b1bc719c3c2368a265703338b04f8c20d8
[]
no_license
RafaUresti/sxyjava
01d8e9ca1c25240064a73c2037160c018e56010f
47b29d32545a995e579565e5e23f8d4f5c7d10e8
refs/heads/master
2021-01-10T16:07:19.076388
2010-07-25T20:15:40
2010-07-25T20:15:40
47,238,268
0
0
null
null
null
null
UTF-8
Java
false
false
181
java
package cis551proj4; public class TransException extends Exception { public static final long serialVersionUID = 331003; public TransException(String s) { super(s); } }
[ "sxycode@a54e21ba-c1fb-68c1-60e3-a40b99c34a01" ]
sxycode@a54e21ba-c1fb-68c1-60e3-a40b99c34a01
04f7f11a1d2add0e13dab54e99886603f43e9dfd
ab30df4b1585692472d32a9cbcf6c8ae107dc9a7
/generated-test-cases/MessageFormatter/12-run/MOSA_MessageFormatter_ESTest.java
fc9af57e6131e1f52cd0c2bf3a85ab8b745ef04d
[ "Apache-2.0" ]
permissive
fpalomba/issta16-test-code-quality-matters
8d87b51ce1ca8305cf9ff67b2eb71899cbfb7d46
b18697fb7f3ed77a8875d39c6b81a1afa82d7245
refs/heads/master
2020-12-24T21:27:40.669676
2016-04-22T21:38:36
2016-04-22T21:38:36
56,882,946
0
0
null
null
null
null
UTF-8
Java
false
false
17,169
java
/* * This file was automatically generated by EvoSuite * Mon Dec 14 16:59:27 GMT 2015 */ package com.lts.application.international; import static org.junit.Assert.*; import org.junit.Test; import com.lts.application.ApplicationException; import com.lts.application.international.MessageFormatter; import java.util.L...
[ "fabio.palomba.89@gmail.com" ]
fabio.palomba.89@gmail.com
119e3a866408a75401282b6971d7311b0068841a
f74ce68069a10ce3c28c494e6d1594d64bebc46e
/test/ShipTest.java
458c12f8ab9af44874fc4aaf3dca5e0c68d65597
[]
no_license
dezren39/Vandise-agile-sp2018-oop
9cc9e575abf85b0b7121de830c55b3ac532de1eb
2e64198e7835270badecdf0896679273b86d93c4
refs/heads/master
2021-01-25T09:59:46.563995
2018-03-07T22:06:19
2018-03-07T22:06:19
123,331,649
1
0
null
2018-02-28T19:26:13
2018-02-28T19:26:12
null
UTF-8
Java
false
false
1,115
java
import static org.junit.Assert.*; import static org.hamcrest.CoreMatchers.is; import org.junit.Before; import org.junit.Test; public class ShipTest { private Ship ship; @Before public void setUp() throws Exception { this.ship = new Ship(3); } @Test public void testShipIsInitializedWithLife() { assertThat...
[ "andeb2804@gmail.com" ]
andeb2804@gmail.com
be6ab5a7a71323abd08346b75f4c7a5bd6f022d6
72e1b2f90a100494b2b2ea2aa6fe2899b7e33ccb
/hackerRank/src/com/concurrent/ConcurrentStack.java
777fb5911af4c4349874321e8a32700c7bd46105
[]
no_license
pragatidev/JavaProgramming
d715aa47efb10e41a1ef9c66d5ca94a489605bdf
e54c0a1d95d966c47d8b3f481b1719f9f067f32f
refs/heads/master
2020-05-21T13:29:15.380639
2017-11-13T21:22:34
2017-11-13T21:22:34
63,547,331
0
0
null
null
null
null
UTF-8
Java
false
false
828
java
/** * */ package com.concurrent; import java.util.concurrent.atomic.AtomicReference; /** * @author pkunwer * */ public class ConcurrentStack<E> { AtomicReference<Node<E>> top = new AtomicReference<Node<E>>(); public void push(E item) { Node<E> newHead = new Node<E>(item); Node<E> oldHea...
[ "pragatikunwer@gmail.com" ]
pragatikunwer@gmail.com
119f8642cf0e7a9852b913af4596abfc1c302b46
e2e334dc0b3bca407aecf87549c289b8d321572b
/Random practicing/Extras 1/src/Cliente.java
738405b06c233d4d8630e48a18b63052935af048
[]
no_license
gustavorlh96/Java
ec083abf8ad81c6fa6e4cebed9fe7dd64c9d95b3
96e84efeafc74be19bd6e0edef9d15c2ea4a5001
refs/heads/master
2023-04-18T15:48:05.092905
2021-05-06T04:36:45
2021-05-06T04:36:45
364,120,723
0
0
null
null
null
null
UTF-8
Java
false
false
1,049
java
public class Cliente { private String nome, email, sexo, senha; private int idade; public Cliente(String _nome, String _email, String _sexo, String _senha, int _idade) { this.nome = _nome; this.email = _email; this.sexo = _sexo; this.senha = _senha; this.idade = _idade; } public String ...
[ "noreply@github.com" ]
gustavorlh96.noreply@github.com
2ad0e610538f32667699ddb3a5baf89883c044c2
5dd6cb5fdc54ce991fca82a719e363dde18a71b4
/parts/src/org/lineageos/settings/doze/TiltSensor.java
5e2a73615c5398f93825085e1e174d4d37fce8bb
[]
no_license
aragon12/android_device_xiaomi_rosy
3b7d548a4f79b3a468a573836d0dca971d81ecd5
eb6eb84e598aa9c1ed9567ddc88994e1431400b0
refs/heads/lineage-16.0
2020-03-14T20:56:45.203953
2017-10-26T00:06:14
2019-04-08T10:44:36
131,785,916
5
34
null
2019-02-20T10:02:56
2018-05-02T02:12:28
C++
UTF-8
Java
false
false
2,977
java
/* * Copyright (c) 2015 The CyanogenMod Project * 2017-2018 The LineageOS Project * * 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...
[ "sm95007@gmail.com" ]
sm95007@gmail.com
75f6ee8c7de660aad714632abe234a8ae2ee94b2
eb1c79d4d2f904bacc75c5d8b7fd6725e8997a74
/14.Strings/StringTest22.java
7dc0df06a229ce6c357d702ea29aece467bfb485
[]
no_license
ashbora/Java-programs
ac9974691fa8a257f75c48ea585abee299cbc10e
151cf1269c6d674db6e0e86ca2a28445783657fc
refs/heads/master
2023-07-04T09:06:02.971685
2021-08-08T16:59:54
2021-08-08T16:59:54
390,077,431
0
0
null
null
null
null
UTF-8
Java
false
false
379
java
/* difference between equals() and == */ class StringTest22 { public static void main(String [] args) { String s1 = "Elegant"; String s2 = new String(s1); String s3 = s1; System.out.println("s1 equals s2 = "+s1.equals(s2)); System.out.println("s1 == s2 = "+(s1==s2));...
[ "ashwinibora28@gmail.com" ]
ashwinibora28@gmail.com
43e51af614741d9471d7ebdc63dfbf5587420f6e
38d140da333d3863ed8e9e914f01e8e9dabd4d28
/src/main/java/nutan/tech/models/ExpensesModel.java
dfb7bb7d964bde88ca069b401bfa5ca0ad91a686
[]
no_license
jazz2canvey/palmbusiness
db9f576aecf808b292f070e8e502fea2e258c098
b08d70b125b2a4da2039ef45f637c9e46c53cb70
refs/heads/swastik
2022-06-27T17:19:38.979516
2019-06-24T14:47:17
2019-06-24T14:47:17
145,240,914
0
0
null
null
null
null
UTF-8
Java
false
false
2,395
java
package nutan.tech.models; public class ExpensesModel { int expense_id, bank_payment_mode; double amount; String enterprise_id, entry_date, expense_name, expense_head, description; boolean payed_via_cash, payed_via_bank; public ExpensesModel() { } public ExpensesModel(int expense_id, int bank_payment_m...
[ "jazz2canvey@gmail.com" ]
jazz2canvey@gmail.com
325c9f6d9207ac6fb740bc54109e8641205807c8
a2ef7f0b54924851d517b84f8638da90dbec89b7
/app/src/androidTest/java/com/helpyou/itproject/ContactsTest.java
633d490136f10935b32f6aaaac4b463de0e1aca6
[]
no_license
rishabgarg2021/AndroidAppNavSight
88061bddb797139be5b865400ba46c4c10edc943
8fa722bffe20662f1fa0cea92641d81d477038a0
refs/heads/master
2020-04-14T23:00:12.105078
2019-01-05T05:54:39
2019-01-05T05:54:39
164,186,401
0
0
null
null
null
null
UTF-8
Java
false
false
1,841
java
package com.helpyou.itproject; import android.content.Intent; import android.support.test.rule.ActivityTestRule; import android.support.test.runner.AndroidJUnit4; import org.junit.After; import org.junit.Before; import org.junit.Rule; import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runners.JU...
[ "rishabgarg.2021@gmail.com" ]
rishabgarg.2021@gmail.com
692dd814f4b2b6136780f99c8ee0f91017a0ff59
d39142d213771ada0e886f829257c6c7fbf1ce17
/source code and apk file/app/gradleBuild/generated/source/r/release/android/support/graphics/drawable/animated/R.java
e0cb1aa7349de63f5f17dc58158d355e217cd830
[ "MIT" ]
permissive
shishir95/Eye-Assistant
3f6270e7ad5468c3e2e1c2abeef47e61784e456f
eb54c5ce40cd33e96bc4912e36166cab2c6a4012
refs/heads/master
2020-04-11T13:57:56.049321
2019-06-11T19:03:28
2019-06-11T19:03:28
161,836,841
1
1
MIT
2018-12-19T14:42:59
2018-12-14T20:25:41
Java
UTF-8
Java
false
false
10,339
java
/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * gradle plugin from the resource data it found. It * should not be modified by hand. */ package android.support.graphics.drawable.animated; public final class R { public static final class attr { public static f...
[ "shishirkhan95@gmail.com" ]
shishirkhan95@gmail.com
cd50dea89fe5eb15853e664f19dea5d7f604db8e
536dc62371a9be28c0fd0cdece4bbc1f25d9c1a8
/sistema/sincronizacionCristian/UtilRed.java
d29f1812519688c33133a34e8292d12a9073dc62
[]
no_license
22jess/Pruebas
5ed79bd09c524d96ce302257ee77805961071361
2d9aa4b55a728498be181e9413e155bd8da354d1
refs/heads/master
2020-05-01T13:40:00.575569
2019-03-25T02:17:48
2019-03-25T02:17:48
177,497,898
0
0
null
null
null
null
UTF-8
Java
false
false
1,875
java
/* Sistemas Concurrentes y Distribuidos Algoritmos de Sincronización de Relojes - Cristian CeroCero */ package sistemaDistribuido.sistema.sincronizacionCristian; import java.io.UnsupportedEncodingException; import java.nio.ByteBuffer; import java.nio.ByteOrder; public class UtilRed{ private static...
[ "22jessicamarin@gmail.com" ]
22jessicamarin@gmail.com
7b7ab7bafb79ebcbe602caa676fa0461eca97f22
eeb6243ac21267da30c4d8a1f6552cdb1e26b972
/util/Time.java
44274aa1e498a5baa593a92ff6299e0b099bea2f
[]
no_license
mircea-dinoiu/edwinbot-java
343f80c1aed706eed911c6773f3ae635d23876b9
cf4a206773c07ed665c9c2c219700e17e25a0f31
refs/heads/master
2020-09-22T07:24:13.064600
2016-09-08T18:43:14
2016-09-08T18:43:14
67,730,437
0
0
null
null
null
null
UTF-8
Java
false
false
6,525
java
package util; import manager.Language; import java.util.*; public class Time { final private static boolean DEFAULT_RETURN_DECIMAL = false; /** * Format seconds to short string * E.g. if seconds = 300125, the method will return 3d 11h 22m 5s * Doesn't support negative numbers! * * @...
[ "mircea.dinoiu@gmail.com" ]
mircea.dinoiu@gmail.com
7fbae7bc05d733e0a19ade578ca803fad4a55c2f
296642083e93aaf320e5340c945024ef26d03121
/src/main/java/de/webever/dropwizard/helpers/errors/WebserviceExceptionMapper.java
63c6938467fa3e167bcadecb05f63049e85d7592
[ "MIT" ]
permissive
webeverde/dropwizard-helpers
a906d223c57bc527e9f4b505e772c0c72887a8da
76e8d07e5f03dd6f76a4e551d298c3bbdc2b5e43
refs/heads/develop
2021-06-12T09:15:10.861574
2019-05-28T08:07:13
2019-05-28T08:07:13
169,550,322
1
2
MIT
2021-04-26T18:50:09
2019-02-07T09:55:28
Java
UTF-8
Java
false
false
945
java
package de.webever.dropwizard.helpers.errors; import java.util.Set; import javax.validation.ConstraintViolation; import javax.ws.rs.core.Response; import javax.ws.rs.ext.ExceptionMapper; import javax.ws.rs.ext.Provider; import io.dropwizard.jersey.validation.JerseyViolationException; /** * Catches {@link JerseyVio...
[ "r.naeve@ds360grad.com" ]
r.naeve@ds360grad.com
d09163a04bb33c3ee40bdd270a28ca7b4c075437
06856c3edbf43d7162982ad0d8a4c1a5839b5d7a
/src/test/java/com/vgv/excel/io/props/sheet/ColumnWidthTest.java
53c441d7ef2f8a84d8b1770b39e8f7fa6dfa7f35
[ "MIT" ]
permissive
battyone/excel-io
b703c6e59a6bc782b787eadd9d2fda6aebfd4ae5
4d1f3a3c55d2f2356bc597719b58757807247b83
refs/heads/master
2021-09-10T14:12:26.964402
2018-03-27T16:23:22
2018-03-27T16:23:22
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,100
java
/** * The MIT License (MIT) * * Copyright (c) 2018 Vedran Grgo Vatavuk * * 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, including without limitation the rights *...
[ "vedran@Vedrans-iMac.local" ]
vedran@Vedrans-iMac.local
daa67933c570942381690849d71e5b38f28333e2
ba6cced44332bdf3efaecc503f406ac3e23501c7
/app/src/main/java/com/example/alumna/presenter/Interface/GalleryPresenterImpl.java
f3dc25e5c8e4dd1e12a5abb75e4ecb4e883fc696
[]
no_license
lollipop5371/Alumna
78ca40a66f8cc7a90917ce0c224d3d9c5af9a45b
489d7fce85be48a22cabe838f36e7ebb3b047fac
refs/heads/master
2021-01-20T02:42:01.652203
2017-05-08T13:25:07
2017-05-08T13:25:07
89,442,673
0
0
null
2017-04-26T05:45:44
2017-04-26T05:45:44
null
UTF-8
Java
false
false
142
java
package com.example.alumna.presenter.Interface; /** * Created by Administrator on 2017/4/25. */ public interface GalleryPresenterImpl { }
[ "617940761@qq.com" ]
617940761@qq.com
41c8653878b49ffb76ffc4f7729991d73d64210a
0b3875650f515ba6359e564b4c98b8a687f7bd0d
/dynamiccontrolslibrary/src/main/java/com/vdoers/dynamiccontrolslibrary/mControls/contols/mTextView.java
13bdfc13c9233b73fb138d6749a91d3540d94109
[]
no_license
NazarAbbas/DynamicControls
d64fe2ef72fe6a3711765eb8fe6d88616027080d
7086925410785a497a37efeabbcf4deff8ede49b
refs/heads/master
2021-06-26T09:43:58.427183
2021-03-01T12:53:26
2021-03-01T12:53:26
208,387,713
4
0
null
null
null
null
UTF-8
Java
false
false
2,269
java
package com.vdoers.dynamiccontrolslibrary.mControls.contols; import android.app.Activity; import android.content.Intent; import android.text.SpannableString; import android.text.style.UnderlineSpan; import android.view.View; import android.widget.LinearLayout; import android.widget.TextView; import com.vdoers.dynamic...
[ "nazar.abbas@commdel.local" ]
nazar.abbas@commdel.local
e972b380dbada49eaf16c16fea2f9fe45b4a96be
5518288ae5964306b146ea9428622e06960d8d6a
/src/java/pwp/add_clerk.java
950e0d156441dd2b3eaaecd42f8be29be4d4a13f
[]
no_license
elkant/PWP
68cb79da347bfbe71de987a418a9792b670bd587
7b567ded9a8c08047193c519139b55881b4d4069
refs/heads/master
2021-01-17T10:18:30.407253
2017-03-21T08:43:28
2017-03-21T08:43:28
56,304,190
0
1
null
null
null
null
UTF-8
Java
false
false
8,424
java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package pwp; import java.io.IOException; import java.io.PrintWriter; import java.math.BigInteger; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; import java.sql.SQLException; import j...
[ "ekmanukaka5@gmail.com" ]
ekmanukaka5@gmail.com
22d5159f6717f711f7802c4b08960e3018e38672
65ab4029118e7111dd638f5325323e2e1d163cbb
/src/main/java/com/bsport/gateway/filters/SimpleCORSFilter.java
64d6941b1219b14f4bd8ea1dddb34a04eb7eccff
[]
no_license
bsport062019/gateway
d68d7f7005d7f380b3f9c32710d138b1bbbf97bb
dbde3415ee41427c0528b3dc684442a20abc63fe
refs/heads/master
2022-04-10T08:11:30.303993
2020-04-05T11:12:26
2020-04-05T11:12:26
196,680,695
0
0
null
null
null
null
UTF-8
Java
false
false
1,596
java
package com.bsport.gateway.filters; /** * Created by IntelliJ IDEA. * * @author : truongnq * @Date time: 2019-04-05 00:30 * To change this template use File | Settings | File Templates. */ import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import org.springframework.stereotype.C...
[ "46477658+bookingsport@users.noreply.github.com" ]
46477658+bookingsport@users.noreply.github.com
c03aef8f6b06a5ba4d791a12b6d2da2632d33c7e
fcd987e95e094638282788c0bc5aacf700d09531
/src/main/java/hello/core/order/Order.java
89e959a32ab9815169abec01b90c1b82a3816f8f
[]
no_license
ssda332/spring
ce4948f559811365746904055a9c75a777c2acc2
3c4c7a747b075431a09bbaa38059d39e7fdcf9a6
refs/heads/master
2023-04-27T15:35:31.903526
2021-05-02T01:50:34
2021-05-02T01:50:34
357,234,598
0
0
null
null
null
null
UTF-8
Java
false
false
1,413
java
package hello.core.order; public class Order { private Long memberId; private String itemName; private int itemPrice; private int discountPrice; public Order(Long memberId, String itemName, int itemPrice, int discountPrice) { this.memberId = memberId; this.itemName = itemName; ...
[ "tititiqkfk3@gmail.com" ]
tititiqkfk3@gmail.com
6d591f7343917c4d814406a2b35a1f1c11b8e37a
2f581f068b126fb179d0523a12def1d6be9d5c27
/src/test/java/com/company/TestData.java
c569425c747daf8592088cfadd4529908a96cbce
[]
no_license
FrozenMorozen/cmd-file-data-sorter
e834ef8d8ad138581413d36e6b300a693585388c
642c8dc2cd216775a82839fac3c2968252079830
refs/heads/master
2020-07-30T01:40:53.698635
2019-10-21T16:22:45
2019-10-21T16:22:45
210,041,159
0
0
null
null
null
null
UTF-8
Java
false
false
1,038
java
package com.company; import java.io.*; import java.nio.file.Files; import java.nio.file.Paths; import java.util.ArrayList; import java.util.List; public class TestData { public static String FILE_NAME_FOR_CREATING = "/home/denis/test_file.txt"; public static String FILE_NAME_FOR_WRITING = "/home/denis/out.txt"; ...
[ "morozovd96@outlook.com" ]
morozovd96@outlook.com
41579c47f0f74437b8a21c3f6ba35cf000619fed
3581ea333137a694eeec2e07da2b3c7b556ac32c
/testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/resource/ProxyWithGenericReturnTypeJacksonAbstractParent.java
417f14dea5406a6881e56a2f87e3677f81f3e030
[ "Apache-2.0" ]
permissive
fabiocarvalho777/Resteasy
d8b39366c50d49d197d5938b97c73b1a5cb581b5
94dae2cf6866705fe409048fde78ef2316c93121
refs/heads/master
2020-12-02T16:28:18.396872
2017-07-07T18:36:57
2017-07-07T18:36:57
96,557,475
1
0
null
2017-07-07T16:41:04
2017-07-07T16:41:04
null
UTF-8
Java
false
false
693
java
package org.jboss.resteasy.test.providers.jackson2.resource; import com.fasterxml.jackson.annotation.JsonSubTypes; import com.fasterxml.jackson.annotation.JsonTypeInfo; @JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "type") @JsonSubTypes({ @JsonSubTypes.Type(value = P...
[ "asoldano@redhat.com" ]
asoldano@redhat.com
a21f0c8ea486f8bbcc557f7f3f9c9d6ed58b2b3f
f09632b306e34c1bc42c58b4c9f82f1243d7106c
/src/main/java/controller/adminServlet/CensoredPostsServlet.java
6fa95a2eaa3fceef75c64eea21526c480767269b
[]
no_license
aliaziz/WapFinalProject
bc99b177e554ffe2a70c083e662d1c8687fbffa9
091f047e12f0180a3c5ec34fe55bed74feab420c
refs/heads/master
2023-01-12T07:48:42.902162
2020-11-18T22:17:22
2020-11-18T22:17:22
312,055,840
0
0
null
null
null
null
UTF-8
Java
false
false
1,547
java
package controller.adminServlet; import controller.BaseServlet; import dao.PostDao; import model.Post; import utils.ServletUrl; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import java.io...
[ "aziwa1991@gmail.com" ]
aziwa1991@gmail.com
c0bb96f524954fefcbed49a72b957ae9bad678b9
cf648ca0184c62947544d77d0d4519bc3dfccf8c
/course_work_front/src/sample/controllers/ErrorsPageController.java
79a57de2b0cafbbb6dafda69d8ff6b8a6289af5f
[]
no_license
CheGevarAa/courseach
0640d9a621edddd884f913e0421f03334addf401
fe274649140f531a646615e84e5d7f5a55ec4654
refs/heads/main
2023-04-26T21:00:51.064379
2021-05-04T16:32:30
2021-05-04T16:32:30
359,894,556
0
0
null
null
null
null
UTF-8
Java
false
false
3,459
java
package sample.controllers; import javafx.collections.ObservableList; import javafx.fxml.FXML; import javafx.scene.control.Alert; import javafx.scene.control.TableColumn; import javafx.scene.control.TableView; import javafx.stage.Stage; import sample.models.Employee; import sample.models.Errors; import sampl...
[ "noreply@github.com" ]
CheGevarAa.noreply@github.com
f6b57fb86afa7e119a168bf39592e231204eaf01
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/10/10_da9567d43370d509bbd57dccabd9eb46a77c1ca5/ClientSearchRequestTest/10_da9567d43370d509bbd57dccabd9eb46a77c1ca5_ClientSearchRequestTest_s.java
fe18c74d1259447daec8571be76f8f7bca16b8c0
[]
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
10,444
java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the *...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
6f60cd852be64f3ad3ae5334fe5b3fb5a89bb19c
619a7999f5500992ac556bfada05d64119bf3cce
/src/main/java/by/epam/carrentalapp/service/UserService.java
23644d216f755f3970d91b5d11e70abaec933e93
[]
no_license
IvanSinegovsky/epam-final-project
89a37b5d042b854ceb1cf7f5cb2b5695bbe5f224
59532658db7fad1b38927d5567ae2311d812e83c
refs/heads/master
2023-06-09T13:58:30.246841
2021-07-01T18:41:35
2021-07-01T18:41:35
365,021,384
0
0
null
null
null
null
UTF-8
Java
false
false
362
java
package by.epam.carrentalapp.service; import by.epam.carrentalapp.bean.dto.LoginUserDto; import by.epam.carrentalapp.bean.entity.user.User; import java.util.Optional; public interface UserService { Optional<User> login(LoginUserDto userDto); void registerCustomer(String name, String lastname,String email, S...
[ "isinegovsky@gmail.com" ]
isinegovsky@gmail.com
0c426bf10dcd99ebefcb16fd47a4b3d9eb23ac45
657156f1c7745248bdb1444303e79eab89bb0233
/src/main/java/hellfirepvp/astralsorcery/common/item/gem/GemAttributeHelper.java
c9c4b787810dfcb9b14ed29527e483bb3cca903d
[]
no_license
Mekle001/AstralSorcery
dd4c36d12ee2460cc5eb1be09c85f1ac64e728c5
79d141797fa4f55ba04a457de3a26b1830fcb0fd
refs/heads/master
2020-04-08T23:45:15.663207
2018-11-29T13:30:57
2018-11-29T13:30:57
null
0
0
null
null
null
null
UTF-8
Java
false
false
13,536
java
/******************************************************************************* * HellFirePvP / Astral Sorcery 2018 * * All rights reserved. * The source code is available on github: https://github.com/HellFirePvP/AstralSorcery * For further details, see the License file there. **********************************...
[ "dendorfer.maximilian0@googlemail.com" ]
dendorfer.maximilian0@googlemail.com
f8772b363dc46063e6c5fc5ac9e3864b460d45d3
2e98a39e61db1e5da89a71607b13082af4ddca94
/flexwdreanew/src/com/flexwm/server/cm/WFlowOpportunityLoose.java
0bec58dd2d2a180c61aab77fdab76c40070f7175
[]
no_license
ceherrera-sym/flexwm-dreanew
59b927a48a8246babe827f19a131b9129abe2a52
228ed7be7718d46a1f2592c253b096e1b942631e
refs/heads/master
2022-12-18T13:44:42.804524
2020-09-15T15:01:52
2020-09-15T15:01:52
285,393,781
0
0
null
null
null
null
UTF-8
Java
false
false
4,606
java
package com.flexwm.server.cm; import com.flexwm.server.wf.IWFlowAction; import com.flexwm.server.wf.PmWFlow; import com.flexwm.server.wf.PmWFlowLog; import com.flexwm.shared.cm.BmoCustomer; import com.flexwm.shared.cm.BmoLoseMotive; import com.flexwm.shared.cm.BmoOpportunity; import com.flexwm.shared.cm.BmoQuote; impo...
[ "ceherrera.symetria@gmail.com" ]
ceherrera.symetria@gmail.com
33e038e6f32c29269111c0f08c5823819adabd39
0ac28b7e3cb0c11a028c529d1720547ec7b60a06
/src/main/java/osm5/ns/yang/nfvo/mano/types/rev170208/guest/epa/guest/epa/numa/policy/numa/aware/numa/node/policy/node/OmNumaType.java
924b3cdd13bb5f3909252811ba0393cabbd57504
[ "Apache-2.0" ]
permissive
openslice/io.openslice.sol005nbi.osm5
5d76e8dd9b4170bdbb9b2359459371abb2324d41
f4f6cf80dbd61f5336052ebfcd572ae238d68d89
refs/heads/master
2021-11-18T00:35:31.753227
2020-06-15T15:50:33
2020-06-15T15:50:33
198,384,737
0
0
Apache-2.0
2021-08-02T17:18:18
2019-07-23T08:16:53
Java
UTF-8
Java
false
false
2,301
java
/*- * ========================LICENSE_START================================= * io.openslice.sol005nbi.osm5 * %% * Copyright (C) 2019 openslice.io * %% * 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 c...
[ "tranoris@gmail.com" ]
tranoris@gmail.com
ca45f71c5690b1f45dec0991b890076382034ffd
1406c14398e44c694ec212c64b24eba31cca5a84
/src/com/tutorial/main/SmartEnemy.java
f06787cf4b62e593da98530b93e0c43e3ff80d3c
[]
no_license
kuccello/letsmakeagame
faa056e4c7c10ce7e2fbf6dd554469e56da5d0d1
877cdc5c5c2bc34312ccc1bfc590a56308b01eff
refs/heads/master
2021-01-22T09:32:04.015459
2015-04-13T13:37:03
2015-04-13T13:37:03
33,870,402
0
0
null
null
null
null
UTF-8
Java
false
false
1,311
java
package com.tutorial.main; import java.awt.Color; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.Rectangle; public class SmartEnemy extends GameObject { private Handler handler; private GameObject player; public SmartEnemy(float x, float y, ID id, Handler handler) { super(x, y, id); t...
[ "kuccello@gmail.com" ]
kuccello@gmail.com
66ab76d33a6f801c3f9304713f02c4704d193eb6
24d8cf871b092b2d60fc85d5320e1bc761a7cbe2
/DrJava/rev3734-3807/right-branch-380/src/edu/rice/cs/drjava/model/debug/DebugBreakpointData.java
cd62992b44c60290d7f7ac64eb769908ff5ab36a
[]
no_license
joliebig/featurehouse_fstmerge_examples
af1b963537839d13e834f829cf51f8ad5e6ffe76
1a99c1788f0eb9f1e5d8c2ced3892d00cd9449ad
refs/heads/master
2016-09-05T10:24:50.974902
2013-03-28T16:28:47
2013-03-28T16:28:47
9,080,611
3
2
null
null
null
null
UTF-8
Java
false
false
237
java
package edu.rice.cs.drjava.model.debug; import java.io.File; public interface DebugBreakpointData { public File getFile(); public int getOffset(); public int getLineNumber(); public boolean isEnabled(); }
[ "joliebig@fim.uni-passau.de" ]
joliebig@fim.uni-passau.de
c3ac9d26a0ef99be2f6534b5c41c269ca4e796af
fc7d299c4e437146f8c59b81b039984bda1a3747
/Pizzeria/src/Logic/Node.java
48f5294c93996387ddac6ab350aaa7bbd0f0e71f
[]
no_license
z0976190100/PizzeriaRemote
4162d5f77d65ea47e4292df23383d8e172f61c59
18ab0f355ecdd529dae8f7c3d61672e1f3057c83
refs/heads/master
2021-07-13T01:54:11.210625
2017-10-08T23:02:41
2017-10-08T23:02:41
105,530,240
0
0
null
null
null
null
UTF-8
Java
false
false
784
java
package Logic; import java.util.*; public class Node { String name; int cost = 0; boolean visited; String neighboursSt; Map<Node, Integer> neighbours = new HashMap<>(); Node(String nam, String neigh) { this.name = nam; //this.roadLength = roadLeng; this.visited = fals...
[ "z0976190100@gmail.com" ]
z0976190100@gmail.com
cdfe479efce733d7b0bcc8b2901c48280ecf8159
69d3184bac2b3bd7e808971a7706b1e2ee0dbbc5
/IA-83/11/lab_8/src/Lab8dot2.java
206b06a778905263bcea11af39b14272926a07ea
[]
no_license
iamillia/20102010
bca4490877374d7c23bbc1a17100e04008d0b095
1fb1a68c815a61472aba166c3d51dcad2f6abf47
refs/heads/master
2020-04-23T09:12:20.295507
2019-05-08T06:24:01
2019-05-08T06:24:01
171,061,031
11
26
null
2019-10-10T15:30:23
2019-02-16T23:01:44
Java
UTF-8
Java
false
false
689
java
import java.util.Arrays; import java.util.Comparator; import java.util.TreeSet; public class Lab8dot2 { protected class Compar implements Comparator<QuadraticEquation>{ @Override public int compare(final QuadraticEquation o1, final QuadraticEquation o2) { return (o1.a < o2.a) ? -1 : (o...
[ "spader217@gmail.com" ]
spader217@gmail.com
57e9762f445ef2d5bfbbffb732736043f27ae51e
49bc601b74be608d5a98f8b5a81466528fc2305a
/predator-processor/src/main/java/io/micronaut/data/processor/visitors/RepositoryTypeElementVisitor.java
a9ab461ef51a55698dc080654618a935f084dac0
[ "Apache-2.0" ]
permissive
glaforge/micronaut-predator
39a44dc97fff501b63fd9f56ce04ea73897939f5
59076922a34185723bfa2e16b5ed43b03ab9b89e
refs/heads/master
2022-01-24T04:19:45.668397
2019-07-19T10:38:25
2019-07-19T10:38:25
198,100,373
0
0
Apache-2.0
2019-07-21T20:09:16
2019-07-21T20:09:16
null
UTF-8
Java
false
false
29,855
java
/* * Copyright 2017-2019 original 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
[ "graeme.rocher@gmail.com" ]
graeme.rocher@gmail.com
f19c1869a46f74e2f29c9b4d244a44ff6c458c86
59ca721ca1b2904fbdee2350cd002e1e5f17bd54
/aliyun-java-sdk-smartag-inner/src/main/java/com/aliyuncs/smartag_inner/model/v20180313/InnerDeleteCCNEventRelationRequest.java
5e5a57ee2cd1473805ef682964a160ba402a3f8a
[ "Apache-2.0" ]
permissive
longtx/aliyun-openapi-java-sdk
8fadfd08fbcf00c4c5c1d9067cfad20a14e42c9c
7a9ab9eb99566b9e335465a3358553869563e161
refs/heads/master
2020-04-26T02:00:35.360905
2019-02-28T13:47:08
2019-02-28T13:47:08
173,221,745
2
0
NOASSERTION
2019-03-01T02:33:35
2019-03-01T02:33:35
null
UTF-8
Java
false
false
3,789
java
/* * 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 law or agreed to in writing, software * distributed u...
[ "yixiong.jxy@alibaba-inc.com" ]
yixiong.jxy@alibaba-inc.com
086acd87113c1a10e76d541ded3fba559290fef2
27bcd7aeba674dbd5c7d4ba1aa09637933d93454
/java/multithread/src/main/com/yu/chapter6/singleton/Les3_3_lazy_staticInnerClass_recommend.java
86c8b19399935e9e82f62c52fdef022b0738bf9b
[]
no_license
xijiayu163/develop
f43b79cc17deaad983ee7d25df1f26edc58be3f4
4db9904b4f5f04fc6d9312b65e0df25d65ced75e
refs/heads/master
2021-01-17T09:28:11.173671
2017-10-28T10:04:21
2017-10-28T10:04:21
83,886,912
0
0
null
null
null
null
GB18030
Java
false
false
2,212
java
package com.yu.chapter6.singleton; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import java.io.ObjectStreamException; import java.io.Serializab...
[ "xijiayu@163.com" ]
xijiayu@163.com
90c389b474546357d1747e492627517b0ca3bdef
77df41d3de985202b4e723a87158ae69ff0ee226
/app/src/main/java/nekadgeek/agendaramadhan/realm/RealmConfig.java
fe36bff98bba6e8753671bd30829504e1a5da30e
[]
no_license
andripratama/agenda-ramadhan
b94c59273460ea497e7ed68c9953ae8f6577a576
b55ba202f400159fe7fa925e332e3f70a2e21325
refs/heads/master
2021-01-17T18:22:09.228973
2016-06-09T07:48:17
2016-06-09T07:48:17
60,757,960
0
0
null
null
null
null
UTF-8
Java
false
false
1,219
java
package nekadgeek.agendaramadhan.realm; import android.app.Application; import io.realm.DynamicRealm; import io.realm.Realm; import io.realm.RealmConfiguration; import io.realm.RealmMigration; import io.realm.RealmSchema; /** * Created by AndriPratama on 6/8/2016. */ public class RealmConfig extends Application{ ...
[ "cyberhagz@gmail.com" ]
cyberhagz@gmail.com
3b8d9bbd09119dd7b77da342e3d402050d3ba89e
25fa7cfeaec68d3ac19de0f6d69046bc4e5970ce
/src/main/java/hitne/config/DateTimeFormatConfiguration.java
71ef1f4d88ffbd8547da9d7f4908bc9f556a299a
[]
no_license
drasko-kosovic/hitne
d55356de85d997fe58ce68c0ebde9fbae585520f
17eb0573c937b9a6469a822c12a73354f53c6308
refs/heads/master
2023-03-21T01:27:04.286733
2020-06-19T09:02:19
2020-06-19T09:02:19
345,909,669
1
0
null
null
null
null
UTF-8
Java
false
false
712
java
package hitne.config; import org.springframework.context.annotation.Configuration; import org.springframework.format.FormatterRegistry; import org.springframework.format.datetime.standard.DateTimeFormatterRegistrar; import org.springframework.web.servlet.config.annotation.WebMvcConfigurer; /** * Configure the conver...
[ "drasko.kosovic@gmail.com" ]
drasko.kosovic@gmail.com
e86f5d5fce9d99964d8f13d67ab987a63c963e29
65e6c8d79f89eab2b0be41b18f998b1aaab33959
/zz91/ast1949-persist/src/main/java/com/ast/ast1949/persist/information/impl/PeriodicalDetailsDAOImpl.java
96b1a94439066671904a6af0d153f95ea50cb81e
[]
no_license
cash2one/91
14eeb47d22c7e561d2a718489cbc99409d6abd07
525b49860cd5e92ef012b474df6c9dc4f8256756
refs/heads/master
2021-01-19T11:20:46.930263
2016-06-28T02:36:26
2016-06-28T02:37:24
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,659
java
/** * Copyright 2010 ASTO. * All right reserved. * Created on 2010-8-25 */ package com.ast.ast1949.persist.information.impl; import java.sql.SQLException; import java.util.HashMap; import java.util.List; import java.util.Map; import org.springframework.orm.ibatis.support.SqlMapClientDaoSupport; impor...
[ "785395338@qq.com" ]
785395338@qq.com
4d9ff6cc6f001eba25c395b2ff7db9ac3b7a061c
90ab504d88d41651bef85c8ae043a82413d36c80
/DummyHttpProxy/org/kobeyoung81/dummyhttpproxy/HexDumpProxyFrontendHandler.java
5813e1fe500f0bba36fd0932362798995b27a65c
[ "Apache-2.0" ]
permissive
kobeyoung81/snappyproxy
aaa505253a19030967e5ec895bbb8a7cdfec6686
0a47c82201a5fad99c9cb7d2b94e496265643863
refs/heads/master
2021-01-10T08:28:58.062820
2016-02-10T15:07:30
2016-02-10T15:07:30
51,448,216
0
0
null
null
null
null
UTF-8
Java
false
false
3,711
java
/* * Copyright 2012 The Netty Project * * The Netty Project licenses this file to you 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 ...
[ "kobeyoung81@gmail.com" ]
kobeyoung81@gmail.com
19bd96acef1386f066c1510cd84615484773a0d6
3db2cdc73401132750b711652672e7f04d9dfdea
/src/main/java/Item.java
ae127c30c3e31404732b068d0ddd8206df22f2bf
[]
no_license
vkn02/APFE179000307_C3_Project
d84e14af303b51e4bdd66d7a4513d36ab721f2d0
6e169fd45d59348f453819088caa1d0a8d5f7ba0
refs/heads/main
2023-06-10T07:15:49.209636
2021-06-30T16:05:33
2021-06-30T16:05:33
381,749,363
0
0
null
null
null
null
UTF-8
Java
false
false
374
java
public class Item { private final String name; private final int price; public Item(String name, int price) { this.name = name; this.price = price; } public String getName() { return name; } public int getPrice() { return price; } @Override public String toStrin...
[ "vishal.nair@delphix.com" ]
vishal.nair@delphix.com
24f6bee68f399bec4c1ddae2c4dd067be5abd852
ae87d5e51a80dc359eaabcd58c3b8551552a0f42
/2013年/FtpClientdownloadpatch/src/com/frankhujiyun/android/ui/MyProgress.java
4d09cd0265c0ab1191263a3203ca9ac0c1de1a66
[]
no_license
hzjiyun/Android
fb5a95366435f028bfc45641d34a86e7b5aee28d
87a8b4e33303260b2cbc71ff656b2f41ba2f9b26
refs/heads/master
2021-01-17T23:43:55.768984
2013-08-12T01:05:27
2013-08-12T01:05:27
null
0
0
null
null
null
null
GB18030
Java
false
false
1,741
java
package com.frankhujiyun.android.ui; import android.content.Context; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.graphics.Rect; import android.util.AttributeSet; import android.widget.ProgressBar; /* * copy */ public class MyProgress extends Progress...
[ "867166076@qq.com" ]
867166076@qq.com
996e21cfce30bc6606d14560acf8e1cb4f1179ac
5b82e2f7c720c49dff236970aacd610e7c41a077
/QueryReformulation-master 2/data/ExampleSourceCodeFiles/OpenSystemEditorAction.java
e4fd23cff4fb01b128399d5a9a2312d381ef6d44
[]
no_license
shy942/EGITrepoOnlineVersion
4b157da0f76dc5bbf179437242d2224d782dd267
f88fb20497dcc30ff1add5fe359cbca772142b09
refs/heads/master
2021-01-20T16:04:23.509863
2016-07-21T20:43:22
2016-07-21T20:43:22
63,737,385
0
0
null
null
null
null
UTF-8
Java
false
false
1,954
java
/Users/user/eclipse.platform.ui/bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/OpenSystemEditorAction.java org eclipse actions java util iterator org eclipse core resources file org eclipse core resources resource org eclipse jface viewers structured selection org eclipse editor registry org eclipse work...
[ "muktacseku@gmail.com" ]
muktacseku@gmail.com
6b1b0c244d5d3b7c2310cac6c3d1c5815780a83c
d4ca222d7423f3e660badfe00d9087b8eaaacab5
/src/main/java/com/imooc/o2o/service/impl/UserShopMapServiceImpl.java
fd034ea4aaa1d87a0b40df9ff738b9e87fbb91e2
[]
no_license
yizhichangyuan/o2o-SpringBoot
bfc34a33f7967113bb77af6cd92a3bca4b482135
80f508fb73a90760153e3c4b302c95228b91c13c
refs/heads/master
2023-03-10T07:41:57.474084
2021-02-24T16:00:06
2021-02-24T16:00:06
340,821,269
0
0
null
null
null
null
UTF-8
Java
false
false
4,447
java
package com.imooc.o2o.service.impl; import com.imooc.o2o.dao.UserShopMapDao; import com.imooc.o2o.dto.UserShopMapExecution; import com.imooc.o2o.entity.UserShopMap; import com.imooc.o2o.enums.UserShopMapStateEnum; import com.imooc.o2o.exceptions.UserShopMapException; import com.imooc.o2o.service.UserShopMapService; im...
[ "695999620@qq.com" ]
695999620@qq.com
c08a336a14f91151b8e500f55417536f73c1591e
1b20d02dc3b293ee9f8b6aad629b697fa31dce83
/my_pulltorefreshdemo02/src/main/java/com/view/my_pulltorefreshdemo02/MarkActivity.java
c48fed48c7321b88f736388eb4fd961b7ba80b48
[]
no_license
MarkCHYL/MarkSmartRefresh_demo
dc5d22819f7f23225d12f7ffd2e308a9107b422e
00ec155ed5ebe1c7282cc384184b624f6bcc5335
refs/heads/master
2020-03-08T03:20:41.021257
2018-04-03T09:59:55
2018-04-03T09:59:55
127,888,267
1
0
null
null
null
null
UTF-8
Java
false
false
2,645
java
package com.view.my_pulltorefreshdemo02; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import an...
[ "2285581945@qq.com" ]
2285581945@qq.com
a4a337b43e356e2eb3ce18a0964133a04f00b20f
6fb9750bc930a4c6b7bd6d6bfa5ad1eb60cbffeb
/pe.com.edu.siaa.core.rest/src/main/java/pe/com/edu/siaa/core/ejb/service/rest/seguridad/impl/UsuarioEntidadRestController.java
e48621f24ac659006e90cacbda69ddce7c2b43c7
[]
no_license
LABECORPORATION/pe.com.edu.mercado.core.build
db65c02fbfd9e78707f626e5bfbcebc41a1cb6c1
cc7873c5a579c612cb6a154b39b096ff03f8463f
refs/heads/master
2023-06-09T10:01:44.087065
2021-07-02T15:24:40
2021-07-02T15:24:40
379,013,596
0
0
null
null
null
null
UTF-8
Java
false
false
4,468
java
package pe.com.edu.siaa.core.ejb.service.rest.seguridad.impl; import javax.ejb.EJB; import javax.ejb.Stateless; import javax.ws.rs.Consumes; import javax.ws.rs.DELETE; import javax.ws.rs.GET; import javax.ws.rs.POST; import javax.ws.rs.PUT; import javax.ws.rs.Path; import javax.ws.rs.PathParam; import javax.ws.rs.Prod...
[ "Liber.pp01@gmail.com" ]
Liber.pp01@gmail.com
72fa2320d9305556bd0ae6d8dac097bf41b85fc0
b6ccb1d3f20ff03afe060ffdf1dd257fc896bfb2
/emailDemo/src/main/java/com/email/demo/object/User.java
84801787b5f0e405d73e3d23e0b8697dd00a3254
[]
no_license
fengfanchen/Java
c77bc24ecdfefec3998c240b61c2559cd5c82721
efbf1e8e84a66438d995037513e049afa4ab041f
refs/heads/master
2022-12-10T23:16:37.858187
2022-11-29T03:07:34
2022-11-29T03:07:34
192,455,455
38
69
null
2022-11-29T03:15:22
2019-06-18T03:04:24
Java
UTF-8
Java
false
false
2,307
java
package com.email.demo.object; import javax.persistence.Basic; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Id; import java.util.Objects; @Entity public class User { private int userId; private String userName; private String userPassword; private String u...
[ "78442761@qq.com" ]
78442761@qq.com
bbd00f57294206b37c6b928f76c14a5c7eed8bbe
8d06c5d98a374cb4f6746bd4461370ac086c6e9b
/src/main/java/ua/com/andriy/config/DataConfig.java
cb0178f740a9f5f0d89286ceec5797ac6001b0fd
[]
no_license
Andreus75/Library
a55ec2eeec56c7520903142edbc514510c86a4da
88abaa116b8c24be72c49b6bb3cce158a1ee9c89
refs/heads/master
2023-04-25T03:12:15.798891
2021-05-12T08:36:47
2021-05-12T08:36:47
300,051,704
0
0
null
null
null
null
UTF-8
Java
false
false
2,274
java
package ua.com.andriy.config; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.data.jpa.repository.config.EnableJpaRepositories; import org.springframework.jdbc.datasource.DriverManagerDataSource; import org.springframework.orm....
[ "t_andriy@ukr.net" ]
t_andriy@ukr.net
80ea3f97bb47635c39ec5f879aa9858bbd457b61
c3b9bc58dd2f70a73f6aacb4d1ed2cf367356014
/src/main/java/com/jpworks/datajdbc/MainApplication.java
b5e37aaff19aef04a41cd2652037708df040d8e0
[ "Apache-2.0" ]
permissive
mijaresorlando/ws-employee-soapspringws
e728181d100cae5ab3109b91cd598a4410c3922d
46e85846412b7c9f0bd877994e0e741c8ed5db21
refs/heads/main
2022-12-27T04:22:55.615458
2020-10-12T20:51:29
2020-10-12T20:51:29
null
0
0
null
null
null
null
UTF-8
Java
false
false
308
java
package com.jpworks.datajdbc; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class MainApplication { public static void main(String[] args) { SpringApplication.run(MainApplication.class, args); } }
[ "joaquin.ponte@gmail.com" ]
joaquin.ponte@gmail.com
87cedbc4188132eb10f0def65e20300a0ec448a0
618310e0ee42aa084779df14f08b8e0bf48f62f4
/app/src/main/java/com/faishalbadri/hijab/util/Singleton/LoadingStatus.java
8e0ed85445d369d28dc97ba334b8860d68951f3a
[]
no_license
FaishalAlbadri/WarningMVP
d1e1394e62ba4c0f8f988bace2c60c9d48e37180
e8f7509822d89fb50c084a904a21c8e085c4882b
refs/heads/master
2021-05-07T18:40:00.203797
2018-03-03T14:15:05
2018-03-03T14:15:05
108,804,138
0
0
null
2018-02-17T18:07:18
2017-10-30T05:06:10
Java
UTF-8
Java
false
false
530
java
package com.faishalbadri.hijab.util.Singleton; /** * Created by fikriimaduddin on 04/01/18. */ public class LoadingStatus { private static LoadingStatus mInstance = null; private String status; public LoadingStatus() { status = null; } public static LoadingStatus getInstance() { if (mInstance =...
[ "fikri.im@gmail.com" ]
fikri.im@gmail.com
8c086b3a3fa19163aaae37586dd92d51dc6fd988
80f2a3291e8d7f69dcc980529df42fada4a30546
/engine_java/000_Engine_Core/gfx/com/cell/gfx/particle/IParticleLauncher.java
fd593bf8c370294d77710bffd1ce58edfb8a0079
[]
no_license
Letractively/cellengine
5b125d8418df1e108fd4d24557553c23af671aff
4f79ddc33f0f45c3ac6d3da7ef2eb3b1e97a9ded
refs/heads/master
2016-08-12T18:40:47.360983
2012-12-04T08:57:18
2012-12-04T08:57:18
46,205,801
1
0
null
null
null
null
UTF-8
Java
false
false
928
java
package com.cell.gfx.particle; import com.cell.gfx.IGraphics; /** * Particle Launcher.</br> * do something what particle movement. * @author yifeizhang * @since 2006-12-5 * @version 1.0 */ public interface IParticleLauncher { /** * Initial Emitted Particle. * @param particle * @param...
[ "wazazhang@3d9cc3ef-9625-0410-a0f0-cde76ce531e7" ]
wazazhang@3d9cc3ef-9625-0410-a0f0-cde76ce531e7
74e0994674911d02190ce7afcfc771b906901899
513713b44a0ee52774210cef17f89bc00614f772
/observer/src/poetchess/observer/weather_observable/ForecastDisplay.java
307553d39c3560622117c1fa07acc75551928088
[]
no_license
poetchess/design_pattern_in_java
8f83e4808c88d702d454b4654eaa0a0089781e2f
275f8afb2a3ac2fc4465278bcfa0d95c488a5ca2
refs/heads/master
2020-06-18T18:11:18.764217
2017-12-24T08:45:40
2017-12-24T08:45:40
94,172,260
0
0
null
null
null
null
UTF-8
Java
false
false
1,115
java
package poetchess.observer.weather_observable; import java.util.Observable; import java.util.Observer; /** * Created by poetchess on 17-6-13. */ public class ForecastDisplay implements Observer, DisplayElement { private float currentPressure = 29.92f; private float lastPressure; public ForecastDisplay...
[ "ilvbaicai@126.com" ]
ilvbaicai@126.com
bf432ed700b3b46194172b8aef8687d3c51dd853
53c81a3a69af1862cc7d5b03a03b63050400dd28
/src/main/java/cn/edu/sjtu/se/dclab/haiercloud/web/scale/IMysqlScaling.java
3f747402c8d1bdc7d842acbd442e1a339b3db1b6
[]
no_license
sjtudclab/haier-cloud-webapp
fd1087efe1318d8ec7bce1b3dc26dc26cdf2639c
ed4b6ae4c2bed6345d8be9f895ad9802b766c4d6
refs/heads/master
2016-09-05T16:36:24.417235
2013-12-11T11:25:59
2013-12-11T11:25:59
null
0
0
null
null
null
null
UTF-8
Java
false
false
88
java
package cn.edu.sjtu.se.dclab.haiercloud.web.scale; public interface IMysqlScaling { }
[ "lihuiyi0406@gmail.com" ]
lihuiyi0406@gmail.com
86a91e8544e4545c1bc8e47b37736ab0491e6ed9
b45ac7c425d081a60c95be7d6e96f1279fb0deba
/src/stc/states/LevelSelect.java
3dd36130e18eb25ca2eb3a3481dbb4b2f4a297bc
[]
no_license
Skylaark/squaringthecircle
7575d8017b3c44861f3c159d358ff358b4482a9e
2ea412e188b9880010621c91ecf79dbd889c6af6
refs/heads/master
2021-01-01T18:44:48.275858
2017-07-26T13:38:15
2017-07-26T13:38:15
98,423,097
0
0
null
null
null
null
UTF-8
Java
false
false
4,869
java
package stc.states; import org.newdawn.slick.Color; import org.newdawn.slick.GameContainer; import org.newdawn.slick.Graphics; import org.newdawn.slick.Input; import stc.GameState; import stc.Model; import stc.TransitionManager; import stc.UI.UIButton; import stc.UI.UILabel; import stc.UI.UIRenderable; import java.ut...
[ "escrime.ali@virginmedia.com" ]
escrime.ali@virginmedia.com
d607b304a2393dbf857d35e85a874762e3c7acc7
b4767ad5daa9710083cf6be73a693217a1198957
/common/spring-cloud-common-model/src/main/java/cn/com/lisz/common/model/base/RoleModel.java
b89d6af4249ff748c47d8a8ee8ba4b63c6f6691e
[]
no_license
lishuozhe/spring-cloud
792ba41ec8b3b411fd806b83e7a185e6160d86a9
da45e2f835903f452920c2513659047503138f44
refs/heads/master
2022-07-29T08:06:36.911242
2022-07-11T11:11:55
2022-07-11T11:11:55
196,919,848
0
1
null
2022-07-11T11:11:55
2019-07-15T03:49:04
Java
UTF-8
Java
false
false
762
java
package cn.com.lisz.common.model.base; import lombok.AllArgsConstructor; import lombok.Getter; import lombok.NoArgsConstructor; import lombok.Setter; import java.util.List; import cn.com.lisz.common.model.BaseModel; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; @ApiModel(va...
[ "lisz@strongunion.com.cn" ]
lisz@strongunion.com.cn
ae400627bb82b96a37daee0c04c42b880643e19d
e5a8c17e3109386f6f0a2f863517637a81e264b7
/Eclipse_WS/apitraining/src/main/java/com/synechron/apiautomation/apitraining/post/GitRepoPOJO.java
473b9c0da866a95f233b8c7c6909163cdaf7d307
[]
no_license
AravindaHB/Synechron_API_Automation
9b7eba325f3626cc28bdf8e2e75f6a1ecfd0e030
a0bb521eaa8f029a03c0d4198f9c1df182944e32
refs/heads/master
2023-08-10T16:40:15.511870
2021-09-24T10:51:26
2021-09-24T10:51:26
409,167,569
0
0
null
null
null
null
UTF-8
Java
false
false
392
java
package com.synechron.apiautomation.apitraining.post; public class GitRepoPOJO { private String name; private String description; public String getName() { return name; } public void setName(String name) { this.name = name; } public String getDescription() { return description; } public void setDesc...
[ "aru03.info@gmail.com" ]
aru03.info@gmail.com
e5a66c170e3f65dfd656578eec995e8e54b304f4
e7cb38a15026d156a11e4cf0ea61bed00b837abe
/groundwork-monitor-platform/agents/cloudhub/src/main/java/org/groundwork/cloudhub/connectors/rhev/restapi/Clusters.java
46bf2c5f1f836938ce5ace7476fea59d73ce7551
[]
no_license
wang-shun/groundwork-trunk
5e0ce72c739fc07f634aeefc8f4beb1c89f128af
ea1ca766fd690e75c3ee1ebe0ec17411bc651a76
refs/heads/master
2020-04-01T08:50:03.249587
2018-08-20T21:21:57
2018-08-20T21:21:57
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,336
java
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2013.0...
[ "gibaless@gmail.com" ]
gibaless@gmail.com