blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
7
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
684M
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
132 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
28 values
content
stringlengths
3
9.45M
authors
listlengths
1
1
author_id
stringlengths
0
352
02511af343b74a14b57100bacf220cb1d64e6258
c71463c049090028a06bc7aa8dacd813d7643129
/app/src/main/java/br/edu/uni/projetoteste/Produto.java
202a93bf6cd5ea19d4167abb6ed689971e636a7e
[]
no_license
JoseWillame/testeJavaInterface
f8ab855175b524c6891ee00b2cff31b11cace399
ab4386cd4cbd59784c3895795881721b45cdcd70
refs/heads/master
2023-01-04T22:15:27.885954
2020-11-06T17:25:34
2020-11-06T17:25:34
310,659,978
1
0
null
null
null
null
UTF-8
Java
false
false
928
java
package br.edu.uni.projetoteste; import android.util.Log; public class Produto implements Crud{ private static final String TAG = "Crud"; private String nomeProduto; private String fornecedor; public String getNomeProduto(){ return nomeProduto; } public void setNomeProduto(String nome...
[ "git@github.com:JoseWillame/testeJavaInterface.git" ]
git@github.com:JoseWillame/testeJavaInterface.git
a72ef57c658ead141b695c285c6ef2b6a0dbbb88
59a50e0764cfe2a89a50ad3c23f1fb351bfe5659
/player-vs-enemy/pve/src/test/java/com/project/pve/AppTest.java
9558d157a5d733b3ac6e4b5afb056c08e103d1ba
[]
no_license
lallers/JAVA-Player-Vs-Enemy-Intro-To-OOP
520a7d4729d36404bd086422cb3348e3672ab067
7c81bfe70ae6408c30ce510eea622eabb6b5c912
refs/heads/master
2020-04-12T17:34:05.804636
2018-12-21T01:24:21
2018-12-21T01:24:21
null
0
0
null
null
null
null
UTF-8
Java
false
false
643
java
package com.project.pve; import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; /** * Unit test for simple App. */ public class AppTest extends TestCase { /** * Create the test case * * @param testName name of the test case */ public AppTest(...
[ "lallers@users.noreply.github.com" ]
lallers@users.noreply.github.com
c86976d38c420832c596855f483690dfd67afa18
fa3e9decc014084ca3fd6cca154d53abcc3cbf75
/NestleTime/Android_Plugin/NestleTime/imageedittor/src/main/java/com/bravvura/nestledtime/imageedittor/filter/library/filter/CameraFilter.java
f0dfc6365ad806ee6469237ddfd7e6c0cf761d63
[]
no_license
deepakappdev/nestledtime
db804e3128845ec67d1149d100c737e2b9d29b35
8f85e756c2722a3d4521bc269e5e39250c21f518
refs/heads/master
2021-04-29T20:50:24.698789
2018-03-29T17:31:44
2018-03-29T17:31:44
121,604,663
0
0
null
null
null
null
UTF-8
Java
false
false
5,148
java
package com.bravvura.nestledtime.imageedittor.filter.library.filter; import android.content.Context; import android.opengl.GLES11Ext; import android.opengl.GLES20; import com.bravvura.nestledtime.imageedittor.R; import com.bravvura.nestledtime.imageedittor.filter.library.gles.GlUtil; import java.nio.FloatBuffer; pu...
[ "deepak.appdev@gmail.com" ]
deepak.appdev@gmail.com
b391fc12854d72f4654c5730deee3804d60f05aa
0f5ef627fa8b2ffb5a136b2ccd5175a0903cc848
/_posts/A.java
5fe136f44d1ded6accbad6f3a37a07ab5553f476
[ "MIT" ]
permissive
fengjunpeng/fengjunpeng.github.io
56f665d91afb2a750a02046717c810e50a255a65
8413529221b2d495ca2bc80c396245839d737ae6
refs/heads/master
2020-06-01T18:13:17.305866
2020-01-10T03:10:32
2020-01-10T03:10:32
190,878,114
0
0
null
null
null
null
UTF-8
Java
false
false
1,369
java
public class A { static int[] array = new int[]{9,7,5,8,2}; public static void main(String [] args) { for (int i = 0; i < array.length; i++ ) System.out.print(array[i] + " " ); System.out.println(); // bubbleSort(array); selectSort(array); System.out.println("Sor...
[ "fengjunpeng@github.com" ]
fengjunpeng@github.com
7d96ff75f8547de7872718b528d190cded923e8e
24d058f17ad39d7a9b04a38c6fcf93b8ad52be55
/POS_v2/src/main/java/com/masterdev/student/hbm/HibernateSessionFactory.java
d15a06179eefe448400f9b9d7f035e2485078a15
[]
no_license
luis-ayestaran/POS_v2
c6da9f77fbd0e436012884dc47952f07c8caf54b
656ff676a1c1dfe5ed1c4c0b41921232908c3f34
refs/heads/master
2022-12-15T06:07:43.438075
2019-03-26T14:57:04
2019-03-26T14:57:04
177,810,498
0
0
null
2022-11-24T09:51:04
2019-03-26T14:55:13
Java
UTF-8
Java
false
false
694
java
package com.masterdev.student.hbm; import org.hibernate.SessionFactory; import org.hibernate.boot.MetadataSources; import org.hibernate.boot.registry.StandardServiceRegistry; import org.hibernate.boot.registry.StandardServiceRegistryBuilder; public class HibernateSessionFactory { private SessionFactory sessionFact...
[ "LuisF@DESKTOP-ND387K3" ]
LuisF@DESKTOP-ND387K3
df43e6a94db6e0b5c316874d6794f6c1b432d90a
dcbec0cdd7c337f3572830f30adedee756ce7eae
/project-pension-core/src/main/java/com/longjun/cto/framework/sm/pay/web/PayIapReceiptController.java
a78b6c87187319dd0ceb19e44de588b6d1899af2
[]
no_license
lm568618500/project-pension
8c590e7f8eeffab7d3ae21e9610fee2745017c8c
68c1fcd1206ea36482c1a21b19368d32c4262a29
refs/heads/master
2023-03-14T10:13:13.418797
2021-03-04T02:38:50
2021-03-04T02:38:50
330,593,390
0
0
null
null
null
null
UTF-8
Java
false
false
4,919
java
package com.longjun.cto.framework.sm.pay.web; import org.springframework.beans.factory.annotation.Autowired; import com.eims.cto.framework.standard.base.StandardBaseController; import com.longjun.cto.framework.sm.pay.entity.dto.PayIapReceiptDto; import com.longjun.cto.framework.sm.pay.entity.dto.PayIapReceiptModifyDto...
[ "568618500@qq.com" ]
568618500@qq.com
d74e065bc87286e722e0bc133c07b48bce257ba8
884ba3a5101e66709d7edae20de271457e80fedb
/gmall-pms/src/main/java/com/java/gmall/pms/service/AttrAttrgroupRelationService.java
94b75188412005d3a2686ba6be8b251d80c0ab57
[ "Apache-2.0" ]
permissive
dingzichaogit/gmall
f630361973f41fd3f5d85f3b444371f58351dfa0
aa821ca6fb7e65f378f7b9236b576fcf5d41bcf4
refs/heads/main
2023-08-09T11:18:30.459534
2021-09-13T08:08:56
2021-09-13T08:08:56
403,913,337
0
0
null
null
null
null
UTF-8
Java
false
false
454
java
package com.java.gmall.pms.service; import com.java.core.bean.PageVo; import com.java.core.bean.QueryCondition; import com.baomidou.mybatisplus.extension.service.IService; import com.java.gmall.pms.entity.AttrAttrgroupRelation; /** * 属性&属性分组关联 * * @author dzc * @since 2021-09-07 18:06:57 */ public interface At...
[ "18834406627@163.com" ]
18834406627@163.com
bb2f281893caea10df5092a9b80c75b3f7318155
c905ea1d3a4e6bd3ea837bcdcde553d9625ea062
/app/src/main/java/com/example/cricketapiretrofit/Activity/RegistrationActivity.java
220feea0d0c43de053ad40d5c0681e765f5af15f
[]
no_license
tausifabir/PracticePostMethod
b09a30a7bcbb56f94ae9d3c834e329491fbf9c55
c272949eaae1208fcf60fc47ad79236d73863b8f
refs/heads/master
2022-11-12T13:20:05.272323
2020-07-08T11:00:23
2020-07-08T11:00:23
271,508,985
0
0
null
2020-06-12T19:09:41
2020-06-11T09:45:34
Java
UTF-8
Java
false
false
2,279
java
package com.example.cricketapiretrofit.Activity; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.os.Bundle; import android.text.TextUtils; import android.view.View; import android.widget.Button; import android.widget.EditText; import android.widget.ImageView; import andr...
[ "tausifabir94@gmail.com" ]
tausifabir94@gmail.com
c67301b17aeb3ecc032d5cd2c8c342fe64faf3c4
ed3cb95dcc590e98d09117ea0b4768df18e8f99e
/project_1_1/src/b/g/d/a/Calc_1_1_16306.java
0299e3593fdac4cf31de69369284706c26f2b3b9
[]
no_license
chalstrick/bigRepo1
ac7fd5785d475b3c38f1328e370ba9a85a751cff
dad1852eef66fcec200df10083959c674fdcc55d
refs/heads/master
2016-08-11T17:59:16.079541
2015-12-18T14:26:49
2015-12-18T14:26:49
48,244,030
0
0
null
null
null
null
UTF-8
Java
false
false
134
java
package b.g.d.a; public class Calc_1_1_16306 { /** @return the sum of a and b */ public int add(int a, int b) { return a+b; } }
[ "christian.halstrick@sap.com" ]
christian.halstrick@sap.com
4bfa32852e7d2a27bf658fff1956d6597219084c
471a1d9598d792c18392ca1485bbb3b29d1165c5
/jadx-MFP/src/main/java/com/myfitnesspal/feature/challenges/ui/viewmodel/ChallengePrizesViewModel.java
80625e69ff2ec4f1a433619661392fa8bf922fb0
[]
no_license
reed07/MyPreferencePal
84db3a93c114868dd3691217cc175a8675e5544f
365b42fcc5670844187ae61b8cbc02c542aa348e
refs/heads/master
2020-03-10T23:10:43.112303
2019-07-08T00:39:32
2019-07-08T00:39:32
129,635,379
2
0
null
null
null
null
UTF-8
Java
false
false
836
java
package com.myfitnesspal.feature.challenges.ui.viewmodel; import com.myfitnesspal.feature.challenges.model.ChallengeImageOutput; import com.myfitnesspal.feature.challenges.model.ChallengePrize; import com.myfitnesspal.framework.mvvm.BaseViewModel; import java.util.List; public class ChallengePrizesViewModel extends B...
[ "anon@ymous.email" ]
anon@ymous.email
76a21b96522b9a190261f27f492b758892009c12
72d9dcd57a5981cd3f0501396dba9d14ce504f84
/maven-jdbc/src/main/java/digytal/dao/CadastroDaoCompleto.java
34cd850fc2649fa64d9d1ea90a23a0b9ee821ad4
[]
no_license
lucaslabre/MJVdevSchool
996321cfab0910dd29d9eb965ff0060fa630de3d
cbcb35ac22fe2746f44c104c14a250dc5c0342df
refs/heads/master
2023-06-17T23:43:59.927598
2021-07-04T20:39:31
2021-07-04T20:39:31
377,922,144
0
1
null
null
null
null
UTF-8
Java
false
false
4,843
java
package digytal.dao; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.util.ArrayList; import java.util.List; import digytal.jdbc.connection.FabricaConexao; import digytal.model.CadastroCompleto; public class CadastroDaoCompleto { pri...
[ "48772886+lucaslabre@users.noreply.github.com" ]
48772886+lucaslabre@users.noreply.github.com
f5d6ff6d7abc00c7c8685f5f48ee1c7f01eb5ab5
42e0bc6e53b8946769c9a86b078ab0cceab393fb
/NumericonsAndroid/app/src/main/java/sen/sen/numericonsandroid/Global/BaseApplication.java
290c5df8bda923a39c815c77f88476be36d00597
[]
no_license
sen-yang/cs446
003e1ed0be6685fc9f0b2515e898d83aec3bc5e2
cbde80be2e3c3b3f316e33df984debba934277d8
refs/heads/master
2021-05-13T18:50:45.272333
2018-04-04T02:24:10
2018-04-04T02:24:10
116,877,636
2
1
null
null
null
null
UTF-8
Java
false
false
386
java
package sen.sen.numericonsandroid.Global; import android.app.Application; import android.content.Context; public class BaseApplication extends Application{ private static Context context; public void onCreate() { super.onCreate(); BaseApplication.context = getApplicationContext(); } public static Co...
[ "sen.yang2595@gmail.com" ]
sen.yang2595@gmail.com
94d81cdfa80064a247fc650918f5c4864cf31cf3
687466219fd24017b8f99344beacf226aa71ef1b
/src/kapitel13_Sortering_och_Sökning/Bubbelsortering.java
6accb173820712fd1a75a2051e77185746d5a3e2
[]
no_license
JoakimRudbeck/Programmering_1
e16f555dab80329f4300d2aebceb8115f46f22f5
62c305fc4b8a8d27566c2b88cc2ca5411da89482
refs/heads/master
2021-07-08T02:15:37.276296
2020-12-04T08:19:13
2020-12-04T08:19:13
212,587,651
0
0
null
null
null
null
UTF-8
Java
false
false
1,498
java
package kapitel13_Sortering_och_Sökning; public class Bubbelsortering { public static void main(String[] args) { bubbelSortering(); } static void bubbelSortering() { int[] osorterad = new int[]{3,7,2,1,0,-34,128,-4,7}; // Osorterad lista System.out.println("Listan innan: " + sn...
[ "sbu470@edu.sollentuna.se" ]
sbu470@edu.sollentuna.se
4817dd8f6ab157a3420649018db15fbd140173d0
3229e73df969d35254263e1fd0b66218b68a6862
/fineract-project_snapshot/fineract-project/tools/javamoney-lib/calc/src/main/java/org/javamoney/calc/common/DoublingTime.java
0ea1a63f764b024e563e6a05251815229d6fbfbb
[ "Apache-2.0" ]
permissive
phuocnguyen210495/BankingInTheCloud-Fineract
ea1875857aa0f5c147d8d1d3c66de39e8bc1bf00
0de4ca4cf00f251ec53ff7d8e355e9c5e6ef65ec
refs/heads/master
2021-06-19T11:44:35.443308
2017-07-27T18:04:38
2017-07-27T18:04:38
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,453
java
/* * Copyright (c) 2012, 2013, Credit Suisse (Anatole Tresch), Werner Keil. * * 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 * ...
[ "daniel.karzel@senacor.com" ]
daniel.karzel@senacor.com
b4d58ecc7dcc7a1233213154f7668e3fbef0926b
facf7939099be46f4647c5c36e3829119bb52a50
/src/RestrAdminPage.java
a4d21fa45f08fe4c730bb7c3c4cb612dbd644b96
[]
no_license
DongeunJung/DB_Project
5420b808b2dbecdf006210b82f7341fbc5a1ab8b
d81991d8727606e8bbf0c52ab7ffd1d8de571c2f
refs/heads/main
2023-01-13T15:51:52.465831
2020-11-20T04:59:32
2020-11-20T04:59:32
314,449,231
0
0
null
null
null
null
UHC
Java
false
false
8,322
java
import java.util.ArrayList; import org.eclipse.jface.viewers.CheckboxTableViewer; import org.eclipse.swt.SWT; import org.eclipse.swt.events.SelectionAdapter; import org.eclipse.swt.events.SelectionEvent; import org.eclipse.swt.widgets.Button; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Label;...
[ "cscid170319@ajou.ac.kr" ]
cscid170319@ajou.ac.kr
ee5601baf147a82552e71f04bd8fca4be07b5ed7
62b12a7a003e90b05c1adca15541ce8b9b1d9f1c
/src/util/acordionmenu/AccordionRootItem.java
7aa9598a30bf3247ebbb805ed79ea0032274759b
[]
no_license
Mike94/UFi6W7iK3Hr
573810403e9e9685969f78a9dbe7f6a70371bd6d
717a2b3d7f59a055ef0b2f720955ffbb445718de
refs/heads/master
2021-01-01T06:55:23.585392
2013-03-02T14:20:09
2013-03-02T14:20:09
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,963
java
/* * Copyright 2010 Daniele. * * 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 agr...
[ "Mike_5_62@hotmail.com" ]
Mike_5_62@hotmail.com
77e8d19e914ce313fc7e27f4db5bbc68ddcf12d4
0ee2a341555eb46cf3bd63519ca395b31d8b88b6
/src/Jogo/Jogo.java
3b6920da1fb20b1d598a301d40e38a2d17b5309b
[]
no_license
rayssasandrade/EstuturasDeDados
64ad8380c27e8735911ff300add13c7ebabddf9b
3971c9fa7e55e1aa419de2d415e54f93b5dc795d
refs/heads/master
2022-06-12T23:07:31.518135
2020-04-28T19:21:40
2020-04-28T19:21:40
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,694
java
package Jogo; import EstruturasII.ArvoreBinaria.Arvore; import EstruturasII.ArvoreBinaria.ArvoreVaziaException; import EstruturasII.ArvoreBinaria.InvalidPositionException; import EstruturasII.ArvoreBinaria.No; import com.google.gson.reflect.TypeToken; import iojava.IOJson; import javax.swing.*; import java.io.Serializ...
[ "rayssa.andrade071@outlook.com" ]
rayssa.andrade071@outlook.com
f150c208f98e9be14b712c55c14beec656dd7b6b
dbd441cfafd336fc2de36104d23a21a8d072ba5b
/Web-Study/servlet-01/src/yf513/yhc/servlet/ServletDemo04.java
c57b9da7c08269a6f9690a18d7c65e807fb8af38
[]
no_license
1701rehe/java-study
ce1901adbb3b24bbe5ff943ee0bb1321b444a48b
f8ca7ec10693865a13ecfae401db80cdd1b40855
refs/heads/master
2023-03-08T22:32:31.388308
2021-02-26T08:42:27
2021-02-26T08:42:27
311,602,706
2
0
null
null
null
null
UTF-8
Java
false
false
1,211
java
package yf513.yhc.servlet; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import java.io.IOException; /** * @author CHY * @date 2020/11/5 15:21 */ public class ServletDemo04 extends HttpServl...
[ "251134852@qq.com" ]
251134852@qq.com
9009d4527f346af4b8f5fd377a78dfd1c5cbd6dc
291b6128af1bedb6e5f9a4821a13f69edff62618
/gmall-oms/src/main/java/com/atguigu/gmall/oms/service/impl/OrderReturnReasonServiceImpl.java
9b2cd6b89fbe5d30c85bf148bdb6342f76d752e6
[ "Apache-2.0" ]
permissive
joedyli/gmall-1010
0ae2c4998b610b92e618ac45314a20f7f0046dbb
c212da2465bab4b645d3a3fb2dfcc6c447628892
refs/heads/master
2022-12-21T14:48:17.237114
2020-06-04T11:05:06
2020-06-04T11:05:06
251,473,083
2
4
Apache-2.0
2022-12-16T15:36:46
2020-03-31T01:47:55
JavaScript
UTF-8
Java
false
false
1,062
java
package com.atguigu.gmall.oms.service.impl; import org.springframework.stereotype.Service; import java.util.Map; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; import com.baomidou.mybatisplus.core.metadata.IPage; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.atguig...
[ "joedy23@aliyun.com" ]
joedy23@aliyun.com
04e03c67b889268c2cb783fa8681bd3bdd88b405
19135d976144054a5f5f899c2abe3f4d13f3fafa
/cp2/cp-platform-app/trunk/MasterUtils/src/com/master/util/common/ObjectUtil.java
db071ef003bc6ad9facdda83a4d21105511ebeee
[]
no_license
xubin5210/document
0e3b19e55c5e596677e6e2530f025c9ea73080a8
066d34d30d11180fd1c10ec75bdbf4963819dd89
refs/heads/master
2020-11-25T19:31:51.409588
2016-09-15T14:49:54
2016-09-15T14:49:54
66,202,322
0
0
null
null
null
null
UTF-8
Java
false
false
892
java
/** * @author maomy * @Description: object 工具类 * @Package com.master.util.common * @Title: ObjectUtil.java * @date 2015年6月8日 上午11:52:41 * @version V1.0 * @说明 代码版权归 杭州安存网络科技有限公司 所有 */ package com.master.util.common; import java.util.ArrayList; public class ObjectUtil { /** * @Auther:...
[ "47816778@qq.com" ]
47816778@qq.com
10b453725a03071d6a5628575468a55832eda351
4494de1e52299cbc455c41e3433e451104d24af1
/DatWebApplication1/src/java/MyConnection.java
8563481bbeaef2e4b7fbf072afdcd983553a52c2
[]
no_license
Shihab27/DatWebApplication1
0fcee6edcad1edcb988d65bf57c99b982d1a6612
60fd6d38f69cea9ae0879fcf7f770e74a09e0b47
refs/heads/master
2022-12-20T18:23:07.579856
2020-09-16T17:50:48
2020-09-16T17:50:48
296,107,156
0
0
null
null
null
null
UTF-8
Java
false
false
671
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. */ /** * * @author HP */ import java.sql.Connection; import java.sql.DriverManager; public class MyConnection { public static...
[ "65851806+Shihab27@users.noreply.github.com" ]
65851806+Shihab27@users.noreply.github.com
4f6bf4d10506f1ae3acf48799a2edf81449257fa
f715808c953772dd0fbe869e6fb8d410aea574ee
/src/test/java/FastTest2.java
78c7f61b2ca06f294892605b28dec7d60dbe7550
[]
no_license
irof/ParallelTest
6a63e34ed359efe7900d3401eda24aeb754f43c9
a2929c8ae47ab0f7a5afb055d425a03662dc7b1e
refs/heads/master
2021-01-22T11:54:39.195836
2013-03-09T05:30:59
2013-03-09T05:30:59
8,665,340
1
0
null
null
null
null
UTF-8
Java
false
false
230
java
import org.junit.Test; public class FastTest2 { @Test public void test1() { // success } @Test public void test2() { // success } @Test public void test3() { throw new AssertionError("fail"); } }
[ "irof@hogedriven.net" ]
irof@hogedriven.net
b32391e9d72f2ca7b4224e55045eb8b6b4d5e5f2
0e7faa69745e0e5ff0546e424d359b907665f1f2
/src/main/java/com/lson/controller/BaseController.java
bac8417e7d870c39af620201438e304f58f299ab
[]
no_license
lxj88180158/sss-project
6d0d208c8b165dbcd6946f3a3577a6024c31f028
ca4d484d71b7ae171d62a57aee347b55ce6c0c7f
refs/heads/master
2021-08-23T23:50:10.684629
2017-12-07T04:34:22
2017-12-07T04:34:22
113,395,034
0
0
null
null
null
null
UTF-8
Java
false
false
64
java
package com.lson.controller; public class BaseController { }
[ "61433774@qq.com" ]
61433774@qq.com
29923c9deb3efaead05c1a854e91b14f06faa088
82c195c68c8e3898ec6f07933a7291ba8931fc9a
/SUFU-Backend/src/main/java/org/sitenv/spring/auth/Common.java
f2440db9f8ad0a0db86fa02d7545f86a8038a679
[]
no_license
onc-healthit/crn
8b7e53bfdacc14f9590a22c626db1f4640a1f8c5
ff58b493d330999de1311fe76a6bcceeedabb833
refs/heads/master
2023-01-10T15:14:07.995175
2019-12-12T07:14:33
2019-12-12T07:14:33
216,591,101
2
1
null
2023-01-07T11:12:29
2019-10-21T14:38:11
TSQL
UTF-8
Java
false
false
969
java
package org.sitenv.spring.auth; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Date; import java.util.Locale; import java.util.TimeZone; public class Common { public static Integer convertTimestampToUnixTime(String timestamp) throws ParseException { if (timestamp != n...
[ "raghunath.umapathi@xyramsoft.com" ]
raghunath.umapathi@xyramsoft.com
cee7e448fd5810a685530f7d49361e11da8963bd
7391a73e51deadca0ab8ceec6a8ad262956da252
/src/main/java/com/syneHealthInsurance/Services/PolicyService.java
068d5834f3bc19780d24c5ce6509ad9382b21c0d
[]
no_license
surbhi-111/HealthInsuranceAssignment
46d7eb54d303cd4e615ce6f7a92376073b7500ed
cfd5b108083f656ee4bba150bbebed1e3ae1f93a
refs/heads/master
2022-06-12T05:14:22.545542
2020-05-01T12:40:20
2020-05-01T12:40:20
256,500,047
0
1
null
null
null
null
UTF-8
Java
false
false
539
java
package com.syneHealthInsurance.Services; import java.util.List; import com.syneHealthInsurance.Entity.Policy; public interface PolicyService { public List<Policy> getAllPolicy(); public Policy getPolicyById(long policyId); public Policy updatePolicy(Policy policy); public Policy addPolicy(Policy policy...
[ "surbhijaiswal111@gmail.com" ]
surbhijaiswal111@gmail.com
c79c7ef54323c5bcd445474106a3c2fb5ca75337
60ff26be849f29fb2f8150711011d45c879ca7f8
/src/main/java/firstproject/demo/exception/PizzaException.java
82892051b3ff6d6385497e0d4c6efe6cc2aaa995
[]
no_license
elzaujk/PizzaOrder
37ff1e89ff9dc554b158e51a89bb6e928ca5aec4
123f24b454f034c8306844603f567b32e08a8972
refs/heads/master
2022-01-07T07:40:40.008972
2019-06-30T21:24:41
2019-06-30T21:24:41
194,562,445
0
0
null
null
null
null
UTF-8
Java
false
false
160
java
package firstproject.demo.exception; public class PizzaException extends Exception{ public PizzaException(String message) { super(message); } }
[ "elzaujkani@gmail.com" ]
elzaujkani@gmail.com
0116b0fefab108f13c89223012fd2231f17bfa34
5ccdbbf2da6735b6814745e00b3a61eea7b5db49
/app/src/main/java/ru/club/sfera/FriendsFragment.java
45c7de109b67e39f21302bbb0e98948ebc0381cc
[]
no_license
mick3247652/sfera
c758cf5cd4867bfef3a9558b0976694437be8493
96ca735d34ff8a092bfe4878d18fd2614e0e5c9c
refs/heads/master
2020-05-30T15:11:52.751779
2019-06-10T16:41:48
2019-06-10T16:41:48
188,374,471
0
0
null
2019-06-02T04:43:37
2019-05-24T07:29:40
Java
UTF-8
Java
false
false
10,097
java
package ru.club.sfera; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.support.v4.app.Fragment; import android.support.v4.widget.SwipeRefreshLayout; import android.support.v7.widget.DefaultItemAnimator; import android.support.v7.widget.GridLayoutManager; import andr...
[ "ofxsite@gmail.com" ]
ofxsite@gmail.com
2e5b7c56df58d90204393d3631522145b59e6406
afe4955cc588d5c054c6e2d6cc6e110d1e2a3415
/app/src/main/java/com/achep/acdisplay/services/activemode/detectors/IdleExitDetector.java
96249f9a24b798455d24325aba2375d9f7956af9
[]
no_license
meyhuan/SimpleLocker
ab48014e2420a8f230dfec0ff339609a8d019c54
d47c99b2e170ebe1183052e315c2597b61d1f82a
refs/heads/master
2020-07-02T11:56:37.080684
2015-12-28T13:53:54
2015-12-28T13:53:58
48,694,627
1
0
null
null
null
null
UTF-8
Java
false
false
5,608
java
/* * Copyright (C) 2015 AChep@xda <artemchep@gmail.com> * * 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. * * Th...
[ "627655140@gmail.com" ]
627655140@gmail.com
65993e1553e1bbfbd2e9fe1fefe9bc824c82f418
234bbd50ad84d97059337841041316f9e408637a
/src/main/java/it/beergash/api/common/config/RequestInteceptorConfigurer.java
d5cfe6b41036db9fa77583af017eb07d5f1c263e
[]
no_license
beergash/api-common
cbbf94a1d7bf760b57865d24937d014fb0d084ee
d214f7422238238be027350bf7e25ad40713464d
refs/heads/master
2023-02-15T07:58:40.578960
2021-01-05T16:49:15
2021-01-05T16:49:15
323,114,072
1
0
null
null
null
null
UTF-8
Java
false
false
717
java
package it.beergash.api.common.config; import it.beergash.api.common.handler.LoggerRequestHandler; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.web.servlet.config.annotation.InterceptorRegistry; import org.springframework.we...
[ "a.aresta@almaviva.it" ]
a.aresta@almaviva.it
6e3649c4a8f7f99ce638c9997f5c76b665362a10
65e39ad0d545bcbf7eaf594879c07c2a39b97e8d
/src/com/crazyvoice/activity/RegistActicity.java
c69bd80a28e25107d7ab9abcce1e44bf0c5734f3
[ "Apache-2.0" ]
permissive
EditYJ/CrazyVoiceNew
2e27a8b3f07d0321856f1094c05cd296648426fd
2d483b9caeab9bd0cb888437d2881913035a1f0a
refs/heads/master
2021-06-13T01:12:49.712980
2016-12-15T11:46:17
2016-12-15T11:46:17
null
0
0
null
null
null
null
GB18030
Java
false
false
2,517
java
package com.crazyvoice.activity; import org.jivesoftware.smack.SmackAndroid; import com.crazyvoice.app.R; import com.crazyvoice.util.RegistServer; import android.app.ActionBar; import android.app.Activity; import android.os.Bundle; import android.os.Handler; import android.os.Message; import android.view.MenuItem; i...
[ "158392613@qq.com" ]
158392613@qq.com
f21aaa6d285a609b53035a8e54b528145eae4ac5
0f87c7015185a33519ea83e103dc75d2d67a5ccb
/AndTroin/src/org/kohaerenzstiftung/andtroin/PurchaseActivity.java
a47111a663ef190e139f4413b9e6118855ef3e1a
[]
no_license
kohaerenzstifter/android
67e829347d599324592dfbc241a64e17e66c7b50
688b1e337dc3e0275ed7aa487f9201d126119968
refs/heads/master
2020-12-25T19:26:20.683449
2015-05-16T22:42:20
2015-05-16T22:42:20
22,081,247
1
0
null
null
null
null
UTF-8
Java
false
false
5,123
java
package org.kohaerenzstiftung.andtroin; import java.util.ArrayList; import org.kohaerenzstiftung.ContextItemExecutor; import org.kohaerenzstiftung.ContextMenuCreator; import org.kohaerenzstiftung.Language; import org.kohaerenzstiftung.ListView; import android.os.Bundle; import android.view.MenuItem; import android.v...
[ "kohaerenzstifter@posteo.de" ]
kohaerenzstifter@posteo.de
f07c0c4a4e9364498895fb9b9b0b120dcbdeee2c
a2df2385da9187b982ce433cfda851aa639baebe
/OrangeHRM12/src/test/java/Day_011_Katalon_Recorder/TC01_login.java
7d800f0b20a7da64740020ac7efa2f6509d34920
[]
no_license
GaneshYD/James
f791377336e0b69ae4f259c1a5054d8d9044aa23
7aae761b074dbd01aefd3794f861ca2728c63a29
refs/heads/main
2023-09-05T18:52:33.845512
2021-11-24T05:47:18
2021-11-24T05:47:18
431,360,112
0
0
null
null
null
null
UTF-8
Java
false
false
2,316
java
package Day_011_Katalon_Recorder; import CommonUtil.*; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import java.util.concurrent.TimeUnit; import org.openqa.selenium.By; import org.openqa.selenium.JavascriptExecutor; import org.testng.annotations.*; public class TC01_login { WebDr...
[ "durgaganeshyennati@gmail.com" ]
durgaganeshyennati@gmail.com
45b68ed257e3206ad82ae744d271eee7b514d11d
82ecd67664fca0f8e705cf32526dcac0b26ea759
/src/src/test/Program5.java
4e340cfcb9d4af236400cc4662fb640f9e53ee1d
[]
no_license
kingchan223/JDBcConsoleProgram
01a4fcb19e2f99dd18c823e9353d155019aba0a0
49f4707b614b7be55c10d8b7f1ff65733fd4ce5c
refs/heads/master
2023-04-01T22:02:46.103562
2021-03-30T05:00:35
2021-03-30T05:00:35
352,874,688
0
0
null
null
null
null
UTF-8
Java
false
false
925
java
package src.test; import java.sql.SQLException; import src.com.newlecture.app.console.NoticeConsole; public class Program5 { public static void main(String[] args) throws ClassNotFoundException, SQLException { NoticeConsole console = new NoticeConsole(); Exit: while(true){ console.printNoticeList(); ...
[ "kokiyo97@naver.com" ]
kokiyo97@naver.com
cad699fc71da45e2ed9b46eca647d623e2d87402
7812cceb7dd22178082aee1cc6a74dccb3e4d5d7
/android/app/src/main/java/br/com/jonathas/ru/ru/MainActivity.java
5271295c97287b9beb3c9714bcc0725e95b8d92e
[]
no_license
Jonathas107/RestauranteUniversitario
98cb93a9c1dcfdf40b58dce1b3ae1a5c19765af4
333cb01d203703f0ecf4bc5da4de379e5f00fb86
refs/heads/master
2020-09-14T17:44:39.362696
2020-02-06T15:01:21
2020-02-06T15:01:21
223,203,308
0
0
null
null
null
null
UTF-8
Java
false
false
366
java
package br.com.jonathas.ru.ru; import android.os.Bundle; import io.flutter.app.FlutterActivity; import io.flutter.plugins.GeneratedPluginRegistrant; public class MainActivity extends FlutterActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); Genera...
[ "jonathatiago@hotmail.com" ]
jonathatiago@hotmail.com
26f47719af3684bf1b596a8b3ff8935a1be77620
2190cc8144f42178067c0aad0408adf87db1fe27
/app/src/com.y/component/ActivityComponent.java
3e97e11faf0e9f1058e853223e0b47a48a693bd2
[]
no_license
vpractical/Cat-Dog
f4565f4367326cf39f36d58a2803204398bc1bf7
2e0a91f749383ee809cc5d0b2e6c0b1f4c626e49
refs/heads/master
2021-07-25T04:37:04.417956
2018-11-23T01:24:58
2018-11-23T01:24:58
145,060,712
0
0
null
2018-11-02T08:19:55
2018-08-17T02:16:01
Java
UTF-8
Java
false
false
698
java
package com.y.component; import com.y.mvp.activity.ASCIIImageActivity; import com.y.mvp.activity.MainActivity; import com.y.mvp.activity.RoleActivity; import com.y.mvp.activity.video.VideoActivity; import com.y.mvp.component.AppComponent; import com.y.mvp.login.LoginActivity; import com.y.mvp.scope.CustomizeScope; im...
[ "574264083@qq.com" ]
574264083@qq.com
b7ad4d88c098044f8f45871d91c91a29f72f1bd1
aea2daaead14133eb55ec99db15e6da6650cd6a6
/src/exo/Exo2.java
ddaa1b66c3759e1103973d54ef1015699347d16c
[]
no_license
fbalitrand/TP0_exo2
94a944bf321eb6677cf6e29ff9e5260e1454f6c0
5d250317887d0185902ff296f230ebdfbdcd1bf7
refs/heads/master
2023-08-17T10:49:21.824643
2021-10-03T15:44:40
2021-10-03T15:44:40
413,120,885
0
0
null
null
null
null
UTF-8
Java
false
false
1,048
java
/* * * Flavie Balitrand * TDC * TP0 * 27/09/21 */ package exo; import java.util.Scanner; /** * * @author Flavie BALITRAND */ public class Exo2 { /** * @param args the command line arguments */ public static void main(String[] args) { //Declaration des...
[ "Flavie BALITRAND@10.18.106.227" ]
Flavie BALITRAND@10.18.106.227
0845a17bdc2e91142e5d7a62f1a0f9b1ab96246e
774b50fe5091754f23ef556c07a4d1aab56efe27
/oag/src/main/java/org/oagis/model/v101/TimeToleranceType.java
e140e0cef56f3162d278dd8251647a54e73f21a6
[]
no_license
otw1248/thirdpartiess
daa297c2f44adb1ffb6530f88eceab6b7f37b109
4cbc4501443d807121656e47014d70277ff30abc
refs/heads/master
2022-12-07T17:10:17.320160
2022-11-28T10:56:19
2022-11-28T10:56:19
33,661,485
0
0
null
null
null
null
UTF-8
Java
false
false
2,712
java
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 // 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: 2015.04....
[ "otw1248@otw1248.com" ]
otw1248@otw1248.com
0798638355911ca9f191f98d88af0c948b9c8db8
f1f72de19c2a5384ed912373387275e136a7a7d8
/src/main/java/com/btson/aoes/security/AppSecurityConfigurer.java
c4481bea0cda69e3ab769cad579385306f802e58
[]
no_license
we-coder/AotuOnlinExamSystem
28c4a384c7cd3f1de183d35e3921d1014a4e8d24
457007a1ff17c86eb38f2ccb7f872ef5585a439e
refs/heads/master
2023-01-06T11:02:26.188468
2020-11-09T01:48:27
2020-11-09T01:48:27
292,815,417
1
0
null
null
null
null
UTF-8
Java
false
false
4,594
java
package com.btson.aoes.security; import com.btson.aoes.service.UserService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.security.authentication.AuthenticationPr...
[ "1799772817@qq.com" ]
1799772817@qq.com
58defd3fe48e2559cc065828131c79eedf7e67a9
e77daf801af7d06e1679ab776dbee3459e3126fe
/Adaptor/src/com/adaptor/SocketClassAdaptorImpl.java
a9285d1c53aaa38f2c7977429760915ca96b8222
[]
no_license
anitatripuraneni/javadesignpatterns
7b178f18b60ac5338d8b62195c89a2fb5b90841f
e4ef37371a29431f5f4e7cd694ec3b06ee673a66
refs/heads/master
2020-12-14T08:52:24.999531
2017-06-27T06:11:12
2017-06-27T06:11:12
95,523,661
0
0
null
null
null
null
UTF-8
Java
false
false
433
java
package com.adaptor; public class SocketClassAdaptorImpl extends Socket implements SocketAdaptor { @Override public Volt get120Volt() { return getVolt(); } @Override public Volt get12Volt() { Volt v = getVolt(); return convertVolt(v, 10); } @Override public Volt get3Volt() { Volt v = getVolt(); re...
[ "chandrika.paturi@gmail.com" ]
chandrika.paturi@gmail.com
d9b3e0cb9b863a3108830c888fbfde65fd00cc9b
9254e7279570ac8ef687c416a79bb472146e9b35
/sofa-20190815/src/main/java/com/aliyun/sofa20190815/models/UpdateAKSNodeDaemonSetRequest.java
b02cf89ba9bf4c4f3192bf1f31d33967d2cc20dc
[ "Apache-2.0" ]
permissive
lquterqtd/alibabacloud-java-sdk
3eaa17276dd28004dae6f87e763e13eb90c30032
3e5dca8c36398469e10cdaaa34c314ae0bb640b4
refs/heads/master
2023-08-12T13:56:26.379027
2021-10-19T07:22:15
2021-10-19T07:22:15
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,071
java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.sofa20190815.models; import com.aliyun.tea.*; public class UpdateAKSNodeDaemonSetRequest extends TeaModel { @NameInMap("Name") public String name; @NameInMap("Namespace") public String namespace; @NameInMap("Nodes") pu...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
827b82afb681c2ecc144d1dc3ec5b39552d6d5f3
afdba4c70e1c19b4f4384e5599da37ad553bae27
/src/test/java/com/ilirus/rolesystem/RolesystemApplicationTests.java
5ebc81f0e6618db5ee4318f2039566a7eb0cca55
[]
no_license
ChaosAlphard/spring-role
0ba8b89ab4207a9ef06811b0eb9d8cb091e23ec4
db44c5dff94ad857d8a60cd097c268fd85c7f123
refs/heads/master
2021-01-06T10:31:34.292933
2020-02-19T11:27:34
2020-02-19T11:27:34
241,296,677
0
0
null
null
null
null
UTF-8
Java
false
false
226
java
package com.ilirus.rolesystem; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class RolesystemApplicationTests { @Test void contextLoads() { } }
[ "Alphard450@outlook.com" ]
Alphard450@outlook.com
8747fe56b2524c2935abddf168a81359f40e2296
33876322d2c529395d15d7769598314ff6881933
/src/data/Location.java
d71e20cba5e4107c5a277bf31dae2144dbc61cfc
[]
no_license
andyWynyard/MVCSQLCRUD
3aa09ed7a1a26b8fb09827ce13080e7c33821c6e
1436006895a4aab3a8d5ac3d6886f5801a8a4f63
refs/heads/master
2021-01-01T18:25:17.255853
2017-07-26T00:39:10
2017-07-26T00:39:10
98,333,047
0
0
null
null
null
null
UTF-8
Java
false
false
1,489
java
package data; public class Location { private int id; private String countryName; private String gps_coords; private int bucketId; public Location(int id, String countryName, String gps_coords) { super(); this.id = id; this.countryName = countryName; this.gps_coords = gps_coords; } public Location...
[ "andrew.wynyard@gmail.com" ]
andrew.wynyard@gmail.com
9225b79ee3018e2a3a3b2e691f226319539871f0
8f788c58426b5edef9ed9d89591a1888c0bebc8c
/src/main/java/com/bwz/study/syslog/LogEventBroadcaster.java
8c6752fb1d608458a7aa5c8314b895b0340caa0f
[]
no_license
nh0823/study
c671556f0fe57b7015a13f76765ddf1c16c57494
8512e13f94fe81a29cd54e2056864bebd33bf034
refs/heads/master
2020-04-11T01:30:32.419765
2018-12-12T01:39:31
2018-12-12T02:00:56
161,417,676
0
0
null
null
null
null
UTF-8
Java
false
false
1,009
java
package com.bwz.study.syslog; import io.netty.bootstrap.Bootstrap; import io.netty.channel.ChannelOption; import io.netty.channel.EventLoopGroup; import io.netty.channel.nio.NioEventLoopGroup; import io.netty.channel.socket.nio.NioDatagramChannel; public class LogEventBroadcaster { public void run(int port) thro...
[ "m18589056995@163.com" ]
m18589056995@163.com
eef5e90014c37a67c290e758de3ef12fa6daf95f
533ff159f125813460432c8d43956788e6da045f
/Zemose/ZemoseRegionAdminFiles/sources/com/bumptech/glide/manager/Lifecycle.java
13ecbd4c26ad59e342b91fa251c5c5ab96aab4f6
[]
no_license
AitoApps/AndroidWorks
7747b084e84b8ad769f4552e8b2691d9cdec3f06
3c6c7d17f085ee3aa714e66f13fec2a4d8663ca3
refs/heads/master
2022-03-14T10:57:59.215113
2019-12-06T17:03:24
2019-12-06T17:03:24
null
0
0
null
null
null
null
UTF-8
Java
false
false
261
java
package com.bumptech.glide.manager; import android.support.annotation.NonNull; public interface Lifecycle { void addListener(@NonNull LifecycleListener lifecycleListener); void removeListener(@NonNull LifecycleListener lifecycleListener); }
[ "me.salmanponnani@gmail.com" ]
me.salmanponnani@gmail.com
9d2362eaed2f120b2923dd11a4064603d6c31ff2
be73270af6be0a811bca4f1710dc6a038e4a8fd2
/crash-reproduction-moho/results/XWIKI-12798-109-11-FEMO-WeightedSum:TestLen:CallDiversity/org/xwiki/velocity/internal/DefaultVelocityEngine_ESTest.java
6e0e6b39d3c4e5f2e6f5b0f4a5ec444cdf6b2d5b
[]
no_license
STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application
cf118b23ecb87a8bf59643e42f7556b521d1f754
3bb39683f9c343b8ec94890a00b8f260d158dfe3
refs/heads/master
2022-07-29T14:44:00.774547
2020-08-10T15:14:49
2020-08-10T15:14:49
285,804,495
0
0
null
null
null
null
UTF-8
Java
false
false
576
java
/* * This file was automatically generated by EvoSuite * Sat Apr 04 20:13:16 UTC 2020 */ package org.xwiki.velocity.internal; import org.junit.Test; import static org.junit.Assert.*; import org.evosuite.runtime.EvoRunner; import org.evosuite.runtime.EvoRunnerParameters; import org.junit.runner.RunWith; @RunWith(E...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
bc5b4a6790222cb2f047270198c25a58398c935e
95e944448000c08dd3d6915abb468767c9f29d3c
/sources/com/google/android/gms/internal/ads/C15848lo.java
35c6bb48bde241e1aeb193b22d05a3a4b8be596e
[]
no_license
xrealm/tiktok-src
261b1faaf7b39d64bb7cb4106dc1a35963bd6868
90f305b5f981d39cfb313d75ab231326c9fca597
refs/heads/master
2022-11-12T06:43:07.401661
2020-07-04T20:21:12
2020-07-04T20:21:12
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,707
java
package com.google.android.gms.internal.ads; import android.net.Uri; import com.google.android.gms.common.util.C15334q; import java.util.ArrayList; import java.util.HashMap; import java.util.Iterator; import java.util.Map; import java.util.concurrent.CopyOnWriteArrayList; @C6505uv /* renamed from: com.google.android....
[ "65450641+Xyzdesk@users.noreply.github.com" ]
65450641+Xyzdesk@users.noreply.github.com
c92e0a5ff8c29fb7cff7f4ec339e4e39c150cbdf
37ff7404e19a46a57ed0de8b02fb8bd2f7700b2e
/example-spring-java/src/test/java/com/peak/spel/SpElJavaTest.java
80f0c3f87ff5569bade82947761c832d2473034d
[]
no_license
gaofeng0527/example
4cee6565c06e65e4ae82cb7e51bd9083c7148cd2
11de5aa934a41264e1121c1d4f1a01b32392a446
refs/heads/master
2020-04-11T15:27:46.604917
2019-05-24T05:31:44
2019-05-24T05:31:44
139,731,121
0
0
null
null
null
null
UTF-8
Java
false
false
726
java
package com.peak.spel; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.test.context.ContextConfiguration; import org.springframework.test.context.junit4.SpringJUnit4ClassRunner; @RunWith(SpringJUnit4ClassRunner.class) @C...
[ "gaofeng0527@163.com" ]
gaofeng0527@163.com
50e2799c6475501f61a00236482fb24ac83a404c
68e8c0a2fbfe5cbcb53be1e7664ca356bdb086b5
/biz.aQute.bndlib/src/aQute/bnd/osgi/ClassDataCollectorRecorder.java
6bf4747365b9bbe323f9662f250e8ba65052feae
[ "Apache-2.0" ]
permissive
ScienceCityJena/bnd
7fea2e4794d5c69eb14f247ec96e8084cfb1d898
7ed389319e22a41fd1d07f77b68e995c3ba12104
refs/heads/master
2020-03-23T19:46:27.900795
2018-10-09T16:41:42
2018-10-09T16:41:42
142,001,568
0
0
Apache-2.0
2018-08-15T07:28:47
2018-07-23T10:52:42
Java
UTF-8
Java
false
false
3,900
java
package aQute.bnd.osgi; import java.util.ArrayList; import java.util.List; import org.osgi.util.function.Consumer; import aQute.bnd.osgi.Clazz.MethodParameter; import aQute.bnd.osgi.Descriptors.TypeRef; class ClassDataCollectorRecorder extends ClassDataCollector { private final List<Consumer<ClassDataCollector>> a...
[ "bj@bjhargrave.com" ]
bj@bjhargrave.com
06710680b0cb05a026b2d9b66de27c9fbe834f39
67155149d575882b0d1b0aa62417fe4e16fd779a
/jte-maven-plugin/src/main/java/gg/jte/maven/GeneratorMojo.java
28670b48d04547685126897680cd15a1486c9485
[ "Apache-2.0" ]
permissive
mitchdennett/jte
78f769e9c7441b4d20f58ad4f0b6aecf4c1e909f
3b9fc65930d9071e2e56ef5522eda1dd9134da6d
refs/heads/master
2022-12-18T16:55:13.321202
2020-09-14T05:52:26
2020-09-14T05:52:26
295,399,029
0
0
null
2020-09-14T11:47:18
2020-09-14T11:47:17
null
UTF-8
Java
false
false
2,321
java
package gg.jte.maven; import gg.jte.ContentType; import gg.jte.TemplateEngine; import gg.jte.resolve.DirectoryCodeResolver; import org.apache.maven.plugin.AbstractMojo; import org.apache.maven.plugins.annotations.Mojo; import org.apache.maven.plugins.annotations.Parameter; import org.apache.maven.project.MavenProject;...
[ "andy@mazebert.com" ]
andy@mazebert.com
17c4c9d8f2726de0b18e04a329066022e35983fb
2d2a6f4a6ad98b771ddad622d05e6a807f0479cf
/src/main/java/com/gypsyengineer/tlsbunny/tls13/test/openssl/client/DoubleClientHello.java
b9246cd9ab23c5014858d58dcc86796a32ea5308
[ "Apache-2.0" ]
permissive
Tony-Nevermore/tlsbunny
6e7a10b7307b3f8e1bd524781a5f69b83f2923b3
3d601ff0c5fb84fa08a169442fa62b44dd59715b
refs/heads/master
2020-03-19T09:32:41.869097
2018-06-03T08:58:38
2018-06-03T08:58:38
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,079
java
package com.gypsyengineer.tlsbunny.tls13.test.openssl.client; import com.gypsyengineer.tlsbunny.tls13.connection.*; import com.gypsyengineer.tlsbunny.tls13.connection.action.composite.*; import com.gypsyengineer.tlsbunny.tls13.test.SystemPropertiesConfig; public class DoubleClientHello { public static void main(...
[ "artem.smotrakov@gmail.com" ]
artem.smotrakov@gmail.com
4b984875fba4ab0f3682f723183c50278f983da7
9d8a38464c6726c58aefb6da20b415dfa546cfdf
/src/main/java/design/principle/dependence_inversion/Hum.java
ac4446b704bb7bc055124c21301c58a4f92ed189
[]
no_license
humwawe/design-pattern
124b2b4d3667957f5fc80709358dfbe3c8327e87
e80b840ec3ddbc5f7cf91ae50987f94dc56b4355
refs/heads/master
2020-04-09T13:26:41.417348
2018-12-23T14:15:28
2018-12-23T14:15:28
160,372,349
0
0
null
null
null
null
UTF-8
Java
false
false
268
java
package design.principle.dependence_inversion; /** * @author hum */ public class Hum { public void setCourse(Course course) { this.course = course; } private Course course; public void studyCourse() { course.studyCourse(); } }
[ "wawe8963098@163.com" ]
wawe8963098@163.com
022bf91f350b5fd8bee66df7324aac0871ab8ad9
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/27/27_7414aa85d5fc52362533a24e4d063beaa5e4c754/DeviceFileRestServlet/27_7414aa85d5fc52362533a24e4d063beaa5e4c754_DeviceFileRestServlet_t.java
8879e660676d89514ae9522dacf6ac3f73b42821
[]
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
4,110
java
/* * Copyright (C) 2010-2012 Stichting Akvo (Akvo Foundation) * * This file is part of Akvo FLOW. * * Akvo FLOW is free software: you can redistribute it and modify it under the terms of * the GNU Affero General Public License (AGPL) as published by the Free Software Foundation, * either version 3 o...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
566c565ff5d44f12f0bddf8d5439221b73d94b75
e297a12b17b94e4143cf33acb92ac42f0beff4db
/src/UnicodeContent.java
538ba47ac72aa238b23d6f3b19d0d1040bc9f164
[]
no_license
dwaynewade0033/quiz
b6dbef8696acfe1b7b5b03e7df8dc179bde07c14
58dba0685f1d1ca16d915687c644b781fa58557f
refs/heads/master
2021-05-08T22:35:50.705769
2018-02-11T16:03:57
2018-02-11T16:03:57
119,680,717
0
0
null
2018-01-31T11:52:33
2018-01-31T11:52:33
null
UTF-8
Java
false
false
651
java
import java.io.*; import java.nio.file.Files; import java.nio.file.Paths; public class UnicodeContent implements Content { private final File file; public UnicodeContent(final File file) { this.file= file; } @Override public String toString() { try { return new String(...
[ "dwaynewade0033@gmail.com" ]
dwaynewade0033@gmail.com
25eefb5cacb80f26cd03e8fd29c1488634513db6
ef2defbb5a523d114c32b4824ef29e81334b1604
/src/main/java/cn/liuyiyou/java/lang/Something.java
d85b4793b29f240309aca4ffe5950323d2a62dbb
[]
no_license
liuyiyou/cn.liuyiyou.java
daf5c37cadf88596d07f7eb13a9a44c5dce9d813
48c71965fb407b201e46c6ff137dc537e34be4c8
refs/heads/master
2022-12-22T06:54:38.492277
2020-05-13T10:11:15
2020-05-13T10:11:15
110,930,489
0
0
null
2022-12-16T04:30:38
2017-11-16T06:07:11
Java
UTF-8
Java
false
false
407
java
/** * 所属项目:cn.liuyiyou.java * 文件名称:cn.liuyiyou.java.language.Something.java * 日期: 2017年8月9日下午7:17:24 * Copyright (c) 2017, liuyiyou.cn All Rights Reserved. * */ package cn.liuyiyou.java.lang; /** * @author liuyiyou.cn * @date 2017年8月9日 下午7:17:24 * @version */ public class Something { public int addOne(...
[ "liuyiyou@daojia.com" ]
liuyiyou@daojia.com
188798a051e95c0d670d0e3ef915bda60ad3c0ed
e12af772256dccc4f44224f68b7a3124673d9ced
/jitsi/src/net/java/sip/communicator/impl/neomedia/codec/video/ImageScaler.java
4850460b69b106bd24dece4e1458dc547c00f99f
[]
no_license
leshikus/dataved
bc2f17d9d5304b3d7c82ccb0f0f58c7abcd25b2a
6c43ab61acd08a25b21ed70432cd0294a5db2360
refs/heads/master
2021-01-22T02:33:58.915867
2016-11-03T08:35:22
2016-11-03T08:35:22
32,135,163
2
1
null
null
null
null
UTF-8
Java
false
false
8,359
java
/* * Jitsi, the OpenSource Java VoIP and Instant Messaging client. * * Distributable under LGPL license. * See terms of license at gnu.org. */ package net.java.sip.communicator.impl.neomedia.codec.video; import java.awt.*; import java.awt.image.*; import javax.media.Buffer; import javax.media.Codec; import javax...
[ "alexei.fedotov@917aa43a-1baf-11df-844d-27937797d2d2" ]
alexei.fedotov@917aa43a-1baf-11df-844d-27937797d2d2
ca3580b880dfde96a663254537598190caaefd06
ef185a5f5898fa23f580df4c7aa4079d70f0e490
/app/src/main/java/ua/hey/hey/SocketConnection.java
7f3f937304a0cb02a4634caf51e40a2f901e26fc
[]
no_license
Ramiel2009/Hey
944b081afcb33d6f5bc0ff4197f3f264b96ac465
a0ae1ac29d9597a3cb5cad609dfcfc1f0a6a9351
refs/heads/master
2016-08-12T14:22:23.863878
2016-02-11T20:11:44
2016-02-11T20:11:44
46,302,827
0
0
null
null
null
null
UTF-8
Java
false
false
4,165
java
package ua.hey.hey; import android.content.Context; import android.os.AsyncTask; import java.io.IOException; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import java.net.Socket; /** * Created by mmaloshtan2 on 26.01.2016. */ public class SocketConnection extends AsyncTask<Void, Void, Void> ...
[ "ramiel2009@gmail.com" ]
ramiel2009@gmail.com
719c853abb70628a4180d3af5ff2b50cb9af6eae
17ced39c5c959582cbf1059c95f3c099f8a6abce
/data-structure/src/main/java/com/liyc/algs/pata/A1034.java
7c6efda1356cb7692db20057f3a840d80d8a8a0d
[ "MIT" ]
permissive
YuchangLi/algs
642c770e808d1dfe964ee11de7cd0ac3bbfadd15
ce9502974c13d79a833afd874e028888aee98804
refs/heads/master
2021-07-14T14:20:03.272492
2019-10-23T04:13:05
2019-10-23T04:13:05
215,472,123
0
0
MIT
2020-10-13T16:46:01
2019-10-16T06:20:52
Java
UTF-8
Java
false
false
3,031
java
package com.liyc.algs.pata; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.*; /** * 构建Map<index, name>, 构建图g[name1][name2] * DFS遍历图,找出所有联通子图,然后子图的边权总和。 */ public class A1034 { // 图 private static int[][] g; // 顶点是否已访问过 private static int[] v; // 顶...
[ "liyuchang@ruubypay.com" ]
liyuchang@ruubypay.com
5cc52e89b651ccf2fc366237ee5e744ba77bff95
c908edeca98cb3ff20a25ff9d8afd4b090b063fd
/src/main/java/com/demo/spring/data/repository/EmployeeRepository.java
33df86fdfe1b2d0502aaff4902dd0126c0eae365
[]
no_license
suryat789/SpringDataDemo
ec0079efbb1d2f59dbac67849693e0feb9aaa772
10ae2cd902ba91bd5a44f3044097dc8f2909874c
refs/heads/master
2021-01-25T07:39:43.007513
2015-03-31T14:19:17
2015-03-31T14:19:17
33,189,430
0
0
null
null
null
null
UTF-8
Java
false
false
446
java
package com.demo.spring.data.repository; import org.springframework.data.repository.CrudRepository; import org.springframework.stereotype.Repository; import com.demo.spring.data.entities.Address; import com.demo.spring.data.entities.Employee; @Repository public interface EmployeeRepository extends CrudRepository<Emp...
[ "suryat789@gmail.com" ]
suryat789@gmail.com
181ddff919ad48aef9455bf7bac798f364e81c2c
4327ba5d6c7bb63a81a61cece2632fd91eee5548
/src/ancloud-ui/src/main/java/org/ancloud/presentation/modules/navigation/NavigationLinkController.java
e35e63cbf4ed8f52e9ae642f152ff9bd57fb510d
[]
no_license
njmube/ancloud
13d593398a7e862ae907f394509cf6865b99d8e4
82d0849671cef55a0eb613d5307df39e09b1492d
refs/heads/master
2021-08-22T15:49:26.844350
2017-11-30T15:12:56
2017-11-30T15:12:56
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,691
java
package org.ancloud.presentation.modules.navigation; import java.util.Locale; import javax.inject.Inject; import javax.validation.Valid; import org.ancloud.domain.NavigationLink; import org.ancloud.domain.Project; import org.ancloud.domain.constant.SessionConstant; import org.ancloud.fw.core.service.SessionService; ...
[ "tamanle23@gmail.com" ]
tamanle23@gmail.com
76a091dad9a9aa0a7698fffc51f4a25c32d7d98d
d370b0fdd1f531a81818751bc5dc44d86ae603a0
/flexodesktop/model/flexofoundation/src/main/java/org/openflexo/foundation/dm/JDKRepository.java
75ffb64a0c47028db2b8e262f327e619f6cb6c94
[]
no_license
bluepimento/openflexo
0e06db9817e9eb21f3302da3b705f4c4aed5678c
b586b75362ffa4cd11c10397e0c343795ba1dd94
refs/heads/master
2020-12-24T10:53:49.783246
2012-03-02T08:24:06
2012-03-02T08:24:06
2,553,912
0
0
null
null
null
null
UTF-8
Java
false
false
5,841
java
/* * (c) Copyright 2010-2011 AgileBirds * * This file is part of OpenFlexo. * * OpenFlexo 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 3 of the License, or * (at your option) any late...
[ "guillaume.polet@gmail.com" ]
guillaume.polet@gmail.com
a3b01c3578f55ad32295eeb7a92f0b6cdd6b45fb
91cd9fbc1d7cc486f43dcb863519abde880dabf2
/students/net1814080903107/component/MyFoodLinearLayout.java
6980b7c8fc5484d9d1e8ceda348f8caded04f9ba
[]
no_license
15218047860/android-labs-2020
701656f4c433d571616d72878c5c3d076a49c356
aa87cc7905faacd8b1925fada747b45211b390e5
refs/heads/master
2023-01-29T15:16:59.050147
2020-12-15T12:19:22
2020-12-15T12:19:22
297,191,075
0
0
null
2020-09-21T00:43:09
2020-09-21T00:43:08
null
UTF-8
Java
false
false
6,243
java
package com.example.thefirst.component; import android.content.Context; import android.graphics.Bitmap; import android.os.Build; import android.util.AttributeSet; import android.view.View; import android.view.ViewGroup; import android.widget.Button; import android.widget.ImageView; import android.widget.LinearLayout; ...
[ "2814757819@qq.com" ]
2814757819@qq.com
d644540d280d3dabf5c3dc78b704b14551d72123
52821e9c5d83d0805b76bb741e8e4276d7800ff6
/src/benl/student/androidjournal/StrokeView.java
851785dc990d2d5b79fb519ce0b779461657bb25
[]
no_license
ayroblu/AndroidJournal
7430b702fd4482d977abcd71fc6c11e7f2b755fa
0b7deda2c608b52ecc6989bdaeb672d05a017eed
refs/heads/master
2021-01-12T13:30:33.352220
2016-10-04T11:47:03
2016-10-04T11:47:03
69,959,888
0
1
null
null
null
null
UTF-8
Java
false
false
1,104
java
package benl.student.androidjournal; import android.content.Context; import android.graphics.Canvas; import android.graphics.Paint; import android.graphics.Paint.Style; import android.view.View; public class StrokeView extends View { private static final int DEFAULT_COLOUR = 0xFF000000; private static fin...
[ "ben@ben-l.com" ]
ben@ben-l.com
fc9d699d2b9ac61033c8afb67d48e47da9e62438
4e4b10e17b3e57772a7faeb321d7580f4f9e7be7
/src/InheritanceExample/Employee.java
093e9fba669ad355e86ee80e667a2b6e598886a2
[]
no_license
binupgtm/evening-javaclass
3e551a42927ac7b2ba7a1ec443e0b0fd2564745a
2abb606d620acb09b1906d46ebbdea04db9ba4c5
refs/heads/master
2021-01-03T17:20:01.112344
2020-03-16T23:15:32
2020-03-16T23:15:32
240,165,970
0
0
null
null
null
null
UTF-8
Java
false
false
298
java
package InheritanceExample; class Employee { float salary=40000; } class Programmer extends Employee{ int bonus=10000; public static void main(String[]args) { Programmer p=new Programmer(); System.out.println("Programmer salary is:"+p.salary+"bonus of programmer is:"+p.bonus); } }
[ "binupgtm@gmail.com" ]
binupgtm@gmail.com
a9e6bf51a6d98febfef89ebeaca66b89c47d2f73
374f5d1e8831550a9496b2162a1365b42a8baaf8
/Tangerine_App/app/src/main/java/com/aryagami/tangerine/activities/ResellerChangePasswordActivity.java
2af705dd4f2a5a8218b95dbc1e446239086c6035
[]
no_license
surekhakoliebill/tangerine_fab_13march
3c4d33584bf531d53cc72f11165236f4da8a2fc3
82b786a51525a2bb869d5b45e3da4107d9e9684d
refs/heads/master
2021-03-18T22:22:34.873647
2020-05-15T20:18:28
2020-05-15T20:18:28
247,105,103
0
0
null
null
null
null
UTF-8
Java
false
false
9,533
java
package com.aryagami.tangerine.activities; import android.app.Activity; import android.app.AlertDialog; import android.app.ProgressDialog; import android.content.DialogInterface; import android.content.Intent; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.design.widget.Te...
[ "surekha.koli16@gmail.com" ]
surekha.koli16@gmail.com
2ac8d837cd42f76ff66d4fcfe24e747fc28b2a48
ce2dd90be609baad6656177e3a59ce69f1d150bd
/mediachooser/src/main/java/com/learnncode/mediachooser/fragment/ImageFragment.java
347d3a3558c55df072e48ba35aaa7a126a78837c
[]
no_license
woshiwzy/joker
cac3c0ee47817db2f9785356e598a3288524b62f
ad1282fc027d9083cf21e55ed9f95b86e6cc21f5
refs/heads/master
2021-04-12T07:50:33.653812
2017-06-23T08:29:17
2017-06-23T08:29:17
94,511,534
0
0
null
null
null
null
UTF-8
Java
false
false
7,865
java
package com.learnncode.mediachooser.fragment; import android.app.Activity; import android.content.Intent; import android.database.Cursor; import android.net.Uri; import android.os.Bundle; import android.provider.MediaStore; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.vi...
[ "wzyfly@sina.com" ]
wzyfly@sina.com
6e1253a198d17aa7778800685d75537cb577edd1
e15dada2485a1cc8927de31a2bee7bd0e8f81319
/src/main/java/com/financing/service/ProjectUpdateService.java
6f29a86070c51fdbf8dc04f73f590fc596da6b82
[]
no_license
lizexu122/zhongchou
f337953adb97832a09c6543587c4d78d8a076058
0ed288c5dacb010ee16ea886b22257c4149e1ef9
refs/heads/master
2020-04-06T19:11:26.072038
2019-05-13T15:19:47
2019-05-13T15:19:47
157,729,134
0
0
null
null
null
null
UTF-8
Java
false
false
277
java
package com.financing.service; import com.financing.entity.Project; import com.financing.entity.ProjectUpdate; import java.util.List; public interface ProjectUpdateService { void addUpdate(ProjectUpdate update); List<ProjectUpdate> getUpdateList(Project project); }
[ "2694294196@qq.com" ]
2694294196@qq.com
4cac4b770b79641b320a00868aeebcfb3549c08c
09a1cf766a0f2877de2076d62479ffb8fb9e54e3
/MusicBuzzer/src/DurationValue.java
3ef5dd14e4ab33823d8669f8e6f2491fb399ecc2
[]
no_license
telis93/MusicBuzzer
6aba4fa30dc9a52d66ef961021b02c88e592bb25
782d3b6961a27b4a404f2f3d57d1045c06588a5a
refs/heads/master
2020-05-31T17:58:06.608284
2014-01-27T20:12:43
2014-01-27T20:12:43
15,005,061
0
0
null
2016-12-18T00:41:46
2013-12-07T12:12:46
Java
UTF-8
Java
false
false
105
java
public enum DurationValue { WHOLE, HALF, QUARTER, EIGHTTH, SIXTEENTH, THIRTYSECOND, SIXTYFOURTH }
[ "dossas07@hotmail.com" ]
dossas07@hotmail.com
8bf55085146ef5e17572a539abe7cf215b78abcd
c808e0c6b81104a62c9d08dba2dccd9ca9a5afe0
/Polymorphism/Lab/shapes/Circle.java
f208101a691c3bac89ab04b472b76eff49cd4178
[]
no_license
HristoNakov13/SoftUni-Java-OOP
83470e7ed54e9c9748353eb3bb8387b37f9b6c66
6a12b78858effe8332ea61388d042e60de757453
refs/heads/master
2021-07-05T12:57:46.877012
2019-08-12T20:45:14
2019-08-12T20:45:14
194,120,536
0
1
null
2020-10-13T14:35:51
2019-06-27T15:30:47
Java
UTF-8
Java
false
false
436
java
package shapes; public class Circle extends Shape { private Double radius; public Circle(Double radius) { this.radius = radius; } public final Double getRadius() { return radius; } @Override double calculatePerimeter() { return 2 * Math.PI * this.getRadius(); ...
[ "admiralbiat" ]
admiralbiat
1d15f68c163198c052b608720fbd604903581832
b405a6f7a3358c9008f7a7b30046201647de988d
/Branches/Edexer/Technical/Code/edexer/src/main/java/com/edexer/model/BcPermissions.java
cc749745d5523fc1941f89ba74e221fdb2fe385a
[]
no_license
edexcompany/edexer
1b9fb02ec4839406ff7c9f448986785b0a873ab7
74621fd172d52948c1878a2c299e941f2bfea0e8
refs/heads/master
2016-09-06T13:12:31.104932
2015-06-04T22:25:00
2015-06-04T22:25:00
35,110,101
0
0
null
null
null
null
UTF-8
Java
false
false
1,973
java
package com.edexer.model; // Generated May 24, 2015 10:17:18 AM by Hibernate Tools 3.6.0 import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.GeneratedValue; import static javax.persistence.GenerationType.IDENTITY; import javax.persistence.Id; ...
[ "y.radwan@edex.co" ]
y.radwan@edex.co
0457adbf82cd4b558c943da8062a2e903231380b
8b9e9de996cedd31561c14238fe655c202692c39
/tree/leetcode_Flatten_Binary_Tree_to_Linked_List.java
4a9454e03b069516effeebf38cbe93ec88bffa01
[]
no_license
monkeylyf/interviewjam
0049bc1d79e6ae88ca6d746b05d07b9e65bc9983
33c623f226981942780751554f0593f2c71cf458
refs/heads/master
2021-07-20T18:25:37.537856
2021-02-19T03:26:16
2021-02-19T03:26:16
6,741,986
59
31
null
null
null
null
UTF-8
Java
false
false
2,589
java
/*Flatten_Binary_Tree_to_Linked_List Given a binary tree, flatten it to a linked list in-place. For example, Given 1 / \ 2 5 / \ \ 3 4 6 The flattened tree should look like: 1 \ 2 \ 3 \ 4 \ 5 \ ...
[ "laituan1986@gmail.com" ]
laituan1986@gmail.com
d33226971571357ffcec3a90fcff956cc1cef4f5
0f3e4966b41264638dca454c62ab041d56eb7a11
/src/main/java/com/bios/app/controller/ClienteController.java
7ddd387a902ad9fd35f87733c2ac20836eb8da2a
[]
no_license
fabiolopes/cliente-service
500684b83df794b4e4284928b5aee4a5c013f0ba
ac635782360841bf2b6b83d2d5c23ff4d850c88f
refs/heads/master
2022-04-22T11:05:20.003781
2020-04-19T14:51:41
2020-04-19T14:51:41
257,025,702
0
0
null
null
null
null
UTF-8
Java
false
false
2,024
java
package com.bios.app.controller; import static com.bios.app.repository.ClienteRepository.*; import java.time.LocalDateTime; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annotation.CrossOrigin; import org.springframework.web.bind.annotation.GetMapping; import org.springframework...
[ "fabiolopesbione@hotmail.com" ]
fabiolopesbione@hotmail.com
ea2b87123bc69b489be1a638591f167ff03f2e40
5107b2af627a7b869c335b2408f8a01242c8a147
/nkdonate-module-nap1s/src/main/java/me/kazoku/donate/module/topup/thecaofast/Nap1sModule.java
e4c13bac63f6b78468fe96ae2a54b47f11def780
[ "MIT" ]
permissive
K4zoku/nkdonate-project
f3fe21791149a509c90469f00ad93ed14597c096
98981fb77ed629f083674e4440ec8522cf249f42
refs/heads/master
2023-03-30T19:11:50.498996
2021-03-30T04:57:49
2021-03-30T04:57:49
321,001,982
1
0
null
null
null
null
UTF-8
Java
false
false
4,495
java
package me.kazoku.donate.module.topup.thecaofast; import com.google.gson.JsonObject; import me.kazoku.artxe.converter.time.prototype.TickConverter; import me.kazoku.donate.NKDonatePlugin; import me.kazoku.donate.external.api.NKDonateAPI; import me.kazoku.donate.internal.handler.RewardsProfile; import me.kazoku.donate....
[ "takahatashunvn@gmail.com" ]
takahatashunvn@gmail.com
064cf27294196969fe9750665ec3b4de138b2edb
5a8e3ffdd42c5a4208435668a61f3fee5df5badf
/LevdeoWMSWebService/src/main/java/com/tre/jdevtemplateboot/service/impl/SysRoleFunctionServiceImpl.java
4d322ed96ab48047afb783015011aa2f9029294e
[]
no_license
P79N6A/LevdeoWMS
5a73c0753db1130fd1954d74730ea756778d1c5b
c1850e7d40448a5e2c6104497636d27ec1775cb6
refs/heads/master
2020-05-14T13:09:38.907116
2019-04-17T02:53:22
2019-04-17T02:53:22
null
0
0
null
null
null
null
UTF-8
Java
false
false
581
java
package com.tre.jdevtemplateboot.service.impl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.tre.jdevtemplateboot.domain.po.SysRoleFunction; import com.tre.jdevtemplateboot.mapper.SysRoleFunctionMapper; import com.tre.jdevtemplateboot.service.ISysRoleFunctionService; import org.springf...
[ "ttkk1024@qq.com" ]
ttkk1024@qq.com
627d67e00e72860506f9f0a7c4b3dc24df90d572
e8aed3abd7818db589ab8026b22d65c795774a4f
/src/main/java/com/d_project/xprint/io/XRawWriter.java
aabf42057b13dc8a01539be87d82653970c3bb2d
[]
no_license
kazuhikoarase/xprint
c8899057b23d98b69be80cae683b2dbc53634f51
3b271586b8dc6e34e0d3541ea243f30e58b352dc
refs/heads/master
2023-09-05T21:56:57.678936
2022-01-21T00:13:44
2022-01-21T00:13:44
32,196,358
0
0
null
null
null
null
UTF-8
Java
false
false
1,489
java
package com.d_project.xprint.io; import java.awt.print.PrinterException; import java.io.DataOutputStream; import java.io.IOException; import java.io.OutputStream; import java.util.zip.DeflaterOutputStream; import com.d_project.xprint.core.AttributeKeys; /** * XRawWriter * @author Kazuhiko Arase */ p...
[ "kazuhiko.arase@gmail.com" ]
kazuhiko.arase@gmail.com
0200e11a42de4a52c0c8eecda59ea23e200115cb
ecb1a90d482da5cb8ddfea673cc370e7e1aee120
/solid principles/DIExample.java
390b0e3cf3b016a86e0eaa6623bfa7063cff14ea
[]
no_license
psahni/TAA
6bba3a84b888f3b6eb21aa84d26518da0ab2c556
b8f7fae51c7e4f1a18b3142b333f728de8303677
refs/heads/master
2020-12-21T14:54:28.061263
2020-04-06T12:18:03
2020-04-06T12:18:03
236,465,753
0
0
null
null
null
null
UTF-8
Java
false
false
2,137
java
public interface Switch { boolean isOn(); void press(); } public interface Switchable { void turnOn(); void turnOff(); } //package guru.springframework.blog.dependencyinversionprinciple.highlevel; public class ElectricPowerSwitch implements Switch { public Switchable client; public boole...
[ "sahni.prashantkumar.externe@prosodie.com" ]
sahni.prashantkumar.externe@prosodie.com
b6a577aae70a43828a6b795f41c5fe847a3117df
7dfda9db0b5eca9091c84e3cf4a0497858cac1cb
/src/mapred/org/apache/hadoop/mapred/Merger.java
986b3c4ce9df75472d696f4dc2d1074c34b42c0d
[ "LicenseRef-scancode-unknown", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
smiley0907/purnacache
bc7364a9fa292f7606671cb494c3896d74156c13
0370c725d061a7fb460f7088b3cf4c8c47916d3b
refs/heads/master
2020-03-25T19:31:13.053441
2020-02-07T00:56:27
2020-02-07T00:56:27
144,087,062
0
0
Apache-2.0
2018-08-09T01:40:37
2018-08-09T01:40:37
null
UTF-8
Java
false
false
18,042
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...
[ "raghavendra.pra.yelisetty@hpe.com" ]
raghavendra.pra.yelisetty@hpe.com
f6590f7cc41cfcf5b4b79e812f2f507ffc3dae2c
ba03cce2589ed64d228053a65442b9fcf2de45ee
/app/src/main/java/com/project/palande/thefitness/ScrollingAbsActivity.java
b6ef6459a619c05947f1059bd0ffc8a035b02472
[ "Apache-2.0" ]
permissive
r4zorgeek/FitnessApp
0fa2d8c483cc447341238c6515032a9d3a9eaa16
4a4893a06ba780c1f5fec80deb80217acd081223
refs/heads/master
2020-08-13T01:59:01.267570
2019-10-13T20:08:39
2019-10-13T20:08:39
214,886,160
0
0
null
null
null
null
UTF-8
Java
false
false
1,096
java
package com.project.palande.thefitness; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.support.design.widget.CollapsingToolbarLayout; import android.support.design.widget.FloatingActionButton; import android.support.design.widget.Snackbar; import android.support...
[ "abhishekmane747@gmail.com" ]
abhishekmane747@gmail.com
5afee7370ebcc198d30e79369a742e43d2744527
a77bb153ce5c0bae240b263a93aed3dd84540f90
/rocketmq-service/src/test/java/com/xiao/service/transaction/TxProducerTest.java
a48e0840bde7d67c129b701a451a126088f9c295
[]
no_license
yixiaotian99/rocketmq-springboot
b8cb184cbd5946b24934bc5214e977635b75e513
2ec093e265f15be3a06463b42a897b600d4b234a
refs/heads/master
2022-12-28T08:12:12.843702
2020-06-22T13:10:33
2020-06-22T13:10:33
274,066,265
0
0
null
2020-10-13T22:58:37
2020-06-22T07:14:33
Java
UTF-8
Java
false
false
600
java
package com.xiao.service.transaction; import cn.hutool.core.thread.ThreadUtil; import org.junit.jupiter.api.Test; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.SpringBootTest; /** * @Author sunjinwei * @Date 2020-06-22 21:00 * @Description TODO **/ @Sp...
[ "" ]
60028239ea61cecf2602121e5c093b87fdc425c1
f8974893c411540cce18b517a55f63aae6f22877
/app/src/main/java/com/sweetoranges/abc/unsunged/Classes/PlayListViewHolder.java
1bbf8135844013822652a5d060440b3b6d614113
[]
no_license
rush44447/Unsunged
065b58ef20694cfaf5e4af532f463e69a186b07e
87ea66df640d5f7bb88c976a444cf3d202c61987
refs/heads/master
2020-05-03T13:20:16.685612
2019-07-30T09:48:53
2019-07-30T09:48:53
178,650,375
0
0
null
null
null
null
UTF-8
Java
false
false
442
java
package com.sweetoranges.abc.unsunged.Classes; import android.view.View; import android.widget.ImageView; import androidx.recyclerview.widget.RecyclerView; import com.sweetoranges.abc.unsunged.R; public class PlayListViewHolder extends RecyclerView.ViewHolder { ImageView image; public PlayListViewHolder(Vi...
[ "rushabh.insomniacs@gmail.com" ]
rushabh.insomniacs@gmail.com
3b64a5291ef36debc6dd3283df1a522db3de6516
96285aaa7de79cc53b41c2157e639e91aabd3a24
/src/String/Reverse_Words_in_a_String_III/Solution.java
a9fd88d242e781f0808d5cc30f1f937a719f587e
[]
no_license
jzhzj/leetcode
da1b14295e3976daf706b5a0f18ca718e9273f83
ccfcfb839f079109c3457ff1ce1d2a16f0e27f3d
refs/heads/master
2020-03-19T10:59:29.377688
2018-08-07T06:20:58
2018-08-07T06:20:58
136,417,446
0
0
null
null
null
null
UTF-8
Java
false
false
1,086
java
package String.Reverse_Words_in_a_String_III; /** * Given a string, you need to reverse the order of characters in each word within a sentence while still preserving whitespace and initial word order. * <p> * Example 1: * Input: "Let's take LeetCode contest" * Output: "s'teL ekat edoCteeL tsetnoc" * Note: In the...
[ "35633477+jzhzj@users.noreply.github.com" ]
35633477+jzhzj@users.noreply.github.com
2f1a4a1fbc87c8bd7365c0fa829f17635a9743ab
9b3bc87b5c5f5fd7536ecc58e507a81d550bc6ac
/src/main/java/com/bigbird/netty/httpdemo1/HttpServer1.java
ae697b0cd9b46d0345adc8cb1e43cc17a7e9a202
[]
no_license
bigbirditedu/nettylearn
b425d07682aeef66953b0d06da90bd939f2168e2
772806b045fb744091ae007bd49fb0c333ff8aee
refs/heads/master
2023-06-18T01:58:39.306336
2021-07-16T09:23:28
2021-07-16T09:23:28
385,621,312
2
1
null
null
null
null
UTF-8
Java
false
false
2,144
java
package com.bigbird.netty.httpdemo1; import io.netty.bootstrap.ServerBootstrap; import io.netty.channel.ChannelInitializer; import io.netty.channel.ChannelOption; import io.netty.channel.EventLoopGroup; import io.netty.channel.nio.NioEventLoopGroup; import io.netty.channel.socket.SocketChannel; import io.netty.channel...
[ "zpcandzhj@163.com" ]
zpcandzhj@163.com
70b9cc2687bc86b3d3a7b129774c350d74ae53af
146bffaa4a056f6a7f02019917a65ac96eda83a5
/src/org/dynami/ta/volatility/Atr.java
4331414117fa870d8368101a8ac64a31da2b8e82
[]
no_license
Dynami/Dynami-TA
b5fc291a53d8a10125718f840c1b88c948131cb7
a777a38a5a07d3e2c5335f38276573a1299f1b43
refs/heads/master
2023-05-29T07:34:00.742934
2023-05-14T14:58:49
2023-05-14T14:58:49
42,601,943
0
0
null
null
null
null
UTF-8
Java
false
false
3,172
java
/* * Copyright 2023 Alessandro Atria - a.atria@gmail.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 by ...
[ "a.atria@gmail.com" ]
a.atria@gmail.com
e7b9e9134b63b1060b8b35729e356e7b18191a07
6af2ba478c7a1ca2e68f75e385a0d9b1ff56cdc6
/Day35_JDBC/src/com/tcwgq/demo3/SQLInjection.java
182aa5d10811b5be673ba889a9ecbb6c5f288b2b
[]
no_license
tcwgq/learn-java-base
20f2a8c895cf8719730beada81b069d857a4ac37
e483ba3cbe6353dc1e16fded257eecf59321331e
refs/heads/master
2022-01-10T07:57:49.167924
2019-06-16T01:36:59
2019-06-16T01:36:59
104,757,290
0
0
null
null
null
null
UTF-8
Java
false
false
900
java
package com.tcwgq.demo3; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; public class SQLInjection { public static void main(String[] args) throws SQLException { retrieve("张三");// 正常查询 retrieve("'or 1 or'");// SQL注入 } private static void ...
[ "tcwgq@outlook.com" ]
tcwgq@outlook.com
511d312763c3d439eedd1a1c9348a256e0c8299e
63ab1f6373b80ad833490683584a80d00c29278d
/core/manager/manager/HostInformation.java
e0d1b92d88dbc6e39b69185f5de63c26da6dc531
[]
no_license
copton/lethe
811986784571a65e1a02100f3bc0c304535ca0ff
5d18a99a3932a3ecbe59dade8c67cb93f6fcd2ba
refs/heads/master
2020-05-16T18:01:51.670153
2012-08-22T12:33:20
2012-08-22T12:33:20
null
0
0
null
null
null
null
UTF-8
Java
false
false
353
java
package manager; public class HostInformation { String name; int maxRunningSimulations; int maxPausedSimulations; public HostInformation(String name) { this(name, 1, 5); } public HostInformation(String name, int maxRunning, int maxPaused) { this.name = name; maxRunningSimulations = maxRunning; maxPau...
[ "alex@copton.net" ]
alex@copton.net
fa7776c7da2853d5f900a32b47027dd2eeecc302
d9e39fc2362acd134ddc15a5a524091c5d63b7fa
/YuryShahov/Task2/src/by/epam/model/comparator/WordsCountComparator.java
eaaf9a956c58c6f2c4fd66009a4a3ffaeaec5e67
[]
no_license
yuryshahov/YuryShahov
b219f8878f7e5ef1500d552c329b3156b75a5ef4
98ee0b1be5e765788f0c4ab897fa2a184838d70f
refs/heads/master
2021-01-19T18:55:35.064189
2014-09-07T13:32:09
2014-09-07T13:32:09
null
0
0
null
null
null
null
UTF-8
Java
false
false
330
java
package by.epam.model.comparator; import java.util.Comparator; import by.epam.model.entity.ILexeme; public class WordsCountComparator implements Comparator<ILexeme> { @Override public int compare(ILexeme l1, ILexeme l2) { int res = l1.wordsCount() - l2.wordsCount(); if (res != 0) { return res; } return...
[ "shahovyury@mail.ru" ]
shahovyury@mail.ru
027e58501141563ed59c48f2a8ebbd6f8e2e97b8
5c49a79453f444516be82c20d4befa2498c71e2b
/myboard/src/com/kb/www/board/controller/BoardController.java
ac6786723fbd18dd5ed4401883db30958d4b8dbc
[]
no_license
sks2p/project
e0ff8caad8a5ad8674df0d8f8c96c2e1caa13b6c
1df12ace0817464cc774c23f42ae8b8643a4fae3
refs/heads/master
2022-12-31T09:20:02.300484
2020-10-23T07:41:37
2020-10-23T07:41:37
280,083,251
0
0
null
null
null
null
UTF-8
Java
false
false
3,501
java
package com.kb.www.board.controller; import java.io.IOException; import javax.servlet.RequestDispatcher; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse...
[ "65517031+sks2p@users.noreply.github.com" ]
65517031+sks2p@users.noreply.github.com
37d340b2f0f795f54394f2516fb613f7d3e4e52a
3fc8406d53de4fbad56792945409ff9ba77641d4
/mybatis/src/main/java/com/example/mybatis/model/User.java
a80d08978816f8919e6fac5bfea45ef65461b637
[]
no_license
wozeng520/jenkensTest
487f18dafa12a2f150507f0bafc3a80c259826ce
6d2273bcf35db0dd7c017f95188d3c7474febf17
refs/heads/master
2023-05-11T08:01:11.107738
2019-11-30T05:42:12
2019-11-30T05:42:12
224,867,252
0
0
null
2023-05-09T18:35:20
2019-11-29T14:14:48
Java
UTF-8
Java
false
false
233
java
package com.example.mybatis.model; import lombok.Data; /** * ${DESCRIPTION} * * @author 272420251 * @create 2019-11-26-13:35 */ @Data public class User { private int id; private String userName; private int age; }
[ "272420251@qq.com" ]
272420251@qq.com
0848addd9fdab9ba262c27caa35e5dbf1f3a2f73
eb33e24c11d89bd4338a96dc9d5ee31817197153
/src/main/java/com/owl/kafka/client/util/Preconditions.java
b43b06502ea615d91ee9fb65dc0c88861292f2b8
[]
no_license
Technoboy-/kafka-client
26157b4394c195678eb1656b77524d98ffe54aa2
ff29697b1325643d416b0bf5fb4935793c7440e0
refs/heads/master
2020-04-11T02:19:53.329692
2019-05-15T11:38:33
2019-05-15T11:38:33
161,442,119
2
0
null
null
null
null
UTF-8
Java
false
false
332
java
package com.owl.kafka.client.util; /** * @Author: Tboy */ public final class Preconditions { private Preconditions() {} public static void checkArgument(boolean expression, Object errorMessage) { if (!expression) { throw new IllegalArgumentException(String.valueOf(errorMessage)); ...
[ "guo.jiwei@immomo.com" ]
guo.jiwei@immomo.com
51e0d06b869748b23f41bdc2d473e5ba3a16252f
98d42c884bc68c3db9f6f552cf3dd567f4d496a2
/src/main/java/passionx3/jkdk/util/Message.java
5d4be656d696956ee999424a740bc651a525b570
[]
no_license
KangHyojin1401/Jakudaku
437c9c228b97f1e3030d19b6e5d2c8f2a1c8b517
5b87bfdc856a5b06db8a39820af869a3f16e1b8c
refs/heads/develop
2023-06-02T01:11:29.976015
2021-06-22T06:35:03
2021-06-22T06:35:03
367,687,330
1
6
null
2021-06-22T06:35:04
2021-05-15T17:05:04
Java
UTF-8
Java
false
false
449
java
package passionx3.jkdk.util; public class Message { String message = ""; String href = ""; public String getMessage() { return message; } public void setMessage(String message) { this.message = message; } public String getHref() { return href; } public void setHref(String href) { this.href = href...
[ "kor3334@naver.com" ]
kor3334@naver.com
bf853979d40b6923ca8b55f9e33b53f8e8babf2a
4e7de802fa70013a9391633d97416ad1b5db2cb5
/TestEx15x1x2.java
1ec1462c5913baba489ef0f83a19642e7ccde766
[]
no_license
bbk-pij-2012-59/General
d15409fc5703cf868420bc28b1ebd2361b3a2807
cf7ea501265fdf7bb5bbdae498835add13051573
refs/heads/master
2021-01-25T06:40:18.140904
2013-01-31T17:41:55
2013-01-31T17:41:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
999
java
//Ex15x1 //28th January 2013 - Created import java.util.List; import java.util.ArrayList; public class TestEx15x1x2 { public static void main(String[] args) { TestEx15x1x2 test = new TestEx15x1x2(); test.launch(2); } public void launch(int userInput) { List<Integer> intList = new ArrayList<Integer>(); in...
[ "rw269[at]yahoo.com" ]
rw269[at]yahoo.com
a49416142f295066ef29465a229099ca774b9f8b
47aa8db4e533ee531c5fb585a0df3ace9a26fc09
/OcavaCore/src/main/java/com/ocadotechnology/config/Config.java
7697c82e78a98b2c835e7c599f14defd811ea098
[ "Apache-2.0" ]
permissive
tivrfoa/Ocava
f28731379bff59ddc951b9ba894169ef162d0b3c
a8bb71658a72ec037ff06e3869dc9a2c6354b548
refs/heads/master
2022-10-14T23:46:22.280151
2020-06-12T06:06:12
2020-06-12T07:26:52
null
0
0
null
null
null
null
UTF-8
Java
false
false
71,377
java
/* * Copyright © 2017-2020 Ocado (Ocava) * * 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...
[ "colin.janke@ocado.com" ]
colin.janke@ocado.com
a7ebedd6734f460f35a492a97b41ca10ec19e257
bfc1babf4418cdcfd80f3d4158b3eba245b04a72
/newnius/src/Bullet/Bullet.java
c23c536ef6f5311a399f0350e086fbf15f1a6881
[]
no_license
newnius/shooting-game
ad60c3991015366be91d14c7008ce02546d25c84
4703a246896ae8e13c5c5d6ff89ef344b2723f2a
refs/heads/master
2021-01-10T19:05:13.428249
2015-08-05T08:58:17
2015-08-05T08:58:17
40,234,388
0
0
null
null
null
null
UTF-8
Java
false
false
2,104
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 Bullet; import config.GlobalVars; import java.awt.Point; import mycs.Player; /** * * @author Newnius */ pub...
[ "newnius.cn@gmail.com" ]
newnius.cn@gmail.com
36eaae03e7c0c3a98eee301549110d2fd552352c
475fad5e659575eac1bcf07a3f67a0cbe7da827e
/src/main/java/com/bytatech/ayoos/appointment/config/SerdeConfig.java
c2b7f396b9e89261e1af82fc6eda481a22359a23
[]
no_license
tayduivn/APPOINTMENT-MICROSERVICE
ff4edcce21df9fd5b54d705db79b887235468313
5ef7711245cccfb8649fcfde426fbb07cab6b375
refs/heads/master
2022-11-17T02:09:06.559617
2019-11-06T04:03:15
2019-11-06T04:03:15
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,139
java
package com.bytatech.ayoos.appointment.config; import java.util.Collections; import java.util.Map; import org.apache.avro.specific.SpecificRecordBase; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Value; import io.confluent.kafka.serializers.AbstractKaf...
[ "abilash.s@lxisoft.com" ]
abilash.s@lxisoft.com
d982d1f8829a2651f7c5a1153d9365a421efd3e9
786db004ac35f292d4aed533a4b8725da8ee723d
/src/texturing/Texture.java
d4736fc5adc32c45b17c3b59b51902af00708bf0
[]
no_license
bbuck108/3Drendering
12f3cde452b587dc0d28511c331d963a955556ac
a1d7a4f7b952e9d61ab3a4a63cedf2560fa6abdc
refs/heads/master
2021-01-17T11:34:33.809197
2016-11-23T22:28:24
2016-11-23T22:28:24
51,848,819
0
1
null
2016-05-04T14:36:51
2016-02-16T16:02:24
Java
UTF-8
Java
false
false
2,074
java
package texturing; import java.awt.Color; import java.awt.Graphics; import java.awt.image.BufferedImage; import java.util.ArrayList; /** Texture for a physical object * @author Connor Lehmacher*/ public class Texture { private ArrayList<BufferedImage> images = new ArrayList<BufferedImage>(); public T...
[ "clehmac@hotmail.com" ]
clehmac@hotmail.com
380b2efdfc672d6a68a2532f9242aff0a4e44267
ca0e9689023cc9998c7f24b9e0532261fd976e0e
/src/com/tencent/mm/pluginsdk/ui/preference/p.java
6ae9984a9b076d5414f6254f21ed1fac5524f6b3
[]
no_license
honeyflyfish/com.tencent.mm
c7e992f51070f6ac5e9c05e9a2babd7b712cf713
ce6e605ff98164359a7073ab9a62a3f3101b8c34
refs/heads/master
2020-03-28T15:42:52.284117
2016-07-19T16:33:30
2016-07-19T16:33:30
null
0
0
null
null
null
null
UTF-8
Java
false
false
698
java
package com.tencent.mm.pluginsdk.ui.preference; import android.view.View; import android.view.View.OnClickListener; import com.tencent.mm.pluginsdk.ui.o; final class p implements View.OnClickListener { p(NormalUserHeaderPreference paramNormalUserHeaderPreference) {} public final void onClick(View paramView) ...
[ "reverseengineeringer@hackeradmin.com" ]
reverseengineeringer@hackeradmin.com
8466befad7815a27151cce60e11fd4c4a151eb96
e73d7e53f5d870235bc8f6c8359982782a87a939
/taotaocommon/src/main/java/com/taotao/common/pojo/EasyUITreeNode.java
43b955783a2eb28bd3481d5282b75a462d7b261f
[]
no_license
npjtwy/taotao
3a8d5f7a6a3858253c2a86b7249b7646209248f8
c199dc31d820ed683f31c7680ff00f10eedc00c9
refs/heads/master
2020-03-23T06:47:05.962722
2018-07-21T15:22:51
2018-07-21T15:22:51
141,229,503
1
0
null
null
null
null
UTF-8
Java
false
false
661
java
package com.taotao.common.pojo; import java.io.Serializable; /** * EasyUITreeNode * * 类目 树形结构 * * @author Yang * @date 2018/7/21 */ public class EasyUITreeNode implements Serializable { private Long id; private String text; private String state; public Long getId() { return id; } ...
[ "npjtwy@qq.com" ]
npjtwy@qq.com
8bbccbda71415244275332c55f2a9ba4f56c34e6
edc64570b4303aee42487bd0660ac646a9baefe8
/src/main/java/com/tombit/dhcp/utils/common/impl/HostImpl.java
bf3355b3e0156d6ba95dbeb7084fbd65c41d9556
[ "MIT" ]
permissive
tierman/dhcpUtils
1218160ecff356c2b754ef4726b9d26db1246997
e4be7cf1042f78d19e5a6e2ef97a887e016a0f14
refs/heads/master
2021-01-10T02:38:08.516706
2016-02-13T15:40:18
2016-02-13T15:40:18
51,609,943
1
0
null
null
null
null
UTF-8
Java
false
false
3,157
java
package com.tombit.dhcp.utils.common.impl; import com.tombit.dhcp.utils.common.*; import java.util.LinkedList; /** * Created by Tomasz Jonczyk on 06.02.2016. */ public class HostImpl implements Host { private String hostName; private LinkedList<Parameter> parameters; private LinkedList<String> comment...
[ "tomek.jonczyk@gmail.com" ]
tomek.jonczyk@gmail.com
6e4baae6e40a7d215503d727269718ee314c86cd
bc75510c0a7f6e8ed4fff6c489c7948061bdbbd4
/Lab1/clientsdsocket/src/main/java/ClientSocket.java
2c0a5fbb7d11a2fb653f1951c8c0464d03cf391f
[]
no_license
gustavobarbosab/LabSistemasDistribuidos
100e0e9895df258360363fac70ec6d0a9fc4bcc5
b766ebf2b545d125ae1077a0b5560cdde21d1bdc
refs/heads/master
2020-03-10T03:16:20.028197
2018-04-11T22:13:56
2018-04-11T22:13:56
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,960
java
import javax.swing.*; import java.io.*; import java.net.InetAddress; import java.net.Socket; import java.net.UnknownHostException; import java.util.Scanner; public class ClientSocket { public static void main(String[] args) throws UnknownHostException { //get the localhost IP address, if server is running...
[ "gustaovbarbosabarreto@hotmail.com" ]
gustaovbarbosabarreto@hotmail.com
0988c41a93f9db88023f42f39b0fa600e3ec115c
981e4c747dd8a7e3303f95fee3488c1945f35198
/MusicAPIv2/src/main/java/BackendMashupExercise/MusicAPI/WikipediaService.java
ba0c83887dfaf97d82e14d35a06f33cec9bd6757
[]
no_license
honeybadger5/artist-api
45a22696f2817bc4e8f55a424ccf9d5457bf1a07
894befd522cc465d97e53ae45c5b3cb3e509c6d8
refs/heads/master
2020-12-24T11:45:28.825969
2017-02-10T08:57:05
2017-02-10T08:57:05
73,017,907
0
0
null
null
null
null
UTF-8
Java
false
false
2,500
java
package BackendMashupExercise.MusicAPI; import java.net.URI; import java.net.URISyntaxException; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.http.ResponseEntity; import org.springframework.stereotype.Service; import org.springframework.util.concurrent.ListenableFuture; import or...
[ "malin.lind40@gmail.com" ]
malin.lind40@gmail.com
503f13991eb4977eaad79b0ced474436af542a16
7df62a93d307a01b1a42bb858d6b06d65b92b33b
/src/com/afunms/biosreport/model/DbOracleReportModel.java
3d1949af594395428d15ca2494229e3595f90c0d
[]
no_license
wu6660563/afunms_fd
79ebef9e8bca4399be338d1504faf9630c42a6e1
3fae79abad4f3eb107f1558199eab04e5e38569a
refs/heads/master
2021-01-10T01:54:38.934469
2016-01-05T09:16:38
2016-01-05T09:16:38
48,276,889
0
1
null
null
null
null
GB18030
Java
false
false
2,066
java
package com.afunms.biosreport.model; /** * Oracle 数据库模板 * * @author Administrator * */ public class DbOracleReportModel extends BiosReportBaseModel{ public DbOracleReportModel(){ } public DbOracleReportModel(String ip, String name, String connectivty){ super(ip, name, connectivty); } // 缓冲区命中率 priv...
[ "nick@comprame.com" ]
nick@comprame.com