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
6f6a6d0e4d07b435961036756b27191aa035a204
4701dc93d7c7b7a3072e71c8266d0a7b22ee427d
/app/src/main/java/com/binvshe/binvshe/http/model/CancelLikeModel.java
15856865230c1654431fc751ee4c6b4043389ffd
[]
no_license
ZoieImTeam/modo
b65a1005ba40502d47103f5b298087b10917ed28
fdd6b244ff71be85003f4c90252f76e329d9e092
refs/heads/master
2021-01-17T12:07:58.738742
2016-08-19T12:34:38
2016-08-19T12:34:38
64,627,857
0
0
null
null
null
null
UTF-8
Java
false
false
556
java
package com.binvshe.binvshe.http.model; import com.binvshe.binvshe.http.base.HttpTask; /** * 给专题点赞Model * Created by Administrator on 2016/3/13. */ public class CancelLikeModel extends BaseModel{ public static final String ADD_LIKE_FALSE = "0"; public static final String ADD_LIKE_TRUE = "1"; @Overrid...
[ "h617717344@gmail.com" ]
h617717344@gmail.com
b8911c481f04886ff6f84224fd9a4a0d1f761c7e
1caba6f70a8e2d00f80084513e072bef13cd3aa6
/calendar/src/main/java/com/necer/view/WeekView.java
d29ff138ce8a0232ebde576cb758e068aa44871a
[]
no_license
xia7410/NCalendar
392f5c6c2d1b7f97fdf25077d6b52c4392928c27
81e9d2b8ff0d7826609998b6b4f0c8be81049e03
refs/heads/master
2020-04-07T01:51:10.407096
2018-11-16T10:36:55
2018-11-16T10:36:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,096
java
package com.necer.view; import android.content.Context; import com.necer.entity.NDate; import com.necer.listener.OnClickWeekViewListener; import com.necer.utils.Attrs; import com.necer.utils.Util; import org.joda.time.LocalDate; import java.util.List; /** * Created by necer on 2018/9/11. * qq群:127278900 */ public ...
[ "619008099@qq.com" ]
619008099@qq.com
f52131f0299c35a6c49ee7bef1612ef05e7e2535
056df75be825fb8ca4db6eb55d06451cbab5946b
/sqyjktw/Design-patterns/src/com/lhr/singleton/Singleton4.java
58630e032c4a83b9470cd0ff68908645d5e4906c
[]
no_license
FengLicoder/p-ssm
9cb21b34d175dbde456142e0a0f7789f9806fa79
cd1210beca83145eb4d0c4643495fdad7abced39
refs/heads/master
2023-03-09T07:42:49.232517
2021-02-23T01:30:06
2021-02-23T01:30:06
292,569,881
0
0
null
null
null
null
UTF-8
Java
false
false
406
java
package com.lhr.singleton; //双重校验锁 public class Singleton4 { private volatile static Singleton4 singleton; public static Singleton4 getInstance(){ if(singleton==null){ synchronized (Singleton4.class){ if(singleton == null){ singleton = new Singleton4(); ...
[ "2093336542@qq.com" ]
2093336542@qq.com
7c39a82290d5f212ea437ae64969ef758887cd27
a5b4d479d928d1c5a8eca42fbf4f24aeb88f989a
/emailcommon/src/main/java/org/apache/james/mime4j/decoder/DecoderUtil.java
00281babf7b5f5cbdeb8d99aea892c2c5faee8d3
[]
no_license
nazarcybulskij/Email44
84d10a9440b5cd834cd85e197f06e3186f289b77
afc0b6cc5597ca562793d3d2b2619af5b7a3a204
refs/heads/master
2021-03-12T19:59:17.349666
2015-04-20T11:46:38
2015-04-20T11:46:38
32,014,715
0
0
null
null
null
null
UTF-8
Java
false
false
10,380
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 ...
[ "nazar.cybulskij@optigra-soft.com" ]
nazar.cybulskij@optigra-soft.com
b4c762df0a229af7d27b7bce1c9887779dfbdeb1
276453be34c831ef7bb535580128237356711fa7
/src/main/java/com/company/HelloLib.java
48c5a3ea18b02f272f7ef5b8fd1edd13541c48bb
[]
no_license
Sergprh/Hello_n
5b5c6196a11100b80ac6d1014b1400b4bfcb3041
6a51e8e7a1307c03a2a4462073ecd3d15eb893d1
refs/heads/master
2021-01-09T20:32:04.078911
2017-02-08T22:45:44
2017-02-08T22:45:44
81,261,754
0
0
null
null
null
null
UTF-8
Java
false
false
126
java
package com.company; public class HelloLib { public static void Hello(){ System.out.println("Hello1") ; } }
[ "sprhs@mail.ru" ]
sprhs@mail.ru
59905210ade81316e5487b688ea32ac8577c41f9
471a1d9598d792c18392ca1485bbb3b29d1165c5
/jadx-MFP/src/main/java/io/requery/query/OrderBy.java
0a645ca302593af2a08596302940a657b136fd3c
[]
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
152
java
package io.requery.query; public interface OrderBy<Q> { <V> Q orderBy(Expression<V> expression); Q orderBy(Expression<?>... expressionArr); }
[ "anon@ymous.email" ]
anon@ymous.email
d43376f699d89e4fba4e5347efd5fd4b96e9be66
ad2014e62e7bd3fc5765c9eebfea8d4aa2fa780a
/src/main/java/com/qa/persistence/dao/OrderDaoMysql.java
0de69018cea62a369a34823e1b4f2cfba45992b0
[]
no_license
ChrisRea646/IMS-ChrisRea
d33fe14046efb3f145e453a37ea8bd8b5a16c01f
ff70250dc32f09a5563a53a1671283a4cf4e9bed
refs/heads/master
2022-06-29T21:43:05.660632
2020-02-14T14:47:26
2020-02-14T14:47:26
239,818,083
0
0
null
2022-06-21T02:47:00
2020-02-11T17:06:21
Java
UTF-8
Java
false
false
2,477
java
package com.qa.persistence.dao; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.util.ArrayList; import java.util.List; import org.apache.log4j.Logger; import com.qa.controller.OrderController; import com.qa.persi...
[ "chris.j.rea1999@gmail.com" ]
chris.j.rea1999@gmail.com
1137713815c413e57adaa11b88251d390b72dfed
533bf5f52b8a317e72b0e184e59a7766fe8bd799
/app/src/main/java/customer/gajamove/com/gajamove_customer/adapter/AdditionalPriceServicesAdapter.java
aa8c83a593ec779be2af9919d641641496d734cd
[]
no_license
Asim-altitude/GajaMoveAndroid
2d32430bfc6e848aa61322db3a4405b5e55ea5af
2915a702d9b852f6ae3af79efd640be58b5b83af
refs/heads/master
2023-06-25T16:07:56.432045
2021-07-29T04:45:37
2021-07-29T04:45:37
371,274,419
0
0
null
null
null
null
UTF-8
Java
false
false
1,635
java
package customer.gajamove.com.gajamove_customer.adapter; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.BaseAdapter; import android.widget.TextView; import customer.gajamove.com.gajamove_customer.R; public class Addi...
[ "smilie.app.magic@gmail.com" ]
smilie.app.magic@gmail.com
24936cf06164be1fb16b106b81d1bf8ad8ae5d09
032a0ab20b20fbc3e9421d26488564e6150504d9
/src/main/java/pl/pabilo8/immersiveintelligence/common/blocks/wooden/BlockIIRubberLog.java
220d8ecb91d7e31f2f98ca90d94bc26eabb5858b
[]
no_license
OneLousyDev/ImmersiveIntelligence
9c96afc8631591313157a0f605321dbed44bbe67
5df76f762cfd57d6ce7a581b80054a0b0677f84b
refs/heads/master
2023-07-25T15:44:15.259438
2021-09-04T11:51:39
2021-09-04T11:51:39
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,128
java
package pl.pabilo8.immersiveintelligence.common.blocks.wooden; import blusunrize.immersiveengineering.api.IEProperties; import blusunrize.immersiveengineering.common.blocks.BlockIEBase; import blusunrize.immersiveengineering.common.blocks.ItemBlockIEBase; import net.minecraft.block.BlockLog; import net.minecraft.block...
[ "pabilo1.pg@gmail.com" ]
pabilo1.pg@gmail.com
8a2a11472f80bbbac5fbb14946312d2e5cc8484e
8c74fdee766ed322a6789dd7db57a8e428c7c283
/app/src/main/java/com/example/readerdemo/Reader/data/EN_CNBookBean.java
6c9a954dbe879f53907076983542f01eaff6fffd
[]
no_license
coder-zt/ReaderDemo
19f0fcd392dcf736875c8089e136be49045c13a4
08f887861073f8f732fb8dddeca989ba019655c8
refs/heads/master
2022-10-28T18:43:03.513201
2020-06-14T17:58:38
2020-06-14T17:58:38
271,458,787
0
0
null
null
null
null
UTF-8
Java
false
false
3,591
java
package com.example.readerdemo.Reader.data; import java.util.ArrayList; import java.util.List; /** * 书的数据结构 * 书本结构: * 书:书名、章的集合 * 章:id\段的集合 * 段:id\句子的集合 * 句:id\startTime\endTime\chinese\english */ /** * 双语书 */ public class EN_CNBookBean { //书名 String bookName; //一本...
[ "691076379@qq.com" ]
691076379@qq.com
910c153f199f30babe1ed937c1a6237f267b55ab
4d9befd0e0a320a6cd50452d0c52e0889d5e2e69
/geco-lib/src/com/MAVLink/common/msg_local_position_ned_system_global_offset.java
1c003ee963183c71ea2e72358c7b1a08101f2365
[]
no_license
SwitchMan92/Geco
716f246d5c6e32fb19eb06780ad0e8647d76e8bf
e030e1aaae9da51efdca32ab473c1f4d64a080e4
refs/heads/master
2020-04-12T08:16:42.975329
2016-10-12T16:32:58
2016-10-12T16:32:58
66,340,222
0
1
null
null
null
null
UTF-8
Java
false
false
3,754
java
/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * java mavlink generator tool. It should not be modified by hand. */ // MESSAGE LOCAL_POSITION_NED_SYSTEM_GLOBAL_OFFSET PACKING package com.MAVLink.common; import com.MAVLink.Messages.MAVLinkMessage; import com.MAVLink.Messag...
[ "tom.langfeldt@sigfox.com" ]
tom.langfeldt@sigfox.com
a0eaaa3e33c50286383dd16d04809dc42b66488d
83987137adfc5197e73311d7978feab4ebae4cb8
/app/src/main/java/com/example/danishali/assignment03/myapplication/com/example/danishali/assignment03/myapplication/Mailer/SendMail.java
e110c1770eef06ad9e61101562610e88c5004e87
[]
no_license
DanishAli01/Medi_Assist
18f6fee753f57127d64403d4f182729f74e4c282
ce21e3b23577b71dfdaf679ed10515f0417ca591
refs/heads/master
2020-04-28T12:56:37.964717
2019-06-07T01:18:18
2019-06-07T01:18:18
175,292,132
0
0
null
null
null
null
UTF-8
Java
false
false
3,241
java
package com.example.danishali.assignment03.myapplication.com.example.danishali.assignment03.myapplication.Mailer; import android.app.ProgressDialog; import android.content.Context; import android.os.AsyncTask; import android.widget.Toast; import java.util.Properties; import javax.mail.Message; import javax.mail.Messagi...
[ "danishali2158@gmail.com" ]
danishali2158@gmail.com
fddc7503fcc1e359a4134a5c51b4f32cd95c7ae6
2b2cec304186df1b753704b9c7aab82f25d89565
/src/com/syntax/class17_1/AccessingMembersOfDifferentClass.java
d0b2a0f2c5977e729e43f6c15cb7be96aed2520d
[]
no_license
UmedKasymov/JavaBatch6
37b1cd2a28cf149adf16394b116af1cde85995e0
d90102cf3d4acabb009889e3606a83dd87332617
refs/heads/master
2021-04-03T14:44:47.810828
2020-04-29T00:31:00
2020-04-29T00:31:00
248,367,840
0
0
null
null
null
null
UTF-8
Java
false
false
614
java
package com.syntax.class17_1; import com.syntax.class17.Employee; public class AccessingMembersOfDifferentClass { public static void main(String[] args) { Employee emp=new Employee(); Employee.title="QA Engineer"; emp.name="Ahmet"; //below variables not available due to restrictions //emp.lastName="";-...
[ "umedkasymov1@gmail.com" ]
umedkasymov1@gmail.com
03c7514957e13441ced2f391cc6c7c6becca8c38
b5e72abd04cdd5dd698ef10d8ccf952648a8fb61
/BaekJoon/src/com/ssafy/Main_2613_숫자구슬.java
f7afa6a568cc061a5aa6a4243fcb9613725e922f
[]
no_license
mkl0819/algorithm
c577bbfda152b2671138e37b9dbb71175095011e
e9f3e3837508a6d4e2b8b0488e76f04fcd394afa
refs/heads/master
2020-07-08T06:13:48.049967
2019-10-17T13:09:56
2019-10-17T13:09:56
203,589,338
0
0
null
null
null
null
UTF-8
Java
false
false
562
java
package com.ssafy; import java.io.BufferedReader; import java.io.InputStreamReader; import java.util.StringTokenizer; public class Main_2613_숫자구슬 { static int N, M, beads[]; static StringTokenizer st; public static void main(String[] args) throws Exception { BufferedReader in = new BufferedReader(new InputStr...
[ "mkl0819@naver.com" ]
mkl0819@naver.com
b9498717cff6107eeb8db5282c5bfab74fecdb95
43baa190817c186dbc52540ecf0d90e10c63174f
/desktop/src/com/catinthedark/cw_inc/desktop/DesktopLauncher.java
fb1d5b305d6b99464726566582ec5a76be506b71
[]
no_license
NoviaDroid/cw-inc-ultra
6fffe49a1a05e993be2203031973ccc93521a5f8
9fd0951edffaab1a7a70204fa1e02f5045305a81
refs/heads/master
2020-04-01T23:29:16.544982
2014-12-05T08:54:53
2014-12-05T08:54:53
null
0
0
null
null
null
null
UTF-8
Java
false
false
489
java
package com.catinthedark.cw_inc.desktop; import com.badlogic.gdx.backends.lwjgl.LwjglApplication; import com.badlogic.gdx.backends.lwjgl.LwjglApplicationConfiguration; import com.catinthedark.cw_inc.impl.CwInc; public class DesktopLauncher { public static void main(String[] arg) { LwjglApplicationConfigur...
[ "overln2@gmail.com" ]
overln2@gmail.com
70b0dc7680828c01a5c46d0fb661ce1edcc36d0c
5cf7cf211f5b82bc3c436f7b38443cf2a3699af7
/FluffyUnicorn/src/org/usfirst/frc3932/commands/DriveFast.java
4bfa72cae56d0905c4cff8e74e5172b528e83737
[]
no_license
dirty-mechanics-3932/2016Robot
29ff803fd96e00f558dc21d410e01f8295122522
a44a60f10f59dc131de03991fa56b1cf64a6d297
refs/heads/master
2020-04-06T21:52:55.290979
2016-10-21T15:05:24
2016-10-21T15:05:24
50,884,834
2
1
null
2016-10-21T15:05:24
2016-02-02T01:27:55
Java
UTF-8
Java
false
false
1,887
java
// RobotBuilder Version: 2.0 // // This file was generated by RobotBuilder. It contains sections of // code that are automatically generated and assigned by robotbuilder. // These sections will be updated in the future when you export to // Java from RobotBuilder. Do not put any code or make any change in // the blocks...
[ "myles.first@gmail.com" ]
myles.first@gmail.com
1fc89aea9865468f6dd386f2e63cd6782a7b01b3
aedb022e3f23a93cd48cedb58af0599132534f3d
/src/main/java/com/looveh/blog_web/dao/UserRolesMapper.java
f6a4484d8d1d0e45143edd73a322fe88184ec214
[]
no_license
MrRohwei/blog_web
456b53e3c57d6c538cdde8074d7bea070b5b0a72
ca6ceaa7f3a278a06b397ffd7f653336cc02146f
refs/heads/master
2022-07-01T12:11:22.268739
2019-06-19T07:51:29
2019-06-19T07:51:29
187,319,244
0
0
null
2022-06-17T02:12:15
2019-05-18T05:42:14
JavaScript
UTF-8
Java
false
false
387
java
package com.looveh.blog_web.dao; import com.looveh.blog_web.entity.UserRoles; public interface UserRolesMapper { int deleteByPrimaryKey(Integer id); int insert(UserRoles record); int insertSelective(UserRoles record); UserRoles selectByPrimaryKey(Integer id); int updateByPrimaryKeySelective(...
[ "96555635@qq.com" ]
96555635@qq.com
f209cc99ecd64d527258931232205566ee57e903
6d1f91a76d19ec12f3a1e2a31e246be1d78a4237
/src/Truxican/Tacos.java
1a4cfa2746a52d47bbfc81f3bbda1a77b23dc86a
[]
no_license
RichardF12/Parcial-2-POO
ba891309c7944b9df32fac4c2d11807d0370226b
36c248d40033771643110b6a810adfdca042099b
refs/heads/master
2020-03-19T08:18:04.360495
2018-06-15T02:28:09
2018-06-15T02:28:09
136,192,650
0
0
null
null
null
null
UTF-8
Java
false
false
758
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 Truxican; /** * * @author ricky */ public class Tacos implements Interfacer { private int price; priva...
[ "00168117@uca.edu.sv" ]
00168117@uca.edu.sv
e40ae105df41040d440e7794aa7bc6f164022deb
9a71efac4d1dbde9e574685c62a171adbddc7366
/eta-projetofinal-marcelle/src/test/java/system/pages/PickATimeDialog.java
41f410bd0de924a19882e3fd7ee4fdafc58d9aea
[ "MIT" ]
permissive
cellecamara/eta-teste-sistemas
a8651cbca376f9ea86c4a183535d650a60ae00e4
76b478a616aa18de30762a5ab1a6ed6fb03ccfe6
refs/heads/main
2023-04-07T14:49:04.215743
2021-04-11T14:53:16
2021-04-11T14:53:16
342,879,678
0
0
null
null
null
null
UTF-8
Java
false
false
1,629
java
package system.pages; import org.openqa.selenium.By; import org.openqa.selenium.NoSuchElementException; import org.openqa.selenium.WebDriver; import org.openqa.selenium.support.ui.ExpectedConditions; import org.openqa.selenium.support.ui.Select; import org.openqa.selenium.support.ui.WebDriverWait; import system.helper...
[ "marcellecamara@calada-015967.local" ]
marcellecamara@calada-015967.local
b192a041336ab037da90804bc9861e6e6a12a0a7
5882bf08511ee567d112047590106614cb90d8d4
/pickpack-operation-schema/src/main/java/com/mb/demo/beans/ticket/TicketTarget.java
b13e64715c0a5244e34ce2505ded34c1af5b89e7
[]
no_license
sohanKumawat/java-sample-project
c91ca805d9f35f85d2ba7568e79b65e9f75130fc
645e57116710919c25b9592cb53997f6dcc93f8c
refs/heads/master
2021-10-10T22:01:24.271795
2019-01-18T01:50:54
2019-01-18T01:50:54
46,863,763
0
0
null
null
null
null
UTF-8
Java
false
false
309
java
package com.mb.demo.beans.ticket; import java.io.Serializable; import com.mb.demo.beans.Attributes; import lombok.Data; @Data public class TicketTarget implements Serializable{ private static final long serialVersionUID = 3442398973572120303L; private String targetId; private Attributes attribute; }
[ "sohan.kumawat@milkbasket.com" ]
sohan.kumawat@milkbasket.com
6728fac4718679bc98e0ff7ba43ccbea22f37c04
454ec0cf6bd52bd53d3a7bc5cb750b3a9597e2b5
/src/main/java/in/keepgrowing/hibernatebasicscheatsheet/meal/model/Menu.java
6f81942475d3c84368cfa656885ee444418f662a
[ "Unlicense" ]
permissive
little-pinecone/hibernate-basics-cheatsheet
37d18125b5c35926da2726a3e021383abca44500
74dba2a63afb541f34a85ac1e5ce07156d3c7d77
refs/heads/master
2021-07-11T20:57:34.890801
2020-07-22T13:53:57
2020-07-22T13:53:57
169,281,953
1
1
null
null
null
null
UTF-8
Java
false
false
820
java
package in.keepgrowing.hibernatebasicscheatsheet.meal.model; import in.keepgrowing.hibernatebasicscheatsheet.category.Category; import javax.persistence.*; import java.time.LocalDate; import java.util.List; @Entity public class Menu { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private Long ...
[ "marta.szymek.mail@gmail.com" ]
marta.szymek.mail@gmail.com
9e5e01da322b92cfc66f2bbe57992ce24981aa4f
60d5a6442d1a5d64ad42c16465188233d43a38d6
/src/webscraper/Constants.java
f3f627af741888053b3c4aa44d278c478cb24eba
[]
no_license
reillyisawesome/Webscraper
4879d792e1635471ed6141305be5d055289d0f15
d0d7bf717e5a8980f5d9581d4df2c38f0c111b28
refs/heads/master
2021-01-10T05:01:16.950915
2016-02-08T15:58:43
2016-02-08T15:58:43
51,307,814
0
0
null
null
null
null
UTF-8
Java
false
false
201
java
package webscraper; public class Constants { public static String BASE_URL = "http://services.runescape.com/m=itemdb_oldschool"; public static String API_URL = "/api/catalogue/detail.json?item="; }
[ "justinproductionz@gmail.com" ]
justinproductionz@gmail.com
fcb5425fd1a14b77cea11c6ff3072c5516e791c0
f3eeab728655f916528b974aa737d4a8bfca89b2
/src/main/java/com/okme/fam/repository/CustomAuditEventRepository.java
f065f59ff3c8a3728814a9c44bfcd9ec862ff796
[]
no_license
lovelylip/okmemongo
ecec1e453d99145f658bd2ab9e5837f0a1981b02
29a053971c6c194e55d5bc0f1c5471cb24361e59
refs/heads/master
2022-12-28T22:48:02.880530
2020-10-05T03:34:25
2020-10-05T03:34:25
300,492,540
0
0
null
null
null
null
UTF-8
Java
false
false
3,592
java
package com.okme.fam.repository; import com.okme.fam.config.Constants; import com.okme.fam.config.audit.AuditEventConverter; import com.okme.fam.domain.PersistentAuditEvent; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.boot.actuate.audit.AuditEvent; import org.springframework.bo...
[ "manhpt0101@gmail.com" ]
manhpt0101@gmail.com
81bc3972bfebdb69b76f9cc88d3a95d02a9802e6
845dedadb0236ef1fe355febf9ebd4621235298a
/src/model/manager/ProduitManager.java
56db5e394aca4ab4ba5cea2e90cc442f86dd7b7f
[]
no_license
pado140/gestion
bd37cbc101cd6509fe03a29edcdec55a1332158d
50a24d65847938717f891f7eacd6b97105fc8586
refs/heads/master
2020-05-14T20:04:00.088896
2019-04-17T17:33:46
2019-04-17T17:33:46
181,939,149
1
0
null
null
null
null
UTF-8
Java
false
false
10,951
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 model.manager; import java.sql.ResultSet; import java.sql.SQLException; import java.util.logging.Level; import java....
[ "padovano.marcelin@agacorp.com" ]
padovano.marcelin@agacorp.com
c2d135fb54cd53414cf199e49ae2d37859431c11
e39046d6d65ea80c2e59f7832b597ef33985571c
/src/nfe/nfe-proxy/src/test/java/com/nordstrom/nfe/nlpmanagement/ServiceRegistrationGrpcServiceTest.java
a25f215a70afb8909fff02dc51b8ddb7c47ef6db
[ "Apache-2.0" ]
permissive
khappucino/global-traffic-management
40a70c2a0f220c5974321ba332228f98d023c7e4
81a80ae86c9119066c92df0727554cb5b61f9899
refs/heads/master
2022-03-04T03:09:49.369973
2022-02-24T03:19:36
2022-02-24T03:19:36
185,322,699
0
0
NOASSERTION
2019-05-07T04:48:11
2019-05-07T04:48:11
null
UTF-8
Java
false
false
5,727
java
/** * Copyright (C) 2018 Nordstrom, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
[ "jon.richards@nordstrom.com" ]
jon.richards@nordstrom.com
72e2afee27e65c86a1f40c068b2316bbdd35d098
392e624ea2d6886bf8e37167ebbda0387e7e4a9a
/uxcrm-devtools/src/main/java/com/github/yuri0x7c1/uxcrm/devtools/service/ui/view/ServiceDetailView.java
2742d2f039a1138d492f22ba0dcf7dea7fa695e4
[ "Apache-2.0" ]
permissive
yuri0x7c1/uxcrm
11eee75f3a9cffaea4e97dedc8bc46d8d92bee58
1a0bf4649bee0a3a62e486a9d6de26f1d25d540f
refs/heads/master
2018-10-30T07:29:54.123270
2018-08-26T18:25:35
2018-08-26T18:25:35
104,251,350
0
0
null
null
null
null
UTF-8
Java
false
false
2,948
java
package com.github.yuri0x7c1.uxcrm.devtools.service.ui.view; import java.util.ArrayList; import java.util.List; import javax.annotation.PostConstruct; import org.apache.ofbiz.service.ModelParam; import org.apache.ofbiz.service.ModelService; import org.springframework.beans.factory.annotation.Autowired; import org.va...
[ "yuri0x7c1@gmail.com" ]
yuri0x7c1@gmail.com
81bc98a11820060e4c455bd56ee2c1f0cc2465d6
4245d3b867adc949e4554f26d58ab84718628b37
/gmall-order/src/main/java/com/atguigu/gmall/order/pojo/UserInfo.java
4b23f057b86eb207c27431a027b174b5f3ecb1c8
[ "Apache-2.0" ]
permissive
pandaJian/gmall-0821
44704615784de2fe34ef95779ed4e51b1e808cf6
57b9c1de93588308ce40f81ad6985767686b5e55
refs/heads/main
2023-03-10T19:06:32.554060
2021-02-28T16:04:05
2021-02-28T16:04:05
330,564,732
0
0
null
null
null
null
UTF-8
Java
false
false
220
java
package com.atguigu.gmall.order.pojo; import lombok.Data; /** * @author : panda Jian * @date : 2021-02-23 18:35 * Description */ @Data public class UserInfo { private Long userId; private String userKey; }
[ "1014668770@qq.com" ]
1014668770@qq.com
c1ef0c134fc6bdecff5cd64f64a648b96044197d
1469efaed22804381ff1361380954114dd4ecc74
/spark-jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/write/create/mysql/MysqlHiveCreateBooleanJdbc.java
d96fdb4b1b45744c05b5b29b801763543a9089ef
[]
no_license
zhangqi3910/spark
1700a1028fcbfb55955ef1b4970c47cf75cfec44
53cfda04d441bc20c4f53541b162d5a11744d610
refs/heads/master
2020-04-14T16:02:10.140444
2019-01-03T08:15:08
2019-01-03T08:15:08
163,942,285
0
0
null
null
null
null
UTF-8
Java
false
false
322
java
package org.apache.hive.storage.jdbc.write.create.mysql; import org.apache.hive.storage.jdbc.write.create.IHiveCreateChangeJdbcType; public class MysqlHiveCreateBooleanJdbc implements IHiveCreateChangeJdbcType { @Override public String hiveTypeChangeJdbcType(String hiveType) { return "BOOLEAN"; } ...
[ "2456010290@qq.com" ]
2456010290@qq.com
f06a3da191d36bbc7d89e460bb1aa0af5d0058dd
c92e4f33ce425077c430c7a1e6ec24b0323ea63c
/src/CheckCycle.java
bc18c3953bb0b7e39708ff7837ec1156f92686c1
[]
no_license
gajjalabhanukrishna/Algorithms
7313f2ebcfaa45cb1f5aae5a950791d59b0814c6
52027c4de91a05d85811a4c45fc4d849541ed857
refs/heads/master
2022-07-18T21:16:39.711053
2020-05-14T07:38:40
2020-05-14T07:38:40
263,846,530
0
0
null
null
null
null
UTF-8
Java
false
false
1,954
java
public class CheckCycle { public static boolean detectCycle(Graph g){ int num_of_vertices = g.vertices; //Boolean Array to hold the history of visited nodes (by default-false) boolean[] visited = new boolean [num_of_vertices]; //Holds a flag if the node is currently in Stack or not...
[ "bhanukrishna.gajjala@logmein.com" ]
bhanukrishna.gajjala@logmein.com
007c923701cb446951c69bc624aaf95eedfaec1b
9db714044fa42f2c3bb9c57e7b11a8e1e7e6f435
/bishe/E4A/workspace/2019572195/build/com/newapp/R.java
60b27e3c0d059f025f3604d0a6a887464abe34ca
[]
no_license
refinement/VR
5146b5b42b1e6d5f9b52385ed9746d1f76b1eb46
d625da80edbd1c6188305a4ffc2c160eaaf55f2c
refs/heads/master
2022-02-20T12:43:36.539144
2019-08-24T03:31:37
2019-08-24T03:31:37
null
0
0
null
null
null
null
UTF-8
Java
false
false
917
java
/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * aapt tool from the resource data it found. It * should not be modified by hand. */ package com.newapp; public final class R { public static final class attr { } public static final class drawable { pu...
[ "506870155@qq.com" ]
506870155@qq.com
ffd810a665f2adee0390d444fdc13532f5b814e4
8de5ffae2684a0f777966819cbfc1e17390817ed
/Drawisor/src/com/tripadvisor/drawisor/entities/Point.java
a66287aa2d6b9b585789d0168ba8e1954a7c3c8e
[]
no_license
Sjith/drawisor
f20c3f31a650fa42ab4d613a42f76954c58c3f5a
2c13d0c75e42ecada1233ff904d3b8a7e0e04be5
refs/heads/master
2016-09-05T18:10:34.832572
2013-02-23T07:16:10
2013-02-23T07:16:10
null
0
0
null
null
null
null
UTF-8
Java
false
false
570
java
package com.tripadvisor.drawisor.entities; import com.activeandroid.Model; import com.activeandroid.annotation.Column; import com.activeandroid.annotation.Column.ForeignKeyAction; import com.activeandroid.annotation.Table; @Table(name = "Points") public class Point extends Model { @Column(name = "Path", onD...
[ "gaspard01@gmail.com" ]
gaspard01@gmail.com
dfdebb66e05e2f22987c8b6fad467597b91bdea4
d668ddee644f8f0ef60a0baa7bbfdf5572b8c58f
/src/main/java/me/ham/estimate/entity/EstimateTry.java
3a951dd799e08e135b4f41728fbb38d3246ded78
[]
no_license
hhs9102/JPA-DEMO
01f2480e2b9ad5aeff36b6cf847e4d867ead54d1
13bc7a47d9b72ca6c63098db853e080a37c199ce
refs/heads/master
2022-05-09T22:22:54.516462
2020-07-08T15:28:42
2020-07-08T15:28:42
216,586,744
0
0
null
null
null
null
UTF-8
Java
false
false
525
java
package me.ham.estimate.entity; import lombok.Setter; import javax.persistence.*; @Entity(name = "estimate_try") @Setter public class EstimateTry { @Id @GeneratedValue @Column(name = "estimate_try_id") private Integer estimateTryId; @ManyToOne(fetch = FetchType.LAZY) @JoinColumn(name = "est...
[ "hhs9102@naver.com" ]
hhs9102@naver.com
2c8433654dc56c998361c33121f2391929e27373
9c4781f1757bda34c5223cb70111888467b98374
/lego-ros-android/src/elmot/ros/android/NXTBluetoothNodeService.java
71632e9345da8c928c45f7c0d923f536f9112e6a
[]
no_license
elmot/ev3javabrick
ab323919ec18b6d76b7412dffcf9acb2ba1e1f14
cdab77270336a26abf2176cb80696cf273141da9
refs/heads/master
2022-06-17T00:10:20.741682
2022-05-27T14:47:29
2022-05-27T14:47:29
44,567,892
4
1
null
2022-05-27T14:47:30
2015-10-19T22:30:44
Java
UTF-8
Java
false
false
3,088
java
package elmot.ros.android; import android.app.Notification; import android.app.NotificationManager; import android.app.Service; import android.bluetooth.BluetoothAdapter; import android.bluetooth.BluetoothDevice; import android.content.Context; import android.content.Intent; import android.os.IBinder; import elmot.jav...
[ "elijah.mot@gmail.com" ]
elijah.mot@gmail.com
400c8a39168da8aeedae005db3ab2c3b36c8c22a
b34fee23fde0636fd930d3450f7ee5e0ae1b5a84
/liquigraph-connection/src/main/java/org/liquigraph/connector/connection/NodeAdaptor.java
5ee1041ff22c2d69ea03301b2274f69a3d5bf424
[ "Apache-2.0" ]
permissive
pointwisefixed/liquigraph
300c387310419401eca5c7e99717cad255f96eef
bcab18558f3b74a5a7616971979cc2b443d4add0
refs/heads/master
2020-12-25T22:30:17.860584
2016-06-13T15:09:05
2016-06-13T15:09:05
55,528,833
0
0
null
2016-04-05T17:39:48
2016-04-05T17:39:48
null
UTF-8
Java
false
false
1,507
java
package org.liquigraph.connector.connection; import org.neo4j.driver.v1.Value; import org.neo4j.driver.v1.Values; import org.neo4j.graphdb.DynamicLabel; import org.neo4j.graphdb.Label; import org.neo4j.graphdb.Node; import java.util.ArrayList; import java.util.List; import java.util.Map; public class NodeAdaptor { ...
[ "gary.rosales@walmart.com" ]
gary.rosales@walmart.com
5e9989832a6623df970a5e0a61cb468911bc761b
68902abf0dc9f68e712191ce1a2f134da9a35728
/src/com/heaven/ServerHandler.java
341ec3d04cbf488cfce10b6c20076a6f33606617
[]
no_license
Heavenzhao/HeavenChart
7e0654355d30ae47bb25a552b61e7cadd6a735d2
da6f512b32c8e45f4d733e44ed47a1abd5b4abcf
refs/heads/master
2020-04-04T11:18:21.758777
2018-11-02T16:27:19
2018-11-02T16:27:34
155,886,092
0
0
null
null
null
null
UTF-8
Java
false
false
1,540
java
/** * 客户端消息处理线程 */ package com.heaven; import com.sun.xml.internal.ws.policy.privateutil.PolicyUtils; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.PrintWriter; import java.net.Socket; public class ServerHandler implements Runnable { private Socket ...
[ "zhaowuyi2008@163.com" ]
zhaowuyi2008@163.com
2fa15724565d7472d87195f3ed33ffdb865c4f41
c160cbcc6c63f50fd81d3f68b4f74f0ec573491e
/src/main/java/dmz/fleetapp/repositories/SupplierRepository.java
a11aa7466aedb015e004920d805ccb4676de5671
[]
no_license
dima-ian/fleetapp
cb6d0520678466994b20f2c33c03abaf3a88abba
fda923a8eb51927ba10b08f864529673b446e857
refs/heads/master
2022-08-20T18:46:31.751940
2020-05-27T12:10:32
2020-05-27T12:10:32
262,136,272
0
0
null
null
null
null
UTF-8
Java
false
false
282
java
package dmz.fleetapp.repositories; import dmz.fleetapp.models.Supplier; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; @Repository public interface SupplierRepository extends JpaRepository<Supplier, Integer> { }
[ "ltr.tsts@mail.ru" ]
ltr.tsts@mail.ru
1151954041a24e9efed077e6e07e99aacd8321e0
82baebcb300434d4f7139eb39cdc083dadacab99
/library/src/com/db/chart/view/LineChartView.java
6b5c08cb6c9fb3fec4c317cb77e9a18c928b20ec
[]
no_license
Vingtoft/epital
329c431100889e7a62cd95a0b17859b19c24d1e3
ab73832ce6a1e2794f1084cf88b8d753ee10cab2
refs/heads/master
2021-05-03T14:01:47.390622
2014-12-16T22:53:51
2014-12-16T22:53:51
24,475,295
1
0
null
null
null
null
UTF-8
Java
false
false
11,161
java
/* * Copyright 2014 Diogo Bernardino * * 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 agree...
[ "vingtoftoscar@gmail.com" ]
vingtoftoscar@gmail.com
d5e5cb033d885929525694ff0456dda7d868f55a
c2fb6846d5b932928854cfd194d95c79c723f04c
/java_backup/my java/codmw3/file.java
5c53d913011076f653570fd9dd6a16a3da6715fa
[ "MIT" ]
permissive
Jimut123/code-backup
ef90ccec9fb6483bb6dae0aa6a1f1cc2b8802d59
8d4c16b9e960d352a7775786ea60290b29b30143
refs/heads/master
2022-12-07T04:10:59.604922
2021-04-28T10:22:19
2021-04-28T10:22:19
156,666,404
9
5
MIT
2022-12-02T20:27:22
2018-11-08T07:22:48
Jupyter Notebook
UTF-8
Java
false
false
652
java
import java.util.*; import java.io.*; public class file { void main()throws IOException { Scanner sc=new Scanner(System.in); int a,b; FileOutputStream fs=new FileOutputStream("data.txt"); System.out.println("Enter limit"); a=sc.nextInt(); for(b=0;b<a;b...
[ "jimutbahanpal@yahoo.com" ]
jimutbahanpal@yahoo.com
09132235bb68c3b640521f4f124cb06b22ce42aa
3a5b7466b04f5c55d79e872de6fbff19ae6ec7ca
/src/mvc/Controller.java
ed252c162517f7215398521753c2140b7b9426f3
[]
no_license
martip23/MVC-Simple-Calculator
18b6f8cdea4621f6ab39a7599142c84738837848
882213dd4affeff37acde17c0f9f4185c537e413
refs/heads/master
2021-05-15T20:04:42.020433
2017-11-26T03:09:02
2017-11-26T03:09:02
107,832,624
0
0
null
null
null
null
UTF-8
Java
false
false
497
java
package mvc; /** * The Controller interface is the interface which must be implemented by * all classes which wish to take the role of a Controller. * All controllers must be able to reference a model and a view object. * <p> * The primary role of a Controller within the MVC is to determine what * should happen ...
[ "patrickmartinez77@gmail.com" ]
patrickmartinez77@gmail.com
e237b212aa9301a52bf7747fdfa3694d7e15d73e
c91d418f5effd04ebe0ecb08f4119044312c997e
/app/src/main/java/com/example/ashley/gamestate/game/GameComputerPlayer.java
e979d5b189f58e0af51feaeb8afc5638e8c9b2ff
[]
no_license
kima21/presentation
29007a8b16d5164c7130b530355c472bb671ee73
b32bfe012185a38c548fefae2f76c1be5767edf2
refs/heads/master
2020-04-03T14:18:16.016360
2018-10-26T06:23:14
2018-10-26T06:23:14
155,317,233
0
0
null
null
null
null
UTF-8
Java
false
false
8,670
java
package com.example.ashley.gamestate.game; import android.os.Handler; import android.os.Looper; import com.example.ashley.gamestate.game.util.Tickable; import com.example.ashley.gamestate.game.actionMsg.GameOverAckAction; import com.example.ashley.gamestate.game.actionMsg.MyNameIsAction; import com.example.ashley.ga...
[ "kima21@up.edu" ]
kima21@up.edu
6b661f15e915685862c28cd77f17dadd3deaef05
6d59de527de6bb3fed378aabb218b0aad8e14802
/Week_03/[47]全排列 II.java
82dfa7ccb5bc624e82b384a6ba8baf320f1053b9
[]
no_license
yuqiu-pp/algorithm008-class02
b31e38154970662081606da32df03cbefc9e9d0d
0561e1a3a01a15a8d68fb238ff7c9423ba2131ed
refs/heads/master
2022-11-18T09:34:17.429896
2020-06-28T15:42:00
2020-06-28T15:42:00
255,080,755
0
0
null
2020-04-12T12:46:26
2020-04-12T12:46:25
null
UTF-8
Java
false
false
3,081
java
//给定一个可包含重复数字的序列,返回所有不重复的全排列。 // // 示例: // // 输入: [1,1,2] //输出: //[ // [1,1,2], // [1,2,1], // [2,1,1] //] // Related Topics 回溯算法 package leetcode.editor.cn; import java.util.ArrayList; import java.util.HashSet; import java.util.List; import java.util.Set; class LC47{ public static void main(String[] args)...
[ "41912446@qq.com" ]
41912446@qq.com
5f8791a402b71f0ace3be0082b803f0902c0c6cd
f6a1ed0383eb1331072a42a8fb4309e13056495b
/app/src/main/java/com/example/kk/arttraining/bean/modelbean/AppInfoBean.java
ed84a5b8d8e21a9d65366df3c470e385e158fd7a
[]
no_license
kanghuicong/ArtTraining
b02250a3a6dd20ef32d0b6f92a378791363a6824
82eb115f2771faaf9eec1fbfa6259158ac52f9e6
refs/heads/master
2021-01-24T01:03:03.553578
2017-05-11T07:16:06
2017-05-11T07:16:06
68,698,436
2
1
null
null
null
null
UTF-8
Java
false
false
2,157
java
package com.example.kk.arttraining.bean.modelbean; /** * 作者:wschenyongyin on 2016/10/17 09:51 * 说明: */ public class AppInfoBean extends NoDataResponseBean { private int version_no; private String update_time; private String version_url; private String describle; private String appName; priv...
[ "wschenyongyin@qq.com" ]
wschenyongyin@qq.com
00ca4c5c35f17aa79c84f312286b99bc72dabe07
288ec59d577a69b74535a081c0ae852497b849ad
/app/src/main/java/Main.java
dc63b348c4d61b2c8fd6ce6ac1cefdc01c12dec5
[]
no_license
naltoma/ex-gradle
8b1fb3874fcdeccc1e3c6dd891dd70a1f2462e09
767f1bb8ae58dbd15b1768a3b648377fdd145d5d
refs/heads/main
2023-01-18T16:14:50.812698
2020-11-19T05:36:33
2020-11-19T05:36:33
310,199,986
1
0
null
null
null
null
UTF-8
Java
false
false
559
java
import jp.ac.uryukyu.ie.tnal.*; public class Main { public static void main(String[] args){ Hero hero = new Hero("勇者", 10, 5); Enemy enemy = new Enemy("スライム", 6, 3); System.out.printf("%s vs. %s\n", hero.name, enemy.name); int turn = 0; while( hero.dead == false && enemy.d...
[ "tnal@ie.u-ryukyu.ac.jp" ]
tnal@ie.u-ryukyu.ac.jp
b2056db0ccc8b734dc36fe684fccba09b7e0b318
75f43681db453bf674a63fa47f4a033852adc5cd
/bsp4j/src/main/xtend-gen/ch/epfl/scala/bsp4j/CancelFileWatcherResult.java
f0eb744e6f7fdf391c077c555ef96a219cffe604
[ "Apache-2.0" ]
permissive
olafurpg/bsp
cca8b902a7c6728b9bc03232e5ebd18d50707105
2a1d4c885642f7cb22fbc153c6e880314ee21884
refs/heads/master
2021-03-22T00:13:30.956153
2018-10-25T11:07:02
2018-10-25T11:09:32
116,853,612
1
0
null
null
null
null
UTF-8
Java
false
false
1,350
java
package ch.epfl.scala.bsp4j; import org.eclipse.lsp4j.jsonrpc.validation.NonNull; import org.eclipse.xtext.xbase.lib.Pure; import org.eclipse.xtext.xbase.lib.util.ToStringBuilder; @SuppressWarnings("all") public class CancelFileWatcherResult { @NonNull private Boolean cancelled; public CancelFileWatcherResul...
[ "olafurpg@gmail.com" ]
olafurpg@gmail.com
40635b4c9d7fe4285560b2a0cf177fa8293f12b5
9a9d8f24ba72c02a4bb053c1b1a377b38d4b5008
/src/officeHours/Practice_06_22_2021/Walmart.java
700b32cd15bfd043edd4c38ad773f2b2da3beeee
[]
no_license
AlimAlan/java-programming
9cc06f50f0f18aab9d9bd64f276a1ca91e33ce99
d8d4a4e7974a14c073ea2a9d3bbfeefbaeb22013
refs/heads/master
2023-06-21T19:15:14.864555
2021-07-14T14:11:54
2021-07-14T14:11:54
360,293,013
0
0
null
2021-06-01T13:34:36
2021-04-21T20:08:17
Java
UTF-8
Java
false
false
337
java
package officeHours.Practice_06_22_2021; public class Walmart extends OnlineShopping{ @Override public void viewCart() { } @Override public boolean payForShipping(double price) { return false; } @Override public void buyItem() { } @Override public void returnIte...
[ "alimbekova25m@gmail.com" ]
alimbekova25m@gmail.com
fca31725e5394542b3bc41f39867089f941c45f0
594cff8c985fd3691e9870ac060365fc96d0440b
/src/multiply.java
9379cf1fc5356c969e9c42a0d11a7cb254e5197b
[]
no_license
bluong14/bluong03-307-1T
ea3b819886a68cd8ae371928a46f82ee45419969
1c7fd158a3cc3aa79ad7eda20d6211948a059026
refs/heads/master
2020-03-31T00:50:25.792222
2018-10-05T20:23:09
2018-10-05T20:23:09
151,756,281
0
0
null
null
null
null
UTF-8
Java
false
false
124
java
public class multiply { public static void multiplyInt(){ int x = 1; int y = 1; int result; result = x*y; } }
[ "brandonluong14@gmail.com" ]
brandonluong14@gmail.com
9f056f5757007379ada28b1dae25a843b1c7ef7a
e8244d2d87bc9e61f8aafeae0103a20cda2c6f37
/bgp/bgpio/src/main/java/org/onosproject/bgpio/types/Med.java
4ce73bef7e5dae34f9ea07564257be3e4b164fa1
[ "Apache-2.0" ]
permissive
wangqilei/onos
28b61b2ecadee4883ba336e1208b7f4ae24c0742
00e156e151e82bc688f1060433381865a07e8fe2
refs/heads/master
2021-01-14T10:16:43.813413
2015-11-27T07:30:46
2015-11-27T08:11:06
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,326
java
/* * Copyright 2015 Open Networking Laboratory * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable la...
[ "gerrit@onlab.us" ]
gerrit@onlab.us
e9d2defba6650d1631234eb4597b9938ded4fdda
d605eafd058795b5183ab418c601bffd651f4dc3
/workspace/JavaBootcamp2017/src/main/java/Clase1OPP/KeyPointProxy/Proxy.java
7a945fce652dbf459904094664837636ad3a27c6
[ "Apache-2.0" ]
permissive
acastaneda1/java-bootcamp-2017
b559973baf3c9dd72d7cfeefe1b85d4a16e3de37
11caa5ebb9b749ed1113f15154a93f8bb8f6fba1
refs/heads/master
2021-01-23T02:15:04.693383
2017-04-20T11:44:08
2017-04-20T11:44:08
85,974,336
0
0
null
2017-03-23T16:49:52
2017-03-23T16:49:51
null
UTF-8
Java
false
false
309
java
package Clase1OPP.KeyPointProxy; import java.util.Date; public class Proxy { SlowAccessDB slowThing; public Proxy() { System.out.println("Creating proxy at " + new Date()); } public void showDateProxy() { if (slowThing == null) { slowThing = new SlowAccessDB(); } slowThing.Access(); } }
[ "yiyi65526@users.noreply.github.co" ]
yiyi65526@users.noreply.github.co
6d166dc92d07a37ad02ed3f92c05f3dfa1f87cf5
794f622aa6cc2e5703bbd72b600debc7dcc45dcb
/src/tree/IdenticalTrees.java
a5ec6d31d425f650bf184e918e19a7e9ebabc81b
[]
no_license
parul3067/Algorithm-Practice-Questions
d51030d464ebc5ff6515256bb19412f25d0607f3
b2484e4913cf21d0d7dd76332f26664c28c6d0ad
refs/heads/master
2021-01-20T01:35:23.203340
2017-02-15T22:18:21
2017-02-15T22:18:21
78,190,160
0
0
null
null
null
null
UTF-8
Java
false
false
1,817
java
package tree; public class IdenticalTrees<T> { TreeNode<T> root; boolean isIdentical = true; public IdenticalTrees() { this.root = null; } public IdenticalTrees(T root) { this.root = new TreeNode<T>(root); } private boolean isIdentical(TreeNode<T> root1, TreeNode<T> root2) { if...
[ "p7verma@uwaterloo.ca" ]
p7verma@uwaterloo.ca
ee3dedad9ea0be4ff707f99e91ef80ed13c4b141
be9103baf8d24d4b3b8606a41208e96d288c3208
/src/test/java/com/github/msemys/esjc/SystemSettingsJsonAdapterTest.java
c69f622d96e383a26b980a8cc0ab23b2cab37c73
[ "MIT" ]
permissive
trevorbernard/esjc
998bf1ef48a967f8153f3bd22c11861ed8ac8792
2c9787cb20543e60b73a40f9e090f06c24bb7e11
refs/heads/master
2021-01-18T03:37:13.670381
2016-07-24T10:50:10
2016-07-24T10:50:10
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,912
java
package com.github.msemys.esjc; import org.junit.Test; import static java.util.Arrays.asList; import static org.junit.Assert.*; public class SystemSettingsJsonAdapterTest { @Test public void serializesWithAllAcls() { StreamAcl userStreamAcl = new StreamAcl(asList("eric", "kyle", "stan", "kenny"), ...
[ "mindaugas.semys@gmail.com" ]
mindaugas.semys@gmail.com
cd773a00857178d5ae438364f8154a85d93b68b3
3839eb1e8537999ae1af61ea8c289043027e209b
/src/main/java/com/yml/designpatterns/abstractfactory/SqlServerFactory.java
9134d1d899ad5b08775a7a970d95299c03e03b62
[]
no_license
sydml/designpatterns
633c190e1a7167c5c3f0c4b141cbbd7423fb2026
6a0b192e6324e358e3bb831a113ca0b91464a7f9
refs/heads/master
2021-06-23T14:30:08.514080
2020-12-04T02:07:39
2020-12-04T02:07:39
163,142,436
0
1
null
null
null
null
UTF-8
Java
false
false
348
java
package com.yml.designpatterns.abstractfactory; /** * @author Liuym * @date 2018/12/25 0025 */ public class SqlServerFactory implements IFactory { @Override public IUser createUser() { return new SqlServerUser(); } @Override public IDepartment createDepartment() { return new Sql...
[ "liuym@startimes.com.cn" ]
liuym@startimes.com.cn
bcfa5908a6bc3cd0c49af92eeca764624f9f492d
5182be94cba95f6164ce0b6dd2e8167c8cedac5a
/guanwu-modules/guanwu-admin/src/main/java/com/github/guanwu/security/modules/auth/mapper/ClientServiceMapper.java
43218911d5fb39ababc0eb4caba21cf447ebb24c
[]
no_license
wangguanwu/cloud-platform-security
0d9aa2bded4b781b072fbc8eebb0c4ac856c47fc
7acaeaf71855555d4476c0fc9cafc5615651df7b
refs/heads/main
2023-07-08T09:54:41.286664
2021-08-14T00:21:45
2021-08-14T00:21:45
391,525,143
0
0
null
null
null
null
UTF-8
Java
false
false
369
java
package com.github.guanwu.security.modules.auth.mapper; import com.github.guanwu.security.modules.auth.entity.ClientService; import tk.mybatis.mapper.common.Mapper; /** * * * @author guanwu * @email 2531507093@qq.com * @version 2021-07-31 18:11:14 */ public interface ClientServiceMapper extends Mapper<Client...
[ "guanwu@wangguanwudeMacBook-Pro.local" ]
guanwu@wangguanwudeMacBook-Pro.local
a9182e21a3aba5c489778cef93bdab775ef63b3a
efde683108a149727d1f4f5f1a3c0e777c5a7d9d
/QuantoSauros.Common/src/main/java/com/quantosauros/common/calendar/DefaultCalendar.java
bcb7511459870d1f5e0bd1a961a198bd97a165db
[]
no_license
quantosauros/QuantoSauros
da4162f396879f4384bf2438f556a819bd16a1b0
f21879284e0c9f51f15af92b3da336dee3868ec6
refs/heads/master
2021-01-21T13:30:13.561156
2016-05-16T09:50:02
2016-05-16T09:50:02
48,434,338
1
0
null
null
null
null
UTF-8
Java
false
false
1,568
java
package com.quantosauros.common.calendar; import com.quantosauros.common.date.Date; /** * {@code DefaultCalendar}는 주말만 휴일로 지정되어 있는 기본 달력이다. * <p>이 클래스에는 인스턴스가 1개만 존재하므로 공개된 생성자는 두지 않으며, * {@code getInstance} 함수를 통해 객체를 가져온다. * * @author Kang Seok-Chan * @since 3.2 * */ /*-------------------------------------...
[ "jayjlee12@gmail.com" ]
jayjlee12@gmail.com
261bba06d9947b5f25decf529906adafa1ff490f
bca4733ccd060dca5bcc36f5c0326b10a003ec91
/src/main/java/org/mobicents/servlet/sip/tools/RegexGroup.java
167725acde68f7de51ea93c46daae289e176232c
[]
no_license
spicyramen/opencall
59921a9d12cf7261f36c359719cf31fec0c76fda
8c67e17e36eb29941f678dc311fb82d663c822f3
refs/heads/Development
2021-01-23T20:11:56.116726
2015-03-27T00:08:58
2015-03-27T00:08:58
10,187,534
8
3
null
2013-11-02T00:30:06
2013-05-21T04:00:35
Java
UTF-8
Java
false
false
2,090
java
package org.mobicents.servlet.sip.tools; import java.util.ArrayList; import java.util.List; public class RegexGroup { /** * group 1: index start: 15 index end: 29 offset: 16 elements: 8 group 2: index start: 35 index end: 37 offset: 4 elements: 2 */ private int indexStart = 0; private int indexEnd = 0; ...
[ "gascagonzalo@gmail.com" ]
gascagonzalo@gmail.com
951d1916f87b2f05cc6fcddd6ae29f52e52e1b77
954a3676e8116e6b42e3ccf43524c7f856d99527
/TeamCode/src/main/java/virtualRobot/MonitorThread.java
ae92bcf4fb0d077c2dfcd7069b07cb48c6b873ed
[ "BSD-3-Clause" ]
permissive
MillburnHighSchoolRobotics/FTCRobot2016-17
13fc28fd5b04f9be335b04e55b35206bde3019b6
723db3162ee2bffcd9b51bc2298d28d9a0e5340b
refs/heads/master
2021-03-27T08:37:36.025051
2017-02-26T11:32:32
2017-02-26T11:32:32
68,617,309
0
0
null
null
null
null
UTF-8
Java
false
false
1,340
java
package virtualRobot; import android.util.Log; import virtualRobot.commands.Command; /** * Created by shant on 1/10/2016. * Monitor threads are used by delegateMonitor in godthread. * They have the abstract method setStatus, where a particular monitor thread is told how to determine whether * the monitor thread ...
[ "17osullivand@millburn.org" ]
17osullivand@millburn.org
0a79891a5eba19f8d320634f7e57ef74652a5c31
a1709e076ec85c3e156f09eacfabdd6c3cc840f9
/src/main/kotlin/com/ksb/ksb_with_mybatis/model/Tag.java
2a9d66763b4403361b535368f31a9057591c4b17
[ "Apache-2.0" ]
permissive
KotlinSpringBoot/ksb_with_mybatis
37fd8ce6defa5d1b6642b40ea425ebc4cf77e97e
e92e331b4bdc52ed9eaad88795354d3b82790cbc
refs/heads/master
2021-08-23T05:25:29.333017
2017-12-03T16:36:14
2017-12-03T16:36:14
112,068,314
2
0
null
null
null
null
UTF-8
Java
false
false
964
java
package com.ksb.ksb_with_mybatis.model; import com.fasterxml.jackson.annotation.JsonFormat; import java.util.Date; public class Tag { private Long id; private String name; private Date gmtCreate; private Date gmtModify; public Long getId() { return id; } public void setId(Lon...
[ "guangjian.cgj@alibaba-inc.com" ]
guangjian.cgj@alibaba-inc.com
163cd9fd04183737336776f21c4eb0aeb3414580
96234dedce91a66489233d519ae470566cafce7b
/src/Stream_IntOut/Practice8_File_ConstructMethod.java
d1c4726477e86804cb23ca517fb961d2d784553b
[]
no_license
linj21a/java
edb434ffb921390b47c52f2a4a99cd3aefe70c2c
eb95568495b5af1100939681a066b1b3220222a1
refs/heads/master
2023-03-31T06:39:01.122102
2021-03-12T02:56:41
2021-03-12T02:56:41
256,404,199
0
0
null
null
null
null
UTF-8
Java
false
false
2,547
java
package Stream_IntOut; import java.io.File; /** * IO流使用来 操作文件里边的数据的 * 但是无法操作文件的属性——如大小,修改时间,目录等。 * File对象于是就产生了。 * <p> * public class File * extends Object * implements Serializable, Comparable<File> * <p> * 将文件与其目录路径名、其他属性进行封装,成为一个类。 * 构造器: * 1、File​(String pathname) 通过将给定的路径名字符串转换为抽象路径名来创建新的 File实例。 * 2...
[ "604178275@qq.com" ]
604178275@qq.com
65dfba6e74a2cdfd46f9e52f9969ded42465eac5
c638aadca88b06db34af812e2ffbcef7da041fa7
/soap-server/src/main/java/com/ctl/as/domain/geo/v2/types/response/GeoPoint.java
d9bb8b06e81aef2a77d6c7baf4285e8f7c78814d
[]
no_license
Bloody-Indians/WebService_publish_consume
bc858c0e8db1f6408d8863ee7f45add50cd6a0c1
d661fd6d778809267f9fdfcbc4135d60df342413
refs/heads/master
2020-06-12T14:15:26.159976
2016-12-07T05:43:54
2016-12-07T05:43:54
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,976
java
package com.ctl.as.domain.geo.v2.types.response; //import com.thoughtworks.xstream.annotations.XStreamAlias; public class GeoPoint { // //@XStreamAlias("Source") protected GeoPointSource source; // //@XStreamAlias("Latitude") protected Double latitude; //@XStreamAlias("Longitude") protected D...
[ "haribabu.ka@hcl.com" ]
haribabu.ka@hcl.com
1e1b6d0476621d391f9464993ec546099369bce9
bdcd5f83b4b49cf374b708f0c806b1ffa694253a
/server/applet-server/src/main/java/com/imengli/appletServer/service/UserService.java
81dbfe8f9bcafc582ae2045b9253b7799c9e5b7e
[ "MIT" ]
permissive
MMMMMMLi/Account
f47469a0deb74dcab9d692a49643a06ffe423833
8a4b2139db709728c09c7eb830f66ff769ee216a
refs/heads/master
2023-03-13T01:28:18.119100
2021-03-02T13:28:13
2021-03-02T13:28:13
291,652,489
2
0
null
null
null
null
UTF-8
Java
false
false
11,230
java
/* * The MIT License (MIT) * * Copyright (c) 2020 mmmmmengli@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the ri...
[ "dianxinweizi@163.com" ]
dianxinweizi@163.com
6e36af6e81f71e93dda942153c909f88c8816d69
6ee4da7cdebe25bd5bba932b8b29867e1259883d
/app/src/main/java/com/jotamarti/golocal/UseCases/Clients/ClientParser.java
cc2c8f44c0bd6d4d230c23487825039718e909b8
[]
no_license
TheDamProject/MovileApp
804c4c20924d1128727ec869d3a88e6302ee9490
c3aec01d18d1bbef1318453090b3a2196fd321d1
refs/heads/master
2023-05-05T05:17:30.597369
2021-05-30T09:45:47
2021-05-30T09:45:47
316,734,686
0
1
null
2022-05-12T13:46:34
2020-11-28T12:59:46
Java
UTF-8
Java
false
false
609
java
package com.jotamarti.golocal.UseCases.Clients; import com.jotamarti.golocal.Models.Client; import org.json.JSONException; import org.json.JSONObject; public class ClientParser { public static Client parseClientFromJsonObject(JSONObject jsonObject) throws JSONException { Client client = new Client(); ...
[ "juanma887@gmail.com" ]
juanma887@gmail.com
8e11071117aaf044f65a10f45c365546e86e4cd3
b106b594d63a8e20fb2f9094a533c398393e9378
/src/test/java/com/orangehrm/practice/JdbcDemo.java
a1fbe8d910202e0ab9c18312d6be5364642d4856
[]
no_license
MahriAshyrova/OrangeHrmFramework
aff9121f14dd51eb5d831376ff0498afcbdc2d55
0bd4782a76ff885fefb44a34171ad5d76a59e330
refs/heads/master
2022-06-24T03:32:07.103951
2019-09-08T16:58:47
2019-09-08T16:58:47
192,842,078
0
0
null
2021-04-26T19:15:51
2019-06-20T03:27:26
HTML
UTF-8
Java
false
false
1,187
java
package com.orangehrm.practice; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import org.junit.Test; public class JdbcDemo { String dbUrl ="jdbc:oracle:thin:@syntaxdatabase.cdjflmucstpo.us-east-1.rds.amazonaws.com:1521...
[ "myahriturkmen@gmail.com" ]
myahriturkmen@gmail.com
e3aaec36275a69780a28269df8e0111813e33472
e7d0f8d0a4bf30073ffc306a50714b790a2ac55e
/src/main/java/com/example/demo/demo/thread/ThreadDemo3.java
e69f70199ae37722575b78907912752564300451
[]
no_license
lovepli/demo
c05730ad22b5848d3654d7a4a3a1aa1e0fcc7aca
3a847d2aed6da0162a754855e80fc6bd4d10343c
refs/heads/master
2022-12-23T22:55:24.700716
2019-12-02T11:40:31
2019-12-02T11:40:31
224,959,745
0
0
null
2020-10-13T17:51:28
2019-11-30T04:34:27
Java
UTF-8
Java
false
false
1,843
java
package com.example.demo.demo.thread; import java.util.ArrayList; import java.util.Arrays; import java.util.List; /** * @author: lipan * @date: 2019-06-10 * @description: 练习: * join练习 小明设计了一个多线程程序,希望创建3个线程,每个线程先打印 * Hello, xxx! * 然后等待1秒,再打印: Goodbye, xxx! * * 这里我没有成功!!!!ß */ class HellThread extends Thread{...
[ "1171205514@qq.com" ]
1171205514@qq.com
e060bbfe84b73d4f397e2761ba131706de1c8e29
642bb69b1aca6cd5d206572ddc3f118f64be995a
/src/com/haxademic/demo/system/Demo_JavaFXAppLaunch.java
a3bfb40b0ba813727aa34e53cacddcecef8f1a1a
[ "MIT" ]
permissive
chrisfromwork/haxademic
25cdfd37a26ec897cf309ed96de4db8f68eeb991
125fbe694a084abf9b29efa9e321bc00ba627dfc
refs/heads/master
2020-06-26T17:04:05.716929
2019-07-27T22:21:04
2019-07-27T22:21:04
null
0
0
null
null
null
null
UTF-8
Java
false
false
934
java
package com.haxademic.demo.system; import com.haxademic.core.app.PAppletHax; import com.haxademic.core.app.config.AppSettings; import com.haxademic.core.draw.context.PG; public class Demo_JavaFXAppLaunch extends PAppletHax { public static void main(String args[]) { PAppletHax.main(Thread.currentThread().getStackTrac...
[ "cacheflowe@users.noreply.github.com" ]
cacheflowe@users.noreply.github.com
91737cd597900f3ef211752127f557fd5bea86e6
f0e36ac414f2e812ec4c90cd006a8b45d6749523
/src/com/zsm/example/Sum.java
6d90157f4a42e529f040d38fd533144aeba0385b
[]
no_license
hovljei/javalearn
fdbee332a25c89319bdf6b10a1518f4a5ee29b3f
cae3eace357c5d64a24eaed24fca05045e4a6e16
refs/heads/master
2016-09-05T23:31:45.611919
2013-03-24T17:01:52
2013-03-24T17:15:12
null
0
0
null
null
null
null
GB18030
Java
false
false
442
java
package com.zsm.example; class Sum{ public static void main(String[] args){ double sum=0; double fenZi=2.0, fenMu=1.0; //初始的分子 (fenZi)=2,分母(fenMu)=1 for(int i=1; i<=20; i++){ sum += fenZi / fenMu ; fenMu = fenZi; //下一项的分母 = 上一项的分子 fenZi += fenMu; //下一项的分子 = 上一项的分子加分母 } ...
[ "githup.lee@gmail.com" ]
githup.lee@gmail.com
49b55d4dca2eae9230cc7e14112b050fc0f1773c
74827bd4e7a0d0ac0de32cc6322f993f257ea088
/Pensione_Prog_BD/src/PensioneGrafica/CancAnimale.java
38fffb77a682199ba61ae171c2046e06f522bf52
[]
no_license
AngelaUrsi/PensioneAnimali
16f8dbe852f4c55b76bf67a20a2ae69a3547bfa3
845c67c0957dd49748daf8245fb0718284b9b365
refs/heads/master
2021-06-20T15:01:26.793176
2021-01-28T09:31:16
2021-01-28T09:31:16
157,995,611
0
0
null
null
null
null
UTF-8
Java
false
false
1,771
java
package PensioneGrafica; import java.awt.EventQueue; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.JFrame; import javax.swing.JPanel; import java.awt.BorderLayout; import javax.swing.JLabel; import javax.swing.JOptionPane; import javax.swing.JButton; import javax.swing.JT...
[ "angelaursi@virgilio.it" ]
angelaursi@virgilio.it
96371cef533c8d0f0c145b76eae8c36f542596e5
e88d288f1e438ab90d7202dcf719ac2859214ed2
/kzuo/src/main/java/com/example/kzuo/Application/application.java
ac72e7da8135d80b4701f56706955b7c2ae01a91
[]
no_license
shidongd/956
6044441e24328131419862a4c9aa6e2ad001f276
eb1c2b497b191e9f864e26f08c13ff926d15199b
refs/heads/master
2021-09-08T04:46:15.263889
2018-03-07T07:21:12
2018-03-07T07:21:12
null
0
0
null
null
null
null
UTF-8
Java
false
false
734
java
package com.example.kzuo.Application; import android.app.Application; import com.example.kao.DaoMaster; import com.example.kao.DaoSession; public class application extends Application { public static application application; private DaoSession daoSession; private static application application() { ...
[ "614935053@qq.com" ]
614935053@qq.com
c2df770ca425e5877167a6d7e3e5d01e686a8051
261bb9f006737976aee730654f5052a7fc2ad5fd
/tkSystem/src/main/java/com/tkSystem/dao/mapper/TkApplyMapper.java
93c9371e99c4d43886bf9e6812c4938d3dd52282
[]
no_license
1emanresu/tkSystem
00d8aad9ec3e8965c5874e053b3814c9700a5ca0
35dc100d3da9eef13eaffc30118faefa0200f357
refs/heads/master
2020-03-11T01:52:41.046662
2018-09-14T12:52:54
2018-09-14T12:52:54
129,704,058
0
0
null
null
null
null
UTF-8
Java
false
false
380
java
package com.tkSystem.dao.mapper; import com.tkSystem.dao.entity.TkApply; public interface TkApplyMapper { int deleteByPrimaryKey(String tkApplyId); int insert(TkApply record); int insertSelective(TkApply record); TkApply selectByPrimaryKey(String tkApplyId); int updateByPrimaryKeySelective(TkA...
[ "13549349203@163.com" ]
13549349203@163.com
71a37873bcfb3d864897ed95d9739cdc470a48ed
1d928c3f90d4a0a9a3919a804597aa0a4aab19a3
/java/lucene-solr/2017/12/TimeRoutedAliasUpdateProcessorTest.java
f7f200f58ae6f8ef77bad00da33de97e07ce2ec5
[]
no_license
rosoareslv/SED99
d8b2ff5811e7f0ffc59be066a5a0349a92cbb845
a062c118f12b93172e31e8ca115ce3f871b64461
refs/heads/main
2023-02-22T21:59:02.703005
2021-01-28T19:40:51
2021-01-28T19:40:51
306,497,459
1
1
null
2020-11-24T20:56:18
2020-10-23T01:18:07
null
UTF-8
Java
false
false
12,254
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 may ...
[ "rodrigosoaresilva@gmail.com" ]
rodrigosoaresilva@gmail.com
f7f3ed1143491c108b1a1c643b38004b61f8ba54
56345887f87495c458a80373002159dbbbd7717f
/example/src/main/java/com/alibaba/otter/canal/example/db/MysqlLoadLauncher.java
b99361060bf849926c633a7a1fb30da9a73fd8d6
[ "Apache-2.0" ]
permissive
cainiao22/canal-bigdata
724199c61632e98b43797d4fd276abcba7e426fb
a88362535faeda5f846a8f147d341f8d22ffd2e4
refs/heads/master
2022-12-26T16:59:50.256698
2018-12-05T07:27:17
2018-12-05T07:27:17
214,317,447
1
0
Apache-2.0
2022-12-14T20:35:10
2019-10-11T01:30:07
Java
UTF-8
Java
false
false
1,289
java
package com.alibaba.otter.canal.example.db; import com.alibaba.otter.canal.example.db.mysql.MysqlClient; import org.slf4j.Logger; import org.slf4j.LoggerFactory; public class MysqlLoadLauncher { private static final Logger logger = LoggerFactory.getLogger(MysqlLoadLauncher.class); public static void main(Str...
[ "yanpengfei@qding.me" ]
yanpengfei@qding.me
9c8ecb9cc92d2d30224d8a0e13bc769dcb861be0
24afaa2fe6c70acffb8aad4b5354ab9bfdd1a472
/app/src/main/java/com/ebs/ecount/parts_physical_inventory/equipment_inventory_activity.java
6e00968a949735f6682a81af878fc5f91512a818
[]
no_license
abdullaabdulla422/eCount
8511586c29a76b27d24ef3dcb13cc82014e0d010
94302ecf04015ef413812d42a8502d84e53b4a45
refs/heads/master
2022-07-03T19:04:15.232454
2019-05-16T11:01:38
2019-05-16T11:01:38
264,227,197
0
0
null
null
null
null
UTF-8
Java
false
false
440,291
java
package com.ebs.ecount.parts_physical_inventory; import android.Manifest; import android.animation.Animator; import android.animation.ValueAnimator; import android.annotation.SuppressLint; import android.app.Dialog; import android.content.Context; import android.content.Intent; import android.content.pm.PackageManager...
[ "parivendhan8@gmail.com" ]
parivendhan8@gmail.com
6fdb1bd4f18740154eda7370eeeaf26b4e742876
8ab6d0a25a68d2caa7517a6995724adc245c4341
/HTTP-ServerApp/src/HTTPServerLibrary.java
981bcb22955aa00fc049fb69a66c772b2cf7c965
[]
no_license
skanderbm123/445_A1
6caf5c7ca1e049b38ab9d2370562a57e69e45ba2
4fdfe99c026de812e54764c2bfeccf0e87a3a90c
refs/heads/master
2021-06-29T23:01:50.415988
2020-04-06T02:34:45
2020-04-06T02:34:45
237,322,044
0
2
null
2021-06-07T18:42:56
2020-01-30T22:57:03
Java
UTF-8
Java
false
false
9,347
java
import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.io.FileNotFoundException; import java.io.FileWriter; import java.io.IOException; import java.net.InetAddress; import java.net.ServerSocket; import java.net.Socket; import java.net.URL; import java.nio.file.Files; import java....
[ "skander96@hotmail.com" ]
skander96@hotmail.com
26e2f88330e6b81929d9256dffad00e58b76cedb
d3530e3d155b5cf3d9e510fc12997f4588c36eb7
/ejercicios/src/ejemplolista/ListaNombres.java
f0c4ea13be8f0a728b803cc8d159ce22237851da
[]
no_license
erickgjs99/poo2020
01eafc4481029e28f070ea231f15930d3737431b
66c864fbfb7b2379cd80bb644b23bf0e13c4d183
refs/heads/master
2020-12-31T08:17:37.033462
2020-03-20T03:20:05
2020-03-20T03:20:05
238,947,454
1
0
null
null
null
null
UTF-8
Java
false
false
1,142
java
package ejemplolista; import java.util.ArrayList; import java.util.List; import java.util.Scanner; public class ListaNombres { public static void main(String[] args) { Scanner entrada = new Scanner(System.in); //Declaracion de variables List<String> nombres = new ArrayList<String>(); ...
[ "erickjs99lol@gmail.com" ]
erickjs99lol@gmail.com
6b5c275ad4a9a11a5a6d75204c4d885c43186117
ed82512b7dd203bf9769438ca8f0bd5ecc1c3d36
/app/src/main/java/com/example/samsungnormalannualproject/OnSwipeTouchListener.java
d239e79db8ff51f6670a4d229956995a06f00ba7
[]
no_license
hyper-hronoz/Samsung_normal_annual_project
a96da5e3dd3f4904c817ac73240cc7d4102b3020
c096ae83c75eab4fc470d6f87bbdd7edacd0c4e8
refs/heads/master
2023-05-14T20:54:32.048801
2021-06-07T15:37:40
2021-06-07T15:37:40
351,998,041
1
0
null
null
null
null
UTF-8
Java
false
false
1,550
java
package com.example.samsungnormalannualproject; import android.content.Context; import android.view.GestureDetector; import android.view.MotionEvent; import android.view.View; public class OnSwipeTouchListener implements View.OnTouchListener { private final GestureDetector gestureDetector; public OnSwipeTou...
[ "vlad_moryakov_prog@mail.ru" ]
vlad_moryakov_prog@mail.ru
499d0814290f9ad77d43fd3c953ad6da9af55b6c
aae49c4e518bb8cb342044758c205a3e456f2729
/GeogebraiOS/javasources/org/geogebra/common/euclidian/draw/DrawImage.java
bc532368cbbe2d5e1068284469fdb127b8bf59b5
[]
no_license
kwangkim/GeogebraiOS
00919813240555d1f2da9831de4544f8c2d9776d
ca3b9801dd79a889da6cb2fdf24b761841fd3f05
refs/heads/master
2021-01-18T05:29:52.050694
2015-10-04T02:29:03
2015-10-04T02:29:03
45,118,575
4
2
null
2015-10-28T14:36:32
2015-10-28T14:36:31
null
UTF-8
Java
false
false
10,894
java
/* GeoGebra - Dynamic Mathematics for Everyone http://www.geogebra.org This file is part of GeoGebra. 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. */ /* * DrawPoint.java * * Created on 1...
[ "kuoyichun1102@gmail.com" ]
kuoyichun1102@gmail.com
b8eb87cdd430af92fc13dca83ce82ba746daaf5b
da4a4787cc61e3e209cac49fb09a66651ecc4880
/servletProject/src/com/webjjang/image/vo/ImageVO.java
01cd30fc51bfbeaaae240627f7c27a4092a59a54
[]
no_license
joypark0424/servletProject
a11351454741d0ca8a294c16815a018fe2f6b01d
5eecf3a032804376dbd3381f4218b678c3f5cfb2
refs/heads/master
2023-03-18T15:31:21.638674
2021-03-19T08:51:42
2021-03-19T08:51:42
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,195
java
package com.webjjang.image.vo; public class ImageVO { private Long no; private String title, content, name, id, writeDate, fileName; public Long getNo() { return no; } public void setNo(Long no) { this.no = no; } public String getTitle() { return title; } public void setTitle(String titl...
[ "EZEN@DESKTOP-IPG2JCP" ]
EZEN@DESKTOP-IPG2JCP
da3b380581a4181a3adaa29d715d95414e628fc5
2cb930e8861ceade6620c06d24f15849a150ae9f
/base/src/main/java/com/steven/base/util/ProviderUtil.java
0d1280e312defb33177db5995192ae128b68e4af
[]
no_license
yummyship/SnowDream
216ee1e888220ee4d67f9d26a1a6d209bdeeff82
bf9d67867b320820ca4da3dc900f2c7d1e963404
refs/heads/master
2021-03-03T09:42:18.797717
2020-01-17T05:58:57
2020-01-17T05:58:57
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,624
java
package com.steven.base.util; import android.content.ClipData; import android.content.ClipboardManager; import android.content.Context; import android.content.Intent; import android.net.Uri; import android.os.Build; import android.provider.Settings; import androidx.core.app.NotificationManagerCompat; /** * @user ste...
[ "15921327326@163.com" ]
15921327326@163.com
8191d46f9f9792595cc006c7da9546731a69e712
44cbd9499eb1973745954a8bb9b610fb104553cf
/app/src/main/java/org/loofer/weread/mvp/model/api/service/CommonService.java
1de5a71d8bf742099d8f093d9cfcc99bdd81279d
[ "Apache-2.0" ]
permissive
Loofer/WeRead
b4c8fa09cbe31f09a6aa66135a11a5c509c04fe3
1bfdb6bcfc39edeb29b208c3b040d63c6a5e153c
refs/heads/master
2021-01-11T11:07:09.107458
2017-04-06T02:53:42
2017-04-06T02:53:42
78,994,183
0
0
null
null
null
null
UTF-8
Java
false
false
2,602
java
package org.loofer.weread.mvp.model.api.service; import org.loofer.weread.mvp.model.entity.BaseJson; import org.loofer.weread.mvp.model.entity.Detail; import org.loofer.weread.mvp.model.entity.HomeItem; import org.loofer.weread.mvp.model.entity.Splash; import java.util.List; import retrofit2.http.GET; import retrofi...
[ "loofer.deng@bluepay.asia" ]
loofer.deng@bluepay.asia
fff6030dc7f6f7440e41446f992b26d6deb7066e
ad583ed989bad964055a7529ea25660d0d620268
/app/src/main/java/com/ufrbuild/mh4x0f/painelufrb/ui/activity/main/schedule/models/SemanaEnum.java
ed70712c0479f524b15cdd75f95e0bd953f29782
[ "Apache-2.0" ]
permissive
UFRBuild/Painel-Aulas-UFRB
1c92754694cd6e9d7791e9bffad6fc62723371b3
27c3a5b21584ab25ab90b5ceb98aa406005db310
refs/heads/dev
2022-12-25T12:04:38.632987
2022-12-12T23:16:25
2022-12-12T23:16:25
200,312,273
3
0
Apache-2.0
2022-12-12T23:16:26
2019-08-03T00:12:43
Java
UTF-8
Java
false
false
415
java
package com.ufrbuild.mh4x0f.painelufrb.ui.activity.main.schedule.models; public enum SemanaEnum { SEGUNDA(2), TERCA(3), QUARTA(4), QUINTA(5), SEXTA(6) , SABADO(7); private final int valor; SemanaEnum(int valorOpcao){ valor = valorOpcao; } public int getValor(){ return valor...
[ "mh4root@gmail.com" ]
mh4root@gmail.com
4ccb346b085ea9e498f14038c55cfb0fe05ca875
fc562b4b16576c8fb9a8bc937898c455b383c761
/checkin.module/android/src/de/gmino/checkin/android/facebook/errorhandling/FacebookErrorListener.java
bc970980b4d9e47aa07f6d0c5cc91d7dcf2babc5
[]
no_license
lenaschimmel/meva
ed539adf1c93eb57c84baf067bbf45da1a6641b9
1a57ff0e37d394dc6047afc930587311775b2da7
refs/heads/master
2021-01-01T05:48:56.061455
2017-03-27T21:16:07
2017-03-27T21:16:07
22,265,270
2
0
null
null
null
null
UTF-8
Java
false
false
1,361
java
package de.gmino.checkin.android.facebook.errorhandling; import org.itemscript.core.values.JsonObject; import de.gmino.checkin.android.facebook.FacebookUtil; public class FacebookErrorListener { Throwable constructionContext; public FacebookErrorListener() { constructionContext = new Throwable(); } public vo...
[ "schimmel@gmino.de" ]
schimmel@gmino.de
d53b2105d7a5ac5b8f5ad2dd55fd961786bdb5dd
f8d00e97ba6045087f885e2675e73f5fa24e8601
/core/src/samples/java/org/easymock/samples/BasicClassMockTest.java
12cf3f8c1ab0a6b71c21ed6d2b2167a686e9d361
[ "Apache-2.0" ]
permissive
shadow000902/easymock
c2ae9f3bb3d959177c8619f543384c956ca46af0
5d2644988f13b9a254ebfd6193cb50626150a7e0
refs/heads/master
2021-01-13T11:00:28.890587
2016-12-21T04:46:20
2016-12-21T04:46:20
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,356
java
/** * Copyright 2001-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...
[ "henri.tremblay@gmail.com" ]
henri.tremblay@gmail.com
2bd1b9960913a89d3e20b4c357f94475bada2899
942ccfc960be91c186b8756ee70963ac84d190b2
/src/main/java/cn/com/fanyu/huanxin/api/impl/EasemobFile.java
529bd0ce213ebd0dd71c292e945cf7394516dd5f
[]
no_license
fengyiyangdeyi/fanyu
753c422b4b2457d3889bb6f4dc966ba28a3ac8d8
70e401dae37fa89e283b0ad0857ac54ecf398524
refs/heads/master
2021-08-08T01:47:53.228793
2017-11-09T10:08:50
2017-11-09T10:08:50
109,255,579
0
1
null
null
null
null
UTF-8
Java
false
false
1,406
java
package cn.com.fanyu.huanxin.api.impl; import cn.com.fanyu.huanxin.comm.EasemobAPI; import cn.com.fanyu.huanxin.api.FileAPI; import cn.com.fanyu.huanxin.comm.OrgInfo; import cn.com.fanyu.huanxin.comm.ResponseHandler; import cn.com.fanyu.huanxin.comm.TokenUtil; import io.swagger.client.ApiException; import io.swagger.c...
[ "627319885@qq.com" ]
627319885@qq.com
22c3e3944f99559d9dcd1d1a3382f72471d8245f
81041a355741981eb9dbdaec2dcd25ac8bb82905
/src/main/java/com/botech/ywzx/netty/client/handler/TimeClientHandler.java
457a08c0bdd1017a4e4955efc5e36b150890f1fd
[]
no_license
luanxiaodong/test
b19cf925b3a6d92804f5add8bbd09eece5b95b7f
b9d23a840b82307467836071cd573e5a77e2bbb9
refs/heads/master
2021-01-12T07:15:48.764161
2016-12-20T05:46:15
2016-12-20T05:46:15
76,926,368
0
0
null
null
null
null
UTF-8
Java
false
false
1,290
java
package com.botech.ywzx.netty.client.handler; import io.netty.channel.ChannelHandlerContext; import io.netty.channel.ChannelInboundHandlerAdapter; import java.util.logging.Logger; import com.botech.ywzx.netty.bean.BcPackageBuilder; import com.botech.ywzx.netty.client.client.NettyClient; import com.botech.ywzx.netty...
[ "lxd_l@163.com" ]
lxd_l@163.com
f10010753a2898fc9d1d19c6491f50f45d224013
88deb9c9049073ee22b8a20a686f3dd90b4b3ebf
/src/overriding/Ex04.java
fced0e3991e3420f1adec08b9a046dca783eb47c
[]
no_license
ladieslog/day16
fa4dcf8bbda68f2ad3d007ff18cb7416c8b0ebab
43e0656382c920ccc77780edfd17699a194e967f
refs/heads/master
2023-07-14T21:46:54.225904
2021-08-23T09:51:23
2021-08-23T09:51:23
398,989,490
0
0
null
null
null
null
UTF-8
Java
false
false
646
java
package overriding; class Parents{ public void familyName() { System.out.print("이 "); } public void name() { familyName(); System.out.println("순신"); } } class Daughter extends Parents{ public void name() { familyName(); System.out.println("국주"); } } class Son extends Parents{ public void name() { f...
[ "matia0529@gmail.com" ]
matia0529@gmail.com
d46ac41e5fa9ba0329ff91fb45ddf576ab1ecd6a
4abd603f82fdfa5f5503c212605f35979b77c406
/html/Programs/hw6-2-diff/r04631013-375-3/Diff.java
fc3f2bcf5c5de5d0ddb6d571bc972507c54155e0
[]
no_license
dn070017/1042-PDSA
b23070f51946c8ac708d3ab9f447ab8185bd2a34
5e7d7b1b2c9d751a93de9725316aa3b8f59652e6
refs/heads/master
2020-03-20T12:13:43.229042
2018-06-15T01:00:48
2018-06-15T01:00:48
137,424,305
0
0
null
null
null
null
UTF-8
Java
false
false
5,124
java
import java.util.Arrays; public class Player implements Comparable<Player> { private Card[] cards = new Card[5]; private String name; // DO NOT MODIFY THIS public Player(String name) { this.name = name; } // DO NOT MODIFY THIS public String getName() { retur...
[ "dn070017@gmail.com" ]
dn070017@gmail.com
e6ece82fea96c59443b12a7ebce83e100d7c0b31
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/2/2_c2df4106b55500a7ac1435aad9ac55931183334e/TableDataCopier/2_c2df4106b55500a7ac1435aad9ac55931183334e_TableDataCopier_t.java
9927b8f9ad5ef218bd2a62c32b510bbf72117b46
[]
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
23,867
java
package com.googlecode.usc; import java.awt.Desktop; import java.awt.EventQueue; import java.awt.FlowLayout; import java.awt.Font; import java.awt.Toolkit; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.FocusAdapter; import java.awt.event.FocusEvent; import j...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
557bdfadf3130d05a1d39d520de3e8893b4882cd
95c49f466673952b465e19a5ee3ae6eff76bee00
/src/main/java/com/airbnb/lottie/p134f/GammaEvaluator.java
d35413e884c81e5c053128ccc5791072076994ae
[]
no_license
Phantoms007/zhihuAPK
58889c399ae56b16a9160a5f48b807e02c87797e
dcdbd103436a187f9c8b4be8f71bdf7813b6d201
refs/heads/main
2023-01-24T01:34:18.716323
2020-11-25T17:14:55
2020-11-25T17:14:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,352
java
package com.airbnb.lottie.p134f; /* renamed from: com.airbnb.lottie.f.b */ /* compiled from: GammaEvaluator */ public class GammaEvaluator { /* renamed from: a */ private static float m5634a(float f) { return f <= 0.0031308f ? f * 12.92f : (float) ((Math.pow((double) f, 0.4166666567325592d) * 1.0549999...
[ "seasonpplp@qq.com" ]
seasonpplp@qq.com
f934bb78afb34bbf56870bb8d18308b03dc1012b
068dcc21015b89fc6bf33527203a3a4ad8a62882
/oauth2/src/main/java/com/lambdaschool/oauth2/services/UseremailServiceImpl.java
bde2c25ceca3fe93b8291c57f980f0cd76f5b747
[ "MIT" ]
permissive
jeffreywhitaker/java-oauth2
1911da0064874812f0b9b7a5cd97428bbe3fc35b
a0f09dd2802c4b483a36b5e65d5e325c38adbf0e
refs/heads/master
2020-08-10T01:44:38.706679
2019-10-09T01:11:25
2019-10-09T01:11:25
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,882
java
package com.lambdaschool.oauth2.services; import com.lambdaschool.oauth2.models.Useremail; import com.lambdaschool.oauth2.repository.UseremailRepository; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.core.Authentication; import org.springframework.security.core.cont...
[ "jrmmba@outlook.com" ]
jrmmba@outlook.com
ca95f5ddc1fc35e07c3e1a13495e7f998cc594d0
2ba30ff60b31576decccb83f33bda63c376e9a47
/springweb/src/main/java/com/test/spring/web/CommonController.java
3a5765daafd6935056fe6f9fb283bf87c497d905
[]
no_license
kenti-lan/framework
74fc09afee70a0545a47c1c9213fbeb8ff8c4380
88cd8f7b20e93bc06bcb4158a2c50b322a86a030
refs/heads/master
2021-01-15T14:23:19.437876
2017-03-29T07:12:14
2017-03-29T07:12:14
null
0
0
null
null
null
null
UTF-8
Java
false
false
869
java
package com.test.spring.web; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; import com.test.spring.base.BaseController; @Controller public class CommonController extends BaseController { ...
[ "809707651@qq.com" ]
809707651@qq.com
c31555f84dab7fc756f0c58c68f57f4233253bf2
0c1dd34ce45672277bedbb8caf3c51ebe0fc17ee
/src/main/java/com/tounga/predictice/dto/OrganizationDTO.java
5660159aa43d1ee90b743afea46025a68ed82c09
[]
no_license
ftounga/predictice
f8e5833b0acd324e3dd06dcb02fd73a53615f8cf
dcef14df52112034f431be3c84c7687c66a4e98e
refs/heads/master
2020-03-17T22:14:18.095690
2018-05-23T00:18:34
2018-05-23T00:18:34
133,995,190
0
0
null
null
null
null
UTF-8
Java
false
false
1,410
java
package com.tounga.predictice.dto; import java.util.List; import javax.validation.constraints.NotBlank; public class OrganizationDTO { private int organizationId; @NotBlank private String name; @NotBlank private String billingContact; @NotBlank private String description; private ...
[ "ntounga@gmail.com" ]
ntounga@gmail.com
040ae295a562f015fb3b7e568954c5fd684015f5
ddb5c9118a84aa79d0d02aada22ebde50f3634a4
/carManager/src/cn/lk/filter/nonLogFilter.java
075fb364e0f5d11b3312bdfc383999d0d5fcddff
[]
no_license
shadowamy/java_web
d7df23915e5afbd7d4c9d45f400296de8b502f77
04162a4500954381d5eb4b8a70f4007b4266e372
refs/heads/master
2020-05-04T20:20:22.525473
2019-06-11T12:52:15
2019-06-11T12:52:15
179,433,816
2
0
null
null
null
null
GB18030
Java
false
false
3,475
java
package cn.lk.filter; 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.HttpServletRequest; import java...
[ "547822367@qq.com" ]
547822367@qq.com
f7c5d818f60422906a7205eae7ddd716108a6ace
faa0488c5b7ad25656032026a1a92da0b75a5d7c
/APPDISPATCH_DXD/FUENTES_APP/View/src/pe/com/nextel/service/RequestManualService.java
6d511982341c7d97616d734c1f3820ee0c30bcb5
[]
no_license
gfcaceres/BafiAppDispatch
1d8ecf1f59d1bdc9d8e423fdecdd65c3e44deded
3285777278f9ac930308a894116b792f31ba9c61
refs/heads/master
2021-02-04T07:51:39.122213
2020-03-10T00:40:19
2020-03-10T00:40:19
243,640,166
0
0
null
null
null
null
UTF-8
Java
false
false
5,191
java
package pe.com.nextel.service; import java.util.HashMap; import java.util.List; import javax.naming.Context; import javax.rmi.PortableRemoteObject; import org.apache.log4j.Logger; import pe.com.nextel.bean.DominioBean; import pe.com.nextel.bean.RequestManualBean; import pe.com.nextel.bean.StockBean; import pe.com....
[ "gianfranco.caceres@gmail.com" ]
gianfranco.caceres@gmail.com
57e440f82dff06881a5a033b1330beddadaa2373
7391db0830da43b8c1447a7a43d76b07edd77c80
/src/main/java/com/datdeveloper/randomspawn2/commands/ResetSpawnCommand.java
4e1b49b07b4972cbe8400ad37ef3fb497ef257ed
[ "MIT" ]
permissive
FlashiFlasche/random-spawn-2
44c59111c8e9ccf6eb79cda699f69fbb78035ddc
310f41b724e1dd6e45731cbd2f567c6a1bf09d6f
refs/heads/master
2023-08-16T07:28:15.935053
2021-09-15T00:44:54
2021-09-15T00:44:54
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,672
java
package com.datdeveloper.randomspawn2.commands; import com.datdeveloper.randomspawn2.RandomConfig; import com.datdeveloper.randomspawn2.Util; import com.demmodders.datmoddingapi.util.DemConstants; import com.demmodders.datmoddingapi.util.DemStringUtils; import com.demmodders.datmoddingapi.util.Permissions; impo...
[ "jtljac2@gmail.com" ]
jtljac2@gmail.com
596868dd3b4b3055ed3f27ddc5c3599b39624e5b
eb2c22492d4740a3eb455f2a898f6b3bc8235809
/jnnsBank/kyc-service/src/main/java/com/ideatech/ams/kyc/service/SuperviseServiceImpl.java
193bbe40545f33aa74544bad36da179fda0a5248
[]
no_license
deepexpert-gaohz/sa-d
72a2d0cbfe95252d2a62f6247e7732c883049459
2d14275071b3d562447d24bd44d3a53f5a96fb71
refs/heads/master
2023-03-10T08:39:15.544657
2021-02-24T02:17:58
2021-02-24T02:17:58
341,395,351
1
0
null
null
null
null
UTF-8
Java
false
false
1,145
java
package com.ideatech.ams.kyc.service; import com.ideatech.ams.kyc.dao.SuperviseDao; import com.ideatech.ams.kyc.dto.SuperviseDto; import com.ideatech.ams.kyc.entity.Supervise; import com.ideatech.common.util.BeanCopierUtils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.ster...
[ "807661486@qq.com" ]
807661486@qq.com
7ceb029e8bf8b0a7aed8fb1590e62bc4ae6b31e6
22c8a2d93c2c74ffcb3729f3fe9b3c614884d138
/by.epam.unit03.main/src/by/epam/unit03/main/Task04.java
b7ec31e6ad3b929d453e2522e69acd86c108fd7b
[]
no_license
vlad-zankevich/Unit03Zankevich
2ba6e789a3be528942bfa3dd93b41e5ab2bed9f4
ea06535a44bf1209a31797cb506f6b4638d8830d
refs/heads/main
2023-05-03T07:02:05.842512
2021-05-24T07:40:40
2021-05-24T07:40:40
369,154,103
0
1
null
2021-05-29T10:04:52
2021-05-20T09:32:47
Java
UTF-8
Java
false
false
651
java
package by.epam.unit03.main; public class Task04 { public static void main(String[] args) { //Make a table of the values of the y = 5 - x2/2 function on the segment [-5, 5] in increments of 0.5 double x = -5; double y; System.out.println("-------------------------"); System...
[ "vlad.zankevich@gmail.com" ]
vlad.zankevich@gmail.com
f765d12ca1ca7a2d1d5b5366a234532554e7562c
5c69c9003d29e4feb825fcd6921da9b626506b1d
/app/src/main/java/com/example/arsalankhan/imagesliderdemo/MyPagerAdapter.java
9e959a361bdf182612e47b1ba1887703e91b4a84
[]
no_license
arsalan1212/ImageSliderDemo
7c8817d7c988965643d9fab42b3244ee7eece81f
a05dd7ba12843849cc936e1e68f869f29495992f
refs/heads/master
2021-01-01T19:08:16.327505
2017-07-27T08:49:32
2017-07-27T08:49:32
98,514,493
0
0
null
null
null
null
UTF-8
Java
false
false
1,393
java
package com.example.arsalankhan.imagesliderdemo; import android.content.Context; import android.support.v4.view.PagerAdapter; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import android.widget.LinearLayout; /** * Created by Arsalan khan...
[ "arsalan.ak777@gmail.com" ]
arsalan.ak777@gmail.com
2047c2ab36ba728f5b333ce64b330c93617d4aa8
121d01fe40db720d6bba5c9cc60bc6ed9e3d8a9f
/app/src/main/java/com/example/iii_user/ming07/page2Activity.java
ebed6ae9081e46048e4549865f90679482439d6f
[]
no_license
Shine92/Android-ming07
19c80a684f232ee437e1a1ccb6f9b39f337ebe29
da03fcc0bc70b52ed2931ce38d9a5fae513e25c0
refs/heads/master
2021-01-18T02:02:27.133461
2016-05-27T00:58:01
2016-05-27T00:58:01
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,462
java
package com.example.iii_user.ming07; import android.content.Intent; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.util.Log; import android.view.View; import android.widget.TextView; public class page2Activity extends AppCompatActivity { private TextView mesg; ...
[ "msn8971@gmail.com" ]
msn8971@gmail.com
555f42a4a8253409ed5cbc177d77ad443c65d0b4
adca054993b9eab782006bd75c30292f534b3b91
/netty.protobuf.client/src/main/java/netty/protobuf/client/Client.java
435fc97c26a68b9f43b62e6a3cb92ac5592eae8b
[]
no_license
scottzzq/netty.protobuf.example
087591e9c2232c9e08e2391002a1d8f0cf3108a1
f8c9d8148fb8f7ee56adec956b6d0ed01e182895
refs/heads/master
2016-09-13T10:11:39.679350
2016-04-23T16:38:11
2016-04-23T16:38:11
56,924,750
0
0
null
null
null
null
UTF-8
Java
false
false
1,677
java
package netty.protobuf.client; import io.netty.bootstrap.Bootstrap; import io.netty.channel.ChannelFuture; 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.SocketChann...
[ "zhai-303458@163.com" ]
zhai-303458@163.com
bc6b074678cd8f62b0384496b34d0e518b2a3b04
d08be282c2408e033e16e44642d9464dde698dc6
/Stacks/SortStack.java
cd7e04a306d0d03aecd71e14da65bc25e0419d80
[]
no_license
PaviRaghav/Algorithms
84b35595585bc67200db34983000374c10f901be
3309f885e893fab683fca31b94bfe93b2a8ff2f4
refs/heads/master
2021-01-19T21:20:21.398891
2018-09-17T19:47:25
2018-09-17T19:47:25
88,516,342
0
0
null
null
null
null
UTF-8
Java
false
false
461
java
package Algorithms; import Implementation.*; /** * This class is to sort a stack * * @author pavithraraghavan * */ public class SortStack { public Stack_LL seqSort(Stack_LL stk) { Stack_LL rstk = new Stack_LL(); try { while (!stk.isEmpty()) { int tmp = stk.pop(); while (!rstk.isEmpty() && rstk....
[ "pavithra.raghavanms@gmail.com" ]
pavithra.raghavanms@gmail.com
43a1ac108b516c4beccb026829497b165bd82c0a
31d45303febe51da406a5438c35c8ce35d93be5a
/src/exception/persistence/BIRT_QueryNotFoundException.java
02b313995c4813283157c75a19483999fb239295
[]
no_license
zekuny/SeleniumTestApplication
afcb501c77ddf112a64921a732e4dc2f993fd7e7
826a4beddece2c9252a225b59a127c1153bce15e
refs/heads/master
2021-01-10T00:57:29.781554
2015-12-19T21:57:22
2015-12-19T21:57:22
48,298,499
0
0
null
null
null
null
UTF-8
Java
false
false
307
java
package exception.persistence; import exception.BIRT_Exception; public class BIRT_QueryNotFoundException extends BIRT_Exception { private static final long serialVersionUID = 1L; public BIRT_QueryNotFoundException(String strDisplayableMessage) { super(strDisplayableMessage); } }
[ "zekuny@live.unc.edu" ]
zekuny@live.unc.edu
31cc57a46082e1eded773546747f97c6acadc17a
1326ae15996748206d9014e979484ba45f47b858
/src/main/java/th/co/nxp/framework/common/persistence/repository/CommonJpaCrudRepository.java
07f8840c3772bde79506527e1111ce76d77efb2f
[]
no_license
ryangek/spring-boot
aa75c3fb6d37d884557f95ce695eb71855e6e223
83fbf1b935104bb4149af7b051529f510f78e64d
refs/heads/master
2022-07-14T20:46:16.497773
2019-08-16T07:32:32
2019-08-16T07:32:32
202,680,779
0
0
null
2022-06-29T17:34:47
2019-08-16T07:32:03
Java
UTF-8
Java
false
false
1,016
java
package th.co.nxp.framework.common.persistence.repository; import java.io.Serializable; import java.util.List; import org.springframework.data.jpa.repository.Query; import org.springframework.data.repository.CrudRepository; import org.springframework.data.repository.NoRepositoryBean; import th.co.nxp.framework.commo...
[ "arthit.kanjai@nxp.com" ]
arthit.kanjai@nxp.com