blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
7
332
content_id
stringlengths
40
40
detected_licenses
listlengths
0
50
license_type
stringclasses
2 values
repo_name
stringlengths
7
115
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
557 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
5.85k
684M
star_events_count
int64
0
77.7k
fork_events_count
int64
0
48k
gha_license_id
stringclasses
17 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
82 values
src_encoding
stringclasses
28 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
7
5.41M
extension
stringclasses
11 values
content
stringlengths
7
5.41M
authors
listlengths
1
1
author
stringlengths
0
161
60a496a738dcda049d37a96e7d0c696a2ed62f9e
f29efcd3a16a060bce3184d21d3721f8a12bf228
/src/main/java/br/com/acme/tasklist/controller/TaskController.java
3fe4bb9eab4c6b1fee525375695006941dd13354
[]
no_license
carlosantq/tasklist
b17b6ea1c73eb8969f896e13a067228f4d3ba8ad
bcbb2566711eac41a918bbe9781b0d3840c2447c
refs/heads/master
2022-11-15T00:23:01.625075
2020-07-10T03:11:47
2020-07-10T03:11:47
278,205,514
0
0
null
null
null
null
UTF-8
Java
false
false
2,997
java
package br.com.acme.tasklist.controller; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annotation.DeleteMapping; import org.springframework.web.bind.a...
[ "carlosantoniooln@gmail.com" ]
carlosantoniooln@gmail.com
ad403bcada729a1104a2c612ff61ae8f8a01e21b
ec1f7c638dc8ae2a8a2ebd9a196eb90740615c16
/Assignment 3/src/WorldApp/CountryDriver.java
66de3e896206523f5d6780bc7c7a1fdad6dd51df
[]
no_license
duclersa/Country-City-JDBC-Project
dfc45b87b94ed32b85a86f0b85b2b850747fd705
de6fa5ecd24a4ed3b08f17bf203448225d41b0ee
refs/heads/master
2022-11-19T18:53:45.060952
2020-07-09T02:45:23
2020-07-09T02:45:23
278,245,651
0
0
null
null
null
null
UTF-8
Java
false
false
3,191
java
package WorldApp; import java.sql.Connection; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.util.ArrayList; import java.util.List; //import com.collabera.jump.DAOExample.ConnectionFactory; //import com.collabera.jump.DAOExample.Student; public class CountryDriver implem...
[ "36280333+duclersa@users.noreply.github.com" ]
36280333+duclersa@users.noreply.github.com
2cd54779e83ff8c75a581e849628248ed1583939
223df9db4fe24a84c01012b28a4728d2136edce0
/target/case-1/WEB-INF/classes/test/ImportCoursesTest.java
a7d2c431691231bb500aed1019d4c0a924b869c2
[]
no_license
paisan22/case01
c9436a9d70b91e0a0d0be8eece77a9e8a4ca9974
f87dfb31557c12c5fa0df6e394cd08e78c8260ad
refs/heads/master
2021-01-11T01:27:12.663359
2016-10-12T13:46:58
2016-10-12T13:46:58
70,704,138
0
0
null
null
null
null
UTF-8
Java
false
false
1,692
java
package test; import database.CourseDAO; import domain.Course; import domain.ImportCourses; import org.hamcrest.CoreMatchers; import org.junit.Before; import org.junit.Test; import java.io.*; import java.sql.SQLException; import java.time.LocalDate; import java.util.Date; import java.util.List; import static org.ha...
[ "paisanrietbroek@Paisans-MacBook-Pro.local" ]
paisanrietbroek@Paisans-MacBook-Pro.local
7fbc991c839f61e33505242ee60180392d57b6d2
aad82f53c79bb1b0fa0523ca0b9dd18d8f39ec6d
/JESTIN COLIN CORREYA/31-01-2020/qu4_reverse.java
028318575b59ddbf0febee4e73ee9f11c2ae1045
[]
no_license
Cognizant-Training-Coimbatore/Lab-Excercise-Batch-2
54b4d87238949f3ffa0b3f0209089a1beb93befe
58d65b309377b1b86a54d541c3d1ef5acb868381
refs/heads/master
2020-12-22T06:12:23.330335
2020-03-17T12:32:29
2020-03-17T12:32:29
236,676,704
1
0
null
2020-10-13T19:56:02
2020-01-28T07:00:34
Java
UTF-8
Java
false
false
371
java
package java50; import java.util.Scanner; public class qu4_reverse { public static void main(String[] args) { // TODO Auto-generated method stub System.out.println("enter a string"); Scanner s=new Scanner(System.in); String a=s.nextLine(); String rev=""; for(int i=a.length()-1;i>=0;i--) { rev=rev+a...
[ "noreply@github.com" ]
noreply@github.com
2156a0c6717bf1859fbba716004deea81b21105c
fa93c9be2923e697fb8a2066f8fb65c7718cdec7
/sources/com/avito/android/util/text/AvitoTextAppearanceSpan.java
80163127e1065adeae483c5c662f38b1c20ede9a
[]
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
5,030
java
package com.avito.android.util.text; import android.content.Context; import android.content.res.ColorStateList; import android.content.res.TypedArray; import android.graphics.Typeface; import android.text.TextPaint; import android.text.style.MetricAffectingSpan; import androidx.core.content.res.ResourcesCompat; import...
[ "auchhunter@gmail.com" ]
auchhunter@gmail.com
b8c25ee9ac0f7cbcf62ebcc209448ac557c02148
aefecb56ee5325764fb33bb32d827b04612e6eb2
/Adder.java
7cceac18865327fb28ce2ea3910ac789ace9f3cc
[]
no_license
aumchii/Programming-Special-
c70dc2a878693a04fad6602aeb92444a66c56d48
2a47cbcc9d3e0d1db3b7ba7772cfee7a1d6c8e90
refs/heads/master
2020-03-28T12:03:38.301246
2018-09-11T06:15:44
2018-09-11T06:15:44
148,267,266
0
0
null
null
null
null
UTF-8
Java
false
false
400
java
import java.util.*; class Adder { public static void main(String[]args){ int a=0; int b=0; int x=0; Scanner sc=new Scanner (System.in); System.out.print("Enter a "); a =sc.nextInt(); System.out.print("Enter b "); b =sc.nextI...
[ "60050148@kmitl.ac.th" ]
60050148@kmitl.ac.th
663f6175cd02a292dacc031f3dedc3b28f7aaa45
3b65561c4113544cd0b410cc44cc96d3531023f6
/taier-datasource/taier-datasource-plugin/taier-datasource-plugin-hdfs/src/main/java/org/apache/orc/OrcFile.java
2ba2242270d91e87b6dcd66d6de9e0f2acd42ec3
[ "Apache-2.0" ]
permissive
DTStack/Taier
2bc168d802b028f669131017c996d61286d4f2db
5116f9ee195ee0c53b75ddf9724b0dedc62e6b4c
refs/heads/master
2023-09-04T02:42:02.266708
2023-08-10T05:51:36
2023-08-10T05:51:36
343,649,088
1,195
308
Apache-2.0
2023-09-10T11:35:57
2021-03-02T04:49:33
Java
UTF-8
Java
false
false
16,547
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...
[ "870921302@qq.com" ]
870921302@qq.com
4031bf84e5350926a80e66ae3face6e93a4fb883
48d61d9a951a9ce30a8ec178d9491f5b60160679
/app/src/main/java/com/chengzi/app/utils/HDLinkMovementMethod.java
42e2e4fd107f466c3cbfed4ae3ef6cdce8e6cc9d
[]
no_license
led-os/yimeinew
209387195be8d6b04e4ec06d3d79f3e265d8af7b
3ee181f2440cf8809ddabd7ec4d73713124af277
refs/heads/master
2022-02-22T08:38:24.126333
2019-09-17T03:30:43
2019-09-17T03:30:43
null
0
0
null
null
null
null
UTF-8
Java
false
false
826
java
package com.chengzi.app.utils; import android.text.Spannable; import android.text.method.LinkMovementMethod; import android.text.method.MovementMethod; import android.view.MotionEvent; import android.widget.TextView; public class HDLinkMovementMethod extends LinkMovementMethod { @Override public boolean onTo...
[ "869798794@qq.com" ]
869798794@qq.com
7fd4c20d2b966aec11267c0bfcafac608c52556d
15cf8a940a99b1335250bff9f221cc08d5df9f0f
/src/android/support/v4/media/VolumeProviderCompatApi21.java
9324a04c5bceac76c0b1cfd4edf20bffb77f9288
[]
no_license
alamom/mcoc_mod_11.1
0e5153e0e7d83aa082c5447f991b2f6fa5c01d8b
d48cb0d2b3bc058bddb09c761ae5f443d9f2e93d
refs/heads/master
2021-01-11T17:12:37.894951
2017-01-22T19:55:38
2017-01-22T19:55:38
79,739,761
0
0
null
null
null
null
UTF-8
Java
false
false
1,116
java
package android.support.v4.media; import android.media.VolumeProvider; class VolumeProviderCompatApi21 { public static Object createVolumeProvider(int paramInt1, int paramInt2, int paramInt3, final Delegate paramDelegate) { new VolumeProvider(paramInt1, paramInt2, paramInt3) { public void onAdjustVo...
[ "eduard.martini@gmail.com" ]
eduard.martini@gmail.com
04b8651fa0e371555ff9970b6d600dd2f3c7c5c1
eb0314dab7e6d5e587512f625acf2ac2dbda6164
/src/edu/umass/cs/transaction/txpackets/UnlockRequest.java
00402a47edb4b8e9476ee089146c253dd9e13cfb
[]
no_license
sandeep06011991/Transactions
76d03b5adcb559ddb6433c14628a8efb3dc04f4f
bc6954bdf587905f61aea52c9711787b2c568945
refs/heads/master
2020-03-17T19:57:12.780453
2019-01-03T21:57:40
2019-01-03T21:57:40
133,886,348
0
0
null
null
null
null
UTF-8
Java
false
false
1,524
java
package edu.umass.cs.transaction.txpackets; import edu.umass.cs.transaction.protocol.TxMessenger; import org.json.JSONException; import org.json.JSONObject; /** * @author arun * */ // FIXME: Unlock is quite redundant with Commit Request public class UnlockRequest extends TXPacket { private static enum Keys { ...
[ "sandeep06011991@gmail.com" ]
sandeep06011991@gmail.com
13a711b30c88e017b82e157ffd4a2675f31f9c0a
e86c5f2e2f8678e2d859dc0f0d6bd11ae29a9721
/gen/com/xdialer/R.java
e374421ef96c1e3987912a7cd0b00c3ff48040cd
[]
no_license
peihsinsu/XDialer
2a2f1e3df74659785ab03a77bf61efcbe852bb8a
62f1a8c3738c5d04fd0454e633f56bed39a6d20b
refs/heads/master
2016-09-06T13:46:41.144196
2015-01-30T07:14:55
2015-01-30T07:14:55
30,060,900
0
0
null
null
null
null
UTF-8
Java
false
false
9,433
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.xdialer; public final class R { public static final class attr { /** <p>Must be one of the following constant val...
[ "simonsu.mail@gmail.com" ]
simonsu.mail@gmail.com
ff9584c40553401650f162735d86ff4983d870b6
789ffdc94231b1d0f8fcabf8f7ac7c7589612249
/CAYJ/app/src/main/java/cn/bmob/imdemo/bean/PetsFamilyListBean.java
ebf396fb7056efd419f191e983a6b17effeea941
[]
no_license
GIThub000123/CAYJ
fd595385d99d75092fea33ca1dbf6c6f474d4404
1396f66931785cdb451be51b9fe25e61b094f868
refs/heads/master
2021-08-30T21:39:53.926403
2017-12-19T14:21:40
2017-12-19T14:21:40
114,585,956
0
0
null
null
null
null
UTF-8
Java
false
false
1,657
java
package cn.bmob.imdemo.bean; /** * Created by Administrator on 2017/3/28. */ public class PetsFamilyListBean { public String avatar; public String time; public String name; public String content; public String contentImages; public int good; public int translate; public int comment...
[ "1020884351@qq.com" ]
1020884351@qq.com
a92a057707e243521c3da46246b193bcad43f966
f3c5ec3eb9b7cf2d6eae867bd9d7bdba3cf6a3d1
/app/src/main/java/com/androiditgroup/loclook/v2/utils/BadgeGenerator.java
1aba5cb1bb4884b85fb1e5d4a32abd3fa245cd6d
[]
no_license
shmeli10/Loclook_v2
0f1997a89174a184c4c9d2f1b81851386a5e4895
4c6e973b88c034ffbfc767146e031776b87f1122
refs/heads/master
2021-01-11T21:52:21.549881
2017-07-31T05:39:35
2017-07-31T05:39:35
78,867,819
0
0
null
null
null
null
UTF-8
Java
false
false
1,937
java
package com.androiditgroup.loclook.v2.utils; import android.database.Cursor; import android.util.Log; import com.androiditgroup.loclook.v2.LocLookApp; import com.androiditgroup.loclook.v2.models.Badge; import java.util.ArrayList; /** * Created by OS1 on 05.03.2017. */ public class BadgeGenerator { public stat...
[ "shmeli10@gmail.com" ]
shmeli10@gmail.com
2cc911ef304a2eef5a4dd74240edeb62867129b0
cb93f6b863fe45deae44d73e40f765e5f9e37093
/app/cn/edu/sdu/erp/system/mps/daos/MaterialDAO.java
45215ceb2bbb8f0d2b4e0c61e4f714efa27ad055
[]
no_license
Middleware-SDU/erp
77767e0fed5b08f04d3b120c815cb15215437229
6e59d6b8709acd7a02a57822122493cc34572fcc
refs/heads/master
2021-01-10T00:53:28.368907
2014-05-25T15:01:42
2014-05-25T15:01:42
19,963,319
2
0
null
null
null
null
UTF-8
Java
false
false
217
java
package cn.edu.sdu.erp.system.mps.daos; import cn.edu.sdu.erp.system.commons.daos.BaseModelDAO; import cn.edu.sdu.erp.system.commons.models.Material; public interface MaterialDAO extends BaseModelDAO<Material> { }
[ "sdcsyyg@163.com" ]
sdcsyyg@163.com
dd36de8b0f93bbbd9c6e583aede325e9d36bdca7
9b4d60d64e631bd1fee8f8f89b6ff57cfb10789f
/sample/src/main/java/com/kevalpatel2106/rxbussample/MainActivity.java
7b902f0f0065d9e2c195a28da9f7750cf75bb08d
[ "Apache-2.0" ]
permissive
kevalpatel2106/rxbus
c9d91de327680bbdcd19e67c15b5c6c4a0acccc9
e99d62d4bf9905c9878d6d5710d15e50919e8b93
refs/heads/master
2020-12-02T22:59:58.466419
2017-07-14T10:12:55
2017-07-14T10:12:55
96,214,225
5
0
null
null
null
null
UTF-8
Java
false
false
1,360
java
/* * Copyright 2017 Keval Patel * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance wit * 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 in ...
[ "kevalpatel2106@gmail.com" ]
kevalpatel2106@gmail.com
aa99686ccf7f63ceea17ec992a8d68a5bb58428a
473ce744c2266b23b11bb4774726a75673e8fd9d
/src/test/java/io/pusteblume/StreamsTest.java
c80a852a2fc557828e56b9d4e25a52dea6e84456
[]
no_license
sparlampe/practice-functional-java-apis
de8348370b4c764b0c3e0c2cf67fe86961480867
623d5f1373d5ea961c8b655490279307bb35fe53
refs/heads/master
2023-07-31T20:26:51.203574
2021-09-23T15:27:08
2021-09-23T15:27:08
409,643,033
0
0
null
null
null
null
UTF-8
Java
false
false
12,091
java
package io.pusteblume; import org.junit.jupiter.api.Assertions; import org.junit.jupiter.api.Test; import java.io.IOException; import java.nio.file.Files; import java.nio.file.Path; import java.util.*; import java.util.concurrent.ExecutionException; import java.util.concurrent.ForkJoinPool; import java.util.concurren...
[ "roman_babenko@gmx.net" ]
roman_babenko@gmx.net
80051356d4cf5bba1f6db3ea20630f248a6f408a
417ea1955c8d46815247bfa242d09114674e6350
/Tema 6/examples/CompanyStructure/Accountant.java
7ed65e75201bfc88be5d97bf3c1d5ff5c9d1cf1c
[]
no_license
jmmenah/java-exercises
f9156b07dbd9e67fe74be02534cd5f90badda64a
1de020d69ac7c5e4b5f928b00d489e047d943142
refs/heads/master
2022-06-27T07:04:44.732890
2022-06-22T22:14:32
2022-06-22T22:14:32
211,938,203
0
1
null
2022-06-22T22:14:33
2019-09-30T19:23:36
Java
UTF-8
Java
false
false
767
java
public class Accountant extends BusinessEmployee{ private TechnicalLead teamSupported; public Accountant(String name) { super(name); } public TechnicalLead getTeamSupported() { return teamSupported; } public void supportTeam(TechnicalLead lead) { teamSupported = lead; ...
[ "noreply@github.com" ]
noreply@github.com
8f9e0bd57e9d5a8b409618a32c9c4bfd616478dd
7de21a1866a7dd8188e6ca58177fc2e0f4a3a8ae
/laskarit/viikko2/Unicafe/src/test/java/com/mycompany/unicafe/MaksukorttiTest.java
0804607ec03b52e0e581f953fa35869d8c666ef0
[]
no_license
juliapalorinne/ot-harjoitustyo
97568c75175fa92177a80055ef1e6b3743405d5e
74551e8ca4e7e45676efa003fa45038244a765bb
refs/heads/main
2023-02-24T08:35:49.688867
2021-01-23T22:47:27
2021-01-23T22:47:27
247,513,835
0
0
null
2020-10-13T20:35:13
2020-03-15T17:17:07
Java
UTF-8
Java
false
false
1,257
java
package com.mycompany.unicafe; import static org.junit.Assert.*; import org.junit.Before; import org.junit.Test; public class MaksukorttiTest { Maksukortti kortti; @Before public void setUp() { kortti = new Maksukortti(1000); } @Test public void luotuKorttiOlemassa() { asser...
[ "julia.palorinne@helsinki.fi" ]
julia.palorinne@helsinki.fi
8f7dcf7bc9d4e497b195607cb940f749c64de21b
1f3c00468850bc6e7794cb70efd8dd1c73eda1b5
/GHManager/src/net/hxkg/network/Client.java
37dd1e1a0919c1efae1cb4cb1e20785f058c173b
[]
no_license
litcas/PRJ
2861f3eabe163465fb640b5259d0b946a3d3778a
2cceb861502d8b7b0f54e4b99c50469b3c97b63a
refs/heads/master
2021-06-27T19:32:47.168612
2017-09-17T05:44:31
2017-09-17T05:44:31
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,210
java
package net.hxkg.network; import java.net.URI; import net.hxkg.ghmanager.R; import net.hxkg.news.MainFramentNewsActivity; import org.java_websocket.client.WebSocketClient; import org.java_websocket.drafts.Draft; import org.java_websocket.handshake.ServerHandshake; import android.app.Notification; import android.app.No...
[ "393054246@qq.com" ]
393054246@qq.com
fb6aed53031a35ff41d340c4df95ece46b7d1c29
b9df2868430c1c192c97597836b96824bce02aa9
/src/main/java/com/rocketteam/jobfull/service/JobService.java
fe9697c461895265a57a52514f5bd7ed9d9366e9
[]
no_license
Spafi/jobfull-2
4c6ce559445ee922bbb9f696f9d3b1953c62e745
4d2d66726be1eee069d04c7c73460a86ccc61ac4
refs/heads/master
2023-04-06T15:30:44.759637
2021-04-15T12:48:20
2021-04-15T12:48:20
351,777,800
0
0
null
null
null
null
UTF-8
Java
false
false
482
java
package com.rocketteam.jobfull.service; import com.rocketteam.jobfull.model.Job; import com.rocketteam.jobfull.model.JobHunter; import org.springframework.stereotype.Service; import java.util.List; import java.util.UUID; @Service public interface JobService { List<Job> getAll(); List<JobHunter> get...
[ "63115231+Spafi@users.noreply.github.com" ]
63115231+Spafi@users.noreply.github.com
4df42a9b4d6e2480d9ecd3dd32ca82ef08a8523e
f97eba6d9ed7f81b3f6f4ed4e4579cf2b9f826d6
/app/src/main/java/ru/swift/moderncleanarchitecture/data/remote/mapper/ExerciseRemoteDataMapper.java
b2ea84a458dfde2474abdb2cb3a4e1e3cd565544
[ "MIT" ]
permissive
sWift-sai/ModernCleanArchitecture
2ca61c36884906567e28a9d3e91d7cf86aa1a87d
9b982e86f6c300ee7a4ad7fc69a9101ed963b62d
refs/heads/master
2021-01-21T20:25:44.726417
2017-06-17T12:32:13
2017-06-17T12:32:13
92,233,030
2
0
null
null
null
null
UTF-8
Java
false
false
566
java
package ru.swift.moderncleanarchitecture.data.remote.mapper; import org.mapstruct.Mapper; import org.mapstruct.factory.Mappers; import java.util.List; import ru.swift.moderncleanarchitecture.data.remote.model.ExerciseRemote; import ru.swift.moderncleanarchitecture.domain.model.Exercise; @Mapper public interface Exe...
[ "swift.rus.92@gmail.com" ]
swift.rus.92@gmail.com
7cce9370418d1bc60740d6848520da50de8d4bed
7e2e607c68161306d0b06cd71c2efc3c6cec6090
/src/main/java/mockito/AService.java
29ca0185e8916aa642f8fba8ffb9a52efb9d4727
[]
no_license
1090525210/java_exercise
4c1024142529ecff5faa77f26825070c2f4023e1
afbec77c5b600d1fb237a1310a027bd0eeebe2e2
refs/heads/main
2023-08-23T20:04:01.101959
2021-09-14T02:49:01
2021-09-14T02:49:01
403,826,368
0
0
null
null
null
null
UTF-8
Java
false
false
510
java
package mockito; import junit.BService; import java.math.BigDecimal; import java.math.RoundingMode; public class AService { BService bService; public BigDecimal getRenMinBi(BigDecimal money, String type) throws Exception { BigDecimal result = bService.getRenMinBi(money, type); if ("AMD".equals...
[ "jiazhen.ruan@accenture.com" ]
jiazhen.ruan@accenture.com
a6f1a8d9c1960f4686c0500ef9454c0984ba94e4
ab6e9702bc4bbb49eba8e932e41ae542b4b5f75d
/src/main/java/com/epam/javacourse/country/search/CountryOrderByField.java
48f876e0f3c41f1f50d2e110875b9a1db5e3af60
[]
no_license
msleprosy/javacourse
dc9f01d6281c9fc41925b5203ccb37825703e083
9ae4610262ceb4505689fe91dfeacbbf526c5d79
refs/heads/master
2020-04-25T01:15:02.481645
2019-05-06T23:11:12
2019-05-06T23:11:12
172,402,925
0
0
null
null
null
null
UTF-8
Java
false
false
380
java
package com.epam.javacourse.country.search; /** * Created by veronika on 07.03.2019. */ public enum CountryOrderByField { NAME("countryname"); CountryOrderByField(String requestParamName) { this.requestParamName = requestParamName; } private String requestParamName; public String getRe...
[ "msleprosy@yandex.ru" ]
msleprosy@yandex.ru
dcf7372fee3f4a41c3239a79d2df1b7d7f57de03
95d20c83d8aff34e314c56a3ecb2b87c9fa9fc86
/Ghidra/Features/VersionTracking/ghidra_scripts/OverrideFunctionPrototypesOnAcceptedMatchesScript.java
49fc770c6e17e12d9393ce41220f70d0ad633809
[ "GPL-1.0-or-later", "GPL-3.0-only", "Apache-2.0", "LicenseRef-scancode-public-domain", "LGPL-2.1-only", "LicenseRef-scancode-unknown-license-reference" ]
permissive
NationalSecurityAgency/ghidra
969fe0d2ca25cb8ac72f66f0f90fc7fb2dbfa68d
7cc135eb6bfabd166cbc23f7951dae09a7e03c39
refs/heads/master
2023-08-31T21:20:23.376055
2023-08-29T23:08:54
2023-08-29T23:08:54
173,228,436
45,212
6,204
Apache-2.0
2023-09-14T18:00:39
2019-03-01T03:27:48
Java
UTF-8
Java
false
false
5,091
java
/* ### * IP: GHIDRA * * 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 in writin...
[ "46821332+nsadeveloper789@users.noreply.github.com" ]
46821332+nsadeveloper789@users.noreply.github.com
dbd49e6b2d9b57553a4a4a57647b08c9eb7eda6e
835ceb7d0cb0f72d08468be456f9f29ed9bf7ab3
/JAVA/AlterGame.java
47a85e37349f27038ad1278427fd78a993000430
[]
no_license
adityasharma1912/Cooking
217df450685dc77bba43838542d48d6150d3c31a
83d8da2647da4db7373e5c9d1423e144005d92c2
refs/heads/master
2020-03-16T18:08:06.944279
2018-05-10T07:04:17
2018-05-10T07:04:17
132,861,146
0
0
null
null
null
null
UTF-8
Java
false
false
1,340
java
import java.math.BigInteger; import java.util.Scanner; public class AlterGame { private static String turn = "Louise"; public static void changeTurn() { if (turn.equals("Louise")) turn = "Richard"; else turn = "Louise"; } private static BigInteger processN(BigInteger N) { if (((N.mod(...
[ "adityasharma1912@gmail.com" ]
adityasharma1912@gmail.com
b8bae6a5c0b19d8aa537b34a1e687b4b5c90d122
42780bc48660a0875b4a957db6ca96ebaf7eeef2
/src/aplikasifurniture/form/PopPelanggan.java
2f2094b43b82122f5b8a78b6ba985962a65f6179
[]
no_license
MahendraCandi/Aplikasi-Jual-Pesan-Furniture
98a3ba45ab5931f33ba3013eeeaf1eaef1fc5fb7
f299b2a223bf1a551ac9844fc370cfb31e574808
refs/heads/master
2021-09-05T10:37:28.174017
2018-01-26T13:37:26
2018-01-26T13:37:26
119,053,777
0
0
null
null
null
null
UTF-8
Java
false
false
6,951
java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package aplikasifurniture.form; import aplikasifurniture.AplikasiFurniture; import aplikasifurniture.controller.PelangganController; i...
[ "abdumaadjidcandi@gmail.com" ]
abdumaadjidcandi@gmail.com
2e43b0fa4b6a50363877ff90c2da139801934714
486af4138f5ce3ba8ab6503ac0b485282fcc0f83
/src/main/java/com/example/demo/common/IncrementUtil.java
2ce6201dc4dd4f0934f2ff379ae8e569cbb5a467
[]
no_license
kuaikuaidaodao/project
f16d08100d2f5fc83d08dfa982d06fe32d0f152f
6d6587b19bc8709d1009fd1e2c81f87393e19f18
refs/heads/master
2021-04-18T19:15:39.809731
2018-06-20T04:42:50
2018-06-20T04:42:50
126,261,218
0
0
null
null
null
null
UTF-8
Java
false
false
1,295
java
package com.example.demo.common; import org.apache.poi.hssf.usermodel.HSSFCell; public class IncrementUtil { public static String getCellValue(HSSFCell cell){ String value = null; //简单的查检列类型 switch(cell.getCellType()) { case HSSFCell.CELL_TYPE_STRING:/...
[ "980894994@qq.com" ]
980894994@qq.com
74afacd47af4cef1cb67c965dde46ea8216006ba
2c907852aff2cb9fae4cfcdd2cc1eede05684223
/src/main/java/ua/pp/fland/web/bookkeeping/storage/model/Record.java
39b6d75bcdb315f567066c8ec5fa791c031deb8a
[]
no_license
fland/safe-bookkeeping
56c00754cc3ce7b41411c32b373fdb59d29b2af7
f6517f21702d43c9bc06f219b62a15c1896e495c
refs/heads/master
2020-06-09T05:39:18.889581
2014-10-14T16:00:17
2014-10-14T16:00:17
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,817
java
package ua.pp.fland.web.bookkeeping.storage.model; import lombok.Getter; import lombok.Setter; import lombok.ToString; import org.springframework.data.annotation.Id; import org.springframework.data.mongodb.core.mapping.Document; /** * Created with IntelliJ IDEA. * User: maxim * Date: 9/25/14 * Time: 6:50 PM * To...
[ "gaus.fland@gmail.com" ]
gaus.fland@gmail.com
cb9dac11f1ff42314c42a6a1f22a472d5f0d9bee
b11248eb8d38355e10861c6c19750c55b4530e38
/src/main/java/hu/akarnokd/rxjava2/functions/PlainFunction5.java
c23222eb1254517f14d56874e0f10f4e0a259388
[ "Apache-2.0" ]
permissive
tomdotbradshaw/RxJava2Extensions
2d50d14aff39a1ddb4fe6a32352aebecc4e8d68d
254fead58021bb8304aa1c343cc776e7b5a3168d
refs/heads/master
2020-04-06T16:48:30.122024
2018-11-15T03:29:15
2018-11-15T03:30:42
157,635,134
0
0
Apache-2.0
2018-11-15T01:36:50
2018-11-15T01:36:50
null
UTF-8
Java
false
false
1,213
java
/* * Copyright 2016-2018 David Karnok * * 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 agre...
[ "akarnokd@gmail.com" ]
akarnokd@gmail.com
9c96bd264c020f7ce584c960776f1df0a235be92
5648cef2bacbe7430045605bdd87bd1934c7d8f1
/XhsEmoticonsKeyboard/src/com/keyboard/view/RoundAngleImageView.java
f85b9eaed1dfc4bb87dbccf15831253ad40cea9e
[]
no_license
caozhongzheng/moin_facealign
3f7e1323d86c58098559d75655885585e420ec25
e6930b4b72758e12ecc7fa4474f1f3594d751fde
refs/heads/master
2021-01-25T13:34:53.705717
2018-03-02T13:50:30
2018-03-02T13:50:30
123,584,680
0
0
null
null
null
null
UTF-8
Java
false
false
4,842
java
package com.keyboard.view; /** * Created by moying on 15/9/30. */ import android.content.Context; import android.content.res.TypedArray; import android.graphics.Bitmap; import android.graphics.Bitmap.Config; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android...
[ "caozhongzheng@peersafe.cn" ]
caozhongzheng@peersafe.cn
a2ac003b6252883d5f46cd5361889f5d3be330e8
f045e907c3e2a24793dc3a8a69634273af6129c5
/treemap/src/main/java/edu/umd/cs/treemap/SliceLayout.java
c420fd6dd281e5fb53810587a6a0eda0e1a1b890
[]
no_license
BakaBoing/MSc-S2-Alternative-User-Interface-Engineering-TypeTrainer
f693df2d56f31eaeac97b0d11d7734108edeb05a
a7c99e3c283fa7c5dc76b4467ab06944aaa878f7
refs/heads/master
2023-06-09T15:56:59.150045
2021-07-02T16:23:29
2021-07-02T16:23:29
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,868
java
/** * Copyright (C) 2001 by University of Maryland, College Park, MD 20742, USA * and Martin Wattenberg, w@bewitched.com * All rights reserved. * Authors: Benjamin B. Bederson and Martin Wattenberg * http://www.cs.umd.edu/hcil/treemaps */ package edu.umd.cs.treemap; /** * The original slice-and-dice layout fo...
[ "jan.222.ik@gmail.com" ]
jan.222.ik@gmail.com
1fd50a8bdd4e1a1d6770e056c929d79f3fe6e3f1
707417a89fc6bbef550ca9bb3b950be5193b86c1
/app/src/androidTest/java/ec/edu/tecnologicoloja/shoppinglist/ExampleInstrumentedTest.java
d7c3c207d927281394b8e69aabb1ef1cdaff678d
[]
no_license
DaxH/SQLite
d7edf4ff5c17e381ad382d2bafc1c171b4a6026c
1a0f0c832b10d28342fb05a19f146d676fab8c82
refs/heads/master
2020-12-29T10:24:07.453296
2020-02-06T00:48:35
2020-02-06T00:48:35
238,572,808
0
0
null
null
null
null
UTF-8
Java
false
false
786
java
package ec.edu.tecnologicoloja.shoppinglist; import android.content.Context; import androidx.test.platform.app.InstrumentationRegistry; import androidx.test.ext.junit.runners.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumented test, which wil...
[ "52769764+DaxH@users.noreply.github.com" ]
52769764+DaxH@users.noreply.github.com
47732e86bb45cfbc4da892a24e524022a8f43ce9
b924c45521b81251cc1acbe4ba3f993951731ee4
/jeecg-boot/jeecg-boot-module-company/src/main/java/org/jeecg/modules/business/service/impl/ViewCompanyBaseServiceImpl.java
0736a4286934a86bf7f336f2a576be740241062e
[ "Apache-2.0", "MIT" ]
permissive
xudongyi/jeecg-boot-new
336004a7b717f8245d3972028c32354030715078
f4c59e6e924c16da67d8ba4a86c09ead1c6d9612
refs/heads/master
2021-10-06T10:38:21.091681
2021-09-26T09:18:58
2021-09-26T09:18:58
224,561,208
1
0
Apache-2.0
2020-05-11T05:10:55
2019-11-28T03:17:50
null
UTF-8
Java
false
false
499
java
package org.jeecg.modules.business.service.impl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import org.jeecg.modules.business.mapper.ViewCompanyBaseMapper; import org.jeecg.modules.business.service.IViewCompanyBaseService; import org.jeecg.modules.business.vo.ViewCompanyBase; import org.spring...
[ "1441331786@qq.com" ]
1441331786@qq.com
f1377728b6d5412c4e388d5fa9944991bfaef8a1
36c2725f9e4ceb0fe553ed964bab6c7a79d84b18
/quick/src/quick/quicks.java
65be9db79793a4a777952855ce7a40f9fe4452af
[]
no_license
rich9005/MyJavaExamples
4f296a5d464eba9d2c56745cad1a9247774a9106
daebfcada2a46a8bc5b0f25e4b913474ae0b1dd6
refs/heads/master
2021-01-10T05:08:08.162068
2016-02-06T09:05:24
2016-02-06T09:05:24
50,468,346
0
0
null
null
null
null
UTF-8
Java
false
false
801
java
package quick; public class quicks { public static void sort(int [] a){ if ( a.length == 0 ) return; else quicksort(a,0,a.length -1); } public static void quicksort(int [] a,int i , int j){ int lx = i; int hx = j; int pivot = a[lx + (hx - lx)/2]; while (i<=j){ while (a[i]<pivot){ ...
[ "rich9005@yahoo.co.in" ]
rich9005@yahoo.co.in
9ee4cd328410abd5f5068649873c26daaa89397f
2c9640445abec7673763ffca2c9717a67a9dca6a
/src/main/java/zuochenyun/practice/tree/DoubleNode.java
aa924b6517073f01c10a7435573a3f8b872e30c1
[]
no_license
LuoYeny/Arithmetic
72beabeb46b90d18f84c7086b51d6b7454f97b4d
371a915651e969ab4e4ceaf016903e9eaf56e72c
refs/heads/master
2022-11-21T14:42:05.855779
2020-07-29T01:38:30
2020-07-29T01:38:30
273,227,713
0
0
null
null
null
null
UTF-8
Java
false
false
298
java
package zuochenyun.practice.tree; /** * @author 罗叶妮 * @version 1.0 * @date 2020/6/23 15:40 */ public class DoubleNode { public int val; public DoubleNode left; public DoubleNode right; public DoubleNode parent; public DoubleNode(int x) { val = x; } }
[ "934398274@qq.com" ]
934398274@qq.com
07967b7dc0cc73a585e7b2848eface0799a6f30a
cb8130e884496d1fade07c90ced957202483de5a
/src/command/editor/Undoable.java
a5e2f9845fbb9d65bef765eecc7517a874f8e53d
[]
no_license
sriramsoumya02/DesignPatterns
31d34e5a7597502483c065bc84597823bdf010cd
ffbd362b12a6a6dc50cfdbee3173732122c83365
refs/heads/master
2022-07-03T16:00:43.968339
2020-05-12T16:04:17
2020-05-12T16:04:17
257,610,008
0
0
null
null
null
null
UTF-8
Java
false
false
93
java
package command.editor; public interface Undoable extends Command { void unexecute(); }
[ "sriramsoumya.02@gmail.com" ]
sriramsoumya.02@gmail.com
dddb1f6cb84193864962057fc45848f425a21d90
1d6c7f20a1af2c2e712f1465611698d918462f07
/libs/sparkpost-lib/src/test/java/com/sparkpost/model/DNSAttributesTest.java
38da9941cae7ac47dd4e33ca9e147f5842672d0c
[ "Apache-2.0" ]
permissive
kalnik-a-a/java-sparkpost
c53a5e2b22cff47563285fa047246413d47cd076
b7c28cf7cf6b2cc765e9bb5acdd6a841ad9efe2d
refs/heads/master
2021-01-21T18:59:13.876064
2018-11-03T15:10:44
2018-11-03T15:10:44
55,234,256
0
0
NOASSERTION
2018-11-03T15:10:47
2016-04-01T13:24:51
Java
UTF-8
Java
false
false
2,283
java
package com.sparkpost.model; import org.apache.log4j.Level; import org.apache.log4j.Logger; import org.junit.After; import org.junit.AfterClass; import org.junit.Assert; import org.junit.Before; import org.junit.BeforeClass; import org.junit.Test; import com.google.gson.Gson; public class DNSAttributesTest { p...
[ "github@yepher.com" ]
github@yepher.com
e22c092dfbb2389fb18cb11e1e1d5317758724e2
48e202da7a045e834104d8af4a778612d53bb4de
/src/main/java/com/xt/design/pattern/abstractfactory/color/Color.java
2759e9315285ebf8f910e6f834bd71add8e31e80
[]
no_license
wangxiaowu241/design-pattern
61d92f6c4953db591ebdc5251fd1042ca449e0cf
e365d851919bc83d1ec6581476f533da362a7ac4
refs/heads/master
2020-05-20T20:44:43.011881
2019-05-18T11:23:02
2019-05-18T11:23:02
185,747,624
1
0
null
null
null
null
UTF-8
Java
false
false
154
java
package com.xt.design.pattern.abstractfactory.color; /** * @author wangxiaoteng * @date 2019/4/29 17:43 */ public interface Color { void fill(); }
[ "wanggxiaowu241@126.com" ]
wanggxiaowu241@126.com
ebfd0f7224cf4801c8324e5022ca135811bf658e
aa9442e737a0abb3ace0b03bea4a833694aa54a3
/service-community/src/main/java/com/java110/community/smo/impl/OwnerV1InnerServiceSMOImpl.java
c712c5774f104364edeb7809ba7522b9611c3cf1
[ "Apache-2.0" ]
permissive
shenfh/MicroCommunity
a29a8377725f126f9830d63d65113cb3668ee457
5872721e17244fef1d558065bfedb92eb733aa0b
refs/heads/master
2022-10-25T02:25:54.700463
2022-07-13T04:36:33
2022-07-13T04:36:33
230,180,464
0
0
null
2019-12-26T02:24:34
2019-12-26T02:24:33
null
UTF-8
Java
false
false
3,323
java
/* * Copyright 2017-2020 吴学文 and java110 team. * * 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...
[ "1098226878@qq.com" ]
1098226878@qq.com
cb7a7363c700055e99e2ec13076889f330aa20db
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/17/17_708e4029251c73b4f0982add90189aa98b594e17/buy/17_708e4029251c73b4f0982add90189aa98b594e17_buy_t.java
c5f532bb53a990a22a6825312dbac7433266b2b8
[]
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
6,798
java
package nl.giantit.minecraft.GiantShop.core.Commands; import nl.giantit.minecraft.GiantShop.GiantShop; import nl.giantit.minecraft.GiantShop.core.config; import nl.giantit.minecraft.GiantShop.core.perm; import nl.giantit.minecraft.GiantShop.core.Database.db; import nl.giantit.minecraft.GiantShop.core.Items.*; ...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
989703496c62a7a5dd34b9a21521b83d7263d1d3
a37a75bc770e537d84e6bd890a919c76d0c74c16
/app/src/test/java/fengjie/baway/com/yueguangcharen/ExampleUnitTest.java
9d209b2c91a8a0918ba04d81b0686c4d59f79845
[]
no_license
Fengjie11/Yueguangcharen
1515e1fa511e8de92fd177147f899d16f321835c
1b92c5211a75ac27ceeec4e094a148af7dc67bfd
refs/heads/master
2021-01-13T05:23:28.684727
2017-02-16T06:03:11
2017-02-16T06:03:11
81,396,787
0
0
null
null
null
null
UTF-8
Java
false
false
410
java
package fengjie.baway.com.yueguangcharen; 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 p...
[ "806397650@qq.com" ]
806397650@qq.com
94f80c8d6f5b4b90e5c16129569152c85da73e2a
716e91ab2fc44528af5bea62f874a573d3009de8
/kodilla-patterns2-2/src/main/java/com/kodilla/patterns22/aop/calculator/Watcher.java
48acca5fdc7c010be63fb9ef47f3c7bd7360ad6b
[]
no_license
KonkowIT/Kodilla-Bootcamp_repository
27f0c6b6a285c31e93ece98ea822220f5fb20786
4991c917f06067b6faa8ac5f745cf1a78b48cb18
refs/heads/master
2021-09-18T20:39:46.047484
2018-07-19T17:45:45
2018-07-19T17:45:45
null
0
0
null
null
null
null
UTF-8
Java
false
false
697
java
package com.kodilla.patterns22.aop.calculator; import org.aspectj.lang.annotation.Aspect; import org.aspectj.lang.annotation.Before; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Component; import java.math.BigDecimal; @Aspect @Component public class Watcher { pri...
[ "“konradkowalski95@gmail.com git config --global user.name kconradogit config --global user.email “konradkowalski95@gmail.com" ]
“konradkowalski95@gmail.com git config --global user.name kconradogit config --global user.email “konradkowalski95@gmail.com
f8241972f762d88e24eded6782a245116a737bb3
063190478bd1ef68c97ab8015039934f96b776e1
/app/src/main/java/sg/edu/rp/c346/anotherreceiverapp/AnotherBroadcastReceiver.java
5288cbb4b3abe400241888b77da81c76033bf0ee
[]
no_license
NeoYP/AnotherReceiverApp
a19c4acac507b9010eeed6b189fcd8f5d07c2ae2
a4ca53e0dda05eb20ed75f08e8be70c114a87dae
refs/heads/master
2020-03-26T10:52:43.146646
2018-08-15T07:14:08
2018-08-15T07:14:08
144,818,961
0
0
null
null
null
null
UTF-8
Java
false
false
424
java
package sg.edu.rp.c346.anotherreceiverapp; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.widget.Toast; public class AnotherBroadcastReceiver extends BroadcastReceiver { @Override public void onReceive(Context context, Intent intent){ ...
[ "17010411@rp.edu.sg" ]
17010411@rp.edu.sg
2f41ef622dd96ca8bbeda4d771854541f84de754
90c7ab871941a792e7b9a3a7dbf3cd0d888fa1cc
/src/main/java/com/kidole/sport/repository/search/ScoreSearchRepository.java
c07997b743b2b4e8e906985fd522b74687fa3466
[]
no_license
kidole/kidole
812b94bbdf8222698ad38fcc447429b50953d271
2434488cc1cf369cf634f7b9c9b17890f1fb3291
refs/heads/master
2022-12-23T19:55:01.563400
2020-02-05T16:49:57
2020-02-05T16:49:57
234,342,813
0
0
null
2020-01-16T16:28:55
2020-01-16T14:51:25
Java
UTF-8
Java
false
false
332
java
package com.kidole.sport.repository.search; import com.kidole.sport.domain.Score; import org.springframework.data.elasticsearch.repository.ElasticsearchRepository; /** * Spring Data Elasticsearch repository for the {@link Score} entity. */ public interface ScoreSearchRepository extends ElasticsearchRepository<Score...
[ "jhipster-bot@jhipster.tech" ]
jhipster-bot@jhipster.tech
9713a14f8ea2c0d3c1c10bd17c391ab4e9e7cf63
ada115d9efff16c7184e4d8f26bcef2722c33d5a
/engine/src/data/transpool/user/TransPoolUserAccount.java
c345d35f644510caa26ec1a9272339fb3f7f73fe
[ "MIT" ]
permissive
nadavsu/transpool-gui
3d177fe33c0c506c8df2fb84c3634179b161f340
00b1914faf566262be0f7a9fffd7f915ddaf45f6
refs/heads/main
2023-03-03T17:06:52.905850
2021-02-15T20:37:25
2021-02-15T20:37:25
339,193,977
0
0
null
null
null
null
UTF-8
Java
false
false
1,027
java
package data.transpool.user; import javafx.beans.property.IntegerProperty; import javafx.beans.property.SimpleIntegerProperty; import javafx.beans.property.SimpleStringProperty; import javafx.beans.property.StringProperty; public abstract class TransPoolUserAccount { protected IntegerProperty ID; protected S...
[ "“nadavsuliman@gmail.com”" ]
“nadavsuliman@gmail.com”
66ca8bb22dad3123548ae838b7b5b0bd76e3af86
6974ce62790cc545d6caf3fe61e91a862e0edc34
/library/src/main/java/com/kenmeidearu/materialdatetimepicker/date/AccessibleDateAnimator.java
f3e25604078eea110a1bdbd36b5f0065d85c32c5
[ "Apache-2.0" ]
permissive
kenmeidearu/MaterialDateTimePicker
e60fcbb1ad0cf226e0c5bde7b90bd34eb69e109b
cc7608324192b79035d5357d9da119b97ab04191
refs/heads/master
2021-01-18T13:31:25.808588
2017-06-30T09:17:29
2017-06-30T09:17:29
66,530,993
3
3
null
null
null
null
UTF-8
Java
false
false
2,057
java
/* * Copyright (C) 2013 The Android Open Source Project * * 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 app...
[ "kenmeidearu@gmail.com" ]
kenmeidearu@gmail.com
b756a3b2e7dbbf70e5991e584add0878f1bd80c9
9525ad7b57d54010897e79b29560b6cc6991d730
/hologres-connector-flink-1.11/src/test/java/com/alibaba/ververica/connectors/hologres/sink/HologresSinkTableITTest.java
0cfcea6a36e3ebd5ed853b2ebda30c19acaa2a2c
[ "Apache-2.0" ]
permissive
EndMiku47/alibabacloud-hologres-connectors
f6386fee9788ef35f8d699d505211dad64def4d0
478d66886ef3c62c930c4df2d0af762bcabfe698
refs/heads/master
2023-08-26T05:49:20.678978
2021-11-04T03:00:40
2021-11-04T03:01:27
null
0
0
null
null
null
null
UTF-8
Java
false
false
8,365
java
package com.alibaba.ververica.connectors.hologres.sink; import org.apache.flink.streaming.api.environment.StreamExecutionEnvironment; import org.apache.flink.table.api.EnvironmentSettings; import org.apache.flink.table.api.bridge.java.StreamTableEnvironment; import com.alibaba.ververica.connectors.hologres.HologresTe...
[ "jiru.whf@alibaba-inc.com" ]
jiru.whf@alibaba-inc.com
a55f141d9c055b77cfaf8aa14721fc13e7685897
2099edd74ac2c47c56822430105066d2295fe9ba
/Classify.java
2110c10def9b5fc16823d20fffb6cc70222c758a
[]
no_license
Praveensp9/Twitter-sentimental-analysis
589ebc7d822ba637889aaaac65cf259dfc586f0b
64f46c104f1d8f304a08cf1b954a3d18114ac45d
refs/heads/master
2021-10-25T20:36:27.857387
2019-04-07T05:51:14
2019-04-07T05:51:14
47,808,394
0
0
null
null
null
null
UTF-8
Java
false
false
1,092
java
package com.tweet.analysis; import java.io.File; import java.io.IOException; import com.aliasi.classify.ConditionalClassification; import com.aliasi.classify.LMClassifier; import com.aliasi.util.AbstractExternalizable; public class Classify { String[] categories; @SuppressWarnings("rawtypes") LMClassifier lmc; ...
[ "prvnsp9@gmail.com" ]
prvnsp9@gmail.com
091fd89aeaa2973d87f538b2776f88380f2b9b20
e05cf54cd7f2a6a3f95797f0ad4b6891156b82f3
/out/smali/android/support/v4/util/SparseArrayCompat.java
6fb5647e71c1f038bf434605aff049b8bb2226b8
[]
no_license
chenxiaoyoyo/KROutCode
fda014c0bdd9c38b5b79203de91634a71b10540b
f879c2815c4e1d570b6362db7430cb835a605cf0
refs/heads/master
2021-01-10T13:37:05.853091
2016-02-04T08:03:57
2016-02-04T08:03:57
49,871,343
0
0
null
null
null
null
UTF-8
Java
false
false
31,434
java
package android.support.v4.util; class SparseArrayCompat { void a() { int a; a=0;// .class public Landroid/support/v4/util/SparseArrayCompat; a=0;// .super Ljava/lang/Object; a=0;// .source "SourceFile" a=0;// a=0;// a=0;// # static fields a=0;// .field private static final DELETED:Ljava/lang/Object; a=0;// a=0;// ...
[ "chenyouzi@sogou-inc.com" ]
chenyouzi@sogou-inc.com
e10a5f9416a5171abd4d2cbc3911eabad8eddcbf
d5961c5c5145544c9cc7f0e24c8148295fc32488
/test/base/vhdl/visitors/VariableNameReplacerImplTest.java
575951a2c046e2c90ab054d670637cba1f4aed8e
[]
no_license
manasdas17/apricot
e7d3e11861d8ddb03adc356926c779e2f64fcfb2
3c2fc24111bfc76de6f6e6a12a1b3cfb2074fbfe
refs/heads/master
2021-01-18T04:23:05.377826
2013-10-01T10:10:18
2013-10-01T10:10:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,429
java
package base.vhdl.visitors; import org.junit.Test; import static org.easymock.classextension.EasyMock.createMock; import static org.easymock.classextension.EasyMock.*; import static junit.framework.Assert.*; import base.vhdl.structure.Process; import ui.ConfigurationHandler; /** * @author Anton Chepurov */ public...
[ "anton.chepurov@gmail.com" ]
anton.chepurov@gmail.com
a87cd00c4d02da1cf98e2d07006a6fe689380d89
c471ac0c712dcdf5dfdc2bc21ac957bae4cd3337
/business/Sortable.java
7194649dfc061498584002b3cd5ed72d66d18b6a
[]
no_license
sarawille/Dice-Games
0bee8cc95b0711e8ca006f2495d93519c98e65b2
0f6aa1b755cff493071a3abe090cac9a0dd3cefe
refs/heads/master
2021-01-22T16:45:13.035486
2016-05-12T13:32:00
2016-05-12T13:32:00
55,974,402
0
0
null
null
null
null
UTF-8
Java
false
false
139
java
package business; /** * @author - Sara Wille * Sortable is implemented by Hand. */ public interface Sortable { void sortItems(); }
[ "wille.sk@gmail.com" ]
wille.sk@gmail.com
57dd88d1de74360cd511368468228b1de9ac60bf
eb9f655206c43c12b497c667ba56a0d358b6bc3a
/platform/editor-ui-api/src/com/intellij/ide/lightEdit/LightEditorInfo.java
55d0148e00110ac4db00074fbbb9dbea66bf6379
[ "Apache-2.0" ]
permissive
JetBrains/intellij-community
2ed226e200ecc17c037dcddd4a006de56cd43941
05dbd4575d01a213f3f4d69aa4968473f2536142
refs/heads/master
2023-09-03T17:06:37.560889
2023-09-03T11:51:00
2023-09-03T12:12:27
2,489,216
16,288
6,635
Apache-2.0
2023-09-12T07:41:58
2011-09-30T13:33:05
null
UTF-8
Java
false
false
1,249
java
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.ide.lightEdit; import com.intellij.openapi.fileEditor.FileEditor; import com.intellij.openapi.vfs.VirtualFile; import org.jetbrains.annotations.ApiStatus; im...
[ "intellij-monorepo-bot-no-reply@jetbrains.com" ]
intellij-monorepo-bot-no-reply@jetbrains.com
2314b0e45ac0fadbbae4accb8495ee71babbaf3e
74fbffd0b6f5839628d2a5c56b7e4cb1de77fc16
/src/hello/Findelebycss.java
57d63577514617245cbb1f784e1b8d49dea8715d
[]
no_license
rashmihn11/test
d26cb3d3f200a7619c164c0e7d03ab6ac045893f
4e5e82dc95b73f27560aea1b438e738d45af0086
refs/heads/master
2020-03-18T23:00:57.921850
2018-05-30T02:53:37
2018-05-30T02:53:37
135,378,266
0
0
null
null
null
null
UTF-8
Java
false
false
2,647
java
package hello; import java.util.Properties; import java.util.concurrent.TimeUnit; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.firefox.FirefoxDriver; import org.openqa.selenium.support.ui.Select; public class Findeleby...
[ "pavan@192.168.1.112" ]
pavan@192.168.1.112
534d9a6573b43204e5674be5196f43dd227fd6f9
da049f1efd756eaac6f40a4f6a9c4bdca7e16a06
/Prize_left_page_launcher/PrizeLauncher3/src/com/android/launcher3/view/WallPaperDialog.java
488120a6e58c2d1ba91bc6e62cbe3ae5fb641912
[ "Apache-2.0" ]
permissive
evilhawk00/AppGroup
c22e693320039f4dc7b384976a513f94be5bccbe
a22714c1e6b9f5c157bebb2c5dbc96b854ba949a
refs/heads/master
2022-01-11T18:04:27.481162
2018-04-19T03:02:26
2018-04-19T03:02:26
420,370,518
1
0
null
null
null
null
UTF-8
Java
false
false
1,990
java
package com.android.launcher3.view; import com.android.launcher3.R; import android.app.Dialog; import android.content.Context; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.TextView; public class WallPaperDialog extends Dialog implements android.view.View.OnC...
[ "649830103@qq.com" ]
649830103@qq.com
67b3484b92a80faf784eebcf0cc8f4f45904d3f0
daa635ba14b0fdf10d8bf80e93979e6405cc4f21
/HackerRankProbs/src/BeautifulTripletsProducts.java
70c105cd23a6a15b40c4698e7938f4c518398688
[]
no_license
abhishek93gautam/java-programs
6fd28dfd2bdb7f994281a662635d437d6974b84d
dda0a45c98e84b693ff7b101fd7bc85440f93ee9
refs/heads/master
2023-04-28T22:53:50.106656
2023-04-24T09:58:41
2023-04-24T09:58:41
153,039,445
0
0
null
null
null
null
UTF-8
Java
false
false
2,596
java
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.HashSet; import java.util.Set; import java.util.SortedSet; import java.util.TreeSet; public class BeautifulTripletsProducts { public static void main(String[] args) throws NumberFormatException, IOException ...
[ "abugautam@gmail.com" ]
abugautam@gmail.com
54f136842085a7f98d84443a186d3380442f3b43
8c1ebcf2aabda6315cbaad3c6f9f9e72b609ca54
/kubernetes-model-generator/openshift-model-config/src/generated/java/io/fabric8/openshift/api/model/config/v1/ConfigMapNameReference.java
f793b8e9f377b6abdd0f06f48e9c9240282c48ac
[ "Apache-2.0" ]
permissive
akram/kubernetes-client
154969ce0aee87223bb3d5f6fb89f5e7d5f4d163
449d06bc447f2b621149b20312235d2d28460873
refs/heads/master
2023-08-08T20:59:09.663361
2023-06-22T11:58:02
2023-06-22T13:46:14
197,317,669
0
3
Apache-2.0
2023-07-03T08:10:43
2019-07-17T04:54:52
Java
UTF-8
Java
false
false
3,132
java
package io.fabric8.openshift.api.model.config.v1; import java.util.HashMap; import java.util.Map; import com.fasterxml.jackson.annotation.JsonAnyGetter; import com.fasterxml.jackson.annotation.JsonAnySetter; import com.fasterxml.jackson.annotation.JsonIgnore; import com.fasterxml.jackson.annotation.JsonInclude; impor...
[ "marc@marcnuri.com" ]
marc@marcnuri.com
9219b68b93daee4651a1cf96538b3e9349227e0e
bcbb026a251ff163723caa99989ac14e4e3f106c
/android/src/main/java/cn/qiuxiang/react/amap3d/location/AMapLocationModule.java
90e9200690523c4b8b997f6badbbf4c9e22e6afd
[]
no_license
fenglu09/react-native-amap
4775f45aaab317b878b86b3bb2f60b208ea5c409
b529a215c1b801e48b0c7a98d01f1b3fd88f0bff
refs/heads/master
2022-12-25T14:13:16.746320
2019-09-09T13:19:25
2019-09-09T13:19:25
103,134,260
0
6
null
2020-10-01T01:23:09
2017-09-11T12:39:49
Objective-C
UTF-8
Java
false
false
13,245
java
package cn.qiuxiang.react.amap3d.location; import com.amap.api.location.AMapLocation; import com.amap.api.location.AMapLocationClient; import com.amap.api.location.AMapLocationClientOption; import com.amap.api.location.AMapLocationClientOption.AMapLocationMode; import com.amap.api.location.AMapLocationListener; import...
[ "fenglu09@gmail.com" ]
fenglu09@gmail.com
fea314ab58c4639cb8ae403d22acea5733af7dc3
a5edba0ee02a77cd87c1e121ce1f8bc37cd58f4d
/gfg/src/array/Trapping_rain_water.java
af00cee2a6747c894a3cb0fc0bcdbc3a8fe451a0
[]
no_license
Sejal16/gfg_ds
0a845cc0ebe6a068ee140dbc9c327c7332f2c632
e022d2cce782e19f4e66cb0fde19386312b29ce7
refs/heads/master
2023-02-16T19:36:31.166153
2021-01-11T09:40:27
2021-01-11T09:40:27
328,608,729
0
0
null
null
null
null
UTF-8
Java
false
false
1,328
java
package array; import java.util.Scanner; public class Trapping_rain_water { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int n = sc.nextInt(); int arr[]=new int[n]; for (int i = 0; i < arr.length; i++) { arr[i]=sc.nextInt(); } getwater(arr,n); efficient(arr,n); } //NAIVE A...
[ "sejal.august16@gmail.com" ]
sejal.august16@gmail.com
05cc9b08201d225611ff51978a450c5a32e149d5
eb6dc621771b5ca7621c39900a171c59418bd17e
/src/treeNodes/FindBottomLeftTreeValue.java
5475cebdcf0d4c863e4a9f363a9c838559c8b8c0
[]
no_license
porosyonocheg/nodes
cdfe45e24437c110a129c12f12535eaafebd5a1c
895c2373f20aa51c5e643ea32e3a07b0233bb5f7
refs/heads/master
2023-07-11T12:53:40.193235
2021-08-24T13:27:19
2021-08-24T13:27:19
339,402,765
0
0
null
null
null
null
UTF-8
Java
false
false
1,382
java
package treeNodes; /**Возвращает значение самого глубокого левого узла бинарного дерева. * @author Сергей Шершавин*/ public class FindBottomLeftTreeValue extends Command { public FindBottomLeftTreeValue(TreeNode root) { super(root); } /** Вместо глобальных переменных используем массив, в 0-й яче...
[ "mourinho89@rambler.ru" ]
mourinho89@rambler.ru
90cd3064952bcb3979d74e2f5ff5670e64808761
b44769114f497b48d1f3edaa1a7bcee76591879a
/jib-core/src/main/java/com/google/cloud/tools/jib/image/json/OciIndexTemplate.java
5344498e45e4b17a4c3e9482792052e201853e38
[ "Apache-2.0" ]
permissive
glaforge/jib
7e1502b75136d044379cb6d18cc14100c51ffc37
36c83afc5a56bd273a4da2bba5703dae5263ea52
refs/heads/master
2021-07-17T05:07:55.606555
2020-05-15T12:53:16
2020-05-15T12:53:16
264,164,636
2
0
Apache-2.0
2020-05-15T10:27:15
2020-05-15T10:27:14
null
UTF-8
Java
false
false
2,618
java
/* * Copyright 2019 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
[ "noreply@github.com" ]
noreply@github.com
4a653d75ba70caf05d0533e85cf53fdf81570374
e79bb1a016ec98f45b797234985e036b6157a2eb
/jasdb_api/src/main/java/com/oberasoftware/jasdb/api/entitymapper/EntityManager.java
5f72446bd51a0d51c19170afa573ba7fc840d2c5
[ "MIT" ]
permissive
oberasoftware/jasdb
a13a3687bcb8fd0af9468778242016640758b04a
15114fc69e53ef57d6f377985a8adc3da5cc90cf
refs/heads/master
2023-06-09T12:21:59.171957
2023-05-23T19:25:22
2023-05-23T19:25:22
33,053,071
33
10
NOASSERTION
2023-04-30T11:54:30
2015-03-28T22:41:15
Java
UTF-8
Java
false
false
2,928
java
package com.oberasoftware.jasdb.api.entitymapper; import com.oberasoftware.jasdb.api.exceptions.JasDBStorageException; import com.oberasoftware.jasdb.api.session.Entity; import com.oberasoftware.jasdb.api.session.query.QueryBuilder; import java.util.List; /** * @author Renze de Vries */ public interface EntityMana...
[ "renze@renarj.nl" ]
renze@renarj.nl
d78ccd59416c539d5a5b8f5f57abb4cc1c7d0b90
bc2673fece20edad95616960c9a18b43e675b13a
/Ex2.java
cab713e6daaabc5861f94d0972593d0f9e3099f4
[]
no_license
MEGHANA221999/Gittraining
24e01706fe02ed9176813f44a6c50fa5fc445c03
055fa5e28db77858940ba0cb1a8f30318c4e82dc
refs/heads/main
2023-01-31T01:57:30.915196
2020-12-15T10:16:12
2020-12-15T10:16:12
319,235,196
0
0
null
null
null
null
UTF-8
Java
false
false
125
java
package junitdemo; public class Ex2 { public int sum(int a , int b) { int sum = a+b; return sum; } }
[ "noreply@github.com" ]
noreply@github.com
cc085da9fba139b1df39ab23c30f84e18389adc6
f9c3b486c32f5cce74e191eba09f8b17c57f2745
/S1Q5/Player.java
a1ad53fa8c66e577f47e8a266f27662e6ead405d
[]
no_license
kjunmin/CollectionsSets
e0390527d2c707b64b87bb572fae1b885e251b04
c12c5919b8aa9e67577f02c0edc473137b3ca358
refs/heads/master
2021-09-23T17:52:38.116997
2018-09-26T03:09:03
2018-09-26T03:09:03
null
0
0
null
null
null
null
UTF-8
Java
false
false
714
java
public class Player { private String name; private String skill; public Player(String name, String skill) { this.name = name; this.skill = skill; } public String getName() { return name; } public void setName(String name) { this.name = name; } public String getSkill() { return skill; } ...
[ "noreply@github.com" ]
noreply@github.com
c1e81448cf31185dac326cd95ae1bf3787e7b71d
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/7/7_5fcecf8997924065ab248adb15a628335a89de26/Postman/7_5fcecf8997924065ab248adb15a628335a89de26_Postman_t.java
bdb062a3ab0cde034c55ae4fd957f6ead6f4f9bc
[]
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
5,975
java
/* * Postman.java * This file is part of Freemail, copyright (C) 2006 Dave Baker * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
5ebd1a98ff6eee7cdc8f522133a695cf8fb4f9d8
a2d16d5396923d67a87b44f12fe8ea6ba0fcf5a6
/src/eu/agileeng/domain/document/AEDocumentsList.java
3cd711b007b4c12158982732d0ee92705ee59534
[]
no_license
AgileEng/MaParoisseServer
f66c9d70d11ab697935bf774e2d9cc04be100566
cf1d6dd93f9f6ef1cba68505e74b50108bd17d73
refs/heads/master
2021-04-06T17:53:11.432789
2019-12-03T10:02:11
2019-12-03T10:02:11
125,376,890
0
0
null
null
null
null
UTF-8
Java
false
false
1,295
java
/** * Agile Engineering Ltd * @author Vesko Vatov * @date 23.05.2010 18:41:48 */ package eu.agileeng.domain.document; import java.util.ArrayList; import java.util.Collection; import org.apache.tomcat.util.json.JSONArray; import org.apache.tomcat.util.json.JSONException; import org.apache.tomcat.util.j...
[ "vvatov@agileeng.eu" ]
vvatov@agileeng.eu
a1bd4b91b6245b305b9d9d4a282580c2b47eab47
00f162d38fcc4c030f9952f979dca81ad6362f2e
/MidExam/Retake Mid Exam - 16 April 2019/EasterShopping.java
8ed4e55d7e697093a875faece4dfca0ba314b678
[]
no_license
boyanLakev/JavaFundamentals
c9ae1af1c6fc8bf48c16f72b849162ad4b2a6027
b17f10eca3554ee15f5c4ee4b3fe58c45ae31490
refs/heads/master
2020-05-20T03:48:00.420372
2020-01-10T17:54:42
2020-01-10T17:54:42
185,366,539
0
0
null
null
null
null
UTF-8
Java
false
false
2,157
java
import java.util.Arrays; import java.util.List; import java.util.Scanner; import java.util.stream.Collectors; public class EasterShopping { public static void main(String[] args) { Scanner scanner= new Scanner(System.in); List<String> shops= Arrays.stream(scanner.nextLine().split("\\s+")) ...
[ "blakev@abv.bg" ]
blakev@abv.bg
8564e511d13673f2d1ba421154e0b07a9a4fbc20
27fa64bf6ad90e8a79adc3cfebfdaca7153d0d86
/Android/DealerManagmentSystem/app/src/main/java/com/dealermanagmentsystem/ui/saleorder/detail/booking/IBookingView.java
6392509d3581e01e61962821ef000daa87e3952f
[]
no_license
Yogi-karate/dms_mobile
08b707acf325d15b96101c1ed9ca8b4c8eeb8c21
01eb8a66efa07bf13a9cc2e0ab73d0e6e1e74547
refs/heads/master
2021-01-07T19:30:59.361431
2019-12-18T13:22:23
2019-12-18T13:22:23
241,798,326
1
0
null
2020-02-20T05:06:29
2020-02-20T05:06:28
null
UTF-8
Java
false
false
431
java
package com.dealermanagmentsystem.ui.saleorder.detail.booking; import com.dealermanagmentsystem.data.model.common.CommonResponse; import com.dealermanagmentsystem.data.model.sobooking.SOBookingResponse; public interface IBookingView { public void onSuccessBookingDetails(SOBookingResponse bookingResponse); p...
[ "nikhviru@gmail.com" ]
nikhviru@gmail.com
9628e3992c0bbdcbe89cf6fca33983644db95eb2
d9f899075a487e1d66ce1ab2fc73fc07a7737605
/src/model/profile/ProfileFactory.java
322a7e539b5eeba78ae20a8aae6bb211a494b7df
[]
no_license
TheSisb/Groupr
8330ec7fff83cc36c698b97ba53f0c72bb68077c
69e4629e53293e194df05ea842fcf3866eef4425
refs/heads/master
2021-01-10T20:07:55.753179
2012-04-10T17:43:15
2012-04-10T17:43:15
null
0
0
null
null
null
null
UTF-8
Java
false
false
690
java
package model.profile; import java.sql.SQLException; import org.dsrg.soenea.domain.MapperException; import org.dsrg.soenea.domain.user.IUser; import org.dsrg.soenea.uow.UoW; public class ProfileFactory { public static Profile createNew(IUser user, String _firstname, String _lastname) throws SQLException, MapperExce...
[ "sisb@myopera.com" ]
sisb@myopera.com
e1b78b6219519c010d81adda5d84401c87a477de
d0536669bb37019e766766461032003ad045665b
/jdk1.4.2_src/com/sun/corba/se/internal/ior/TaggedProfileFactoryFinder.java
1405b1771c3a4055898dfb05a8b423c8faa63649
[]
no_license
eagle518/jdk-source-code
c0d60f0762bce0221c7eeb1654aa1a53a3877313
91b771140de051fb843af246ab826dd6ff688fe3
refs/heads/master
2021-01-18T19:51:07.988541
2010-09-09T06:36:02
2010-09-09T06:36:02
38,047,470
11
23
null
null
null
null
UTF-8
Java
false
false
1,475
java
/* * @(#)TaggedProfileFactoryFinder.java 1.13 03/01/23 * * Copyright 2003 Sun Microsystems, Inc. All rights reserved. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ //Source file: J:/ws/serveractivation/src/share/classes/com.sun.corba.se.internal.ior/TaggedProfileFactoryFinder.java package c...
[ "kzhaicn@e8197d6f-d431-fb3f-3203-916d138821fd" ]
kzhaicn@e8197d6f-d431-fb3f-3203-916d138821fd
16f8abe225a4c7fa787a3448ae0e34a642d4b748
b55b394fc06d0dbfe3b424fc217efa56e9c57947
/policeUser-master/policeUser-master/src/main/java/com/cnaidun/user/api/policeUser/common/utils/DateUtils.java
13e4867944d98a7fc50e94c0ae74064e9893cbed
[]
no_license
AmazingYHT/ideaworkspace
fe6a12724642fb5354511b76fdf9883c289bc03c
2de8741b78b27b529296f0c45497c42995a290c7
refs/heads/master
2020-03-27T17:25:06.230176
2018-09-05T06:15:32
2018-09-05T06:15:36
146,850,220
0
0
null
null
null
null
UTF-8
Java
false
false
999
java
package com.cnaidun.user.api.policeUser.common.utils; import java.text.SimpleDateFormat; import java.util.Date; /** * 项目名称:PoliceCloud * 类名称:DateUtils * 类描述:类DateUtils的功能描述: * 日期处理 * 创建人:JackJun * 创建时间:2018/7/25 * 修改人:JackJun * 修改时间:2018/7/25 * 修改备注: * 版权所有权:江苏艾盾网络科技有限公司 * * @version V1.0 */ public class...
[ "yonghongtao@cnaidun.com" ]
yonghongtao@cnaidun.com
299a15c5e8ba812e95755a0190a06f208159c29c
b0c117d16bb25f09f22a324db35b33c67f782a72
/gen/org/intellij/xquery/psi/XQueryAttributeDeclaration.java
b5d88354cd9611a5fd4da9dac95e56106b752311
[ "Apache-2.0" ]
permissive
malteseduck/intellij-xquery
58affdd151cc103eb81230b010f3f4be5a7355c3
2c835e90f4fd00ee8f93c86532493790b9f2c2e2
refs/heads/master
2021-01-17T23:12:19.214679
2015-04-16T18:22:22
2015-04-16T18:22:22
11,780,679
0
0
null
null
null
null
UTF-8
Java
false
false
995
java
/* * Copyright 2013-2014 Grzegorz Ligas <ligasgr@gmail.com> and other contributors * (see the CONTRIBUTORS file). * * 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...
[ "ligasgr@gmail.com" ]
ligasgr@gmail.com
b76e061eeabcd4bfac05c871dbed35b80aeb46b2
ea0fdfd66ce904fd98f21a4eee349f83b1825632
/src/erp/server/SServerConstants.java
1ca8d9ccf71f39f1715f8b7a69543f445e81c148
[ "MIT" ]
permissive
swaplicado/siie32
247560d152207228d59d2513107cac229bd391f1
9edd4099d69dd9e060dd64eb4a50cd91cc809c67
refs/heads/master
2023-09-01T15:42:26.706875
2023-07-28T15:41:54
2023-07-28T15:41:54
41,698,005
0
3
null
null
null
null
UTF-8
Java
false
false
1,568
java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package erp.server; /** * * @author Sergio Flores */ public abstract class SServerConstants { public static final int REQ_COMP_ITEMS_COMBO_BOX = 1210; public static final int REQ_COMP_ITEMS_LIST = 1220; ...
[ "contacto@swaplicado.com.mx" ]
contacto@swaplicado.com.mx
1b5a99a4d9371fa9380b20ade74c7dc480e00c21
7a53fa5dade0b4a5600f2262aada0dd25311e7c2
/backend/src/main/java/mk/ukim/finki/emtlab/model/exceptions/PasswordsDoNotMatchException.java
bd41da58f2b9c628527519a69b3018220f400ba2
[]
no_license
gjorshoskaivana/ECommerce_Lab
8cc88899cf8ba315317b51ca06f9f0fef34a3765
0fb694f97451d4872071eea2613e7e5ac4dcdaaa
refs/heads/master
2023-05-15T00:28:47.380916
2021-06-04T16:36:47
2021-06-04T16:36:47
357,881,238
0
0
null
null
null
null
UTF-8
Java
false
false
222
java
package mk.ukim.finki.emtlab.model.exceptions; public class PasswordsDoNotMatchException extends RuntimeException{ public PasswordsDoNotMatchException() { super("Passwords do not match exception."); } }
[ "63347774+gjorshoskaivana@users.noreply.github.com" ]
63347774+gjorshoskaivana@users.noreply.github.com
63bb6d5ca94b2946248e1ca39b7c61f3db7008ea
efdfec9cdb2b668c12b4bc9a4c5b6dc381772d37
/src/cn/cloudchain/yboxserver/helper/DataUsageHelper.java
46fde6b55539d114862da439ce68370a6e59136b
[]
no_license
china-east-soft/YboxServer
d97482bc3e696766a7563642e01463598698bfa2
f3d702891b05bee0adba5a54bedf7a00af442c56
refs/heads/master
2021-01-20T15:39:04.551135
2014-03-31T05:41:03
2014-03-31T05:41:03
null
0
0
null
null
null
null
UTF-8
Java
false
false
10,090
java
package cn.cloudchain.yboxserver.helper; import static android.net.NetworkPolicyManager.computeLastCycleBoundary; import static android.net.NetworkPolicyManager.computeNextCycleBoundary; import static android.net.NetworkStatsHistory.FIELD_RX_BYTES; import static android.net.NetworkStatsHistory.FIELD_TX_BYTES; import s...
[ "lazzy.nan@gmail.com" ]
lazzy.nan@gmail.com
7584c00cf72d0e4cad526912d3abbb39d3df827a
95e155131022f449b6252d07404671c59036c446
/Menu/DecimalBinario.java
609d928610946bc26c37694dba7b254d71ae2c12
[]
no_license
RomeroTovarAdrian/3IV9-RomeroTovarAdrian
a58dd4237453c2b5037ce80c982111d11a1ad14f
7ae16aadb8dcff0df99f8b70f21ce2d1163efe43
refs/heads/master
2023-02-01T05:40:26.916872
2020-12-19T08:59:58
2020-12-19T08:59:58
314,145,294
0
0
null
null
null
null
UTF-8
Java
false
false
969
java
import java.util.Scanner; class DecimalBinario{ public static void main(String[] args) { int numero, exp, digito, estado; double binario; Scanner entrada = new Scanner(System.in); do{ System.out.println("1 Entrar al convertidor de decimal a binario"); System.out.println("0 Salir al...
[ "aromerot1900@alumno.ipn.mx" ]
aromerot1900@alumno.ipn.mx
dc41642ff686dc63e5e6c393c7661c1e95396a35
82683e7cadbe088109fe9a1f889e5817cef678c8
/uhdb-server/src/main/java/com/realsnake/sample/config/SchedulerConfig.java
f0e4d487d09b36679a2154eb3e1aaf610f973b63
[]
no_license
falhed7418/uhdb-repos
4f1da00b1117e49b4ae2d46c26b1fb6a0d43e7e2
5cba8c7de70888899ea9a0e9c4d517234d5d49e5
refs/heads/master
2021-09-04T20:08:47.922661
2018-01-22T02:38:13
2018-01-22T02:38:13
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,576
java
/** * Copyright (c) 2016 realsnake1975@gmail.com * * 2016. 10. 25. */ package com.realsnake.sample.config; import java.util.concurrent.Executor; import java.util.concurrent.ThreadPoolExecutor; import org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler; import org.springframework.aop.inter...
[ "jcsyscon@naver.com" ]
jcsyscon@naver.com
b55ab35da40cd398c1af0b9039e805f4ad0be16c
b79286be8256771b0dfee5d0ad967a4c8807375f
/src/com/mc/vending/data/VendingData.java
4e4d24cc976a87826051092286c67894c1ec12b5
[]
no_license
github188/vending-zkh
e125a9b9ca2f0b1adda27542a770e1dd480a8465
0456cfaf7a6e7b5f2baba21d0d0d619717fbe738
refs/heads/master
2021-05-06T06:38:38.388856
2016-01-21T05:10:11
2016-01-21T05:10:11
null
0
0
null
null
null
null
UTF-8
Java
false
false
9,959
java
package com.mc.vending.data; import java.io.Serializable; /** * <p> * Table: <strong>Vending 售货机</strong> * <p> * <table class="er-mapping" cellspacing=0 cellpadding=0 style="border:solid 1 #666;padding:3px;"> * <tr style="background-color:#ddd;Text-align:Left;"> * <th nowrap>属性名</th> * <th nowrap>属...
[ "119639270@qq.com" ]
119639270@qq.com
bdc103fd04733782e82ffcbf0df3aa1340be9e43
80dbb31887d1e9bdfd67ee0753ecf717492ee47e
/app/src/test/java/quangnv4/com/myapplication/CountriesTestProvider.java
cef602996dbdda67dd1f6aaafcc9be00428b0d9b
[]
no_license
quanghero100/RxJava
d69f42841d9ea9adff3e1dfe981be6e2f1f5a8c0
caab621fbe1378eff360a1c3628b1a00d53b78ac
refs/heads/master
2020-03-19T11:37:49.624925
2018-06-08T02:33:51
2018-06-08T02:33:51
136,465,278
0
0
null
null
null
null
UTF-8
Java
false
false
2,147
java
package quangnv4.com.myapplication; import java.util.ArrayList; import java.util.List; final class CountriesTestProvider { static final String CURRENCY_EUR = "EUR"; static final String CURRENCY_PLN = "PLN"; static final String CURRENCY_GBP = "GBP"; static final String CURRENCY_UAH = "UAH"; static ...
[ "quanghero100@gmail.com" ]
quanghero100@gmail.com
d1eef87c37319459b4e067d95eabff22318a0f1c
7d4df1c70dc2a73224c4bed17af619141d746b7d
/app/src/main/java/br/com/lucena/recyclerview/service/GitPullService.java
38b51c1fc0f96ef4b492bc8a89cb546fbd866f10
[]
no_license
WevertonLucena/RecyclerView
728bf74a820d633b3019bfc121fe9fb64a040d67
d4d73d38f81e1bbb5ed48f87f5760e69ccb74929
refs/heads/master
2020-03-27T02:06:22.169619
2018-08-22T22:32:45
2018-08-22T22:32:45
145,653,060
0
0
null
null
null
null
UTF-8
Java
false
false
1,245
java
package br.com.lucena.recyclerview.service; import android.util.Log; import java.util.List; import br.com.lucena.recyclerview.domain.Pull; import retrofit2.Call; import retrofit2.Callback; import retrofit2.Response; public class GitPullService extends GitService { private List<Pull> pullList; private Load...
[ "wtonlucena@gmail.com" ]
wtonlucena@gmail.com
786e8aae5bc20d14642de3dffaab410ae58db933
0651823c31f03ce0fefb63291fa6a453bb3dc187
/src/main/java/com/study/spring/framework/aop/intercept/MyMethodInvocation.java
543259311422ae6e88c7225bcbb9832366f6d7ee
[]
no_license
zhuzhudan/my-spring
e541e71f32f1c697482f11d3823565b2637efa5a
e36386a36c413d65b4d55d708aa648440994666b
refs/heads/master
2020-05-16T15:37:47.466600
2019-05-08T07:54:56
2019-05-08T07:54:56
183,138,699
0
0
null
null
null
null
UTF-8
Java
false
false
2,916
java
package com.study.spring.framework.aop.intercept; import com.study.spring.framework.aop.aspect.MyJoinPoint; import org.omg.PortableInterceptor.Interceptor; import java.lang.reflect.Method; import java.util.HashMap; import java.util.List; import java.util.Map; public class MyMethodInvocation implements MyJoinPoint { ...
[ "dan.zhu@aliyun.com" ]
dan.zhu@aliyun.com
79e0cf2b9fcdc2a8a491b9dd5f7f290838f16279
61e4d9565f7409042a16d2b49a08d67d37f560b9
/src/main/java/kush/linesorter/IOEnum.java
597275d516d6472f595f1363bd5c00844bcc7acf
[]
no_license
KUSH42/LineSorter
9163fc36d403c33dc2d9cde2fa90825b9a336862
28ec3b0d59fa38c956bb879b27d9c76ba56a8b73
refs/heads/master
2020-03-23T04:12:29.427471
2018-08-25T11:23:15
2018-08-25T12:11:13
141,070,085
0
0
null
2018-08-23T19:54:04
2018-07-16T01:02:58
Java
UTF-8
Java
false
false
65
java
package kush.linesorter; public enum IOEnum { INPUT, OUTPUT; }
[ "KUSH42@users.noreply.github.com" ]
KUSH42@users.noreply.github.com
c053ab83e60517d5b025b6d37b02ebdbb6c62d27
7398714c498444374047497fe2e9c9ad51239034
/bo/app/w.java
0fdf3b3c96c366fd8074b25c34e09b2b21bc5af4
[]
no_license
CheatBoss/InnerCore-horizon-sources
b3609694df499ccac5f133d64be03962f9f767ef
84b72431e7cb702b7d929c61c340a8db07d6ece1
refs/heads/main
2023-04-07T07:30:19.725432
2021-04-10T01:23:04
2021-04-10T01:23:04
356,437,521
1
0
null
null
null
null
UTF-8
Java
false
false
1,569
java
package bo.app; import com.appboy.models.*; import java.util.*; public enum w implements IPutIntoJson<String> { A("se"), B("tt"), C("pd"), D("lcaa"), E("lcar"); private static final Map<String, w> G; a("lr"), b("ce"), c("p"), d("cic"), e("pc"), f("ca"...
[ "cheat.boss1@gmail.com" ]
cheat.boss1@gmail.com
b26a80aef1bc4d105da5c4f66895558498ceea2c
b221da3d9db1b773622ea5cf4da3037ac0f61ea3
/src/main/java/com/manage/demo/server/Imp/CommodityHomeImp.java
cc54cb17bfcca9de6a8a3c8fc191a3c221e4f78a
[]
no_license
GCRoots/manage-1
b10852cd17a44eb9c8a10e06d7509cf76ffd3250
7230e910fa465e66fb5ec308cbd906cac189820d
refs/heads/master
2020-04-29T10:11:09.216003
2019-04-21T05:36:28
2019-04-21T05:36:28
176,052,521
0
0
null
null
null
null
UTF-8
Java
false
false
1,286
java
package com.manage.demo.server.Imp; import com.manage.demo.dao.mapper.CommodityHomeDao; import com.manage.demo.server.CommodityHomeServer; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import java.util.List; @Service(value = "CommodityHomeServer") publi...
[ "1007879951@qq.com" ]
1007879951@qq.com
c38fb4bb8036b827c6dc51fcc864e903c7ae4083
1a982e9fce80f9fab8b2739afd314657ea08a026
/src/main/java/com/zoom/cce/service/dto/ResponseWrapper.java
03816f0515fc3cd7e212682874f96926392fcb54
[]
no_license
pawanmandhan/DUMB-Bank
c0ba1c312cedfcf8a3d4d5a1b49368d02362dd9b
2c8eae5a4619b2ed2838bd9ad8aa10390ce234a3
refs/heads/master
2022-12-22T20:32:20.296650
2017-06-15T19:22:25
2017-06-15T19:22:25
94,454,998
0
1
null
2020-09-18T13:30:19
2017-06-15T15:47:44
Java
UTF-8
Java
false
false
1,497
java
package com.zoom.cce.service.dto; /** * @author shweta Class made to have a standard response. * * @param */ public class ResponseWrapper { boolean success; String responseCode; Object data; String responseMessage; public ResponseWrapper() { super(); // TODO Auto-generated constructor stub } publi...
[ "pmandhan@vfirstt.com" ]
pmandhan@vfirstt.com
651bd2732c65d7879099575ff9f10092498c2e18
f2c95d8dd799c6fe9b6dee10f98c039f9b2b4986
/app/src/main/java/pe/ebenites/alldemo/util/Constants.java
4605178da136a42329cc3b7cfc30a968f72ccc84
[]
no_license
ebenites/AlldemoApp
b7cc5bcd424352e5f1e17b5cfcc2537a63979476
59699a83d17f23ff7816201f4352138b487086b9
refs/heads/master
2020-07-31T15:19:47.550558
2019-09-24T16:42:59
2019-09-24T16:42:59
210,651,557
0
0
null
null
null
null
UTF-8
Java
false
false
1,034
java
package pe.ebenites.alldemo.util; public class Constants { /* Roles */ public static final Integer ROLE_STUDENT = 3; public static final Integer ROLE_TEACHER = 2; /* Pages */ public static final String PAGE_TYPE_THEORY = "T"; public static final String PAGE_TYPE_PR...
[ "erick.benites@gmail.com" ]
erick.benites@gmail.com
4c87b48038ae82a91ebc8f01fd3cfdc42bd135f2
a45975c9cb42b68951ae03de46e33bf2bf62c545
/src/main/java/net/twodam/mimosa/exceptions/MimosaIllegalExprException.java
f76712c267f88d6e48bf17c20c0ec97e7a14a74d
[]
no_license
LuckyKoala/Mimosa
50c6c7dc796d88b6a8d384907c99dceb4707c822
d40b2be94d42cea7ebe983a65290ba17cd07c8d2
refs/heads/master
2020-05-05T07:45:11.050802
2019-05-11T02:41:59
2019-05-11T02:42:16
179,836,882
0
0
null
null
null
null
UTF-8
Java
false
false
1,160
java
package net.twodam.mimosa.exceptions; import net.twodam.mimosa.types.MimosaPair; public class MimosaIllegalExprException extends MimosaException { private static final String NON_SYMBOL_IN_LET_TEMPLATE = "Found non-symbol in let/lambda %s"; private static final String PARAMETERS_IN_LAMBDA_IS_NOT_A_PAIR_TEMPLA...
[ "pilotcraft.lk@gmail.com" ]
pilotcraft.lk@gmail.com
980ec40fcfef0272b4fc5523d73115739b840c19
774b50fe5091754f23ef556c07a4d1aab56efe27
/oag/src/main/java/org/oagis/model/v101/CancelAcknowledgeCommercialInvoiceDataAreaType.java
51392689735b5eeecb686b7fae4a83f03002bd86
[]
no_license
otw1248/thirdpartiess
daa297c2f44adb1ffb6530f88eceab6b7f37b109
4cbc4501443d807121656e47014d70277ff30abc
refs/heads/master
2022-12-07T17:10:17.320160
2022-11-28T10:56:19
2022-11-28T10:56:19
33,661,485
0
0
null
null
null
null
UTF-8
Java
false
false
3,313
java
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2015.04....
[ "otw1248@otw1248.com" ]
otw1248@otw1248.com
9a921861e5cb90378ef499368065fd16c2eecbe9
006c06f5cd5547b318e157ac1a3b1fc2484a3cb8
/src/main/java/proxy/cglib/CarService.java
be8f75205c80319de5d5b3fe50e5c84d350fe0da
[]
no_license
hanzhonghua/design
9e13765666804938320e8d9db83b817ad3d65068
4c618c8021514683db76a5fc6f07002a38dc3639
refs/heads/master
2022-07-17T22:17:48.761293
2020-10-13T03:00:46
2020-10-13T03:00:46
75,720,639
0
0
null
null
null
null
UTF-8
Java
false
false
126
java
package proxy.cglib; public class CarService { public void addCar(){ System.out.println("添加一辆车"); } }
[ "hzh199094@163.com" ]
hzh199094@163.com
daee1ec82a34f17706bc67920b91570164e6421d
2e44ad7496dd7ae80047ab7fcba1420e8ac4dab2
/src/com/aria/common/shared/admin/DunningProcessDetailsReturnElement.java
efbf1ccad908d460339f07e58898881991c820d2
[]
no_license
ewasserman/java_sdk
7ad5106e4b74d80c5ec8560dbc4944fb6e8876b8
c4c99a3385f6965390039cdb62883c1bcf7b2729
refs/heads/master
2020-12-11T08:07:04.710717
2016-04-15T22:04:01
2016-04-15T22:04:01
56,193,963
0
0
null
2016-04-15T22:04:01
2016-04-14T00:02:32
Java
UTF-8
Java
false
false
3,057
java
package com.aria.common.shared.admin; import java.util.ArrayList; import java.util.List; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlType; @XmlAccessorType(XmlAccessType.FIELD) @Xml...
[ "nithianandam.karounakarane@aspiresys.com" ]
nithianandam.karounakarane@aspiresys.com
f376bb458f8c2569f002d1a2539fd7d25247e514
b64da29082aa8e6185bf08f8aaaba5b1de2f4aba
/src/com/lanbao/user/Login.java
76cfb18d6931b07312c780765e383aee3a7bd455
[]
no_license
huangkaiyue/XiaoManyao
b9ef205a48fbd4e5a4ca4768250b65ad289a8e91
20267fd02320b7a065729d9e1ff2880b0cf1cbea
refs/heads/master
2020-03-24T03:11:59.109687
2018-10-10T02:30:24
2018-10-10T02:30:24
142,408,940
0
0
null
null
null
null
UTF-8
Java
false
false
3,629
java
package com.lanbao.user; import java.io.IOException; import net.sf.json.JSONObject; import org.apache.struts2.ServletActionContext; import com.hibernate.db.HuserManger; import com.lanbao.common.Common; import com.lanbao.common.HttpServletUtils; import com.lanbao.dbdata.CheckCode; import com.lanbao.dbdata.Xiaomanyao...
[ "l" ]
l
35a8b1c94144ea07c68540bbc18667ddbc63f65f
619a2f5b7cebc4408d4ea8f786cd7b5ebe5df05c
/shiroWeb/src/main/java/com/hjzgg/stateless/shiroWeb/config/Swagger2Config.java
296e08bef67b8ebb31fc84b136570feb96287782
[]
no_license
GitBaymin/Stateless-Shiro
ae7ad5e65310b6a4d307a836c69508a089e3449f
32ae51cb5f559b4bc341c751a4da521b324a8bb8
refs/heads/master
2020-04-02T05:57:01.168660
2017-07-24T07:37:19
2017-07-24T07:37:19
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,977
java
package com.hjzgg.stateless.shiroWeb.config; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.ComponentScan; import org.springframework.context.annotation.Configuration; import org.springfram...
[ "hujunzheng@beiquan.org" ]
hujunzheng@beiquan.org
071b9e1bfcaacdf8ab0f8de7cabdb15a7df9102c
552f09f8fbd854818bf8b055e3b59aaaa4b0972b
/alfresco-extensions-contentstore/src/main/java/org/alfresco/contentstore/dao/orient/OrientContentDAO.java
6023dbe9e4203f96f853a825ee79bdbddd578938
[]
no_license
sglover/AlfrescoExtensions
74b6d34b48809713b4fa95a54f457b23cfd2fc2d
9837acb08a39e75dd72bf93242a9df7e6117651d
refs/heads/master
2020-12-22T05:59:18.874470
2016-09-17T09:49:42
2016-09-17T09:49:42
32,572,295
2
4
null
null
null
null
UTF-8
Java
false
false
7,966
java
/* * Copyright 2015 Alfresco Software, Ltd. All rights reserved. * * License rights for this program may be obtained from Alfresco Software, Ltd. * pursuant to a written agreement and any use of this program without such an * agreement is prohibited. */ package org.alfresco.contentstore.dao.orient; ...
[ "steven.glover@gmail.com" ]
steven.glover@gmail.com
50be8a7e0fb4d112e276dafd77bfe7f0c2c77f5c
dc689e19a70f9db042d05aa845934be3e534ff36
/app/src/main/java/com/tujishushu/tujiweather/MainActivity.java
c27496650e3b71e53e6fe9f46e7800f24a69a4cf
[ "Apache-2.0" ]
permissive
tujishushu/tujiweather
30d2181302151b523ab00a8017815bd751d175be
41a1c3ce15e1e6a5123097db71b6c2cdc333e635
refs/heads/master
2021-01-22T03:40:08.979485
2017-02-09T12:41:26
2017-02-09T12:41:26
81,446,906
0
0
null
null
null
null
UTF-8
Java
false
false
339
java
package com.tujishushu.tujiweather; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; public class MainActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activ...
[ "378458893@qq.com" ]
378458893@qq.com
f89bc7ff0f787cb8a12e4316c3d8525f8621ee56
af3f71784a788fe5e5ac0d8b9aa5da322d98b9f2
/src/modulo-05-java/lavanderia/src/test/java/br/com/cwi/crescer/service/ProdutoServiceTest.java
7960754f9fd7bf41f51879d43597da2ff62fbf08
[]
no_license
iagodahlem/crescer-2015-2
60fe9d8cfbffe12575ce7d1a9de40740dbfd3fe6
432587d9696eb671def96ca276e849fe3c99bacf
refs/heads/master
2020-12-25T13:52:11.207212
2015-12-01T15:38:29
2015-12-01T15:38:29
42,562,512
0
0
null
2015-09-16T03:32:02
2015-09-16T03:32:02
null
UTF-8
Java
false
false
778
java
package br.com.cwi.crescer.service; import org.junit.Assert; import org.junit.Before; import org.junit.Test; import org.mockito.InjectMocks; import org.mockito.Mock; import org.mockito.MockitoAnnotations; import br.com.cwi.crescer.dao.ProdutoDAO; import br.com.cwi.crescer.dto.ProdutoDTO; public class ProdutoServiceT...
[ "iagodahlemlorensini@gmail.com" ]
iagodahlemlorensini@gmail.com
2cf2c7af9b0af47d6f6b50cd7d29cda63efcb61d
96f8d42c474f8dd42ecc6811b6e555363f168d3e
/baike/sources/qsbk/app/live/widget/cg.java
c4c4e634ca2670b58db27f40660d4f7c4c9c25f8
[]
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
365
java
package qsbk.app.live.widget; import android.view.View; import qsbk.app.core.widget.EmptyPlaceholderView.OnEmptyClickListener; class cg implements OnEmptyClickListener { final /* synthetic */ ce a; cg(ce ceVar) { this.a = ceVar; } public void onEmptyClick(View view) { this.a.a.f.show...
[ "aheadlcxzhang@gmail.com" ]
aheadlcxzhang@gmail.com
5ca6a144958be1e3f7fb32f18731614ba658a553
2b141e2c00e3fe9f12929f7f8917b2e88eed463a
/src/main/java/com/example/testGeov/domain/TestDomain.java
05c448338f3632280ae3cdc659ff2b799934dddf
[]
no_license
HKE528/SpringBootEgovSample
d7859986eae6de186f92ec6bde0ea0ef1bd1f190
cd96dd865608de82ab7f2f4d5e04a3dfa9d846cd
refs/heads/main
2023-06-20T18:44:41.963917
2021-08-02T03:59:42
2021-08-02T03:59:42
391,799,711
0
0
null
null
null
null
UTF-8
Java
false
false
355
java
package com.example.testGeov.domain; import lombok.Data; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; @Entity @Data public class TestDomain { @Id @GeneratedValue @Column(name = "id", nullable = false) private Long ...
[ "gosumo12@gmail.com" ]
gosumo12@gmail.com
8c74932dc070556ba7d7483fcb2a27d7b5cc80ee
5e03e98f8cfd6196a1fc89c3021635205e0ee3eb
/BulletGame/src/Proj.java
3a2769b92b1038fcc7b2569ef35d1023442e877f
[]
no_license
akhenning/BulletGame
6baacff0e6f1f7366f28c99ccc38fd12798240a0
956132441e27146e25cefa3a3b40f526737ae2ac
refs/heads/master
2023-05-25T10:52:49.002675
2023-05-10T03:15:31
2023-05-10T03:15:31
112,638,506
0
0
null
null
null
null
UTF-8
Java
false
false
8,563
java
import java.awt.geom.Point2D; import java.awt.Color; import java.awt.Graphics2D; import java.awt.geom.Ellipse2D; import java.awt.Image; import java.awt.Toolkit; public class Proj implements Collidable { protected double hp=1; protected long remainingTime; protected double radius=20; private int type; ...
[ "tylerjhenning@gmail.com" ]
tylerjhenning@gmail.com
dab50e2fd30ea5117b819cfa2ef097ef8ad4c29f
51eae221ba4743b93d9009412cb2001657a8f36d
/Carditer2/src/test/java/cardcontrol/GetAndDeleteCardTest.java
65b973f56a35916e1631fc8b558a9101b9a09c2b
[ "MIT" ]
permissive
beichen-xing/AWS_Based_Giftcard_Project
c53df5e23c044a8436b5c0b775da390e26363ade
d52368bcd2f429324894ff9b2a53da92e06061b5
refs/heads/master
2020-09-29T09:43:13.989457
2020-01-04T04:17:53
2020-01-04T04:17:53
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,058
java
package cardcontrol; import java.io.*; import org.junit.Assert; import org.junit.Test; import com.google.gson.Gson; import http.*; public class GetAndDeleteCardTest extends LambdaTest { @Test public void testDeleteCard() throws IOException { // get card GetCardRequest gcr = new G...
[ "53940972+beichen-xing@users.noreply.github.com" ]
53940972+beichen-xing@users.noreply.github.com
c3653d526764c24fb94214fd22c6c68d36b1090d
b20f8818024ac64d69744bb919d9c2aa6afabc57
/concurrent/src/main/java/com/alistar/demo2/Demo2.java
0f75d967d533558f368961788fd86d44b4ab465a
[]
no_license
zhanzhj/Luban
64840693700d754b75c71d2298f5a58bd25cfef9
9d08aedbbd04f49a9d6a3d7cb29b8c9722aa06ee
refs/heads/master
2020-06-30T22:31:46.440317
2019-08-07T03:58:25
2019-08-07T03:58:25
200,968,825
0
0
null
null
null
null
UTF-8
Java
false
false
851
java
package com.alistar.demo2; import java.util.concurrent.TimeUnit; /** * 同步方法和非同步方法是否可以同时调用? 可以 */ public class Demo2 { public synchronized void test1(){ System.out.println(Thread.currentThread().getName() + " start"); try { TimeUnit.SECONDS.sleep(3); } catch (InterruptedException e) { e.printStackTrace...
[ "alistar_zhan@ehsy.com" ]
alistar_zhan@ehsy.com
af2bbb59466a9cd398f1d7e5787c2f0e3a6d0ad8
fee3a904e95fd488bcfc3354f22dc13ac045b05d
/src/main/java/kaisheng/project/servlets/CustomerServlet/MyCustomerServlet.java
29a4688a1a033dbdd63cde0e0c13d025bd097a8c
[]
no_license
1142007022/project
49917e41238ce6a599522de1c0595729d3b6b685
44a6d0cc1fe4ce8bcd53f1234670725b315aa951
refs/heads/master
2020-03-06T17:23:36.003934
2018-03-28T06:59:34
2018-03-28T06:59:34
126,989,017
0
0
null
null
null
null
UTF-8
Java
false
false
1,558
java
package kaisheng.project.servlets.CustomerServlet; import java.io.IOException; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpSession; import org.apache.commo...
[ "1142007022@qq.com" ]
1142007022@qq.com