blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 390 | content_id stringlengths 40 40 | detected_licenses listlengths 0 35 | license_type stringclasses 2
values | repo_name stringlengths 6 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 539
values | visit_date timestamp[us]date 2016-08-02 21:09:20 2023-09-06 10:10:07 | revision_date timestamp[us]date 1990-01-30 01:55:47 2023-09-05 21:45:37 | committer_date timestamp[us]date 2003-07-12 18:48:29 2023-09-05 21:45:37 | github_id int64 7.28k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 13
values | gha_event_created_at timestamp[us]date 2012-06-11 04:05:37 2023-09-14 21:59:18 ⌀ | gha_created_at timestamp[us]date 2008-05-22 07:58:19 2023-08-28 02:39:21 ⌀ | gha_language stringclasses 62
values | src_encoding stringclasses 26
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 128 12.8k | extension stringclasses 11
values | content stringlengths 128 8.19k | authors listlengths 1 1 | author_id stringlengths 1 79 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0dea684f9dca828f5afb1d7e396f72de5b9a9f07 | e6786abd50e3be8f4c5c9c958f828dbd6b3217a8 | /aek-assets-web-api/src/main/java/com/aek/ebey/assets/web/report/AssetsImportUtil.java | 9904954e95d2725601566ba605f1d245146688a2 | [
"Apache-2.0"
] | permissive | honghuixixi/aek-assets-service | fedef8b2ba7b656dedb35afeccf2b0180011335d | 1281e320f934159989f28a33d362f8f633f139a3 | refs/heads/master | 2020-03-21T06:48:55.864602 | 2018-06-22T02:13:39 | 2018-06-22T02:13:39 | 138,243,645 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,952 | java | package com.aek.ebey.assets.web.report;
import java.lang.reflect.Field;
import java.lang.reflect.Type;
import java.text.ParseException;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import org.apache.common... | [
"[email protected]"
] | |
a0009cd939df16a34841715dec4ab7d6432a6349 | 677197bbd8a9826558255b8ec6235c1e16dd280a | /src/org/apache/commons/httpclient/auth/AuthState.java | ce86db8355f3d45befdec968e66622157e13f954 | [] | no_license | xiaolongyuan/QingTingCheat | 19fcdd821650126b9a4450fcaebc747259f41335 | 989c964665a95f512964f3fafb3459bec7e4125a | refs/heads/master | 2020-12-26T02:31:51.506606 | 2015-11-11T08:12:39 | 2015-11-11T08:12:39 | 45,967,303 | 0 | 1 | null | 2015-11-11T07:47:59 | 2015-11-11T07:47:59 | null | UTF-8 | Java | false | false | 2,637 | java | package org.apache.commons.httpclient.auth;
public class AuthState
{
public static final String PREEMPTIVE_AUTH_SCHEME = "basic";
private boolean authAttempted = false;
private boolean authRequested = false;
private AuthScheme authScheme = null;
private boolean preemptive = false;
public AuthScheme getAut... | [
"[email protected]"
] | |
232dc482e27364976789493bdf01d5b3e5cc557e | 07bd89d994da04a94c84db8997a67ae118af7830 | /LightingSalesSystem/SalesSystemClient/src/ui/commodityUi/FuzzySearchUiController.java | 54361c6d4305bf115d7b91c6cdf95cb5d885d495 | [] | no_license | pilibb0712/myHomework | 61e48163972b0ca0c42c736636c46b07492c40da | 5d013e35ee930f730418cad0a9af4cc3bf9ba0a2 | refs/heads/master | 2023-08-24T09:41:17.561232 | 2019-11-30T05:18:26 | 2019-11-30T05:18:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,483 | java | package ui.commodityUi;
import java.util.ArrayList;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.geometry.Pos;
import javafx.scene.control.Button;
import javafx.scene.layout.VBox;
import javafx.stage.Stage;
import ui.uiAssistants.Fonts;
import vo.GoodsVO;
public class FuzzySearchUiControll... | [
"[email protected]"
] | |
2875fb60d1be569c98ae1f3b49ce3fb67f6788b7 | 1cc9a863686c2fe4c5c1d4417b334000879710ff | /src/main/java/thoth/insns/LoadConstantInsn.java | 186994b555d6a58f93b66512bb67ec4a11160803 | [
"MIT"
] | permissive | jglrxavpok/Thoth | 953e3d94eb29732f6f751a4ff260e88ed88b0832 | f2cd9d194b71c57556624cb4c1fb062814d97a47 | refs/heads/master | 2021-01-10T09:09:25.622213 | 2015-08-19T19:48:39 | 2015-08-19T19:48:39 | 36,116,481 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 674 | java | package thoth.insns;
import thoth.interpreter.InterpreterState;
import thoth.interpreter.ThothInterpreter;
import thoth.lang.ThothValue;
public class LoadConstantInsn extends ThothInstruction {
private final String val;
public LoadConstantInsn(String s) {
super(Type.VARIABLE);
this.val = s;
... | [
"[email protected]"
] | |
334c203a5f160fac04c9d4753c0379f310a76e74 | d5d3ff3359c234c010ae84ff40755394b209724e | /Clients/RCP/Adv/plugins/gov.pnnl.cat.imageflow/src/gov/pnnl/cat/imageflow/model/ImageContainer.java | ea2b2137d867531a200284b645a59322ace62a18 | [] | no_license | purohitsumit/velo | 59f58f60f926d22af270e14c6362b26d9a3b3d59 | bd5ee6b395b2f48e1d8db613d92f567c55f9e736 | refs/heads/master | 2020-05-03T05:36:07.610106 | 2018-10-31T22:14:43 | 2018-10-31T22:14:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,612 | java | package gov.pnnl.cat.imageflow.model;
import gov.pnnl.cat.core.resources.IFolder;
public class ImageContainer {
private IFolder imageFolder;
private boolean imagesOnly;
public boolean isImagesOnly() {
return imagesOnly;
}
public void setImagesOnly(boolean imagesOnly) {
this.imagesOn... | [
"[email protected]"
] | |
b5e3f196996aba78d04965e4c5a68febae590908 | 754a0fdc13c70711b33a414e48f41333a7e8052d | /app/src/main/java/com/pbph/yuguo/adapter/ChoiceAddressListSearchAdapter.java | 9f3d6c556526191a9753473564f77cf4f4c98e48 | [] | no_license | lianjf646/PbphYuGuo | b70b3315d9815af078101573066cbc215d46945c | 78e643cd1b0f142f96ce595fb0c5788b3e4bb09a | refs/heads/master | 2023-04-23T00:48:00.842462 | 2021-04-30T06:25:12 | 2021-04-30T06:25:12 | 363,044,826 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,237 | java | package com.pbph.yuguo.adapter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.TextView;
import com.baidu.mapapi.search.core.PoiInfo;
import com.pbph.yuguo.R;
import java.util.List;
... | [
"[email protected]"
] | |
dd7950526b8338ee665de3dbfd8a09a68b02549e | 7a0acc1c2e808c7d363043546d9581d21a129693 | /remote/server/src/java/org/openqa/jetty/http/handler/MsieSslHandler.java | 92624d9d2ba056f61addeb70d7a6feac127bf349 | [
"Apache-2.0"
] | permissive | epall/selenium | 39b9759f8719a168b021b28e500c64afc5f83582 | 273260522efb84116979da2a499f64510250249b | refs/heads/master | 2022-06-25T22:15:25.493076 | 2010-03-11T00:43:02 | 2010-03-11T00:43:02 | 552,908 | 3 | 0 | Apache-2.0 | 2022-06-10T22:44:36 | 2010-03-08T19:10:45 | C | UTF-8 | Java | false | false | 2,769 | java | // ========================================================================
// $Id: MsieSslHandler.java,v 1.3 2005/08/13 00:01:26 gregwilkins Exp $
// Copyright 2003-2004 Mort Bay Consulting Pty. Ltd.
// ------------------------------------------------------------------------
// Licensed under the Apache License, Versi... | [
"simon.m.stewart@07704840-8298-11de-bf8c-fd130f914ac9"
] | simon.m.stewart@07704840-8298-11de-bf8c-fd130f914ac9 |
38017ef06276b55b4931ed68c36c424c73f189e1 | f82f8ddbba4f6e8f8d2a7d1339966398913968bb | /Lecher/Android/Work/part3.component/ad32-01.OpenActivity/st1StartActivity/src/main/java/com/example/startactivity/MainActivity.java | 58f54f4d619e1e64c3f56514c9cfc8f9d61d2f76 | [] | no_license | gunee7/workspace | 66dd0e0151f1f1e3d316c38976fadded6da70398 | c962907b6e0859062fc05078e9c9f43e6b62dcff | refs/heads/master | 2021-05-07T15:14:04.814560 | 2018-02-20T09:07:17 | 2018-02-20T09:07:17 | 114,836,940 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,187 | java | package com.example.startactivity;
import android.content.ComponentName;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.content.Intent; // 직접 타이핑
public class MainActivity extends AppCompatActivity {
// 위젯 선언
p... | [
"[email protected]"
] | |
f1a7ecaa510e5b96b2bca2731c176eb5b478d55b | 7ffe92c32c0ad5fb48c9f45e1c0d8232d19ee24d | /src/main/lib_src/ru/aisa/rgd/ws/dao/UpDao.java | 1e8e202516f47af50951a6ee34b656f4e7ccc527 | [] | no_license | spnikit/portal.work | 8e9274d6da670773d7c5500c8fad5947cfb5452d | 1507caa8ee37dcb1751bdefc56c2ee230ca2726d | refs/heads/master | 2021-01-25T09:43:34.790165 | 2017-06-09T16:07:06 | 2017-06-09T16:07:06 | 93,873,196 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 248 | java | package ru.aisa.rgd.ws.dao;
import ru.aisa.rgd.ws.domain.Up;
import ru.aisa.rgd.ws.exeption.ServiceException;
public interface UpDao {
Up getById(int id) throws ServiceException;
Up getByCode(int code) throws ServiceException;
}
| [
"[email protected]"
] | |
d201a0431ccfd21f17bea536e044ed3d1084b05b | 86bdc52550e4c14f415f739f5703c4ffbb706677 | /hello-world-student/src/helloworld/Server.java | 0423eff6300adaa5df0de32bc837c9b2e775fbf3 | [] | no_license | niteshjain132/my-cxf-examples | cca73dbfd69d5d963ecd8f3eecd892fbc7962c07 | e1b09ea5448b1489a38244543bc96cdea784c6d7 | refs/heads/master | 2021-01-15T22:34:26.007047 | 2012-05-06T20:05:53 | 2012-05-06T20:05:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 824 | java | package helloworld;
import javax.xml.ws.Endpoint;
public class Server {
private static final String address = "http://localhost:9090/helloworld";
public static void main(String[] args)
{
// TODO: Create the HelloWorldImpl object.
// Create implementation object
//
HelloW... | [
"[email protected]"
] | |
f900d27d1e68eaafa6d1e2206b71f57026a88eaa | 2ffe0018d8d6b421e941c0e3ff9ecfaabc63165c | /fr.opensagres.nosql.ide.ui/src/fr/opensagres/nosql/ide/ui/internal/ApplicationWorkbenchWindowAdvisor.java | 6213de1fde7da9bcaa513d8c3f7217c4c97b2348 | [] | no_license | opensagres/mongodb-ide | 8b5a8f41828017d425bd88b18c5638a211aab31f | a39d31b076cf27900c263894e55a2f6b6be67fbe | refs/heads/master | 2023-06-10T14:00:41.340032 | 2014-05-13T11:26:56 | 2014-05-13T11:26:56 | 4,914,729 | 2 | 2 | null | 2014-05-13T11:26:57 | 2012-07-05T20:31:06 | Java | UTF-8 | Java | false | false | 912 | java | package fr.opensagres.nosql.ide.ui.internal;
import org.eclipse.swt.graphics.Point;
import org.eclipse.ui.application.ActionBarAdvisor;
import org.eclipse.ui.application.IActionBarConfigurer;
import org.eclipse.ui.application.IWorkbenchWindowConfigurer;
import org.eclipse.ui.application.WorkbenchWindowAdvisor;
public... | [
"[email protected]"
] | |
ddf2de70ea1ef61b7c576511950690b70f661565 | 637817184196b8d73130958fc1fc0b27833d8d92 | /aprint-core/src/main/java/org/barrelorgandiscovery/model/type/ScaleType.java | 7dda31469e001e76263b60f5bd5116263b6a8d86 | [] | no_license | barrelorgandiscovery/aprintproject | daad59e1e52e6e8e4187f943de95b79622827c81 | ebc932c50d3116a4bbe9802910eac097151b1625 | refs/heads/master | 2023-06-28T03:11:25.779074 | 2023-05-08T12:15:27 | 2023-05-08T12:15:27 | 258,808,541 | 2 | 0 | null | 2023-05-08T09:50:33 | 2020-04-25T15:24:59 | Java | UTF-8 | Java | false | false | 1,973 | java | package org.barrelorgandiscovery.model.type;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.Serializable;
import java.util.Base64;
import java.util.Base64.Decoder;
import java.util.Base64.Encoder;
import org.barrelorgandiscovery.messages.Messages;
import org.barrelorgandisco... | [
"[email protected]"
] | |
53bfc30db9cd2de55cd2ab23da52179cf1c90dd9 | 758a33f1ecc65efdd114436ea187d02f0c15734d | /Practica11/src/visitor/Visitor.java | e20940b828530a53c911df39f3e590627f6fa457 | [] | no_license | cafeteru/DLP | afb7db2682ba999e26adbc924137eb7bc925369c | 2232dafbe12747a1bfa26509e0ac33a371464690 | refs/heads/master | 2021-12-15T02:01:33.024507 | 2017-07-14T16:54:36 | 2017-07-14T16:54:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,112 | java | package visitor;
import ast.Programa;
import ast.definiciones.*;
import ast.expresiones.*;
import ast.sentencias.*;
import ast.tipos.CampoRegistro;
import ast.tipos.TipoArray;
import ast.tipos.TipoCaracter;
import ast.tipos.TipoEntero;
import ast.tipos.TipoError;
import ast.tipos.TipoFuncion;
import ast.tipos.TipoReal... | [
"[email protected]"
] | |
f483013c9bfed9cff26d8b1d4acf1f5c046ec6a5 | de866e2f7f9bd3facc35af3d59cf977b459dd3c0 | /impl-pcollections/src/main/java/nl/gohla/graph/persistent/internal/pcollections/hash/PCHashIntMap.java | 0347f6dc2cd51217bd4ef0ce9e066254fb11cc2e | [
"MIT"
] | permissive | Gohla/persistent-graph | 42003cb70059da859ff12cea159cbea5cf97d036 | e56e25553530c2d0db29c3475d381b346ef2c7aa | refs/heads/master | 2021-01-10T16:42:48.444291 | 2016-02-05T12:34:36 | 2016-02-05T12:34:36 | 51,088,912 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,776 | java | package nl.gohla.graph.persistent.internal.pcollections.hash;
import java.util.Map.Entry;
import java.util.Set;
import org.pcollections.HashPMap;
import org.pcollections.HashTreePMap;
import nl.gohla.graph.persistent.IIntMap;
public class PCHashIntMap<T> implements IIntMap<T> {
public final HashPMap<Integer, T>... | [
"[email protected]"
] | |
05ebd4bd6a285b8d8722d444ee4aaf884c1955ca | a7df92046eebf606c62842b28d86f755370649a9 | /src/main/java/com/qfedu/utils/MyBatisUtil.java | 3fb6369f94aa0b5879a8297444e38252be13eb0b | [] | no_license | hellomyheart/bank-system | 81a68c3b765ee8aa56bf85c8b0c935b8cf55654e | 36202587d07d591c5cec45a12183a65f08c385e5 | refs/heads/master | 2022-12-20T03:28:48.147463 | 2020-10-06T13:19:17 | 2020-10-06T13:19:17 | 297,951,811 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 888 | java | package com.qfedu.utils;
import org.apache.ibatis.io.Resources;
import org.apache.ibatis.session.SqlSession;
import org.apache.ibatis.session.SqlSessionFactory;
import org.apache.ibatis.session.SqlSessionFactoryBuilder;
import java.io.Reader;
/**
* @description
* @className: MyBatisUtil
* @package: com.qfedu.util... | [
"[email protected]"
] | |
8bff165af69c364cbfd3e5986d92f69455002d40 | 737b0fc040333ec26f50409fc16372f5c64c7df6 | /bus-health/src/main/java/org/aoju/bus/health/mac/hardware/MacSoundCard.java | 0204d89dad2e9109055c408fa0b923f272211cca | [
"MIT"
] | permissive | sfg11/bus | 1714cdc6c77f0042e3b80f32e1d9b7483c154e3e | d560ba4d3abd2e0a6c5dfda9faf7075da8e8d73e | refs/heads/master | 2022-12-13T02:26:18.533039 | 2020-08-26T02:23:34 | 2020-08-26T02:23:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,348 | java | /*********************************************************************************
* *
* The MIT License (MIT) *
* ... | [
"[email protected]"
] | |
63c085bc7f892e16665cdc765d3ddebb629ba5ee | b683f72483c72ffb1d70250bab602beaacb458b6 | /src/main/java/ua/lviv/lgs/repository/UserRepository.java | a5f95863a142e186b5d4e887ede48e43c81ee16a | [] | no_license | Splash001/Java_Advanced_Final | a6e72771e6790cd8cc5ba4dbf4f889fb5c4a7450 | e2af31770680e484c88802efa41f74dd2939cbe5 | refs/heads/master | 2022-02-12T23:38:18.088971 | 2020-01-31T09:02:30 | 2020-01-31T09:02:30 | 233,577,181 | 0 | 1 | null | 2022-01-21T23:37:06 | 2020-01-13T11:11:13 | CSS | UTF-8 | Java | false | false | 286 | java | package ua.lviv.lgs.repository;
import java.util.Optional;
import org.springframework.data.jpa.repository.JpaRepository;
import ua.lviv.lgs.domain.User;
public interface UserRepository extends JpaRepository<User, Integer> {
Optional<User> findByEmail(String email);
}
| [
"[email protected]"
] | |
bcf5b820a71d3a2233251cf6f47a3a13c5d96323 | 5b023f9d9cd5b28a94218fac1bcf8650143a7d40 | /src/main/java/com/codeborne/selenide/commands/GetSelectedOptions.java | 2651e74ff55f81af61341a4afaf2e200716fa85c | [
"MIT",
"LicenseRef-scancode-proprietary-license",
"LicenseRef-scancode-free-unknown"
] | permissive | yorlov/selenide | 7f7d9dce5cdcefd512540bf29e94aebb2b2639e6 | ae30316e61ea39e2d37030cc0014aac5ac7d2cf9 | refs/heads/master | 2023-01-24T04:03:30.152586 | 2020-12-07T14:42:28 | 2020-12-07T15:32:51 | 319,349,614 | 0 | 0 | MIT | 2020-12-07T14:43:56 | 2020-12-07T14:43:55 | null | UTF-8 | Java | false | false | 2,039 | java | package com.codeborne.selenide.commands;
import com.codeborne.selenide.Command;
import com.codeborne.selenide.Driver;
import com.codeborne.selenide.ElementsCollection;
import com.codeborne.selenide.SelenideElement;
import com.codeborne.selenide.impl.WebElementSource;
import com.codeborne.selenide.impl.WebElementsColle... | [
"[email protected]"
] | |
6254fd0a5a3ea443c3576935eeae55e342dd060c | 5ca3901b424539c2cf0d3dda52d8d7ba2ed91773 | /src_procyon/com/google/common/base/Functions$IdentityFunction.java | 68837b82e67d5b355f5a54b1e7a275e297f94231 | [] | no_license | fjh658/bindiff | c98c9c24b0d904be852182ecbf4f81926ce67fb4 | 2a31859b4638404cdc915d7ed6be19937d762743 | refs/heads/master | 2021-01-20T06:43:12.134977 | 2016-06-29T17:09:03 | 2016-06-29T17:09:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 431 | java | package com.google.common.base;
import javax.annotation.*;
enum Functions$IdentityFunction implements Function
{
INSTANCE("INSTANCE", 0);
private Functions$IdentityFunction(final String s, final int n) {
}
@Nullable
@Override
public Object apply(@Nullable final Object o) {
re... | [
"[email protected]"
] | |
d5407127a5f0feb8565fb35198c40c3377351b67 | 1176e829e16058f6df671b3f9dd2aec5d4cce14b | /src/api/java/minestrapteam/extracore/network/PacketSplashEffect.java | 4a68d762069947e47a0e66410a289c91d9d4071f | [] | no_license | MinestrapTeam/Extrapolated-Dimensions | f310aa1e40c550c4668e6cefa4405f70307f8e8c | 68e1e41c1a8d42d7fd6d8e0228b4d29e0360d2bb | refs/heads/master | 2021-01-18T22:36:00.031466 | 2016-05-08T21:07:29 | 2016-05-08T21:07:29 | 13,861,600 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,253 | java | package minestrapteam.extracore.network;
import minestrapteam.extracore.ExtraCore;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.entity.player.EntityPlayerMP;
import net.minecraft.network.PacketBuffer;
public class PacketSplashEffect extends ECPacket
{
public double x;
public double y;
publ... | [
"[email protected]"
] | |
add3241c172f82b0426ccf9ed5ef8de939f3edcb | a2440dbe95b034784aa940ddc0ee0faae7869e76 | /modules/lwjgl/opengl/src/generated/java/org/lwjgl/opengl/NVTransformFeedback2.java | 78fcc4ba11cf0fda8cb70dff887e3f118e4c5f3c | [
"LicenseRef-scancode-khronos",
"LGPL-2.0-or-later",
"BSD-3-Clause",
"LicenseRef-scancode-free-unknown",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | LWJGL/lwjgl3 | 8972338303520c5880d4a705ddeef60472a3d8e5 | 67b64ad33bdeece7c09b0f533effffb278c3ecf7 | refs/heads/master | 2023-08-26T16:21:38.090410 | 2023-08-26T16:05:52 | 2023-08-26T16:05:52 | 7,296,244 | 4,835 | 1,004 | BSD-3-Clause | 2023-09-10T12:03:24 | 2012-12-23T15:40:04 | Java | UTF-8 | Java | false | false | 5,784 | java | /*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
* MACHINE GENERATED FILE, DO NOT EDIT
*/
package org.lwjgl.opengl;
import java.nio.*;
import org.lwjgl.system.*;
import static org.lwjgl.system.Checks.*;
import static org.lwjgl.system.JNI.*;
import static org.lwjgl.system.... | [
"[email protected]"
] | |
c156d69e7870b1df39cf75dd465d395c9b247df4 | 60371d05f1c3e32fa5ebb7115bd1df145d03531a | /RxTools-library/src/main/java/com/vondear/rxtools/utils/RxUtils.java | 9f449515ac52f5eea9e7458978e3f175e9754649 | [] | no_license | androiddeveloper007/zhishang | bf50a716b368db6fb6eb1b5ab98eba5d897f7126 | ce6ae7e97d8976462998784b83b99e144524b91f | refs/heads/master | 2020-04-01T14:26:33.000264 | 2018-05-31T09:13:18 | 2018-05-31T09:13:18 | 153,294,393 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,515 | java | package com.vondear.rxtools.utils;
import android.content.Context;
import android.os.Handler;
import android.os.HandlerThread;
import android.text.InputFilter;
import android.text.InputType;
import android.text.Spanned;
import android.view.View;
import android.view.ViewGroup;
import android.widget.EditText;
... | [
"[email protected]"
] | |
8c08147acc6aa15b74482669639b066d7e08f9db | 044fa73ee3106fe81f6414fa33dd2f8d44c8457e | /rta-api/rta-core/src/main/java/org/rta/core/dao/payment/tax/VehicleCurrentTaxDAO.java | e324a0c3fe06a3a9beac6a327ce48d249c82ef0b | [] | no_license | VinayAddank/webservices | 6ec87de5b90d28c6511294de644b7579219473ca | 882ba250a7bbe9c7112aa6e2dc1a34640731bfb8 | refs/heads/master | 2021-01-25T11:34:25.534538 | 2018-03-01T09:18:26 | 2018-03-01T09:18:26 | 123,411,464 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 486 | java | package org.rta.core.dao.payment.tax;
import java.util.List;
import org.rta.core.dao.base.GenericDAO;
import org.rta.core.entity.payment.tax.VehicleCurrentTaxEntity;
import org.rta.core.entity.vehicle.VehicleRCEntity;
public interface VehicleCurrentTaxDAO extends GenericDAO<VehicleCurrentTaxEntity> {
public Vehicl... | [
"[email protected]"
] | |
a2cc178d7c33a3889968ed08d83c7cfd5bc0f2cf | 25401ecdc0394dfeed79f6ab59b8339d8c1cc74a | /cardreader.provider.usb.tactivo/src/test/java/de/gematik/ti/cardreader/provider/usb/tactivo/control/TactivoCardReaderProviderTest.java | 74d781efdd80be16069ddde43639cb031d1e3a97 | [
"Apache-2.0"
] | permissive | gematik/ref-CardReaderProvider-USB-Tactivo-Android | f1f6d544358c5d93963ef889cb6281a059678b60 | e49e01f305cc3f24fe3544fbe9cdb3077cddcb6f | refs/heads/master | 2022-02-07T13:08:30.124094 | 2022-01-07T07:24:20 | 2022-01-07T07:24:20 | 214,091,078 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,820 | java | /*
* Copyright (c) 2020 gematik GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | [
"[email protected]"
] | |
eda9d2836c6036a3c472ffd326dcc898a89da524 | 2a6212e757c7b4a6a172edbb3bc372e9f6fa4c11 | /src/main/java/cn/nukkit/entity/projectile/EntityProjectile.java | b100e5d7fc6c758ee572e354bcda86b9b0f66407 | [] | no_license | RootMC/CustomNukkit | ea665dfcc66417d2ea440c4fff1d8b2a09d43c60 | a85eb4ef27ad7b9f55cd8ada7e249d91ba1e007a | refs/heads/master | 2022-11-15T08:29:09.769624 | 2020-05-11T19:36:35 | 2020-05-11T19:36:35 | 259,236,143 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,179 | java | package cn.nukkit.entity.projectile;
import cn.nukkit.entity.Entity;
import cn.nukkit.entity.EntityLiving;
import cn.nukkit.entity.data.LongEntityData;
import cn.nukkit.entity.item.EntityEndCrystal;
import cn.nukkit.event.entity.*;
import cn.nukkit.event.entity.EntityDamageEvent.DamageCause;
import cn.nukkit.level.Mov... | [
"[email protected]"
] | |
3707a28372d04de0cd5de5c082c15373cd019bca | 15b260ccada93e20bb696ae19b14ec62e78ed023 | /v2/src/main/java/com/alipay/api/domain/AlipayFundTransMergePrecreateModel.java | 0e0f1188d515d09fcad59792ef79aa14fe3cbdd3 | [
"Apache-2.0"
] | permissive | alipay/alipay-sdk-java-all | df461d00ead2be06d834c37ab1befa110736b5ab | 8cd1750da98ce62dbc931ed437f6101684fbb66a | refs/heads/master | 2023-08-27T03:59:06.566567 | 2023-08-22T14:54:57 | 2023-08-22T14:54:57 | 132,569,986 | 470 | 207 | Apache-2.0 | 2022-12-25T07:37:40 | 2018-05-08T07:19:22 | Java | UTF-8 | Java | false | false | 2,552 | java | package com.alipay.api.domain;
import java.util.List;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.internal.mapping.ApiListField;
/**
* 合并转账预下单接口
*
* @author auto create
* @since 1.0, 2022-12-09 16:13:35
*/
public class AlipayFundTransMergePrecreateM... | [
"auto-publish"
] | auto-publish |
31d0e545bfb1eac78042e84cb2708eb95ca50505 | 96ca926a0e95e71d583de3034aded16bb2712a9d | /example/tcphelloexam/src/main/java/hprose/tcphelloexam/TCPHelloClient.java | 974417dc90a4d73e15e60e2eb35fd06547384d4d | [
"MIT"
] | permissive | xiaoqiangcn1/hprose-java | 48e8c5dad237727e8585287e4b6c49f9a109ee82 | 47edfce3aeecab7936dbb6a7dfae89bb7e3d9010 | refs/heads/master | 2022-07-07T16:36:53.515136 | 2022-07-03T05:58:08 | 2022-07-03T05:58:08 | 101,377,673 | 0 | 0 | null | 2017-08-25T07:23:45 | 2017-08-25T07:23:45 | null | UTF-8 | Java | false | false | 4,223 | java | package hprose.tcphelloexam;
import hprose.client.HproseTcpClient;
import java.util.logging.Level;
import java.util.logging.Logger;
public class TCPHelloClient {
public static void main(String[] args) throws Throwable {
System.out.println("START");
HproseTcpClient.setReactorThreads(2);
lon... | [
"[email protected]"
] | |
2feaaa85d661ba487f1fcd81d95f3f8a434588f9 | 4c3030478340c4474340a0dec9f5340199284b5f | /java-tutorial-juc/src/main/java/com/geekerstar/collections/copyonwrite/CopyOnWriteArrayListDemo1.java | 7de2091510744f4fcab5b904915e107b96067528 | [] | no_license | jinguicheng-personal/java-tutorial | f48b5d8fa21c1f4a293929cc7019d43ca0b60118 | 5971344918aaf86f2697fc1b7ffb726d55292295 | refs/heads/master | 2023-07-03T23:48:07.339343 | 2021-08-14T09:47:26 | 2021-08-14T09:47:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,017 | java | package com.geekerstar.collections.copyonwrite;
import java.util.ArrayList;
import java.util.Iterator;
/**
* @author geekerstar
* @date 2020/2/9 14:23
* @description CopyOnWriteArrayList可以在迭代的过程中修改数组内容,但是ArrayList不行,对比
*/
public class CopyOnWriteArrayListDemo1 {
public static void main(String[] args) {
... | [
"[email protected]"
] | |
e252b9c17da728c5f8de9a8cc37b437ee79bf8f4 | 33554450797589016d8cec543ba3ed1079b50313 | /app/src/main/java/com/sx/trans/transport/home/bean/YearPlanDetailBean.java | 7ae005e48e31b865eb8f2f3a500f522f90696da0 | [] | no_license | liuzhao1006/MyLiuZhao | 895b6f92f027e42f449597fc694b1f5e5dff1c30 | c0496c8f11b46ad563070856d55a0b9f71448110 | refs/heads/master | 2021-04-09T16:18:05.074841 | 2018-03-18T15:08:00 | 2018-03-18T15:08:00 | 125,736,593 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,936 | java | package com.sx.trans.transport.home.bean;
import com.sx.trans.base.BaseBean;
/**
* Created by xxxxxx on 2017/11/27.
*/
public class YearPlanDetailBean extends BaseBean {
/**
* Id : 3066
* StudyPlanName : 201710计划
* StudyMonth : 201710
* IndustryId : 2044
* StudyBatch : ... | [
"[email protected]"
] | |
d9eb7a21845f30f7d7f48817ad0976a3424e3a4b | fbaae056f25cca6d3c4d1065e064f768bbf02377 | /src/main/java/jkmau5/alternativeenergy/server/PacketHandler.java | 143d96048d02b4aa54b0c67105cbf2cfacdbee1c | [] | no_license | Vexatos/AlternativeEnergy | 14426a40b15474890b6befd556e74696563b0ed6 | b961374feed9f52db9102bf6c2ac70fd16a708dd | refs/heads/master | 2020-05-20T16:19:28.377421 | 2013-12-08T10:06:42 | 2013-12-08T10:06:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 645 | java | package jkmau5.alternativeenergy.server;
import cpw.mods.fml.common.network.IPacketHandler;
import cpw.mods.fml.common.network.Player;
import jkmau5.alternativeenergy.network.AbstractPacket;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.network.INetworkManager;
import net.minecraft.network.pack... | [
"[email protected]"
] | |
9d205bf3879133932e5641577fe4c02083a7147a | a12fbb9fae79a850b7929d463050fbea7110f07d | /datacentre-parent/oauth2-server/src/main/java/com/yhl/oauth2server/service/OAthUserDetailesService.java | cab866145f47064ec599bbbaf76df2829eceb89f | [] | no_license | SuperRookieMam/myProject | d1f2a5c71e366f270a4d3f765f025589fa9daff7 | bfde96f77306865d9aba8d59308721e14e7a35e3 | refs/heads/master | 2020-04-22T20:46:50.742869 | 2019-03-15T03:20:04 | 2019-03-15T03:20:04 | 170,651,932 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 322 | java | package com.yhl.oauth2server.service;
import com.yhl.base.baseService.BaseService;
import com.yhl.oauth2server.entity.OAthUserDetailes;
import org.springframework.security.core.userdetails.UserDetailsService;
public interface OAthUserDetailesService extends UserDetailsService, BaseService<OAthUserDetailes,String> {
... | [
"[email protected]"
] | |
67ae6537c382fdea7b863a6cf6b58b498ac4e458 | 5095b037518edb145fbecbe391fd14757f16c9b9 | /gameserver/src/main/java/l2s/gameserver/model/entity/events/objects/KrateisCubePlayerObject.java | 343fd93f2054d34a5df215d8f2b28d0db29cb1c5 | [] | no_license | merlin-tribukait/lindvior | ce7da0da95c3367b05e0230379411f3544f4d9f3 | 21a3138a43cc03c7d6b8922054b4663db8e63a49 | refs/heads/master | 2021-05-28T20:58:13.697507 | 2014-10-09T15:58:04 | 2014-10-09T15:58:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,730 | java | package l2s.gameserver.model.entity.events.objects;
import java.io.Serializable;
import java.util.List;
import java.util.concurrent.Future;
import l2s.commons.threading.RunnableImpl;
import l2s.commons.util.Rnd;
import l2s.gameserver.ThreadPoolManager;
import l2s.gameserver.model.Player;
import l2s.gameserver.model.e... | [
"[email protected]"
] | |
713f9140c738cb9a2146c8fb63d62522b144887b | 08888a29fc00788e49390cbf6590a9c5b9a88f95 | /cgtjr/academics/chmstry/general/atoms/ChromiumAtom.java | 252ea64658d5ef918cdebfc71137fcc5e86bdb1d | [] | no_license | hellohung1229/cgtjr_csa | eebfd3f8f04deb89ca4346b13b79c87640527f58 | 5591dc8c2ec22fd4d94d1895b83c1313f1537df9 | refs/heads/master | 2021-04-15T05:00:42.743118 | 2017-10-23T20:43:33 | 2017-10-23T20:43:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 305 | java | package cgtjr.academics.chmstry.general.atoms;
public class ChromiumAtom extends PDBAtom
{
public ChromiumAtom()
{
initialize();
}
public void initialize()
{
setColor(0xce7711);
setAtomicNumber(24);
setAtomicSymbol("Cr");
setAtomicName("Chromium");
}
} | [
"[email protected]"
] | |
0412429d1ffe06e4e2592d70fbebc56631233ac7 | 74b42eca2103ce3ab39bb66110171b136450a68f | /src/tools/debugger/session/PromiseResolutionBreakpoint.java | 85a19691f659ca8e90f54066562efa45747d438d | [
"MIT"
] | permissive | salenaer/SOMns | 135ddb9c1fce6bbc65010a6486cf1623ad2c426f | ed393bc961c3064a516bcb495e9b39845b3d58f0 | refs/heads/master | 2021-01-19T10:06:16.280442 | 2017-03-15T16:41:20 | 2017-03-15T16:41:20 | 82,160,482 | 0 | 0 | null | 2017-03-13T16:14:30 | 2017-02-16T08:58:57 | Java | UTF-8 | Java | false | false | 505 | java | package tools.debugger.session;
import tools.SourceCoordinate.FullSourceCoordinate;
import tools.debugger.FrontendConnector;
public class PromiseResolutionBreakpoint extends SectionBreakpoint {
public PromiseResolutionBreakpoint(final boolean enabled, final FullSourceCoordinate coord) {
super(enabled, coord);
... | [
"[email protected]"
] | |
9e1e751f6b268b19e150f7f3a8c072dd8595fda5 | 7072af6a03d025baf94bdf9303c48d77d469633d | /com/shangshufang/homework/step1/knowledge9001_30/Demo1.java | e49c3d0d9bb90ea5c4b670baa928e11200d189a2 | [] | no_license | ShangShuFang/JavaExercisesDemo | 8ed9b2291e4e73a32b47ad4572f9a39da60aaa41 | f91253d2886d4913adb84302dbd749b1a2952f23 | refs/heads/master | 2023-02-06T19:42:54.466802 | 2020-12-18T09:34:08 | 2020-12-18T09:34:08 | 317,754,403 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 385 | java | package com.shangshufang.homework.step1.knowledge9001_30;
import java.time.LocalDateTime;
import java.time.format.DateTimeFormatter;
public class Demo1 {
public static void main(String[] args) {
LocalDateTime dt = LocalDateTime.now();
DateTimeFormatter dtf = DateTimeFormatter.ofPattern("yyyy-MM-dd... | [
"[email protected]"
] | |
983ef5823bc158095c94c1f90a8f14e6c7106afd | eb71e782cebec26969623bb5c3638d6f62516290 | /src/droptable/Aquanite.java | a60433fa688c07d361139e25921bd77098e096f5 | [] | no_license | DukeCharles/revision-718-server | 0fe7230a4c7da8de6f7de289ef1b4baec81fbd8b | cc69a0ab6e139d5cc7e2db9a73ec1eeaf76fd6e3 | refs/heads/main | 2023-06-25T05:50:04.376413 | 2021-07-25T19:38:35 | 2021-07-25T19:38:35 | 387,924,360 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,969 | java | package droptable;
import com.rs.game.npc.MobRewardNodeBuilder;
import com.rs.game.player.Player;
public final class Aquanite extends MobRewardNodeBuilder {
public Aquanite() {
super(new Object[] { "Aquanite", 9172 });
}
@Override
public void populate(Player player) {
switch (rarityNode(player)) {
case -1... | [
"[email protected]"
] | |
1c9785faecaec948b1242c1389d8fad594187cda | 5997633f833b5c0172b7f774eeb2350f64cedbd7 | /cli/src/main/java/com/box/l10n/mojito/cli/command/ThirdPartySyncCommand.java | 23d3b30b95f6c6bf4be8a4de03c2c89f1dfe2b29 | [
"Apache-2.0"
] | permissive | boxmoji/mojito | 42b5cceffba891ec3750d1bcf8a8160af21608ce | 03b3c9f8602697b37278dcee131cf9cb9b53bb5c | refs/heads/master | 2023-08-09T21:43:44.325425 | 2020-09-01T19:18:35 | 2020-09-01T20:07:54 | 70,105,535 | 0 | 0 | Apache-2.0 | 2020-09-15T03:26:28 | 2016-10-05T22:48:30 | Java | UTF-8 | Java | false | false | 4,276 | java | package com.box.l10n.mojito.cli.command;
import com.beust.jcommander.Parameter;
import com.beust.jcommander.Parameters;
import com.box.l10n.mojito.cli.command.param.Param;
import com.box.l10n.mojito.cli.console.ConsoleWriter;
import com.box.l10n.mojito.rest.ThirdPartySyncAction;
import com.box.l10n.mojito.rest.client.... | [
"[email protected]"
] | |
f65517cc6a791bc57071884b4aa7372f5f296c6e | 029fc19fd0cd022715f0d4f74392d697c59dd2ec | /fleece-mapper/src/main/java/org/apache/fleece/mapper/converter/IntegerConverter.java | 8677b3e7e60191f23bae0e25ba7667d727f9fcd8 | [] | no_license | salyh/incubator-fleece | 00bea6d3e3dc9926e816e097bfde002c4aeeb13c | 72e0a8162478acfefc2fadf12f5dc0b1528a382a | refs/heads/master | 2016-09-06T07:52:56.517886 | 2014-09-04T18:19:33 | 2014-09-04T18:19:33 | 21,290,179 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,181 | 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... | [
"[email protected]"
] | |
bd0d7519c4e4e909097a0fc9b1dca007718dc257 | 036f37aa941bcecf86941704a74682a95cdb3002 | /DP_MatrixMultiplicationChain/src/MatrixMultiplicationChain.java | ea1f71fb326952a19365b6ffbebdd1ca4331fb87 | [] | no_license | mbhushan/injava | 98999b0e9e0619a7b23694aa4c8b539b8434df1e | 36afa016fc8e62ee532c385b08e35fb625dc5473 | refs/heads/master | 2020-05-31T02:45:36.452691 | 2016-08-24T00:36:35 | 2016-08-24T00:36:35 | 29,081,399 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 925 | java |
public class MatrixMultiplicationChain {
public static void main(String [] args) {
int [] M = {1, 2, 3, 4};
MatrixMultiplicationChain MMC = new MatrixMultiplicationChain();
System.out.println("optimal cost to multiply matrices: " + MMC.matrixMulChainCost(M));
}
//Time Complexity: O(n^3)
//Auxiliary Space:... | [
"[email protected]"
] | |
a8c715123cc0787b3dfac86e3bf7f7c26a7fa8ae | 5a13f24c35c34082492ef851fb91d404827b7ddb | /src/main/java3/com/alipay/api/domain/AlipayDaoweiOrderConfirmModel.java | a08fe4a5e52c25cd17a042924a980d9ac533e4d2 | [] | no_license | featherfly/alipay-sdk | 69b2f2fc89a09996004b36373bd5512664521bfd | ba2355a05de358dc15855ffaab8e19acfa24a93b | refs/heads/master | 2021-01-22T11:03:20.304528 | 2017-09-04T09:39:42 | 2017-09-04T09:39:42 | 102,344,436 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,507 | java | package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 订单确认接口
*
* @author auto create
* @since 1.0, 2017-03-20 14:01:05
*/
public class AlipayDaoweiOrderConfirmModel extends AlipayObject {
private static final long serialVersionUID... | [
"[email protected]"
] | |
a9a45203acdb8c92d6a47eda411d95d1c1101e4f | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/4/4_e46cce59c381ddd5a46f3113ee87c4a7b96893ae/RemoteLauncherTests/4_e46cce59c381ddd5a46f3113ee87c4a7b96893ae_RemoteLauncherTests_s.java | 07431c94042037b30c829f63b21a7ed280a2ff05 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 4,566 | java | /*
* Copyright 2006-2007 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requ... | [
"[email protected]"
] | |
2453cb8418435173c506af7934d44b23e9c9e2be | d4833506e19df8f6d8b878b46f74c8447cc01e50 | /src/test/java/agh/jo/cnf/patricia/PatriciaTreeFromCNFAbstractTest.java | 8104798ee91ed0cb69ed58d0877eeedafd0d87c5 | [
"Apache-2.0"
] | permissive | axal25/TrieTreeImplementations | c2637cf7b7216dcf0e61f37606bc36a0301d5dbb | d23d0c43b3e4fdeaa71e2537a458f1d07b86c19f | refs/heads/master | 2022-06-14T23:47:02.722331 | 2020-03-21T21:20:48 | 2020-03-21T21:20:48 | 234,785,306 | 0 | 0 | Apache-2.0 | 2022-05-20T21:23:19 | 2020-01-18T19:23:56 | Java | UTF-8 | Java | false | false | 4,032 | java | package agh.jo.cnf.patricia;
import agh.jo.cnf.converter.CNFConverter;
import agh.jo.knuth.patricia.Encoding;
import agh.jo.knuth.patricia.PatriciaTree;
import agh.jo.knuth.patricia.file.ops.WordStrategy;
import agh.jo.knuth.patricia.file.ops.exceptions.NextWordStartIndexNotFoundException;
import java.util.Arrays;
i... | [
"[email protected]"
] | |
ac58c0b228b237aa3114b006963d590fb6c385c0 | cc16a38859a219a0688ef179babd31160ff0fcd4 | /src/count_univalue_subtrees/Solution.java | 695f92bc1c4135ade9528eca196fef583490d258 | [] | no_license | harperjiang/LeetCode | f1ab4ee796b3de1b2f0ec03ceb443908c20e68b1 | 83edba731e0070ab175e5cb42ea4ac3c0b1a90c8 | refs/heads/master | 2023-06-12T20:19:24.988389 | 2023-06-01T13:47:22 | 2023-06-01T13:47:22 | 94,937,003 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 820 | java | package count_univalue_subtrees;
public class Solution {
int[] scan(TreeNode root) {
if (root == null) {
return null;
}
if (root.left == null && root.right == null) {
return new int[]{root.val, 1};
}
int[] left = scan(root.left);
int[] right ... | [
"[email protected]"
] | |
4d87fa2f05bb6d00504bfccdbb9e430e25a17df8 | cceb4e618ce4ccf7a20ae1e6a2a0b53cf5924a19 | /src/main/java/cn/bestsec/dcms/platform/impl/unit/UnitQueryMinorList.java | 0707e314a01dbfc4ad88085528f19c29d323dd4a | [] | no_license | zhanght86/dcms | 9843663cb278ebafb6f26bc662b385b713f2058d | 8e51ec3434ffb1784d9ea5d748e8972dc8fc629b | refs/heads/master | 2021-06-24T16:14:09.891624 | 2017-09-08T08:18:39 | 2017-09-08T08:18:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,474 | java | package cn.bestsec.dcms.platform.impl.unit;
import java.util.ArrayList;
import java.util.List;
import javax.persistence.criteria.CriteriaBuilder;
import javax.persistence.criteria.CriteriaQuery;
import javax.persistence.criteria.Predicate;
import javax.persistence.criteria.Root;
import javax.transaction.Transactional... | [
"[email protected]"
] | |
49a2812c43c976a3f1b4ebdd8ab89588c770a249 | 1a83f3f213dca04890764ac096ba3613f50e5665 | /src/main/java/io/server/game/event/impl/ItemOnItemEvent.java | 7e183fa0901e1f55afd973491bc136af186f5940 | [] | no_license | noveltyps/NewRunityRebelion | 52dfc757d6f784cce4d536c509bcdd6247ae57ef | 6b0e5c0e7330a8a9ee91c691fb150cb1db567457 | refs/heads/master | 2020-05-20T08:44:36.648909 | 2019-05-09T17:23:50 | 2019-05-09T17:23:50 | 185,468,893 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 640 | java | package io.server.game.event.impl;
import io.server.game.event.Event;
import io.server.game.world.items.Item;
public class ItemOnItemEvent implements Event {
private final Item used;
private final int usedSlot;
private final Item with;
private final int withSlot;
public ItemOnItemEvent(Item used, int usedSlot,... | [
"[email protected]"
] | |
a28da4fec9ca2ed2ad630605cf501f76e65dee7d | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/neo4j--neo4j/ea863751776c4b0e24becd848d0bcf9db49d9837/after/ArrayEncoder.java | 798c1b2b43e26d76dda2daf1238bd00d01828068 | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,825 | java | /**
* Copyright (c) 2002-2015 "Neo Technology,"
* Network Engine for Objects in Lund AB [http://neotechnology.com]
*
* This file is part of Neo4j.
*
* Neo4j is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundati... | [
"[email protected]"
] | |
7ce90320b268692ffc8a2039a7d5328e588d7590 | c9422d4c4c799cda11d8190fe5aa14caebe9a48f | /src/com/coreeight/basics/blocks/StaticBlocks.java | 7fb4895f780bc92a47060310d4a08b5355082815 | [
"MIT"
] | permissive | pradeepreddy126/Java-Eight | ab18f68fb0a8691831313e6117fc4e4763a4baeb | 820a84ec12973fcde8ce41237ba2e5056a5535f3 | refs/heads/master | 2022-06-29T23:10:05.251520 | 2020-05-13T02:49:58 | 2020-05-13T02:49:58 | 258,724,107 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 435 | java | package com.coreeight.basics.blocks;
import javax.swing.text.html.StyleSheet;
public class StaticBlocks {
static {
System.out.println("Block 1");
}
static {
System.out.println("Block 3");
}
static {
System.out.println("Block 2");
}
public static void main(String... | [
"[email protected]"
] | |
73be5fe15fcdda2dab32da0dfea9c47ef42e9642 | 43ee32d891b5357501d74be4680c5574d0788466 | /hutool-cron/src/main/java/cn/hutool/cron/timingwheel/SystemTimer.java | 9d640fa02db507bbdf717e620b1c76feaf18eb5b | [
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-mulanpsl-2.0-en",
"MulanPSL-2.0"
] | permissive | zw1127/hutool | 0a0384cbabdd01e45ddc192cbc6c54215f8d7fc4 | 89832cdcce8dc3b6bed0fc1d5bdd33e36d1e599f | refs/heads/v4-master | 2023-05-05T00:50:50.562107 | 2023-04-16T15:40:08 | 2023-04-16T15:40:08 | 176,929,021 | 0 | 0 | Apache-2.0 | 2019-06-27T01:17:26 | 2019-03-21T11:13:16 | Java | UTF-8 | Java | false | false | 2,427 | java | package cn.hutool.cron.timingwheel;
import cn.hutool.core.thread.ThreadUtil;
import java.util.concurrent.DelayQueue;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.TimeUnit;
/**
* 系统计时器
*
* @author eliasyaoyc, looly
*/
public class SystemTimer {
/**
* 底层时间轮
*/
private final Timing... | [
"[email protected]"
] | |
a965a16f0185ea3fb4e8b4a6d048341ad11b0a05 | f3aec68bc48dc52e76f276fd3b47c3260c01b2a4 | /core/referencebook/src/main/java/ru/korus/tmis/pix/SetUpdateMode.java | 070d04468dba11af54cec64363f7086113755d46 | [] | no_license | MarsStirner/core | c9a383799a92e485e2395d81a0bc95d51ada5fa5 | 6fbf37af989aa48fabb9c4c2566195aafd2b16ab | refs/heads/master | 2020-12-03T00:39:51.407573 | 2016-04-29T12:28:32 | 2016-04-29T12:28:32 | 96,041,573 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 826 | java |
package ru.korus.tmis.pix;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for SetUpdateMode.
*
* <p>The following schema fragment specifies the expected content contained within this class.
* <p>
* <pre>
* <simpleType name="SetUpdateMode">
* <... | [
"[email protected]"
] | |
49b35a4d70407211bfa7cf37a0a3da4c2e178538 | 14431603e83103ea34fd371de5d36518424d99a5 | /src/test/java/org/datasurvey/web/rest/TestUtil.java | 2373dc3986a4d1b46cd796247ddc9a6c21657f6a | [
"MIT"
] | permissive | Quantum-P3/datasurvey | c9bee843f6a1867277b3619e1de6e7b9fad54252 | fc03659f7ed0b2592939fe05a4d9cda4531af5bf | refs/heads/dev | 2023-07-11T10:36:17.512315 | 2021-08-18T05:21:59 | 2021-08-18T05:21:59 | 382,707,818 | 0 | 0 | MIT | 2021-08-18T05:34:03 | 2021-07-03T20:55:10 | Java | UTF-8 | Java | false | false | 7,877 | java | package org.datasurvey.web.rest;
import static org.assertj.core.api.Assertions.assertThat;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.SerializationFeature;
import com.fasterxml.jackson.datatype.jsr310.JavaTimeModule;
i... | [
"[email protected]"
] | |
845dfcaccb46939504bcef2fa6f177047d9350c7 | 7a3ae605834e5331b9b5ec5ee6f2bdce20feb26a | /kiji-schema/src/main/java/org/kiji/schema/impl/HBaseVersionPager.java | be04ce265bc362b0bda02212a96a1d01b6035c5d | [
"Apache-2.0"
] | permissive | alexandre-normand/kiji-schema | 9429a354bfdf6f3d3d63666589b0d2945dc33adb | ba3a995e8992db6f300214fc05aaf287b0a6b328 | refs/heads/master | 2021-01-17T16:22:10.901396 | 2013-04-16T23:44:43 | 2013-04-16T23:44:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,417 | java | /**
* (c) Copyright 2013 WibiData, Inc.
*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* 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... | [
"[email protected]"
] | |
ae95c993142f65e4ea04ad13b250e3106e1573ea | 78f284cd59ae5795f0717173f50e0ebe96228e96 | /factura-negocio/src/cl/stotomas/factura/negocio/formulario_29/copy2/TestingError.java | e9eb15dd7b686ba80706c7af0346c46261e0da81 | [] | no_license | Pattricio/Factura | ebb394e525dfebc97ee2225ffc5fca10962ff477 | eae66593ac653f85d05071b6ccb97fb1e058502d | refs/heads/master | 2020-03-16T03:08:45.822070 | 2018-05-07T15:29:25 | 2018-05-07T15:29:25 | 132,481,305 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 1,197 | java | package cl.stotomas.factura.negocio.formulario_29.copy2;
import javax.crypto.Cipher;
import javax.crypto.spec.SecretKeySpec;
//import cl.stomas.factura.negocio.testing.TestingFinal.Echo;
public class TestingError {
public static String decryptMessage(final byte[] message, byte[] secretKey)
{
try {
... | [
"Adriana Molano@DESKTOP-GQ96FK8"
] | Adriana Molano@DESKTOP-GQ96FK8 |
e12bba0757de80ec619b1931b5a5b8e45d85bb3a | f59ea6fc21caaa5b9f7ef21cb08ed7337ad1ff5b | /app/src/main/java/com/shengui/app/android/shengui/utils/im/UISquaredImageView.java | 5ec2407d26fd58e8403a1d7248e0d39dd3dfd406 | [] | no_license | chengyue5923/shenguinewproject | bd66ad7d463438a2c848a1f5799c4db49574dcd1 | 9020a4d55befb95d18aa42bf65886c04a2e1630b | refs/heads/master | 2021-01-20T13:06:43.854795 | 2017-05-06T09:08:06 | 2017-05-06T09:08:06 | 90,450,821 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,055 | java | package com.shengui.app.android.shengui.utils.im;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.RectF;
import android.util.AttributeSet;
import android.view.MotionEvent;
import com.kdmobi.gui.R;
/**
* 图片... | [
"[email protected]"
] | |
764a018105339939e141f234cd17701b3276cc25 | 3ca53c13d2953805c00406476ceda9684887a8ad | /src/com/iwxxm/taf/MDAggregateInformationPropertyType.java | 10b56b66922ec556ac81f8db600592062137631c | [] | no_license | yw2017051032/tac2iwxxm | ae93c12b08b7316cd59de032d4ae2e8082bc6c0b | 5a08cb9ecd0833fd4435bf6db81a2b8126380ec1 | refs/heads/master | 2020-03-17T03:03:06.671868 | 2018-06-05T16:55:59 | 2018-06-05T17:06:03 | 133,217,637 | 3 | 0 | null | null | null | null | GB18030 | Java | false | false | 8,054 | java | //
// 此文件是由 JavaTM Architecture for XML Binding (JAXB) 引用实现 v2.2.8-b130911.1802 生成的
// 请访问 <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// 在重新编译源模式时, 对此文件的所有修改都将丢失。
// 生成时间: 2018.04.04 时间 07:08:22 PM CST
//
package com.iwxxm.taf;
import java.util.ArrayList;
import java.util.Li... | [
"[email protected]"
] | |
b3f9a1ee379a322b0365bb63b78e95c8e26e31fd | dd76d0b680549acb07278b2ecd387cb05ec84d64 | /divestory-Fernflower/com/google/common/base/FunctionalEquivalence.java | b85cee2fe72d788c5619b334363912a3c2149be0 | [] | no_license | ryangardner/excursion-decompiling | 43c99a799ce75a417e636da85bddd5d1d9a9109c | 4b6d11d6f118cdab31328c877c268f3d56b95c58 | refs/heads/master | 2023-07-02T13:32:30.872241 | 2021-08-09T19:33:37 | 2021-08-09T19:33:37 | 299,657,052 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,710 | java | package com.google.common.base;
import java.io.Serializable;
import org.checkerframework.checker.nullness.compatqual.NullableDecl;
final class FunctionalEquivalence<F, T> extends Equivalence<F> implements Serializable {
private static final long serialVersionUID = 0L;
private final Function<F, ? extends T> func... | [
"[email protected]"
] | |
25657e52043780d94f9e299a2f91cf96fac8292a | 71201748e0b19ffa382d7f17c52194b587665fa4 | /products/sarldoc/src/main/java/io/sarl/sarldoc/modules/internal/SarldocApplicationModule.java | 4daffd183acb804fe6991f45fc788980b3da4c52 | [
"Apache-2.0"
] | permissive | Draf09/sarl | 0e79aaf72e1b0999e426a556302ab89a8fa296ad | eb0cb1a621b4052cb2a5a4ef8e1756de4676f1ec | refs/heads/master | 2022-11-24T15:41:57.807507 | 2020-07-29T21:24:38 | 2020-07-30T14:50:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,647 | java | /*
* $Id$
*
* SARL is an general-purpose agent programming language.
* More details on http://www.sarl.io
*
* Copyright (C) 2014-2020 the original authors or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You ma... | [
"[email protected]"
] | |
cfd84cac88e43f492e14182089642b4552da3aec | 0cc2845f9d22be098cb7b1f28d1bf432bac2be3e | /SAA/FONTE/saaservico/src/main/java/br/com/saa/servico/RotinaServico.java | 3b166cd257154b6ed41481f7e526acf663f8fbb4 | [] | no_license | elimarcosarouca/imec | ed9075b2868c18f2826a2aaab2d2d5a5960eea6c | f9d15df690c10bf034cb4b82dbf67121b63d573a | refs/heads/master | 2021-01-10T12:34:00.437093 | 2015-08-13T03:19:00 | 2015-08-13T03:19:00 | 43,327,018 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 279 | java | package br.com.saa.servico;
import java.util.List;
import br.com.saa.modelo.entidade.Rotina;
public interface RotinaServico extends IService<Rotina, Long> {
public List<Rotina> listaRotinasPorPerfil(Long id);
public List<Rotina> findByNomeLike(String nome);
} | [
"[email protected]"
] | |
3bc94291afb73ddb494b8733f22d81bdc6a4e1a7 | 98d61e74003e599e70e5fe37829db567f2119c74 | /jsystem-core-system-objects/FileTransfer-tests/src/main/java/com/aqua/filetransfer/ftp/FTPClientTest.java | 511cb44160cd9cc332db7b609a7403e3738754ac | [
"Apache-2.0"
] | permissive | Top-Q/jsystem | e3721e981fcdfa305c7d2679f98105124b705ff6 | 282064793b64dad8de685dd6d5332d5bd753f07b | refs/heads/master | 2023-07-08T03:02:09.358983 | 2022-05-25T06:04:50 | 2022-05-25T06:04:50 | 6,123,437 | 35 | 53 | Apache-2.0 | 2023-06-28T12:06:26 | 2012-10-08T11:33:14 | Java | UTF-8 | Java | false | false | 3,046 | java | /*
* Copyright 2005-2010 Ignis Software Tools Ltd. All rights reserved.
*/
package com.aqua.filetransfer.ftp;
import java.io.File;
import jsystem.framework.JSystemProperties;
import jsystem.utils.FileUtils;
import junit.framework.SystemTestCase;
public class FTPClientTest extends SystemTestCase {
private static ... | [
"[email protected]"
] | |
5ea949b2986616052c4c614a9c28dc31973fc8fd | d18af2a6333b1a868e8388f68733b3fccb0b4450 | /java/src/com/google/android/gms/internal/zzht$zza.java | 7237954823a342eec3b7130f7827e2cbd76ba00d | [] | no_license | showmaxAlt/showmaxAndroid | 60576436172495709121f08bd9f157d36a077aad | d732f46d89acdeafea545a863c10566834ba1dec | refs/heads/master | 2021-03-12T20:01:11.543987 | 2015-08-19T20:31:46 | 2015-08-19T20:31:46 | 41,050,587 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 455 | java | // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package com.google.android.gms.internal;
import java.io.InputStream;
// Referenced classes of package com.google.android.gms.internal:
// ... | [
"[email protected]"
] | |
b1f39cbe7f8c9fd67e230a7c7c31878e012e1abe | 846b7ce05c7985564faec716fb9ebf6fc330af32 | /vertx-web-client/src/test/java/io/vertx/ext/web/client/jackson/WineAndCheese.java | 8fe82d9b15a28e1816e8ab4b32d9735774ae1faa | [
"Apache-2.0"
] | permissive | AlexeySoshin/vertx-web | c0497e8fe4cc7b86621c14fb692676035ed91282 | d422c71b0d4b4f5657fb6d7992004e2774b05dc5 | refs/heads/master | 2023-02-25T01:51:25.979838 | 2018-11-22T16:28:09 | 2018-11-22T16:28:09 | 125,709,934 | 2 | 0 | Apache-2.0 | 2023-02-10T09:38:48 | 2018-03-18T09:31:45 | Java | UTF-8 | Java | false | false | 767 | java | package io.vertx.ext.web.client.jackson;
import java.util.Objects;
/**
* @author <a href="mailto:[email protected]">Julien Viet</a>
*/
public class WineAndCheese {
private String wine;
private String cheese;
public String getWine() {
return wine;
}
public WineAndCheese setWine(String wine) {
... | [
"[email protected]"
] | |
9bc854fb77fae12b6da7933079860b45539fe1b4 | 674b10a0a3e2628e177f676d297799e585fe0eb6 | /src/main/java/androidx/lifecycle/FullLifecycleObserver.java | 9bd81963497856daeefd8b05d78de8e8ef6faec9 | [] | no_license | Rune-Status/open-osrs-osrs-android | 091792f375f1ea118da4ad341c07cb73f76b3e03 | 551b86ab331af94f66fe0dcb3adc8242bf3f472f | refs/heads/master | 2020-08-08T03:32:10.802605 | 2019-10-08T15:50:18 | 2019-10-08T15:50:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 334 | java | package androidx.lifecycle;
interface FullLifecycleObserver extends LifecycleObserver {
void onCreate(LifecycleOwner arg1);
void onDestroy(LifecycleOwner arg1);
void onPause(LifecycleOwner arg1);
void onResume(LifecycleOwner arg1);
void onStart(LifecycleOwner arg1);
void onStop(LifecycleOw... | [
"[email protected]"
] | |
aa4b50ef9a9492b355f9812ef04592a537ee5100 | 5f8109fa4637634b458c196967e0a8d9a0bb2c3c | /workspace_07_08/java_02/src/day19/Node.java | 302e31753edbaaf883776fad6c4573f149efa4d6 | [] | no_license | mini222333/mini | 72e7a9f2126dfdd0b5dde551cfaa4d375c0256d2 | 787b02e0d4db27a208a3e2cac652711898ed2cbe | refs/heads/master | 2020-07-29T09:31:16.776045 | 2019-09-20T08:54:40 | 2019-09-20T08:54:40 | 209,746,612 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 441 | java | package day19;
public class Node<E>{
E data;
Node<E> next;
//그 다음 데이터 얘기해줌 null이면 그 다음 데이터 없음
//이런식으로 데이터 관리된다까지 알아두기
public Node(E data, Node<E> next) {//링크드리스트는 노드기반
this.data = data;
this.next = next;
}
@Override
public String toString() {
return "Node [data=" + data + ", next=" + next ... | [
"user@DESKTOP-V882PTR"
] | user@DESKTOP-V882PTR |
c8a691ed57f64410824b2aeee29143635b0a63c0 | 14d4fa5f2eb32853f72f791de4bf92f76022b9da | /SimpleSDK/src/org/bouncycastle/bcpg/MPInteger.java | 940d782d656e158b65880b25bf4a2262788ded65 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0",
"LicenseRef-scancode-proprietary-license",
"JSON",
"LicenseRef-scancode-warranty-disclaimer",
"EPL-1.0"
] | permissive | SKT-ThingPlug2/device-sdk-javame | 253ece8b8f41286256c27bae07a242dc551ff8c6 | 2a965a8d882b3a4e36753c7b81f152a9b56614d3 | refs/heads/master | 2021-05-02T12:52:01.394954 | 2018-03-09T08:22:25 | 2018-03-09T08:22:25 | 120,748,806 | 1 | 5 | Apache-2.0 | 2018-03-23T06:16:34 | 2018-02-08T10:48:43 | Java | UTF-8 | Java | false | false | 1,288 | java | package org.bouncycastle.bcpg;
import java.io.IOException;
import javax.math.BigInteger;
/**
* a multiple precision integer
*/
public class MPInteger
extends BCPGObject
{
BigInteger value = null;
public MPInteger(
BCPGInputStream in)
throws IOException
{
int ... | [
"[email protected]"
] | |
c7145a4242ee6c2857ae44aa42eaf077e4a48b1b | bb302c89db6cd4a4d9ab7571796368c35445c2cd | /libs41/src/main/java/com/seasunny/authentication/enums/SmsStatusEnum.java | 8034a6118003698dfe2d2674aab9df23da0dba84 | [] | no_license | seasunny1229/SpringCloud | ee008c0114bdeb8f297db54261b324855275991c | 5c87263df9c59d895784318aa6126bb0221edf71 | refs/heads/master | 2023-03-21T03:32:14.584007 | 2021-03-14T14:48:40 | 2021-03-14T14:48:40 | 302,620,471 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 552 | java | package com.seasunny.authentication.enums;
public enum SmsStatusEnum {
USED("U", "已使用"),
NOT_USED("N", "未使用");
private String code;
private String desc;
SmsStatusEnum(String code, String desc) {
this.code = code;
this.desc = desc;
}
public String getCode() {
ret... | [
"[email protected]"
] | |
62f841d64d6a0850622f4b2a8a1ee40df509e8df | a125e0a6ff70c7fc6b90311bb5f5d19f99bb80c2 | /src/simple/bean/Employee.java | 6dfe4016fb05ca17a9aa86a88f2974fbe75424ef | [] | no_license | borjur/EmployeeForm | 70152c0a820cfec7b3d3bc33644f5b12b6641a92 | 136f6946191b9e2fd12ec30c883a257cb604333d | refs/heads/master | 2021-01-01T15:36:17.988207 | 2014-06-18T05:16:19 | 2014-06-18T05:16:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 722 | java | package simple.bean;
public class Employee {
private String employeeNo = "";
private String firstName = "";
private String middleName = "";
private String lastName = "";
public String getEmployeeNo() {
return employeeNo;
}
public void setEmployeeNo(String employeeNo) {
this.employeeNo = employeeNo;
}
pub... | [
"[email protected]"
] | |
140e25f1071c99808938133b70abd9f4b5a55d2d | c7dc8c3b6c5f0c836f5ccce772be2f4252e0eae5 | /src/main/java/com/peycash/persistence/dao/impl/MessageTypeDAOImpl.java | 10a21443ceb6e2e1b531fb6b515264251b884f9e | [] | no_license | amaro-coria/Peycash | f6b09cd5e59b7291f8994ae4786caaf61f0497f5 | 90210f4dfa0a1d227a3ca60e38126f257355555e | refs/heads/master | 2021-01-17T13:57:21.372340 | 2016-07-06T07:08:33 | 2016-07-06T07:08:33 | 17,179,205 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 538 | java | /*
* Peycash 2014 - All rights reserved
*/
package com.peycash.persistence.dao.impl;
import org.springframework.stereotype.Repository;
import com.peycash.persistence.dao.MessageTypeDAO;
import com.peycash.persistence.domain.Messagetype;
/**
* Implementation of the interface to access the persistence entity Messag... | [
"[email protected]"
] | |
98b1e6ec3e4a593a89495a03a986923793bcebd3 | 4991436c2b266b2892363b4e8d421247a8d29c6e | /checkstyle/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/finallocalvariable/InputFinalLocalVariableNameShadowing.java | 02a25f20b92e2d939174c57955d5c5412749f22e | [
"Apache-2.0"
] | permissive | spoole167/java-static-analysis-samples | d9f970104bb69abb968e0ecf09c11aa25c364ebd | 880f9b394e531d8c03af425b1b4e5a95302a3359 | refs/heads/main | 2023-08-14T22:26:12.012352 | 2021-09-15T05:50:20 | 2021-09-15T05:50:20 | 406,629,824 | 0 | 0 | Apache-2.0 | 2021-09-15T05:49:41 | 2021-09-15T05:49:41 | null | UTF-8 | Java | false | false | 854 | java | /*
FinalLocalVariable
validateEnhancedForLoopVariable = (default)false
tokens = PARAMETER_DEF,VARIABLE_DEF
*/
package com.puppycrawl.tools.checkstyle.checks.coding.finallocalvariable;
class InputFinalLocalVariableNameShadowing {
public void foo(String text) { // violation
System.identityHashCode(text);
... | [
"[email protected]"
] | |
9e4e8fd7046e036947c52143d913bc7b2495d29f | bb1b2793c965f2982d27206d13820f09d288ab99 | /JpaExample/src/com/isbank/rest/constraint/MyAnnoValid.java | 745d143726a2dc5c8c3a80e630ab84ac085bdccf | [] | no_license | osmanyaycioglu/ishiber | 9724b98fbc38a5b9d40a2bb52afc975f7c569d5d | 6fdf9e137076e23df4dd8ead8e6f8b14de3988f5 | refs/heads/master | 2021-02-12T23:43:58.499731 | 2020-03-06T13:18:39 | 2020-03-06T13:18:39 | 244,643,193 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 675 | java | package com.isbank.rest.constraint;
import static java.lang.annotation.ElementType.FIELD;
import static java.lang.annotation.ElementType.METHOD;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
import javax.validation.Constraint;
i... | [
"[email protected]"
] | |
6441d5fb36831b5c16445c652b5bfe3d27c825d1 | 99ed166aee0c49e3be5b257587ae953d02cd4e0b | /ews/src/main/java/com/github/huifer/ews/domain/em/OperatorEnums.java | 5aa64e1596328223084652d8d584f28e0e09e8ac | [
"Apache-2.0"
] | permissive | huifer/ews | 2d2a6c18b6b361f338d1f47734e937a756644177 | 53dee9bf75d6e521a81e6c6b7da18da7d79cb7b7 | refs/heads/main | 2023-06-24T23:33:21.673283 | 2021-08-02T01:31:15 | 2021-08-02T01:31:15 | 387,712,036 | 1 | 0 | null | 2021-07-22T08:14:18 | 2021-07-20T07:38:39 | Java | UTF-8 | Java | false | false | 719 | java | package com.github.huifer.ews.domain.em;
public enum OperatorEnums {
EQ("==", "等于", 0),
NEQ("!=", "不等于", 1),
GTE(">=", "大于等于", 2),
GT(">", "大于", 3),
LT("<", "小于", 4),
LTE("<=", "小于等于", 5);
private final String code;
private final String name;
private final int id;
OperatorEnums(String code, String name, int... | [
"[email protected]"
] | |
46001ef59e90acbd8ffa34c0c0ae02d26b3e7cd7 | 9b294c3bf262770e9bac252b018f4b6e9412e3ee | /camerazadas/source/apk/com.sonyericsson.android.camera/src-cfr-nocode/android/support/v4/util/AtomicFile.java | 1a5d1b9aa5e406b74662537821e1d7dd807137e7 | [] | no_license | h265/camera | 2c00f767002fd7dbb64ef4dc15ff667e493cd937 | 77b986a60f99c3909638a746c0ef62cca38e4235 | refs/heads/master | 2020-12-30T22:09:17.331958 | 2015-08-25T01:22:25 | 2015-08-25T01:22:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 805 | java | /*
* Decompiled with CFR 0_100.
*/
package android.support.v4.util;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
/*
* Exception performing whole class analysis.
*/
public class AtomicFile {
private final... | [
"[email protected]"
] | |
44f1f7a930f4f35bff9ab1d1a9aed46089ac2fea | f1ad958a3398c2ffece6e7b7ddad73a77e4d8483 | /multi-thread-programming/src/main/java/ch03/stack_2/MyStack.java | 5265e32921f2e7bac06d5ef5a14432c4061f75ef | [] | no_license | skjme/csf-pro | 46b824f99ad8ebf7a5d241b1bda5b13801c4a679 | 6271ea2e8bdd72f43c1575bdbfa1d8c52b6e3b56 | refs/heads/master | 2023-01-23T18:26:19.666611 | 2022-04-12T06:47:31 | 2022-04-12T06:47:31 | 146,056,071 | 2 | 0 | null | 2023-01-04T19:46:07 | 2018-08-25T01:54:51 | JavaScript | UTF-8 | Java | false | false | 1,276 | java | package ch03.stack_2;
import java.util.ArrayList;
import java.util.List;
public class MyStack {
private List list = new ArrayList();
synchronized public void push(){
try{
while (list.size() == 1){ // 注意这里不是if而是while, 避免多个呈wait状态的状态被唤醒
this.wait();
}
... | [
"[email protected]"
] | |
f287b599926d92c30fb1bc1dc221d680d8bbf1ad | 0e06e096a9f95ab094b8078ea2cd310759af008b | /sources/com/google/android/gms/nearby/messages/internal/zzaz.java | 2843c60ab17125b08be77b5e409719cdce1c2b52 | [] | no_license | Manifold0/adcom_decompile | 4bc2907a057c73703cf141dc0749ed4c014ebe55 | fce3d59b59480abe91f90ba05b0df4eaadd849f7 | refs/heads/master | 2020-05-21T02:01:59.787840 | 2019-05-10T00:36:27 | 2019-05-10T00:36:27 | 185,856,424 | 1 | 2 | null | 2019-05-10T00:36:28 | 2019-05-09T19:04:28 | Java | UTF-8 | Java | false | false | 885 | java | package com.google.android.gms.nearby.messages.internal;
import android.os.RemoteException;
import com.google.android.gms.common.api.Api.AnyClient;
import com.google.android.gms.common.api.internal.ListenerHolder;
import com.google.android.gms.common.api.internal.RegisterListenerMethod;
import com.google.android.gms.t... | [
"[email protected]"
] | |
f0bc9df4ae694ae8188dd5d83a3d0533bab1ff22 | 712804efc761f095340a1128c4a7577a9fd4fcdd | /src/main/java/com/twineworks/tweakflow/lang/types/BooleanType.java | 5936deb2d72c603b52359ab79ce5346ea7706437 | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"BSD-3-Clause",
"Apache-2.0",
"BSD-2-Clause"
] | permissive | gitter-badger/tweakflow | 097a47567373abaa9a93f61750381ee41e0db9a0 | cfabfc96f1f6bcda18ec050108cfe64c2517868f | refs/heads/master | 2020-05-14T09:52:43.062608 | 2019-04-16T19:11:37 | 2019-04-16T19:11:37 | 181,751,285 | 1 | 1 | null | 2019-04-16T19:12:44 | 2019-04-16T19:12:44 | null | UTF-8 | Java | false | false | 4,249 | java | /*
* The MIT License (MIT)
*
* Copyright (c) 2019 Twineworks GmbH
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to u... | [
"[email protected]"
] | |
33519b8650e1beafb44d4d6efb935431f40526f6 | a3a54e8c694730ea5ae071cc198db50582ca7ab6 | /学习笔记/Android notes/1.基础/【黑马52】day35_Android应用开发-新特性和知识点回顾/code/ObjectAnimator/gen/com/example/objectanimator/BuildConfig.java | c5dc9f45c84dad911ad41ca7dda578834d3a9a84 | [] | no_license | zhhqiang9198/Giovani-resource | 3f807c97f231a00b694a1bd8adaa7816aab90af4 | aa30dcac2af0b34c6f14f55635199a9319ef3685 | refs/heads/master | 2021-10-18T17:15:22.759832 | 2019-01-16T10:01:20 | 2019-01-16T10:01:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 168 | java | /** Automatically generated file. DO NOT MODIFY */
package com.example.objectanimator;
public final class BuildConfig {
public final static boolean DEBUG = true;
} | [
"[email protected]"
] | |
2e1621d6f6917a842a7c08e5fd1474790bd10a3d | 58df55b0daff8c1892c00369f02bf4bf41804576 | /src/com/android/mail/ui/ShortcutNameActivity.java | 4802c75899f476b5da8d2a38189c553360b02dff | [] | no_license | gafesinremedio/com.google.android.gm | 0b0689f869a2a1161535b19c77b4b520af295174 | 278118754ea2a262fd3b5960ef9780c658b1ce7b | refs/heads/master | 2020-05-04T15:52:52.660697 | 2016-07-21T03:39:17 | 2016-07-21T03:39:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,363 | java | package com.android.mail.ui;
import android.app.ActionBar;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.text.Editable;
import android.text.Selection;
import android.text.TextUtils;
import android.view.KeyEvent;
import android.view.View;
import android.view.View.O... | [
"[email protected]"
] | |
dcfb2230cf80e9e0a95e4cf6cd902216a4ab4889 | 3781a8ad2c5b10cca2906441a3f2ee02079d1151 | /src/mouseapp/KindOfDatabase.java | b1fba50bc7d6d7a3304260b2822bfbb2e1f468e5 | [] | no_license | tsoglani/AndroidRemoteJavaServer | 6e34913accbbc00f2ea950db8382aa38ce232d00 | bce4fcf1614fa79d9254c3319f8de113ec3181c4 | refs/heads/master | 2021-01-10T20:36:08.315257 | 2018-06-06T20:43:53 | 2018-06-06T20:43:53 | 39,274,911 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 964 | java | package mouseapp;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.PrintWriter;
public class KindOfDatabase {
private PrintWriter pw;
priv... | [
"[email protected]"
] | |
b1c105f86bbcc5f5a0252578440e51e995b0e469 | 95a4cd938079325337a490792bb560bedf821c7e | /service/service-edu/src/main/java/com/wzd/eduservice/service/impl/EduChapterServiceImpl.java | 55c6e429b640ad7b88fafa0c61a4ba603bbaed60 | [] | no_license | lofxve/e_learning | 57b9b8a58306d293f6d0d6556ee7ac4b827801bf | 272095b9720d64aec5bcf88ebe884db92a0258bc | refs/heads/master | 2023-03-28T09:35:57.717042 | 2021-03-12T09:09:02 | 2021-03-12T09:09:02 | 334,385,463 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,540 | java | package com.wzd.eduservice.service.impl;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.wzd.baseservice.exceptionHandler.BaseException;
import com.wzd.eduservice.entity.EduChapter;
import com.wzd.eduservice.entity.EduVi... | [
"[email protected]"
] | |
b97e3071ecc63acf1778aba03f6085b63df13454 | e1b973c582a68cb308e46b445381b457607e0791 | /java/CodeForces/older/AniaSmartfon.java | 3b662c997c3a06f9ba01dd064360b221ffa3148a | [] | no_license | mishagam/progs | d21cb0b1a9523b6083ff77aca69e6a8beb6a3cff | 3300640d779fa14aae15a672b803381c23285582 | refs/heads/master | 2021-08-30T15:51:05.890530 | 2017-12-18T13:54:43 | 2017-12-18T13:54:43 | 114,647,485 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,501 | java | // CodeForces Round #518 C competition
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.Arrays;
public class AniaSmartfon {
int n,m,k;
int []a;
int []ra; // reverse a - place of each app
int []b;
long npress;
private void ... | [
"[email protected]"
] | |
b8de378cf049336005e250ffa2ffd4cb6e5be727 | 79267269a57d62bf6b63b4c73cd6ba1c4a8815a0 | /src/main/java/cn/edu/ncut/eavp/dao/MessagesendrecieveDaoImpl.java | 4e6c8e2b7cf6bbef69b91bc6ba8ace63b2314a1e | [] | no_license | hklhai/eavp | fe65c85232fe74fa8cd407f6e3dccfc43e8cf5e2 | 4e35f242b8f2ee754bfba0d57e3b190bffc143cb | refs/heads/master | 2020-09-16T21:52:26.181152 | 2017-06-16T00:00:35 | 2017-06-16T00:00:35 | 94,487,924 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,620 | java | package cn.edu.ncut.eavp.dao;
import java.util.HashMap;
import java.util.LinkedHashMap;
import java.util.Map;
import org.apache.log4j.Logger;
import org.springframework.stereotype.Repository;
import cn.edu.ncut.eavp.common.basedao.DaoSupport;
import cn.edu.ncut.eavp.common.basedao.QueryResult;
import cn.edu.ncut.eav... | [
"[email protected]"
] | |
486f6252c2c19648b6eec9590d7711861b709350 | 343c79e2c638fe5b4ef14de39d885bc5e1e6aca5 | /MyApplication/app/src/main/java/cmcm/com/myapplication/com/dataflurry/statistics/InstallReferrerReceiver.java | 0529e8e6f9c0b27aae72d17ab0d761d0fe268c4a | [] | no_license | Leonilobayang/AndroidDemos | 05a76647b8e27582fa56e2e15d4195c2ff9b9c32 | 6ac06c3752dfa9cebe81f7c796525a17df620663 | refs/heads/master | 2022-04-17T06:56:52.912639 | 2016-07-01T07:48:50 | 2016-07-01T07:48:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,388 | java | package cmcm.com.myapplication.com.dataflurry.statistics;
import android.content.BroadcastReceiver;
import android.content.ContentResolver;
import android.content.Context;
import android.content.Intent;
import android.text.TextUtils;
import java.net.URLDecoder;
import java.net.URLEncoder;
import ke;
import kl;
import ... | [
"[email protected]"
] | |
6fd43ba477f554bf09524ed803e50dcf9506a74b | c95b26c2f7dd77f5e30e2d1cd1a45bc1d936c615 | /azureus-core/src/main/java/com/aelitis/azureus/plugins/extseed/impl/webseed/ExternalSeedReaderFactoryWebSeed.java | 4463aab86de4560deffb16ec487921da2bb211de | [] | no_license | ostigter/testproject3 | b918764f5c7d4c10d3846411bd9270ca5ba2f4f2 | 2d2336ef19631148c83636c3e373f874b000a2bf | refs/heads/master | 2023-07-27T08:35:59.212278 | 2023-02-22T09:10:45 | 2023-02-22T09:10:45 | 41,742,046 | 2 | 1 | null | 2023-07-07T22:07:12 | 2015-09-01T14:02:08 | Java | UTF-8 | Java | false | false | 4,835 | java | /*
* Created on 15-Dec-2005
* Created by Paul Gardner
* Copyright (C) Azureus Software, Inc, All Rights Reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of ... | [
"oscar.stigter@e0aef87a-ea4e-0410-81cd-4b1fdc67522b"
] | oscar.stigter@e0aef87a-ea4e-0410-81cd-4b1fdc67522b |
835bf39beac92b03805f74ea4e8e8209edf94460 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/17/17_e9c8a0529a16771354391311adfbca1548c83711/PreferredScaleCommand/17_e9c8a0529a16771354391311adfbca1548c83711_PreferredScaleCommand_t.java | 9d639b4aa9193a608b19654f601b0e183e3032a5 | [] | 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 | 3,764 | java | /*
* Project: droidAtScreen
* File: PreferredScaleCommand.java
* Modified: 2012-03-25
*
* Copyright (C) 2011, Ribomation AB (Jens Riboe).
* http://blog.ribomation.com/
*
* You are free to use this software and the source code as you like.
* We do appreciate if you attribute were it came... | [
"[email protected]"
] | |
bedaf2bb23f96d1debd2823c279425f8b4abce47 | 062e6e7a36cf65f82e33f762e6eac7058f9baa1d | /sky-business-task/xxl-job-core/src/main/java/com/xxl/job/core/biz/impl/ExecutorBizImpl.java | 1130f2263b82c1dcaed9218eb98909e6b3f638b7 | [] | no_license | sengeiou/sky | 066d5b02ad7c2659ba85237071bd69754f0bdc15 | ba12c4d5a1a83241e61d033d26d239575f75e69b | refs/heads/master | 2022-10-04T18:49:40.659033 | 2020-06-07T23:45:46 | 2020-06-07T23:45:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,454 | java | package com.xxl.job.core.biz.impl;
import com.xxl.job.core.biz.ExecutorBiz;
import com.xxl.job.core.biz.model.LogResult;
import com.xxl.job.core.biz.model.ReturnT;
import com.xxl.job.core.biz.model.TriggerParam;
import com.xxl.job.core.enums.ExecutorBlockStrategyEnum;
import com.xxl.job.core.executor.XxlJobExec... | [
"[email protected]"
] | |
b0c5c984a9c8039c4392d53a4143fd0e3e34f681 | dbc00a8bcf2b54eb4edb03d113a3e70b44aabfbd | /SpringDay02/src/cn/qlq/test/SpringAnnotationAopTest.java | 5c0560522d2376f86c2bc365a02185ce599b1676 | [] | no_license | qiao-zhi/AllProject | daad9829a6064e1448275677b2cf20f31604b682 | 9e7da0ed7b351cddfb62080873952ea34ed90ea1 | refs/heads/master | 2020-03-12T04:02:15.640076 | 2018-04-21T03:33:02 | 2018-04-21T03:33:02 | 130,436,459 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 640 | java | package cn.qlq.test;
import javax.annotation.Resource;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
import cn.qlq.service.UserService;
//帮我们创建容器
@RunWith(SpringJUnit4Class... | [
"[email protected]"
] | |
cb0c9f20d55707152a9ca91a78a8c037e1d8dca8 | 53d677a55e4ece8883526738f1c9d00fa6560ff7 | /com/tencent/mm/plugin/webview/ui/tools/jsapi/j$2$1.java | 4dc2d298d01aa5173ebebc7e199991983911a5d6 | [] | no_license | 0jinxing/wechat-apk-source | 544c2d79bfc10261eb36389c1edfdf553d8f312a | f75eefd87e9b9ecf2f76fc6d48dbba8e24afcf3d | refs/heads/master | 2020-06-07T20:06:03.580028 | 2019-06-21T09:17:26 | 2019-06-21T09:17:26 | 193,069,132 | 9 | 4 | null | null | null | null | UTF-8 | Java | false | false | 747 | java | package com.tencent.mm.plugin.webview.ui.tools.jsapi;
import com.tencent.matrix.trace.core.AppMethodBeat;
import com.tencent.mm.modelgeo.Addr;
import com.tencent.mm.modelgeo.c.a;
final class j$2$1
implements c.a
{
j$2$1(j.2 param2)
{
}
public final void b(Addr paramAddr)
{
AppMethodBea... | [
"[email protected]"
] | |
2a8adcd66114086865ce61b89814b383e9bc20b0 | 24a32bc2aafcca19cf5e5a72ee13781387be7f0b | /src/framework/tags/gwt-test-utils-parent-0.25.1/gwt-test-utils-gxt/src/test/java/com/octo/gxt/test/DataListTest.java | 73b798c488b5121911351640b05eea5c5c61ca70 | [] | no_license | google-code-export/gwt-test-utils | 27d6ee080f039a8b4111e04f32ba03e5396dced5 | 0391347ea51b3db30c4433566a8985c4e3be240e | refs/heads/master | 2016-09-09T17:24:59.969944 | 2012-11-20T07:13:03 | 2012-11-20T07:13:03 | 32,134,062 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 810 | java | package com.octo.gxt.test;
import junit.framework.Assert;
import org.junit.Before;
import org.junit.Test;
import com.extjs.gxt.ui.client.widget.DataList;
import com.extjs.gxt.ui.client.widget.DataListItem;
// TODO: complete tests..
@SuppressWarnings("deprecation")
public class DataListTest extends GwtGx... | [
"gael.lazzari@d9eb14d4-a931-11de-b950-3d5b5f4ea0aa"
] | gael.lazzari@d9eb14d4-a931-11de-b950-3d5b5f4ea0aa |
b32da5b6c7623ff92dbe1b664564fdc2b4fe40fa | 8767bf1de1c46bfbc8c2cc01aba9d3d4de130eee | /test/level07/lesson12/home04/Solution.java | fa9bf7d62fea1921ce57f1df7205f8d4bd6ab6d4 | [] | no_license | nenya-alex/javarush | 8070e682c31f6b74164d26872a5927ac0e6e8703 | eac49e3c0edcdaa1790ab2fbbc3425ad7ef7ddac | refs/heads/master | 2016-09-02T01:41:22.197290 | 2015-09-05T14:55:51 | 2015-09-05T14:55:51 | 41,964,779 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,395 | java | package com.javarush.test.level07.lesson12.home04;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.List;
/* Вводить с клавиатуры строки, пока пользователь не введёт строку 'end'
Создать список строк.
Ввести строки с кл... | [
"[email protected]"
] | |
1b8f3eb6e1f9b1fb8e36be9667253863215619f7 | 15a04ddc490a2273f9516fb2f730b208c672a7bd | /officefloor/activity/officeactivity/src/test/java/net/officefloor/activity/model/RefactorSectionTest.java | e5b67e083df4599fac50026f0490755cbd8d949d | [
"Apache-2.0"
] | permissive | officefloor/OfficeFloor | d50c4441e96773e3f33b6a154dcaf049088480a2 | 4bad837e3d71dbc49b161f9814d6b188937ca69d | refs/heads/master | 2023-09-01T12:06:04.230609 | 2023-08-27T16:36:04 | 2023-08-27T16:36:04 | 76,112,580 | 60 | 7 | Apache-2.0 | 2023-09-14T20:12:48 | 2016-12-10T12:56:50 | Java | UTF-8 | Java | false | false | 6,568 | java | /*-
* #%L
* Activity
* %%
* Copyright (C) 2005 - 2020 Daniel Sagenschneider
* %%
* 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
... | [
"[email protected]"
] | |
4956674aae31dfff10fee385630d511e147b643d | cca87c4ade972a682c9bf0663ffdf21232c9b857 | /com/tencent/mm/plugin/exdevice/service/v.java | deaf59add3a72e655ee3ca3129c3aed981f3cfd2 | [] | no_license | ZoranLi/wechat_reversing | b246d43f7c2d7beb00a339e2f825fcb127e0d1a1 | 36b10ef49d2c75d69e3c8fdd5b1ea3baa2bba49a | refs/heads/master | 2021-07-05T01:17:20.533427 | 2017-09-25T09:07:33 | 2017-09-25T09:07:33 | 104,726,592 | 12 | 1 | null | null | null | null | UTF-8 | Java | false | false | 406 | java | package com.tencent.mm.plugin.exdevice.service;
import com.tencent.mm.sdk.platformtools.af;
import java.util.HashMap;
public final class v {
private static v lgQ = null;
public af laX = new af();
final HashMap<Long, Integer> lgR = new HashMap();
private v() {
}
public static v apW() {
... | [
"[email protected]"
] | |
2efba53ade6ce2394bbccf9d66ca92baa89379e9 | 0f113a0ce22286fc312a462c12544f38b0c52a24 | /h2/src/main/org/h2/result/ResultWithGeneratedKeys.java | c6179a6a3296362c81f47e3e70422849b307c0f7 | [
"Apache-2.0"
] | permissive | andersonbisconsin/tradutor | e488c408a2f87a57b1033b0a4721775cfb2accd8 | b33aebfedb1c175c59f303649612c6be0655cd8a | refs/heads/master | 2021-07-11T00:17:59.723945 | 2020-03-13T16:51:13 | 2020-03-13T16:51:13 | 247,068,521 | 0 | 0 | Apache-2.0 | 2021-06-07T18:42:25 | 2020-03-13T12:40:44 | Java | UTF-8 | Java | false | false | 1,775 | java | /*
* Copyright 2004-2019 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (https://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.result;
/**
* Result of update command with optional generated keys.
*/
public class ResultWithGeneratedKeys {
/**
* Resul... | [
"ander@LAPTOP-FND853L8"
] | ander@LAPTOP-FND853L8 |
a72d35cc5ae4888bda266eb1a9e291ce73fa8b8a | 85659db6cd40fcbd0d4eca9654a018d3ac4d0925 | /packages/apps/SmartActions/SmartActions/src/com/motorola/contextual/smartrules/psf/mediator/protocol/CancelResponse.java | df33b3c193226ee508eb62e32a184e8fd3315001 | [] | no_license | qwe00921/switchui | 28e6e9e7da559c27a3a6663495a5f75593f48fb8 | 6d859b67402fb0cd9f7e7a9808428df108357e4d | refs/heads/master | 2021-01-17T06:34:05.414076 | 2014-01-15T15:40:35 | 2014-01-15T15:40:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,876 | java | /*
* @(#)CancelResponse.java
*
* (c) COPYRIGHT 2011-2012 MOTOROLA INC.
* MOTOROLA CONFIDENTIAL PROPRIETARY
* MOTOROLA Advanced Technology and Software Operations
*
* REVISION HISTORY:
* Author Date CR Number Brief Description
* ------------- ---------- ----------------- -------------------... | [
"[email protected]"
] | |
9ecaa1968bb90af2242cc54691a1f3c733c95008 | ee1fc12feef20f8ebe734911acdd02b1742e417c | /android_sourcecode/app/src/main/java/com/ak/pt/mvp/view/people/ILeaveView.java | d996ed6ff49c94ecd8355851b89eb8ae03604e20 | [
"MIT"
] | permissive | xiaozhangxin/test | aee7aae01478a06741978e7747614956508067ed | aeda4d6958f8bf7af54f87bc70ad33d81545c5b3 | refs/heads/master | 2021-07-15T21:52:28.171542 | 2020-03-09T14:30:45 | 2020-03-09T14:30:45 | 126,810,840 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 556 | java | package com.ak.pt.mvp.view.people;
import com.ak.pt.bean.MeParentBean;
import com.ak.pt.bean.QuitJobBean;
import com.ak.pt.bean.staffGroupBeans;
import com.ak.pt.mvp.base.BaseView;
import java.util.List;
public interface ILeaveView extends BaseView{
void insertQuitJob(String data);
void deleteQuitJob(String... | [
"[email protected]"
] | |
95515183fc91bc9ee5db0765ffbb93c99ed45404 | 62e334192393326476756dfa89dce9f0f08570d4 | /tk_code/splider/splider-server/src/main/java/com/huatu/splider/dao/jpa/api/FbCourseSetDao.java | a4fa55a369d110de64ec8abf450efeab2d87a741 | [] | no_license | JellyB/code_back | 4796d5816ba6ff6f3925fded9d75254536a5ddcf | f5cecf3a9efd6851724a1315813337a0741bd89d | refs/heads/master | 2022-07-16T14:19:39.770569 | 2019-11-22T09:22:12 | 2019-11-22T09:22:12 | 223,366,837 | 1 | 2 | null | 2022-06-30T20:21:38 | 2019-11-22T09:15:50 | Java | UTF-8 | Java | false | false | 481 | java | package com.huatu.splider.dao.jpa.api;
import com.huatu.splider.dao.jpa.entity.FbCourseSet;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Modifying;
import org.springframework.data.jpa.repository.Query;
/**
* @author hanchao
* @date 2018/2/27 16:08
*/
... | [
"[email protected]"
] | |
2518048397f803926cb44885478c53b24a067ff8 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/8/8_a44dbdf1659875e61c8839b2d7bcfcb8cfe8b74d/JstlFunction/8_a44dbdf1659875e61c8839b2d7bcfcb8cfe8b74d_JstlFunction_s.java | ef7d46ce545dd8b7c4c05ca09b3fafbd0e083cc8 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 4,849 | java | /**
* 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 writing, software
* di... | [
"[email protected]"
] | |
3cd8cd39d8579b403d17a3b216fdb0ad5b527ce3 | f1b65f6ace564ef496ae97c237763a1e282b2189 | /tis-console/src/main/java/com/qlangtech/tis/trigger/module/action/TriggermonitorAjax.java | 884eea09e8b171a2783d4406fc8a046940fa0c80 | [
"MIT"
] | permissive | fightingyuman/tis-solr | 27b65d3e4a89612ea9087a0f260a8c0a89b7f640 | 8655db7c32bb88928b931e2754291deb0e4ab4db | refs/heads/master | 2022-04-04T08:26:23.438875 | 2020-01-02T13:04:51 | 2020-01-02T13:04:51 | 258,164,459 | 1 | 0 | MIT | 2020-04-23T10:09:51 | 2020-04-23T10:09:51 | null | UTF-8 | Java | false | false | 2,901 | java | /*
* The MIT License
*
* Copyright (c) 2018-2022, qinglangtech Ltd
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to... | [
"[email protected]"
] | |
8011462e024ba82bf3e4aab27c58b7652fb1c0d6 | 0684cd7a7cfc0ec4e1015db7838348d7ad733d7e | /extensions-api/src/main/java/org/thingsboard/server/extensions/api/device/DeviceCredentialsUpdateNotificationMsg.java | a375accc8a29a47afc8102ba959f2c9b4a06be92 | [
"Apache-2.0"
] | permissive | SeppPenner/thingsboard | 80ff347e5018861b0799a5200f966a853deed993 | d44522e1cf5a7b2aa7b55bad7f2d0d1eb458c71b | refs/heads/master | 2021-06-04T05:26:55.514712 | 2020-03-15T22:39:36 | 2020-03-15T22:39:36 | 96,238,522 | 1 | 0 | NOASSERTION | 2020-03-15T22:39:37 | 2017-07-04T16:58:02 | Java | UTF-8 | Java | false | false | 1,142 | java | /**
* Copyright © 2016-2017 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... | [
"[email protected]"
] | |
dd3e8445b50650db60aeb7afe09d2074efd187d8 | 3d4349c88a96505992277c56311e73243130c290 | /Preparation/processed-dataset/data-class_4_278/30.java | 86f14bfdc6fcd6a5f4cae739c8e44a7ca7d4b803 | [] | no_license | D-a-r-e-k/Code-Smells-Detection | 5270233badf3fb8c2d6034ac4d780e9ce7a8276e | 079a02e5037d909114613aedceba1d5dea81c65d | refs/heads/master | 2020-05-20T00:03:08.191102 | 2019-05-15T11:51:51 | 2019-05-15T11:51:51 | 185,272,690 | 7 | 4 | null | null | null | null | UTF-8 | Java | false | false | 2,637 | java | /** Find the light being scattered by a point in scattering material.
The surface properties for the given point should be in surfSpec[treeDepth-1], and
the resulting color is returned in color[treeDepth-1].
@param rt contains information for the thread currently being executed
@... | [
"[email protected]"
] | |
620416d7cdba16729c3c64a490fa856b81935a16 | 689cdf772da9f871beee7099ab21cd244005bfb2 | /classes/com/f/a/a/ei.java | 386a8622715e3cb0de3ef7d620b2d3bec921aaec | [] | no_license | waterwitness/dazhihui | 9353fd5e22821cb5026921ce22d02ca53af381dc | ad1f5a966ddd92bc2ac8c886eb2060d20cf610b3 | refs/heads/master | 2020-05-29T08:54:50.751842 | 2016-10-08T08:09:46 | 2016-10-08T08:09:46 | 70,314,359 | 2 | 4 | null | null | null | null | UTF-8 | Java | false | false | 1,209 | java | package com.f.a.a;
import com.unionpay.upomp.lthj.plugin.model.Data;
import com.unionpay.upomp.lthj.plugin.model.SMSDynamicValCodeIssue;
public class ei
extends es
{
private String a;
private String b;
private String c;
public ei(int paramInt)
{
super(paramInt);
}
public Data a()
{
SMS... | [
"[email protected]"
] | |
596a004e02c8e6fffd240f3ce8fcc89b3ed031df | f3698795f174340106c66885bb57ac72134c58c8 | /metacube/idatrix-metacube-web/src/main/java/com/ys/idatrix/metacube/metamanage/service/impl/MysqlSnapshotServiceImpl.java | 55844de99b87141e8b88a4d125660298aef2f0ca | [] | no_license | ahandful/CloudETL | 6e5c195953a944cdc62702b100bd7bcd629b4aee | bb4be62e8117082cd656741ecae33e4262ad3fb5 | refs/heads/master | 2020-09-13T01:33:43.749781 | 2019-04-18T02:12:08 | 2019-04-18T02:13:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,713 | java | package com.ys.idatrix.metacube.metamanage.service.impl;
import com.ys.idatrix.metacube.metamanage.domain.*;
import com.ys.idatrix.metacube.metamanage.mapper.*;
import com.ys.idatrix.metacube.metamanage.service.MysqlSnapshotService;
import org.apache.commons.collections.CollectionUtils;
import org.springframework.bean... | [
"[email protected]"
] | |
fc534123b70d4bda2c38a7efc86c52d00113db46 | d950704f993a38c5f7c632d0322eb6df5877ff49 | /framework/src/main/java/com/wch/bean/BeanUtilsX.java | 48d51d75877ca62937ccfb6caca5019bd8951fd9 | [] | no_license | gdnwxf/framework | 025fef9c1e60d6673c16aed88fc969da810c44ba | dee9604c004a28c7fc40a1d16b96dec8a4852cd1 | refs/heads/master | 2020-04-15T12:44:02.039374 | 2017-05-12T02:52:12 | 2017-05-12T02:52:12 | 61,381,968 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 445 | java | /**
*
*/
package com.wch.bean;
import java.util.List;
import java.util.Map;
/**
* @author wch
*
*/
public class BeanUtilsX {
public <T> T toBean(Map<String, Object> map, Class<T> tClass) {
return null;
}
public <T> T covert(Object object ,Class<T> t) {
Class<? extends Object> class1 = object.... | [
"[email protected]"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.