blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
7
332
content_id
stringlengths
40
40
detected_licenses
listlengths
0
50
license_type
stringclasses
2 values
repo_name
stringlengths
7
115
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
557 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
5.85k
684M
star_events_count
int64
0
77.7k
fork_events_count
int64
0
48k
gha_license_id
stringclasses
17 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
82 values
src_encoding
stringclasses
28 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
7
5.41M
extension
stringclasses
11 values
content
stringlengths
7
5.41M
authors
listlengths
1
1
author
stringlengths
0
161
9ba3c677841a58b19f0aa0e8a72b16539a10f047
5d405dd596f409f6da348faa218a4f5e4ebb2dfe
/app/src/main/java/com/example/tanxiao/opengldemo/drawcommand/DrawCommand.java
81a5a3019bf7f50c344d6b4f84a8dfe4a99e5643
[]
no_license
TxShon/OpenGlDemo
3519de84b6fa832886812d3182f65d9d20f86d27
96dd579a73fbcaf82150b5c195ebab429a9697dc
refs/heads/master
2021-05-03T06:37:20.037241
2018-03-05T10:01:03
2018-03-05T10:01:03
120,598,266
0
1
null
null
null
null
UTF-8
Java
false
false
159
java
package com.example.tanxiao.opengldemo.drawcommand; /** * Created by TX on 2018/2/26. * Class note: */ public interface DrawCommand { void draw(); }
[ "tanxiao@zhihu.com" ]
tanxiao@zhihu.com
58c15e0b714e4d73ac5477a386aa9ecb906b811e
2504595d4ec3dc665c81dd26bf8c6a9fe589ef16
/src/java/entities/CountrylanguagePK.java
ab8b400654f5c68e9161855fb95c477cded225b7
[]
no_license
ashrafxcoder/HelloWorldService
b771a4f76be2b2b6cddddb15ae82ff4df5d82d3f
b7f2f3d890b2c4b50ff541780b5123602258d062
refs/heads/master
2021-01-19T14:00:50.289509
2017-01-30T06:53:45
2017-01-30T06:53:45
79,231,913
0
0
null
null
null
null
UTF-8
Java
false
false
2,376
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 entities; import java.io.Serializable; import javax.persistence.Basic; import javax.persistence.Column; import javax.persisten...
[ "ashraf.ali1811@gmail.com" ]
ashraf.ali1811@gmail.com
55637f76449b2969470fe3d60706cebf03175d06
5a155f8741c46f168b0ce1eac90f6d1d673fdf07
/PreviousProjects/java/javabasic/java基础/javaproject/第二章:基本/第二章:基本程序设计/数值类型转化/Shuz.java
109fe05a251dd177722cd2cb3ffbeb57e0fe54ad
[]
no_license
gitjinyubao/MyProject
10b308948597ef726af858260b8622814ddd5b25
ed71b23f82ff272f6c90f0513f0e94a9accd0849
refs/heads/master
2021-09-04T01:28:08.560749
2018-01-14T02:40:15
2018-01-14T02:40:15
null
0
0
null
null
null
null
UTF-8
Java
false
false
156
java
public class Shuz { public static void main(String[] args) { System.out.println((int)1.7); double d=4.5; int i=(int)d; System.out.println(i); } }
[ "2045279403@qq.com" ]
2045279403@qq.com
a0d449cafddaa67a73d6400fb4d3859c4c226af8
6078aa6758f06e69db1785ba887a1cafc4b58409
/src/main/java/com/homeninja/dao/SiteUserDAO.java
aba08c48f7abf8410c312c9d26b35d29500e0b37
[]
no_license
feysal07/ninja
71343106e6d0acbeeceb2f72d83ca96f3809e4f5
08d8ba2a68764e4e238adb15097ec42559b90ebc
refs/heads/master
2020-05-29T15:42:53.689427
2015-03-24T20:03:40
2015-03-24T20:03:40
32,845,262
0
0
null
null
null
null
UTF-8
Java
false
false
1,217
java
package com.homeninja.dao; import java.util.List; import java.util.Set; import com.homeninja.entities.Address; import com.homeninja.entities.SiteUsers; import com.homeninja.entities.UserJobCategoryMap; import com.homeninja.entities.UserJobSubCategoryMap; import com.homeninja.entities.UserType; public interface Sit...
[ "feysal@f0de6d7c-5c98-4a70-9b99-ebcc080b4637" ]
feysal@f0de6d7c-5c98-4a70-9b99-ebcc080b4637
0b6f1a121572f21890a25883c07003490714dfed
d42385e7adc5f2d7c27b0bee1322e73762ea01f3
/src/loxapizza/LoxaPizza.java
54daa3c695f5fbfdc5ed865c74b54612e7ae9145
[]
no_license
joseabad123/loxapizza
ecfe4d4c474580ac556e58be029feee9a69dfb88
81286bca22ac04369f72bc0312a1723e7b9f8b3f
refs/heads/main
2023-06-20T06:52:29.750174
2021-07-12T19:37:46
2021-07-12T19:37:46
385,360,829
0
0
null
null
null
null
UTF-8
Java
false
false
451
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 loxapizza; /** * * @author LENOVO */ public class LoxaPizza { // // /** // * @param args the command line arguments ...
[ "jmabad2@utpl.edu.ec" ]
jmabad2@utpl.edu.ec
0128b6f66b7526af350526109dffefdfa3ff000e
8aab6d13011914e37f2d679dd58080e61c93c320
/app/src/main/java/com/odiousrainbow/leftovers/Helpers/AlarmNotificationReceiver.java
0ddc4315eede294777e7874eb92f9431810fe1f3
[]
no_license
lgkidz/Tula
da67ff108e8debb892188211c0a49063223e6a8f
1f15d1291a13be42aa3a45fe0e8be634d22093c3
refs/heads/master
2020-04-03T08:54:50.033850
2019-06-09T04:55:36
2019-06-09T04:55:36
155,148,922
0
0
null
null
null
null
UTF-8
Java
false
false
806
java
package com.odiousrainbow.leftovers.Helpers; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.support.v4.app.NotificationCompat; public class AlarmNotificationReceiver extends BroadcastReceiver { @Override public void onReceive(Context con...
[ "lgkidz1@gmail.com" ]
lgkidz1@gmail.com
fdd88ed5c08ed9df84da6a9f28f5102cde3f57e1
c6198c9956f9911223a224c6b94e0738ac008323
/src/main/java/com/belvedere/service/dto/UserDTO.java
e145121a4261fa97ff5b752ec537390126986fdb
[]
no_license
renzobelve/enredados
e0d0498305266e9fdb0c5bc9efe4f32173e6118c
35ca78c620403069d452e5bdde8bc8a076b575a7
refs/heads/master
2021-01-22T22:20:32.434733
2017-09-16T19:24:48
2017-09-16T19:24:48
92,769,951
0
0
null
null
null
null
UTF-8
Java
false
false
4,218
java
package com.belvedere.service.dto; import com.belvedere.config.Constants; import com.belvedere.domain.Authority; import com.belvedere.domain.User; import org.hibernate.validator.constraints.Email; import org.hibernate.validator.constraints.NotBlank; import javax.validation.constraints.*; import java.time.Instant; i...
[ "renzobelvedere@MacBook-Pro-de-Renzo.local" ]
renzobelvedere@MacBook-Pro-de-Renzo.local
6cceea0bab1d4599d8833b13151cb4f5c8de7fc8
f142763230c425e012c0f3eb8a2d3c78f3fd337f
/jeethink-framework/src/main/java/com/jeethink/framework/datasource/DynamicDataSourceContextHolder.java
eef19df6608ee5285cab1a34e5595fce92d14833
[]
no_license
FlyGitHubPower/jeeThinkManager
a06d92c3190cdcb6a81cf32cd25fe4cc732f4b0c
76ba5ac53dac76422a0002a4f75f1c865f701004
refs/heads/master
2023-06-17T10:18:43.770474
2021-07-13T13:38:00
2021-07-13T13:38:00
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,125
java
package com.jeethink.framework.datasource; import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** * 数据源切换处理 * * @author jeethink */ public class DynamicDataSourceContextHolder { public static final Logger log = LoggerFactory.getLogger(DynamicDataSourceContextHolder.class); /** * 使用ThreadLoc...
[ "1991995430@qq.com" ]
1991995430@qq.com
c906bb51125697db6ea8613a02b83f74d15f093d
88d03e42bfba1d1b221faa1169a1035f14f58342
/src/main/java/org/uma/jmetalmsa/util/SynchronizedMersenneTwister.java
d28964febf1a4bc7ae51bfd74dbc8b3e3689d9f0
[]
no_license
ali-nayeem/MSA
a68d2af0afad9b15516ef026c9f6bcd75b1d892f
5bada137053657c804dc8531fb1564babf737996
refs/heads/master
2021-09-24T16:40:56.267774
2021-09-09T11:34:35
2021-09-09T11:34:35
95,363,332
1
1
null
2020-10-12T18:52:41
2017-06-25T14:02:34
Java
UTF-8
Java
false
false
3,231
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 org.uma.jmetalmsa.util; /** * * @author Nayeem */ import java.security.SecureRandom; import java.util.Random; ...
[ "Nayeem@ACER-MAN" ]
Nayeem@ACER-MAN
a7f150e79528f82b8b08a11d4dc57cf953635151
a4a51084cfb715c7076c810520542af38a854868
/src/main/java/com/salesforce/android/chat/ui/internal/view/AvatarViewBinderBuilder.java
beb66b30545a81582bb8ddb9610756c4e206f6e3
[]
no_license
BharathPalanivelu/repotest
ddaf56a94eb52867408e0e769f35bef2d815da72
f78ae38738d2ba6c9b9b4049f3092188fabb5b59
refs/heads/master
2020-09-30T18:55:04.802341
2019-12-02T10:52:08
2019-12-02T10:52:08
null
0
0
null
null
null
null
UTF-8
Java
false
false
446
java
package com.salesforce.android.chat.ui.internal.view; import com.salesforce.android.chat.ui.internal.presenter.Presenter; import com.salesforce.android.chat.ui.internal.state.AvatarCache; import com.salesforce.android.chat.ui.internal.view.ViewBinder; public interface AvatarViewBinderBuilder<V extends ViewBinder, P e...
[ "noiz354@gmail.com" ]
noiz354@gmail.com
4d0d2dbf68cbe7cb2611fb4131c697bc8cbfe7be
ac3f5f0715c6e3e18246a219ff0c09613bfc1ccc
/src/test/java/io/github/crudigor/todo/TodoApplicationTests.java
412f07b97e8b1973b475f547ccfe6eede58f0f60
[]
no_license
drakelima/apiTodoSpring
280000d535cd6dd358fc7f5cb8da1f25d498ab5c
4a3537e049b76322648ba882ee1b3a7f1b3184f4
refs/heads/master
2023-06-18T18:13:46.441822
2021-07-01T13:26:53
2021-07-01T13:26:53
382,028,635
0
0
null
null
null
null
UTF-8
Java
false
false
213
java
package io.github.crudigor.todo; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class TodoApplicationTests { @Test void contextLoads() { } }
[ "comercial@solinvestimentos.com" ]
comercial@solinvestimentos.com
254b61ab65d261fc6af913d9ca792fe41705340f
ade7c08ffe19011559e3d63fc3efdc0f7d530dc0
/src/test/java/com/TestRunner/TestRunner_JPet_Project_CTS.java
2e2ffd1b5b9e20f6ba006d890ac9d739e0e945b4
[]
no_license
Abhishek-Shrivastava-Git/Abhishek_Shrivastava_844887_JPet_Store
3de8753428131c38a5b2cb1b47b122a65208ffcb
692313967cc5ecddb814182199a84ef6b8b70964
refs/heads/master
2021-05-16T20:54:17.406421
2020-03-27T07:12:47
2020-03-27T07:12:47
250,464,801
0
0
null
2021-04-26T20:06:06
2020-03-27T07:08:08
Java
UTF-8
Java
false
false
1,086
java
/*------------Test_Runner_File_Using_JUnit------------*/ package com.TestRunner; import org.junit.runner.RunWith; import cucumber.api.CucumberOptions; import cucumber.api.junit.Cucumber; @RunWith(Cucumber.class) @CucumberOptions( //Path_Of_Feature_File*************************************************...
[ "Abhi@DESKTOP-NB6B10B" ]
Abhi@DESKTOP-NB6B10B
9b3fa84f5dc367f479802d3813c76137b9e1c426
b7e1b73741eb1f927d6a322a045686db7437909c
/src/org/fpe4j/Ciphers.java
61130000f4865fb2c5d44b6a949de87bf8d48c02
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
alexsaen/Format-Preserving-Encryption
4c46b45cc81eb7a059f54b83d946388892604981
f8ba063f13505c5f4e652557c369607a05ef2395
refs/heads/master
2021-01-10T22:39:01.082895
2016-08-17T22:52:36
2016-08-17T22:52:36
69,708,360
0
0
null
null
null
null
WINDOWS-1252
Java
false
false
7,699
java
/** * Format-Preserving Encryption * * Copyright (c) 2016 Weydstone LLC dba Sutton Abinger * * See the NOTICE file distributed with this work for additional information * regarding copyright ownership. Sutton Abinger licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may not...
[ "kai@suttonabinger.com" ]
kai@suttonabinger.com
bc6b94c1d29ba54242217b86ee775bd9cfce15fa
802d98d35d5e9a077d6f918a0917db5a3b0a6a79
/src/ClientMain.java
9d1b5c48d3176020cab880122134d2355552c7d5
[]
no_license
RoNiN-23/ArcDZ
567a631d9d2c18f7e4e1177de6fa29b4904dc969
1e12dcea45a906c45a88bdad9054f81ddd71165c
refs/heads/master
2023-08-18T07:25:07.210060
2021-09-29T11:57:52
2021-09-29T11:57:52
411,655,050
0
0
null
null
null
null
UTF-8
Java
false
false
592
java
import java.rmi.NotBoundException; import java.rmi.RemoteException; import java.rmi.registry.LocateRegistry; import java.rmi.registry.Registry; public class ClientMain { public static final String UNIQUE_BINDING_NAME = "server.calculator"; public static void main(String[] args) throws RemoteException, NotBou...
[ "smegr@mail.ru" ]
smegr@mail.ru
80660a28c5f3a5b6823d48f874813521865e07f1
cf4e783b7483e30107314e74bfb15dc42b57d766
/java-se-bootcamp/java-se-bootcamp/src/main/java/bootcamp/java/number8/Example16.java
25b10f2f5d4a3509cd8498d36a51c9a39a322886
[]
no_license
hector-hc/java-se-8-examples
940746017a914e2ad156cc853e1959a7c816543f
e889c4b3b91cc7657da66531816e2fca94594185
refs/heads/master
2022-07-01T12:01:53.915816
2020-04-05T03:12:54
2020-04-05T03:12:54
197,471,286
0
0
null
2022-06-21T03:08:24
2019-07-17T22:22:59
Java
UTF-8
Java
false
false
862
java
/** * Class: Example16.java * Author: hector.hernandez * Date: Feb 8, 2020 */ package bootcamp.java.number8; import java.util.Arrays; /** * @author hector.hernandez * @Version 1.0 */ public class Example16 { public static void main(String[] args) { Student []students = { new Student("cs011", "Lennon ", 3...
[ "hector.hdez.chavez@gmail.com" ]
hector.hdez.chavez@gmail.com
e7b2019b41af3024a41b13880c90af277dff6937
62ce4cfb795d4ca737012c5f3ff0c097fb61b4ae
/app/src/main/java/com/contreras/myquizapplication/Util/Constantes.java
4a8e32e4aa01dffacbbebd3b708e2967468e8e8a
[]
no_license
rensocontreras/QuizTheWords-V1.0-Sqlite
c3a47c01997759d20f7fd64ed43060128268a42c
1085ab4e0f26e8568deab922a698a00a9a1ef00d
refs/heads/master
2022-01-25T08:01:14.160939
2019-06-17T20:37:46
2019-06-17T20:37:46
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,472
java
package com.contreras.myquizapplication.Util; public class Constantes { /** SERIALIZABLE**/ public static final String OBJ_NIVEL_ACTUAL="obj_nivel_actual"; public static final String OBJ_COMPETICION_ACTUAL="obj_competicion_actual"; /** NIVEL **/ public static final String N_NUMERO_NIVEL = "numer...
[ "rensocontreras@hotmail.com" ]
rensocontreras@hotmail.com
8348e4dba3f72b0ec73d2b3cafa7cb76263fb8eb
a89a8f6b20f9c28b4b3ef2fd963e084251be19f4
/AverageofLevelsinBinaryTree/src/AverageofLevelsinBinaryTree.java
f195ceaf2e9a8302915413a9ca08f7e415ff9309
[]
no_license
lalitchilka/LeetCode
468f20444976c50c28124044b7bf66bd93b6401c
d61f16d3e9bef62b7e595c6b162a0df725e8a865
refs/heads/master
2021-11-09T03:40:04.791065
2021-11-01T11:41:16
2021-11-01T11:41:16
223,133,012
0
0
null
2020-07-02T17:54:18
2019-11-21T09:08:05
Java
UTF-8
Java
false
false
1,036
java
import java.util.ArrayList; import java.util.LinkedList; import java.util.List; import java.util.Queue; public class AverageofLevelsinBinaryTree { public static void main(String[] args) { // TODO Auto-generated method stub TreeNode t1 = new TreeNode(3); TreeNode t2 = new TreeNode(9); TreeNod...
[ "l.chilka@eldro-la.eldro1.local" ]
l.chilka@eldro-la.eldro1.local
0ea7eb387663c69932be794daec14d73c4a8460b
c20234a8072962eb5c272412e55ac90525c7e3b3
/2021/3_March/Week_4/Day24_AdvantageShuffle.java
3f2ad625bc01f6959b0e45a82f800a27de9198c0
[]
no_license
Nedhro/Java
6b01bc96b0bb18e949e8f0ebd207b07fcdcf5507
d15b220bfcd7604be645c498d6c50c8c8a9d5453
refs/heads/main
2023-06-29T02:44:32.274868
2021-07-31T18:23:04
2021-07-31T18:23:04
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,121
java
//Day 24: //Problem Statement: Advantage Shuffle // Given two arrays A and B of equal size, the advantage of A with respect to B is the number of indices i for which A[i] > B[i]. // Return any permutation of A that maximizes its advantage with respect to B. // Example 1: // Input: A = [2,7,11,15], B = [1,10,4,1...
[ "v.anushka786@gmail.com" ]
v.anushka786@gmail.com
fa8adc0acc3a9e7f25205acd63ea067dc6054c4e
39723eae63b30bba1dc2e6bade36eea0c5d982cb
/wemo_apk/java_code/org/apache/http/impl/cookie/RFC2965VersionAttributeHandler.java
3d1b1fdbca9daff2c6148b92ce63b543e03d5df0
[]
no_license
haoyu-liu/crack_WeMo
39142e3843b16cdf0e3c88315d1bfbff0d581827
cdca239427cb170316e9774886a4eed9a5c51757
refs/heads/master
2020-03-22T21:40:45.425229
2019-02-24T13:48:11
2019-02-24T13:48:11
140,706,494
1
1
null
null
null
null
UTF-8
Java
false
false
1,112
java
package org.apache.http.impl.cookie; import org.apache.http.cookie.Cookie; import org.apache.http.cookie.CookieAttributeHandler; import org.apache.http.cookie.CookieOrigin; import org.apache.http.cookie.MalformedCookieException; import org.apache.http.cookie.SetCookie; @Deprecated public class RFC2965VersionAttribute...
[ "root@localhost.localdomain" ]
root@localhost.localdomain
719a610fdef9c92c87cdffb38503018663f19dfc
d08416f961d92edd3f6a9ed753ae26891af7b5fc
/src/game/Tracker.java
32c08e7ec48a5e755562bd22d7cc676f2491d4cb
[]
no_license
WDibble/platformer-demo
f0648589993f4a05aa9fa938896c09661878db9a
cf65de94fffc0eb65e8a5d43719beb9f49cad2aa
refs/heads/master
2022-11-28T14:56:34.868843
2020-08-09T11:04:31
2020-08-09T11:04:31
283,803,955
0
0
null
null
null
null
UTF-8
Java
false
false
892
java
package game; import city.cs.engine.Body; import city.cs.engine.StepEvent; import city.cs.engine.StepListener; import city.cs.engine.WorldView; import org.jbox2d.common.Vec2; /** * @author Will Dibble wodibble@gmail.com * @version 1.13.2 * @since 1.0 * This class is Tracker. * This class allows the camera to ...
[ "wodibble@gmail.com" ]
wodibble@gmail.com
f7150c7c59f2dbfc3048ad8f5ccef7dbbf505d87
2c669ccff008612f6e12054d9162597f2088442c
/MEVO_apkpure.com_source_from_JADX/sources/okhttp3/OkHttpClient.java
aec263182528b28aff0fa0750aaeccdd9a35d9f0
[]
no_license
PythonicNinja/mevo
e97fb27f302cb3554a69b27022dada2134ff99c0
cab7cea9376085caead1302b93e62e0d34a75470
refs/heads/master
2020-05-02T22:32:46.764930
2019-03-28T23:37:51
2019-03-28T23:37:51
178,254,526
1
0
null
null
null
null
UTF-8
Java
false
false
25,823
java
package okhttp3; import io.fabric.sdk.android.services.common.AbstractSpiCall; import java.net.MalformedURLException; import java.net.Proxy; import java.net.ProxySelector; import java.net.Socket; import java.net.UnknownHostException; import java.security.KeyStore; import java.util.ArrayList; import java.util.Arrays; i...
[ "mail@pythonic.ninja" ]
mail@pythonic.ninja
5346727a09772da82cd8cbb6d528527a482a39e6
f5cf630c3877112b9146665494e52dd81732c8ac
/src/main/java/com/connected/model/LinkedNode.java
6b9ec1c3fa6adc23f5ee417a119be9f4661010e5
[]
no_license
AleksWithCoffee/Connected-client-1
97d33d96661986a3e30263f8581bd63d96e7b546
e519cecb41b92ebd2d00d1484829af71f50284c6
refs/heads/master
2020-05-07T16:07:22.050815
2019-04-10T21:56:29
2019-04-10T21:56:29
180,669,219
0
0
null
2019-04-10T21:52:35
2019-04-10T21:52:34
null
UTF-8
Java
false
false
768
java
package com.connected.model; import java.net.Socket; import java.util.Scanner; public class LinkedNode implements Runnable { private Socket socket; private Interpreter interpreter; public LinkedNode(Socket socket, Interpreter interpreter) throws Exception { this.socket = socket; this.interpreter =interpreter...
[ "aleksanderroztro@gmail.com" ]
aleksanderroztro@gmail.com
469d761dd4098c308c9b6408a5cb43aa36881c30
3fc8e9865e8675d5e39493e9e28211acc494af28
/src/test/java/dukecooks/testutil/diary/PageBuilder.java
8527f2bbfdedead4e1e9cdee44763e67a2bf2058
[ "MIT", "LicenseRef-scancode-other-permissive" ]
permissive
AY1920S1-CS2103T-T10-2/main
d51e3aa96bb6b63780ebb348139eb074751ee474
a3516960584f4705adf7c13b3ca3db8e510aaa75
refs/heads/master
2020-07-23T06:38:53.970294
2019-11-15T12:12:06
2019-11-15T12:12:06
207,470,044
0
2
NOASSERTION
2019-11-14T16:16:28
2019-09-10T05:08:18
Java
UTF-8
Java
false
false
2,273
java
package dukecooks.testutil.diary; import dukecooks.model.Image; import dukecooks.model.diary.components.Page; import dukecooks.model.diary.components.PageDescription; import dukecooks.model.diary.components.PageType; import dukecooks.model.diary.components.Title; /** * A utility class to help with building Page obje...
[ "junwei.97@hotmail.com" ]
junwei.97@hotmail.com
042ed6eb7d53e290e959d6de569151887cc8d5a8
bb96ec95bffec89de9b35c3e7e74d3887dc85701
/arcaniumOS-server/src/main/java/org/arcanium/plugin/Plugin.java
0cb26cbd0a42166149e11b4a1fbd3db0afafe5c9
[]
no_license
Shadowrs/OSRS-PS
fb3fff1fea34942e3a0566b7d5c2b791fbb0ce83
8148d18102135a3ed6f918c29aaaefea8ab4d668
refs/heads/master
2020-05-01T16:25:08.904595
2019-03-21T01:15:50
2019-03-21T01:15:50
177,571,376
0
1
null
2019-03-25T11:15:54
2019-03-25T11:15:54
null
UTF-8
Java
false
false
553
java
package org.arcanium.plugin; /** * Represents a plugin. * @author Emperor * @param <T> The argument type. */ public interface Plugin<T> { /** * Creates a new instance. * @param arg The argument. * @return The plugin instance created. */ Plugin<T> newInstance(T arg) throws Throwable; ...
[ "zeruth09@gmail.com" ]
zeruth09@gmail.com
3127616a37e8c5626e8dfab11add06115d03a441
2734d4c7e80ff2f11d99596bf5df45323fc230b8
/HttpServer/src/com/servlet/office/util/HtmlHelper.java
59fa13281ced25b65247a9ea3b88cc3ebf12ea63
[ "Apache-2.0" ]
permissive
aqi00/net_server
af9c14e9d237436350aee40425759277ec8497b0
77e8ddb831ac89c761301f763984802d5e1bacc8
refs/heads/master
2023-03-30T19:07:38.888580
2023-03-27T02:05:47
2023-03-27T02:05:47
135,550,076
51
30
null
null
null
null
UTF-8
Java
false
false
194
java
package com.servlet.office.util; import java.util.Formatter; import org.apache.poi.ss.usermodel.CellStyle; public interface HtmlHelper { void colorStyles(CellStyle var1, Formatter var2); }
[ "aqi00@163.com" ]
aqi00@163.com
3a4b0ca68b78df71ace8766394714cdf57fae8a5
afc7e492d43d7743180fc93920cc0bac206d9851
/src/main/java/org/mybatis/generator/extend/codegen/mybatis3/ExtendIntrospectedTableMyBatis3Impl.java
bc167a5f579c1aaa1ae7a95ea6d6ba960ead5baa
[]
no_license
freegeese/mybatis-generator-extend
455dfe091eccdfdb8133edb3948ade438e1437a5
63ca6dfef1020118f8acc58d69cedf73119aca6d
refs/heads/master
2021-01-11T23:57:43.863455
2017-02-27T03:16:56
2017-02-27T03:16:56
78,650,830
2
0
null
null
null
null
UTF-8
Java
false
false
4,681
java
package org.mybatis.generator.extend.codegen.mybatis3; import org.mybatis.generator.api.GeneratedJavaFile; import org.mybatis.generator.api.GeneratedXmlFile; import org.mybatis.generator.api.ProgressCallback; import org.mybatis.generator.api.dom.java.CompilationUnit; import org.mybatis.generator.api.dom.xml.Document; ...
[ "1243610991@qq.com" ]
1243610991@qq.com
b6f5ad0b00743cee7975ecdd6272c131d41e9937
6253283b67c01a0d7395e38aeeea65e06f62504b
/decompile/framework/services/com/android/server/devicepolicy/AbsDevicePolicyManagerService.java
6c1bf9c4ff46fbf7fe51d1755e1b3199080b7790
[]
no_license
sufadi/decompile-hw
2e0457a0a7ade103908a6a41757923a791248215
4c3efd95f3e997b44dd4ceec506de6164192eca3
refs/heads/master
2023-03-15T15:56:03.968086
2017-11-08T03:29:10
2017-11-08T03:29:10
null
0
0
null
null
null
null
UTF-8
Java
false
false
24,864
java
package com.android.server.devicepolicy; import android.app.admin.IDevicePolicyManager.Stub; import android.os.Bundle; import android.util.Log; import android.util.Slog; import java.io.IOException; import java.util.ArrayList; import java.util.List; import org.xmlpull.v1.XmlPullParser; import org.xmlpull.v1.XmlPullPars...
[ "liming@droi.com" ]
liming@droi.com
dfa800f77d34815ab2befd6720ab389ddcb14f2f
7b17596553a29a00aeb19a46cafdfb4fa1050ce9
/app/src/test/java/com/example/b/pocket_wallet/ExampleUnitTest.java
0c96eaa7564241275cd6430abf75169e9b098a01
[]
no_license
m-jayy/MobileWallet-RedTheme
5e6573c06871ae256650795cedc5676e3b8cce81
6a61defb12f79c030900f5cc6f196f23120b7b62
refs/heads/master
2023-03-14T10:51:10.892461
2021-03-02T07:35:16
2021-03-02T07:35:16
343,684,948
0
0
null
null
null
null
UTF-8
Java
false
false
421
java
package com.example.b.pocket_wallet; 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 { @Tes...
[ "m.mohsinjaved2010@gmail.com" ]
m.mohsinjaved2010@gmail.com
1d94857c64aeb24622253973bccd09da5315d369
ee76e2bbcc6cf708098877ffa59907ba00c4018d
/core/src/com/biubiuman/game/DirectedGame.java
6e29356ece3877b03927a7b0e91764705a7605c6
[]
no_license
QUSHAOMING/BiuBiuMan
46d6810d07e435374ad71deb0bb8dde340f10694
9b22e8d5568f2f074d51f2e06f9e28a4f35dbf25
refs/heads/master
2021-01-17T12:56:47.289842
2016-03-30T15:05:05
2016-03-30T15:05:05
38,724,155
0
0
null
null
null
null
UTF-8
Java
false
false
3,781
java
package com.biubiuman.game; import com.badlogic.gdx.ApplicationListener; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.Screen; import com.badlogic.gdx.graphics.Pixmap.Format; import com.badlogic.gdx.graphics.g2d.SpriteBatch; import com.badlogic.gdx.graphics.glutils.FrameBuffer; import com.biubiuman.game...
[ "15651125909@163.com" ]
15651125909@163.com
c11b792b740ab23b233e07fda6bb70262d6e8e72
42bd79973e3019c02ba259a24ef140e12dd00c55
/src/main/java/basic/str/StrMemoryAllocation.java
82983c8efd9f7381ca996893e3f8d520038eff25
[]
no_license
iMustang/l-jdk
2b9b27ba2cf96297bd303d70cba484137f6fd353
1be195ff74f093e77330747489087d4e6d843883
refs/heads/master
2022-07-15T21:59:17.553017
2020-01-23T05:59:27
2020-01-23T05:59:27
181,631,822
0
0
null
2021-04-26T19:07:54
2019-04-16T06:51:13
Java
UTF-8
Java
false
false
464
java
package basic.str; /** * 字符串内存分配 */ public class StrMemoryAllocation { public static void main(String[] args) { String str1 = "aaa"; String str2 = "bbb"; String str3 = "aaabbb"; String str4 = str1 + str2; String str5 = "aaa" + "bbb"; System.out.println(str1 == new String("aaa"));// false System.out.p...
[ "xMustang@foxmail.com" ]
xMustang@foxmail.com
df7903f0e84c180134863c4e74773d8461570cb6
5489cedc9fc60367af28f8e08dcbf0c3057ac238
/shipin/src/main/java/com/example/shipin/ui/fragment/NewsFragment.java
fc07e4268a047f8ffd01d1aa6c0612a76054945f
[]
no_license
xiaoyu1204/All
395d2c5241231c407042e3b1bba254c72073b02a
ffc820a4854adc26cfc1509e294cb7a3d0bf4453
refs/heads/main
2023-02-10T00:48:13.273462
2020-12-24T08:15:51
2020-12-24T08:15:51
324,088,685
0
0
null
null
null
null
UTF-8
Java
false
false
2,950
java
package com.example.shipin.ui.fragment; import android.view.Gravity; import android.view.View; import android.widget.PopupWindow; import androidx.recyclerview.widget.GridLayoutManager; import androidx.recyclerview.widget.LinearLayoutManager; import androidx.recyclerview.widget.RecyclerView; import com.example.shipin...
[ "lxy18501240085@163.com" ]
lxy18501240085@163.com
da839589c65ca9e5ff1bd1730e99a453e5459dd8
b178eacdabbee38b57aca0e2580f565b786fb93d
/src/main/java/org/springframework/session/MapSession.java
59db5dd704a64f409fdf4b44ede144c02eddb4a9
[ "Apache-2.0" ]
permissive
douzhi415/OA
3bd53fdc4ee50ca82f886b13dbc2f01c65376e60
b282ffc71f1bac57786052498a600f407cc71418
refs/heads/master
2021-01-19T01:23:32.141428
2017-03-13T01:21:21
2017-03-13T01:21:21
84,391,047
0
0
null
null
null
null
UTF-8
Java
false
false
5,993
java
/* * Copyright 2014-2016 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 ap...
[ "604447137@qq.com" ]
604447137@qq.com
aa6d1e853fa6249635ecf589aa3141d944f4cca8
df3aa9da3937e14ca980ca3ebcc6cf4557f7de12
/src/source/Bishenge.java
212bc722ce450ccb375070c80a88dc1080c09880
[]
no_license
ShiroNYami/bqgDownloader
1ea1820d3ce6f00a37e77fa0b5793c6936f10b91
8026c0bf63f24fa127f371fd43f634f8792dbfc6
refs/heads/master
2020-04-01T20:55:25.438940
2018-10-18T14:03:06
2018-10-18T14:03:06
153,626,967
0
1
null
2018-10-18T13:18:49
2018-10-18T13:18:48
null
UTF-8
Java
false
false
1,857
java
package source; import bean.Chapter; import bean.ChapterBuffer; import util.RegexUtil; import java.io.IOException; import java.util.ArrayList; import java.util.List; /** * Created By zia on 2018/10/5. * 笔神阁 http://www.bishenge.com * 测试约1.5m/s */ public class Bishenge extends FastDownloader { public Bisheng...
[ "jzljzljl@outlook.com" ]
jzljzljl@outlook.com
9253fe67341a2a26d752590a6f8ce0bb065c5593
ee1fe4af5bb1e1b88c5f0cda83e327bdd2a48cbb
/core/src/ec/pong/sprites/AiPaddle.java
627e91a073a2826c690fbba79dc0583199a32eca
[]
no_license
Jonas-C/Pong
29380b9e5fc6c9be89560a8e33728c750fff168e
7f4febb61455c143ae38ca2f5235a07a0b388a60
refs/heads/master
2020-12-29T20:36:39.173166
2020-02-10T18:59:13
2020-02-10T18:59:13
235,169,006
0
0
null
null
null
null
UTF-8
Java
false
false
1,298
java
package ec.pong.sprites; import com.badlogic.gdx.graphics.g2d.Sprite; import com.badlogic.gdx.math.Vector2; public class AiPaddle extends Paddle implements Observer{ private Vector2 desiredPos; private float centerPoint; /* Currently set to the following: Easy: 100 Medium: 300 Hard: 500 ...
[ "jonas.c@hotmail.no" ]
jonas.c@hotmail.no
d7dd4c9dd6b45b96a10f898b8d982392111a71c8
743c888aa32833046c58210f6e992162565aa922
/src/main/java/com/cmc/persistencia/TObjeto.java
9333e3ff1fee26140cabb0051cf79befe50391e4
[]
no_license
dblasm/ServicioJson
63e0f8e9519f2e220ec0e910f3925edf16bd7006
1f31bd0eb37bfbb84898b4b6fa3ff22384e5578b
refs/heads/master
2023-01-29T15:52:16.439561
2020-12-15T14:45:56
2020-12-15T14:45:56
321,686,180
0
0
null
null
null
null
UTF-8
Java
false
false
1,408
java
package com.cmc.persistencia; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.Table; @Entity @Table(name = "primaria") public class TObjeto { @Column(name = "ip", nullable = false) private String ip; @Id @Column(name = "id...
[ "alexandru.duma@grupocmc.es" ]
alexandru.duma@grupocmc.es
c03547398eab44e4e1afa79c41567b6b077efcec
62b8441631f0d262bf59e7e2451a88603915aadf
/.svn/pristine/e0/e0b7bcf7ea716f726e6a19dd0b5110bb754d88ca.svn-base
02290c083e56449449784fd2e9c4b4ecd5f38c43
[]
no_license
WJtoy/mainHousehold-
496fc5af19657d938324d384f2d0b72d70e60c0e
4cff9537a5f78058a84d4b33f5f58595380597d8
refs/heads/master
2023-06-17T22:55:08.988873
2021-07-15T07:18:25
2021-07-15T07:18:25
385,202,403
0
0
null
null
null
null
UTF-8
Java
false
false
619
package com.wolfking.jeesite.modules.fi.dao; import com.wolfking.jeesite.common.persistence.LongIDCrudDao; import com.wolfking.jeesite.modules.fi.entity.EngineerChargeMaster; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; /** * Created by Jeff on 2017/4/19. */ @Mapper publi...
[ "1227679550@qq.com" ]
1227679550@qq.com
d60dbb86def2f31010681bb84b59ae0080ea1f9f
7ca0ef5a12e940c7a56df3957ec8df3a7204d7e1
/app/src/main/java/com/lancewu/greendao3gradleplugin/dao/GDao.java
5d707200918e2cd4b9ccd67220598975152fd1c5
[]
no_license
SwordWang0228/Greendao3GradlePlugin
33aef97f2e8a0d7ab0f4729561e49e95bbf77b68
e615a41a4861878446461e33f1a33246bb4e503f
refs/heads/master
2023-04-30T02:05:21.717473
2018-07-24T02:46:38
2018-07-24T02:46:38
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,767
java
package com.lancewu.greendao3gradleplugin.dao; import android.database.Cursor; import android.database.sqlite.SQLiteStatement; import org.greenrobot.greendao.AbstractDao; import org.greenrobot.greendao.Property; import org.greenrobot.greendao.internal.DaoConfig; import org.greenrobot.greendao.database.Database; impor...
[ "wrs@meitu.com" ]
wrs@meitu.com
f80df9c91ead4354b1c7c77d28a7e342e80e8d4a
bcef05b343f8c1ec5dbc6833acd6ecbc1b6d2ae9
/app/src/main/java/br/com/agendanode/app/MainActivity.java
9fbdb27c8302c107a54285597ac19d11312f8a79
[]
no_license
vinicius-colutti/AgendaNode
06a35dea3746b30c20083c56fde2a7397f6b4f14
71db538a216650c99bad1b71d2766db9e888d5f8
refs/heads/master
2021-05-04T14:46:43.347431
2018-02-04T18:21:29
2018-02-04T18:21:29
120,210,662
1
0
null
null
null
null
UTF-8
Java
false
false
4,379
java
package br.com.agendanode.app; import android.app.Notification; import android.app.NotificationManager; import android.app.PendingIntent; import android.content.Context; import android.content.Intent; import android.os.AsyncTask; import android.os.Bundle; import android.support.design.widget.FloatingActionButton; impo...
[ "claudio@claudio-PC" ]
claudio@claudio-PC
b24efbedd78703b6bec3615a80f3ab652efa46fc
78a238c3efa5200d2bada318ac2a1bd326614e99
/src/main/java/com/zhl/oa/model/entity/note/Note.java
e808ff538d67de40a0dac1686ce3c951ff82141e
[]
no_license
zhl0101/oa_office
1d8989a3c4ec60edbf021e151d9e29585449d1c3
6f90301197996a78d102b79d7922d4cebe95f430
refs/heads/master
2020-05-16T11:23:00.830931
2019-05-04T05:05:45
2019-05-04T05:05:45
183,014,359
0
0
null
null
null
null
UTF-8
Java
false
false
5,205
java
package com.zhl.oa.model.entity.note; import com.zhl.oa.model.entity.user.User; import lombok.Data; import org.hibernate.validator.constraints.NotBlank; import javax.persistence.*; import java.util.Date; import java.util.Set; /** * @ClassName Note * @Description TODO 笔记表 * @Author Administrator * @...
[ "1985656933@qq.com" ]
1985656933@qq.com
2ddabe60a8e1efe4b22cd7f946176d79902944ac
c11870493f4c842c0dd569c1f75d8d8f180e139a
/app/src/main/java/com/pinery/findlove/moudle/content/IContent.java
25eec98cbd7019983d99b7a4325df267ee34e5fd
[]
no_license
gujianhesong/FindLove
019adb0bc151326bfb9a41d7c710dfda399f39ae
797512fffa8544177c1b73fae85f33610fd8c226
refs/heads/master
2020-03-25T08:34:56.615065
2018-08-05T15:12:40
2018-08-05T15:12:40
143,621,239
0
1
null
null
null
null
UTF-8
Java
false
false
461
java
package com.pinery.findlove.moudle.content; import android.view.View; import com.pinery.findlove.bean.OCResultBean; /** * Created by Administrator on 2017/5/5 0005. */ public interface IContent { public static final int Type_Baike = 0; public static final int Type_Source = 1; public static final int T...
[ "gujianqitan123@gmail.com" ]
gujianqitan123@gmail.com
a26d9e44f649cbb44b08b794933f3e1e008c411c
612db0ace04f80e2744087c6c1b8699ec9551d4a
/src/br/com/ufpb/questao2/Loriga.java
3b7c1d821c78e077bb5680aa3769ee1c5b232ff8
[]
no_license
matheusnicolas/ExercicioPadraoObserver
f01183d64a07811ed9c7d194bd96f0b069d4a91c
147812437c0498b37929f6dcee36873b9d006afa
refs/heads/master
2021-01-19T00:38:52.674873
2016-11-08T02:18:53
2016-11-08T02:18:53
73,140,386
0
0
null
null
null
null
UTF-8
Java
false
false
184
java
package br.com.ufpb.questao2; public class Loriga implements ArmourStrategy { private static final int RESISTENCIA = 5; public int resist(){ return RESISTENCIA; } }
[ "mathe@Matheus-PC" ]
mathe@Matheus-PC
fcc69888e91400bed342dbae0580608d8bbe0c56
1c595fa3af5d4f4bfaf9154581c496cff4f3d75f
/server/src/main/java/yukitas/animal/collector/service/AnimalService.java
c8854462acf836f054d540b7ac1c15d3f34fca0b
[]
no_license
YuKitAs/animal-collector
9d6c67f9becaa4b8fe8bef5f8ebc976303e3b1f4
168f45e9a69d2fcb53df07058ca0bf79274a79ca
refs/heads/master
2021-06-28T13:19:26.403939
2020-10-11T21:45:27
2020-10-11T21:45:27
163,219,409
1
0
null
null
null
null
UTF-8
Java
false
false
549
java
package yukitas.animal.collector.service; import java.util.List; import java.util.UUID; import yukitas.animal.collector.model.Animal; public interface AnimalService { String ENTITY_NAME = "animal"; List<Animal> getAllAnimals(); List<Animal> getAnimalsByCategory(UUID categoryId); List<Animal> getAn...
[ "moncher.merci@gmail.com" ]
moncher.merci@gmail.com
ae4d0fb65a201f98f91cdcea35bdbede13d7b9af
131c50a29ad34eedbc231362f6d845ad04af5150
/azkarra-server/src/main/java/io/streamthoughts/azkarra/http/routes/WebUIHttpRoutes.java
b98c2452bddc508f80f03d720f6f3ecf36363114
[ "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0" ]
permissive
arujit/azkarra-streams
d76474d945d68d20c7076944d623277b4fbfe89f
4fd90efb8d0848b869d989155a38f45c920b390c
refs/heads/master
2022-07-06T15:57:03.377519
2020-05-09T10:38:17
2020-05-09T10:43:48
262,531,268
1
0
Apache-2.0
2020-05-09T09:03:43
2020-05-09T09:03:42
null
UTF-8
Java
false
false
2,560
java
/* * Copyright 2019 StreamThoughts. * * 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, Vers...
[ "florian.hussonnois@gmail.com" ]
florian.hussonnois@gmail.com
dba3c02427e66f0fcc0105b69ed4b3b885444e85
2a979629c49c7b392fc4396d41882b7a0b8bd117
/src/main/java/com/test/client/GetlClient.java
d441cf9de15600ee854faaf1c26619ddfe24b0d9
[]
no_license
xibaomum/zhgl_api_adddep
4bdddcae5581c2ca408d91e0da7876f1e3cafeec
fea99647c2b7d48917af2dfc382e20d5ce631dbd
refs/heads/master
2020-04-27T10:24:29.691686
2019-03-07T02:14:38
2019-03-07T02:14:38
174,252,361
1
0
null
null
null
null
UTF-8
Java
false
false
3,315
java
package com.test.client; import java.io.IOException; import java.util.HashMap; import org.apache.http.Header; import org.apache.http.HttpEntity; import org.apache.http.ParseException; import org.apache.http.client.ClientProtocolException; import org.apache.http.client.methods.CloseableHttpResponse; import org.apache....
[ "263198464@qq.com" ]
263198464@qq.com
d01d9e7219158c0fc6a2c4f35cec68f87b878035
b659dce63541b5a496137afba9a4de47b710bdb5
/src/main/java/com/erahub/jlja/authoritymanage/entity/Permission.java
fd989872b012a0cb408dc4bbc0ad129d04c221ba
[]
no_license
15751839366lp/erahub_jlja
871f4d4a4fc7a937e199c39842c76371bbba19a5
28699410d00b8be7e506cf86a7ed1f21c601387c
refs/heads/master
2023-08-31T07:25:27.313244
2021-09-26T11:40:05
2021-09-26T11:40:05
398,502,383
1
0
null
null
null
null
UTF-8
Java
false
false
1,769
java
package com.erahub.jlja.authoritymanage.entity; import com.baomidou.mybatisplus.annotation.*; import java.time.LocalDateTime; import java.io.Serializable; import com.fasterxml.jackson.annotation.JsonFormat; import lombok.Data; import lombok.EqualsAndHashCode; import lombok.experimental.Accessors; import org.springfr...
[ "15751839366@163.com" ]
15751839366@163.com
3efdb7848d3856a6b2698c0a27978e022df49343
d197603718990bb9c42203664f9e61a4400d3771
/blogcore/src/main/java/cn/factory/NYClamPizza.java
d2639d6def722b492e01a62b7bdca29f3939e754
[]
no_license
ZhouKaiDongGitHub/kzhou
e107ae6a49ae6f0424f2337f8c7b535cf5b4f2ad
43e74abd7a3545f4eb814d34895fce2be5df8901
refs/heads/master
2023-01-05T08:44:44.851787
2019-08-07T03:03:04
2019-08-07T03:03:04
200,954,298
1
0
null
2023-01-02T22:12:45
2019-08-07T02:08:17
Java
UTF-8
Java
false
false
313
java
package cn.factory; public class NYClamPizza extends Pizza { public NYClamPizza(){ name = "NY Style Clam Pizza"; dough = "Thin Crust Dough"; sauce = "Marinara Sauce"; toppings.add("Grated Reggiano Cheese"); toppings.add("Fresh Clams from Long Island Sound"); } }
[ "Kaidong.Zhou@eisgroup.com" ]
Kaidong.Zhou@eisgroup.com
9d83a3eb5cb91adf08c92461bb88cc1d94bb4834
048bc037dc8d392d7f97cd852d0a8869072f87ca
/src/main/java/com/ld/jwc/jwc_score_job/dao/mysql/mapper/XincheDataQuality/TotalScoreMapper.java
94f463b6b30b082d686a757eb58d1f69b96ebff1
[]
no_license
happy-le/jwc
9e3823aff1279c434269e48431fec15045c781ec
f009e72ba2c528dfcda0d0d521c25aa67cf42045
refs/heads/master
2022-09-19T12:30:39.516648
2019-06-05T09:07:52
2019-06-05T09:07:52
178,994,933
4
0
null
2022-09-01T23:04:51
2019-04-02T03:51:37
Java
UTF-8
Java
false
false
995
java
package com.ld.jwc.jwc_score_job.dao.mysql.mapper.XincheDataQuality; import com.ld.jwc.jwc_score_job.model.mysql.entity.JwcScoreJob.TotalScore; import com.ld.jwc.jwc_score_job.model.mysql.entity.JwcScoreJob.TotalScoreExample; import java.util.List; import org.apache.ibatis.annotations.Param; public interface TotalSco...
[ "mgq_1996@163.com" ]
mgq_1996@163.com
8ce50e24b14c1668b9cc63cb5328ce2c9543d513
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/6/6_33d9e1ed7b169ce6afae3b4992ce534f8b9715e2/Graphics/6_33d9e1ed7b169ce6afae3b4992ce534f8b9715e2_Graphics_s.java
841fbc327dbb52e8628fb751ac09fe98348106b0
[]
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
45,666
java
package org.newdawn.slick; import java.nio.ByteBuffer; import java.nio.DoubleBuffer; import java.nio.FloatBuffer; import java.security.AccessController; import java.security.PrivilegedAction; import org.lwjgl.BufferUtils; import org.lwjgl.opengl.GL11; import org.newdawn.slick.geom.Rectangle; im...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
567d5d3cbc72572ab1637efd255ac571265ef6d3
1b7539da48f239b220c1c388769b5a2167878ad1
/src/main/java/com/web/util/tars/CommunicatorConfigUtil.java
5b917f01fd452618dd14e3c329313fbb85223952
[]
no_license
GZJZD/SpringMybatis
fa7120d0938432f9502b5d93271642b544cac9de
7c67e21468823a120a090dbb6ecf95ec13b162d1
refs/heads/master
2020-03-27T15:30:21.995759
2018-09-04T07:23:22
2018-09-04T07:23:22
146,722,339
1
0
null
null
null
null
UTF-8
Java
false
false
921
java
package com.web.util.tars; import com.qq.tars.client.Communicator; import com.qq.tars.client.CommunicatorConfig; import com.qq.tars.client.CommunicatorFactory; import com.web.servant.center.TraderServantPrx; public abstract class CommunicatorConfigUtil { private static CommunicatorConfig cfg = new CommunicatorCo...
[ "jumy_z@126.com" ]
jumy_z@126.com
75e2abcc9499ebf0416613297da88f5389e18087
a956c445249c73aeca7d2f9259e74e632b099334
/src/main/java/com/weixin/req/VoiceMessage.java
25fc27a00531c410b9aede82628aab8ae0b4d22b
[]
no_license
lwzj/weixin
7cebd9b232a16925d55545b3de1d722560cb3477
5b101a75f8bfc7ce8aefac3fec2bdbfa554e071d
refs/heads/master
2021-08-24T05:55:06.414448
2017-12-08T09:11:03
2017-12-08T09:11:03
113,030,654
0
0
null
null
null
null
UTF-8
Java
false
false
510
java
package com.weixin.req; /** * @author lw * @version 1.0 * @describe 语音消息 */ public class VoiceMessage extends BaseMessage { // 媒体ID private String MediaId; // 语音格式 private String Format; public String getMediaId() { return MediaId; } public void setMediaId(String mediaId) { ...
[ "18334793466@163.com" ]
18334793466@163.com
3a7b8657bd3af0c771addef00b260df2c13596a7
2667d7565e62b04337b93dc34876dfae8cf11b0d
/gmall-wms-interface/src/main/java/com/atguigu/gmall/wms/entity/PurchaseEntity.java
ba7552d5d6f860cea707f01468c3b5b721ffd7e1
[ "Apache-2.0" ]
permissive
caodan689/gmall-0522
b6dc1813686c0a883a9fcadc628b35fcea80b04c
64b13825aeba6039437a1117f62914bfb8ec5167
refs/heads/main
2023-06-24T16:46:45.532401
2020-11-24T03:33:57
2020-11-24T03:33:57
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,006
java
package com.atguigu.gmall.wms.entity; import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.mybatisplus.annotation.TableName; import java.math.BigDecimal; import java.io.Serializable; import java.util.Date; import lombok.Data; /** * 采购信息 * * @author fengge * @email fengge@atguigu.com * @date ...
[ "joedy23@aliyun.com" ]
joedy23@aliyun.com
937bd69a81a1804fa7876d0456557e6a4c94a4dc
91614d28d7dcabf421b1261399ba25ea85572b4e
/seopsta/src/main/java/com/instacopy/seopsta/Stomp/ChatRoomEntitiy.java
0a5ad32e758c1dd08a8f7b54881816b3b0cbb8cd
[]
no_license
Seop-kor/Seopstagram
486d2e69831adc485ee888a90040281b9c061f92
2ec1ce62071111b0cbf88fbf3aa56bb45051f075
refs/heads/master
2021-04-16T13:54:10.991958
2020-04-19T17:46:49
2020-04-19T17:46:49
249,360,637
0
0
null
null
null
null
UTF-8
Java
false
false
459
java
package com.instacopy.seopsta.Stomp; import lombok.Builder; import lombok.Getter; import lombok.NoArgsConstructor; import org.springframework.data.mongodb.core.mapping.Document; @NoArgsConstructor @Getter @Document(collection = "chatroom") public class ChatRoomEntitiy { private String roomId; private String n...
[ "54997445+Seop-kor@users.noreply.github.com" ]
54997445+Seop-kor@users.noreply.github.com
31dbab0feb063505aa415a5fe87bdfcfe9821f41
849280ec30fd086839c55b78076e03d5b869cafe
/CommUtil/app/src/main/java/com/wzf/com/commutil/MainActivity.java
0447ab57e10cb6647ef9a8778cf27229237e0a4f
[]
no_license
soonlen/util
a027e40016d57c81564be9cc90fcd2d5a4f26802
940840c16678de1f50a9c9716c09dbbb0cd1c290
refs/heads/master
2021-01-12T12:05:43.598347
2016-09-26T09:04:11
2016-09-26T09:04:11
69,229,985
0
0
null
null
null
null
UTF-8
Java
false
false
1,326
java
package com.wzf.com.commutil; import android.content.Intent; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.ImageView; import android.widget.TextView; import com.wzf.com.c...
[ "soonlen@163.com" ]
soonlen@163.com
56c5b6c96fc0e6cb304693dd06c43b4c64405197
b4e6056b550d076eb3fadd1557eda087253faa24
/app/src/main/java/com/gaiamount/module_creator/sub_module_album/AlbumListActivity.java
9be348a79b9fa322f40c5bd84f94c9b4cfed3c1d
[]
no_license
yukunkun/Gaia
a4093c4044bca15c49bdddf353d57f1a9e26effa
387186f253da311593ff2e2473be0355150bd2e3
refs/heads/master
2020-06-17T17:14:16.256297
2019-07-11T07:55:21
2019-07-11T07:55:21
195,987,959
0
0
null
null
null
null
UTF-8
Java
false
false
18,739
java
package com.gaiamount.module_creator.sub_module_album; import android.content.DialogInterface; import android.content.Intent; import android.graphics.drawable.BitmapDrawable; import android.os.Bundle; import android.support.v7.app.AlertDialog; import android.support.v7.app.AppCompatActivity; import android.support.v7....
[ "1163459047@qq.com" ]
1163459047@qq.com
4aedd602db0ea275ebb1d32a4f203e134a47a828
9e1757b5db85291ba4b363b56c85075765a90a44
/src/mappers/io/ImportTriplesReconstructMapper.java
d5c8bdd2cd4f16dbd6d88747617401a283f053ca
[ "Apache-2.0" ]
permissive
jrbn/webpie
4e07c7caff5a77b37055bbdf79413aa33818c27f
843807ef875b056b875cb250134730facc9c7cf1
refs/heads/master
2020-05-02T17:58:32.863165
2012-10-18T13:10:11
2012-10-18T13:10:11
6,278,620
2
0
null
null
null
null
UTF-8
Java
false
false
814
java
package mappers.io; import java.io.IOException; import org.apache.hadoop.io.BytesWritable; import org.apache.hadoop.io.LongWritable; import org.apache.hadoop.mapreduce.Mapper; import utils.NumberUtils; public class ImportTriplesReconstructMapper extends Mapper<LongWritable, BytesWritable, LongWritable, LongWritab...
[ "jacopo@cs.vu.nl" ]
jacopo@cs.vu.nl
0a2319006e6db2f309c96fc06ee83a4628af6e92
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/8/8_a975da81f5cf63024c6e2a4ddb8edff9feeae0dd/RuleState/8_a975da81f5cf63024c6e2a4ddb8edff9feeae0dd_RuleState_t.java
9333b06a28c31f1238132dc5e08a22300c79b387
[]
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
13,851
java
/****************************************************************** * File: RuleState.java * Created by: Dave Reynolds * Created on: 11-May-2003 * * (c) Copyright 2003, 2004, 2005, 2006 Hewlett-Packard Development Company, LP * [See end of file] * $Id: RuleState.java,v 1.7 2006-07-14 13:00:00 de...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
4f1b36e2fadae4dba294cfb1ffe1a64a7c2c59be
4f73a62d428147f4895606821fde101429212145
/src/main/java/frogger/world/levels/LevelThree.java
7e866ce68b1c102ccc03992f78d6929634d5ab3e
[]
no_license
maestoso292/COMP2042_CW_syedahmadazhad
2e9d462f665b99bd67bf2cb42b774fae46c1267a
3a8d3eebb3bc106d2144f55cecf2cc06d32e6449
refs/heads/master
2023-02-02T20:57:30.219300
2020-12-18T18:45:12
2020-12-18T18:45:12
307,588,484
0
0
null
null
null
null
UTF-8
Java
false
false
2,339
java
package frogger.world.levels; import frogger.actor.*; /** * LevelThree is a class that creates a custom Level for the Frogger game to use. * @see Level * @see LevelFactory */ public class LevelThree extends Level { /** * Creates a new instance of LevelThree with preset child nodes. Called by LevelFactory...
[ "65017095+maestoso292@users.noreply.github.com" ]
65017095+maestoso292@users.noreply.github.com
ddfe5ea6886457c15ff8e259c59b8f159ded59d0
b51f81c461ae3087aa01bb656225f361ff8339b9
/src/main/java/com/example/bean/LasAccount3DynEntity.java
b97e74e975f239ba516a8aaa6015101064c009c4
[]
no_license
RoxyYao/type2
cf151c210a0d590b02dcbf3735c5ca871f2dad59
fd58783cdedd194e32cf50f68c54c5ca560c49fc
refs/heads/master
2021-01-17T17:46:48.951450
2016-10-11T09:12:48
2016-10-11T09:12:48
70,572,052
0
0
null
null
null
null
UTF-8
Java
false
false
11,941
java
package com.example.bean; import javax.persistence.*; import java.sql.Time; /** * Created by yy on 2016/10/10 * . */ @Entity @Table(name = "LAS_ACCOUNT3DYN", schema = "TYPE23", catalog = "") public class LasAccount3DynEntity { private long id; private String brcno; private String acctno; private St...
[ "yy" ]
yy
07b5a4582dff23fe068529ea33f5c0bd17a4afa3
038ee6b20cae51169a2ed4ed64a7b8e99b5cbaad
/schemaOrgDoma/src/org/kyojo/schemaorg/m3n4/healthLifesci/impl/PREGNANCY_CATEGORY.java
b339095d43bda0979c90d5aac839dcd05eea58f2
[ "Apache-2.0" ]
permissive
nagaikenshin/schemaOrg
3dec1626781913930da5585884e3484e0b525aea
4c9d6d098a2741c2dc2a814f1c708ee55c36e9a8
refs/heads/master
2021-06-25T04:52:49.995840
2019-05-12T06:22:37
2019-05-12T06:22:37
134,319,974
1
0
null
null
null
null
UTF-8
Java
false
false
3,052
java
package org.kyojo.schemaorg.m3n4.healthLifesci.impl; import java.util.ArrayList; import java.util.List; import org.kyojo.schemaorg.SimpleJsonBuilder; import org.kyojo.schemaorg.m3n4.core.Container.Name; import org.kyojo.schemaorg.m3n4.healthLifesci.Clazz.DrugPregnancyCategory; import org.kyojo.schemaorg.m3n4.healthLi...
[ "nagai@nagaikenshin.com" ]
nagai@nagaikenshin.com
de2012cfe00d2c43d28aea24fda0b218e75730aa
70b860e6a929058f35b09c244c94644e7620461b
/src/ch/hszt/hs_2011/aud/exercise_06/Task1Samples.java
5d411682fc5734ac6ec2ecb1c495c1e12588cfb6
[]
no_license
foyan/Algorithmen
211e0e5050fff904798adf1b10ac4d03147de847
6073ef1ba38c414a2071bf9412a773c77e31c903
refs/heads/master
2021-01-15T23:02:18.057134
2011-12-18T15:32:35
2011-12-18T15:32:35
2,663,864
0
1
null
null
null
null
UTF-8
Java
false
false
2,205
java
package ch.hszt.hs_2011.aud.exercise_06; public final class Task1Samples { public static void main(String[] args) { Task1 list = new Task1Impl_Luethi(); /* Spirituosenliste 21:00 */ list.prepend(list.newListNode("Grappa")); list.prepend(list.newListNode("Fernet Branca")); list.prepend(list.newListNode("Li...
[ "vlo@guez.li" ]
vlo@guez.li
671360fa4871452f9e08cd54f04ce905b33352c9
029215efd595aee41ac6b96f2f5dba1a21d3eedd
/Leetcode/Combination Sum III/Solution.java
60a9908d6b4be886ecb8a547c13c3b71a0c24283
[]
no_license
nickboy/Technical-Interview
b2897edd9c43877a7c69c23653df22a953b0cd93
fd2dd51c7997965b37d8788c057be3ea45532c10
refs/heads/master
2020-05-17T17:29:10.156598
2016-02-12T06:00:15
2016-02-12T06:00:15
33,785,518
0
0
null
null
null
null
UTF-8
Java
false
false
992
java
public class Solution { private int number; private int size; public List<List<Integer>> combinationSum3(int k, int n) { number = n; size = k; List<List<Integer>> res = new ArrayList<List<Integer>>(); if (k == 0) { return res; } helper(res, new Arr...
[ "nickboy0211@hotmail.com" ]
nickboy0211@hotmail.com
77205a6abb3c285f54e17ca434f429d5af36b64f
028cbe18b4e5c347f664c592cbc7f56729b74060
/external/modules/weld/core/1.1.0.Beta2/impl/src/main/java/org/jboss/weld/bean/interceptor/WeldInterceptorInstantiator.java
11b419de7f067add30cda3806a3fc0b10a8a02cf
[]
no_license
dmatej/Glassfish-SVN-Patched
8d355ff753b23a9a1bd9d7475fa4b2cfd3b40f9e
269e29ba90db6d9c38271f7acd2affcacf2416f1
refs/heads/master
2021-05-28T12:55:06.267463
2014-11-11T04:21:44
2014-11-11T04:21:44
23,610,469
1
0
null
null
null
null
UTF-8
Java
false
false
2,730
java
package org.jboss.weld.bean.interceptor; import org.jboss.interceptor.spi.instance.InterceptorInstantiator; import org.jboss.interceptor.spi.metadata.ClassMetadata; import org.jboss.interceptor.spi.metadata.InterceptorReference; import org.jboss.weld.exceptions.DeploymentException; import org.jboss.weld.manager.BeanMa...
[ "sivakumart@6f3ba3e3-413c-0410-a8aa-90bee3ab43b5" ]
sivakumart@6f3ba3e3-413c-0410-a8aa-90bee3ab43b5
a48022feeff1fce09cc509d8ad4a093fd0adb729
17a4e94fcb6b6f64258850515dc4a95ae0fb633b
/tajo-storage/src/main/java/org/apache/tajo/storage/parquet/TajoWriteSupport.java
83b2f7bf7c54f3c2deb2fb038608b4912617edd3
[ "MIT", "Apache-2.0" ]
permissive
sungsoo/tajo
bd1a8b82764250a2fce50b293bd7753aa2038edb
23e25f43956b762ee3dfe1612b2760f717b0c461
refs/heads/master
2021-01-20T10:30:34.334633
2014-07-15T08:44:07
2014-07-15T08:44:07
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,916
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 * "License"); you...
[ "hyunsik@apache.org" ]
hyunsik@apache.org
57e83bb2de70adf749fc4265ac0efa3bd15d94f6
f271a9eedec6271c693563914e90fd46b97c2e61
/src/main/java/com/yujibolt90/mobnuke/Fallout.java
3222173e8f04a59f251f8bcb35f8382658d68bd1
[]
no_license
vegeta2005/MobNuke
137c0038c0cd8abb6cd858c9e8c9f33c81f4c7b8
a963f550ff1f5a6b974232383444669152cbd104
refs/heads/main
2023-05-19T11:28:53.079844
2021-06-08T17:30:36
2021-06-08T17:30:36
null
0
0
null
null
null
null
UTF-8
Java
false
false
794
java
package com.yujibolt90.mobnuke; import org.bukkit.util.Vector; public class Fallout{ double hDecay; double vDecay; double x1; double x2; double y1; double y2; double z1; double z2; public Fallout(double x, double y, double z, double h, double v) { this.x1 = x; this.x2 = x; this....
[ "noreply@github.com" ]
noreply@github.com
922a5207a57fc5e6c06414000e627fe2dd0820fa
42a7efea3b53eb82621961b28f61b21d85a91909
/src/cn/itcast/shop/cart/CartItem.java
bb3c67cfc55312d10b20ce94f1a75bf3d368cee8
[]
no_license
huangshichen1/shop
d037223498dc0580f82da62651fcab4c240850e5
e20f90bc15bd6f6283447da0f3cb9e2370469b21
refs/heads/master
2023-01-11T08:20:55.463393
2020-11-16T07:19:42
2020-11-16T07:19:42
112,476,190
0
0
null
null
null
null
UTF-8
Java
false
false
579
java
package cn.itcast.shop.cart; import cn.itcast.shop.product.Product; /** * 购物项: * @author 传智.郭嘉 * */ public class CartItem { // 商品对象 private Product product; // 数量 private Integer count; // 小计 private Double subtotal; public Product getProduct() { return product; } public void setProduct(Product produ...
[ "1641452570@qq.com" ]
1641452570@qq.com
0da8c2de12604a3bcd554e52c0637aa7a6c3c1e0
3d51cce8d4a82bd6b1750a8e78fb18b2d5666d54
/ShopRangerApp/app/src/main/java/com/example/shopranger/activity/SearchResultActivity.java
7e9bdb774fdcf7abac68ea54b718cc0351a92a78
[]
no_license
aickathon2018/JustForFun
0860da048ef148aa482a03eb680e0c2abd685065
1a71047f2951d156c29ac5c492dbbcb7c0361ec5
refs/heads/master
2020-04-07T04:02:16.970916
2018-11-18T01:15:21
2018-11-18T01:15:21
158,037,812
2
0
null
null
null
null
UTF-8
Java
false
false
1,342
java
package com.example.shopranger.activity; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.widget.ImageView; import android.widget.TextView; import android.support.v7.widget.Toolbar; import com.example.shopr...
[ "kphilemon0529@gmail.com" ]
kphilemon0529@gmail.com
4b967c8e732a2addab1c0be323dd8b1dfc0daeb7
1dbac2875ed722bdb4a0218e2a863caf65242611
/Graphs/src/GraphADType/Utilities/RunBenchmark.java
bb96b25b9e8844e5483f38f251771aade368fd2d
[]
no_license
nunofaria11/ugl-uminho-cpd
da665c63f48939a4f7203f1aee44cb1ef2d11aeb
860cd4a21e0c26d764eb36c2a18eb836f5cc39b1
refs/heads/master
2021-01-23T12:10:56.899253
2015-03-16T09:19:42
2015-03-16T09:19:42
32,313,491
0
0
null
null
null
null
UTF-8
Java
false
false
11,092
java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package GraphADType.Utilities; import GraphADT_2nd_try.ADTConverter; import GraphADT_2nd_try.Boruvka2; import GraphADT_2nd_try.Kruskal2; import GraphADT_2nd_try.Prim2; import GraphADT_2nd_try.Prim2VisitedArray; import G...
[ "nunofaria11@99c9b96b-6dd2-4da9-bfb5-3db95630f279" ]
nunofaria11@99c9b96b-6dd2-4da9-bfb5-3db95630f279
fd6a9b5153e82c6773f98f360c4234a1e2a166b1
468e4c56b662cc2ffc6e8d4a81eebf992605bcb6
/PurchaseRequisition/src/com/te/purreq/security/NTLMLocalWrapperFilter.java
cbd0d356d6803218853e700c5dc27808f20708d2
[]
no_license
hiteshmanand/hiteshte
a3197d3f4afe35692291fabce352e2a3a1aecda1
d43e97a4a9ec6220fd61dcc53cbbc7fd61922349
refs/heads/master
2021-01-22T22:57:13.239687
2014-06-23T19:47:28
2014-06-23T19:47:28
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,372
java
package com.te.purreq.security; import java.io.IOException; import javax.servlet.Filter; import javax.servlet.FilterChain; import javax.servlet.FilterConfig; import javax.servlet.ServletException; import javax.servlet.ServletRequest; import javax.servlet.ServletResponse; import javax.servlet.http.HttpServle...
[ "hiteshm.anand@yahoo.com" ]
hiteshm.anand@yahoo.com
eddeba422375cf5edb3e597e783eddfdfb3c6a73
8755a02cd6fc41c0b64fb6fca9403e4b2dbbf06e
/app/src/main/java/main/dailynovel/Fragments/SortItemFragment.java
ff8a021cd844e8bc839a0ea27f6ebb5127649786
[]
no_license
QiQi14/DailyNovel
cb883c2a48418e975b72ce4522839619245be33d
e70ea7a8dc8613d72b8605b37af6d3dc951dee45
refs/heads/master
2021-08-23T07:32:08.676100
2017-12-04T04:37:53
2017-12-04T04:37:53
110,980,983
0
1
null
2017-11-22T02:09:39
2017-11-16T14:25:20
Java
UTF-8
Java
false
false
3,622
java
package main.dailynovel.Fragments; import android.app.Activity; import android.content.Intent; import android.os.AsyncTask; import android.os.Bundle; import android.os.SystemClock; import android.support.v4.app.Fragment; import android.support.v7.widget.DefaultItemAnimator; import android.support.v7.widget.GridLayout...
[ "giaky" ]
giaky
fbb1723b353146e4f2748151def6ee54fb263119
aae029772d030412fe9672d8bd7893171e867160
/config-server/src/main/java/com/example/ecom/config/ConfigApp.java
40291c581ef6377801996c6bb45872786c9b87a3
[]
no_license
senapatirupen/ecom-app
b67ac5d87b3d421147f5987c0dcdcb2de9f03537
4783e0aafbe02017d4d93107ff834a0636634df4
refs/heads/master
2023-06-29T08:51:37.773820
2021-07-25T15:48:15
2021-07-25T15:48:15
385,585,010
0
0
null
null
null
null
UTF-8
Java
false
false
1,219
java
package com.example.ecom.config; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.context.event.ApplicationReadyEvent; import org.springframework.cloud.c...
[ "senapatirupen1986@gmail.com" ]
senapatirupen1986@gmail.com
bd402465c9326eca08aff46b1fd95d1ccff396e3
4b2f9ffa20cefc1a0d7168d8e799d03a0f7f8161
/src/test/java/learn/springframework/springapp/SpringappApplicationTests.java
0da843e445dbccddb7d342d02c68d821c1dd1b26
[]
no_license
CyNEXX/springapp
89ce4c518abc7f6f7a26cc329ddfe9ab58a64e6c
a754a0c8916166334bbdcdf0c800f2843f2deb83
refs/heads/master
2021-01-09T15:15:21.901963
2020-02-22T14:05:22
2020-02-22T14:05:22
242,351,884
0
0
null
null
null
null
UTF-8
Java
false
false
226
java
package learn.springframework.springapp; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class SpringappApplicationTests { @Test void contextLoads() { } }
[ "cynexx@gmail.com" ]
cynexx@gmail.com
8b0ac76ea48f0ae3db55ea8afa3d168a173767f3
98a786e299d2469e11116deccc063c14cf87cfeb
/sources/server/falasehhrio-server/src/main/java/br/com/falasehhrio/server/model/api/ModelDBView.java
996329c41f70ae5986b874663968d3dba3d5d80a
[]
no_license
andreluizoliver/pesquisa-pibic-univali-mobile
24e47c6b336692cbdd5f49d2162956c2c84d8b64
20612dd0b643be36e3429a94fed1381b1d495adb
refs/heads/master
2021-05-08T19:10:59.492281
2018-01-30T17:22:50
2018-01-30T17:22:50
119,555,383
0
0
null
null
null
null
UTF-8
Java
false
false
503
java
package br.com.falasehhrio.server.model.api; import java.sql.ResultSet; import java.util.List; public interface ModelDBView<M> extends ModelDBGenericView{ M get(Object id) throws ModelException; void save(M m) throws ModelException; List<M> list() throws ModelException; void delete(Object id) throws Model...
[ "andre.oliveira@intelbras.com.br" ]
andre.oliveira@intelbras.com.br
8b420935884a3ec1c75eed83c4dc5890302eab9b
7fce9d9992cb57c8f0761ac0bee1005e141be021
/lib_src/src/com/sap/spe/freegoods/transactiondata/userexit/IFreeQuantityCalculationFormula.java
2de1a3e562d43109bc9664832ab4cf3602ebeaf3
[]
no_license
mjj55409/cintas-pricing
3e10cb68101858f56a1c1b2f40577a0ee5b3e0e0
037513a983f86cfd98a0abbe04fb448a2d1c7bea
refs/heads/master
2020-04-02T03:28:54.953342
2016-06-27T19:18:34
2016-06-27T19:18:34
60,651,882
0
0
null
null
null
null
UTF-8
Java
false
false
1,334
java
/* Copyright (c) 2005 by SAP AG All rights to both implementation and design are reserved. Use and copying of this software and preparation of derivative works based upon this software are not permitted. Distribution of this software is restricted. SAP does not make any warranty ab...
[ "michael@mertisconsulting.com" ]
michael@mertisconsulting.com
e387f67b12e5e0d9a727a043f50437fa910bb208
adfb906b2520341981f886ac77df1d60cb4d7c31
/src/main/java/com/automation/framework/core/datadriven/utils/CSVFileHelper.java
ae6e6b01659c329ee0680c798407921ca09cfc8c
[]
no_license
hieutran19081994/SourceCodeTesting
dab6c69b9f14c53f826fd561868696f5caa87ddb
351e42675d1c8339cacf9e563dc3a69264ef11ca
refs/heads/master
2023-01-13T15:45:07.053256
2020-11-13T14:05:26
2020-11-13T14:05:26
311,082,314
0
1
null
null
null
null
UTF-8
Java
false
false
1,433
java
package com.automation.framework.core.datadriven.utils; import org.apache.commons.csv.CSVFormat; import org.apache.commons.csv.CSVParser; import org.apache.commons.csv.CSVRecord; import java.io.FileReader; import java.io.IOException; import java.io.Reader; import java.util.ArrayList; import java.util.HashMap; import ...
[ "hieutran19081994@outlook.com" ]
hieutran19081994@outlook.com
a840a1f54ab52dd0799e38d0c9395f544804e56e
6095dd4ada06f8a3f9c37a26e8c00565b46ab571
/unipejet/src/br/com/unipejet/viewresolver/Agendamento.java
016d5eb6ce37fcf7ed8cbcb12a31db474bba1cc0
[]
no_license
EvertonBt/unipejet
df3741169e0a52aba1f9a43066a9c5f23488a687
18c043324377c62ace63c3d502a2374f751b9d08
refs/heads/master
2021-01-11T12:08:02.732001
2017-01-19T17:42:47
2017-01-19T17:42:47
79,478,396
0
0
null
null
null
null
UTF-8
Java
false
false
1,199
java
package br.com.unipejet.viewresolver; import javax.transaction.Transactional; import org.quartz.CronScheduleBuilder; import org.quartz.JobBuilder; import org.quartz.JobDetail; import org.quartz.Scheduler; import org.quartz.SchedulerFactory; import org.quartz.Trigger; import org.quartz.TriggerBuilder; import org.quart...
[ "evertonidpbjp@outlook.com" ]
evertonidpbjp@outlook.com
8331b95717f70d301484520fab26dffc7db1cfdb
afecf32346d05a584802ad447041e77d19021d83
/src/BT3/QLSV.java
c496a0488f9b51d43f364015c374b6a17e2deaac
[]
no_license
nhoxsieusao2001/PhanTrongNghia_58131349_SteategyPatterm
7ca2d29e521dfdef3fc9b5f6e07dcc6742605caa
9b78516adce32b88705b8dab400fe100c3697ee0
refs/heads/master
2022-04-20T15:42:43.107099
2020-04-23T03:17:56
2020-04-23T03:17:56
257,933,417
0
0
null
null
null
null
UTF-8
Java
false
false
928
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 BT3; /** * * @author Admin */ import java.util.ArrayList; import java.util.Collections; public class QLSV { ISoSanh so...
[ "ptnghia051098@gmail.com" ]
ptnghia051098@gmail.com
92fbd97d10ed6dd488b7b0c0548c44e8d8f30a96
08cbb98cde3709305e362b1ed7f6c9695bd59dd0
/src/com/bonch/cvcreator/JobExperience.java
57659b28708e5a390fae85f6858624dc2cc088f0
[]
no_license
Bonch90/CVCreator
316d2becee420aac867da2086ef05795c9c2e94f
c26e45a9445be348bed45af5383b44ed66d7c22c
refs/heads/master
2016-09-05T10:57:49.691426
2013-05-22T12:05:34
2013-05-22T12:05:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,448
java
package com.bonch.cvcreator; import java.util.Comparator; import android.app.Activity; import android.app.DialogFragment; import android.content.Intent; import android.os.Bundle; import android.view.Menu; import android.view.MenuItem; import android.view.View; import android.widget.Button; import android.widget.EditT...
[ "bonch90@gmail.com" ]
bonch90@gmail.com
db87ece248334d87d2d47510a71a2afc15c7bddc
124b59c98b49f4f38c9bd82c739e08228e0a8773
/app/src/main/java/com/killthed/framework/Music.java
d116521a101f02a4b32c0fbc5068753304e278e3
[]
no_license
umaito/KillTheDAndroid
f75c24aee917b413ee1e79c4140e09350cb707d3
817509f78ea855d650d5561ce1ce8f33c350f871
refs/heads/master
2021-01-10T02:01:52.636574
2015-06-15T01:44:01
2015-06-15T01:44:01
36,672,051
0
0
null
null
null
null
UTF-8
Java
false
false
416
java
package com.killthed.framework; /** * Created by Dylan on 22/05/2015. */ public interface Music { public void play(); public void stop(); public void pause(); public void setLooping(boolean looping); public void setVolume(float volume); public boolean isPlaying(); public boolean isS...
[ "ddp_1991@hotmail.com" ]
ddp_1991@hotmail.com
8fb6c13d4c6cdbdbc0c55a9bc946b47c7ac0310e
c681667c446b67f8ac0960133a50137126d08e9f
/archives/chat/UDPClient.java
49fd7d020a5a9d8868837d3af9dc9dc3e6e95975
[]
no_license
andr6/Pentest-Cheatsheets
68f944d9376054e54c89bcbf1bf5a37335e6e967
f18aea8fe5c52cc143ff2a5308b17472b41f599f
refs/heads/master
2020-03-30T14:14:07.985408
2018-09-27T02:51:43
2018-09-27T02:51:43
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,288
java
package javaapplication1; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.net.DatagramPacket; import java.net.DatagramSocket; import java.net.InetAddress; import java.util.logging.Level; import java.util.logging.Logger; public class UDPClient implements Runnabl...
[ "toufik.airane@gmail.com" ]
toufik.airane@gmail.com
d4fb1c7031edfd27acfaa2812fd45d090f2f2ebe
878a2f4f4c425ed22bf5452adb5c3705fafb258b
/Aula04/src/exercicio4/Funcionario.java
0f8c47469f068355757c9d2fb3ac5a838b20b163
[]
no_license
AndrePS2021/Serratec-Programacao-Orientada-Objeto
4a620fc2ac2be4239da7f9dd52dda56c20d019d8
fb88613ff17ba3750bf18d4e09d344842e0b62de
refs/heads/main
2023-08-22T13:40:35.373533
2021-10-13T12:29:33
2021-10-13T12:29:33
415,423,279
0
0
null
null
null
null
UTF-8
Java
false
false
498
java
package exercicio4; public class Funcionario { protected String nome; protected String cpf; protected double salario; protected String turno; public Funcionario(String nome, double salario) { this.nome = nome; this.salario = salario; } public String toString() { return String.format("Funcio...
[ "noreply@github.com" ]
noreply@github.com
866f4ed451407f6cad3f7482a8223a9805dbceb5
79e576b531e8069bd648ad18d7f9e8c5d98bb10b
/app/src/main/java/com/aglhz/yicommunity/main/parking/contract/CarportContract.java
41e3dd1b4be50d4ab905579f55c5ebb558ee05e1
[]
no_license
ackj/YiCommunityAndS1
c53cab4df9b67d89f2a875ddf303f5daec2ce790
93701523782c18896c552fc6c235c834a5903f9c
refs/heads/master
2021-09-08T10:47:13.786769
2018-03-09T09:24:21
2018-03-09T09:24:21
105,245,194
0
0
null
2018-02-28T12:06:14
2017-09-29T07:51:38
Java
UTF-8
Java
false
false
736
java
package com.aglhz.yicommunity.main.parking.contract; import cn.itsite.abase.mvp.contract.base.BaseContract; import com.aglhz.yicommunity.common.Params; import com.aglhz.yicommunity.entity.bean.CarportBeam; import rx.Observable; /** * @author leguang * @version v0.0.0 * @E-mail langmanleguang@qq.com * @time 20...
[ "langmanleguang@qq.com" ]
langmanleguang@qq.com
56a884e97a8e0f582dbaa6e69c7ce4e789c292ab
488f41de2b5fce4081c87feb547ef853ea69a5f6
/materials/2018-2019/homeworks/03-TUESky/src/org/elsys/tuesky/api/TUESkyException.java
f06b3abd2c1587952076cca97f07769a182bdd94
[]
no_license
elsys/oop
5c17e8f2c72aba775f4d895499782b6cad5816d1
a5be4adb767cdde7d9f904024880382509f53498
refs/heads/master
2023-06-14T06:21:30.570095
2023-06-05T19:04:14
2023-06-05T19:04:14
211,560,844
11
32
null
2023-02-22T09:24:13
2019-09-28T20:57:51
PostScript
UTF-8
Java
false
false
89
java
package org.elsys.tuesky.api; public class TUESkyException extends RuntimeException { }
[ "mario.ben@mail.bg" ]
mario.ben@mail.bg
35e9b84bdd7f38f2caffb01f5d579de2087c2f8d
d1d35c4b845938e783b895adb9f4c81fd38a4a92
/src/main/java/com/sk/socket/WebSocketConfig.java
1a098083955fdeaf71054a23e242412995f08e29
[]
no_license
suokai-xu/sk-redis
f6c38ef0075378bb8d08a552f3a655b598cba041
9025be61d73cf98de484afb0668921d5c4527ea6
refs/heads/master
2020-05-18T22:35:58.801146
2019-05-03T03:53:07
2019-05-03T03:53:07
184,694,811
0
0
null
null
null
null
UTF-8
Java
false
false
473
java
package com.sk.socket; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.web.socket.server.standard.ServerEndpointExporter; /** * 2019年3月26日 下午3:08:43 * @HXing xu * sk-redis * **/ @Configuration public class WebS...
[ "xuhengxing@hongbo.net.cn" ]
xuhengxing@hongbo.net.cn
9ac49225bdaa03d596c480a0c43a54ee17b36888
5bb4a4b0364ec05ffb422d8b2e76374e81c8c979
/sdk/kusto/mgmt-v2020_06_14/src/main/java/com/microsoft/azure/management/kusto/v2020_06_14/DataConnections.java
351fddbe17a6853540aa7ae594a8abf2d08cfd76
[ "MIT", "LicenseRef-scancode-generic-cla", "BSD-3-Clause", "LicenseRef-scancode-warranty-disclaimer", "LGPL-2.1-or-later", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
FabianMeiswinkel/azure-sdk-for-java
bd14579af2f7bc63e5c27c319e2653db990056f1
41d99a9945a527b6d3cc7e1366e1d9696941dbe3
refs/heads/main
2023-08-04T20:38:27.012783
2020-07-15T21:56:57
2020-07-15T21:56:57
251,590,939
3
1
MIT
2023-09-02T00:50:23
2020-03-31T12:05:12
Java
UTF-8
Java
false
false
3,875
java
/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for * license information. * * Code generated by Microsoft (R) AutoRest Code Generator. */ package com.microsoft.azure.management.kusto.v2020_06_14; import com.microsoft.azure.ar...
[ "noreply@github.com" ]
noreply@github.com
9b4b9e5f2d42ce876780d1a24b029f9e025e1fce
fe06f97c2cf33a8b4acb7cb324b79a6cb6bb9dac
/java/po/EHU_EVERTER/IT5117mPo.java
2e00564e8dc762af8ed0a89f90d4a431c1ef6a26
[]
no_license
HeimlichLin/TableSchema
3f67dae0b5b169ee3a1b34837ea9a2d34265f175
64b66a2968c3a169b75d70d9e5cf75fa3bb65354
refs/heads/master
2023-02-11T09:42:47.210289
2023-02-01T02:58:44
2023-02-01T02:58:44
196,526,843
0
0
null
2022-06-29T18:53:55
2019-07-12T07:03:58
Java
UTF-8
Java
false
false
936
java
package com.doc.common.po; public interface IT5117mPo { String getControlno(); void setControlno(final String controlno); String getGcodate(); void setGcodate(final String gcodate); String getWarehouseno(); void setWarehouseno(final String warehouseno); String getSenderid(); void setSenderid(...
[ "jerry.l@acer.com" ]
jerry.l@acer.com
bce2fe10ad4c5c065b525298959a076675e96952
bd2f8b41d446aee03f090e26e5c643d10313900e
/src/com/leetcode/S_0160_IntersectionOfTwoLinkedLists.java
0d5cb44be90caf274753193078d0c3da89ed76cd
[]
no_license
natalia-ko/leetcode
bae4430930a0c120c6d8330219b083c2db12213b
7c9a3c04f1fbdd98711e4b824383a2990efca116
refs/heads/master
2023-04-20T10:07:42.837326
2021-05-12T15:19:45
2021-05-12T15:19:45
344,207,815
0
0
null
2021-05-12T15:19:45
2021-03-03T17:27:30
Java
UTF-8
Java
false
false
3,084
java
package com.leetcode; import java.util.HashSet; import java.util.Set; /*Intersection of Two Linked Lists Write a program to find the node at which the intersection of two singly linked lists begins. Example 1: Input: intersectVal = 8, listA = [4,1,8,4,5], listB = [5,6,1,8,4,5], skipA = 2, skipB = 3 Output: Reference...
[ "natalia.kozhukhova@ya.ru" ]
natalia.kozhukhova@ya.ru
e93bf27e62397a84e322c3ca188e3d37c9881313
e1358fbac6658caed8bee1dba30f125e64daea12
/src/Clase/ConectaBD.java
6bfdcfeaacdfb6f62a2985405c10319eb4c11b22
[]
no_license
alejogo4/coloresInfantiles
d75f88785a83fd758938ed5f6006e7bc016352b9
46a7ec86d171b843427c440f58f45f22a0818334
refs/heads/master
2021-05-07T19:41:08.743898
2017-11-20T06:25:45
2017-11-20T06:25:45
108,897,205
0
0
null
null
null
null
UTF-8
Java
false
false
624
java
package Clase; import java.sql.Connection; import java.sql.Driver; import java.sql.DriverManager; import java.sql.SQLException; public class ConectaBD { public Connection getConnection(){ Connection cn = null; try { Class.forName("com.mysql.jdbc.Driver"); cn=DriverManager....
[ "alejo.go4@hotmail.com" ]
alejo.go4@hotmail.com
11433d4fadd908a168ec162d7eeb075b5faa500f
feee5f89923722da9df8c51bd3931cc8a5623c6d
/demo-bo/src/main/java/com/example/demo/bo/service/SelectBurgerServiceImpl.java
8d9c7422a53a9ba92b819b62ca873e9822bc1002
[]
no_license
shlee0882/springboot-msa-default-setting
274dc71543e82ade3c86a5690a4eafa5095e47f0
f6a4906c1677c3f4b8c067b83d612b2d97db8321
refs/heads/master
2022-07-09T01:34:30.470410
2020-06-05T04:51:08
2020-06-05T04:51:08
183,113,678
0
0
null
2022-06-29T17:19:50
2019-04-24T00:04:12
Java
UTF-8
Java
false
false
1,934
java
package com.example.demo.bo.service; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.HttpEntity; import org.springframework.http.HttpMethod; import org.springframework.http...
[ "shlee0882@gmail.com" ]
shlee0882@gmail.com
67dab32083ccac0053c391759b7566546fa6f7a3
f586c15b9448b5cd0c58ae7f36652e4906115374
/AKSA Essentials/aksaessentials.ver.1.1.1.build.8_source_from_JADX/aksaessentials.ver.1.1.1.build.8_source_from_JADX/mono/android/webkit/DownloadListenerImplementor.java
0c1f789a194ce52a3c407c0443f41841cb105827
[ "Apache-2.0" ]
permissive
Dan6erbond/SchoolHelper
07c4409ec3abeab66b23e8352b6fb59badbf1ae4
15f428e2f26dc23e61d674b2c5594acd7b0cf488
refs/heads/master
2022-01-05T20:06:12.467199
2019-05-15T06:11:10
2019-05-15T06:11:10
116,488,935
4
2
null
null
null
null
UTF-8
Java
false
false
1,784
java
package mono.android.webkit; import android.webkit.DownloadListener; import java.util.ArrayList; import mono.android.IGCUserPeer; import mono.android.Runtime; import mono.android.TypeManager; public class DownloadListenerImplementor implements IGCUserPeer, DownloadListener { public static final String __md_method...
[ "32235074+Dan6erbond@users.noreply.github.com" ]
32235074+Dan6erbond@users.noreply.github.com
d69a8f2543b412a538c27739d4926658e0cc101f
a1417794f6968c3574e6ddd58fe5c7eb3feedaab
/HotelManagerSystem/src/io/github/blai44/controller/home/HomeController.java
b4319d1d0747b8fa18e045de9a2d5e4491c4b35b
[]
no_license
blai404/SSMHotel
9e8e651fdf76a5e79b2e90caf411767e47abe516
1e1ac2b9c4785ebe937daf60abf21d3f0e64383f
refs/heads/master
2021-04-20T03:16:50.936440
2020-03-24T08:32:55
2020-03-25T10:00:55
249,651,100
0
0
null
null
null
null
GB18030
Java
false
false
5,762
java
package io.github.blai44.controller.home; import io.github.blai44.entity.Customer; import io.github.blai44.service.CustomerService; import io.github.blai44.service.RoomTypeService; import java.util.HashMap; import java.util.Map; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpSession; im...
[ "390632458@qq.com" ]
390632458@qq.com
c8f13371599b1e05e48f7fcf5e6642b2da8f9fcf
4d701f7fa2f13861f89fa39893809ded931b9e07
/src/main/java/org/culturegraph/mf/morph/maps/JndiSqlMap.java
1d873e941f2b7dd72a264db43d1460505c7e93a3
[]
no_license
malieva/metafacture-core
be779a944f41eccb8cdd3958810d377d108a2de5
ebe1cd1110dc15e72c1c95fa1ea22d1f70ed0eb2
refs/heads/master
2021-01-16T19:58:35.437963
2013-03-22T14:08:26
2013-03-22T14:08:26
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,590
java
/* * Copyright 2013 Deutsche Nationalbibliothek * * 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 applicab...
[ "c.boehme@dnb.de" ]
c.boehme@dnb.de
ff2531601fc83d2479c7512493568bbe00804c28
da757f009510dfb82b4f154da967411b4bbd0dc5
/src/com/suvorov/Lab2/Shoe.java
edcc2d44c0efedfcdceddea5d70160d8b9f10e05
[]
no_license
Cybervaldemar/javaLabs
5e3c23b0ccff2ab9c0286cf6102da6ce19c22298
7abed3235531af6e3fed6a467eadb3c2d94511c7
refs/heads/master
2020-03-16T18:31:27.270508
2018-05-10T09:14:02
2018-05-10T09:14:02
132,876,869
0
0
null
null
null
null
UTF-8
Java
false
false
149
java
package com.suvorov.Lab2; public class Shoe implements Product { @Override public String whoAmI() { return "I am the Shoe"; } }
[ "cyber@DESKTOP-UEJS8FI.localdomain" ]
cyber@DESKTOP-UEJS8FI.localdomain
1e48b04632e3ab32f0835b2ceeb5111faeee6f7a
ef44d044ff58ebc6c0052962b04b0130025a102b
/com.freevisiontech.fvmobile_source_from_JADX/sources/p008jp/p009co/cyberagent/android/gpuimage/GPUImageCrosshatchFilter.java
354dca837790856998b505f3a8b904a76e078886
[]
no_license
thedemoncat/FVShare
e610bac0f2dc394534ac0ccec86941ff523e2dfd
bd1e52defaec868f0d1f9b4f2039625c8ff3ee4a
refs/heads/master
2023-08-06T04:11:16.403943
2021-09-25T10:11:13
2021-09-25T10:11:13
410,232,121
2
0
null
null
null
null
UTF-8
Java
false
false
3,007
java
package p008jp.p009co.cyberagent.android.gpuimage; import android.opengl.GLES20; /* renamed from: jp.co.cyberagent.android.gpuimage.GPUImageCrosshatchFilter */ public class GPUImageCrosshatchFilter extends GPUImageFilter { public static final String CROSSHATCH_FRAGMENT_SHADER = "varying highp vec2 textureCoordina...
[ "nl.ruslan@yandex.ru" ]
nl.ruslan@yandex.ru
61b4ce4aaab674ab22e2d4fc239b53bc4a31b6ab
4180f974f68c3a44c957a9c3714b308a80fb7697
/nbdemetra-ui/src/test/java/ec/nbdemetra/ui/demo/impl/Grid2Factory.java
8e2d7cbb626bad5f829f46e24ddc2ba9c8fe1cd8
[]
no_license
MFatihTuzen/jdemetra-app
7c3594601a33b032416db78e92a8212822d147b8
d6304de4c65e77e71195e939e5aceba8f1b42830
refs/heads/master
2022-09-04T07:53:55.595427
2015-01-12T09:01:53
2015-01-12T09:01:53
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,716
java
/* * Copyright 2013 National Bank of Belgium * * Licensed under the EUPL, Version 1.1 or – as soon they will be approved * by the European Commission - subsequent versions of the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence ...
[ "philippe.charles@nbb.be" ]
philippe.charles@nbb.be
2c3c8bd396da4cc984152e585ffcbe581f3174ca
a046cc3f348c6fd581a74633886ced8c6276e0f6
/src/main/java/com/hbxy/util/ReflectHelper.java
1cf8b5dfbe1a0c01f55b0e3e0aa90c2b57a0b25d
[]
no_license
Scarboroug/apartment
006d7cdfc623f68df02258c1461247f849f3de6b
1cc666151b63580ee6ee5af84622f9e430382c8f
refs/heads/master
2020-05-02T17:34:56.410955
2019-05-16T14:45:51
2019-05-16T14:45:51
178,103,395
0
0
null
null
null
null
UTF-8
Java
false
false
1,836
java
package com.hbxy.util; import java.lang.reflect.Field; public class ReflectHelper { /** * 获取obj对象fieldName的Field * @param obj * @param fieldName * @return */ public static Field getFieldByFieldName(Object obj, String fieldName) { for (Class<?> superClass = obj.getClass(); superClass != Object.class; sup...
[ "17659731017@163.com" ]
17659731017@163.com
083a9439aa45678c06476ae1c353955d5c8c01fb
65e8643b58205f92cd56fad16d421115a188a1a3
/com.mymoney/src/mu.java
07feebb764514f4a1fdfc3ae47139fb439c3abb0
[]
no_license
goodev/liudongbaoproject
f2b0b0a22a1fd8c2ab5611ad0279e26b998c4e3d
72e585884d0a6f5765383f20f388303b11a1f0ad
refs/heads/master
2021-01-10T10:47:33.250578
2012-06-03T10:11:51
2012-06-03T10:11:51
50,891,250
0
0
null
null
null
null
UTF-8
Java
false
false
723
java
import android.view.animation.Animation; import android.view.animation.Animation.AnimationListener; import android.widget.ScrollView; import com.mymoney.ui.report.ReportActivity; public class mu implements Animation.AnimationListener { public mu(ReportActivity paramReportActivity) { } public voi...
[ "liudongbaollz@gmail.com" ]
liudongbaollz@gmail.com
33bb4d9bae83c525e3e2d70025c805b399874a84
6fd7064ecaba12969ce60eae7569d93b9be18b43
/flinkx-executor/src/test/java/com/guoliang/flinkx/executor/test/TestRun.java
6b14d36b340255f088ae56eabe3064d48b7fbe6a
[ "Apache-2.0" ]
permissive
kuyusea/LarkMidTable
a5b7d540c34be91f30bce7e821f6ca9fad694c75
1556c47dcd0fc0727185aaa586c4241d1124cb70
refs/heads/master
2022-12-24T18:45:27.788073
2020-10-11T16:29:50
2020-10-11T16:29:50
null
0
0
null
null
null
null
UTF-8
Java
false
false
149
java
package com.guoliang.flinkx.executor.test; /** * * @Author: LarkMidTable * @Date: 2020/9/16 19:36 * @Description: **/ public class TestRun { }
[ "wxgzgl@gmail.com" ]
wxgzgl@gmail.com
43714ca4080da836a5fc138916cb4f12ac04e9c1
465a0cfef90cc9538315fd5e2254d9615ee93444
/app/src/main/java/com/example/mycrm/fragment/PersonInfoFragment.java
9780afa47a35fc3a89c0fe8823bb64fda70d3219
[]
no_license
dementev-a-m/MyCRMClient
eca432dc3d049eff521022526ce60e66a3e313be
9a0d25ad0f92abdc187ab14e0450ffb6bffe0359
refs/heads/master
2021-01-19T04:11:26.566602
2017-04-06T10:57:24
2017-04-06T10:57:24
87,355,876
0
0
null
null
null
null
UTF-8
Java
false
false
1,040
java
package com.example.mycrm.fragment; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; import com.example.mycrm.R; /** * Created ...
[ "antdementev@gmail.com" ]
antdementev@gmail.com
f9bc239a6590c76fa39e8be4159e233bc7ec4035
b287d8a475cf0912197c500ca5a49d1d0c59d2d5
/app/src/main/java/com/example/newstoday/models/Articles.java
daab2acb2a1dd5b56325929c5ace107c9937cbae
[]
no_license
aashishtathod/NewsTodayApp
4b5efebcbea634dfde0ecfeef17b93fd4e9c444b
72a949dce3da2b55e188ec818548828c9708fdd9
refs/heads/main
2023-09-06T09:53:02.150490
2021-11-07T06:36:47
2021-11-07T06:36:47
425,303,219
0
0
null
null
null
null
UTF-8
Java
false
false
709
java
package com.example.newstoday.models; import com.google.gson.annotations.Expose; import com.google.gson.annotations.SerializedName; import java.util.ArrayList; public class Articles { @SerializedName("articles") @Expose private ArrayList<SingleArticle> singleArticleArrayList; public Articles(ArrayL...
[ "aashishtathod@outlook.com" ]
aashishtathod@outlook.com
fb98515d8a2cce52824c31b58631b07e8840ef7e
5564f65d86fce5d4633655f97a918b13ec4ebb9f
/Springcore/src/main/java/com/springcore/auto/wire/Test.java
c4bca5617a0a4ef9b8371a20faa4415737bba0c7
[]
no_license
saralkumar93/SpringCore
592fbf942b851f01f06d2688d7f1fbb29ce09897
f274ecccbe4f8ea043b58a68df8839387e8cac21
refs/heads/master
2023-02-25T16:54:11.621390
2021-01-31T12:17:10
2021-01-31T12:17:10
334,637,653
0
0
null
null
null
null
UTF-8
Java
false
false
428
java
package com.springcore.auto.wire; import org.springframework.context.ApplicationContext; import org.springframework.context.support.ClassPathXmlApplicationContext; public class Test { public static void main(String[] args) { ApplicationContext context=new ClassPathXmlApplicationContext("com/springcore/auto/wire/...
[ "saralkalwalwar@gmail.com" ]
saralkalwalwar@gmail.com