blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
410
content_id
stringlengths
40
40
detected_licenses
listlengths
0
51
license_type
stringclasses
2 values
repo_name
stringlengths
5
132
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringlengths
4
80
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
5.85k
689M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
22 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
131 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
9.45M
extension
stringclasses
32 values
content
stringlengths
3
9.45M
authors
listlengths
1
1
author_id
stringlengths
0
313
f62289ae51c65f934616ba3603648363ef84f325
8ed9f95fd028b7d89e7276847573878e32f12674
/docx4j-openxml-objects-sml/src/main/java/org/xlsx4j/sml/STFormulaExpression.java
0576b2c952f713be1bb7c3435f1950dd782adc3e
[ "Apache-2.0" ]
permissive
plutext/docx4j
a75b7502841a06f314cb31bbaa219b416f35d8a8
1f496eca1f70e07d8c112168857bee4c8e6b0514
refs/heads/VERSION_11_4_8
2023-06-23T10:02:08.676214
2023-03-11T23:02:44
2023-03-11T23:02:44
4,302,287
1,826
1,024
null
2023-03-11T23:02:45
2012-05-11T22:13:30
Java
UTF-8
Java
false
false
2,259
java
/* * Copyright 2010-2013, Plutext Pty Ltd. * * This file is part of xlsx4j, a component of docx4j. docx4j is 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 ...
[ "jason@plutext.org" ]
jason@plutext.org
12e83a4004de0361498e1f6e8ab397c6929e780d
567dcdd93b4bf252577a753fdaab4a8ca8e25cfa
/src/com/android/callassistant/info/ContactInfo.java
20e9f4df42f7a1c8154d7091afbcda8db6416cfe
[]
no_license
taugin/callassistant
8d8554160cd11bb4c39bba10a91223c7c32372af
75b5741928feae085a8e9ce07b1fcd469dd8ae37
refs/heads/master
2016-09-11T07:17:45.388521
2014-11-23T04:42:13
2014-11-23T04:42:13
22,370,597
2
0
null
null
null
null
UTF-8
Java
false
false
590
java
package com.android.callassistant.info; import android.text.TextUtils; public class ContactInfo { public int _id; public String contactName; public int contactSex; public int contactAge; public String contactAddress; public String contactNumber; public int contactLogCount; ...
[ "taugin@163.com" ]
taugin@163.com
191bb2356a3e60e1c40c9f980065ffcc376978da
ba9544bb66d8d07a30d7990f29d925a369d4f458
/java-basic/src/main/java/bitcamp/java100/ch11/ex6/B.java
73e0254f0a82df67e3b89e236f61f265d36f7c00
[]
no_license
dumnight/bitcamp
b0345a21494999bdfb1d6b22974bebb5f5ecd493
ba2c21cfc30c6dac7693c0dec0e005ca3c8027a2
refs/heads/master
2021-09-07T00:32:34.960358
2018-02-14T06:07:47
2018-02-14T06:07:47
104,423,412
0
0
null
null
null
null
UTF-8
Java
false
false
139
java
package bitcamp.java100.ch11.ex6; public class B extends A { int v2; public void m2() { System.out.println("B.m2()"); } }
[ "dumnight@gmail.com" ]
dumnight@gmail.com
b24b079a2d9397e554dc797fb7b8a752f876755d
34d2f6c5d8e332fb2e6911fe3fc627546f53fc4a
/src/main/java/com/mrig/rest/webservices/restfulwebservices/service/TodoJpaRepository.java
ebb4e8684c8ab08ee7b476b37f08a01f1bd65d8d
[]
no_license
mrig786/ActivityManagement-backend
f72fa0aedfe8c549d18dec13278cc21e97f68d87
6e69c0b35c1933bcdc5fecb5e7a8c46229bad62a
refs/heads/master
2022-06-16T10:52:35.091233
2020-05-03T08:15:12
2020-05-03T08:15:12
260,856,863
0
0
null
null
null
null
UTF-8
Java
false
false
336
java
package com.mrig.rest.webservices.restfulwebservices.service; import java.util.List; import org.springframework.data.jpa.repository.JpaRepository; import com.mrig.rest.webservices.restfulwebservices.beans.Todo; public interface TodoJpaRepository extends JpaRepository<Todo, Long> { List<Todo> findByUsername(Strin...
[ "mrigendra.b@redbus.com" ]
mrigendra.b@redbus.com
f2dcec1bc5b7b35fcaec930673dcbf53d0dff556
25741747d249db8b7cbd1c0a8fc9fb93ad7fcbf1
/src/solid/liskov/ReadOnlyDocument.java
44639bd3901cc888f8e59d7aa2ff7c13bf18f181
[]
no_license
alexrgzo12/Modulo2JARG
c50b05f978a2a7a59d8ea54a455cb93986c536e3
f40580a4b6a53ded5304e85cbd103e338709ce12
refs/heads/main
2023-08-15T22:52:55.618995
2021-10-15T00:54:12
2021-10-15T00:54:12
null
0
0
null
null
null
null
UTF-8
Java
false
false
158
java
package solid.liskov; public class ReadOnlyDocument extends Document { public ReadOnlyDocument(String fileName) { super(fileName); } }
[ "alexrgzo12@gmail.com" ]
alexrgzo12@gmail.com
593e5c70650b72e41cb530c867a4677608acf953
1b29b52dfa9736dd51e1c109184306e684689f65
/src/controller/Controller_Product_Buy.java
c7352cef8ab0ebdb4e80523f034abfdbd7713826
[]
no_license
drosdek/SPT-SIG
0c9c5745a17d6fff7c7a79dfa24c45d3d1067b05
63255f63d7492a695122fda106411316f695c22c
refs/heads/master
2020-03-22T20:53:16.976408
2018-07-12T00:36:59
2018-07-12T00:36:59
140,639,129
0
0
null
2018-07-12T00:00:33
2018-07-12T00:00:33
null
UTF-8
Java
false
false
3,730
java
/* * Copyright (C) 2018 gruber * * 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. * * This program is distributed...
[ "jgabrielgruber@hotmail.com" ]
jgabrielgruber@hotmail.com
1d5379e0093cfa39a938a2ac2b0b1e3fb77d6417
0588cf1de7a7d60827786107613dd318259815c4
/src/main/java/com/vrann/actormatrix/PositionLocator.java
0d4eeeb618fa83c2a50e6b17e2897047381c3033
[]
no_license
vrann/akka-block-matrix-operations
9db5a116bcda52acb1a26d23473399af9a55f736
0416f474d3cf2acdaeaa348e1ac2dfd518cc72c1
refs/heads/master
2021-07-08T14:40:35.548028
2020-11-14T10:47:47
2020-11-14T10:47:47
212,799,603
0
0
null
null
null
null
UTF-8
Java
false
false
466
java
package com.vrann.actormatrix; import java.util.ArrayList; import java.util.List; public class PositionLocator { private Position currentPosition; public PositionLocator(Position currentPosition) { this.currentPosition = currentPosition; } public List<Position> getL21Neighbours() { ...
[ "vranen@gmail.com" ]
vranen@gmail.com
38812134fb0fd8a5beee2fe90bd314bcd3beb4c4
40874ba6a9e6537434bed91675d026aa1b76aa3b
/src/com/hinj/asynctask/PhotoAsyncTask.java
e5b30581d53e12a4c26fd2ddaa570a71cf6615c2
[]
no_license
hitesh141/Hinj
3085964ab9eac24ba95d213ef9e3bdf20eb0caac
41266b8d2cb594cecb805206608a0175c7a47922
refs/heads/master
2021-01-10T20:56:11.858857
2015-07-07T07:22:47
2015-07-07T07:22:47
38,670,690
4
0
null
null
null
null
UTF-8
Java
false
false
11,300
java
/** * Copyright OCTAL INFO SOLUTIONS PVT LTD. */ package com.hinj.asynctask; import java.io.BufferedOutputStream; import java.io.File; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.sql.Timestamp; import java.text.DateFormat; import java.text.SimpleDate...
[ "hiteshmathur141@gmail.com" ]
hiteshmathur141@gmail.com
f5fe196da8d2298c4dc77e5e7572e1074003427a
c92fb835e03d5805dd460baea0be19266debe630
/onlinecollaboration/src/main/java/com/niit/onlinecollaboration/model/OutputMessage.java
c66880e25fe52ef4f8e5152ead9975b521ed622a
[]
no_license
chiragsingla8802/online-collaboration
6a6954863dbd6cb6a78b89516d369290d587a005
fe7ccf91f7bb90a7f83fc367feb1c9d75f484878
refs/heads/master
2021-03-13T04:09:11.182259
2017-06-14T06:14:54
2017-06-14T06:14:54
84,719,805
0
0
null
null
null
null
UTF-8
Java
false
false
390
java
package com.niit.onlinecollaboration.model; import java.util.Date; public class OutputMessage extends Message{ private Date time; public OutputMessage(Message original, Date time) { super(original.getMessage(), original.getId()); this.time = time; } public Date getTime() { return time; } ...
[ "chirag.singla8802@gmail.com" ]
chirag.singla8802@gmail.com
342ddc6d90361864dd7da9aa1f564ea44d610d31
9895b40dcad6f0b2413b8608aaf5d971de5499c7
/AppFramework/src/main/java/com/demo/application/MyUncaughtExceptionHandler.java
3a6fa11a359b888223f80fb0b1807babf969cf4c
[]
no_license
TangHaifeng-John/Framework
286d8f6e30a8e52c9d42a11ec56b17863d057d51
2edfdc12042d2770f733bae0412dea535ead098f
refs/heads/master
2020-09-09T10:54:50.026390
2019-10-20T07:58:11
2019-10-20T07:58:11
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,545
java
package com.demo.application; import android.app.AlarmManager; import android.app.PendingIntent; import android.content.Context; import android.content.Intent; import android.os.Looper; import android.util.Log; import com.demo.activity.HomePageActivity; import com.framework.util.ActivityTaskUtil; import java.lang.Th...
[ "mengxiangqipa@163.com" ]
mengxiangqipa@163.com
c47f016863be93bedd882e3d42c24941afb00b6d
b5a55a863166b1690cbf4e1f03dd3b373127a791
/src/HW13.java
fc5e0ccb5418fed62834544f21156f24b1e4765d
[]
no_license
106-1-JavaProgrammingClass/j-hsiehjohnny
021e7fe24efd882376a2273ccd3619acba8a326c
5a383f53ea6fe55eae5c0b6ffac4de30301bc0e7
refs/heads/master
2021-07-08T01:34:46.392993
2017-10-06T07:23:02
2017-10-06T07:23:02
105,346,114
0
0
null
null
null
null
UTF-8
Java
false
false
230
java
import java.util.Scanner; public class HW13 { public static void main(String[] args) { Scanner scn = new Scanner(System.in); char v1 = scn.next().charAt(0); System.out.println((int)v1); } }
[ "32057008+hsiehjohnny@users.noreply.github.com" ]
32057008+hsiehjohnny@users.noreply.github.com
701292e3ca3f749e919009cf3ec47229347d18a6
a907504bda58df8b0d6f34a082ce9a78361b53c2
/src/main/java/Jooq/pg_catalog/tables/PgViews.java
6fc2851e87c1c77910ba7ecc7baf5984ad0ca859
[]
no_license
ducnh0703/SimpleProject
5f7ed0b265ede005257685ef288a9f83f954b540
e3b3498200c13130b0e6bdb22802d270da97f2f2
refs/heads/master
2021-03-14T18:19:24.921703
2020-03-12T09:30:52
2020-03-12T09:30:52
246,783,451
0
0
null
null
null
null
UTF-8
Java
false
false
2,814
java
/** * This class is generated by jOOQ */ package Jooq.pg_catalog.tables; import Jooq.pg_catalog.PgCatalog; import Jooq.pg_catalog.tables.records.PgViewsRecord; import javax.annotation.Generated; import org.jooq.Field; import org.jooq.Schema; import org.jooq.Table; import org.jooq.TableField; import org.jooq.impl....
[ "62094907+ducnh0703@users.noreply.github.com" ]
62094907+ducnh0703@users.noreply.github.com
ad139708c9ef519fc979214da8be92dc93e99b87
4bcc13bb5eb3525cb1954834029979eba61fa2f9
/src/main/java/project1/listeners/DeathListener.java
7ba3810bc4bbbf904dfa5e3028eda89ff9c22442
[]
no_license
bgrzesik/sem3-2020-po-project-1
54161a5e2b89347580f47717aa5cda15938d7bfd
896b33a198d9c084a710650752b0f38389d13e56
refs/heads/master
2023-02-03T18:24:25.034457
2020-12-21T22:15:05
2020-12-21T22:15:05
321,919,807
0
0
null
null
null
null
UTF-8
Java
false
false
133
java
package project1.listeners; import project1.actors.WorldActor; public interface DeathListener { void dead(WorldActor actor); }
[ "grzechovsky@gmail.com" ]
grzechovsky@gmail.com
42b4045120053322b298582fc3eeb99768265b4b
d5e6e642e8f0492d4ba24410da022af5ae8b096c
/zuul-service/src/main/java/io/javabrains/zuulservice/Security.java
6e292c09c312b02de47fe3f2402b7399386e97ce
[]
no_license
QuiniRoizPagador/SpringBootMicroservices
a9f738d7d6efa133fa1405003346f37437922191
6df6f2813097b3aba0b7598997d34a51bc4c3a6e
refs/heads/master
2021-07-02T13:02:39.613863
2021-05-04T07:37:58
2021-05-04T07:37:58
231,649,374
1
0
null
2021-05-04T07:37:59
2020-01-03T19:11:29
Java
UTF-8
Java
false
false
261
java
package io.javabrains.zuulservice; import io.javabrains.commonservice.MicroserviceSecurity; import org.springframework.security.config.annotation.web.configuration.EnableWebSecurity; @EnableWebSecurity public class Security extends MicroserviceSecurity { }
[ "quiniroiz@gmail.com" ]
quiniroiz@gmail.com
1f81d10fe66aff2b2892dc34f068f799f92a494e
78e2bed94bdb691c164a4e6111be44d8a88e789a
/springcloud-web/springcloud-webmvc/src/main/java/com/bat/jyzh/springcloudhoxton/webmvc/controller/async/AsyncController.java
86e84d9a1f80cec3b6be8c2c9806b89da3af2a49
[]
no_license
jiayi-zh/springcloud-hoxton
13b34abdbcc96552ab9384b83151316bab3afc2f
c624dc65c988b0d57efc1c5ed7a4f0444b2e7cea
refs/heads/master
2023-06-24T00:45:54.047223
2021-07-29T11:41:25
2021-07-29T11:41:25
361,396,280
0
0
null
null
null
null
UTF-8
Java
false
false
3,681
java
package com.bat.jyzh.springcloudhoxton.webmvc.controller.async; import lombok.extern.slf4j.Slf4j; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.Requ...
[ "2320298491@qq.com" ]
2320298491@qq.com
6099ad6932601113f1fda83914c8b0941c6db10f
88d3adf0d054afabe2bc16dc27d9e73adf2e7c61
/crawler/src/main/java/org/vietspider/crawl/plugin/handler/WebsiteScannerBak.java
c66dadc301c4fd5a2ee1a6946ee7e2558366acf8
[ "Apache-2.0" ]
permissive
nntoan/vietspider
5afc8d53653a1bb3fc2e20fb12a918ecf31fdcdc
79d563afea3abd93f7fdff5bcecb5bac2162d622
refs/heads/master
2021-01-10T06:23:20.588974
2020-05-06T09:44:32
2020-05-06T09:44:32
54,641,132
0
2
null
2020-05-06T07:52:29
2016-03-24T12:45:02
Java
UTF-8
Java
false
false
2,037
java
package org.vietspider.crawl.plugin.handler; public final class WebsiteScannerBak { /*private Pattern [] patterns; private final static String prefix = "http://"; private CrawlExecutor executor; public WebsiteScannerBak(CrawlExecutor executor) { String [] txtPatterns = { "http[:][/][/][[\\p{L}\\...
[ "nntoan@users.noreply.github.com" ]
nntoan@users.noreply.github.com
6580a2b598fb720b72b045e659eebd950941ac15
dd424a30754251ef771cdd8f447b4cd24f369d27
/oauth-server/src/main/java/com/edue/oauthserver/OauthServerApplication.java
e06563ab5c6c36e3fcfd909300ba088c0c27a44c
[]
no_license
BrijSah3288/oauth2-springboot
90757b920952ad36fc36cb69d73adb27b90b7ed9
9fdf5baacac42bc983d8738eb759066bbf98716a
refs/heads/main
2023-08-27T02:29:02.658585
2021-10-27T11:33:26
2021-10-27T11:33:26
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,695
java
package com.edue.oauthserver; import java.security.Principal; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.context.annotation.Bean; import org.springframework.security.oauth2.config.annotation.configurers.ClientDetai...
[ "brij.sah@tcs.com" ]
brij.sah@tcs.com
e33cd774919dc4761d04eb6d3ea0e873acf307a3
fb13d03cb3d6e8babc35471c0036a1ae8f01eb8e
/StrategyPattern/src/test/java/com/rajeshchinta/ducksimulator/DuckSimulatorAppTest.java
c482c358fd2648e3e6410f770886d164802f648a
[]
no_license
rreddych/DesignPatterns
06a79c23c35181a1b4e5aa432346ba56e60ce357
b82844c10fcf6900101e18623840dea447488ae5
refs/heads/master
2022-12-25T09:31:05.846608
2020-05-13T11:34:15
2020-05-13T11:34:15
254,812,820
0
0
null
2020-10-13T21:57:46
2020-04-11T07:08:33
Java
UTF-8
Java
false
false
3,667
java
package com.rajeshchinta.ducksimulator; import static org.junit.Assert.assertTrue; import org.junit.Test; import com.rajeshchinta.behaviourimplementation.FlyWithRocket; import com.rajeshchinta.behaviourimplementation.FlyWithWings; import com.rajeshchinta.ducks.DecoyDuck; import com.rajeshchinta.ducks.Duck; ...
[ "rajeshreddychinta@gmail.com" ]
rajeshreddychinta@gmail.com
3b568c16baf572e427bf9df2386567ead7b88aba
a24b7ca7936a79e72ad9506a83b6cc11e8dffea7
/src/main/java/com/test/CopyOnWrite/testThread14.java
936fa28037fd8d4c2365e66f0071d0aa31656f4d
[]
no_license
xyq043170/architect-study
e211798172af09e383fcd32f143eafe3e2701a31
f6498dbe8e2e734cc27716c007b7f3ccd357bc42
refs/heads/master
2023-08-04T08:49:30.487249
2019-09-02T08:29:47
2019-09-02T08:29:47
205,811,367
0
0
null
2023-07-22T15:06:20
2019-09-02T08:28:50
Java
UTF-8
Java
false
false
1,035
java
package com.test.CopyOnWrite; import java.util.ArrayList; import java.util.LinkedList; import java.util.List; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.CopyOnWriteArrayList; import java.util.concurrent.CopyOnWriteArraySet; import java.util.concurrent.CountDownLatch; import java.util.co...
[ "905501891@qq.com" ]
905501891@qq.com
bd0f20e0ebd8d14c947b8cfbb4735dd40dd10403
2f88b5666ddabe818d204c9c592c4e5e212c63b0
/RandomDecisionTrees/src/rdt/model/Model.java
fc80c7cfcb618127b72c3755dc291adf2bfe7945
[]
no_license
dburgmann/rdt2
3a0e495ebe6676073c78fe5caada0828586e6f48
aa082c6559e25fc3b75d00bc41d069fe44493e64
refs/heads/master
2020-12-24T10:23:01.002036
2016-11-06T16:05:21
2016-11-06T16:05:21
73,088,839
0
0
null
null
null
null
UTF-8
Java
false
false
1,405
java
package rdt.model; import rdt.essentials.RDTException; import rdt.essentials.RDTInstances; import rdt.tree.collector.Collector; import rdt.tree.collector.CollectorPreferences; import weka.core.Instance; /** * Interface for a model. A model is a machine learning algorithm which can perform * predictions. The algorit...
[ "DerEneldo@4e53c0a0-b128-49ab-a70e-737cf4b15d57" ]
DerEneldo@4e53c0a0-b128-49ab-a70e-737cf4b15d57
263c7deca3a04be614a1c3049cb0c668601b3132
5168a011dc0c3da143aec6260353683fc8a91633
/mutilitemview/src/main/java/com/yndongyong/widget/mutilitemview/MultiTypePool.java
81cdbafd94a44a961d8ffe5d74e07953e3ad7373
[]
no_license
yndongyong/multiitemview
0b920a5ff43a04e31612f0173fe45b367687c2ce
27e30b9cc915b5a9cb59ede1ebeca56a18122939
refs/heads/master
2021-01-23T00:44:48.345542
2019-02-13T07:56:43
2019-02-13T07:56:43
92,837,481
0
0
null
null
null
null
UTF-8
Java
false
false
1,840
java
package com.yndongyong.widget.mutilitemview; import android.support.v7.widget.RecyclerView; import java.util.ArrayList; import java.util.List; /** * Created by dongzhiyong on 2017/5/28. */ public class MultiTypePool implements ITypePool { private List<Class<?>> categorys; private List<ItemViewProvider<?,...
[ "yndongyong@gmail.com" ]
yndongyong@gmail.com
abee1f9cb6533d4017a024a4f8818c034e6b4312
9c4fd50c6263307b9a0301c80dd12207913fef59
/src/main/java/hw20180103/Computer.java
fa81dc3e6070435820bc86779167581167d452d3
[]
no_license
13476173038/SIXSIXSIX
3867c49b66adc5afda6b7b28ddb7384b1c482462
2bbb6c6926c2556f96c4586cd7eb2e8db2235b22
refs/heads/master
2021-09-03T10:47:26.315939
2018-01-08T12:17:52
2018-01-08T12:17:52
114,863,017
0
0
null
null
null
null
UTF-8
Java
false
false
927
java
/** * Project Name:dt59homework * File Name:Computer.java * Package Name:hw20180103 * Date:2018年1月3日下午3:24:59 * Copyright (c) 2018, bluemobi All Rights Reserved. */ package hw20180103; /** * Description: <br/> * Date: 2018年1月3日 下午3:24:59 <br/> * * @author sunhao * @version * @see */ /*...
[ "sunhao@idea-PC" ]
sunhao@idea-PC
f84a953b01c86b7f1999ca28a16bc93ef1c90a57
63425cf1fe4234cdb0adc126490fe165bdb99324
/src/parametros/PalavrasChave.java
cad8860c1f1b566eca136e37659b23310038f35f
[]
no_license
Ivandv/rbs
924ed80fd885f2ab1ebadeb8a4b23048c731ddc7
6befc2984bea1f9fd6898f08c5123b687767ff56
refs/heads/master
2016-08-12T20:51:55.073859
2015-10-29T01:57:35
2015-10-29T01:57:35
43,086,445
0
0
null
null
null
null
UTF-8
Java
false
false
682
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 parametros; import java.util.ArrayList; /** * * @author Ivan */ public class PalavrasChave implements IParame...
[ "ivan_utfpr@hotmail.com" ]
ivan_utfpr@hotmail.com
ce22930c1c13ba4b60c9617ad8e8a8ecd8981152
71f7cab98fe92155a9069f5e120e23a6bca5581f
/10.XML Processing-Exercises/ProductsShopApp/src/main/java/com/petia/productsshop/domain/dtos/UserSeedDto.java
d9f6c0f9dd3383b33f2c64f1754fb26473bf8e03
[]
no_license
PetiaTsigomareva/Databases-Advanced-Hibernate-And-Spring-Data
08b43225543343dcce4e66b9f3aac764b2b82487
abfa526345f8d2e59b2a86abcd1e300acc93b5cc
refs/heads/master
2022-12-05T11:40:56.870785
2019-09-20T11:45:13
2019-09-20T11:45:13
165,534,246
0
0
null
2022-11-24T10:01:06
2019-01-13T17:33:05
Java
UTF-8
Java
false
false
929
java
package com.petia.productsshop.domain.dtos; import com.google.gson.annotations.Expose; import javax.validation.constraints.NotNull; import javax.validation.constraints.Size; public class UserSeedDto { @Expose private String firstName; @Expose private String lastName; @Expose private Integer...
[ "petia_tsigomareva@abv.bg" ]
petia_tsigomareva@abv.bg
d1c2b4a13e1e27174e44e948d2126bf5805fea12
d92ef18e15deba8783308e48888961eb74c699d7
/blog/src/main/java/com/sod/blog/web/rest/errors/package-info.java
84eb4d9b7e8ea4dc3474febbff91c58cf9bc1517
[]
no_license
sod80/jh-demo
26486314ed24be9894368eb8fbc46aa5e02386ff
3f0096f8847a93c68d3d3053faed747887d4f0a4
refs/heads/master
2020-03-28T03:49:48.496559
2018-09-10T15:18:58
2018-09-10T15:18:58
147,674,226
0
0
null
null
null
null
UTF-8
Java
false
false
187
java
/** * Specific errors used with Zalando's "problem-spring-web" library. * * More information on https://github.com/zalando/problem-spring-web */ package com.sod.blog.web.rest.errors;
[ "sodonnell80@gmail.com" ]
sodonnell80@gmail.com
121bb2b5e01ee1bbf0a3f2752da5653d093c6236
83613ff6510ccbf7f1953aa34cf060cb61d2a091
/ProductMasterApp/src/main/java/com/schawk/productmaster/web/filter/CachingHttpHeadersFilter.java
478433e675bad63c615d9420ab7f568f2a5253a2
[]
no_license
shenba71/ProductMaster
196bfbcb1dfaa7660e473901bedce499b8eb008b
16d029a3dff23895a79c3af9248bc5d75573b8d8
refs/heads/master
2021-01-21T13:18:27.519840
2016-04-29T06:24:14
2016-04-29T06:24:14
55,786,499
0
0
null
null
null
null
UTF-8
Java
false
false
1,832
java
package com.schawk.productmaster.web.filter; import com.schawk.productmaster.config.JHipsterProperties; import javax.servlet.*; import javax.servlet.http.HttpServletResponse; import java.io.IOException; import java.util.concurrent.TimeUnit; /** * This filter is used in production, to put HTTP cache headers with a ...
[ "shenbagaganesh.param@aspiresys.com" ]
shenbagaganesh.param@aspiresys.com
0cf1963ab56eecd14cdb0c67aee319be64829f63
f3681bd9bb1df26a838bb9ba82ede90aaf0c2076
/Testbed/src/main/java/c/piroton/testbed/Subject.java
9ff34de01a078b1563f422229578c2e6ce5f0229
[]
no_license
shiinx/50-002-Pset2
dfb3a773a7e00dd4e45f1e35d64d288e21ca631c
fa295763e75345524d8e9c494232ccfd4f6a7cb1
refs/heads/master
2020-09-03T01:45:47.504095
2018-10-30T06:46:36
2018-10-30T06:46:36
null
0
0
null
null
null
null
UTF-8
Java
false
false
149
java
package c.piroton.testbed; public interface Subject { void register(Observer o); void unregister(Observer o); void notifyObservers(); }
[ "guilee186@gmail.com" ]
guilee186@gmail.com
c27f1d6a8e08cadad2d43c76435955cf5fe47df9
b23e3675bbf253c17f22de097ca73b6d2555bc2f
/pms-project/src/main/java/bitcamp/java106/pms/web/TeamMemberController.java
743d0cd58590b104849941d77baa41004559c661
[]
no_license
tjr7788/bitcamp-cloud-computing
0f088dc8c84fe4d4a3adee7e61a53830517f88d8
982a32718868c4aac6ed5e2103252f4d8871c9b7
refs/heads/master
2020-03-22T04:48:18.497052
2018-09-05T02:03:45
2018-09-05T02:03:45
139,522,345
0
1
null
null
null
null
UTF-8
Java
false
false
4,017
java
package bitcamp.java106.pms.web; import java.net.URLEncoder; import java.util.Map; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestParam; import bitcamp.java106.pms.service.MemberService; import bit...
[ "sig4213@naver.com" ]
sig4213@naver.com
00df5df6af255729a886baf77264714dd5c848b0
c173fc0a3d23ffda1a23b87da425036a6b890260
/hrsaas/src/org/paradyne/model/TravelManagement/TravelMisReportModel.java
cd6b7f93674fad4cbab787683c77c9d7de30a47b
[ "Apache-2.0" ]
permissive
ThirdIInc/Third-I-Portal
a0e89e6f3140bc5e5d0fe320595d9b02d04d3124
f93f5867ba7a089c36b1fce3672344423412fa6e
refs/heads/master
2021-06-03T05:40:49.544767
2016-08-03T07:27:44
2016-08-03T07:27:44
62,725,738
0
0
null
null
null
null
UTF-8
Java
false
false
14,511
java
/** * @author Balaji * 29-08-2008 */ package org.paradyne.model.TravelManagement; import java.text.SimpleDateFormat; import java.util.Date; import javax.servlet.http.HttpServletResponse; import org.paradyne.lib.ModelBase; import org.paradyne.bean.TravelManagement.TravelMisReport; import org.paradyne.l...
[ "Jigar.V@jigar_vasani.THIRDI.COM" ]
Jigar.V@jigar_vasani.THIRDI.COM
08dd7a11fe931f54241f17fb851d142b362554da
e779d7dc903237577b13d4d654480c1cb73728f0
/CalculatorMain/src/com/ict100/jutiprojects/CalculatorTest.java
405b3895deb9dda5e81e112c4ffb6f3d6f84c2ba
[]
no_license
Love98729/SoftwareQuality-LearningActivity1
8b126f4de8bff92c107929a164466c8cbdada2ba
da7a7645eeb0322414b10ece225d1bc895784f72
refs/heads/master
2023-04-19T23:09:50.172939
2021-05-19T03:58:47
2021-05-19T03:58:47
368,736,637
0
0
null
null
null
null
UTF-8
Java
false
false
747
java
package com.ict100.jutiprojects; import static org.junit.Assert.*; import org.junit.Test; public class CalculatorTest { @Test public void calTestAddFail() { assertEquals("error in add()",21, Calculator.add(10, 11)); assertEquals("error in add()", -11, Calculator.add(-6, -5)); assertEquals("error in add()", 27, Ca...
[ "77941725+Love98729@users.noreply.github.com" ]
77941725+Love98729@users.noreply.github.com
bfbf4a95ef57568de2174db75d3266b0e9fc9235
2fe48c5e979b6e45800ff7a717809c877bc93460
/hospital-reflections/drhouse-accountancy/src/main/java/at/nacs/drhouseaccountancy/persistence/repository/InvoiceRepository.java
33d272af23acd663ef27994d35245568acc19282
[]
no_license
omaralzuhairi27/BackEnd
7a28f1076ae9c1ff8c82940fdd651a0e4436efd6
015dd05b4c4e19a956f2d863fb4176221b8b0889
refs/heads/master
2020-04-24T15:07:46.302453
2019-05-07T11:19:01
2019-05-07T11:19:01
172,053,210
1
0
null
null
null
null
UTF-8
Java
false
false
261
java
package at.nacs.drhouseaccountancy.persistence.repository; import at.nacs.drhouseaccountancy.persistence.domain.Invoice; import org.springframework.data.jpa.repository.JpaRepository; public interface InvoiceRepository extends JpaRepository<Invoice, Long> { }
[ "omaralzuhairi27@gmail.com" ]
omaralzuhairi27@gmail.com
fca97b7b16cd3c93a10afd8f59eb44cbab1d2e86
39e1ecc579ccf2ac64dda1e5174b6d45811dbf23
/Factory Pattern/src/com/factoryClasses/Triangle.java
c64c0d63bd531cec0bf41258c84e1d8f190b66f5
[]
no_license
codhar/designPatterns
110c912e4a4b3f3dab46e0ac0de7524d47127f0c
77fadff043b32a955728cc23dbc5c07592d0a57f
refs/heads/master
2023-02-13T13:58:25.946025
2023-02-07T06:47:13
2023-02-07T06:47:13
66,203,008
0
0
null
null
null
null
UTF-8
Java
false
false
205
java
package com.factoryClasses; import com.interfaces.Shape; public class Triangle implements Shape { @Override public void draw() { System.out.println("in Triangle : draw method"); } }
[ "u433538@DTCVDI-SSU-0280.ent.wfb.bank.corp" ]
u433538@DTCVDI-SSU-0280.ent.wfb.bank.corp
e90c65377392d7b2d991f51b1495d0439112d1d8
292e4ac144d14e6fe13555d59fa450731454eda8
/app/src/main/java/com/hwadzan/ebook/lib/PingCallBack.java
00caa1527bd45b70946ff4449527e2ac6e31efe9
[]
no_license
amtbtv/EBook
92898ac30323148b25ab431b24fcdd666d0a9dd8
e28ce726f9b81c15db9cfc7f3d28ff18d618d64c
refs/heads/master
2021-11-20T13:00:09.401740
2021-08-25T10:12:57
2021-08-25T10:12:57
154,249,482
1
0
null
null
null
null
UTF-8
Java
false
false
97
java
package com.hwadzan.ebook.lib; public interface PingCallBack { void state(boolean state); }
[ "amtb@mail.sfzd5.com" ]
amtb@mail.sfzd5.com
514d12993154c59cf55ad52f725a1d39bf28a1cc
80403ec5838e300c53fcb96aeb84d409bdce1c0c
/server/modules/study/src/org/labkey/study/query/StudyQueryView.java
a709939a87936ea111599be570156a630753a8af
[]
no_license
scchess/LabKey
7e073656ea494026b0020ad7f9d9179f03d87b41
ce5f7a903c78c0d480002f738bccdbef97d6aeb9
refs/heads/master
2021-09-17T10:49:48.147439
2018-03-22T13:01:41
2018-03-22T13:01:41
126,447,224
0
1
null
null
null
null
UTF-8
Java
false
false
1,419
java
/* * Copyright (c) 2012-2013 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable l...
[ "klum@labkey.com" ]
klum@labkey.com
561b7feac8c54606f89e461aee1adaf3d3c1c5d4
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/2/2_e03ca6a6f07e566824ceb03cbbc043cb59a4dd03/ProActiveRuntimeAdapterForwarderImpl/2_e03ca6a6f07e566824ceb03cbbc043cb59a4dd03_ProActiveRuntimeAdapterForwarderImpl_t.java
77ebd65c2fbd756fbf5fc76de8d21634ea62835b
[]
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
24,759
java
/* * ################################################################ * * ProActive: The Java(TM) library for Parallel, Distributed, * Concurrent computing with Security and Mobility * * Copyright (C) 1997-2007 INRIA/University of Nice-Sophia Antipolis * Contact: proactive@objectweb.org * ...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
efe6b4fc8a881ddb075837093ece447070a8820d
537dfef095621fb06b1260b959105af5cfa6f5c0
/Polymorphism/Main.java
c92d71265fb434686443927429ed105ac9c28132
[]
no_license
EdithZhu/Java-Basic-2
18fb57c0e5fbd98844c73db29484d3cb700cf22c
1874c176fc6910ccb68d85731727882766744d32
refs/heads/main
2023-02-23T11:42:04.853099
2021-01-17T06:31:10
2021-01-17T06:31:10
330,329,004
0
0
null
null
null
null
UTF-8
Java
false
false
193
java
package Polymorphism; public class Main { public static void main(String[] args) { Person a = new Man(); a.eat(); // a.Print(new Man()); a.age(80); } }
[ "noreply@github.com" ]
EdithZhu.noreply@github.com
7f16d375f2f7499071015cc15cef8446b4d6357d
6e59fa8c5257c71936bc83427b07fe766aece23a
/src/main/java/com/igorfcfs/workshopmongo/repositories/UserRepository.java
b03f692042626cb73b8da8f0084b7add1d375b36
[]
no_license
igorfcfs/WorkshopSpringBootMongoDB
b93e48e90b6d89b68645be3410bb651e0b08c02e
f5bc20e113b80b9661ee95008cfa4bc2ea555f4f
refs/heads/master
2023-05-04T12:29:19.436509
2021-05-22T00:22:03
2021-05-22T00:22:03
369,639,474
0
0
null
null
null
null
UTF-8
Java
false
false
305
java
package com.igorfcfs.workshopmongo.repositories; import org.springframework.data.mongodb.repository.MongoRepository; import org.springframework.stereotype.Repository; import com.igorfcfs.workshopmongo.domain.User; @Repository public interface UserRepository extends MongoRepository<User, String> { }
[ "igorfcfs@gmail.com" ]
igorfcfs@gmail.com
ae555a2653a5daa858d6638968aec2aae19431ff
63ec7395e9f41bfb48cc781109cb83e2ac700947
/test/genindex/RawDataTest.java
f522ebc91a6a869dadbe37e8dbc8b05f4584a95c
[]
no_license
CharlesLc/Genindexe
7e328b38b59161fde569b3fbbd748181b8b8bbc5
268fc533aaa61316398d8ce1afc9dc68e34e3cad
refs/heads/master
2021-01-02T23:13:24.965404
2015-05-22T11:50:30
2015-05-22T11:50:30
35,801,872
0
0
null
null
null
null
UTF-8
Java
false
false
1,643
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 genindex; import org.junit.After; import org.junit.AfterClass; import org.junit.Before; import org.junit.BeforeClass...
[ "User@172.16.125.222" ]
User@172.16.125.222
c6b9a981938a1d4d88cd92126bb7f2913f6bcb47
f5ab0e74edaa688393162ae462ea2f584bbccc7b
/src/data/CostsChanges.java
f1db05e8e0e4f96dc9c0b78cbef89decf1cf8b6a
[]
no_license
CaplanRobert123/POO_Tema2_Etapa1
80f07e74b6f0612ecf50531b301a2c01874fbdc4
6fb0a4e69451103116b2fc2c9cd7f18898d2381d
refs/heads/main
2023-01-29T13:55:08.701075
2020-12-09T00:50:18
2020-12-09T00:50:18
319,683,285
0
0
null
null
null
null
UTF-8
Java
false
false
896
java
package data; public class CostsChanges { private int id; private long infrastructureCost; private long productionCost; public int getId() { return id; } public void setId(int id) { this.id = id; } public long getInfrastructureCost() { return infrastructureCos...
[ "caplanrobert81@gmail.com" ]
caplanrobert81@gmail.com
968f94f14a7a9a5f506b71f2d89c70615f087a3a
686722c63bd5a0e22337612f653a04f716958447
/hrms/src/main/java/kodlamaio/hrms/business/concretes/ExperienceForCVManager.java
e306dc60fe474bc59145cab6c6a846576eb177d7
[]
no_license
CerenBdk/HRMS-Project
4ad9e458dc2abf4cb0be7e95c7a6dbbc179248b7
ad3713b65da3368d07f2e108ad67b9e3a49cd734
refs/heads/master
2023-05-14T06:18:08.482816
2021-06-06T14:47:35
2021-06-06T14:47:35
365,824,813
118
14
null
null
null
null
UTF-8
Java
false
false
2,114
java
package kodlamaio.hrms.business.concretes; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import kodlamaio.hrms.business.abstracts.ExperienceForCVService; import kodlamaio.hrms.core.utilities.results.DataResult; import kodlamaio.hr...
[ "cerenbdk@gmail.com" ]
cerenbdk@gmail.com
c0600aa28b03c4e60bbcd0211f71d1e4b483b33b
dc437d9434becb6acf9f44e528d0a801fbd5bfb8
/blue-web-in/src/main/java/com/common/system/controller/upPicController.java
3975f51212165ce35cd0eb9856b812939bc5abfb
[]
no_license
deicidelove/blue
d9eb8431e284d2dcba89356e80a4d324d2a43283
b1bf187ed004496d98a234bbe98bbebe73a4dd96
refs/heads/master
2021-09-03T08:40:03.078997
2018-01-07T15:40:51
2018-01-07T15:40:51
104,655,997
0
0
null
null
null
null
UTF-8
Java
false
false
1,581
java
/** * */ package com.common.system.controller; import java.text.ParseException; import javax.servlet.http.HttpServletRequest; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestParam; import org.spr...
[ "2418924163@qq.com" ]
2418924163@qq.com
c752e4c2d893a9f3ed1c5f29a35012e3e25d0e97
6dfaccbb5dac417c6c878c6766044a41df2e33eb
/core-services/src/main/java/org/zalando/nakadi/service/publishing/EventMetadata.java
dffdae7da9a2d2cd2f6022f037fc86464fb0edca
[ "MIT" ]
permissive
pengup/nakadi
1b7cb867090aa5bd37fb305f34fc5cd96971cde4
d526be43874adefd94f40fcaf78bd9a810ecff9c
refs/heads/master
2022-08-22T12:19:43.520316
2022-08-08T10:53:54
2022-08-08T10:53:54
76,261,096
0
0
MIT
2022-08-08T10:53:56
2016-12-12T13:58:47
Java
UTF-8
Java
false
false
722
java
package org.zalando.nakadi.service.publishing; import org.json.JSONObject; import org.springframework.stereotype.Component; import org.zalando.nakadi.util.FlowIdUtils; import org.zalando.nakadi.util.UUIDGenerator; import java.time.Instant; @Component public class EventMetadata { private final UUIDGenerator uuid...
[ "noreply@github.com" ]
pengup.noreply@github.com
3ec3978b1edcb25e7437763c1a5a1e3e9381c1a7
2ecb2c2efd3442e83ab17b5593a2771f123323cc
/PidgeotActionBar/app/src/androidTest/java/com/example/saifil/pidgeotactionbar/ExampleInstrumentedTest.java
b9c74b39158bf15a23e50fc6370e7f0c736f990e
[]
no_license
Saifil/AndroidStudioProjects
f72d505a19179a3faff5e6b6e9b5912253a551a9
1c261d4774f2268ac0f9fc7c2b8a4fa0ffb1744a
refs/heads/master
2020-03-22T04:59:11.419904
2018-07-03T07:45:11
2018-07-03T07:45:11
139,534,185
1
0
null
null
null
null
UTF-8
Java
false
false
771
java
package com.example.saifil.pidgeotactionbar; import android.content.Context; import android.support.test.InstrumentationRegistry; import android.support.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumented test, which will execute o...
[ "saifilmomin9@gmail.com" ]
saifilmomin9@gmail.com
21396370ae3dc483c88e3844984ce343855f1eda
d0c9f3ccefa44286d9d4ab21f55261a59c3f75de
/src/com/sword/tree/Solution3.java
9fc76cb4412083f7efaa0f3ac0494b7be52c35f7
[]
no_license
Cheakk/sword
aab46a0c81fd96915ccc3f4c2dbf0a1c43b7132d
fca22363329bc789b6f3907bbef04f20b8466494
refs/heads/master
2023-01-04T12:37:31.501326
2020-10-13T09:17:21
2020-10-13T09:17:21
261,923,309
0
0
null
null
null
null
GB18030
Java
false
false
1,317
java
package com.sword.tree; import java.util.ArrayList; import java.util.LinkedList; import java.util.Queue; /** * 从上到下按层打印二叉树,同一层结点从左至右输出。每一层输出一行。 * @author Administrator * */ public class Solution3 { ArrayList<ArrayList<Integer>> result = new ArrayList<ArrayList<Integer>>(); ArrayList<ArrayList<Int...
[ "dianchudian@163.com" ]
dianchudian@163.com
909d339f484de500041cfd9771a557fac4d240c8
828103131a92f3901b05e4ec84a8aa575bd0f997
/designpattern-java-master/src/Behavioral/Responsibility/HandleRequest.java
130f80fa049d8ad33b7f466f0dbf9035bb1f08dd
[]
no_license
weizhxa/designpattern
1a3d051081058249bfedd76518ee8f787abf14f1
176153d5fad1f63c4fc2346a105d1f3f37c4add4
refs/heads/master
2020-03-25T01:37:52.044109
2018-08-03T07:52:34
2018-08-03T07:52:34
143,247,745
0
0
null
null
null
null
UTF-8
Java
false
false
426
java
package Behavioral.Responsibility; public class HandleRequest { private Handle small; private Handle middle; private Handle big; public HandleRequest(Handle small, Handle middle, Handle big) { this.small = small; this.middle = middle; this.big = big; } public Handle ge...
[ "weizhxa@163.com" ]
weizhxa@163.com
944bc1172ec3b0e2f423ac6c1af644305a301ec8
da28f410342bec7a239194f1dcae7e5049fb2cab
/bootz-security/bootz-security-token-resource2/src/main/java/top/bootz/security/web/UserController.java
d64dc29496b48a0165974f867a82d4dda6106abd
[]
no_license
ibootz/ibootz
05e42ae4dfb1f7610cc471a236ed4810a10293a3
2c5c39cdd05cf4c7f96da35dfc2a66afb789b15a
refs/heads/master
2020-03-19T07:37:17.914845
2019-05-10T03:05:58
2019-05-10T03:05:58
136,132,369
1
1
null
null
null
null
UTF-8
Java
false
false
536
java
package top.bootz.security.web; import java.security.Principal; import org.springframework.security.core.annotation.AuthenticationPrincipal; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestCont...
[ "momogoing@163.com" ]
momogoing@163.com
2be915414f97798fdfb68cb4d226c87c321999ef
0f4735ba8123760f4f71eb68351612d27deb0cde
/src/tiendacomputacion/Venta.java
2ffe770cc048a4dabfbc3df25ffd1ad2a0ff543b
[]
no_license
chuck002/TP01TiendaComputacion
0cc20d8b93e82f1f779513573d9efd03f1ccbbca
488f3cfb430a48296f296e5ba4b2f5e9b5ad220f
refs/heads/master
2023-02-21T06:28:40.072503
2021-01-24T18:56:02
2021-01-24T18:56:02
332,530,055
0
0
null
null
null
null
UTF-8
Java
false
false
390
java
package tiendacomputacion; import java.io.Serializable; public class Venta implements Serializable { private StockComputadoras compu; public Venta(StockComputadoras compu) { this.compu = compu; } public StockComputadoras getCompu() { return compu; } public void setComp...
[ "ljavy86@gmail.com" ]
ljavy86@gmail.com
b34d417f09beb997b9e7ae36062eeea589256bdf
da46d7941b092d97aea068c68e8c80d97d2ef30d
/code/projection.java
d8b4d57b8dc54a18414e5397635ad9741a63d58d
[]
no_license
Xin-Zhang-0122/FBDP_Lab_4
e08555b6ce61fae7fb037e5ce902c861fed0fd53
2c4513babb4ddb30b1b7b01369cc602174589f3e
refs/heads/master
2020-04-04T10:45:32.778309
2018-11-02T13:06:36
2018-11-02T13:06:36
155,864,982
0
0
null
null
null
null
UTF-8
Java
false
false
2,675
java
package relation; import java.io.IOException; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.Path; import org.apache.hadoop.io.LongWritable; import org.apache.hadoop.io.NullWritable; import org.apache.hadoop.io.Text; import org.apache.hadoop.mapreduce.Job; import org.apache.hadoop.mapreduce.M...
[ "noreply@github.com" ]
Xin-Zhang-0122.noreply@github.com
8eeaf7331927c2ab7370af09a3873828803c7de2
1fb439ac41222e2c837b499957cedfbd6aa636ab
/Parcial 1/ClienteBT/src/clientebt/ClienteBT.java
b07570c454bb3057278d8185f6a425b06afdad7b
[]
no_license
emiliano080591/moviles-escom
1200c79d60028d58c57f9c33305fb9329b293077
fe502d3f3d29cc394b16e1e21f832597c3b37f32
refs/heads/master
2020-04-25T14:42:34.139730
2019-03-16T22:17:28
2019-03-16T22:17:28
172,850,740
0
0
null
null
null
null
UTF-8
Java
false
false
4,610
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 clientebt; import javax.microedition.midlet.*; import java.io.*; import java.util.*; import javax.bluetooth.*; import javax.mi...
[ "emilianoruben91@gmail.com" ]
emilianoruben91@gmail.com
b57d40e8c9ee18fef22b2557f4d97d9d5b64f843
74a03d163ba23a92d4225b8d35075fc94fe29b92
/src/main/java/com/example/pms/json/JsonUtils.java
cff5c6af0f3ab55a50a58019c8d88512a031ed89
[]
no_license
Guitenbay/Property_Management_System
3943c2c4a03a6e7f5254b7252ff8c20507f1e901
e3943124fc133219442579dbc9cc0f9b360d573b
refs/heads/master
2020-04-14T04:58:17.695691
2019-01-05T15:47:19
2019-01-05T15:47:19
163,650,714
1
0
null
null
null
null
UTF-8
Java
false
false
1,417
java
package com.example.pms.json; import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSONObject; import java.io.BufferedReader; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStreamReader; public class JsonUtils { public static String FILE_PATH = "src/main/java/com/exampl...
[ "16302010027@fudan.edu.cn" ]
16302010027@fudan.edu.cn
1b80f7d6676aed3a27ebfcafc0cb4a29840e73a9
fd46661342686924fd0cc97f8c2785bdab159bf6
/src/com/yx/zhihu/view/photoview/gestures/OnGestureListener.java
678f558f178c6d644b0ab198efe3a29af7efa774
[]
no_license
tombcato/Zhihu_Demo
45f2e6a8abab73cd91b0297e1246b856b96d7875
689c4ef55e480c84d636bd042e24627fab7fa402
refs/heads/master
2016-08-04T05:52:03.602372
2015-03-03T03:25:59
2015-03-03T03:25:59
30,250,861
0
0
null
null
null
null
UTF-8
Java
false
false
1,070
java
/******************************************************************************* * Copyright 2011, 2012 Chris Banes. * * 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.apac...
[ "1073800520@qq.com" ]
1073800520@qq.com
5c84fe61b0bfdb923ab2160d6cbf5c2820628512
368dffdd63f04ca40bce41029e3b7f2c5ecee59a
/src/main/java/drm/demo/MonitorServlet.java
abc5f9601c93bcbafe04a9e3ebbee6b78f4a4e78
[]
no_license
eliasdc/taskworker-examples
ba713f4c6727a0218f14af45823d03a40d260deb
3002a8e7878eae6233cf7764c7ccc6acbc2a2ee5
refs/heads/master
2021-01-18T07:51:41.795843
2013-10-05T11:59:44
2013-10-05T11:59:44
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,739
java
/** * * Copyright 2013 KU Leuven Research and Development - iMinds - Distrinet * * 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/licens...
[ "wouter@deborger.eu" ]
wouter@deborger.eu
c4b1ac0b97f78e3cbefe1701855d721aac9c1aa7
505946e0b6ccd2320d9e597ceef26d193354a72f
/generic-incremental-classifier/src/logic/LabelPlaceHandler.java
694fe552fbf0b173ed2deedb27412fced88af455
[]
no_license
Arkidillo/generic-incremental-classifier
5c238ff62e0e2ab74239da9809a77011cfb705bf
7f4129ed2ad0a2431cb8d83f24f64fcd63c25454
refs/heads/master
2018-12-18T09:39:54.561381
2018-10-03T16:11:43
2018-10-03T16:11:43
119,290,232
2
1
null
null
null
null
UTF-8
Java
false
false
4,022
java
package logic; import gui.Label; import main.GenericIncrementalClassifier; import javax.swing.*; import java.awt.*; import java.awt.event.MouseEvent; import java.awt.event.MouseListener; import java.awt.image.BufferedImage; public class LabelPlaceHandler implements MouseListener { // LEFT and NOT_CREATING are th...
[ "arkidillo@gmail.com" ]
arkidillo@gmail.com
0435d404d231faa2ed6ab704ca08a1174cba4f65
6237feaee63bb4c4831d3c663b49bb4ab28207b2
/CryptoNewsAndroid/app/src/main/java/com/princess/android/cryptonews/settings/Activity/SettingsActivity.java
66685dffba8f82d52ea393852003f59d59b2ddaf
[ "Apache-2.0" ]
permissive
elcruci/CryptoNews
6671500ae1185b4a33167d933edaaacaafa8ede1
b274419a02ce7963a30b47ba9e2b9fd442335e47
refs/heads/master
2021-09-15T15:15:10.075759
2018-05-09T14:36:33
2018-05-09T14:36:33
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,161
java
package com.princess.android.cryptonews.settings.Activity; import android.os.Bundle; import android.support.v7.app.ActionBar; import android.support.v7.app.AppCompatActivity; import android.view.MenuItem; import com.princess.android.cryptonews.R; public class SettingsActivity extends AppCompatActivity { @...
[ "andyeshiet@gmail.com" ]
andyeshiet@gmail.com
ab49b0dd42eeccc570f66b3a665ed711942dbbfc
f9ffdd4c0976080bfe5d3019fc7dea497ba6c7bf
/src/_13_String/UsingStringBuilder.java
87807838b8466b1e36087a1e39d43b356f3dc088
[]
no_license
GrapeLemon/Think-In-Java
67e389acee294a1404d8c84bb4726c0cd17b8371
f8755727194e9b8651f33f7910f70304fc7d9344
refs/heads/master
2020-07-07T12:25:25.367675
2019-09-08T15:05:03
2019-09-08T15:05:03
203,346,773
0
0
null
null
null
null
UTF-8
Java
false
false
852
java
package _13_String; import java.util.Random; public class UsingStringBuilder { public static Random rand = new Random(47); @Override public String toString() { StringBuilder result = new StringBuilder("{"); for (int i = 0; i < 25; i++) { result.append(rand.nextInt(100)); ...
[ "279214678@qq.com" ]
279214678@qq.com
7e07fd55e38b533eea701e8ecc9d191420846115
ef3a61df294e446862ddfe592a08bc73edf08d4b
/app/src/main/java/demo/acube/application/healthcare/activity/doctor/models/officeHours/Thursday.java
3c4ecfd8c2e215cf5d5a89f0f120e89a0c02dbc6
[]
no_license
annsrahim/Symphony
6aaff970db9b0c10f87bd6e9cc14c0462aa9e2e2
6cf32f584327bbe7b1732d8af4417893f0d11346
refs/heads/master
2021-05-02T02:54:44.830007
2018-02-09T09:58:27
2018-02-09T09:58:27
120,888,790
0
0
null
null
null
null
UTF-8
Java
false
false
852
java
package demo.acube.application.healthcare.activity.doctor.models.officeHours; import java.util.List; import com.google.gson.annotations.Expose; import com.google.gson.annotations.SerializedName; public class Thursday { @SerializedName("start") @Expose private String start; @SerializedName("end") ...
[ "Anns@Acube-D025s-Mac-mini.local" ]
Anns@Acube-D025s-Mac-mini.local
3031c39d4da1986590bf7c9ab8b4b4467f2f6679
101973ec39be5f791f2c436aafc50ce6304216a6
/app/src/main/java/com/pan/coordinatorlayoutdemo/CollapsingToolbarDemo.java
28ebcffc004d465bade53308d6137d2b67e5e34b
[]
no_license
jakkypan/CoordinatorLayoutDemo
a4a592bf2f8a350c27e7d060715746a51b8539aa
c2b4dd010d61f9d86aee55033123a6a6d3047450
refs/heads/master
2020-03-19T11:24:01.888511
2018-06-08T07:44:20
2018-06-08T07:44:20
136,453,256
0
0
null
null
null
null
UTF-8
Java
false
false
389
java
package com.pan.coordinatorlayoutdemo; import android.os.Bundle; import android.support.annotation.Nullable; /** * Created by panda on 2018/6/7 **/ public class CollapsingToolbarDemo extends ToolBarBaseActivity { @Override protected void onCreate(@Nullable Bundle savedInstanceState) { super.onCreate...
[ "panda@pandadeMacBook-Pro.local" ]
panda@pandadeMacBook-Pro.local
8a9258484a37d67c1323f6a69a7f167b6c99d721
b3a4698d05379fbb82cb44e919f9fc1cd76c2121
/tw-tasks-executor/src/main/java/com/transferwise/tasks/impl/tokafka/ToKafkaTaskHandlerConfiguration.java
cfc5eeef7bf1a308af95b421f11453067eabb076
[ "Apache-2.0" ]
permissive
465499642/tw-tasks-executor
d8974f874eeb9d96ae4e083830ba329d6c54e402
12cac07f6e2d93836841252f10f9efd403775966
refs/heads/master
2022-04-27T00:05:04.393983
2020-04-26T09:56:40
2020-04-26T09:56:40
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,407
java
package com.transferwise.tasks.impl.tokafka; import com.fasterxml.jackson.databind.ObjectMapper; import com.transferwise.common.baseutils.ExceptionUtils; import com.transferwise.tasks.config.TwTasksKafkaConfiguration; import com.transferwise.tasks.handler.ExponentialTaskRetryPolicy; import com.transferwise.tasks.handl...
[ "onukristo@gmail.com" ]
onukristo@gmail.com
dd7f004b9cb1640506c0bc9f1b71ce86ab5e2897
6c1718de9e39d0bea94bc20a8c7e86ad7429ff3b
/FlipProductServiceModule/src/main/java/com/flip/entity/AuditModel.java
178ed04dd8427119177655fbacb8c72414122f7c
[]
no_license
pankamit/flip
e3341393606b42971a338a32098190158e82296d
6e34bbd51481e7fc6a2dd3c3a7799c2ceec64f48
refs/heads/master
2022-12-23T15:34:17.649966
2020-03-25T05:38:55
2020-03-25T05:38:55
242,803,731
0
1
null
2022-12-15T23:25:11
2020-02-24T17:52:39
Java
UTF-8
Java
false
false
1,781
java
package com.flip.entity; import java.io.IOException; import java.io.OutputStream; import java.util.Date; import javax.persistence.Column; import javax.persistence.EntityListeners; import javax.persistence.MappedSuperclass; import javax.persistence.Temporal; import javax.persistence.TemporalType; import org.springfra...
[ "pankajmittalsoftware@gmail.com" ]
pankajmittalsoftware@gmail.com
c9b93a6b6d6968803db6cdb2f4fa3d010921f4bd
7d2b0997bba1ac7a7915e77adf56780a1351df1a
/src/main/java/com/base/utils/Base.java
3072daf24067bedf5e1158da87b602054a967cac
[]
no_license
AdnanMostafa/OSA09AgileFramework
d77e686e0206fdb22402b8e636c27f0b130623e3
ec9784ecb6f4b67f39376ea191d50eba4e75f808
refs/heads/master
2023-06-08T08:22:59.280297
2021-06-26T15:04:00
2021-06-26T15:04:00
380,398,191
0
0
null
2021-06-27T01:28:14
2021-06-26T02:40:18
Java
UTF-8
Java
false
false
48
java
package com.base.utils; public class Base { }
[ "shilpimoukl@gmail.com" ]
shilpimoukl@gmail.com
bc96b8a494daa9d096132b4b7415e3ff72a85892
6212cb5753ecc4b88b91ca94c70e2d6352c3932d
/DB/GetETF.java
5e3c12f2079dd97f97d2138e1f9a0f86f6e52310
[]
no_license
earoc/TickDataStreaming
ef18f6c826897b3686a19f96570d0a37d0ba3a47
2f03c87814783ecdca033e7c9a0d26838efb68ec
refs/heads/master
2020-12-30T23:33:14.260397
2013-07-15T13:00:28
2013-07-15T13:00:28
null
0
0
null
null
null
null
UTF-8
Java
false
false
664
java
package com.procedures; import org.voltdb.SQLStmt; import org.voltdb.VoltProcedure; import org.voltdb.VoltTable; import org.voltdb.VoltProcedure.VoltAbortException; public class GetETF extends VoltProcedure { public final SQLStmt getEtf = new SQLStmt( "select etf_ticker from basket group by etf_ticker ORDER B...
[ "dremella@voltdb.com" ]
dremella@voltdb.com
70634a1caf1d848f5164513dc6eb8258a1fe8d98
29b81ac5a8d08ca977221307d0513ceb3684d1ab
/EmployeeEntities/src/com/v2soft/training/entities/EmployeeAddressHome.java
0acc704452925f6bbe1d0a22ff3cbdd4782a58c9
[]
no_license
ktrivedi95/V2Soft_Spring_Training
9d98368338d1e7ec109f713ad151fa74020b7daf
d53f6de2a7ab11292ea69164d8b8b602888bf289
refs/heads/master
2022-12-22T02:57:17.533350
2019-10-29T21:53:30
2019-10-29T21:53:30
214,223,196
0
0
null
2022-12-16T10:00:38
2019-10-10T15:45:26
Java
UTF-8
Java
false
false
1,890
java
package com.v2soft.training.entities; // Generated Oct 16, 2019 11:18:55 AM by Hibernate Tools 5.1.10.Final import javax.ejb.Stateless; import javax.persistence.EntityManager; import javax.persistence.PersistenceContext; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; /** * Home ...
[ "ktrivedi@v2softinc.com" ]
ktrivedi@v2softinc.com
c6339b3ad0206afaff4e5ffbc2390c0d5f5a5779
fa93c9be2923e697fb8a2066f8fb65c7718cdec7
/sources/a2/j/d/c/f4.java
cd1d18ac3e3fa2bf78ac29a49bff8cd2a4f528df
[]
no_license
Auch-Auch/avito_source
b6c9f4b0e5c977b36d5fbc88c52f23ff908b7f8b
76fdcc5b7e036c57ecc193e790b0582481768cdc
refs/heads/master
2023-05-06T01:32:43.014668
2021-05-25T10:19:22
2021-05-25T10:19:22
370,650,685
0
0
null
null
null
null
UTF-8
Java
false
false
896
java
package a2.j.d.c; import androidx.appcompat.app.AppCompatDelegateImpl; import java.util.Collection; import java.util.Iterator; import org.checkerframework.checker.nullness.compatqual.NullableDecl; public class f4<V> extends h4<Collection<V>> { private static final long serialVersionUID = 0; public class a ext...
[ "auchhunter@gmail.com" ]
auchhunter@gmail.com
7d0f5d2e7a1f37386ee464e46c0fe5f50dc97df9
03b8882bd195bf52f00769feb10a08be8563e3c6
/Window.java
ab495a8dc0ecdbe49f23ff748c360b4b3647dbc5
[]
no_license
SeveralFaun/TaylorTitans
205d39ddd53cd41c1155cebf1390fc204aa2908e
6f36ce81e41279977bd50c5f1cf75761538580c2
refs/heads/main
2023-08-16T02:21:48.746194
2021-10-02T23:50:13
2021-10-02T23:50:13
412,935,187
0
0
null
null
null
null
UTF-8
Java
false
false
432
java
import java.awt.Canvas; import javax.swing.JFrame; public class Window extends Canvas{ public Window(int width, int height, String title, GameGUI game) { JFrame frame = new JFrame(title); frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); frame.setSize(width, height); frame.setResizable(false); ...
[ "noreply@github.com" ]
SeveralFaun.noreply@github.com
d7e422ad6a18dbcf0a5154c49642bedc7e11c010
74efcaf6e9246f5c93f917e1031d03158f0f0f47
/src/main/java/com/atguigu/util/TestJson2.java
fa3aa89796b217cc2e6b178a6e4cf8b48e1313c9
[]
no_license
zhangzaixuan/sale_manager
3785a199d327a205f8ef0871e9db0aebee0433cb
d72f31763495b95819edf6c30d504520d2b01ba8
refs/heads/master
2021-05-14T10:13:16.103465
2018-01-05T06:03:54
2018-01-05T06:03:54
116,348,008
0
0
null
null
null
null
UTF-8
Java
false
false
946
java
package com.atguigu.util; import java.util.ArrayList; import java.util.List; import com.atguigu.bean.T_MALL_SHOPPINGCAR; import net.sf.json.JSONArray; public class TestJson2 { public static void main(String[] args) { // 1 // 2 // 3 // 4 List<T_MALL_SHOPPINGCAR> list_cart = new Arra...
[ "2565075424@qq.com" ]
2565075424@qq.com
2e8b2bc56d186e93bc0927dd6cc2fba4bc3e2a0f
86505462601eae6007bef6c9f0f4eeb9fcdd1e7b
/bin/modules/b2b-accelerator-addons/b2bpunchout/src/org/cxml/OrganizationID.java
58fcb3486f71a618a51fe35e7e7a55493c8ea235
[]
no_license
jp-developer0/hybrisTrail
82165c5b91352332a3d471b3414faee47bdb6cee
a0208ffee7fee5b7f83dd982e372276492ae83d4
refs/heads/master
2020-12-03T19:53:58.652431
2020-01-02T18:02:34
2020-01-02T18:02:34
231,430,332
0
4
null
2020-08-05T22:46:23
2020-01-02T17:39:15
null
UTF-8
Java
false
false
1,839
java
/* * Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. */ // // 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...
[ "juan.gonzalez.working@gmail.com" ]
juan.gonzalez.working@gmail.com
ada6296dbae57c0de6e319c96fc4b15728b5bb6c
660cafe8c699346186ed600113303d62c862afc9
/src/main/java/com/agency04/sbss/pizza/dto/DeliveryDTO.java
7ef25862ce3a65cbf35429e1d452ce5fbdb74bb2
[]
no_license
lrukavina/pizzaDeliveryApp
80461b2ae01b5205a75ef41a3c6811e1c434dc27
6d39c045c98a955ab1880d015132ace1ee658e1f
refs/heads/main
2023-07-08T03:30:32.655422
2021-08-17T17:58:17
2021-08-17T17:58:17
387,501,813
0
0
null
null
null
null
UTF-8
Java
false
false
754
java
package com.agency04.sbss.pizza.dto; import java.util.List; public class DeliveryDTO { private CustomerDTO customerDTO; private List<PizzaOrderDTO> pizzaOrderDTOS; public DeliveryDTO(CustomerDTO customerDTO, List<PizzaOrderDTO> pizzaOrderDTOS) { this.customerDTO = customerDTO; this.pizza...
[ "77284546+lrukavina@users.noreply.github.com" ]
77284546+lrukavina@users.noreply.github.com
9174761484fc6b0a88acdefd4fbddfee7c693ac6
1927bbe0c4ad1c54cb523cd66a3cca7164fdcad6
/core/src/androidTest/java/com/dogapi/core/ExampleInstrumentedTest.java
d9511070c163cfe90b3fefd6d5f7080097af7d66
[]
no_license
AnaGV/MVP_Dogs_Gallery
29f3bb9cda8f12587415f90c9d663991de95fb93
6b99844ab5a3d46d7fe31d999dbbb7d2815ec7fe
refs/heads/master
2021-05-01T08:50:29.449536
2018-02-11T23:52:17
2018-02-11T23:52:17
121,176,674
0
0
null
null
null
null
UTF-8
Java
false
false
739
java
package com.dogapi.core; import android.content.Context; import android.support.test.InstrumentationRegistry; import android.support.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumentation test, which will execute on an Android devi...
[ "veraanag@gmail.com" ]
veraanag@gmail.com
1aef274443b62f991f545843566d1bbb6ac9bbae
dd9b8cce53f74382f62e8b808658aa8054823710
/app/src/main/java/com/demo/amber/com/testdemo/FastBlur.java
ce1be3c419cc8ce72abb7982adf422b8bdc09007
[]
no_license
MasterWangBo/Android-BlurView-Master
fa69831f1e5f5ea9d5a10fcc19074d4c117d512e
85a59da6140af5bc90b3ffee698a236a9f29435a
refs/heads/master
2020-11-29T12:10:10.487565
2017-04-10T05:41:53
2017-04-10T05:41:53
87,494,984
17
1
null
null
null
null
UTF-8
Java
false
false
6,006
java
package com.demo.amber.com.testdemo; import android.graphics.Bitmap; /** * 快速模糊化工具 */ public class FastBlur { public static Bitmap doBlur(Bitmap sentBitmap, int radius, boolean canReuseInBitmap) { Bitmap bitmap; if (canReuseInBitmap) { bitmap = sentBitmap; } else { ...
[ "542513826@qq.com" ]
542513826@qq.com
3c8bb1e16dbcbd79b50b0846c83ceb87cd4f81b4
43c0da5f294a3cb7d6c4483524e266f87f335c9f
/src/jp/tokyo/shibuya/pinco/util/ImageCache.java
b2637d285c65619582f2cc77d05131ffd2035c78
[]
no_license
czhiraga/Pinco_Beta
ae41cc384284882fec589b9b69fa7b0be7f2b78a
04d3d1e7e7e896050be0b998900a67d4add5db46
refs/heads/master
2016-08-08T15:54:23.943029
2014-07-12T09:17:29
2014-07-12T09:17:29
null
0
0
null
null
null
null
UTF-8
Java
false
false
868
java
package jp.tokyo.shibuya.pinco.util; import java.util.HashMap; import android.graphics.Bitmap; /** * imageキャッシュ作成 * * @author obinata_hiroaki_gn * */ public class ImageCache { private static HashMap<String, Bitmap> cache = new HashMap<String, Bitmap>(); // キャッシュより画像データを取得 public static Bitmap getImage(Str...
[ "hiraga_tsuyoshi@cyberx.co.jp" ]
hiraga_tsuyoshi@cyberx.co.jp
0387ff9d71fea93a158a93a1ce675947dcdc76d5
2ed76e81af4f14846cb4d6b977658b828bfd736e
/mybatis/src/main/java/com/chinatvpay/type/hander/MyTypeHandler.java
5f2376f117096b7da5d6ef39ada66de95c265156
[]
no_license
dignjun/WorkSet
2d8be8e9f59d91cb622257b18e8815e71e9c437f
fb813807c649283aea758d3eb73b91398ae3517e
refs/heads/master
2021-07-08T18:18:22.431430
2019-03-11T02:02:10
2019-03-11T02:02:10
146,717,017
1
0
null
null
null
null
UTF-8
Java
false
false
1,844
java
package com.chinatvpay.type.hander; import java.sql.CallableStatement; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import org.apache.ibatis.type.BaseTypeHandler; import org.apache.ibatis.type.JdbcType; import org.apache.ibatis.type.MappedJdbcTypes; /** * 自定义...
[ "dingjun941035104@163.com" ]
dingjun941035104@163.com
bd2cee25f41f371738fbc7a1b2db08e5f485eb69
45bff82afd41a8a5fa05c1d034fff69f4834c732
/src/ru/pasharik/chapter_1_arrays_strings/question_1_7/RotateMatrix90.java
6bd9222a02f104f29ec70e5ce6f7dd999e2bb0c9
[]
no_license
pasharik/code_interview
a6511ef946ba5edd2f13e8f3b5b7683e548ba37b
041ed33ae9ee88d99b6ed1b586dba63440a2992c
refs/heads/master
2020-04-07T17:40:50.660152
2019-08-20T16:08:25
2019-08-20T16:08:25
158,578,975
0
0
null
null
null
null
UTF-8
Java
false
false
1,275
java
package ru.pasharik.chapter_1_arrays_strings.question_1_7; import static ru.pasharik.chapter_1_arrays_strings.question_1_7.MatrixUtils.printMatrix; public class RotateMatrix90 { private static int[][] rotate90(int[][] a) { int n = a.length - 1; for (int i = 0; i < n; i++) { for (int j ...
[ "pasharik@mail.ru" ]
pasharik@mail.ru
daf26d03f202dc3eaba82e4300a02e87cf57344c
18aa88f6e72c6f78b6fe51dbfe821253b4b1ea46
/hb-06-many-to-many/src/com/aku/hibernate/demo/GetCourseForStudent.java
016e0e6982f4104791b21db5a374d4b63fbb0f36
[]
no_license
Akki19hzb/hibernate
8763985e50176a90abe580279f03a1b57b8a8d71
40904a12879ebfa89597914aea62e29bea431a5b
refs/heads/main
2023-07-20T19:56:12.801885
2021-09-05T06:03:48
2021-09-05T06:03:48
395,232,587
0
0
null
null
null
null
UTF-8
Java
false
false
1,283
java
package com.aku.hibernate.demo; import org.hibernate.Session; import org.hibernate.SessionFactory; import org.hibernate.cfg.Configuration; import com.aku.jdbc.Course; import com.aku.jdbc.Instructor; import com.aku.jdbc.InstructorDetail; import com.aku.jdbc.Review; import com.aku.jdbc.Student; public class GetCourse...
[ "getakash.verma19@gmail.com" ]
getakash.verma19@gmail.com
7741b4c0ff06b0b13738f3511970a5d4ea425d55
250191e2703c608a10a8896dd927bca5b2e8007c
/src/com/slp/service/SiteInfoService.java
47481cdd641444a73512fd69da650d229fb30021
[]
no_license
zhengxiansheng-github/slp
e8b6ee978df77473461d73328983c7a1c646dd3a
6811a0a8d986d393a4202059deee6a04115f1f3c
refs/heads/master
2020-03-27T10:06:31.356571
2018-08-28T05:09:01
2018-08-28T05:09:01
146,395,678
0
0
null
null
null
null
UTF-8
Java
false
false
1,442
java
package com.slp.service; import java.util.List; import com.slp.bean.SiteInfo; public interface SiteInfoService { /** * 获取站点信息的总条数 * @return int : 总条数 */ public int totalCount(); /** * 站点信息列表并实现分页 * @param start 开始条数 * @param pageSize 每页显示条数 * @return List 集合:SiteInfo */ public List<SiteInfo> si...
[ "zhangxiansheng_yx@163.com" ]
zhangxiansheng_yx@163.com
350e07bfae91fea0cdbace156c95adc17996b1e8
97ed73baa6ec46e254ca484e2d280aa67f52c38b
/src/main/java/com/github/amsabots/aspect/Loggable.java
a30f645e916fc2e15c17e7c0e3e56e526f0a8a0d
[]
no_license
amsabots/Aspect
fd6c4c69c4767d98eb608f439582ea79b19daf7a
7210e93871c4ec335faac0732a903a562b6bd3ff
refs/heads/master
2023-07-26T22:02:01.027465
2021-08-30T19:58:33
2021-08-30T19:58:33
401,399,191
0
0
null
null
null
null
UTF-8
Java
false
false
294
java
package com.github.amsabots.aspect; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) public @interface Loggable { }
[ "amsabots@gmail.com" ]
amsabots@gmail.com
1b94a5748f0896400bc36aa6ef169e475c8329cf
3fe8e5db53dc425afdb24303f2f6926cade14f04
/user/ezt_hall/src/main/java/com/eztcn/user/eztcn/activity/mine/StatementActivity.java
bfc87acb929125e670cb924c95262b3456a161a2
[]
no_license
llorch19/ezt_user_code
087a9474a301d8d8fef7bd1172d6c836373c2faf
ee82f4bfbbd14c81976be1275dcd4fc49f6b1753
refs/heads/master
2021-06-01T09:40:19.437831
2016-08-10T02:33:35
2016-08-10T02:33:35
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,388
java
package com.eztcn.user.eztcn.activity.mine; import xutils.ViewUtils; import xutils.view.annotation.ViewInject; import android.os.Bundle; import android.os.Handler; import android.os.Looper; import android.os.Message; import android.widget.TextView; import com.eztcn.user.R; import com.eztcn.user.eztcn.activity.FinalAc...
[ "liangxing@eztcn.com" ]
liangxing@eztcn.com
06f6c5fe2e3d124c683da0402614abe424543dfa
ed8ad1952e28bb930df26855d64da0e5b0c17ae6
/lab10/TopBottomDraw.java
099a8760bccd1459b0d8c637200a670edf066f10
[]
no_license
Yiwen-Feng/CS61B
a01c5a3167a84fc874c7e3357a3f367a63b8137e
78d53dbe7b646ec3f4af91e6f3778d0b2b18322a
refs/heads/master
2020-09-01T22:23:08.885278
2019-11-01T23:11:56
2019-11-01T23:11:56
219,074,028
0
0
null
null
null
null
UTF-8
Java
false
false
1,699
java
class TopBottomDraw { /** An array of all cards in the deck. */ public int[] deck; /** Given some deck, TopBottomDraw can find the * best possible score for the starting player. Assume that our * opponent is playing optimally to minimize our score. */ public TopBottomDraw(int[] deck) ...
[ "noreply@github.com" ]
Yiwen-Feng.noreply@github.com
eacefe634fd088a932e77f42b1da53743f5ebac6
1b493d786a5105eb90213137c35247bdf1827603
/SharedPreference/app/src/test/java/com/example/saruhan/sharedpreference/ExampleUnitTest.java
3736147206aae7c2249a261479ddef0bfd501386
[]
no_license
nursaruhan/Mobil-Programlama-Demo
7421ba9f763cf12b33c6e18bb9f5ae6d4c173869
e05fbab6dba71b9c3ef6e34c70d1a82be60a9235
refs/heads/master
2021-08-30T16:37:29.987077
2017-12-18T17:23:00
2017-12-18T17:23:00
114,667,457
0
0
null
null
null
null
UTF-8
Java
false
false
414
java
package com.example.saruhan.sharedpreference; import org.junit.Test; import static org.junit.Assert.*; /** * Example local unit test, which will execute on the development machine (host). * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ public class ExampleUnitTest { @Test ...
[ "nur.saruhan@bil.omu.edu.tr" ]
nur.saruhan@bil.omu.edu.tr
03de879e0397a3602a66470fe8db4b479c566fb7
2b929141542574a409986a4e55da989a0946c0d8
/src/com/example/checkmate/mo.java
482f0c6b32de1d08337574946b10298608d732e2
[]
no_license
mouzarf/Checkmate
523bbbcbb9b2ea90271be5a610bb33a80c0a48fe
c34eccbf27e601adce0ea2491940b759ed4888c8
refs/heads/master
2020-12-26T02:49:32.594486
2014-05-14T12:59:08
2014-05-14T12:59:08
null
0
0
null
null
null
null
UTF-8
Java
false
false
63
java
package com.example.checkmate; public class mo { tesr2 }
[ "mouzarf88@gmail.com" ]
mouzarf88@gmail.com
12a6e94d6af033dbfc82f6cfff0a9e32edbb3a96
96f8d42c474f8dd42ecc6811b6e555363f168d3e
/budejie/sources/com/ali/auth/third/core/util/ReflectionUtils.java
3c0f84cf6e44f5484f8bf932255f491824c27227
[]
no_license
aheadlcx/analyzeApk
050b261595cecc85790558a02d79739a789ae3a3
25cecc394dde4ed7d4971baf0e9504dcb7fabaca
refs/heads/master
2020-03-10T10:24:49.773318
2018-04-13T09:44:45
2018-04-13T09:44:45
129,332,351
6
2
null
null
null
null
UTF-8
Java
false
false
3,560
java
package com.ali.auth.third.core.util; import com.ali.auth.third.core.trace.SDKLogger; import java.lang.reflect.Field; import java.lang.reflect.Method; import java.util.HashMap; import java.util.Map; public class ReflectionUtils { private static final Map<String, Class<?>> PRIMITIVE_CLASSES = new HashMap(); pr...
[ "aheadlcxzhang@gmail.com" ]
aheadlcxzhang@gmail.com
8b592b83bccb68a60a1eb692711285e5257cedb0
d1a89498ecc9c766bb4d8d523f899ebc80eb8b16
/src/main/java/main/Main.java
c68ae7c13dd08e871d77c9aac95853d4195e1e47
[]
no_license
laatopi/ohtu-viikko1
e86e426b299426bf33afcb351d98294682b29889
081952bf1c2f56714aedb1c9e4c08ee8148384c4
refs/heads/master
2021-08-08T23:16:39.520412
2017-11-11T14:51:46
2017-11-11T14:51:46
108,860,377
0
0
null
null
null
null
UTF-8
Java
false
false
132
java
package main; import ohtu.ohtuvarasto.Varasto; public class Main { public static void main(String[] args) { } }
[ "laantop@gmail.com" ]
laantop@gmail.com
fa4af67f095588a1062400aa9f77ff9d5a5ae7d3
adde1ccf86a6da7626c92a84e430c3f50e52304a
/app/src/main/java/com/example/nguyennam/financialbook/recordtab/IncomeFormEdit.java
718050c7a56b7186b77ae707cde5867c4f7d51a6
[]
no_license
namnhbap/FinancialBook
f812894385f59e98ef32760bf8acdd399ea31df2
d83cf803029ee92015e8cbfe4408b4c7795eeec5
refs/heads/master
2023-04-27T07:23:38.436227
2017-05-29T09:10:18
2017-05-29T09:10:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
13,909
java
package com.example.nguyennam.financialbook.recordtab; import android.app.DatePickerDialog; import android.content.Context; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.util.Log; import android.view.LayoutInflater; import android.view.View...
[ "nguyennam.271@gmail.com" ]
nguyennam.271@gmail.com
6e8acd3ea6b1f21f1468328ccf4cf4dcbff4233b
c4540ffc0f8f564184be008cb63d1759b5640fd3
/app/src/main/java/com/example/sunray/ftpforandroid/logUtil/LogUtil.java
0ccca28abdaf6c9d1d8a51f80e9829db401488a1
[ "Apache-2.0" ]
permissive
WilliamWzh/ftpForAndroid
b6ee14fe03e289bdd6ef5a2ba73c204cf90a6cdf
085e9b6a9f5819c663b1fba6a0ad0f581e60256c
refs/heads/master
2021-06-26T15:42:08.059217
2017-09-13T02:30:40
2017-09-13T02:30:40
103,340,818
0
0
null
null
null
null
UTF-8
Java
false
false
1,039
java
package com.example.sunray.ftpforandroid.logUtil; import android.util.Log; /** * Created by sunray on 2017-8-31. */ public class LogUtil { public static final int VERBOSE = 1; public static final int DEBUG = 2; public static final int INFO = 3; public static final int WARN = 4; public static fi...
[ "wzh15521173239@gmail.com" ]
wzh15521173239@gmail.com
28df25c782929967b364ffed75d95bdf363c313d
4e510162291fa7e7773167ceca8576ba9c6838bd
/src/main/java/net/projecthade/jepret/web/rest/AccountResource.java
e84b8f74deac5ef27b70aa4a3ca5afc9892ef50c
[]
no_license
avew/jepret
82ed5cb6bbaf20b2326907b776ee0bddee36d877
3bea64591688a854d40357d8ed2b1dd71c39c56d
refs/heads/master
2021-01-10T14:01:47.766545
2016-02-11T20:11:03
2016-02-11T20:11:03
51,539,959
0
0
null
2016-02-11T20:11:03
2016-02-11T19:20:05
Java
UTF-8
Java
false
false
10,251
java
package net.projecthade.jepret.web.rest; import com.codahale.metrics.annotation.Timed; import net.projecthade.jepret.domain.Authority; import net.projecthade.jepret.domain.PersistentToken; import net.projecthade.jepret.domain.User; import net.projecthade.jepret.repository.PersistentTokenRepository; import net.projecth...
[ "aseprojali@gmail.com" ]
aseprojali@gmail.com
b90e781a011da6c84775a2242627549be9911cc6
7a358099e4eef460832dc0b4c9b163b08e567a98
/app/src/main/java/com/sh/doctorapplication/ui/activity/RegisterActivity.java
2983f230bebdb48e125719187a9c0c63235ac8f0
[]
no_license
buivanduc2101/DoctorAppliton
38782f149f7777b768b73fc01a46c5fe894c337b
e3dababdd8bb804a1a119a8ce3b1b3859b5c7fcc
refs/heads/master
2023-06-05T06:29:06.286539
2021-07-01T08:13:18
2021-07-01T08:13:18
375,116,819
0
0
null
null
null
null
UTF-8
Java
false
false
5,605
java
package com.sh.doctorapplication.ui.activity; import android.app.ProgressDialog; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.EditText; import android.widget.Toast; import androidx.annotation.Nullable; import androidx.appcompat....
[ "buivannduc210198@gmail.com" ]
buivannduc210198@gmail.com
6f90b5343f4ff9c7c139d34879e66e2a8346ff86
3dd140b1105a51c6ab55fde1359ef69b61eb6743
/src/main/java/net/llamaslayers/infiniteworld/App.java
69f755cbb9010087bc42fccb4a861aaf630032e4
[]
no_license
Nightgunner5/InfiniteWorld
24e70fca50778872ec7a7e2168ee760f135c0594
b7112d59dd902743d05a0316977b810bef8da588
refs/heads/master
2020-05-15T18:28:12.453267
2011-08-20T19:09:13
2011-08-20T19:09:13
2,239,729
1
0
null
null
null
null
UTF-8
Java
false
false
4,035
java
package net.llamaslayers.infiniteworld; import java.awt.image.BufferedImage; import java.io.File; import java.io.IOException; import java.text.NumberFormat; import java.util.logging.Level; import java.util.logging.Logger; import javax.imageio.ImageIO; public class App implements Runnable { private static final Octre...
[ "nightgunner5@llamaslayers.net" ]
nightgunner5@llamaslayers.net
dc4395033b1046f400269c40fbb0ad0d18bb03f1
2c9edd09ba7006c29d5a543645a1c3b0680513a4
/ArrayImplementation/src/PlayWithArray.java
0addc0d2de8d2b240f368420622879f7f82c9067
[]
no_license
webkhushboo/DataStructures
006f4f5c5db8916b1bf0ce348074288813bda04c
1e3e717cb12dcddc9e10dfb0610206af7f976618
refs/heads/master
2021-01-22T22:35:02.969501
2017-09-06T09:04:15
2017-09-06T09:04:15
85,554,751
1
0
null
2019-12-30T11:15:15
2017-03-20T08:54:38
JavaScript
UTF-8
Java
false
false
843
java
import java.util.HashMap; import java.util.Scanner; public class PlayWithArray { private static void printArray(int[] arr) { int max =arr[0]; int secondMax = arr[0]; int indexOfMax =0; for(int i =0;i<arr.length;i++) { if(arr[i]> max){ secondMax =max; max = arr[i]; indexOfMax = i; } ...
[ "web.khushboo@gmail.com" ]
web.khushboo@gmail.com
73697ea8582691f265cd4661acd8b5f3145ae3da
2dac69d72b777798a9f8e3d5ebbc3e079953d369
/src/test/java/com/example/testingwithboot/service/CustomerServiceTest.java
fd078b03f5be37cad7797d8e8f0af963ad2cf049
[]
no_license
Ppustota/testingwithboot
913d52f151f448520dd64aa5ee4b0d25b70c814d
afe4fe3a78e1eed5bf2e7bd996c5ac8a3dd69069
refs/heads/master
2023-08-23T06:49:27.696521
2021-10-04T07:45:03
2021-10-04T07:45:03
413,397,393
0
0
null
null
null
null
UTF-8
Java
false
false
2,009
java
package com.example.testingwithboot.service; import com.example.testingwithboot.model.Customer; import com.example.testingwithboot.repo.CustomerRepo; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.autoconfigure...
[ "z.vash22@gmail.com" ]
z.vash22@gmail.com
3fb8df6bea45a7aada246e2f1a3c5895205ca05d
9d9c0d9aba0c3102787a0215621b24dbe7f64b59
/jeecms-backup/src/main/java/com/jeecms/backup/utils/CmdExecutor.java
3671b83a78192bc3a1b4b3b6647126645b05bb93
[]
no_license
hd19901110/jeecms1.4.1test
b354019c57a06384524d53aa667614c1f4e5a743
4e3e0cb31513e53004aa20c108f79741203becb0
refs/heads/master
2022-12-08T06:10:06.868825
2020-08-31T09:59:19
2020-08-31T09:59:19
285,445,431
0
1
null
null
null
null
UTF-8
Java
false
false
7,136
java
package com.jeecms.backup.utils; import org.apache.commons.lang3.StringUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.util.CollectionUtils; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; im...
[ "2638177992@qq.com" ]
2638177992@qq.com
60d42a695b04639c4ccdc98bd91b27fa47d04647
27898ac2655155535ef6fba74a46e9e5fb8fd108
/src/homePractice/hh.java
334fd71ac7ae3676ec35e076440000904f8e5487
[]
no_license
sushilsharma77/JavaBasic
ebb4424a183b319ced8af9b75f3f26d7b88a5a9f
83fa5de3e944faaa0ba340813fc71016640dbefa
refs/heads/master
2021-04-09T22:03:04.512689
2020-06-02T20:50:10
2020-06-02T20:50:10
248,367,746
1
0
null
null
null
null
UTF-8
Java
false
false
372
java
package homePractice; import java.util.Iterator; import java.util.TreeSet; public class hh{ public static void main(String[] args) { TreeSet map = new TreeSet(); map.add("one"); map.add("two"); map.add("three"); map.add("four"); map.add("one"); Iterator it = map.iterator(); while (it.hasNext() ) { ...
[ "susarma54@gmail.com" ]
susarma54@gmail.com
775b1a76bb68f488f7999bb4385438dd8c445a23
43c464438339da29cb20655d28b675eed4b99825
/app/src/main/java/com/sagar/policesearch/PolicePojo.java
355d7de711ce3e2e670dbc12b6656054e10e69f9
[]
no_license
sagar2buddy/PoliceSearch
e6508fceb590c4e29860e86574e79fe959678e61
020edec145127a5f0bedbf09338c8f95c8f17cd6
refs/heads/master
2023-06-23T07:21:28.389469
2021-07-14T05:44:14
2021-07-14T05:44:14
385,827,870
0
0
null
null
null
null
UTF-8
Java
false
false
2,304
java
package com.sagar.policesearch; import java.util.Objects; public class PolicePojo { private String sno; private String policeStation; private String district; private String state; private String phoneNumber; public PolicePojo(String sno, String policeStation, String district, String state, ...
[ "sagar2buddy@gmail.com" ]
sagar2buddy@gmail.com
0591d7bcba042b657c801d112db8d3003e2c6fa1
a0ce847450bac349423b7b6d4f77c722241a7785
/open-source/Java/org/apache/flume/source/taildir/TaildirMatcher.java
cd40cb1ba4f45fa9c02e28bae6064679fecc659c
[]
no_license
zozospider/note
34e1974576c6dc6c53a3a71af3d6472e90ba162e
b50c37db309600a2295749394ecca8a00d9da777
refs/heads/master
2023-04-20T17:10:12.133400
2023-03-30T09:19:01
2023-03-30T09:19:01
153,109,264
2
2
null
2018-10-16T08:33:41
2018-10-15T12:30:50
null
UTF-8
Java
false
false
13,475
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 ...
[ "41692211+zozospider@users.noreply.github.com" ]
41692211+zozospider@users.noreply.github.com
55a98e7982b50e8de59381fe0d53962f6cae4448
46c6348293139d71bdc51c56ad81a3ef5363d45b
/htdz-services/htdz-liteguardian/src/main/java/com/htdz/liteguardian/util/UtilDate.java
aa49c146ab34e852da419d31dad6f0ffa095be04
[]
no_license
shanghaif/bdproject
80208f6c2595a666dd51de2c84c63125b4605727
d55ec9e2702eda21cf31d203058f45b3df10f069
refs/heads/master
2023-03-16T11:16:19.179054
2018-07-24T08:11:16
2018-07-24T08:11:16
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,970
java
package com.htdz.liteguardian.util; import java.text.DateFormat; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Calendar; import java.util.Date; import java.util.Random; /* * *类名:UtilDate *功能:自定义订单类 *详细:工具类,可以用作获取系统日期、订单编号等 *版本:3.3 *日期:2012-08-17 *说明: *以下代码只是为了方便商户测试而提供的样例...
[ "trvps@126.com" ]
trvps@126.com
cb72930555f16f89a47c7852eece5038bed6ded7
021cbb26daf65e4b47ef62a3c9c84f4c55a849ef
/src/main/java/de/matthiasmann/twl/TableSelectionManager.java
f3f3c0369527947e4cf59ba4d010ff92dbf7cd10
[]
no_license
ShadowLordAlpha/TWL
fe9e1f3994cc31417ed60d34ee020ed7eba577ba
94785108ae26e3f1fddb6afa4f6b803b9df4dde2
refs/heads/master
2021-01-10T15:40:59.422959
2015-10-10T19:18:55
2015-10-10T19:18:55
43,928,414
0
0
null
null
null
null
UTF-8
Java
false
false
2,500
java
/* * Copyright (c) 2008-2009, Matthias Mann * * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * * Redistributions of source code must retain the above copyright notice, * this...
[ "shadow.alpha70@gmail.com" ]
shadow.alpha70@gmail.com
ecdc3b535f714de839c39a702020c04a9e95e022
5aaebaafeb75c7616689bcf71b8dd5ab2c89fa3b
/src/ANXGallery/sources/com/miui/gallery/card/ui/detail/StoryAlbumRenameDialog.java
453950a961eba59e16029fcbe345625be55976fa
[]
no_license
gitgeek4dx/ANXGallery9
9bf2b4da409ab16492e64340bde4836d716ea7ec
af2e3c031d1857fa25636ada923652b66a37ff9e
refs/heads/master
2022-01-15T05:23:24.065872
2019-07-25T17:34:35
2019-07-25T17:34:35
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,944
java
package com.miui.gallery.card.ui.detail; import android.app.Dialog; import android.content.Context; import android.content.DialogInterface; import android.content.DialogInterface.OnShowListener; import android.os.Bundle; import android.text.Editable; import android.text.TextUtils; import android.text.TextWatcher; impo...
[ "sv.xeon@gmail.com" ]
sv.xeon@gmail.com
72a8dc49b9137d1447b6440124dcd34340e90742
ff90b257620ce1add4e2c4da761b0e8d52b27d71
/src/main/java/attendance/model/AttendanceItem.java
7cf3d5e5fc8df916524aaaf98931d59e99aa5786
[]
no_license
jaenudin86/attendance-1
74949d030d1273bce6b45595e0234dad7486c16b
c19bd55259097eb546a048c60abd77a8f046697d
refs/heads/master
2020-06-27T06:51:43.213404
2016-04-09T08:40:44
2016-04-09T08:40:44
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,084
java
package attendance.model; import java.util.Date; import javax.persistence.Access; import javax.persistence.AccessType; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.ManyToOne; import...
[ "andymckibbin@yahoo.co.uk" ]
andymckibbin@yahoo.co.uk
056c9b0b73389b2f9534bd9ecf2182a9dc1793a2
84a9bc02098ea943c7243e2844212dc8855dc6d0
/app/src/androidTest/java/afilbert/imgresizer/ExampleInstrumentedTest.java
0041ad7700cdabbb1793b5650185254804ff1cd8
[]
no_license
alexfilbert/ImgResizer
ee2e08e3f73c4db00a1de70eca104e9e9bcef0e6
3a5fb639e3161fa7266bad11325ec3451fae891c
refs/heads/master
2020-03-22T14:49:51.643824
2018-09-03T17:22:39
2018-09-03T17:22:39
140,208,982
0
0
null
null
null
null
UTF-8
Java
false
false
739
java
package afilbert.imgresizer; import android.content.Context; import android.support.test.InstrumentationRegistry; import android.support.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumented test, which will execute on an Android dev...
[ "afilbert@ualberta.ca" ]
afilbert@ualberta.ca
ef146aef95bca13cc9cd751309be21103e741971
a01a99434a1f387142ad67dca4df432238241ab0
/Day-55/Program2.java
848cd7200582006480edb09a17c2f06b6578f76b
[]
no_license
Aksh-Konda/CP
8f84501391cfd0193da36282a47595d28d548117
c6b307316a9b820f3245c2b03c374470530b7717
refs/heads/main
2023-06-09T11:15:37.667789
2021-06-23T11:58:23
2021-06-23T11:58:23
333,118,842
0
0
null
null
null
null
UTF-8
Java
false
false
2,300
java
import java.util.*; public class Program2 { public static void main(String args[]) { Scanner scn = new Scanner(System.in); int n = scn.nextInt(); char[][] splits = new char[n][]; String raw[] = scn.next().split(","); for (int i = 0; i < n; i++) { splits[i] = raw...
[ "aksh.konda@gmail.com" ]
aksh.konda@gmail.com
07cd23178812dc0f02d255d3a4b244bdf522417c
04178323a2f54947fae5a792ebbdb47037c49658
/src/main/java/lk/ijse/dep/web/business/custom/impl/OrderBOmpl.java
d601d3d48df223d94e435defdccfca30bd35663a
[]
no_license
dep-6-playground/layerd-architecture-pos
be92af554784ae5416ba1e79108cd55ce6bee7d6
5653ce8ec681f1390d570c394d724714a606cd08
refs/heads/master
2023-03-02T23:33:29.612844
2021-01-19T00:32:29
2021-01-19T00:32:29
334,323,612
0
0
null
null
null
null
UTF-8
Java
false
false
3,312
java
package lk.ijse.dep.web.business.custom.impl; import lk.ijse.dep.web.business.custom.OrderBO; import lk.ijse.dep.web.dao.DAOTypes; import lk.ijse.dep.web.dao.DaoFactory; import lk.ijse.dep.web.dao.custom.ItemDAO; import lk.ijse.dep.web.dao.custom.OrderDAO; import lk.ijse.dep.web.dao.custom.OrderDetailDAO; import lk.ij...
[ "d.c.0729439631@gmail.com" ]
d.c.0729439631@gmail.com
8277abb3bc040956bfdca50af584a9a1038740fe
54154fba534babb671fe2a7897bd951d60eb14ed
/src/Chapter11/collection/treemap/Member.java
125d26bb57e0827a6cd3cdde3576d3c9546c83c7
[]
no_license
scl2589/java-study
d38c64801717ce62d81fd507c31f3ddfd506fe52
782d47319582b586a3571561279d84069872d8f1
refs/heads/master
2023-04-20T02:58:13.371932
2021-05-10T02:01:20
2021-05-10T02:01:20
362,036,244
1
0
null
null
null
null
UTF-8
Java
false
false
710
java
package Chapter11.collection.treemap; public class Member { private int memberId; private String memberName; public Member() {} public Member(int memberId, String memberName) { this.memberId = memberId; this.memberName = memberName; } public int getMemberId() { return...
[ "chaelinshin96@gmail.com" ]
chaelinshin96@gmail.com