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
846f637aadbe3b09d04f8bc39b199a622a93437e
2710d6a0a92b1cdb2c64c4ab5a63cbaba55ffa4a
/app/build/generated/source/r/debug/com/reactnativetestproject/R.java
55771b30c1079e4535127afc2c13c76333ccc91c
[]
no_license
GodisGod/ReactNativeTestProject
57db470073e76cf3d7aac45b55f68bc013175de9
6dfa8ae74b0132f372c3a4008986631a87225708
refs/heads/master
2021-01-24T03:44:00.379864
2018-02-26T03:16:28
2018-02-26T03:16:28
122,906,423
0
0
null
null
null
null
UTF-8
Java
false
false
416,656
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.reactnativetestproject; public final class R { public static final class anim { public static final int abc_fade_...
[ "963140097@qq.com" ]
963140097@qq.com
fa06e5d10af42b231c83dde02e754da073a444c7
a46cf01389a641f7e54bcaf03558df358f8f9e4c
/CoreConcepts/src/com/core/tests/TestCalculator.java
a9b16f4e18c7a76220127e6e06e54ebb3d21afb0
[]
no_license
niteshkatiyar/local_1
0bad6025ffbe981ff910d404c08fa415dab24c03
f4d32b8f619e76bd142c783b89c91703786adf0e
refs/heads/master
2020-05-18T02:39:17.088474
2015-07-02T13:24:29
2015-07-02T13:24:29
37,182,105
0
0
null
null
null
null
UTF-8
Java
false
false
245
java
package com.core.tests; import org.junit.Test; import static org.junit.Assert.*; import com.core.basics.Calculator; public class TestCalculator { @Test public void testCase() { //assetEquals(100,Calculator.sum()); } }
[ "dvfurnish@gmail.com" ]
dvfurnish@gmail.com
92217c106f8773604f7cf372510c2b6f6e3e9143
5c63ed445a5d8f644535b5e3f0149c2b80619004
/TabellStabelMedUnntak/src/no/hvl/dat102/TabellStabel.java
8c8e65e5f5d537c91cd75975ec8c743a80c968ce
[]
no_license
h586620/Oblig.2
e7c3cac39f94fb3e93639c86192b2b93d71a58b5
ef6c06a7371508f1b96ba6d3faaa9976ee14aa3f
refs/heads/master
2021-01-16T04:57:48.465515
2020-02-25T11:42:34
2020-02-25T11:42:34
242,983,601
0
0
null
null
null
null
ISO-8859-15
Java
false
false
2,945
java
package no.hvl.dat102; import no.hvl.dat102.adt.StabelADT; // Tabellimplementasjon av en stabel. //******************************************************************** public class TabellStabel<T> implements StabelADT<T> { private final static int STDK = 100; private int topp; // indikerer neste plass private T[...
[ "bettinasmebye@158-37-235-211.hvl.no" ]
bettinasmebye@158-37-235-211.hvl.no
a5a6b59043b5073ea44b53091b3bc612fa0dfdf0
fb0e9ec409efa20ec069a88b732708912c113d02
/java_se_sample/src/com/will/ch_19/MemberVO.java
5ab2a4ccace059fedf6d7fc7aedf57476b05bd00
[]
no_license
willhsu0604/java_se_sample
fe792bbb478ce1f6a77f8fa10b6d31d5de87de41
1d8dd87343192e8bba9978792b5adebaeae5f308
refs/heads/master
2021-01-22T23:53:33.625305
2019-03-08T06:21:16
2019-03-08T06:21:16
85,676,259
0
0
null
null
null
null
UTF-8
Java
false
false
843
java
package com.will.ch_19; import java.io.Serializable; public class MemberVO implements Serializable { private int id; private String username; private String cellphone; public MemberVO() { } public MemberVO(int id, String username, String cellphone) { super(); this.id = id; this.username = usernam...
[ "u9734017@gmail.com" ]
u9734017@gmail.com
865212476e105186b87db4217ba3e4188ab7e661
6a5debc81fbb4b7767bffba5dd581be59399385f
/66.java
58268486cbd2dbffba56ce3d4b7ea32edf5a1ade
[]
no_license
ajitha271998/guvi
a18eee083207a951220d0c2cc4b2f690eaa58e1b
8a9254857f85b57abb70989fd8b5e184bbcedadf
refs/heads/master
2020-03-24T06:32:01.947307
2018-09-24T05:49:45
2018-09-24T05:49:45
142,532,072
0
0
null
null
null
null
UTF-8
Java
false
false
599
java
/* package whatever; // don't place package name! */ import java.util.*; import java.lang.*; import java.io.*; /* Name of the class has to be "Main" only if the class is public. */ class Ideone { public static void main (String[] args) throws java.lang.Exception { // your code goes here int temp; boolean ispr...
[ "noreply@github.com" ]
ajitha271998.noreply@github.com
67c62dd4666394d17023e8caa9e1b1cd79c51fb0
42ef9a3c813655859f98f8b00eadbfd5c61534d9
/CarClick/src/test/java/com/ceiba/adn/carclick/testdatabuilder/ClienteDTOTestDataBuilder.java
dedefd3241cbd8d2327bb50f5114d1b58f02358c
[]
no_license
ederj98/RentaCarros
9c95e50b6515286239631cc4e3d32e78c60ce2b4
a9dcf4ee29f3a1aa1fb62cfe66a45956468ea43b
refs/heads/master
2023-01-24T09:06:23.518915
2020-09-22T16:52:21
2020-09-22T16:52:21
294,724,988
0
0
null
2020-09-22T16:52:23
2020-09-11T14:58:57
Java
UTF-8
Java
false
false
1,741
java
package com.ceiba.adn.carclick.testdatabuilder; import com.ceiba.adn.carclick.aplicacion.dto.ClienteDTO; public class ClienteDTOTestDataBuilder { public long idCliente; public String nombreCompleto; public String telefono; public String direccion; public String email; public ClienteDTOTestDataBuilder(long id...
[ "noreply@github.com" ]
ederj98.noreply@github.com
932bbba7e76c03884db3bf43f145cd8cb117e3ac
67115248e40279e26f76f098457d7b0ce7b0a54a
/src/main/java/com/example/CrawlerTest/crawler/util/io/download/MultiThreadPictureDownloadService.java
ffd0e9506bcf02aeea34dd4abe550dab90362088
[]
no_license
ZCS2016/CrawlerTest
9714aafedebfb162c4e571ff49dca942eaf5e9b1
fa9eb8dbe082f720130a92d6a00130e5be05c825
refs/heads/master
2020-03-17T20:37:49.125285
2018-07-03T10:26:10
2018-07-03T10:26:10
133,920,549
0
0
null
null
null
null
UTF-8
Java
false
false
2,029
java
package com.example.CrawlerTest.crawler.util.io.download; import com.example.CrawlerTest.crawler.util.io.download.entity.PictureDownloadTask; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.concurrent.LinkedBlockingQueue; public class MultiThreadPictureDownloadSer...
[ "basketbasket0@126.com" ]
basketbasket0@126.com
681aac7b2c970d4870286181685d78db83cd3298
abf9c48a51262862fd5da475086caef6d957d595
/src/java/j2me/cldc/1.1ext/src/hprose/client/HproseClient.java
db12549b2cf6c82b238fa2bbdc18bbe3c60b7408
[ "MIT" ]
permissive
Donny2g/hprose
af2d59985ee139040af5ed702cc5196f163fb050
9b08f4bec4512d6e5b510258052d8d587e24f150
refs/heads/master
2021-01-19T06:55:44.145668
2014-05-25T02:39:06
2014-05-25T02:39:06
null
0
0
null
null
null
null
UTF-8
Java
false
false
13,770
java
/**********************************************************\ | | | hprose | | | | Official WebSite: http://www.hprose.com/ | | ...
[ "mabingyao@gmail.com" ]
mabingyao@gmail.com
a803bf8d8923993b8946230bffe92b54f805173a
5e971a62204a0c56bd985e1d2ed45abafc36a314
/Vehicle.java
435d87497beac1cf072cee72b003bfd7fab489ed
[]
no_license
wittcd/Lab05
4e188fa9adcfd4661898fac918bf1c49b9bf0d97
dff3ee2852c5c9183c69f0eb95a86ecf7a42197b
refs/heads/master
2020-04-10T02:06:34.992621
2018-12-10T01:56:07
2018-12-10T01:56:07
160,735,262
0
1
null
2018-12-10T00:15:52
2018-12-06T21:36:34
Java
UTF-8
Java
false
false
6,048
java
import java.util.ArrayList; /** * <h1>Vehicle</h1> Represents a vehicle */ public class Vehicle implements Profitable { private String licensePlate; private double maxWeight; private double currentWeight; private int zipDest; private ArrayList<Package> packages; private double maxRange; ...
[ "noreply@github.com" ]
wittcd.noreply@github.com
4bdbfcd3d790e5cc43bc106c6713dabe0b4498c5
75dceb70fffb1819a935fc015fa1dc3f6073359f
/lang_interface/java/com/intel/daal/algorithms/engines/mt2203/Method.java
4707ccbb085d1d0c8e0f0c8b622d93e27216162d
[ "Apache-2.0", "Intel" ]
permissive
KalyanovD/daal
ae40c16cf0ef6e915c7418227ff8a77390e0ee8e
b354b68f83a213102bca6e03d7a11f55ab751f92
refs/heads/master
2022-06-06T00:47:05.309445
2019-11-29T10:46:38
2019-11-29T10:46:38
210,588,356
0
0
Apache-2.0
2019-09-24T12:16:15
2019-09-24T11:41:08
null
UTF-8
Java
false
false
1,843
java
/* file: Method.java */ /******************************************************************************* * Copyright 2014-2019 Intel 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 a...
[ "nikolay.a.petrov@intel.com" ]
nikolay.a.petrov@intel.com
77de063409386ff83b3015f0e2340e30fcf5a5b3
fc160694094b89ab09e5c9a0f03db80437eabc93
/java-beyondcorp-appconnections/samples/snippets/generated/com/google/cloud/beyondcorp/appconnections/v1/appconnectionsservice/getappconnection/SyncGetAppConnection.java
7d8b36de73c232dce4d29d9760bb46535cac7465
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
googleapis/google-cloud-java
4f4d97a145e0310db142ecbc3340ce3a2a444e5e
6e23c3a406e19af410a1a1dd0d0487329875040e
refs/heads/main
2023-09-04T09:09:02.481897
2023-08-31T20:45:11
2023-08-31T20:45:11
26,181,278
1,122
685
Apache-2.0
2023-09-13T21:21:23
2014-11-04T17:57:16
Java
UTF-8
Java
false
false
2,170
java
/* * Copyright 2023 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
[ "noreply@github.com" ]
googleapis.noreply@github.com
65d097fc5bdfe02c98f9997436fd830ee14f8a4f
96e17d7326b579907fe89590e83af7c81a3e4d82
/logica/Juego.java
aca8bd47d3a16b1f55aa44e57079f524fdfa18c2
[]
no_license
rafaaloisio/EmojiSudoku
83d5aa662796fa57006b7bda8d0ce4eb8d0d252a
16b1691cf037f317bf8044b8fd2da3e7574909aa
refs/heads/main
2023-01-05T04:24:32.038879
2020-10-26T02:11:40
2020-10-26T02:11:40
307,229,657
0
0
null
null
null
null
ISO-8859-2
Java
false
false
5,618
java
package logica; import java.io.BufferedReader; import java.io.FileNotFoundException; import java.io.FileReader; import java.util.Random; import javax.swing.JOptionPane; public class Juego { private Celda [][] tablero; private int cantFilas; private Celda[] items; private Celda ultimaSeleccionada; ...
[ "noreply@github.com" ]
rafaaloisio.noreply@github.com
02fe6265057a531ec92e025075d0ec989c518a22
bd767316bbf17bc5b0939835c879cb011b163317
/src/game/arenas/naval/NavalArena.java
53348757997eda7bcfd28afd01b9277fdbf0299c
[]
no_license
mreouven/Java-Racing-Game-Part3
4a38e3a40c743c614e4bbfe7c9d2c88a3be3710d
efcea757a3b32212a9ced5221d140b09d3f57b6f
refs/heads/master
2021-09-14T17:34:12.351708
2018-05-16T18:56:07
2018-05-16T18:56:07
132,427,181
0
0
null
null
null
null
UTF-8
Java
false
false
1,093
java
package game.arenas.naval; import game.arenas.Arena; import game.arenas.exceptions.RacerLimitException; import game.arenas.exceptions.RacerTypeException; import game.racers.Racer; import game.racers.naval.INavalRacer; import utilities.EnumContainer; public class NavalArena extends Arena { private final static double...
[ "37777368+mreouven-study@users.noreply.github.com" ]
37777368+mreouven-study@users.noreply.github.com
905c2c5df86912c47f2dd4fabad55ca048ac0374
eb4b624f2e965c51f2b15e8be84fe21528d12cdf
/hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/impl/ITestPartialRenamesDeletes.java
8530cb879604f717c8a455e9b37f26daaf196cdf
[ "MIT", "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference", "Apache-2.0", "BSD-2-Clause", "CDDL-1.1", "EPL-1.0", "LicenseRef-scancode-jdom", "Classpath-exception-2.0", "GPL-2.0-only", "LicenseRef-scancode-public-domain", "CC0-1.0", "CC-BY-3.0", "CC-PDDC", "GCC-exception-3.1",...
permissive
Microsoft-CISL/hadoop
31ab07ded1b5bbf87dc5b6dd55861e936b0dc6b4
4850b3aa86970f7af8f528564f2573becbd8e434
refs/heads/trunk
2020-07-15T02:40:25.750503
2019-10-10T17:58:19
2019-10-10T17:58:19
205,457,783
3
0
Apache-2.0
2019-11-09T16:25:29
2019-08-30T21:15:58
Java
UTF-8
Java
false
false
29,325
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 ma...
[ "stevel@cloudera.com" ]
stevel@cloudera.com
116ebb8d10c4e1099b06d38f36dfe7c6e21edcd1
8c0a24d4a852089c4cdf59fbca5d3b76f9901d0b
/service/service_ucenter/src/test/java/com/haha/CodeGenerate.java
79734ee06cb19fb2f4ad10c76f44c19469d2ca21
[]
no_license
yangxuan123/guli_edu
771bc8bb159a56f64447972ae557f129260db27d
102aed5ab38bbd227a4c0439155b7dd449dde506
refs/heads/main
2023-07-10T23:40:22.422389
2021-08-15T12:28:19
2021-08-15T12:28:19
396,341,826
0
0
null
null
null
null
UTF-8
Java
false
false
4,009
java
package com.haha; import cn.hutool.crypto.SecureUtil; import com.baomidou.mybatisplus.annotation.DbType; import com.baomidou.mybatisplus.annotation.FieldFill; import com.baomidou.mybatisplus.annotation.IdType; import com.baomidou.mybatisplus.generator.AutoGenerator; import com.baomidou.mybatisplus.generator.config.Dat...
[ "17621329801@163.com" ]
17621329801@163.com
46f7a96fd6ac7ef101f3b7841c6138c342ed0863
292e39f2dfe6030fc1c2dc20654867e2efad2693
/src/main/java/org/launchcode/subscriptionapp/controllers/AuthenticationController.java
63943bf004532656f618ac9d7fb6684a147d1c2d
[]
no_license
johngibbs110/subscription-app
6b249d120fab7db6110c182b34462fe3dd985410
50552a5df8f7fa8dac4415edebe8506a08296ad4
refs/heads/master
2022-12-27T08:44:39.695594
2020-10-05T22:53:03
2020-10-05T22:53:03
287,381,902
0
1
null
null
null
null
UTF-8
Java
false
false
4,339
java
package org.launchcode.subscriptionapp.controllers; import org.launchcode.subscriptionapp.data.OwnerRepository; import org.launchcode.subscriptionapp.models.Owner; import org.launchcode.subscriptionapp.models.dto.LoginFormDTO; import org.launchcode.subscriptionapp.models.dto.RegisterFormDTO; import org.springframework...
[ "johngibbs110@gmail.com" ]
johngibbs110@gmail.com
baf1130388430a8c7b9f8419f25d27b63f3bac5d
0c286cc11dd867f5ff135b27531fad7b120877b5
/datacenter/src/main/java/cn/dataup/datacenter/base/webmvc/initbinder/CustomNumNativeEditor.java
e897487ff4170e454ff140ee984894816fa29942
[]
no_license
xuyaming0800/collect-datacenter
6d17a8d30f7e4fb99a6cf4d5a2d32a1f73ebd3b8
a6ef8f7718e345f2413ff29612aafa2739a23f1e
refs/heads/master
2021-01-09T21:52:04.974364
2016-02-29T11:01:09
2016-02-29T11:01:09
52,782,305
0
0
null
null
null
null
UTF-8
Java
false
false
607
java
package cn.dataup.datacenter.base.webmvc.initbinder; import org.springframework.beans.propertyeditors.CustomNumberEditor; import org.springframework.util.StringUtils; @SuppressWarnings("unchecked") public class CustomNumNativeEditor extends CustomNumberEditor { public CustomNumNativeEditor(@SuppressWarnings("rawt...
[ "xuyaming0800@126.com" ]
xuyaming0800@126.com
c7dc9c407f090d2b0be8658294ae505969e9c18b
b16499aafd814525b9a040f4a0cd1312ad764838
/app/src/main/java/serguma/mensaws/MainActivity.java
7cb63ecfbe0131014508a7205f33d5028e3122ef
[]
no_license
serguma/MensaWS
31ee3c131da1870eed46c89e4affb4679a0c7357
f412bc5fa30a4b1a1400136abf09b0dbaf0637d3
refs/heads/master
2021-01-21T11:55:09.349029
2017-03-17T09:03:36
2017-03-17T09:03:36
85,291,882
0
0
null
null
null
null
UTF-8
Java
false
false
889
java
package serguma.mensaws; import android.content.Context; import android.content.SharedPreferences; import android.support.design.widget.TabLayout; import android.support.v4.view.ViewPager; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.util.Log; public class MainActivity ex...
[ "s.gutierrez@everyoneplus.es" ]
s.gutierrez@everyoneplus.es
4526bed37fe2712b745a87796f480eabf31e640f
83df6049c5a6409ecaa2e627eb5f287e0ef78fcf
/app/src/main/java/project/java/contact_ptovider/datasorce/RemoteDsManager.java
4ee9cfa26e752de8f6a48fbdcf00991cbc7f747f
[]
no_license
orItach/java_project
e3b5f01a2e1e97e4a578fd5f27e7a3820829fb8e
092973f71869c27a78551c72454331dbd9f617eb
refs/heads/master
2020-06-16T19:44:20.373554
2016-11-30T09:03:27
2016-11-30T09:03:27
75,070,207
0
0
null
null
null
null
UTF-8
Java
false
false
137
java
package project.java.contact_ptovider.datasorce; /** * Created by אור איטח on 29/11/2016. */ public class RemoteDsManager { }
[ "or_ith@walla.com" ]
or_ith@walla.com
db73b9d1e485581411c3ea976c67fadccaafb607
9e2f7588f3fb6d89bfa5dadaba677f701e445637
/src/visual/ListadoClientes.java
e030aa3434352612ae2bd75219405aa00feb31e0
[]
no_license
Audric1Rosario/Tarea-3-P1
5287933674cf23a6e82c5794f40d84895069f106
3c72edbf2bde0ff52fa5a6aadbb77b42a12b8285
refs/heads/master
2020-09-22T06:56:00.097856
2019-12-01T15:46:29
2019-12-01T15:46:29
225,096,220
0
0
null
null
null
null
UTF-8
Java
false
false
3,583
java
package visual; import java.awt.BorderLayout; import java.awt.FlowLayout; import java.awt.Toolkit; import javax.swing.JButton; import javax.swing.JDialog; import javax.swing.JPanel; import javax.swing.border.EmptyBorder; import logical.Cilindro; import logical.CilindroHueco; import logical.Complejo; im...
[ "audricarr050@gmail.com" ]
audricarr050@gmail.com
dc2477d37a88337ce5d8e133b567f7cfda5d51b5
d7c8fafe656035241ce5a524fdb57a3d973c807c
/clientTemp/src/gui/menu/TestMenu.java
3a20b6f401a063edd843df23f8549d3120c10b29
[]
no_license
Mathieu8/M-Tool
b9b67ab1305b32844e2969a6db844c2a8c1bdc7c
94b3f23752011321c8dce58c87ca2bcb80487ef7
refs/heads/master
2020-03-26T21:58:29.446772
2019-05-23T13:32:59
2019-05-23T13:32:59
145,422,568
0
0
null
null
null
null
UTF-8
Java
false
false
687
java
package src.gui.menu; import javafx.scene.control.Menu; import javafx.scene.control.MenuItem; import src.gui.GUI; import src.login.LoginGUI; public class TestMenu { Menu getTestMenu() { Menu testMenu = new Menu("Test"); testMenu.getItems().add(testLoginAgain()); return testMenu; } private...
[ "mathieuvanommeren@gmail.com" ]
mathieuvanommeren@gmail.com
6a3347d69da1f599b42668d840989e3e1843eedf
418b2f191c29f8dc5596609bfde8a1515cba8cb1
/FRS/src/com/frs/xyz/service/RouteDetails.java
fd36c5b553b8ffd97911cdd34c90ee209ba2d807
[]
no_license
praveenkarur25/FRS_team7
aeb1b43c5f5839bf5dbc166fd8d010259962e572
7a2813cf397653d9689f649e85eccb638b9abef1
refs/heads/master
2020-06-12T10:06:25.079865
2019-07-01T10:09:19
2019-07-01T10:09:19
194,266,859
0
0
null
null
null
null
UTF-8
Java
false
false
582
java
package com.frs.xyz.service; import com.frs.xyz.bean.Route_Bean; import com.frs.xyz.dao.RouteDAO; public class RouteDetails { public static String route(Route_Bean route) { int status = 0; RouteDAO routeDao = new RouteDAO(); status = routeDao.updateRoute(route); if (status == 1) return "saved...
[ "noreply@github.com" ]
praveenkarur25.noreply@github.com
39a1748a256e8d856b447cdf88fb87cbd851d722
34776e2cae17133eee466c947ef916ce09b16208
/src/pet/dao/PODao.java
87de5179f17264d819dcb06688e144d65eec3f1f
[]
no_license
GrayGraySmall/PetStore
3de7cc94948ce7461ab0e3334ee54652f61fdbf5
c796f2bf9be4e0276694017940b898882d898ea6
refs/heads/master
2021-05-14T10:27:01.914376
2018-01-05T07:22:53
2018-01-05T07:22:53
116,212,072
0
0
null
null
null
null
UTF-8
Java
false
false
662
java
package pet.dao; import javax.annotation.Resource; import org.springframework.jdbc.core.JdbcTemplate; import org.springframework.stereotype.Repository; import pet.model.POInfo; @Repository public class PODao { private JdbcTemplate jdbcTemplate = null; @Resource public void setJdbcTemplate(JdbcTemplate jdbcTempl...
[ "1428027441@qq.com" ]
1428027441@qq.com
eec203171d85a244d5e505e6efaaf47e99ce6323
a3abf7b27b7803d0bd5d6386ad740382e9fee12c
/app/src/main/java/com/rorlig/injection/PerActivity.java
95c78a9d002be990085468ceadb59899619e74f6
[ "MIT" ]
permissive
rorlig/MVPApplicationSkeleton
072cef595fbe35b35bbdd00a9015a8cba4cbfe56
e4de9c6cc98299802c3493e746f7e7e3d1e81a3f
refs/heads/master
2021-01-01T20:18:39.737574
2017-07-30T15:41:12
2017-07-30T15:41:12
98,807,478
0
0
null
null
null
null
UTF-8
Java
false
false
374
java
package com.rorlig.injection; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import javax.inject.Scope; /** * A scoping annotation to permit objects whose lifetime should conform to the life of the Activity * to be memorised in the correct component. */ @Scope @Retention(Reten...
[ "guptgaurav@gmail.com" ]
guptgaurav@gmail.com
36e54172ef9d10b4a7c84ec948bb6f6c0978dc23
c11000853905bc9ef61ca27ae916ffac8d82b8ec
/pub/assignment_testcases/a3/J1_ambiguousInvoke/Main.java
669955948bf9fa80ee32f01ad1a0da7e380341fb
[]
no_license
keriwarr/orangejoos
0244d381d691fd667bb58e49f6a9d6643b597176
de278321e8b72a92ea6b2ddb55e885caec71aaa5
refs/heads/master
2022-12-10T03:37:07.940721
2022-11-17T00:36:10
2022-11-17T00:36:10
116,432,363
0
1
null
2019-11-23T04:46:41
2018-01-05T22:18:39
Java
UTF-8
Java
false
false
163
java
// DISAMBIGUATION import foo.*; public class Main { public Main() {} public static int test() { Foo foo = new Foo(); foo.test(); return 123; } }
[ "joey@pereira.io" ]
joey@pereira.io
56069acdadccff871eafc8206ef2f7613f4f11ac
143734133b2866ef457793dc594bb310576c7493
/app/src/main/java/com/student/exp5/MainActivity.java
21f506d416152f19fd3a151e6c2955214663265f
[]
no_license
anushkagupta1996/FastFoodApp
908630995372e3d692b113933f2407b21b848af4
4c41b907f7a8b421028f5382b2bfda0b68dd91fc
refs/heads/master
2020-04-04T16:57:53.493761
2018-11-04T16:17:09
2018-11-04T16:17:09
156,100,843
0
0
null
null
null
null
UTF-8
Java
false
false
1,537
java
package com.student.exp5; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.CheckBox; import android.widget.Toast; public class MainActivity extends AppCompatActivity { CheckBox c1,c2,c3,c4,c5,c6,c7,c8; int sum=0; @Override prot...
[ "anushkagupta1996@gmail.com" ]
anushkagupta1996@gmail.com
576f98c368ff2298c34c35cd6b2e005f8669f939
b9ca040b3dea63a486aec23774be96e5331d2ea2
/src/Request/LoginRequest.java
8f0d3e24dc8ef1948d645ff0da0332b9bbc45533
[]
no_license
ProGenji25/FamilyMapServer
11e98d6c973a39ac0aca0054e37debe0ae73a283
23d8b962f7b1bd32a41435b6c503da8ac595f78b
refs/heads/master
2021-02-07T19:28:14.668310
2020-03-01T01:37:15
2020-03-01T01:37:15
244,068,018
0
0
null
null
null
null
UTF-8
Java
false
false
992
java
package Request; /** * Inputs login request to the login service class. * @author golde3 * */ public class LoginRequest { private String userName; /**Field for holding user name input*/ private String password; /**Field for holding password input*/ private String serverHost; /**Field for holding current server...
[ "jordan.golden1234@yahoo.com" ]
jordan.golden1234@yahoo.com
fa9f9de152f8de317e20ad3ae75f416af8f5d36a
c6758aeb9a2a2daeb5e8ec5988ada353f92f0278
/src/main/ReadFactory/ReadFactory.java
fd1f159a4c0587bb3bcaf527ab91fe3c861bc809
[]
no_license
lidaowan/ii
5ccc3dcaa60ce2cf689d296dd4bb6ea077cbccce
037a359629a5a4895f09231bbafaa998fa8e5502
refs/heads/master
2020-03-19T14:01:54.675106
2018-07-16T02:21:27
2018-07-16T02:21:27
136,605,861
0
0
null
null
null
null
UTF-8
Java
false
false
76
java
public interface ReadFactory { public Read getRead(String posfix); }
[ "516480168@qq.com" ]
516480168@qq.com
74707bf2def68a606d297db9ff99d57e303eb417
585ea6f553020f7f53d27e00695b9053b909369d
/app/src/main/java/com/example/mrye/littlezhihurb/activity/MainActivity.java
a418157604c8c94e94a3d901608515df03989678
[]
no_license
JakeyYe/LittleZhiHuRB
95f744e799104ba5568a2dc91470b143c2c9ad01
d8255bae1cf1af2aef96684e681b58a01d08673d
refs/heads/master
2020-12-02T18:11:43.867192
2017-07-09T13:52:22
2017-07-09T13:52:22
96,492,505
0
0
null
null
null
null
UTF-8
Java
false
false
9,671
java
package com.example.mrye.littlezhihurb.activity; import android.content.Intent; import android.graphics.Color; import android.os.Bundle; import android.os.Handler; import android.support.v4.widget.SwipeRefreshLayout; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.RecyclerView; i...
[ "1078126902@qq.com" ]
1078126902@qq.com
0528af909c857733c84f1863bc405e0ce302f205
8065032735883fbb53dafd38cb676a644ac0aed1
/两种网络请求两种方式/src/main/java/com/example/moothdemo3/Bean.java
d6359f805ceabb44ea53ad8eeac2249efc0dfa99
[]
no_license
JiangBaohan/Android_H
c1911f6f113cffc6f6f1ea6648302171598939fb
cb1ac3ac2ca4309429f3e646a2e7b2b9beb1a2a3
refs/heads/master
2021-01-01T16:42:31.887576
2017-11-14T01:17:50
2017-11-14T01:17:50
97,896,468
3
0
null
null
null
null
UTF-8
Java
false
false
38,221
java
package com.example.moothdemo3; import java.util.List; public class Bean { /** * reason : 成功的返回 * result : {"stat":"1","data":[{"uniquekey":"ca5ada220d1320fff8119ba2acdcd612","title":"许世友将军有后,孙女自己闯出了一片天地,官至大校","date":"2017-07-26 18:28","category":"头条","author_name":"历史客栈","url":"http://mini.eastday.co...
[ "498805449@qq.com" ]
498805449@qq.com
3f45ae84dd33b3ba13d78523000d296ccb40f2c5
71f7879852879c412b25530fdce344f105d20e47
/src/udt/TestEchoServer.java
58c0e0a6528d153760e09f39a72a9d6ccb20c8e8
[]
no_license
ligzy/UDTServer
65978aa776200255a6dbbe98396d98072ca52869
b6d63e29df647953bb8ddcfae80891b895d66af8
refs/heads/master
2021-01-24T04:13:29.945971
2015-06-30T07:32:19
2015-06-30T07:32:19
null
0
0
null
null
null
null
UTF-8
Java
false
false
160
java
package udt; public class TestEchoServer { public static void main(String[] args) throws Exception { EchoServer es=new EchoServer(65321); es.start(); } }
[ "lycwork@126.com" ]
lycwork@126.com
aeddbc5f3ee5969c7c8ec8cbb3bc1ef0c69b2b4c
7edc35f9a530548df7d6bdf5be40732efd45d981
/src/com/immense/tw/dao/test/TestAnoticesDao.java
8be63393ec685029747a7b68cecf0f2c9060cac8
[]
no_license
tanzhming/Apcgc
e8ee5c402da899614dc3712bbd3129ae1774ad4c
6c33d192c8def0816545c402dfefcb6a656e1d58
refs/heads/master
2021-01-25T01:07:48.103978
2017-06-19T02:57:28
2017-06-19T02:57:28
94,728,946
0
0
null
2017-06-19T03:18:28
2017-06-19T02:36:01
Java
UTF-8
Java
false
false
1,164
java
package com.immense.tw.dao.test; import java.util.List; import org.junit.Test; import org.springframework.context.ApplicationContext; import org.springframework.context.support.ClassPathXmlApplicationContext; import com.immense.tw.dao.AnoticesDao; import com.immense.tw.entity.Anotices; public class TestA...
[ "noreply@github.com" ]
tanzhming.noreply@github.com
64625a6d1aa1e7d25ea3f3de3486791d185873ae
cc2e72962774a7ce725d2d712effee5ad1329638
/main/java/com/lav/android/woipoints/Face.java
b63064200e9f1aa29f430e4753eba6ca29e350d1
[]
no_license
artyomkobrin/StudyANDROID
2833c875450b83d89b8ad57636abd11611e52d16
b2201cba51b75d3074ad730330ce086dbaef8017
refs/heads/master
2021-01-21T15:03:33.575618
2017-10-16T20:32:17
2017-10-16T20:32:17
95,372,150
0
0
null
null
null
null
UTF-8
Java
false
false
627
java
package com.lav.android.woipoints; import com.lav.android.woipoints.models.GeocodedWaypoint; import java.util.Map; import retrofit2.Call; import retrofit2.http.FieldMap; import retrofit2.http.FormUrlEncoded; import retrofit2.http.POST; /** * Created by hp on 07.09.2017. */ //https://maps.g...
[ "noreply@github.com" ]
artyomkobrin.noreply@github.com
afb46e8d450ee76fc666e7f59da562cdc0d24c17
20eb62855cb3962c2d36fda4377dfd47d82eb777
/IntroClassJava/dataset/median/af81ffd4bc47e4f84cbf87051d82d15af14833eaba6c57ae82fc503a67eb939f3e6552182124605c38a77a6774f41fac2cc95082320ba5e29d303277c098c4ae/007/mutations/386/median_af81ffd4_007.java
c71a4813f54f815f15b742f9363053e747690653
[]
no_license
ozzydong/CapGen
356746618848065cce4e253e5d3c381baa85044a
0ba0321b6b1191443276021f1997833342f02515
refs/heads/master
2023-03-18T20:12:02.923428
2020-08-21T03:08:28
2020-08-21T03:08:28
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,597
java
package introclassJava; class IntObj { public int value; public IntObj () { } public IntObj (int i) { value = i; } } class FloatObj { public float value; public FloatObj () { } public FloatObj (float i) { value = i; } } class LongObj { public long value; public...
[ "justinwm@163.com" ]
justinwm@163.com
0747565d1147bf103b84a1c6168faa88c9f08eea
d41fc5b864aaa8768b1c164f5f31465dd6936553
/src/test/java/com/testeml/service/SimianServiceTest.java
3956465b5f82fcce124f29ecf5449dd1e417ccdf
[]
no_license
fsousaprog/testeML
5d1aa3e058b55e1a7c4e5325751817c0ef6c942b
69fdc1ba7964aef5bdae5d7a99be90cd98787f9e
refs/heads/master
2022-12-31T21:06:38.410524
2020-10-27T02:01:06
2020-10-27T02:01:06
306,985,475
0
0
null
null
null
null
UTF-8
Java
false
false
3,215
java
package com.testeml.service; import net.minidev.json.JSONObject; import org.junit.jupiter.api.Test; import java.util.ArrayList; import static java.util.Arrays.asList; import static java.util.Collections.singletonMap; class SimianServiceTest { private static final String[] SIMIO = { "ATGCGA", ...
[ "Fms1993!" ]
Fms1993!
e4781946526e500b4dcf15ab13032e6cc955bf7f
5d90af57347dbb90f447ce2134e7dba8a87a3494
/src/by/it/Yrkevich/lesson02/TaskA2.java
bd979450fb6f5f1e79303a2e6b3ea99dff69accd
[]
no_license
Roman80212/cs2018-05-10
9297126b11433bded8d9e46e48391849422c17af
62c39f2d0e3bd2b86b7338883371651f4a41d280
refs/heads/master
2020-03-17T01:06:53.095955
2018-05-23T07:26:16
2018-05-23T07:26:16
133,140,344
0
0
null
2018-05-12T11:37:43
2018-05-12T11:37:43
null
UTF-8
Java
false
false
563
java
package by.it.Yrkevich.lesson02; /* напишите тело main программы которая выводит на экран 5 строк "Я начинаю изучать Java!" Для ручной проверки запустите программу Ctrl+Shift+F10 Для автоматической проверки откройте и запустите класс Testing */ class TaskA2 { public static void main(String[] args) { for (...
[ "fonarik33@gmail.com" ]
fonarik33@gmail.com
d569d816d405c09beb7c190abdd1ba4eef4994d4
90b4c33fbc1eca5ebac13411d19cb76c57c42fee
/app/src/main/java/com/rojan/cinema/UpcomingShowFragment.java
9f545f9ee0b8cc24db6ae0b8ad0e542eefd0a7f9
[]
no_license
gabbar29/Cinema
6d9ce14c855c102aba0d026e4e602c2faf4467a1
eed4d1bad654c96ec4671ec223493e17ca3b58f3
refs/heads/master
2021-01-13T12:52:56.185008
2017-01-05T09:31:35
2017-01-05T09:31:35
78,098,897
0
0
null
null
null
null
UTF-8
Java
false
false
528
java
package com.rojan.cinema; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; public class UpcomingShowFragment extends Fragment { @Override public View onCre...
[ "rojangabbar29@gmail.com" ]
rojangabbar29@gmail.com
bbb3c5849d39057f4ade85aca607a3cd1ae13b92
d7b4bb8c945829c10cd3187a1c2fad3d82458c3a
/cdrproject/cdrservice/src/main/java/com/ae/assignment/cdrproject/cdrservice/repository/RepositoryRuleConfigTopNCallersImpl.java
c5cba1e602e79d3096b483496af207b3f08b0ba5
[]
no_license
yoanvillanueva/cdr-1
cd2f2a4d81c25154e80ea94b09f22b308ccda583
a60c777d15051233474a776b3c1a36ec0f667b7f
refs/heads/master
2020-12-25T23:08:24.368111
2013-11-18T03:41:07
2013-11-18T03:41:07
null
0
0
null
null
null
null
UTF-8
Java
false
false
626
java
package com.ae.assignment.cdrproject.cdrservice.repository; import java.io.Serializable; import java.util.Date; import javax.persistence.Query; import org.springframework.stereotype.Repository; import com.ae.assignment.cdrproject.cdrservice.model.RuleConfigTalkTime; import com.ae.assignment.cdrproject.cdrservice.mo...
[ "aparnaelangovan@yahoo.com" ]
aparnaelangovan@yahoo.com
b632af33e89a6a1e2b143f40fc9ba9c3874ff3de
efef9c110912aaf32a822aef22c2c566a9c74bb0
/Homework/HomeworkIntroductionToJava/Problem5.PrintACharacterTriangle/src/PrintACharacterTriangle.java
9f2b975bf5f06d5dbb8a591c38512560727cff70
[]
no_license
sMustafov/JavaFundamentals
51d16242f5808a0955b1d6bb01371b74d5b0afb1
caade8ee38a4459cabfc781749ee179d00a2fee6
refs/heads/master
2021-01-10T04:32:21.454322
2016-11-09T06:35:46
2016-11-09T06:35:46
44,749,867
0
0
null
null
null
null
WINDOWS-1252
Java
false
false
756
java
import java.io.Console; import java.util.Scanner; /** * Created by pc1 on 12.10.2015 ã.. */ public class PrintACharacterTriangle { public static void main(String[] args) { Scanner console = new Scanner(System.in); int n = Integer.parseInt(console.nextLine()); for (int a = 0; a < n; a++) { ...
[ "sevgin95@gmail.com" ]
sevgin95@gmail.com
d591be588439e1b369b2ddb4a3afb04a649b343b
a5e8fc062efa8230453ff871aed4fb2cc71478d0
/src/com/galdovich/task2/dao/DAOFactory.java
eda6068e3760162090482966b362a9b8f116ddb4
[]
no_license
galdovich/JWD2_Task2
dcc37d781c2ff52cc131cc53728ccdf7b8c0220a
4c93ea26482dbc0a616f5f4ecb1540724d9be055
refs/heads/master
2022-12-21T11:49:56.817064
2020-09-11T05:47:54
2020-09-11T05:47:54
294,488,638
0
0
null
null
null
null
UTF-8
Java
false
false
416
java
package com.galdovich.task2.dao; import com.galdovich.task2.dao.impl.TextDAOImpl; public final class DAOFactory { private static final DAOFactory instance = new DAOFactory(); private static TextDAO textDAO = new TextDAOImpl(); private DAOFactory() { } public static DAOFactory getInstance() { ...
[ "galdovich95@gmail.com" ]
galdovich95@gmail.com
a0d56669195b05f790e00adef7ee2ba8e8a3f7bc
af15606819adb8fce81e8a3c5c94c4bd3a73cb20
/hope/src/main/java/bonsai/dropwizard/dao/d/DHitsResultDAO.java
bd6f60ea817d808b269848605a5a8bb2fb0e0675
[ "Apache-2.0" ]
permissive
gajju3588/DataTurks
1d404b76d88749fd8c7952afcdd12311a779c212
da77df85d4652c1577efa9eef76c90c96ec39ab7
refs/heads/master
2020-05-18T11:25:37.090983
2019-03-18T15:49:09
2019-03-18T15:49:09
184,379,834
1
0
Apache-2.0
2019-05-01T06:52:59
2019-05-01T06:52:58
null
UTF-8
Java
false
false
13,731
java
package bonsai.dropwizard.dao.d; import io.dropwizard.hibernate.AbstractDAO; import org.hibernate.Query; import org.hibernate.Session; import org.hibernate.SessionFactory; import org.hibernate.Transaction; import org.hibernate.context.internal.ManagedSessionContext; import java.util.*; public class DHitsResultDAO ex...
[ "dataturksinfo@gmail.com" ]
dataturksinfo@gmail.com
bb11eb279a4371db6e3cc945a3bc81ef3485c8be
562689f6b88951b0b0c929256070fc39c4eddce3
/mobile/src/main/java/com/zkjinshi/superservice/adapter/FacePageAdapter.java
bfc1e3182e7d49e05d977622a75d99f2383a9bf1
[]
no_license
zkjs/SuperService-Android
0fb54c87f623bf07bd07b2b31538175d44982b53
d10529bf9532241b97e4f458d08501645818f08b
refs/heads/master
2021-01-19T17:36:40.355715
2016-09-07T02:52:47
2016-09-07T02:52:47
42,839,092
0
0
null
null
null
null
UTF-8
Java
false
false
3,611
java
package com.zkjinshi.superservice.adapter; import android.os.Parcelable; import android.support.v4.view.PagerAdapter; import android.support.v4.view.ViewPager; import android.view.View; import android.view.ViewGroup; import com.zkjinshi.superservice.view.JazzyViewPager; import java.util.List; /** * 表情栏PageView管理器 ...
[ "jimmyzhang144@gmail.com" ]
jimmyzhang144@gmail.com
bfc31d2538d404e76a8efaa970ce09bd90c5921d
9f38bedf3a3365fdd8b78395930979a41330afc8
/branches/nete-visualization/edu.iu.sci2.visualization.geomaps/src/edu/iu/sci2/visualization/geomaps/geo/projection/KnownProjectedCRSDescriptor.java
deb2078c2c89c4d8efa965dc43e03e6b4a36b1aa
[]
no_license
project-renard-survey/nwb
6a6ca10abb1e65163374d251be088e033bf3c6e0
612f215ac032e14669b3e8f75bc13ac0d4eda9dc
refs/heads/master
2020-04-01T16:11:01.156528
2015-08-03T18:30:34
2015-08-03T18:30:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,783
java
package edu.iu.sci2.visualization.geomaps.geo.projection; import org.geotools.referencing.CRS; import org.opengis.referencing.FactoryException; import org.opengis.referencing.NoSuchAuthorityCodeException; import org.opengis.referencing.crs.CoordinateReferenceSystem; import org.opengis.referencing.crs.ProjectedCR...
[ "jrbibers@indiana.edu" ]
jrbibers@indiana.edu
ed8e571390cbb108f701ab9e4d093c97b86c7598
f001bf66741ba59e3c7504e258f12d10e92eb179
/src/main/java/com/datadog/api/client/v1/model/SyntheticsGlobalVariableOptions.java
bc339c5d990b058552f0e792aa07fa7aace92f5a
[ "Apache-2.0", "BSD-3-Clause", "EPL-1.0", "EPL-2.0", "MPL-2.0" ]
permissive
DataDog/datadog-api-client-java
367f6d7ebe1d123d15b7ba73c5568c89996c0485
5db90676fd1b5b138eb809171580ac2cda6b5572
refs/heads/master
2023-08-18T07:46:43.521340
2023-08-17T20:12:41
2023-08-17T20:12:41
193,793,890
43
31
Apache-2.0
2023-09-14T20:25:20
2019-06-25T22:54:41
Java
UTF-8
Java
false
false
4,668
java
/* * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. * This product includes software developed at Datadog (https://www.datadoghq.com/). * Copyright 2019-Present Datadog, Inc. */ package com.datadog.api.client.v1.model; import com.fasterxml.jackson.annota...
[ "noreply@github.com" ]
DataDog.noreply@github.com
adf9322d8d613abad97c9d62327e62f7d5842425
1a50414163ef0cf9f20df7bcbeca074a7de80b2e
/src/main/java/com/googlecode/jdeltasync/InMemoryStore.java
d22082336a4dab97c6db25bb2b965dfc186bf7bf
[]
no_license
ScottDennison/jdeltasync
15c65b099815b1859c3de1de1f9e5af739972fdb
ba269c4b1b992d7df6c22b288445a7e10d8ac80c
refs/heads/master
2021-01-18T11:21:31.849764
2015-12-03T14:14:54
2015-12-03T14:14:54
12,891,435
0
0
null
null
null
null
UTF-8
Java
false
false
1,163
java
/* * Copyright (c) 2012, the JDeltaSync project. All Rights Reserved. * * 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 r...
[ "niklas@therning.org" ]
niklas@therning.org
631c3134f7d3774ba1797bb0457c7b711c5c3e9d
3dfe39d6cf86ba7ae5c2f7ba396d146405c27819
/oneview-sdk-java-lib/src/main/java/com/hp/ov/sdk/dto/networking/logicalinterconnects/LIFirmwareValidationType.java
b7c26e3395f42aab14867e2b56b5f0da75bb9bad
[ "Apache-2.0" ]
permissive
HewlettPackard/oneview-sdk-java
36332dbd55829e85a4b717cedf84cac5149af551
6b53b1f30070ade8ae479fe709da992e8f703d52
refs/heads/master
2023-08-09T07:37:10.565694
2018-04-18T17:55:45
2018-04-18T17:55:45
38,078,052
19
9
Apache-2.0
2018-04-18T17:55:46
2015-06-25T22:36:44
Java
UTF-8
Java
false
false
958
java
/******************************************************************************* * (C) Copyright 2016 Hewlett Packard Enterprise Development LP * * 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 Licen...
[ "luiz.her.svoboda@hpe.com" ]
luiz.her.svoboda@hpe.com
65b7f7bba72091c34870e13e505b11c0b8524271
72c66f6a75932bcb41f4b850bda9564ba3980bff
/capstone/build/generated/src/org/apache/jsp/Admin_jsp.java
c6685df6f8573688e67f53dedae5d95a11c0e770
[]
no_license
gvnikhil008/Fetch-n-Share
3b0868d7ec496b46108148dfc47d072bf468055f
c882fd64980fa47cd0778afea6070183242a6771
refs/heads/master
2023-01-11T19:03:54.246436
2020-11-17T14:26:26
2020-11-17T14:26:26
299,673,536
0
0
null
null
null
null
UTF-8
Java
false
false
10,518
java
package org.apache.jsp; import javax.servlet.*; import javax.servlet.http.*; import javax.servlet.jsp.*; public final class Admin_jsp extends org.apache.jasper.runtime.HttpJspBase implements org.apache.jasper.runtime.JspSourceDependent { private static final JspFactory _jspxFactory = JspFactory.getDefaultFacto...
[ "54838533+gvnikhil008@users.noreply.github.com" ]
54838533+gvnikhil008@users.noreply.github.com
71cf832e7b9dcfe9be8e5262910dc5743a58d0f5
a41a34586d47bcd95ef851e078b695954fc74ba5
/src/com/projectmanagementtracker/Project.java
33661b601670e1440d759b5739c921adf18f0ca9
[]
no_license
oluwajobaadegboye/Project-Management-Tracker
e63b1b2392ffa2cb9704760a1461fb50be2d34cc
c11478b9b57a4f5b6998d7f88f6e0d0f16ecd889
refs/heads/master
2020-03-18T21:32:25.455408
2018-05-29T20:17:41
2018-05-29T20:17:41
135,285,680
0
0
null
null
null
null
UTF-8
Java
false
false
695
java
package com.projectmanagementtracker; import java.util.List; public class Project { private String name; private String manager; private List<String> releases; public Project(String name, String manager, List<String> releases) { super(); this.name = name; this.manager = manager; this.releases = releases; ...
[ "oluwajobaadegboye@hotmail.com" ]
oluwajobaadegboye@hotmail.com
5cf9da9ef8e6ba6ee1cc5b28c85432859ad7e9bc
86554657d10facc2779d9fd7313515b2f7b4b74e
/Alpha_classwork/src/com/alpha/db/UserRepository.java
8e5811e9d244a91ac6cba80c8bfd75467f4a3569
[]
no_license
MadhuHS/ClassWork_BEC_M50_E42
abcc62d7c8c8371b28148933b54780fe1a5aa917
458eda2c956d43dd1d4fd14d4cc9730495370411
refs/heads/master
2023-09-06T09:50:54.909394
2021-11-02T06:06:47
2021-11-02T06:06:47
413,649,038
5
1
null
null
null
null
UTF-8
Java
false
false
201
java
package com.alpha.db; import com.alpha.entities.User; public interface UserRepository extends Repository { public void insertUser(User usr); public User selectUser(String email,String password); }
[ "madhuhs943@gmail.com" ]
madhuhs943@gmail.com
74010d4ea4f9b33be9ea836426b9ea677b38f19f
ba744bfb03921a0c6cc974fcecebd160ee7d12e8
/drlang/src/main/java/com/my/compiler/drlang/Error.java
42844ed15f3e015f6a66b4e7b2e40faa30ad8e23
[]
no_license
rlangdon95/drlang
9d256031ac082c5394474c59b0b87edeb4ad0212
4547934609b12397e03c3dc0c349cf2ed200307f
refs/heads/master
2021-07-23T22:34:47.664786
2019-12-24T10:52:14
2019-12-24T10:52:14
224,386,129
0
0
null
2020-10-13T17:46:59
2019-11-27T08:52:48
Java
UTF-8
Java
false
false
723
java
package com.my.compiler.drlang; public class Error { public static void drlerror(int exit_code, String message) { System.err.println(message); System.exit(exit_code); } public static void drlerror(int exit_code, String ... message) { for (String x : message) System.err.print(x); System.err.println();...
[ "am250135@teradata.com" ]
am250135@teradata.com
acba62980d291577a1c53fcc38c76bfb8ce87a00
71007018bfae36117fd2f779dbe6e6d7bb9bde9c
/src/main/java/com/magento/test/dao/SearchQueryDao.java
8b154014206f3f06ce577fb585a428ff4c6af893
[]
no_license
gmai2006/magentotest
819201760b720a90d55ef853be964651ace125ac
ca67d16d6280ddaefbf57fa1129b6ae7bd80408f
refs/heads/main
2023-09-03T05:14:27.788984
2021-10-17T06:25:09
2021-10-17T06:25:09
418,040,494
0
0
null
null
null
null
UTF-8
Java
false
false
1,798
java
/** * %% Copyright (C) 2021 DataScience 9 LLC %% 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 * * <p>http://www.apache.org/licenses/LICENSE-2.0 * * <p>Unless required by applicable law ...
[ "gmai2006@gmail.com" ]
gmai2006@gmail.com
aebe24d6ca9e0a1a53c3ead350eac43bafeb5b0e
252b8c528a91e066887ae47d3e8ab3085fbd6f4b
/src/main/java/org/cafebabe/view/editor/componentlist/IComponentProducer.java
4924199a47968ca6e42aba3feceb42fd29a377e2
[]
no_license
pilino1234/OpenLogicGateSimulator
2ed7b2366e94510361e9d41aa0b4cc4a3b5216db
596cb4ffb9a4d2588c606609157a5389d4d23bbf
refs/heads/master
2020-05-24T15:56:27.844489
2018-11-22T10:59:40
2018-11-22T11:30:22
null
0
0
null
null
null
null
UTF-8
Java
false
false
164
java
package org.cafebabe.view.editor.componentlist; public interface IComponentProducer { String getIdentifier(); double getWidth(); double getHeight(); }
[ "pilino1234@users.noreply.github.com" ]
pilino1234@users.noreply.github.com
7114bc4e84c5f51f34a636f7111e6f6606032725
441b16d5861b8239644007c3b64d56bdfd67bb92
/plugins/org.eclipse.osee.orcs.db/src/org/eclipse/osee/orcs/db/internal/sql/WithClause.java
7401bb95470be264a886681f96eac7dc62d29052
[]
no_license
sec00/osee-4
baf9713306c7bfd6f5a12a153acb083bbdb2ce77
4644522f12d0e2a887434d09dffa55d32ed45f15
refs/heads/master
2021-05-19T04:04:07.608109
2018-11-15T23:29:55
2018-11-15T23:31:32
null
0
0
null
null
null
null
UTF-8
Java
false
false
750
java
/******************************************************************************* * Copyright (c) 2013 Boeing. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http:...
[ "roberto.e.escobar@boeing.com" ]
roberto.e.escobar@boeing.com
644d0da3ca3e4b1dc32a69d2920d12303fac30d4
4a5f24baf286458ddde8658420faf899eb22634b
/aws-java-sdk-iot/src/main/java/com/amazonaws/services/iot/model/InvalidQueryException.java
14e7e2ab308c9201d71ede56447d2cd9d152f465
[ "Apache-2.0" ]
permissive
gopinathrsv/aws-sdk-java
c2876eaf019ac00714724002d91d18fadc4b4a60
97b63ab51f2e850d22e545154e40a33601790278
refs/heads/master
2021-05-14T17:18:16.335069
2017-12-29T19:49:30
2017-12-29T19:49:30
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,168
java
/* * Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
[ "" ]
060bdd6b5460e5d4017f079a950b338fd1d215a5
f0cf130d5d4f7510ffb99ac80d8e519da5855176
/src/main/java/com/food/app/repository/RestaurantRespository.java
bc6e6915cb3117becbfbfe98f8ef0d85d8cf45dc
[]
no_license
sumitkumarsah22/fooddeliverysystem
df650677efaa0c1b36eed6008697e0317994d42e
0c2e9089dd5fe5b24d60ab4e07d95f3614bb72b9
refs/heads/master
2022-11-27T07:07:28.723206
2020-08-04T10:32:17
2020-08-04T10:32:17
null
0
0
null
null
null
null
UTF-8
Java
false
false
575
java
package com.food.app.repository; import java.util.List; import org.springframework.data.jpa.repository.Query; import org.springframework.data.repository.CrudRepository; import org.springframework.stereotype.Repository; import com.food.app.entity.RestaurantEntity; @Repository public interface RestaurantRespository e...
[ "sumitkumarsam22@gmail.com" ]
sumitkumarsam22@gmail.com
cf93b45b6b05bc1e01506bf860fcdc7a55eaa01b
21d8b8665162b23b590222b0d1d19d1a824a790e
/core/camel-support/src/main/java/org/apache/camel/support/startup/LoggingStartupStepRecorder.java
3c73db0dfc18813e1ee336c3a5cfb0374a2cf052
[ "Apache-2.0", "LicenseRef-scancode-unknown" ]
permissive
jmcabandara/camel
62a023ea7f0411f349a8cf991038eca5685e0d13
17c7bb2949b0c32ba095672bb99d64f19c924235
refs/heads/main
2023-06-21T00:42:13.793646
2021-07-30T14:03:24
2021-07-30T14:03:30
391,157,772
2
0
Apache-2.0
2021-07-30T18:25:07
2021-07-30T18:25:06
null
UTF-8
Java
false
false
2,166
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 ...
[ "claus.ibsen@gmail.com" ]
claus.ibsen@gmail.com
7c70783c24da983988886c19abaf2ba06f1d26df
654bab50ca0f07fc08b7431685eb84f5e164d248
/SocketDemo/src/main/java/school/xjtuse/udp/UDPServer.java
cccb6b5ed60dd8e33934e3dc08bcbfeb4c9f9d26
[]
no_license
TerenceStark/SocketDemo
121cfc0fdfc36d87932bc71aa9a940f753b3524d
7f00bd277f91ffedceca7ab789014db60d5b7e91
refs/heads/main
2023-05-14T01:27:44.613816
2021-06-07T05:39:18
2021-06-07T05:39:18
374,546,949
0
0
null
null
null
null
UTF-8
Java
false
false
1,093
java
package school.xjtuse.udp; /* UDP发送数据:数据来自于键盘录入,直到输入的数据是exit,发送数据结束 UDP接收数据:因为接收端不知道发送端什么时候停止发送,故采用死循环接收 */ import java.io.IOException; import java.net.DatagramPacket; import java.net.DatagramSocket; import java.net.SocketException; public class UDPServer { public static void main(String[] args) thr...
[ "noreply@github.com" ]
TerenceStark.noreply@github.com
f815d8078524c48330549491210eaf38e9d5a7f8
062fa2f3c969f628b1a301b88aaf8fe134e59cc1
/src/main/java/testcases/message/MessageRequest.java
f103c1d2bf89b16fd1b4e238f69b943318222d6c
[]
no_license
IoT-Platform-Group/coap-test-client
1f470affb59e53d60b6c3ba5dcd5aafa5dfa9b4a
936a15478a08730f73e14b2a0b69a9439f7399fc
refs/heads/master
2020-03-23T04:23:14.600371
2018-07-16T03:27:05
2018-07-16T03:27:05
141,021,464
0
0
null
null
null
null
UTF-8
Java
false
false
499
java
package testcases.message; import org.eclipse.californium.core.CoapResponse; import org.eclipse.californium.core.Utils; import request.POSTRequest; import scanner.ParamScanner; public class MessageRequest extends POSTRequest { @Override public ParamScanner generateURIScanner(){ return new MessageScanner(); } ...
[ "zhouyufei1998@vip.qq.com" ]
zhouyufei1998@vip.qq.com
f58e1a6254507625bd9c054f351467d7a25cacef
e8d3fc2eeffc0f41d5491dd861c32de165226692
/app/src/main/java/com/youngcreate/gitdroid/github/hotuser/HotUserPresenter.java
d13550f6bc0870cbf1a3b48bd2805449b4b69d9c
[]
no_license
youngcreate/GitDroid
529c830870cc8d9b9781eb395f4a62eb1671f643
632abde1af9f58abbaea9e4c0189dad6fd5a6d13
refs/heads/master
2020-12-25T15:18:19.209471
2016-08-09T14:37:15
2016-08-09T14:37:15
64,309,559
0
0
null
null
null
null
UTF-8
Java
false
false
2,952
java
package com.youngcreate.gitdroid.github.hotuser; import com.youngcreate.gitdroid.github.login.model.User; import com.youngcreate.gitdroid.github.network.GitHubClient; import java.util.List; import retrofit2.Call; import retrofit2.Callback; import retrofit2.Response; /** * Created by Administrator on 16-8-3. */ pu...
[ "l" ]
l
74936d2ebd3d3e618bf1e32e819176025b7b6004
c2d52f724e60bea9b2687b9fc104f2077a03e0da
/demoProject/src/main/java/com/capg/repo/ProductRepo.java
29986f7240c02b62d621ac7cd034104e49166480
[]
no_license
Vineethagangi/dummy
b6d9745421fc7f712e2337345eba9998a1c94543
62396ef92f9bba010ae0fe534f82ec4db1a88bff
refs/heads/master
2020-03-23T20:01:24.687151
2018-08-13T12:30:01
2018-08-13T12:30:01
142,016,231
0
0
null
null
null
null
UTF-8
Java
false
false
261
java
package com.capg.repo; import org.springframework.data.repository.CrudRepository; import org.springframework.stereotype.Repository; import com.capg.bean.Product; @Repository public interface ProductRepo extends CrudRepository<Product,Integer>{ }
[ "noreply@github.com" ]
Vineethagangi.noreply@github.com
83518097c2ec53c5833f70819fc6431e970faac3
b2479d4764b148d3d174b423d02d6a4e5c4ada9d
/Server/src/main/java/br/com/orcafacil/server/util/UniqId.java
1a38174d0ea1f8db3c980150afa9966828776a6c
[]
no_license
robsonperassoli/orca-facil
d09986a563eae6fb63f58bc11a33b7b47b5484f6
20eb2cc9e5130cc53b3424545bb5398d5f37e3f6
refs/heads/master
2022-06-21T13:04:38.284613
2012-06-26T13:05:40
2012-06-26T13:05:40
4,752,987
1
0
null
2022-06-17T01:54:54
2012-06-22T15:59:17
Java
UTF-8
Java
false
false
4,830
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")...
[ "robsonperassoli@gmail.com" ]
robsonperassoli@gmail.com
2c6b89c99c5974144136b25cc89d054c56ec4bf4
e06cfefa2c33c37eb6592f0ac24dee4bb86106aa
/training/src/main/java/qa/gov/customs/training/proxy/FeignClientConfiguration.java
14fa7e9ed311f237142bd642d726b20c2b3be308
[]
no_license
ibrahim11fazil/jasperreport_angular
0f689f95743232d8ec81d098b07ffa5ac8aea504
97e23b2d85fdb05cf972db792b6a9f8a4fe2dd9f
refs/heads/master
2023-07-21T14:31:45.575297
2020-02-23T04:08:53
2020-02-23T04:08:53
272,669,366
1
0
null
2023-07-13T19:56:29
2020-06-16T09:43:14
Java
UTF-8
Java
false
false
827
java
package qa.gov.customs.training.proxy; import feign.codec.Encoder; import org.springframework.beans.factory.ObjectFactory; import org.springframework.boot.autoconfigure.http.HttpMessageConverters; import org.springframework.cloud.openfeign.support.SpringEncoder; import org.springframework.context.annotation.Configurat...
[ "sraj@customs.gov.qa" ]
sraj@customs.gov.qa
e9eac9fe3874aba3e6303e9ea8f17b6e95521ec4
e78a4941076202428a1a9b8f97aafb334f081eb5
/src/alvaro/basicos/java/acomplamiento_tardio/AcoplamientoTardio.java
298485a81b2a51db86fc0d2301956f72d6f5b5aa
[]
no_license
Agomezdelamo/Thinking-java-training
6e91588b3e08a4cd5591a6c8bd3bc5f33eb7e012
c55b754c4ffa94725adcc0a99013cf419ca2906a
refs/heads/master
2021-01-17T07:13:19.581915
2016-12-13T16:45:57
2016-12-13T16:45:57
49,752,545
0
0
null
null
null
null
ISO-8859-1
Java
false
false
1,143
java
package alvaro.basicos.java.acomplamiento_tardio; import alvaro.thinking.tema8.polimorfismo.RandomShapeGenerator; import alvaro.thinking.tema8.polimorfismo.Shape; public class AcoplamientoTardio { private static RandomShapeGenerator gen = new RandomShapeGenerator(); public static void main(String[] args) { //Arra...
[ "agomezdelamo@gmail.com" ]
agomezdelamo@gmail.com
228646c5016f59b07c171eb16400e09229e6b18c
8f517cebcf7e6143b723416af951bcb5a7b569a6
/HPC/A2/hpc_2nd_tejas/simulator/net/RoutingAlgo.java
5770b38e33ff2984550d81fce80e4f445afc0197
[]
no_license
VAMSIY93/PROJECTS
8f26069be924517c898874c7f9ab33f8a3c6a503
b579364088189bc7ebadc85ea53f9abf83db6fbc
refs/heads/master
2020-03-22T17:43:28.437945
2018-07-10T09:56:06
2018-07-10T09:56:06
140,411,682
0
0
null
null
null
null
UTF-8
Java
false
false
9,453
java
/***************************************************************************** Tejas Simulator ------------------------------------------------------------------------------------------------------------ Copyright [2010] [Indian Institute of Technology, Delhi] Licensed under the Apache License, Version ...
[ "VAMSI@Vamsis-MacBook-Pro.local" ]
VAMSI@Vamsis-MacBook-Pro.local
ac78fc4ac3ea89f4c3955ae980543b471a87eee1
7cd6b8c7e7cc39acd9374d4693b31185300a54a3
/app/src/main/java/com/example/somaiya/somaiyaclassroom/StudentCalendar.java
e7518a35582ab98efd56077621039ae04eaa874d
[ "MIT" ]
permissive
2knal/Project-Somaiya-Classroom
505332f729fc86bfd23cf9c61c8f91c041c29be5
dd3c846127251a5f8ee0144085a7c8aea4a334c7
refs/heads/master
2020-03-30T08:09:22.134112
2018-09-30T18:25:33
2018-09-30T18:25:33
150,993,437
1
0
MIT
2018-09-30T18:18:46
2018-09-30T18:18:45
null
UTF-8
Java
false
false
364
java
package com.example.somaiya.somaiyaclassroom; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; public class StudentCalendar extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R...
[ "32769793+2knal@users.noreply.github.com" ]
32769793+2knal@users.noreply.github.com
fc2f0eef8fc425a588139461fba03528b1a30d40
9ec2f5dc7eeae4acabbaa902da416beba8632db1
/share/src/main/java/com/better_computer/habitaid/share/ButtonsData.java
6bd4a573af028e89467c9d87d6bade86f3332b3e
[]
no_license
mye-morr/belii7
566df5aadc9891c85b1a198628153f583c087b9e
f4469cab73b95626f148a7824c90428f7c3c0f06
refs/heads/master
2022-09-29T21:46:22.483684
2020-06-08T07:42:45
2020-06-08T07:42:45
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,591
java
package com.better_computer.habitaid.share; import org.json.JSONException; import org.json.JSONObject; import org.json.JSONStringer; import org.json.JSONTokener; import java.io.Serializable; public class ButtonsData implements Serializable { private String sActiveFace = ""; private String sCat = ""; pri...
[ "mye.morr@gmail.com" ]
mye.morr@gmail.com
b653b425e3feb4bfad42c0bede3ba7993584a088
d74c2ca437a58670dc8bfbf20a3babaecb7d0bea
/SAP_858310_lines/Source - 963k/js.webservices.service/dev/src/_tc~je~webservices/java/com/sap/engine/services/webservices/runtime/statelesstable.java
99856b6ef67f57f30887dca223572c0b339b3415
[]
no_license
javafullstackstudens/JAVA_SAP
e848e9e1a101baa4596ff27ce1aedb90e8dfaae8
f1b826bd8a13d1432e3ddd4845ac752208df4f05
refs/heads/master
2023-06-05T20:00:48.946268
2021-06-30T10:07:39
2021-06-30T10:07:39
381,657,064
0
0
null
null
null
null
UTF-8
Java
false
false
2,974
java
package com.sap.engine.services.webservices.runtime; import java.util.Enumeration; import javax.ejb.EJBObject; import com.sap.engine.lib.util.HashMapObjectObject; import com.sap.engine.services.timeout.TimeoutListener; import com.sap.engine.services.webservices.exceptions.WSLogging; import com.sap.engine.services.w...
[ "Yalin.Arie@checkmarx.com" ]
Yalin.Arie@checkmarx.com
4af7b7015157769adbda7d43476ce4c6fb35410f
81e8fe44bb3cae1305dbcdc920fbb5ad2cece782
/src/englishlearning/views/Login.java
b91059d2d30e22727cd6e24ecc6980d2f301874f
[]
no_license
yuyuvn/OOP-Learning-English
75c0444bbdc646979ce4cb6670d71040ddcd9120
9b7b0ea077f280075b388f98aaf2bc86e929b2fd
refs/heads/master
2020-05-17T00:34:26.221405
2014-05-19T11:36:53
2014-05-19T11:36:53
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,994
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 englishlearning.views; import java.util.Collection; import javafx.beans.property.ReadOnlyBooleanProperty; import javafx.beans...
[ "yuyuvn@mac.com" ]
yuyuvn@mac.com
a19807bf971053e25245c5de01d110e3d6681b2d
5d17d17c6845e07af2da87d59b148cce9d4f7f24
/src/Main2.java
bc9b197632eb21df726034046e6456629ab7ed00
[]
no_license
hitarthk/Algorithms
f08f73ad9912d81c0214e6bca5e1aaa9f114cf23
404262b354037e45189bce6de0f3a40d59003356
refs/heads/master
2021-01-10T10:00:27.828341
2016-01-07T09:41:02
2016-01-07T09:41:02
49,090,963
0
0
null
null
null
null
UTF-8
Java
false
false
4,129
java
import java.io.IOException; import java.io.PrintWriter; import java.util.InputMismatchException; /* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ /** * * @author hitarthk */ publ...
[ "hitarthk@gmail.com" ]
hitarthk@gmail.com
dc5af4a918112246e4e90a22b4ef7f2ef85712b4
3e04cc612b4c4a919d3d5dd78bae3d7d84f09f71
/6期项目实战资料/BBS_SSM/royal_domain/src/main/java/com/bbs/domain/User.java
09290fc2f473fce1121ee7eebea969c7d6f9e58f
[]
no_license
Sweets-Tiramisu/kinghonor
875e09efc52ef818dfd4d25d5b136fc261ed3eeb
b7ceed80820522bca89213b3b7a624847e538548
refs/heads/master
2022-12-27T18:15:56.212042
2019-08-17T00:40:31
2019-08-17T00:40:31
202,817,096
2
0
null
2022-12-16T04:25:06
2019-08-17T00:38:48
Java
UTF-8
Java
false
false
2,267
java
package com.bbs.domain; import java.util.Date; public class User { private Integer userid; private String username; private String userpass; private String email; private String picurl; private Integer role; private Date lastlogintime; private Integer loginstatus; private I...
[ "loveonlytwo@gmail.com" ]
loveonlytwo@gmail.com
547dbfa4f2cb276c75a4ee8dce8c5faaa8affbb4
5582ab4c1ff07ef84c4795e55da9c100a8c9d092
/src/com/icehockey/controller/BingLinChengXiaServlet.java
7017af87a2eb70ad8043761d9ef1aece18ef4080
[]
no_license
277815008/icehockeyDemo
6aa2e948276d3766ed26eb90bde99ac9d2a8a21e
bc43ca63b93cbcba9943890a7108a5369de5438f
refs/heads/master
2021-07-02T15:07:21.562248
2017-09-24T02:10:47
2017-09-24T02:10:47
103,594,961
0
0
null
2017-09-24T02:14:20
2017-09-15T00:23:51
Java
UTF-8
Java
false
false
4,572
java
package com.icehockey.controller; import java.io.IOException; import java.io.PrintWriter; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.h...
[ "1136642649@qq.com" ]
1136642649@qq.com
a715d6ce2bafc30a1ed3b1b4c61e8ce1ba64e773
574cb14f945fa7c6556335e6ce4686e7703dde30
/KB_STC_TEAM7A/src/test/java/util/BaseUtil.java
20c5d6eeedfac5e9ceb4f838d7a94218eba8f45c
[]
no_license
Kullybhela01/TestingProject6
58761d648508b226a7836874b8a8d83a2cba4db0
b6b12ae752f78bdbc5169e8e32f8b51880ac41f5
refs/heads/master
2023-02-26T11:22:10.235152
2021-02-01T10:07:24
2021-02-01T10:07:24
330,642,199
0
0
null
null
null
null
UTF-8
Java
false
false
367
java
package util; import java.util.Properties; import org.apache.log4j.Logger; import org.openqa.selenium.WebDriver; import cucumber.api.Scenario; import webConnector.AppSpecificKeywords; public class BaseUtil { public Properties property; public AppSpecificKeywords keyword; public WebDriver driver; publi...
[ "kulbir_bhela@hotmail.com" ]
kulbir_bhela@hotmail.com
6daee122c6834412d246d43637fcd205b42435cb
f81bfc15a79f70acd6edae65407f67e290ffda64
/ProjectFTShoes/src/main/java/com/myclass/dto/EmployeesDetailsDto.java
bb0b0490e9ae84979943b15151aa6a17ee412691
[]
no_license
FTShoes/FTShoes
b0b23c7005a8e10f9fd62f42a9634756474d48b4
d3a3f82be169a10cd27726779d390683a9036576
refs/heads/master
2022-12-21T08:27:44.865594
2019-12-04T04:28:51
2019-12-04T04:28:51
223,880,866
0
0
null
2022-12-15T23:27:17
2019-11-25T06:51:19
Java
UTF-8
Java
false
false
636
java
package com.myclass.dto; import java.util.Collection; import org.springframework.security.core.GrantedAuthority; import org.springframework.security.core.userdetails.User; public class EmployeesDetailsDto extends User { private static final long serialVersionUID = 1L; public EmployeesDetailsDto(String username, S...
[ "46945964+HaseNguyen@users.noreply.github.com" ]
46945964+HaseNguyen@users.noreply.github.com
cfa0585fdc33609249eb9c9ff214464eff056884
783b6388eb5aeaa0764227b51f65cbeabc230c05
/firstblood_common/src/main/java/com/fh/resolver/UserResolver.java
19f12161e7bdd6fd74fcf28081ad8a77fc78ea70
[]
no_license
1908b-lei-team/train3
f7afecf438ba16ed9678630e17de488f9d910eb6
d2a8a542d70cc6b2e787756b73d231735a79367b
refs/heads/master
2022-12-08T01:11:57.154996
2020-08-27T11:14:23
2020-08-27T11:14:23
288,179,178
0
0
null
2020-08-17T15:05:05
2020-08-17T12:51:14
Java
UTF-8
Java
false
false
1,415
java
package com.fh.resolver; import com.alibaba.fastjson.JSONObject; import com.fh.User.User; import com.fh.common.SystemConstant; import com.fh.common.UserAnnotation; import org.springframework.core.MethodParameter; import org.springframework.web.bind.support.WebDataBinderFactory; import org.springframework.web.context.r...
[ "63041195+never-ljy@users.noreply.github.com" ]
63041195+never-ljy@users.noreply.github.com
158c0e52ed8b5af9c92f2b1368d8a9f41e8540f2
04a2eb39353303bbc9764132ca9e8aab1493aafd
/src/test/java/guru/springframework/springrestclientexamples/controllers/UserControllerTest.java
6f7f1cf45ec3215953584c4787a9011a2249c437
[]
no_license
KentCarmine/spring-rest-client-examples
0d9d2d475cb483998b1c05bdba9e63a51ee46080
ac35ae9eeecc475a11c164bbbd10c11484c1ed91
refs/heads/master
2020-08-07T13:19:22.452340
2019-10-08T19:01:54
2019-10-08T19:01:54
213,466,134
0
0
null
2019-10-07T19:15:19
2019-10-07T19:15:19
null
UTF-8
Java
false
false
1,702
java
package guru.springframework.springrestclientexamples.controllers; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.autoconfigure.web.reactive.AutoConfigureWebTestClient; import org.sprin...
[ "5168853+KentCarmine@users.noreply.github.com" ]
5168853+KentCarmine@users.noreply.github.com
f8611d6e2de921b16188262fa91f8fb33b186fae
b5072176b1ed92fb5c3db80b41c5d060142c3af0
/BookstoreJSP/src/com/vietjack/controller/BookStoreControllerServlet.java
4045e2685afee6c90a1d0964282e0f2f2bb110d2
[]
no_license
Nguyet21/Bookstore
f563f9ef3c853021133e34e1cb57b3a6c351107a
f5018c6816edb27c874708f5a83bd54380cd5a01
refs/heads/master
2020-04-21T23:28:03.485829
2019-02-10T06:14:36
2019-02-10T06:14:36
169,947,652
1
0
null
null
null
null
UTF-8
Java
false
false
4,479
java
package com.vietjack.controller; import java.io.IOException; import java.sql.SQLException; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Collections; import javax.servlet.RequestDispatcher; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; ...
[ "=" ]
=
4c87b29ec55b489a2fdf0c8106466da5e9b3c443
c885ef92397be9d54b87741f01557f61d3f794f3
/results/Mockito-5/org.mockito.internal.verification.VerificationOverTimeImpl/BBC-F0-opt-60/tests/19/org/mockito/internal/verification/VerificationOverTimeImpl_ESTest.java
23d827463424afaea08378c2f0720892fd6393a1
[ "CC-BY-4.0", "MIT" ]
permissive
pderakhshanfar/EMSE-BBC-experiment
f60ac5f7664dd9a85f755a00a57ec12c7551e8c6
fea1a92c2e7ba7080b8529e2052259c9b697bbda
refs/heads/main
2022-11-25T00:39:58.983828
2022-04-12T16:04:26
2022-04-12T16:04:26
309,335,889
0
1
null
2021-11-05T11:18:43
2020-11-02T10:30:38
null
UTF-8
Java
false
false
8,617
java
/* * This file was automatically generated by EvoSuite * Thu Oct 21 18:36:35 GMT 2021 */ package org.mockito.internal.verification; import org.junit.Test; import static org.junit.Assert.*; import static org.evosuite.runtime.EvoAssertions.*; import org.evosuite.runtime.EvoRunner; import org.evosuite.runtime.EvoRunn...
[ "pderakhshanfar@serg2.ewi.tudelft.nl" ]
pderakhshanfar@serg2.ewi.tudelft.nl
0b3b32fce4457d909da1fbed7ce1f9ac8ebc59e0
2716d0c900a602433276981e739ddf15ce0237c9
/gmall-retime/src/main/java/com/atguigu/bean/KeywordStats.java
2632ca3d10529003af667ca562dcfd5bbd1a23a2
[]
no_license
Y-tim/rt-flink
7b03042b53dd10256254f55385c751f66acf6547
82ae36e28b48cfb3e3059323a1d0d00d63dff285
refs/heads/master
2023-08-31T19:01:51.219606
2021-11-01T06:05:55
2021-11-01T06:05:55
423,353,223
0
0
null
null
null
null
UTF-8
Java
false
false
376
java
package com.atguigu.bean; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; /** * Desc: 关键词统计实体类 */ @Data @AllArgsConstructor @NoArgsConstructor public class KeywordStats { private String keyword; private Long ct; private String source; private String stt; pr...
[ "Logan@atguigu.com" ]
Logan@atguigu.com
b979f2bbd229adfa5c0ae05747ed7c171b1ab835
fb24645f8535fcb1f87c66c27055cbfef1e43819
/app/src/androidTest/java/com/tythis/top10downloader/ExampleInstrumentedTest.java
1caf79b63b5c13b2ae8de5fed9a3714be0294273
[]
no_license
bmedendorp/Top10Downloader
98b6d186dc9b295ac38cc6003444ca0fe0e9ecfb
c247d6a254abd651fec9cac7afdc6c9ef449095c
refs/heads/master
2020-05-31T03:24:58.463623
2019-06-05T20:48:30
2019-06-05T20:48:30
190,084,769
0
0
null
null
null
null
UTF-8
Java
false
false
722
java
package com.tythis.top10downloader; import android.content.Context; import androidx.test.InstrumentationRegistry; import androidx.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 device. *...
[ "brian@medendorponline.com" ]
brian@medendorponline.com
fe88154911dc6184fb910d692303ca25ac572085
5ccdb3da30d91d688d52ed3aad53d878b7071d8f
/Abstraccion/src/vehiculo/interfaz/Submarino.java
20cd1dd593f6b483d764e652cacac6e2ed98b6c5
[]
no_license
SpyderCode/2aSistemas
c408a4f7e816164e9bf23c52de12f1d6843c4ba8
97a33954b220da37e1cf9ca35cdcc37297d13ddb
refs/heads/master
2020-03-23T11:49:27.190542
2018-07-19T04:07:38
2018-07-19T04:07:38
141,522,589
0
0
null
null
null
null
UTF-8
Java
false
false
385
java
package vehiculo.interfaz; public class Submarino extends Acuatico{ public Submarino(String nomAcuatico, double velocidad) { super(nomAcuatico, velocidad); } public String sumerge() { return "El submarino se submerge"; } public String emerge() { return "El submarino se emerge"; } public Str...
[ "noreply@github.com" ]
SpyderCode.noreply@github.com
368753b27c0f9d6238427ef1b9c759844f106980
b5378e1ac5b19889fd8c968dad1d85772553a09f
/01_jaxws_server/src/test/java/com/cjw/study/Server.java
28aa9ace1131af7433d178f167f1c5871996ee6c
[]
no_license
gitchengjiawei/webservice
1fb96bbf1401c2866bd4028fa3e59c8fda146325
e18a129e4cba732908d80994a9dbc4f9252821a6
refs/heads/master
2023-01-09T15:20:48.071870
2019-12-06T15:21:43
2019-12-06T15:21:43
223,770,558
0
0
null
2023-01-02T22:23:05
2019-11-24T16:00:47
Java
UTF-8
Java
false
false
1,032
java
package com.cjw.study; import com.cjw.study.service.impl.HelloServiceImpl; import org.apache.cxf.interceptor.LoggingInInterceptor; import org.apache.cxf.interceptor.LoggingOutInterceptor; import org.apache.cxf.jaxws.JaxWsServerFactoryBean; /** * @Description * @auther 程佳伟 * @create 2019-11-24 16:04 */ public clas...
[ "chengjw@dehuinet.com" ]
chengjw@dehuinet.com
c85bfe313cc355a3788a3aaf0ac2070681575ee7
013d3ae01ed0a85ba49caa64a159ecceb09809e3
/src/main/java/com/firefly/conoche/security/SecurityUtils.java
8399eb5288ebe0aa1ee80e74a92e8309debac6e6
[]
no_license
Sergiocr16/conoche-jh
b7e24a208bfa6710bb0b019e0774544c3cdd60bf
10d54a7ac2be963743d42659231259e23be384f9
refs/heads/master
2021-01-17T08:07:16.794175
2017-03-07T23:35:57
2017-03-07T23:35:57
83,855,095
0
0
null
2017-05-05T07:38:27
2017-03-04T01:07:25
JavaScript
UTF-8
Java
false
false
2,588
java
package com.firefly.conoche.security; import org.springframework.security.core.Authentication; import org.springframework.security.core.context.SecurityContext; import org.springframework.security.core.context.SecurityContextHolder; import org.springframework.security.core.userdetails.UserDetails; /** * Utility clas...
[ "sergiojcr16@gmail.com" ]
sergiojcr16@gmail.com
b7a691396daf89c89491228b4fbaf0b5472c3ba2
496590f0d8917892cf7effd8afbb6308e21eb25b
/xf-consumer-80/src/main/java/my/rule/MyRule.java
3bcbdb8e2f357450e95fbb65916ea5d697a6f385
[]
no_license
fangchenjiang/spring-cloud
67d27e578e9fbd0165d87bdac1f3ef3b3a030ad9
dbe01e14e396c8fcff35a7be528e7ffca670a452
refs/heads/master
2023-05-31T06:09:19.939354
2021-06-06T03:21:34
2021-06-06T03:21:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
458
java
package my.rule; import com.netflix.loadbalancer.IRule; import com.netflix.loadbalancer.RandomRule; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; /** * @Description Ribbon规则替换类 * @Author Fangchenjiang * @Date 2021/4/4 17:19 */ @Configuration publi...
[ "fangchenjiang@37.com" ]
fangchenjiang@37.com
8d0f55ae664613c6d51f9e5d61827f0df765c68e
66a920ec532b09414925def0a75bfcd3a6982d6b
/src/mobile/proj/map/util/LocDBHelper.java
90d17886fa3ef9dd4f969326e06de3b5e0eb8ce7
[]
no_license
haena-j/AndroidProject
1ec2356de9c2b6ed05358f67878b80ce6aa95036
72ef704b91f244e5a7813b93ef7c55cd54ef7fb4
refs/heads/master
2023-02-18T23:08:02.110874
2016-11-30T14:36:34
2016-11-30T14:36:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,208
java
package mobile.proj.map.util; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; public class LocDBHelper extends SQLiteOpenHelper { private final static String DATABASE_NAME = "loc_db"; private final static String TABLE_NAME = "loc_table...
[ "jhy83088@gmail.com" ]
jhy83088@gmail.com
c6167bfeb019ea1c43545b801534eadb9e64933d
a9af40712670ded97f70a6876bc2996bfd776174
/src/com/company/VipCustomer.java
147c85963d343c669cc4e121ea342e1d73b79bc2
[]
no_license
stclinuxdev/Vip-Customer
14953d755334fd331f599b5ce0848b95434f164e
012dbc91d02fd561fa68dc65590470c896d3e611
refs/heads/master
2020-03-18T22:31:20.927071
2018-05-29T20:40:01
2018-05-29T20:40:01
135,350,003
0
0
null
null
null
null
UTF-8
Java
false
false
755
java
package com.company; public class VipCustomer { private String name; private double creditLimit; private String emailAddress; public VipCustomer(String name, double creditLimit, String emailAddress) { this.name = name; this.creditLimit = creditLimit; this.emailAddress = emailA...
[ "stclinuxdev@gmail.com" ]
stclinuxdev@gmail.com
9f20f2ac1471041e578672249f1108d6d38f2632
699cfdd6bd17f87f3f74f3868138295db8852684
/src/main/java/se/iths/anton/myservice/UsersController.java
5ad9ba1c5b956d7369d9aa2a358c0609a2662089
[]
no_license
antonelis/MicroServise
61d584ec3f7b2689dd7286dec1ba80aa0246b2b7
02f4838de19ffb06454dd0ecaaa33b9d0356a4c3
refs/heads/master
2021-01-26T02:35:24.392354
2020-03-05T12:45:59
2020-03-05T12:45:59
243,276,009
0
0
null
null
null
null
UTF-8
Java
false
false
4,325
java
package se.iths.anton.myservice; import lombok.extern.slf4j.Slf4j; import org.springframework.hateoas.CollectionModel; import org.springframework.hateoas.EntityModel; import org.springframework.http.HttpHeaders; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.spri...
[ "anton.elis@hotmail.com" ]
anton.elis@hotmail.com
4f6232f0bc3c88da827169db873e8a8ea12f3485
ed865190ed878874174df0493b4268fccb636a29
/PuridiomVendors/src/com/tsa/puridiom/vendorcommrel/tasks/VendorCommRelDeleteByVendor.java
08ce58e17d81f946a3e8d5d77a06b0d9086b31f5
[]
no_license
zach-hu/srr_java8
6841936eda9fdcc2e8185b85b4a524b509ea4b1b
9b6096ba76e54da3fe7eba70989978edb5a33d8e
refs/heads/master
2021-01-10T00:57:42.107554
2015-11-06T14:12:56
2015-11-06T14:12:56
45,641,885
0
0
null
null
null
null
UTF-8
Java
false
false
848
java
/* * Created on July 21, 2004 */ package com.tsa.puridiom.vendorcommrel.tasks; import com.tsagate.foundation.database.DBSession; import com.tsagate.foundation.processengine.Task; import org.hibernate.Hibernate; import java.util.Map; /** * @author Kelli */ public class VendorCommRelDeleteByVendor extends Task { /...
[ "brickerz@9227675a-84a3-4efe-bc6c-d7b3a3cf6466" ]
brickerz@9227675a-84a3-4efe-bc6c-d7b3a3cf6466
b23b73e45b7155bb3078c13b22adff04123bfbd6
2a317cd5006075eeb8e9b282de69734aa6e2daf8
/com.bodaboda_source_code/sources/com/google/android/gms/games/internal/game/ExtendedGameBuffer.java
d5cca9b5b302bd2de9e504dc08ca033d728f684b
[]
no_license
Akuku25/bodaapp
ee1ed22b0ad05c11aa8c8d4595f5b50da338fbe0
c4f54b5325d035b54d0288a402558aa1592a165f
refs/heads/master
2020-04-28T03:52:04.729338
2019-03-11T08:24:30
2019-03-11T08:24:30
174,954,616
0
0
null
null
null
null
UTF-8
Java
false
false
584
java
package com.google.android.gms.games.internal.game; import com.google.android.gms.common.data.DataHolder; import com.google.android.gms.common.data.zzg; public final class ExtendedGameBuffer extends zzg<ExtendedGame> { public ExtendedGameBuffer(DataHolder dataHolder) { super(dataHolder); } protec...
[ "wanyama19@gmail.com" ]
wanyama19@gmail.com
3d6b1695e85dc4063963ec6cfb180d347135c93d
a8dac7ccbf104724ba728b6ff7a8c7a7e4b74ee2
/eyp-tool/src/main/java/tr/com/vortechs/bilisim/bys/eyp/tool/service/EvrakPostaService.java
9725304f2453acedfdcfb7301b5f67b8fa81e31b
[]
no_license
tugayoguz/eyptool
ea53c38a36dfa3d0cda957f9b1f9b78337e435bd
75fe62a2086c9c8ba52d472b55b7340b71e1429e
refs/heads/master
2021-09-10T11:19:34.437808
2018-03-25T13:27:49
2018-03-25T13:27:49
125,719,184
0
0
null
null
null
null
UTF-8
Java
false
false
269
java
package tr.com.vortechs.bilisim.bys.eyp.tool.service; import java.util.List; import tr.com.vortechs.bilisim.bys.eyp.tool.domain.dto.EvrakPostaDTO; public interface EvrakPostaService extends BaseService{ List<EvrakPostaDTO> getEvrakPostaDTOWithRefNo(Long refNo); }
[ "oguztugay.steam@gmail.com" ]
oguztugay.steam@gmail.com
0f29f35e1d543abe5c2759f5eacfcf51b905896f
feee4bdcceb125ba8bbbbee7cc57103a9dfdae14
/src/generated/org/tempuri/ObjectFactory.java
64886c485fcd97040965750fef72aa8dec8d9fdf
[]
no_license
gustavolessa23/java-webservice-tutorial
73783ba19de569fddb2a615dc1f90ec27fbf5108
8af7cc8d26653dce65e98ae9596c2579864eb11a
refs/heads/master
2020-05-05T01:38:08.384384
2019-05-15T18:01:42
2019-05-15T18:01:42
179,609,575
0
0
null
null
null
null
UTF-8
Java
false
false
6,707
java
package org.tempuri; import javax.xml.bind.JAXBElement; import javax.xml.bind.annotation.XmlElementDecl; import javax.xml.bind.annotation.XmlRegistry; import javax.xml.namespace.QName; /** * This object contains factory methods for each * Java content interface and Java element interface * generated in the org...
[ "gustavolessadublin@gmail.com" ]
gustavolessadublin@gmail.com
55d90b78b275493b98bde552126ea2af76bc3e15
131e5841f5d9171814af8abf5e699c443d0a8517
/404530020_2/404530020_2/src/Easter.java
9866dd4b1c980e00ae8e360c15a57184ff606145
[]
no_license
hobbit14130/IM1_404530020
4fd8cf39081a403849c0ab2eec06f0732be49416
27f09e1b5a0f3d82122eca3e33255859e6b43f3b
refs/heads/master
2021-01-21T13:57:39.852569
2016-06-03T16:57:01
2016-06-03T16:57:01
53,475,540
0
0
null
null
null
null
BIG5
Java
false
false
653
java
public class Easter { static String calculateEaster(int year) { // 透過靜態函數讓EasterTeaster呼叫(參數) int a = year % 19; int b = year / 100;//Math.floor(), -2 int c = year % 100; int d = b / 4; int e = b % 4; int f = (b + 8) / 25; int g = (b - f + 1) / 3; int h = (19 * a + b - d - g + 15) % 30; int i = c ...
[ "apologize0616@gmail.com" ]
apologize0616@gmail.com
87320a673f9fe2a37afd4dd39b9f135282d9f430
36efeb74f1faffd2e9d819d91bdf6c15c2c4b9f0
/src/main/java/com/example/roleauth/RoleauthApplication.java
fbf0c742410bf9445f947065c15a3d53744e5930
[]
no_license
sunilvaishnav45/springboot-rolebased-auth
7035e80bdde9b42a7e3d8ace30ef1120852c8e6e
850700fed681d64f93a4fdf1080df80d7471476d
refs/heads/master
2022-11-25T07:08:27.245485
2020-07-28T05:10:33
2020-07-28T05:10:33
282,856,302
0
0
null
null
null
null
UTF-8
Java
false
false
631
java
package com.example.roleauth; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.EnableAutoConfiguration; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.context.annotation.Bean; import org.springframework.data.jpa.repository...
[ "sunil@Sunils-MacBook-Air.local" ]
sunil@Sunils-MacBook-Air.local
1fe95fce8e860514b01bd699d50b0c0ef09f5f10
9af9be9b3e1dc5003cc054d62afe549a7b2d6cd5
/src/Java8Features/Lambda/Example/BookService.java
19e25f97ae8f48c6a99476ba2db8365dc163767f
[]
no_license
kirtikan/JavaTrainingSession
15987053043169e0abb7ec742fe512986af5fd90
87be193dbf89d9fda1ef9fd6053aecbd77ecd24a
refs/heads/master
2023-07-10T11:32:13.298391
2021-08-24T14:35:38
2021-08-24T14:35:38
375,411,564
0
0
null
null
null
null
UTF-8
Java
false
false
1,053
java
package Java8Features.Lambda.Example; import java.util.Collections; import java.util.Comparator; import java.util.List; public class BookService { /* ( o1, o2) -> o1.getName().compareTo(o2.getName()); */ public List<Book> getBooksinSort(){ List<Book> books = new BookDAO().getBooks(); //1st Way...
[ "kirti.16dec@gmail.com" ]
kirti.16dec@gmail.com
299947b4429ab6a97c5600136acbbbae9677d3bc
a419de3efb13d2911e90f6239cc080b6fa9866e6
/TwitterDataCollector/src/main/java/pl/edu/agh/ed/twitter/dao/AbstractDAO.java
e25afd9ff973d5d19a05487f11834b16692177af
[]
no_license
marcinlos/twitter
c0138a17b829277989bc485d7cc8b73e0571a7c3
6951c6a7666a90fc56ddcb7ec009806db6396dbd
refs/heads/master
2020-05-31T07:47:19.002229
2014-11-02T09:44:52
2014-11-02T09:44:52
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,390
java
package pl.edu.agh.ed.twitter.dao; import java.io.Serializable; import java.util.List; import org.hibernate.ScrollMode; import org.hibernate.ScrollableResults; import org.hibernate.Session; import org.hibernate.criterion.Criterion; import org.hibernate.criterion.Projections; import org.hibernate.criterion.Restriction...
[ "losiu99@gazeta.pl" ]
losiu99@gazeta.pl
92c20753d91af1ef1477f5a340feda036f71de96
52dbb7f9fed430643a93a3e11e7e6bd6ed709959
/PizzaOrderSystem/src/main/java/ua/deliveryservice/repository/PizzaTypeRepository.java
3264ba45deaa4d7b0efed1c0be9918e168f20f52
[]
no_license
myGitWorkspace/Test
61fc209995f8c4132f88dabbc4df80f9024c113d
ed6566602151bbf4fbf999c8345bfd9d510554d8
refs/heads/master
2021-01-10T06:55:16.309186
2016-04-07T11:53:10
2016-04-07T11:53:10
55,620,211
0
0
null
null
null
null
UTF-8
Java
false
false
278
java
package ua.deliveryservice.repository; import java.util.List; import ua.deliveryservice.domain.PizzaType; public interface PizzaTypeRepository { PizzaType find(Integer id); List<PizzaType> findAll(); PizzaType save(PizzaType pizzaType); void delete(Integer id); }
[ "Andrii_Severyn@EPUAKYIW0092.kyiv.epam.com" ]
Andrii_Severyn@EPUAKYIW0092.kyiv.epam.com
0499bb1971a273e0db2ef9feb23f488a2193c642
d3171b6e5c3ac88981c30081e1e830c7655d6ab4
/common-util/src/main/java/com/common/utils/meta/MetadataMethod.java
e1abf59cf2af462977ee67a9797cb06462cf4305
[]
no_license
runningrabbit1007/WiseWorksite2
eae79ec3b85dac42edfdc594191a3abb12de57ca
084de8d20bfc71e1bb23dfcac0e20c9d65175c68
refs/heads/master
2020-03-18T11:52:20.462189
2018-05-24T09:35:48
2018-05-24T09:36:14
134,695,284
0
0
null
null
null
null
UTF-8
Java
false
false
1,331
java
/** * Copyright (C) 2013, James H. Hill * * 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...
[ "774655506@qq.com" ]
774655506@qq.com
b18c494aad7124ded2048066a6847f75dc283fbf
b61246a7aaaaa682dc11248a382ca334ef6a8743
/client/src/main/java/client/History.java
2cf712fb92314437446f1ce6957586bc6410738d
[]
no_license
NickMus/chat_geekchat_16012021.1
e7440e563dced1cce930092ef51ff361a4a679e8
e66255876da0cac7443ece12c491d43e5634425b
refs/heads/master
2023-03-04T20:47:24.400250
2021-02-11T16:21:46
2021-02-11T16:21:46
337,475,518
0
0
null
2021-02-11T16:21:46
2021-02-09T17:02:34
Java
UTF-8
Java
false
false
1,473
java
package client; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.PrintWriter; import java.nio.file.Files; import java.nio.file.Paths; import java.util.List; public class History { private static PrintWriter pr; public static St...
[ "n.musinov@gmail.com" ]
n.musinov@gmail.com
e0319a706e1bcfb088f5b74270972ecb0e7430bd
17abe434c2bc8995fbc73f7f81217e49a0283c2e
/src/main/java/com/google/gwt/i18n/client/impl/cldr/LocalizedNamesImpl_oc.java
9ae7f0b72041775f76744cf5f923f73a94b06bef
[ "Apache-2.0" ]
permissive
aliz-ai/gwt-mock-2.5.1
6d7d41c9f29d3110eef5c74b23a3d63b3af5e71b
af5495454005f2bba630b8d869fde75930d4ec2e
refs/heads/master
2022-12-31T06:00:31.983924
2020-07-13T12:06:47
2020-07-13T12:06:47
55,702,877
1
1
NOASSERTION
2020-10-13T09:09:21
2016-04-07T14:48:45
Java
UTF-8
Java
false
false
10,138
java
/* * Copyright 2012 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
[ "gabor.farkas@doctusoft.com" ]
gabor.farkas@doctusoft.com
216e7a1284449d7f7ac20844126ceb5ae4c3f4ff
e5a8dcbc853340a1adeb7b6ad8b2bd01d669c6aa
/src/main/java/edu/neu/eece4520/models/Tweet.java
af69fdf8191d55f159bdb70315b5e8338a85bdc0
[]
no_license
BK610/eece4520-server-java
156415a6169ca1364ed4a0be2e16ac957577e3bd
b4c787139321fbac184c28933ed1f72c273eba76
refs/heads/master
2020-05-03T04:29:34.757141
2019-04-18T02:35:19
2019-04-18T02:35:19
178,422,946
0
0
null
null
null
null
UTF-8
Java
false
false
3,335
java
package edu.neu.eece4520.models; import com.fasterxml.jackson.annotation.JsonIgnore; import javax.persistence.*; import javax.validation.constraints.NotNull; @Entity @Table(name = "tweets") public class Tweet { @Id @NotNull @Column(name = "id") private Long id; @NotNull @Column(name = "text")...
[ "bailey.orion.kane@gmail.com" ]
bailey.orion.kane@gmail.com
0c4e16553c8c5333b706989f518ef4701223be81
97e315ae1a4456490f6a30ca58391e9159c356fa
/app/src/main/java/appmoviles/com/myapplication/MapsActivity.java
9851c64ec7dc032d523eb4cdd0653c7725bba2fd
[]
no_license
Domiciano/AyudaLewis
e501d39f9e04093d2ab8a3997ecd06944e86b0a6
c1bfa887a8260afe0ee5612e0962e68037d225fd
refs/heads/master
2020-08-06T23:52:11.814475
2019-10-06T16:48:50
2019-10-06T16:48:50
213,206,201
0
0
null
null
null
null
UTF-8
Java
false
false
1,020
java
package appmoviles.com.myapplication; import androidx.fragment.app.FragmentActivity; import androidx.fragment.app.FragmentManager; import androidx.fragment.app.FragmentTransaction; import android.os.Bundle; import com.google.android.gms.maps.CameraUpdateFactory; import com.google.android.gms.maps.GoogleMap; import c...
[ "domiciano.rincon@correounivalle.edu.co" ]
domiciano.rincon@correounivalle.edu.co