blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 689M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 131
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 32
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 313 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a39e56be7661c311f398df36db0f6d6e224a6711 | fc160694094b89ab09e5c9a0f03db80437eabc93 | /java-video-stitcher/samples/snippets/generated/com/google/cloud/video/stitcher/v1/videostitcherservice/getslate/SyncGetSlateSlatename.java | a10c8b24fb0f0f24a171932f1dcd970d477c51ca | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | googleapis/google-cloud-java | 4f4d97a145e0310db142ecbc3340ce3a2a444e5e | 6e23c3a406e19af410a1a1dd0d0487329875040e | refs/heads/main | 2023-09-04T09:09:02.481897 | 2023-08-31T20:45:11 | 2023-08-31T20:45:11 | 26,181,278 | 1,122 | 685 | Apache-2.0 | 2023-09-13T21:21:23 | 2014-11-04T17:57:16 | Java | UTF-8 | Java | false | false | 1,861 | java | /*
* Copyright 2023 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | [
"noreply@github.com"
] | googleapis.noreply@github.com |
04d24aba1a5f0541b644ee5a9deaa12d569f9796 | 5a631bb8be3c92dbc34628bca590ba33b9ff7347 | /Chapter7/app/build/generated/source/r/debug/android/support/v7/recyclerview/R.java | 6250d345045962661e0adb3c90ef24d38b8f86ca | [
"Apache-2.0",
"MIT"
] | permissive | play3577/MLmobileapps | 253bc57b08930ba767564342a6ed526f8c2e0557 | b9a2c83f568856948ea2f35155a4d22a9ca32f41 | refs/heads/master | 2020-04-17T05:15:00.247029 | 2018-11-20T08:57:31 | 2018-11-20T08:57:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,538 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package android.support.v7.recyclerview;
public final class R {
public static final class attr {
public static final int la... | [
"karthikeyan@Karthikeyans-MacBook-Pro.local"
] | karthikeyan@Karthikeyans-MacBook-Pro.local |
0116011f3d866ff4982075c6ec9816187c3bdbeb | 22f14db6af33b5d9e5c051f035ec43b60dce2503 | /Praktikum2Ayusriwahyuni-master/app/src/main/java/org/nsh/praktikum2ditasekarasri/activity/LoginActivity.java | def791d6dd4f95687c0853cdd6de0c36514c527d | [] | no_license | Ayusriwahyuni570/Tugas3-Ayusriwahyuni | 19378bc421d517f0ee7b4e8bd2ae774a0f97a0ca | c91d6daeee4d2759195e177797326d220cc34d00 | refs/heads/master | 2023-03-30T05:42:26.989636 | 2021-04-01T01:30:01 | 2021-04-01T01:30:01 | 353,536,374 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,508 | java | package org.nsh.praktikum2ditasekarasri.activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import androidx.appcompat.app.AppCompatActivity;
import org.nsh.praktikum2ditasekarasri.R;
p... | [
"ayusrwhyni00@gmail.com"
] | ayusrwhyni00@gmail.com |
cf816564f0a3be701f0ffd78e457510f6f7a1035 | 23cb24099ad9d89ff20b471ff48d9922f213d2cb | /src/main/java/print/PrintAndVisit.java | d4e34c40c542cbbc6ddacbda620f6b93e8c58658 | [] | no_license | SarhadSalam/ClientMS | 2ac74ad6f9cebcb96f5225dbc21f7c8db16eb4e5 | bb4d5969812eb2ece1ccd21e2b3aa178d7c17480 | refs/heads/master | 2021-09-18T19:55:19.239684 | 2018-07-19T03:39:02 | 2018-07-19T03:39:02 | 132,216,843 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,332 | java | package print;
import authentication.DatabaseConnection;
import customers.PatientVisits;
import models.Employee;
import models.Patient;
import models.Visits;
import properties.Properties;
import java.io.IOException;
import java.math.BigDecimal;
import java.sql.*;
import errors.Error;
/**
* Class Details:- Author: ... | [
"sarhadmaisoon18@gmail.com"
] | sarhadmaisoon18@gmail.com |
59fb15adde259aea4e1630dd2dee3471b0bb021b | ded8a831629aecd190176a61401fa402c4e40430 | /src/main/java/org/way/quartz/examples/example13/SimpleRecoveryJob.java | ba590efd41e301eb93a8a101ce39ee30e03540a6 | [] | no_license | way1110/way-quartz | fc63fdec35a66f4bcdc6d6dc3c6b3c6eef18821e | f7eb41e2a3dc35464e216d3b4d52969111f02ae0 | refs/heads/master | 2021-01-10T02:14:50.264974 | 2015-12-14T09:23:57 | 2015-12-14T09:23:57 | 47,825,460 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,437 | java | /*
* All content copyright Terracotta, Inc., unless otherwise indicated. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy
* of the License at
*
* http://www.apache.org/license... | [
"wengay@101.com"
] | wengay@101.com |
1c90d7ac32feef7ea40048c302373b9eff6e82bf | 7b73756ba240202ea92f8f0c5c51c8343c0efa5f | /classes/mqq/manager/VerifyCodeManager.java | 8016ed8158db65ea846a124a3b2062dd4ee4ecd0 | [] | no_license | meeidol-luo/qooq | 588a4ca6d8ad579b28dec66ec8084399fb0991ef | e723920ac555e99d5325b1d4024552383713c28d | refs/heads/master | 2020-03-27T03:16:06.616300 | 2016-10-08T07:33:58 | 2016-10-08T07:33:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,486 | java | package mqq.manager;
import com.tencent.qphone.base.remote.FromServiceMsg;
import com.tencent.qphone.base.remote.ToServiceMsg;
import java.util.HashMap;
import mqq.observer.HttpVerifyHandler;
import mqq.observer.ServerNotifyObserver;
public abstract interface VerifyCodeManager
extends Manager
{
public static fina... | [
"1776098770@qq.com"
] | 1776098770@qq.com |
15c2ce93071ded8483a65f0544dc71f2cbc3176e | c0f09a8eb9cc7ecc535d60a7266b14f2627f10ae | /analytics/msf4j-analytics/src/test/java/org/wso2/msf4j/analytics/HTTPMonitoringConfigTest.java | 4fb96f932a178e5fc216cfc04a0b98aa2a888146 | [
"Apache-2.0"
] | permissive | SabaTurday/msf4j | 264754f83cdc01752bb01b0923a6d98ff74a8886 | 2aec41a80bd8b8e15324e8403fa97a84ac45d78b | refs/heads/master | 2021-01-24T21:25:27.109920 | 2016-07-25T11:23:21 | 2016-07-25T11:23:21 | 64,263,931 | 1 | 0 | null | 2016-07-27T00:26:12 | 2016-07-27T00:26:12 | null | UTF-8 | Java | false | false | 1,882 | java | /*
* Copyright 2016 WSO2 Inc. (http://wso2.org)
*
* 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 applicabl... | [
"chrishantha@gmail.com"
] | chrishantha@gmail.com |
ad6ce3ea2f0577b56d1785b97c2a60b4399c0953 | 4d3a8855b13a8c2e469abd358ff4d3a0847c4c37 | /CONSULTORIO-WS-CLIENT/src/pe/com/consultorio/ws/EliminarPacienteResponse.java | ca35aa43ff3fa7b78ae12cda8e56fab2079e12fa | [] | no_license | eberttc/therevengeultimate2015 | 1029d38b50ae1353754ddd0a4a97fc3e7b0aa8e1 | c396d5335b705711d60ed84f205e06986d884b9f | refs/heads/master | 2021-05-29T12:37:26.563615 | 2015-02-21T21:28:14 | 2015-02-21T21:28:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 832 | java |
package pe.com.consultorio.ws;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema frag... | [
"juniorquerol@gmail.com"
] | juniorquerol@gmail.com |
510a737927744fe6187f12e451ed05dc6a9fa8f0 | 264a3bb6fa255f054d35e9a3f2d8b370a4952305 | /src/cn/net/colin/entity/sysManage/GoodsInfoCriteria.java | ba6fdb3564a9b6af833695967f7ecd4fbbc30f2c | [] | no_license | siasColin/SecondHandShopping_BSM | 7b8e7a756580a1d5d9c8e83e1c6a39410170003a | 224ec931e961d4c7e2c8248be5b30194eb327111 | refs/heads/master | 2022-06-28T10:45:17.302195 | 2020-05-10T10:28:50 | 2020-05-10T10:28:50 | 262,703,233 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 25,692 | java | package cn.net.colin.entity.sysManage;
import java.util.ArrayList;
import java.util.List;
/**
* @author sxf code generator
* date:2020/05/03 15:08
*/
public class GoodsInfoCriteria {
/**
* 排序字段
*/
protected String orderByClause;
/**
* 过滤重复数据
*/
protected boolean distinct;
... | [
"1540247870@qq.com"
] | 1540247870@qq.com |
5db15509a8a550a95b1a7b8f73f645ccc7732e61 | 47926eeb896724f7770ee3c52ca22756ff95ae97 | /src/main/java/com/example/resource/SampleResourceApplication.java | a388444edd72db1ced3dec8406ad70af167a7ca3 | [] | no_license | alexanderkarpov/oauth2 | fb045a2dba6f9eabc740fe42d96ed36ac42b441c | 2c6d818917ea937519563e9f4dc15963a2b58d51 | refs/heads/master | 2021-01-20T19:00:37.352061 | 2016-07-19T07:32:48 | 2016-07-19T07:32:48 | 63,403,868 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 896 | java | package com.example.resource;
import java.util.UUID;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.PropertySource;
import org.springframework.security.oauth2.config.annotation.web.configuration.Enab... | [
"alexander.karpoff@gmail.com"
] | alexander.karpoff@gmail.com |
9f8e2915a5ab010c7513431b20fd6aaed14de5f0 | 9085e36f6ea75622aebd4db188e3d62ad9eeb971 | /src/ximias/dk/au/cs/fh/Commands/Dialog.java | f80dec7f2ac495b19d7a4b38ce4f5d111a0e5252 | [] | no_license | aalleexxx5/Simply | c89f53eaf1055513c62b05e37652d72a0e616d44 | 9843966ff9abf1daa7af54bf7dcfda07068c651a | refs/heads/master | 2020-04-17T21:04:29.310146 | 2018-05-16T17:53:50 | 2018-05-16T17:53:50 | 67,369,867 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,178 | java | package ximias.dk.au.cs.fh.Commands;
import ximias.dk.au.cs.fh.Components.*;
import javax.swing.*;
import java.util.Arrays;
import java.util.Optional;
/**
* Created by Alex on 26/03/2016.
* Command. Opens a dialog box with configurable options.
*/
public class Dialog extends Command {//TODO: Implement this
@... | [
"alexx4387@gmail.com"
] | alexx4387@gmail.com |
40a96f44d24bcdf4f2c2bf155eb67917670e6f22 | 8df00d1e6c2f8989913f2fd230da9edca1c9a186 | /app/src/main/java/com/example/instagram_clone/fragments/PostsFragment.java | 14db9f6215e36a25fbc31ced0b095cf57a301112 | [
"Apache-2.0"
] | permissive | dion-shushi/InstagramClone | 5d00fa1e68095854a579d3caeb6763cf95f22707 | 900f2191c9a13ec1aaad30cc9a2c99ba1e12103b | refs/heads/master | 2023-07-11T15:32:20.429073 | 2021-08-22T07:32:52 | 2021-08-22T07:32:52 | 394,815,320 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,624 | java | package com.example.instagram_clone.fragments;
import android.os.Bundle;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.fragment.app.Fragment;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import androidx.swiperefre... | [
"53874292+dion-shushi@users.noreply.github.com"
] | 53874292+dion-shushi@users.noreply.github.com |
7650e6241b0d7c8f659d5d890a4c309af9a2d76b | 2a0b8f2cb21ddb51d2c980c5a3231168e89012c7 | /src/main/java/io/github/vananos/sosedi/components/converters/GeoInfoConverter.java | 7fe4ea9d15c52c3d5329983c6e1832438ff71b5c | [] | no_license | vananos/sosedi-backend | 2ed56f446d12047d17b14147265f3a20ea0bee37 | 91c92dd77db232ec561087dd9512e848bbec7f79 | refs/heads/master | 2022-04-16T07:56:16.754827 | 2020-03-29T06:53:58 | 2020-03-29T06:53:58 | 185,743,859 | 1 | 0 | null | 2019-06-21T06:00:47 | 2019-05-09T06:57:42 | Java | UTF-8 | Java | false | false | 325 | java | package io.github.vananos.sosedi.components.converters;
import com.fasterxml.jackson.core.type.TypeReference;
import io.github.vananos.sosedi.models.GeoInfo;
public class GeoInfoConverter extends BaseJsonConverter<GeoInfo> {
public GeoInfoConverter() {
super(new TypeReference<GeoInfo>() {
});
... | [
"zaiatcivan@gmail.com"
] | zaiatcivan@gmail.com |
c1430ef1128beb84f726a83d88bcc0db62afadad | 8e68a3f54af61605672029b8bece51ed74a2e9e2 | /daikon-crypto/crypto-utils/src/test/java/org/talend/daikon/crypto/digest/DigestSourcesTest.java | 2f21729b7d86dd511a467443b79ff93ae77bc1d4 | [
"Apache-2.0"
] | permissive | cmeng-talend/daikon | 22f2e15f5e2b73c350bb482d36327f0f2b98c503 | fb5ce5d67dd76f04ed78c0444d89be1a2e860ea6 | refs/heads/master | 2020-08-24T01:21:55.240808 | 2019-10-21T07:11:48 | 2019-10-21T07:11:48 | 216,739,815 | 0 | 0 | Apache-2.0 | 2019-10-22T06:32:19 | 2019-10-22T06:32:19 | null | UTF-8 | Java | false | false | 1,813 | java | package org.talend.daikon.crypto.digest;
import org.junit.Test;
import org.talend.daikon.crypto.KeySources;
import static org.junit.Assert.*;
public class DigestSourcesTest {
@Test
public void shouldUseSaltInSha256() throws Exception {
// Given
final String data = "value to digest";
... | [
"noreply@github.com"
] | cmeng-talend.noreply@github.com |
c6603510574163cb5315cc087958d00c951f5bb2 | 1844ca4a59edfd7c22c01bb5173a9f1e07974e44 | /decorator/src/main/java/pt/kirill/designpatterns/WeaponDecorator.java | 2018a547e29cc1db95e8ea3ecf23465633614644 | [] | no_license | ramzesucr/design-patterns | 514194a76cd4f5e684e7374e75b91035f8d927f6 | 3b17403cfbe29c3c82c89d435409e3082584df41 | refs/heads/master | 2021-01-10T05:38:47.894818 | 2016-03-02T11:07:13 | 2016-03-02T11:07:13 | 44,177,668 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 323 | java | package pt.kirill.designpatterns;
/**
* Created by kirillryabin on 05/02/16.
*/
public class WeaponDecorator implements Weapon {
private Weapon decorated;
public WeaponDecorator(Weapon weapon) {
decorated = weapon;
}
@Override
public int fire() {
return decorated.fire();
}
... | [
"kyrylo.ryabin@muzzley.com"
] | kyrylo.ryabin@muzzley.com |
e9ec2e57377a9265e7d67327f81723c1d3e817b3 | 8cb5fd01b4a3802688656097806637cf740e1398 | /src/utils/myObject/ComplexNode.java | fb10c65502b50aacb43fe7e5bbb6f824dce79cbc | [] | no_license | XZZMemory/Offer | e903f64feb2eb3a46a201405562e706e2bd049b6 | 4c127d6b3f99126c16bca0c013886ee496cdcb0c | refs/heads/master | 2022-01-23T18:39:39.638456 | 2022-01-21T03:02:28 | 2022-01-21T03:02:28 | 143,127,073 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 295 | java | package utils.myObject;
public class ComplexNode {
public char info;
public ComplexNode next;
public ComplexNode sibling;
public ComplexNode(char info) {
this.info = info;
this.next = null;
this.sibling = null;
}
public ComplexNode() {
}
}
| [
"1933850821@qq.com"
] | 1933850821@qq.com |
bee293ad635e3db88cbf9c226c4152acaaa1783a | 2bc48f227f1eb8544a1677f8472092dd8995f6b9 | /src/main/java/trm/Main.java | 0d5859c40804910c73c84a9e0fd2423f6b0123db | [] | no_license | JefersonPedraza/proyecto1 | c5c9d4cf77f5c0df22274a5b121649ab4325c44b | e799cd4b8c1e490833797bc6ec33422703efd138 | refs/heads/master | 2022-07-19T09:23:24.783285 | 2019-06-25T15:21:47 | 2019-06-25T15:21:47 | 193,718,414 | 0 | 0 | null | 2022-06-29T17:28:12 | 2019-06-25T13:58:21 | Java | UTF-8 | Java | false | false | 124 | java | package trm;
public class Main {
public static void main(String[] args) throws Throwable {
Vista.abstra();
}
}
| [
"1016091js"
] | 1016091js |
755c49f4c5ec773ec898bf64f93dbe2c17a5beb2 | a399f6cdfb9472d1ec45f359a2f1449eb3933014 | /src/main/java/com/c4wrd/gatekeeper/defaults/DefaultGatekeeperTemplateEngine.java | fbbdccd2ef8488b4c440f51788cfe9c74f553a0d | [] | no_license | c4wrd/gatekeeper | 907bc86a33210031b602c83c9f5cef5cb65e18aa | 10f5fb447d0ea7fc604ef55c55ad0212e9fa99f5 | refs/heads/master | 2020-03-22T10:24:35.221755 | 2018-07-06T22:13:51 | 2018-07-06T22:13:51 | 139,900,732 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,467 | java | package com.c4wrd.gatekeeper.defaults;
import com.c4wrd.gatekeeper.api.AccessRequest;
import com.c4wrd.gatekeeper.api.GatekeeperTemplateEngine;
import com.google.common.collect.Maps;
import org.apache.commons.text.StringSubstitutor;
import org.apache.commons.text.lookup.StringLookup;
import org.apache.commons.text.loo... | [
"cory@linux.com"
] | cory@linux.com |
fde67e8b3e02d0dd85d3cf364cb8d3ddf498e569 | 0c82167829663eb83014a250883d949d2c315d34 | /swagger-compare/swagger-compare-rest/src/main/java/de/haug_dev/swagger_compare_rest/RestResponseEntityExceptionHandler.java | f6b012607384530c8b92e80cd53ed33f920e5790 | [
"MIT"
] | permissive | TorbenHaug/swagger-compare | ff32cccbd1dd7220de845a48ac469b4fd1113d6f | c407135bd9a6e9b3d3685cc80d64ef17c9ffaf94 | refs/heads/master | 2018-09-07T19:39:19.857921 | 2018-07-09T17:32:46 | 2018-07-09T17:32:46 | 115,719,978 | 0 | 0 | MIT | 2018-02-19T23:55:23 | 2017-12-29T12:16:37 | Java | UTF-8 | Java | false | false | 1,909 | java | package de.haug_dev.swagger_compare_rest;
import de.haug_dev.swagger_compare.swagger_compare_reader.InvalidOpenAPIFileException;
import org.apache.commons.lang3.exception.ExceptionUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.http.HttpStatus;
import org.springframework.web.... | [
"claustorbenhaug@hotmail.de"
] | claustorbenhaug@hotmail.de |
02eb90150f1aea9455c8bbb75cd0adabef10682f | b6d08cd67f6b46aa8a17ba409e1428bfde0ee53c | /app/src/main/java/com/xmrbi/warehouse/data/entity/main/StoreHouseAioConfig.java | 33bf50acf264e1819dd137197124f0d453e7f13e | [] | no_license | ghit700/warehouse | 6424f297939a7b5deca7cf80209874716e14d825 | afbff2cc5765a5b1648244ed1669561327c83c06 | refs/heads/master | 2020-03-07T22:40:11.104267 | 2018-07-09T00:48:50 | 2018-07-09T00:48:50 | 127,760,348 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,846 | java | package com.xmrbi.warehouse.data.entity.main;
import org.greenrobot.greendao.annotation.Entity;
import org.greenrobot.greendao.annotation.Id;
import org.greenrobot.greendao.annotation.Generated;
/**
* Created by wzn on 2018/4/17.
*/
@Entity
public class StoreHouseAioConfig {
/**
* ID
*/
@Id
pr... | [
"ghit700@163.com"
] | ghit700@163.com |
9d8df27be82f958f96f704e80002f6f56363b0ed | d0e85d0b39f7d8f3c2007bc949979622eefc4ab9 | /src/test/java/com/framework/workflow/MockFailFlow.java | da0126d89d2f83600799905067bdb7c3e6cd9cdf | [
"Apache-2.0"
] | permissive | yarntime/framework | eac574a9d8d53335eb0585631aeef3f66941a128 | a7cea955502481958552828cd886be3576b85ead | refs/heads/master | 2021-01-10T01:14:46.239430 | 2017-06-07T03:24:38 | 2017-06-07T03:24:38 | 45,776,965 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 504 | java | /**
*
* Function Description
*
* @author: zhangwei
* @date: Apr 1, 2016
* @version: 1.0
*/
package com.framework.workflow;
import com.framework.exception.WorkFlowException;
public class MockFailFlow extends WorkFlow {
@Override
public void process(WorkFlowChainContext chainContext) throws WorkFlowE... | [
"yarntime@163.com"
] | yarntime@163.com |
9bc5cd6153c655ec5ca9de7c474d9acbc47ab132 | 7d01d0ee1bab9ed80d02dc766feeb7d88956f2a7 | /src/main/java/gov/usgs/cida/pubs/domain/sipp/USGSProgram.java | 33553a0da08580c0802ffd096b332253fb041100 | [
"LicenseRef-scancode-public-domain",
"CC0-1.0"
] | permissive | usgs/pubs-services | db39ccda73ed24d33dfc53953048c6cb18f9649e | 56703c9c69c05c17c45e642b71f930a4ad7c5ef0 | refs/heads/master | 2021-12-24T16:51:57.382707 | 2021-08-18T17:36:24 | 2021-08-18T17:36:24 | 199,486,310 | 4 | 7 | NOASSERTION | 2021-08-18T17:36:25 | 2019-07-29T16:09:30 | Java | UTF-8 | Java | false | false | 607 | java | package gov.usgs.cida.pubs.domain.sipp;
import org.apache.commons.lang3.StringUtils;
import com.fasterxml.jackson.annotation.JsonProperty;
public class USGSProgram {
@JsonProperty("IPNumber")
private String ipNumber;
@JsonProperty("USGSProgram")
private String usgsProgram;
public String getIpNumber() {
retur... | [
"drsteini@contractor.usgs.gov"
] | drsteini@contractor.usgs.gov |
73dd87ba78b1646f69507c59419ee11cae4ef02a | 3e9dd3298b85ab9b081117eb9c88032715ce13cf | /focWebServer/src/com/foc/vaadin/gui/components/popupButton/FVPopupButton.java | 93d1cc8d98b1d1eaa70b88a05982ff5fc5f7eaa1 | [
"Apache-2.0"
] | permissive | focframework/framework | d0a151755f14a04b4a72a562b22f6bad83fe8836 | 6d07b694e7713d27b95f0ca69e2ec3c056969054 | refs/heads/master | 2020-05-30T16:48:32.505610 | 2019-05-30T07:38:36 | 2019-05-30T07:38:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,327 | java | package com.foc.vaadin.gui.components.popupButton;
import java.util.HashMap;
import com.vaadin.ui.Button.ClickListener;
import com.foc.util.Utils;
import com.foc.vaadin.gui.FocXMLGuiComponentStatic;
import com.foc.vaadin.gui.components.FVNativeButton;
import com.foc.vaadin.gui.layouts.FVHorizontalLayout;
imp... | [
"antoine.samaha@01barmaja.com"
] | antoine.samaha@01barmaja.com |
5808aebcb9c53ec4dc941a224176d896d780f32c | c257d8afd0785bddaff12819ca3fea58efef375c | /juju-logger/src/test/java/com/juju/sport/logger/dao/test/LoggerTableManageDaoTest.java | 1a724aea8bd09f55f8f7ce2699a336939b790425 | [] | no_license | wwbg1988/juju_sport | 37c2177a185a6485cd75ef0d72d084476dc51b8b | 39a2d91ef815c85de60649adc50372f7ee3e3343 | refs/heads/master | 2020-06-21T03:47:28.924899 | 2016-11-26T06:08:46 | 2016-11-26T06:08:46 | 74,807,863 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 84 | java | package com.juju.sport.logger.dao.test;
public class LoggerTableManageDaoTest {
}
| [
"wuweitree@163.com"
] | wuweitree@163.com |
ad64d5f686613ac23e7061b6a9699c21fa9d97f7 | 5a38dec460ec5570a03d4ae1c8b98672c96759a4 | /src/main/java/com/leomara/cursomc/domain/Categoria.java | 52b9c6142f62a10656642f89b284fc5302645d3c | [] | no_license | LeomaraAC/curso-Spring-Boot-Ionic | 814915befeffff7fbb79942ede58d45a098730b8 | b5a3ee1f0365d7cf3f19b614a8078e16e521fdf3 | refs/heads/master | 2020-04-14T22:34:29.651808 | 2019-07-13T00:25:18 | 2019-07-13T00:25:18 | 164,168,301 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,396 | java | package com.leomara.cursomc.domain;
import javax.persistence.*;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import java.util.Objects;
@Entity
public class Categoria implements Serializable {
private static final long serialVersionUID = 1L;
@Id
@GeneratedValue(strategy ... | [
"leomara.andrade@gmail.com"
] | leomara.andrade@gmail.com |
57e76092d941df14616b698c70d932bc1c6fbf86 | 3da2c6544edc8934125763550c914a13112f2941 | /sources/com/google/android/material/chip/ChipDrawable.java | 7692e751fb67c123ee52b7843871ef123546c4ae | [] | no_license | poloyacero/arduino-pn532-android-hce | a140802fc00baa3049828cb80a611cf1145377ff | 5aa812baa2d1bc7089ac6ca321b0c2806500caab | refs/heads/master | 2023-02-28T11:16:17.134995 | 2021-02-04T15:08:31 | 2021-02-04T15:08:31 | 335,988,326 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 54,963 | java | package com.google.android.material.chip;
import android.content.Context;
import android.content.res.ColorStateList;
import android.content.res.Resources;
import android.content.res.TypedArray;
import android.graphics.Canvas;
import android.graphics.ColorFilter;
import android.graphics.Outline;
import android.graphics... | [
"akosipoloyacero@gmail.com"
] | akosipoloyacero@gmail.com |
2b4faf32d19b9ee174b5298364431382e0a85fb5 | 46b42d43a86f2c4d8616a76ffb1c48dc63870f71 | /coursera/algs4part1/trees/Node.java | 49a264542c987d9147c0decd30e00ebaad465d71 | [] | no_license | EvgenyBondarenko/algs | 9f5cd88c598c1499ed1af934885e3af76d16b604 | 540af1030d0b51b2c2232552a20edb76e6fe47d8 | refs/heads/master | 2021-01-17T08:38:57.885352 | 2020-04-15T17:20:47 | 2020-04-15T17:20:47 | 23,621,187 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,318 | java | class Node<K extends Comparable<K>, V> {
K key;
V value;
Node<K, V> left;
Node<K, V> right;
public Node(K key, V value) {
this.key = key;
this.value = value;
}
public static void main(String[] args) {
Node<String, String> root = new Node<>("abc", null);
root... | [
"evgbono@gmail.com"
] | evgbono@gmail.com |
62d4187a8e4ad413bb47dfa9041c384fc5a19b46 | e0ba7ddeb226fe452e5114ce2b8b94ddb4b97b3e | /app/src/main/java/com/zhuye/ershoufang/wxapi/WXEntryActivity.java | b7fbe75be3cac47a4891ffffd35cd4e01f90c71e | [] | no_license | jingzhixb/trunk | 5337a676f9eb91888171bd06f7a657e72cb05636 | e9201b355323c86db5b3a22a8e869b1243b00763 | refs/heads/master | 2020-03-28T01:34:08.005377 | 2018-09-05T12:34:05 | 2018-09-05T12:34:05 | 147,514,146 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 214 | java | package com.zhuye.ershoufang.wxapi;
import com.umeng.socialize.weixin.view.WXCallbackActivity;
/**
* Created by Administrator on 2018/3/29 0029.
*/
public class WXEntryActivity extends WXCallbackActivity {
}
| [
"1390056147qq.com"
] | 1390056147qq.com |
b969a43c63f6fdddd53db3c868827174a1937441 | 5f13c94194459ef7d61b9d416bfc61abdfeb536f | /APPLICATION/SpringSecurityJdbcCustomUserDetailsAnnotatonExample/src/main/java/com/espark/adarsh/entity/UserRole.java | 7abd97dd5a9f0d0ba5b0cd8f9f18ee38ae9e410d | [] | no_license | adarshkumarsingh83/spring_security | 092cd3a7385cf2abfdf8e165ec08995de30cd835 | 8d655c1e0ae80ad3d1b1fe6a400da92af8032c08 | refs/heads/master | 2023-02-03T06:17:55.941921 | 2023-01-24T05:33:26 | 2023-01-24T05:33:26 | 46,787,876 | 2 | 3 | null | 2023-01-23T21:06:45 | 2015-11-24T11:37:09 | Java | UTF-8 | Java | false | false | 2,823 | java | /*
* Copyright (c) Sourcen Inc. 2004-2012
* All rights reserved.
*/
/*
* Copyright (c) 2015 Espark And ©Adarsh Development Services @copyright All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are m... | [
"adarshkumarsingh83@gmail.com"
] | adarshkumarsingh83@gmail.com |
ddc85c58157049221147cea58fbb8989a651dcd2 | f46e5113682bfed994d09d6ff29c6b451ce3e806 | /src/main/java/org/smart4j/chapter2/controller/CustomerShowServlet.java | ccc8afa00d661afc1a97b422923ada2b2d119539 | [] | no_license | leorenyp/chapter2 | 57da36890422902990cf0cef685cc3c7c53cae6c | e9dd00aded340b8a296e6186aad85dd861e57d1e | refs/heads/master | 2020-03-22T10:20:36.289363 | 2016-11-28T13:06:43 | 2016-11-28T13:06:43 | 74,375,712 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 614 | java | package org.smart4j.chapter2.controller;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
/**
* Created by renyp on 2016/11... | [
"beijingryp@163.com"
] | beijingryp@163.com |
c63fa6afa6082c8e970ab01621c3b8b49e2b7eb6 | 05d0a9553358fbf159e566c403626de2718e17c9 | /hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-services/hadoop-yarn-services-core/src/main/java/org/apache/hadoop/yarn/service/utils/PublishedConfigurationOutputter.java | 8bdc102892e99e7a6efc8a12365374db59c34d9f | [
"CC-BY-2.5",
"LGPL-2.1-only",
"LicenseRef-scancode-other-permissive",
"EPL-1.0",
"Classpath-exception-2.0",
"GCC-exception-3.1",
"BSD-3-Clause",
"CC-PDDC",
"GPL-2.0-only",
"CDDL-1.0",
"MIT",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"GPL-1.0-or-later",
"LicenseRef-scancode-jdom"... | permissive | hopshadoop/hops | d8baaf20bc418af460e582974839a3a9a72f173a | ed0d4de3dadbde5afa12899e703954aa67db7b3b | refs/heads/master | 2023-08-31T20:36:31.212647 | 2023-08-28T15:31:37 | 2023-08-28T15:31:37 | 32,975,439 | 295 | 85 | Apache-2.0 | 2023-09-05T09:19:57 | 2015-03-27T08:31:42 | Java | UTF-8 | Java | false | false | 5,960 | 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 ... | [
"gautier@sics.se"
] | gautier@sics.se |
9ec386cf85cb11424a2206993023f82772519cf6 | 82ccfb8514fad9c32f40c4de6a5e8b3d11c67a9d | /app/src/main/java/org/communityboating/kioskclient/progress/validator/ProgressStateValueValidatorProgressStateContext.java | 4c24c61daf70ca19b814b5a40a1fdc4bd95970f2 | [] | no_license | community-boating/kiosk-client | e22afa945320ac751d041db27bd2c4d6e4d4c6bc | 0ca898776346933a769c0cbc4213b9172ac39340 | refs/heads/master | 2022-07-23T00:45:38.755606 | 2022-07-15T01:52:28 | 2022-07-15T01:52:28 | 176,619,718 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 315 | java | package org.communityboating.kioskclient.progress.validator;
import org.communityboating.kioskclient.progress.ProgressState;
public abstract class ProgressStateValueValidatorProgressStateContext implements ProgressStateValueValidatorBase {
abstract String isValueValid(String value, ProgressState context);
}
| [
"alexjpbanks14@gmail.com"
] | alexjpbanks14@gmail.com |
8c8563514566bece16e570ab97c8ee3168bbb24d | 6875f224c19924eb05a79642c1ada4b0afcc768f | /utils/Math.java | 74a919015f07f07c4d0a3922bd385369ceaca48c | [] | no_license | AramSar/cs110_hw7 | 2035e63ae4a7f3cd63a27e9ebd2703569be8c8cb | f4e157daae002683d943a6fc189e25ac27efdb87 | refs/heads/master | 2021-08-22T09:02:51.878004 | 2017-11-29T21:03:44 | 2017-11-29T21:03:44 | 112,527,439 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 307 | java | package utils;
public class Math {
public static int factorial (int num) {
if(num <= 0) return 1;
return num * factorial(--num);
}
public static int factorialLoop (int num){
int fact = 1;
for(int i = num; i > 0; i--) {
fact *= i;
}
if(num == 0) return 1;
return fact;
}
} | [
"aram_sargsyan@edu.aua.am"
] | aram_sargsyan@edu.aua.am |
2454c6e39552496c96f504bd0683918b916cd9f0 | b55259e1d1eb295595f7b585c1cdc0b4450dd950 | /sangphpc00958_ProjectMini/src/main/java/sangphpc00958_ProjectMini/service/UploadService.java | d8dfc6278a9df5759ab0223f03e98804cf4f71d1 | [] | no_license | PhamHoangSang2k/sangphpc00958_ProjectMini | 000854f432af8789b902d7ccd226239da50f05ce | 21afa75043372d1776d3af963cb4069b318abfc0 | refs/heads/master | 2023-07-28T07:46:18.592331 | 2021-09-08T08:53:01 | 2021-09-08T08:53:01 | 403,919,304 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 207 | java | package sangphpc00958_ProjectMini.service;
import java.io.File;
import org.springframework.web.multipart.MultipartFile;
public interface UploadService {
File save(MultipartFile file, String folder);
}
| [
"abc@gmail.com"
] | abc@gmail.com |
0517365dbe7dd9effecaa39b25d3671e8b473b52 | ae3c3cd37144a39ac7559d23c791bb38cd8d1b10 | /src/main/java/com/example/axon_test/ds/bean/in/ServiceInResponseParam.java | 4c441351e4af2632b8908d30ae69f75fa174e4df | [] | no_license | espressox/axon_test | f4a3ab783a9a72034bdcd07dfc5e194bfc7deeca | 9616cd0faf2aba4baa7816d6736c04ef3141c866 | refs/heads/master | 2023-07-15T10:19:53.381193 | 2021-08-31T03:36:29 | 2021-08-31T03:36:29 | 392,230,861 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,250 | java | package com.example.axon_test.ds.bean.in;
import com.example.axon_test.ds.bean.Result;
import com.example.axon_test.ds.bean.ResultBase;
import com.example.axon_test.ds.bean.ResultSetter;
/**
* 请求的响应基类
*/
public class ServiceInResponseParam extends ServiceInParam implements Result, ResultSetter {
/**
* 结果... | [
"xinwei@yusys.com.cn"
] | xinwei@yusys.com.cn |
d06f6dea25ba70ef9694ccba3f1f0462aff82f0f | d002bfc0bd80a49e10f2d0dc02fffffe4d93b20f | /ddth-queue-core/src/test/java/com/github/ddth/pubsub/test/universal/idint/inmem/TestInmemPubSubMT.java | cc74b9f6ca59029d7e0cebccafa3d021bcc0d88a | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | DDTH/ddth-queue | 1b744bf64ea2d18d739a64dbb08121aea8e7d7b4 | 359257b80edd622b7791f0d3bee2123f6892b347 | refs/heads/master | 2023-08-19T13:54:50.837423 | 2019-07-24T18:55:52 | 2019-07-24T18:55:52 | 31,454,120 | 6 | 5 | MIT | 2022-09-22T17:29:46 | 2015-02-28T06:54:19 | Java | UTF-8 | Java | false | false | 890 | java | package com.github.ddth.pubsub.test.universal.idint.inmem;
import com.github.ddth.pubsub.IPubSubHub;
import com.github.ddth.pubsub.impl.universal.idint.UniversalInmemPubSubHub;
import com.github.ddth.pubsub.test.universal.BasePubSubMultiThreadsTest;
import junit.framework.Test;
import junit.framework.TestSuite;
/**
... | [
"btnguyen2k@gmail.com"
] | btnguyen2k@gmail.com |
f6b3c88d86c7a4a78e25d1159bb1d2b440da5bad | 416eb0978cb10e551ab44f16653bbf0955d3f7dc | /src/com/syntax/class09/Student.java | bafd6f3fd2c597b528eb84174f78e0b3bd333290 | [] | no_license | true991/JavaBatch7 | 0e158a7667e94446ffd51a83d8255d41427d0ee2 | 47e422cc18ce219fd95a6837a6ff87e3b2639f59 | refs/heads/master | 2022-12-16T13:49:04.038671 | 2020-08-29T18:14:22 | 2020-08-29T18:14:22 | 272,066,506 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 370 | java | package com.syntax.class09;
public class Student {
public String name, adress;
Student(String name, String adress) {
this.name = name;
this.adress = adress;
}
void info () {
System.out.println(this.name + " " + this.adress);
}
public static void main(String[] args) {
Student x = new Stud... | [
"igor.true991@gmail.com"
] | igor.true991@gmail.com |
2b4fa703432fab9c7253aac1509ccc0ed1431a4c | 942c5021817d284f47382433eee4a5c24ca781bf | /core/store/src/main/java/mil/nga/giat/geowave/core/store/memory/AbstractMemoryStoreFactory.java | c965b292325474ab8dbb51ea5ceeece385882b91 | [
"Apache-2.0",
"LicenseRef-scancode-free-unknown",
"LicenseRef-scancode-public-domain"
] | permissive | rfecher/geowave | 9e41c93ec474db7b3c32e75ebb7c30f6f1f19c1a | b5dfb64abb6efdcdc75f46222ffd2d4c3f7d64a5 | refs/heads/master | 2022-06-28T02:03:32.509352 | 2017-02-15T17:56:32 | 2017-02-15T17:56:32 | 39,567,101 | 0 | 2 | Apache-2.0 | 2018-07-23T12:23:08 | 2015-07-23T12:50:18 | Java | UTF-8 | Java | false | false | 234 | java | package mil.nga.giat.geowave.core.store.memory;
import mil.nga.giat.geowave.core.store.GenericStoreFactory;
abstract public class AbstractMemoryStoreFactory<T> extends
AbstractMemoryFactory implements
GenericStoreFactory<T>
{
}
| [
"dcy2003@gmail.com"
] | dcy2003@gmail.com |
cab0592792b6362035ab4fc081729f2e67c6fcf6 | 4d7cb5b5785c3487b9272b55d9aec882d0e8422f | /src/com/apiit/flyweight/ShapeSimulator.java | 7a8ce7f4c4297b3e88e492ba9ce2c1bb504d010d | [] | no_license | alphagamer7/DPExample | 0a00ff2f9699bbc9d75f88c3f76370df5ced187b | b4e5a0075e18bafe28db50855b4e0a4baf8fc095 | refs/heads/master | 2021-08-30T07:20:51.807221 | 2017-12-01T04:53:55 | 2017-12-01T04:53:55 | 112,050,998 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 817 | 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 com.apiit.flyweight;
/**
*
* @author Chathura
*/
public class ShapeSimulator {
public static void main(String[] args) ... | [
"athif.shaffy@gmail.com"
] | athif.shaffy@gmail.com |
124c718581aa5141bde7a3a76e955ee5ae58cfec | c9b34b5c78f80bb98d1aeb95b9931b01eb7efe1d | /compilejar/src/main/java/com/fxn/compilejar/utils/OpenGPSUtil.java | 45b65a147fcecdee57bd75aa1e7e72e5e847b7df | [] | no_license | fxn-sm/MyTool | 925ae04b5cea60a56cfb94211b65fd056f3b81e2 | a5eef709283e1c01a4e07fdcdc00f85c5d19559a | refs/heads/master | 2020-07-16T08:39:32.861655 | 2019-09-23T07:43:01 | 2019-09-23T07:43:01 | 205,756,434 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,935 | java | package com.fxn.compilejar.utils;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.location.LocationManager;
import android.provider.Settings;
public class OpenGPSUtil {
/**
* 判断G... | [
"1834907589@qq.com"
] | 1834907589@qq.com |
9d011d794e16868918c0f2b386e9af669fd31aef | 5c2a4a08e6966f2790d938f5f255f1d538536383 | /StormTopologies/TwoSources/TwoSourcesTopology.java | f1963498ba0c599e731f091c423ef3ab0011a186 | [] | no_license | annavalentina/Equality | f89e856ffd108fc40bb2b19c7ef1f4a3b8766b94 | 2da835105dc58ea16be98373709825738e72cf1d | refs/heads/main | 2023-08-11T14:20:35.154318 | 2021-10-11T13:21:30 | 2021-10-11T13:21:30 | 308,358,455 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,812 | java | import org.apache.storm.Config;
import org.apache.storm.StormSubmitter;
import org.apache.storm.topology.TopologyBuilder;
import java.io.BufferedReader;
import java.io.FileReader;
import java.util.*;
public class TwoSourcesTopology {
public static void main(String[] args) throws Exception {
//Use tree... | [
"noreply@github.com"
] | annavalentina.noreply@github.com |
a7c364021e0085504718c966b00f0a9649c327ed | 73c4e905ae1e0e12acf9e2b9ecb00c5665538cf5 | /easybatch-core/src/main/java/org/easybatch/core/api/RecordDispatcher.java | e9a176ddf5a8107d47488900f827bf34277d4620 | [
"MIT"
] | permissive | gilgnekoe/easy-batch | 66d6c302ed41ed66c350c33d349f8c235ad8e7ec | a7f3e4c0ced87eb91a34f9bff6bd7567e145e6ed | refs/heads/master | 2020-12-26T04:49:42.575867 | 2014-12-28T12:08:21 | 2014-12-28T12:08:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,625 | java | /*
* The MIT License
*
* Copyright (c) 2015, Mahmoud Ben Hassine (mahmoud@benhassine.fr)
*
* 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 li... | [
"md.benhassine@gmail.com"
] | md.benhassine@gmail.com |
ce5cd2fff220e0e7cd66c09a9480ed18f9a07dc6 | c15d4c4a40a627d4270a468aed986e18418e1229 | /3rdPartyServices/EnterpriseServices/collabtools/src/main/java/org/societies/enterprise/collabtools/Interpretation/AlchemyAPISimple.java | 43d14436538e67bc409822ad58f44a06fa8c6c0c | [
"BSD-2-Clause"
] | permissive | efdouk/SOCIETIES-SCE-Services | 2e0983a0194560986190fab3aac0169f28a58729 | c43f6e354bebfb5ef4273528964a4b4bc92baa6b | refs/heads/master | 2021-01-15T09:38:56.786692 | 2012-07-02T10:53:19 | 2012-07-02T10:53:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,588 | java | package org.societies.enterprise.collabtools.Interpretation;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.IOException;
import java.net.HttpURLConnection;
import java.net.URL;
import javax.xml.parsers.DocumentBuilderFactory;
import javax.xml.parsers.ParserConfigurationExceptio... | [
"ybouloudis@amitec.gr"
] | ybouloudis@amitec.gr |
024e556cc9904541992b9b6fed3b443d3ad3b18f | b6fc79e9c63dbf687cfcb65d48096277b31f86af | /codingtest/programmers/level1/HateSameNumber.java | bc21b454c8884c4ba45c18b27a698f5359749fff | [] | no_license | Choiyounho/algorithm-interview | c432fd4280e5dd673baa996e88671d41dbee7d74 | 45739528f1726d952f8596cd1ccd510bed4e9b9e | refs/heads/master | 2023-06-29T23:09:29.868142 | 2021-08-05T13:38:18 | 2021-08-05T13:38:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,495 | java | /**
* 프로그래머스
* Level1
* 같은 숫자는 싫어
*/
class Solution {
public static void main(String[] args) {
int[] results = hateSameNumber(new int[]{1, 1, 3, 3, 0, 1, 1});
System.out.println(Arrays.toString(results));
}
private int[] hateSameNumber(int[] array) {
List<Integer> results = get... | [
"dlagksruf19@naver.com"
] | dlagksruf19@naver.com |
f611eb9664f3d3bdba650240039cacf5dc45db77 | 532470b88a7ad4475e76c003cee6ca94d7f2e7f7 | /src/main/java/com/softcell/datascience/model/request/package-info.java | 3ccbca687b4965aa4b8695020bac136a77868280 | [] | no_license | manoharvare/data-science | bb54d55d48cd48442604452f3a200619b29e1990 | a1121afe6e463349b9c78ad0efd5bb180c73e8be | refs/heads/master | 2021-05-13T21:40:53.846249 | 2018-01-04T09:03:39 | 2018-01-04T09:03:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 47 | java | package com.softcell.datascience.model.request; | [
"ybombe@softcell.com"
] | ybombe@softcell.com |
52be9ee9a833339d5580a5e69142711dd4f67e62 | e1c4084250beacd90272ca89f187e5ee46c91a5c | /app/src/main/java/info/androidhive/scandemo/MainActivity.java | a74c87163d80ed191a00a325bd4fda2dc1d8f7b2 | [] | no_license | sekar-worx/scandemo | ac50c2afcf27cf1fc0d56ed2d06a2f307b9daa43 | d5fa7a2dea172fdd01442bb8557070fe93cdac1c | refs/heads/master | 2021-01-24T04:01:48.043542 | 2018-02-26T05:27:11 | 2018-02-26T05:27:11 | 122,917,755 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,577 | java | package info.androidhive.scandemo;
import android.annotation.SuppressLint;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.app.Activity;
import android.content.Intent;
import android.graphics.Bitmap;
import android.net.Uri;
import android.provider.MediaStore;
import android.v... | [
"gnanasekaran.perumal@neutrinos.co"
] | gnanasekaran.perumal@neutrinos.co |
ae44607122e4d76a3a182b1b97673a65d03e9a9f | 02ffbb38c34c2f9880d7ab62e1223c07648670fb | /src/main/java/nl/cz/testsupport/service/dto/PasswordChangeDTO.java | 703c66da80084e5c057de9ebf41a71bd6a08fd75 | [] | no_license | goos76/testsupport | 4a71d7909d8e4860ac5370586e8fa6c2642f85b6 | d411b817c5e15201b399762c8c0c9e52a00a38f2 | refs/heads/main | 2023-03-13T20:34:13.765908 | 2021-03-11T14:53:50 | 2021-03-11T14:53:50 | 346,737,371 | 0 | 0 | null | 2021-03-11T15:09:43 | 2021-03-11T14:53:35 | Java | UTF-8 | Java | false | false | 860 | java | package nl.cz.testsupport.service.dto;
/**
* A DTO representing a password change required data - current and new password.
*/
public class PasswordChangeDTO {
private String currentPassword;
private String newPassword;
public PasswordChangeDTO() {
// Empty constructor needed for Jackson.
}
... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
9bfaa7e435c60690b4449902e22bbdd51593302b | 0dd5cbdecb8f0b276effeeebea3f18b6152dae59 | /KimMinJi/frogjump.java | cc85920ce2904185bf5884e5d0cb66ce35422b83 | [] | no_license | lovings2u/Algorithm | e85cdb5530f267aa5832f6f0decbc5445e469224 | fa72c9449e5b6789c27fd169d2c409b23c62e972 | refs/heads/master | 2021-04-22T06:45:04.127744 | 2017-03-21T20:08:58 | 2017-03-21T20:08:58 | 57,963,551 | 0 | 0 | null | 2017-01-25T10:05:24 | 2016-05-03T11:15:53 | Java | UHC | Java | false | false | 1,750 | java | import java.util.Scanner;
import java.io.FileInputStream;
class frogjump {
public static void main(String args[]) throws Exception {
/* 아래 메소드 호출은 앞으로 표준입력(키보드) 대신 input.txt 파일로 부터 읽어오겠다는 의미의 코드입니다.
만약 본인의 PC 에서 테스트 할 때는, 입력값을 input.txt에 저장한 후 이 코드를 첫 부분에 사용하면,
표준입력 대신 input.txt 파일로 부터 입력값을 읽어 올 수 ... | [
"noreply@github.com"
] | lovings2u.noreply@github.com |
61b579d1c5608136a878f3b2aabb6a65b3e94260 | 75c847f93177ba81c7269a1604575d1ba0ee4e9e | /Connect with DB/db.java | 4bb38d4886314a8ad1e8a09d610d0fbdfbe14f9a | [] | no_license | ggchilev/Java_Projects | f65437ddf5a8e12763b7b71b10e132e185778834 | 42297e9b661cd370621cf611d950bd11d39872b8 | refs/heads/master | 2021-01-10T11:24:24.743769 | 2016-01-26T12:17:31 | 2016-01-26T12:17:31 | 50,426,586 | 0 | 0 | null | null | null | null | WINDOWS-1251 | Java | false | false | 2,181 | java | import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.Statement;
import java.sql.ResultSet;
import java.sql.SQLException;
public class jiktak{
// метод който се свързва със SQL сървъра и връща ресурс (връзка) към него,
// а ако свързването е неуспешно, ще върне NULL
private static C... | [
"george94pz@gmail.com"
] | george94pz@gmail.com |
cc63bdfd272dcc5105daa8398b4e95dde83fda09 | 4a200307844a77355b5bca8c4c6f37e988398dec | /WEB/com.xinwei.minas.server/src/com/xinwei/minas/server/enb/facade/EnbNeighbourFacadeImpl.java | 6285f340d6d7c532c22e60193b703dd0abe477c4 | [] | no_license | qqhappy/mesh-omc | a623679647fb22feba1ed8dfa43cc2740ccc90f4 | c06fb739aab39a550f14442697ad1916c1243261 | refs/heads/master | 2021-05-11T23:41:40.986485 | 2018-01-17T06:42:25 | 2018-01-17T06:42:25 | 117,513,317 | 1 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,998 | java | /*
* Copyright 2015 Beijing Xinwei, Inc. All rights reserved.
*
* History:
* ------------------------------------------------------------------------------
* Date | Who | What
* 2015-2-12 | fanhaoyu | create the file
*/
package com.xinwei.minas.server.enb.facade;... | [
"qqhappy_cn@hotmail.com"
] | qqhappy_cn@hotmail.com |
c19f7adb76fc32425da5363178935ad1b7775347 | d211f2ba77257b2cca37d2ddd1181e7217917137 | /src/org/usfirst/frc/team4627/robot/subsystems/DriveTrain.java | 3c2cbd75fbee0d138c498af443a78ce0599cc8e8 | [] | no_license | 4627ManningRobotics/2018-Offseason-backup | 6c95ec032a578c375eb265846b083c5610c20059 | 8ee218824edb3a595bf8727f6d97edfd45312b8f | refs/heads/master | 2020-03-14T19:58:34.914332 | 2018-05-01T22:19:24 | 2018-05-01T22:19:24 | 131,768,918 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,772 | java | package org.usfirst.frc.team4627.robot.subsystems;
import org.usfirst.frc.team4627.robot.RobotMap;
import org.usfirst.frc.team4627.robot.commands.DriverControls;
import com.ctre.phoenix.motorcontrol.can.TalonSRX;
import edu.wpi.first.wpilibj.Encoder;
import edu.wpi.first.wpilibj.Solenoid;
import edu.wpi.first.wpilib... | [
"joe.eng.wilson@gmail.com"
] | joe.eng.wilson@gmail.com |
7d66274b38ebceb74df08155056cc908a502a81c | 11d2f1807fbfa341bb82b30fc413649558f787bf | /NumberPrinting/src/numberPrinting/NumperPrinting.java | badf410fa123afa7cfe0e8ad1338ca730ea0d1b8 | [] | no_license | skshaya/Training-Session | cda352584f4a747f95097ad48394f0fc8b92bb37 | 04ac1242212e8f39cc21fba5547e63ae0f6ec2a4 | refs/heads/master | 2022-06-21T17:52:29.425898 | 2020-02-22T19:29:27 | 2020-02-22T19:29:27 | 238,169,531 | 0 | 0 | null | 2022-06-21T02:50:48 | 2020-02-04T09:35:24 | Java | UTF-8 | Java | false | false | 720 | 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 numberPrinting;
/**
*
* @author Shaya
*/
public class NumperPrinting {
/**
* @param args the command line argumen... | [
"43666522+skshaya@users.noreply.github.com"
] | 43666522+skshaya@users.noreply.github.com |
aabd92f440656cea83d4d4fca235b111df7e6423 | 048cca048123a103a25e0505fa1aa862e5f10baa | /src/main/java/guru/springframework/model/UnitOfMeasure.java | 6b1d36731ddd2abf040f3054e5469392bfeba155 | [] | no_license | 555ab/spring5-recipe-app | 5564b45b8f43a1ba264d16de99156826d2219197 | dfb11de6f1ac7c3e7ff3e7d0b1e88531089ccbfa | refs/heads/master | 2021-01-02T01:26:20.433005 | 2020-02-11T08:50:57 | 2020-02-11T08:50:57 | 239,432,127 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 625 | java | package guru.springframework.model;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
@Entity
public class UnitOfMeasure {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long id;
private St... | [
"anna-boettcher@web.de"
] | anna-boettcher@web.de |
c66bde50e3400abd7f1f3b68d5775f0215f8ac98 | 2982fb08921b0849284487e3e905050491f19e71 | /src/com/javaeasy/overload/UseOverLoad2.java | 990a9b03e08f21748b7dcc9e2fd51d4c29ebd5ad | [] | no_license | fengzige1993/hello | 00ca1231e26cd2e746f81ae4804726f86a10a618 | 631418049ffc6c79cc8774922ee3e1cca6342dc7 | refs/heads/master | 2021-05-17T02:42:46.973665 | 2020-04-25T17:10:12 | 2020-04-25T17:10:12 | 250,580,355 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,854 | java | package com.javaeasy.overload;
import com.javaeasy.override.Bus;
import com.javaeasy.override.CarBase;
import com.javaeasy.override.ElectronicBus;
import com.javaeasy.override.SportsCar;
public class UseOverLoad2 {
public static void main(String[] args){
UseCar useCar = new UseCar();
CarBase base ... | [
"592416690@qq.com"
] | 592416690@qq.com |
2a6082288dff841d0284b66fd93e206a86ac17a2 | 034a1bec648285f2927383d63cc09c282aa4f5b5 | /projekat/src/main/java/xmlweb/projekat/model/dtos/AccomodationAdminDTO.java | 8eff08f79fd604bed2f02e8c15203ab0705cabaa | [] | no_license | nikola310/XWS | d29a53093a83b106bea0caf589c7d7f0192e1f43 | e884c9e78ed0e3c4dbbdf0542fa17b9de9f14bfb | refs/heads/master | 2021-07-19T10:28:05.253715 | 2018-11-13T16:24:21 | 2018-11-13T16:24:21 | 129,967,817 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,228 | java | package xmlweb.projekat.model.dtos;
/**
* @author Nikola
*
*/
public class AccomodationAdminDTO {
private long id;
private String accomodationName;
private String accomodationType;
private int capacity;
private int category;
private String location;
private int version;
public long getId() {
return id;
... | [
"nikola_stojanovic1@yahoo.com"
] | nikola_stojanovic1@yahoo.com |
f7588935ab697af88dfd1928054a64a49bea756f | 10186b7d128e5e61f6baf491e0947db76b0dadbc | /jp/cssj/sakae/sac/parser/DefaultClassCondition.java | b17050bf37970cc19d6b5e5f5089ded5a239701d | [
"SMLNJ",
"Apache-1.1",
"Apache-2.0",
"BSD-2-Clause"
] | permissive | MewX/contendo-viewer-v1.6.3 | 7aa1021e8290378315a480ede6640fd1ef5fdfd7 | 69fba3cea4f9a43e48f43148774cfa61b388e7de | refs/heads/main | 2022-07-30T04:51:40.637912 | 2021-03-28T05:06:26 | 2021-03-28T05:06:26 | 351,630,911 | 2 | 0 | Apache-2.0 | 2021-10-12T22:24:53 | 2021-03-26T01:53:24 | Java | UTF-8 | Java | false | false | 1,352 | java | /* */ package jp.cssj.sakae.sac.parser;
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* *... | [
"xiayuanzhong+gpg2020@gmail.com"
] | xiayuanzhong+gpg2020@gmail.com |
b284a4c1ded0a075b1d4f2a5b9b4c7369f6ad208 | d775f84c8fab3ad796542dcca215bcf5f77b70c5 | /addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/tests/RemoveContactFromGroup.java | ca3a4052d0453f27d7f736e35174cf160d51b24b | [
"Apache-2.0"
] | permissive | ivanrightman/JavaForTestersTraining | be82a3435f50000b5f04e807d7ad6717133d347c | 7aaeedb6c7a1efff08dd83d88f4cad0a7afd834b | refs/heads/master | 2022-06-09T11:58:51.959875 | 2020-05-10T10:49:46 | 2020-05-10T10:49:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,966 | java | package ru.stqa.pft.addressbook.tests;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
import ru.stqa.pft.addressbook.model.ContactData;
import ru.stqa.pft.addressbook.model.GroupData;
import ru.stqa.pft.addressbook.model.Groups;
import static org.hamcrest.MatcherAssert.assertThat;
imp... | [
"vivasvse@gmail.com"
] | vivasvse@gmail.com |
1e50dccf6f5525b8777b5ba196ad14fc77801dcf | 8a9e2ce77cfef4b43400839dae2f74ed4590f1ba | /step10_miniProject/src/miniproject/exception/DuplicateException.java | 937fd96076e19dea22afc0fb2dcb9457a97e664a | [] | no_license | aNnaHmiK/MiniProject | a46bbfec26bfc8a38bfc6d48dd7058c554eed44e | 68ef7748a1a69c418192d0f2a26a58970bb0e05f | refs/heads/main | 2023-07-02T19:44:54.300212 | 2021-08-06T08:27:05 | 2021-08-06T08:27:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 199 | java | package miniproject.exception;
public class DuplicateException extends Exception{
public DuplicateException() {}
public DuplicateException(String message) {
super(message);
}
}
| [
"noreply@github.com"
] | aNnaHmiK.noreply@github.com |
ddbd3ef6ec1d0d25aae13bf5f06ff7678682d84e | 6136bded20fd21a1d10f8433ec9b25bd123eed40 | /seaglass/tags/seaglasslookandfeel-0.1.6/src/main/java/com/seaglasslookandfeel/painter/FrameAndRootPainter.java | f150fd634f9fc9e42291ceff809609188834c3f1 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | amertkara/seaglass | fe1da62ff6196affd3c1c3217cf8f38614c97760 | 4936a1715b6f17831425a516b62fcec323dca4ed | refs/heads/master | 2016-08-12T05:51:28.894005 | 2015-05-27T12:29:59 | 2015-05-27T12:29:59 | 36,365,097 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,025 | java | /*
* Copyright (c) 2009 Kathryn Huxtable and Kenneth Orr.
*
* This file is part of the SeaGlass Pluggable Look and Feel.
*
* 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:... | [
"kathryn@kathrynhuxtable.org"
] | kathryn@kathrynhuxtable.org |
4dde88ce5b2747f94cc4bb1d4ff3521dd2c71d94 | a226665fade4ea4ebb7bc3e7870fcef7716dff1d | /src/main/java/com/knife/agilemind/repository/story/StoryRepository.java | 372f3574508d030e7dced6fea1783a9f6a3e3ef7 | [] | no_license | KnifeOnlyI/AgileMind | ca11313a1f117d6157778add16f9297a089602c1 | 00e0bca462bb80a7133e34728200dc6935608566 | refs/heads/master | 2023-07-10T07:18:38.368741 | 2023-06-28T10:17:55 | 2023-06-28T10:17:55 | 251,386,518 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 408 | java | package com.knife.agilemind.repository.story;
import com.knife.agilemind.domain.story.StoryEntity;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
/**
* Repository to manage stories in database
*
* @author Dany Pignoux (dany.pignoux@outlook.fr)
*/
@R... | [
"dany.pignoux@erudo.fr"
] | dany.pignoux@erudo.fr |
82e135e2d70be9523b1436efbb4992b418962bb9 | 1e600c3d9cb23283e854bec7d14f188c47b885db | /org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/preferences/CodeAssistPreferencePage.java | 8dc0fe26d3b031aa878b7566f3b047d0fd21e67a | [] | no_license | AmanziTel/awe-rdt | 3144c96bb322c1c35a00d5fe0fa66d974e0ebb47 | 476693295b84a3a91f8bdeee974eaeb0ff293f09 | refs/heads/master | 2016-09-03T03:58:56.498965 | 2011-08-23T09:08:41 | 2011-08-23T09:08:41 | 2,254,984 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,991 | java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution... | [
"lagutko@0edadee9-8154-4c59-a661-b5f45207fcbd"
] | lagutko@0edadee9-8154-4c59-a661-b5f45207fcbd |
1aa10cf627932b9102d58ab8beae36811fe676ab | a7d9d89e83d2fe8d0363103c48469eef3e3ffb26 | /src/leetcode/LeetCode83.java | 78227c130c635823a2b485c3646151b5f48003b0 | [] | no_license | Flywith24/MyLeetCode | 382b1d7ed1c85baba5ab7860c862e34a03636f02 | 8f733df31be26a41d98f9ed18904bae98ff09e75 | refs/heads/master | 2023-02-12T23:22:50.117356 | 2021-01-13T14:07:25 | 2021-01-13T14:07:25 | 281,310,974 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 588 | java | package leetcode;
/**
* https://leetcode-cn.com/problems/remove-duplicates-from-sorted-list/
*/
public class LeetCode83 {
private static class ListNode {
int val;
ListNode next;
ListNode(int x) {
val = x;
}
}
public ListNode deleteDuplicates(ListNode head) {
... | [
"fly_with24@163.com"
] | fly_with24@163.com |
aa5b3a30da1def771c961475f91b9e4fb2ffa00f | 26941f5d82d28c8ec3567ac4ac6dd8c8357e8f30 | /src/main/java/com/kymryd/starfood/controller/OfferController.java | 696a95d5a82cf53f99846463a4fa517a686ddb6f | [] | no_license | Legacy0013/StarFood | f6564ba8675df408f63b1e24fac6c4deb40202f4 | 1deafe5c1f2899c7aa056d9070956c0bd0b7ae65 | refs/heads/main | 2023-02-24T17:02:04.256693 | 2021-01-14T12:51:14 | 2021-01-14T12:51:14 | 329,614,405 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,182 | java | package com.kymryd.starfood.controller;
import com.kymryd.starfood.model.entities.OfferEntity;
import com.kymryd.starfood.service.OfferService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import java.util.List;
@CrossOrigin(origins = "*", maxAge = ... | [
"48328983+Legacy0013@users.noreply.github.com"
] | 48328983+Legacy0013@users.noreply.github.com |
144c1a86ad201384cf99d66ceb30ee28d27e49c6 | 8336777a456a4af644bcc7112c9371fccb2b3ddb | /MRY/server/web/src/main/java/com/mry/entity/dao/system/TreatmentDao.java | e23501f5a7b3cd9e742e83bb146a759e0235bf2a | [] | no_license | SomeDargon/mry | 9d54e8617a99762849ee01e2b7969dc2a32000fc | a7c633f746516cfcb602a699385f11c1f766f53b | refs/heads/master | 2020-03-18T21:05:20.055536 | 2018-05-29T07:41:05 | 2018-05-29T07:41:05 | 135,258,484 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,955 | java | package com.mry.entity.dao.system;
import com.mry.entity.dao.AbstractDao;
import com.mry.entity.store.card.TreatmentCardManagement;
import org.springframework.stereotype.Repository;
import javax.persistence.Query;
import java.util.List;
/**
* Created by kaik on 2018/1/7.
*/
@SuppressWarnings("unchecked")
@Reposito... | [
"296569845@qq.com"
] | 296569845@qq.com |
d458cd2ac24bafc3f496067d3b3ed7f0b22d3c9a | 53f69f20e5c8f15ad2b9191167beaf8e10eb4527 | /Beto/arbol/src/arbol/tree.java | ab3803d981cb738fecfc5661e6c2af3d38cc393a | [] | no_license | i6arcia/Tree_AVL | 7314729e02b23491307ad4b69eda2614040591c2 | 7c119337c938fb38cd44d938db7e78365a11695e | refs/heads/master | 2021-01-10T10:11:59.281617 | 2015-12-02T10:09:55 | 2015-12-02T10:09:57 | 47,089,174 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,771 | java | package arbol;
import javax.swing.JOptionPane;
public class tree {
private Nodo a;
String sTxt="", sPre="", sOrd="", sPost="";
public void insert(int dato){
a = insert(dato, a);
}
private Nodo insert(int d, Nodo p){
if (p == null)
p = new Nodo(d, null, null);
... | [
"i6arcia@gmail.com"
] | i6arcia@gmail.com |
7290d046b998bad5af0ec4bda86798519889acf5 | fe94bb01bbaf452ab1752cb3c1d1e4ecf297b9be | /src/main/java/com/opencart/entity/dao/OcLayoutRouteDao.java | a153ccf6b73a4f2b4b1ff8d9db02407cdbfc7d1d | [] | no_license | gmai2006/opencart | 9d3b037f09294973112bafbadd22d5edd8457de5 | dba44adabf4b8eab3bdb07062c887ba0a2a5405f | refs/heads/master | 2020-12-31T06:13:33.113098 | 2018-01-24T07:35:45 | 2018-01-24T07:35:45 | 80,637,392 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,137 | java | /*************************************************************************
*
* DATASCIENCE9 LLC CONFIDENTIAL
* __________________
*
* [2018] Datascience9 LLC
* All Rights Reserved.
*
* NOTICE: All information contained herein is, and remains
* the property of Datascience9 LLC and its suppliers,
* if any. ... | [
"gmai2006@gmail.com"
] | gmai2006@gmail.com |
342ee7ec24f1c61e6620301831c82f98b4a4fd2d | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /large-multiproject/project3/src/main/java/org/gradle/test/performance3_2/Production3_164.java | 8dbdbed0f775746cbe8982ca63a37ba6ecb4a075 | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 300 | java | package org.gradle.test.performance3_2;
public class Production3_164 extends org.gradle.test.performance2_2.Production2_164 {
private final String property;
public Production3_164() {
this.property = "foo";
}
public String getProperty() {
return property;
}
}
| [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
d146be7d83e3e6416950860cf35d76f9714c3def | c97e8873b87c87f1ef59553de91fcf4ad3668feb | /src/AESViews/JFramePrincipal.java | 3028929fd77fc1014924ef3f598766304c52b92b | [] | no_license | otamega93/AutismExpertSystem | e52247c2cb5b56994df6cf5a552fd83bc07ab219 | ce6e65b6c31e9885f60d3f072c12943963dd37e6 | refs/heads/master | 2016-09-13T23:06:20.387306 | 2016-05-10T03:58:05 | 2016-05-10T03:58:05 | 58,093,801 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,866 | 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 AESViews;
import java.beans.PropertyVetoException;
import java.util.logging.Level;
import java.util.logging.Logger;
/**
*
*... | [
"otamega.93@gmail.com"
] | otamega.93@gmail.com |
9a9bb6d73a589f2f8fdd221a66edc028ff6ff984 | bfcd3c3d2349a5a1ce67b307463f73dbd2f82364 | /android-sdk/realtime-android/src/main/java/cn/leancloud/utils/RemoteInputCompatBase.java | 795e47962e5605767b3c9de4ae3048cd685cc64e | [
"Apache-2.0"
] | permissive | leancloud/java-unified-sdk | 02bf727fdcde33d9172a2eac46976f8dd5e71f62 | 4dee5b1ff167493a001052b56fd817c8865fdd2b | refs/heads/master | 2023-06-26T05:10:08.906059 | 2023-06-14T08:04:54 | 2023-06-14T08:04:54 | 121,136,295 | 51 | 27 | Apache-2.0 | 2023-06-14T08:01:37 | 2018-02-11T15:20:02 | Java | UTF-8 | Java | false | false | 1,360 | java | /*
* Copyright (C) 2014 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... | [
"jwfing@gmail.com"
] | jwfing@gmail.com |
f82c8203827ea570504ea2a2b9504e40193ad1ff | a57b452cd697227aecc26a5e878255985b72859a | /leetcode/IPO.java | c33c784eaf393704a1f217663a4422365b0cade3 | [] | no_license | maruoovv/algorithm | 17736457555f3224c318c7e12e8809189989e13c | 6f3b1b7dfa1b72792a6b897b7bd76cd3788a04c2 | refs/heads/master | 2022-05-01T07:54:57.089928 | 2022-04-17T13:17:20 | 2022-04-17T13:17:20 | 239,527,254 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,701 | java | import java.util.Arrays;
public class IPO {
// 이익을 가장 극대화 하는 project 를 선택 하는 문제.
// 현재의 capital 보다 같거나 작은 capital 만을 선택할 수 있다.
public int findMaximizedCapital(int k, int W, int[] Profits, int[] Capital) {
int ans = W;
// ans 보다 같거나 작은 capital 을 선택해야 하고,
// 그 중 가장 큰 profit 을 선택해야 함... | [
"zmaru123@gmail.com"
] | zmaru123@gmail.com |
d681b7b5dd0f80c3ee432f3e0d6e0b0f82343a38 | da95a88e5896a27dd1ab142bfa621e016cac4abd | /src/test/java/com/xx/spring/jdbc/dao/JdbcTemplateTest.java | 3ad57ed320889b2e657a9de59da19578596cb29e | [] | no_license | wxiaoxin/spring-jdbc | e1d10ec625f115338f1cb4f3019a041989f8813c | e30b947006b0a4ecc7da7a01f76aef0fe3ea723c | refs/heads/master | 2021-01-13T12:49:24.763726 | 2016-09-27T08:41:58 | 2016-09-27T08:41:58 | 69,238,949 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,331 | java | package com.xx.spring.jdbc.dao;
import com.xx.spring.jdbc.entity.User;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.dao.DataAccessException;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework... | [
"wxiaoxin2b@163.com"
] | wxiaoxin2b@163.com |
18ab3d98f90420a3b10f40097681cad1d43b129c | bccb412254b3e6f35a5c4dd227f440ecbbb60db9 | /hl7/model/V2_5/table/Table0442.java | 62ae440ed46d73c5377d47b8960d89a2f6c9651d | [] | no_license | nlp-lap/Version_Compatible_HL7_Parser | 8bdb307aa75a5317265f730c5b2ac92ae430962b | 9977e1fcd1400916efc4aa161588beae81900cfd | refs/heads/master | 2021-03-03T15:05:36.071491 | 2020-03-09T07:54:42 | 2020-03-09T07:54:42 | 245,967,680 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 626 | java | package hl7.model.V2_5.table;
import hl7.bean.table.Table;
public class Table0442 extends Table{
private static final String VERSION = "2.5";
public static Table getInstance(){
if(table==null) new Table0442();
return table;
}
public static final String D = "D";
public static final String E = "E";
public st... | [
"terminator800@hanmail.net"
] | terminator800@hanmail.net |
750c6636318dac51eb371ed2571e997eb66be29e | 3d17822bb2d2871340796409e69906850482643d | /src/main/java/org/capgemini/social/api/service/SocialFriendBlockingServiceImpl.java | 545bcff58b46340b76b432d32c0aaf7792d366ab | [] | no_license | vishwakarma19/social-frd-mgnt-test | 55dfd6deb99d5dc592b8fa5729a352957850cad1 | e91acfe71562a92025f62aeaa891df65e9e4126e | refs/heads/master | 2020-04-23T06:20:35.734003 | 2019-02-21T17:28:25 | 2019-02-21T18:14:44 | 170,970,097 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,478 | java | package org.capgemini.social.api.service;
import java.util.List;
import org.capgemini.social.api.dto.ToggleFriendSubscribeDTO;
import org.capgemini.social.api.exception.FriendBlockingException;
import org.capgemini.social.api.exception.InvalidFriendRequestException;
import org.capgemini.social.api.model.SocialFriendB... | [
"vravi1116@gmail.com"
] | vravi1116@gmail.com |
7f56d0dbb84c0d568bd1d6118ac4e2084e0ae5f4 | 87ab3f04169772ee22862218e4eeda9d31f8bb0b | /leetcode/src/main/java/com/yangzl/StateMachine.java | 08c29d6e2a82b144cd1e809bc1322d5a4f3aaede | [] | no_license | Timesless/awesome-java | 0bf45b4d235a477611f1c13015bfb26ba4bca862 | 62fedd8939447919a92a70b3529ce65828e8fe94 | refs/heads/master | 2023-06-29T00:30:35.584869 | 2021-07-24T03:05:07 | 2021-07-24T03:05:07 | 216,328,240 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 7,786 | java | package com.yangzl;
import org.junit.jupiter.api.Test;
/**
* @author yangzl
* @date 2020/4/19 22:33
*
* 状态机
*/
public class StateMachine {
// =======================================================================
// 121. 买卖股票的最佳时机
// 给定一个数组,它的第 i 个元素是一支给定股票第 i 天的价格。
// 如果你最多只允许完成一笔交易(即买入和卖出一支股票一次),设计一个算法来... | [
"yangzl@git.com"
] | yangzl@git.com |
0e3a98371fcd9923a8214470fc0a8fa81ed5b800 | 8728ea0aeedd6df212c226ac8a3c12cba047f5e4 | /app/src/main/java/il/co/idocare/authentication/LoggedInUserEntity.java | c584801d5d56703377b352a5c4d5e9f677a84f59 | [] | no_license | Rikenm/idocare-android | e13a39ca1e704bed2fca5323594f9a02713042d1 | af9dbe752e987cb096ad2d7be22824f0f3e5bb22 | refs/heads/master | 2020-03-31T06:09:56.942757 | 2018-09-04T13:09:09 | 2018-09-04T13:09:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 577 | java | package il.co.idocare.authentication;
/**
* This POJO encapsulates information related to logged in user
*/
public class LoggedInUserEntity {
private final String mEmail;
private final String mUserId;
private final String mAuthToken;
public LoggedInUserEntity(String email, String userId,... | [
"vasiliy.zukanov@gmail.com"
] | vasiliy.zukanov@gmail.com |
86d5d72fc5564879ac742962469472de4d7bae64 | f601065e7a8a4adcb0befa9fc436354ed8922b5f | /src/main/java/com/ocp/day23/SetDemo5.java | 971f743915cbd614a0de3a064cc84a1f151ef464 | [] | no_license | Beast090320/Java0316 | a17336ab7ceb8f29a88ffd014f0949bd131911ea | 1a42edf5ba99bfb978f7fdce2d47058a09ec0536 | refs/heads/master | 2023-05-12T05:55:00.830995 | 2021-06-10T13:51:33 | 2021-06-10T13:51:33 | 348,325,835 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 523 | java | package com.ocp.day23;
import java.util.Random;
import java.util.Set;
import java.util.TreeSet;
public class SetDemo5 {
public static void main(String[] args) {
// 排序性 (小 -> 大)
Set<Integer> nums = new TreeSet<>();
// 1-9 任意 5 個
Random r = new Random();
while (... | [
"MB-study@DESKTOP-KVQTFGR.lan"
] | MB-study@DESKTOP-KVQTFGR.lan |
c09602e1391c94b3c3f28a286a93b72cf0fc503c | 3b293f4ffd93b8af98283206d34c62d5c50faf85 | /spring-boot-jdbc/src/main/java/com/spring/dao/GenreDaoJdbc.java | 3d9cc67aa0de455751d8944a6fda91a69d9e77e2 | [] | no_license | sojicute/spring-projects | b40018469b6f8df88ab67282bf59426397e3568c | a06589862bd6f1f3982e169cb2a52ea27622a6e7 | refs/heads/master | 2023-08-13T09:35:30.162703 | 2021-10-12T18:43:27 | 2021-10-12T18:43:27 | 406,057,784 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,664 | java | package com.spring.dao;
import com.spring.domain.Author;
import com.spring.domain.Genre;
import org.springframework.jdbc.core.RowMapper;
import org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations;
import org.springframework.stereotype.Repository;
import java.sql.ResultSet;
import java.sql.SQLExcepti... | [
"sojicute137@gmail.com"
] | sojicute137@gmail.com |
a070e88b6105bc4da9ab0339bf581d4acc9692ae | 4d7a0f00d7dc9050e4118bec612bdae8925a37d1 | /app/src/main/java/com/patels95/sanam/ribbit/ui/LoginActivity.java | a4d1e2ee0245d3a0219d6a462400ad6b57235f24 | [] | no_license | patels95/Ribbit | c2e59305365e914c41a07f880b607d819c0bd93f | ffd2eec9d7106cd6be11fc93bb94cff8715ccdc2 | refs/heads/master | 2020-12-24T14:18:41.676168 | 2015-11-11T17:19:59 | 2015-11-11T17:19:59 | 33,511,461 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,038 | java | package com.patels95.sanam.ribbit.ui;
import android.app.AlertDialog;
import android.content.Intent;
import android.support.v7.app.ActionBarActivity;
import android.support.v7.app.ActionBar;
import android.os.Bundle;
import android.view.View;
import android.view.Window;
import android.widget.Button;
import android.wid... | [
"patels326@gmail.com"
] | patels326@gmail.com |
40515ec93197f5ce2b3f5ecc048a853e2df59ce1 | 4e96f27aed9325a7e5a8c55f50261b5fb02176e8 | /lzw-item/lzw-item-interface/src/main/java/com/lzw/item/pojo/TbSpecification.java | 6cd2e28456e13ec5253a56097cfc589b2cc0aeb2 | [] | no_license | lzw1017400172/LZW_DS | 6c0d3e34161710656aac08233c8a1875b62bef0f | 7267f1f42e90cc984d9f6b32d660b30f7ea28b35 | refs/heads/master | 2020-05-05T03:47:59.048192 | 2019-05-12T09:24:37 | 2019-05-12T09:24:37 | 179,685,516 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 625 | java | package com.lzw.item.pojo;
import com.baomidou.mybatisplus.annotations.TableId;
import com.baomidou.mybatisplus.annotations.TableName;
import lombok.Data;
import java.io.Serializable;
/**
* <p>
* 分类-规格模版
* </p>
*
* @author LZW
* @since 2019-04-06
*/
@TableName("tb_specification")
@Data
public class TbSpecifi... | [
"1017400172@qq.com"
] | 1017400172@qq.com |
99c3e6e746a8389958e409f88d082ff527d061ac | 2f680f78f6e5a4a2252ab3afd8d4dca0ade2a6da | /Hangman-Patterns/src/hangman/domain/Player.java | ba1b61cfde5dee31991be94e897cc0aa18514d9c | [] | no_license | stapetro/hangman-design-patterns | 134c0fb64c00b947dd2991233a6cd8f92df9c1c6 | ad9ee670e59357d86e3460fed096605e592be68a | refs/heads/master | 2021-01-01T17:06:05.349971 | 2015-05-24T12:11:10 | 2015-05-24T12:11:10 | 32,282,140 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,173 | java | package hangman.domain;
import hangman.constants.PlayerProperty;
import java.util.HashMap;
/**
* Represents player of hangman game.
*
* @author Stanislav Petrov
*
*/
public class Player implements Comparable<Player> {
private String name;
private Integer totalMistakes;
private boolean chea... | [
"devilfighter1806@47e568b5-045d-55d2-85c0-dd34ee1906ef"
] | devilfighter1806@47e568b5-045d-55d2-85c0-dd34ee1906ef |
3db6ccba50269d05f1d6d31785cb799f1a773460 | 3c8db443f46fe2f1a66ec262d0c842bef6e98ce0 | /src/datastructure/stack/InfixToPostfix.java | c66fb3f4780009341ab78ebabdae45095b26b8c2 | [] | no_license | vijaymishra94/DataStructureAndAlgorithms | 6f58dcd0fe39be604c859f764bff7bb84734acc4 | 3c23abc58f0552518dee12ee8a609f28c1699318 | refs/heads/master | 2023-05-12T06:58:21.316492 | 2021-05-15T05:41:02 | 2021-05-15T05:41:02 | 367,548,037 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,280 | java | package datastructure.stack;
import java.util.Stack;
/**
* @author vijay
*
*/
public class InfixToPostfix {
public int precedence(char ch) {
switch (ch) {
case '+':
case '-':
return 1;
case '*':
case '/':
return 2;
case '^':
return 3;
default:
return -1;
}
}
public String convert(S... | [
"vijayashokmishra@gmail.com"
] | vijayashokmishra@gmail.com |
d2264d917e4dc41ea969ccc63e2b40d074c0786a | f1400dc557838d00475e79d0ae885a02e6106baa | /app/src/main/java/com/jgermaine/fyp/samplesforca/TableForm.java | aea27965502866877882c0528955be4c5f225bd4 | [] | no_license | JasonGermaine/SamplesForCA | 6ca03fba5b1a3decb0f65721ddd1839e29301f94 | 1572601e5970f055543ed832c6e4c514fc9aa70a | refs/heads/master | 2016-09-05T08:46:28.880522 | 2015-04-12T15:45:32 | 2015-04-12T15:45:32 | 33,822,808 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,715 | java | package com.jgermaine.fyp.samplesforca;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.EditText;
import android.widget.Toast;
public class TableForm extends ActionBarActivity {
@Ov... | [
"jasonfgermaine@gmail.com"
] | jasonfgermaine@gmail.com |
f727ecc28e931116d6a2ba89f8e5440e6749d22e | 07650e36c040f1affdbcb752bcbfb2571e55563c | /app/src/main/java/com/example/adventureapp/HelperClasses/HomeAdapter/CartHelperClass.java | 9cdf45cd4e1d6536d508e06af5c2297311d57e3a | [] | no_license | technophile22/AdventureApp | c861184335a4c6ef693a9f402238e8f470d95e58 | b4eccb5b7cd84d10ace9202398c0030b59c5025c | refs/heads/master | 2023-01-24T22:33:33.975368 | 2020-12-13T18:07:50 | 2020-12-13T18:07:50 | 295,982,174 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 587 | java | package com.example.adventureapp.HelperClasses.HomeAdapter;
public class CartHelperClass {
int image;
String title, quantity, price;
public CartHelperClass(int image, String price, String title, String quantity) {
this.image = image;
this.price = price;
this.title = title;
... | [
"raghavmangal22@gmail.com"
] | raghavmangal22@gmail.com |
abea8d05c43942efa219b53e1dc5ecae1800898e | c38f138f32ac362926c7e782e418125bf2bb4c4c | /app/src/main/java/com/eunzzi/p0617/ActivityBoardRead.java | 01d4f29ecc539d2fee20da3b5f5382471e4cea20 | [] | no_license | DT-Kim8700/FinalProject | 9ea4ed1d1c2e617f7d2c06b47160a4aef03fe52a | 8af2bfa9e65f0513f33cd9478bd3436f8e3d1e4f | refs/heads/master | 2022-12-12T23:10:46.486503 | 2020-09-15T07:57:24 | 2020-09-15T07:57:24 | 281,679,808 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,154 | java | package com.eunzzi.p0617;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.widget.TextView;
public class ActivityBoardRead extends AppCompatActivity {
private TextView read_title, read_name, read_content = null;
private String title, n... | [
"61723676+DT-Kim8700@users.noreply.github.com"
] | 61723676+DT-Kim8700@users.noreply.github.com |
7013c6000718f329b156584ad282aa22f3794869 | 0b4905c679f3a41a556b9102114eda4d0c32ee98 | /BlackJackProject_combine/src/com/heart/impl/correct/Extends_06_Choi.java | 23d9d9abe0fa12338bae5352427ad97be5114f1a | [] | no_license | soparifly/Java_project | 18ac16dcfd36b13f4310fbd975f61c3c37773824 | 5ce09adea9a6b0c32ece661a0a853dd554a07218 | refs/heads/master | 2023-04-14T06:18:47.455263 | 2021-04-20T04:19:04 | 2021-04-20T04:19:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,871 | java | package com.heart.impl.correct;
public class Extends_06_Choi extends Extends_05_Cho{
// TODO 최선영 돈계산
@Override
public void gamerMoney() {
// 플레이어, 딜러 둘 다 블랙잭,BUST 아님
// 양 쪽 점수 비교
if (voP.getBust()) {
lose();
} else if ((voP.getScore() > voD.getScore()) || voD.getBust()) {
win();
} else if ... | [
"cho.ay4@gmail.com"
] | cho.ay4@gmail.com |
d7b89a8ce9750be5ddbb48789f172795dd41ecf0 | 6848700142be08209354f36e6df2103bbe842402 | /day12/src/com/flora/extend/Student.java | bf45f83547aa1f79d481115f13c224df91868add | [] | no_license | Supernovaliu/OOP-practice | 49b6cbe02806f73e34498cc53b43fd5c926650b4 | d12f40c7c839cc56ad62b1cf387d21c4e2b0c39c | refs/heads/master | 2020-12-03T20:41:37.889187 | 2020-01-03T00:34:50 | 2020-01-03T00:34:50 | 231,480,061 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 301 | java | package com.flora.extend;
public class Student extends Person{
String major;
public Student() {
}
public Student(String name, int age, String major) {
super();
this.name = name;
this.age = age;
this.major = major;
}
public void study() {
System.out.println("学习");
}
}
| [
"noreply@github.com"
] | Supernovaliu.noreply@github.com |
59b9726cf3886839c7ea1ab547806d9d40a2a79e | d3164af5552a3b4a896fdfe57432034d43786d28 | /rating-service/src/main/java/com/lanu/spring/cloud/ratingservice/RatingServiceApplication.java | 42215a455c25eebaebfa82658a940da051e0a0ed | [] | no_license | mrlanu/spring-cloud | 25b63b98bf02387294f498d8e24f7f8ed9e767e0 | a25f8154b81f1ae44e2c50c4f34789c2edf0208e | refs/heads/master | 2020-06-03T17:44:33.446654 | 2019-06-13T04:01:44 | 2019-06-13T04:01:44 | 191,670,663 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,477 | java | package com.lanu.spring.cloud.ratingservice;
import com.lanu.spring.cloud.ratingservice.entities.Rating;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.netflix.eureka.EnableEurekaClient;
import org.springframework... | [
"mrlanu@gmail.com"
] | mrlanu@gmail.com |
c2bb9d5f23b0a2cd3fb477629ed55bf941c37b80 | 0524570edad83d4727c413904ab3afdd096674d1 | /hadoop-2.6.5-src/hadoop-common-project/hadoop-nfs/src/main/java/org/apache/hadoop/nfs/nfs3/request/CREATE3Request.java | 473d5276463104a81b481dc5c1c2994e1f22609c | [
"LicenseRef-scancode-unknown",
"BSD-3-Clause",
"BSD-2-Clause-Views",
"LicenseRef-scancode-protobuf",
"CDDL-1.0",
"CDDL-1.1",
"MIT",
"EPL-1.0",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0",
"BSD-2-Clause",
"Classpath-exception-2.0",
"LGPL-2.1-only",
"LicenseRef-scancode-oth... | permissive | lsds/sgx-spark | 559426f71be03ad3cd12ac4856fb1af686f2c64c | 7ce0009050b30ba63e5090635925fbe86f5a3e2d | refs/heads/v1 | 2023-08-22T16:48:53.818334 | 2019-04-24T16:51:01 | 2019-04-24T16:51:01 | 179,549,243 | 25 | 9 | Apache-2.0 | 2022-12-05T23:36:45 | 2019-04-04T17:58:03 | Java | UTF-8 | Java | false | false | 2,466 | 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... | [
"fkelbert@acm.org"
] | fkelbert@acm.org |
28c82a4cd4c92ae516dacccf5b1d20f8446f6af0 | 7f2b672494f4e6ff94b0b8a6452ce2bcc88f2118 | /src/inf011/plugins/PDFDocument.java | 4b072a379c1cef4366a78965ff931ab3d81fdb5b | [] | no_license | mtlmacedo/Documents | 87d94ea4285960a72919995f6ca3e4076d388a2f | b5ad7d2096b161c2363bdd3df537435e1e003f98 | refs/heads/master | 2023-04-25T12:27:45.083540 | 2021-04-30T00:26:15 | 2021-04-30T00:26:15 | 362,972,878 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 949 | java | package inf011.plugins;
import java.io.File;
import java.io.IOException;
import javax.swing.JFrame;
import org.apache.pdfbox.Loader;
import org.apache.pdfbox.pdmodel.PDDocument;
import org.apache.pdfbox.text.PDFTextStripper;
import inf011.interfaces.IDocument;
import inf011.ui.DocumentEditor;
public class PDFDocum... | [
"42045383+mtlmacedo@users.noreply.github.com"
] | 42045383+mtlmacedo@users.noreply.github.com |
7f9e72a9621e5f10b91961f905023a47ced0c49e | 72ccd6ee31dcb6cbb1ca1472d615d9a359e90722 | /src/test/java/net/ssehub/ai_perf/net/CliDummyPeer.java | 1e4d46cc11c447cc3551669747fce1d8c1fba672 | [
"Apache-2.0"
] | permissive | adam-sse/ai-perf-controller | e2a8b27840eec49c945abc52ccc6d3c73ec93a15 | 3e5b429c7d7afcdc4366c0ab3a84bf72cd32dfaf | refs/heads/main | 2023-05-24T02:30:18.878915 | 2021-06-09T15:35:32 | 2021-06-09T15:35:32 | 363,197,220 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,650 | java | package net.ssehub.ai_perf.net;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.io.Writer;
import java.net.ServerSocket;
import java.net.Socket;
import java.nio.charset.StandardCharsets;
public c... | [
"adam@sse.uni-hildesheim.de"
] | adam@sse.uni-hildesheim.de |
9ff7e715bf1b3539ab1ebae156f1214af9e8426d | 30b24992db43820e5e311b1d597369fbff086718 | /src/main/java/com/event/flow/core/Execution.java | 0c0bac0d1fb90f3d6304f4f4a0c2d602b91f4e7b | [] | no_license | lsl-526401/eventflow | d6e07e8751e039515de52e0249f56157d8cd58fe | 32ed5e4022c2b7e19ba90b39aa8edaad9302a357 | refs/heads/master | 2021-08-27T17:41:49.221764 | 2017-09-06T11:52:35 | 2017-09-06T11:52:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,338 | java | package com.event.flow.core;
import com.event.flow.core.entity.Order;
import com.event.flow.core.entity.Process;
import com.event.flow.core.entity.Task;
import com.event.flow.core.model.ProcessModel;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
/**
* @author ... | [
"1042439471@qq.com"
] | 1042439471@qq.com |
ef8318fc01530a68b0c9b534a40411f1157b7f1b | 34e74d9a2007821c313cf77f72a615a2cb511fb2 | /app/src/main/java/com/afap/discuz/chh/greendao/BaseListAtom.java | 33ac45db04394941fae5dc4044cb9cd789bf8c95 | [] | no_license | AFAP/CHH | 66302aeffa2076540cdd828e92565a52e432060e | cf2b5cc4178527ce9ba7f87cd316bdd2bf6f6262 | refs/heads/master | 2020-05-22T20:38:37.611166 | 2018-12-20T16:45:51 | 2018-12-20T16:45:51 | 84,722,150 | 5 | 0 | null | null | null | null | UTF-8 | Java | false | false | 638 | java | package com.afap.discuz.chh.greendao;
import java.io.Serializable;
public class BaseListAtom implements Serializable {
protected String href;
protected String title;
private int page_label = -1;
public String getHref() {
return href;
}
public void setHref(String href) {
this... | [
"814237762@qq.com"
] | 814237762@qq.com |
f406b9a25b57fff75a6094bbce8082375c068c21 | e3c4870c8e8192df2c5735b0c27f51c22e059720 | /src/sun/misc/MessageUtils.java | f8f1b7b5730a85232dd1f76f0848a36d35bdc862 | [] | no_license | xiangtch/Java | fec461aee7fd1dfd71dd21a482a75022ce35af9d | 64440428d9af03779ba96b120dbb4503c83283b1 | refs/heads/master | 2020-07-14T01:23:46.298973 | 2019-08-29T17:49:18 | 2019-08-29T17:49:18 | 205,199,738 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,054 | java | /* */ package sun.misc;
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* ... | [
"imsmallmouse@gmail"
] | imsmallmouse@gmail |
3edd7b898cc4915817b4e7d54b45a0e7af96b39d | e9dc17a2293a5a1ec69a589dc493928dc3f738cd | /app/src/main/java/com/kamel/kameltv/FavouriteActivity.java | f77532704bd14393c4746faa39eba6409a39c06f | [] | no_license | cabralfilho/SuperMaxTv | d38250e8d7f7de46f9e7bd354c71b91e54e8e01e | 0e3a51b252dc52e3f2091408b6a81d7cc96b36b6 | refs/heads/master | 2022-01-25T14:01:07.621679 | 2019-06-14T16:01:23 | 2019-06-14T16:01:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,230 | java | package com.kamel.kameltv;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.Intent;
import android.media.MediaPlayer;
import android.net.Uri;
import android.os.AsyncTask;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.ContextMenu;... | [
"younissaqib@gmail.com"
] | younissaqib@gmail.com |
6e37803b88d041e915c8619597db0d241889124d | de094bf4514ce0f4d3bf33d8444624af03ff4396 | /src/main/java/my/com/infoconnect/service/ReportServiceImpl.java | f406775e839d130393499701eb1fb4b1bc7e5b95 | [] | no_license | InfoConnect-Java/Report | 8512897df2f29df596c9562ba431dbe5e7b3c41a | cbbb1dd2d86f2e25caae1584856af3fc21a35010 | refs/heads/main | 2023-07-11T23:30:34.908952 | 2021-08-15T15:31:23 | 2021-08-15T15:31:23 | 396,405,848 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 96 | java | package my.com.infoconnect.service;
public class ReportServiceImpl implements ReportService{
}
| [
"wilson.lai@infoconnect.com.my"
] | wilson.lai@infoconnect.com.my |
818f87aedfc01821b5ce08556d531439d52caa77 | ab7c374e12ef55482d1c622a0099a7b262195322 | /jami-enricher/src/main/java/psidev/psi/mi/jami/enricher/listener/PolymerEnricherListener.java | 92fb676d6c8b0576f6ba97fa20342ffe12b94234 | [
"Apache-2.0"
] | permissive | colin-combe/psi-jami | 9f945d885d76454f7b652382cc676ac98e6faa39 | 64fb0596b99aa8996d865b5eae0a2094be0889c8 | refs/heads/master | 2020-12-07T02:17:10.909871 | 2017-06-07T07:05:14 | 2017-06-07T07:05:14 | 64,655,225 | 0 | 0 | null | 2017-03-09T14:26:30 | 2016-08-01T09:43:06 | Java | UTF-8 | Java | false | false | 415 | java | package psidev.psi.mi.jami.enricher.listener;
import psidev.psi.mi.jami.listener.PolymerChangeListener;
import psidev.psi.mi.jami.model.Polymer;
/**
* Interface for polymer enricher listener
*
* @author Marine Dumousseau (marine@ebi.ac.uk)
* @version $Id$
* @since <pre>01/10/13</pre>
*/
public interface Polyme... | [
"mdumousseau@yahoo.com@73e66818-4ebf-11de-a6a3-df26d2c71dbe"
] | mdumousseau@yahoo.com@73e66818-4ebf-11de-a6a3-df26d2c71dbe |
05b5c75e753ab06d6554a4edc2340af2c62095b6 | 59841cd549fa389f6de2da5c963a6a59eb860a44 | /app/src/androidTest/java/com/jwen/expandrecycler/ApplicationTest.java | 7cd034797d9a14bd9188b28b9e952df833aeb905 | [] | no_license | jwenzhu/ExpandRecyclerView | 054284dabadb6fd0ae16b1ddd56672a9a7344c94 | 05ea7896f0294edb0390b5f668f7506df247b21b | refs/heads/master | 2021-01-19T12:16:08.189290 | 2016-10-29T08:44:22 | 2016-10-29T08:44:22 | 69,652,623 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 354 | java | package com.jwen.expandrecycler;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
... | [
"709846645@qq.com"
] | 709846645@qq.com |
155f67d2744fec28a0e1eef196e8c3be66f5e641 | 9d18b447ee548f40f55025501f7262bcb7d92f5d | /src/main/java/org/food/supplier/dao/CategoryDAO.java | 999d63e60ab9f7932e2059cd6a6a02139f5efb70 | [] | no_license | PushpendraParmar/SupplierServices | f3d71dc0364775c2a1598fdc2eb7a937499f37d5 | ec0d8e7b9be0f66f79b81955503b4351621f0bd0 | refs/heads/master | 2020-04-11T03:47:16.112002 | 2018-03-24T12:21:08 | 2018-03-24T12:21:08 | 124,323,587 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 241 | java | package org.food.supplier.dao;
import java.util.List;
import org.food.supplier.domain.Category;
public interface CategoryDAO {
Category getCategoryById(Integer id);
public List<Category> getCategory();
void save(Category category);
}
| [
"6589anil@gmail.com"
] | 6589anil@gmail.com |
20815020c2e4777d1cec8351ef655b2d4540459e | 5ad72c7355e2a80629514f3627b59c757f0cfccf | /src/main/java/com/capstone/converter/umlparser/objects/Data.java | 799f313f559c37be15ea892cf1503178ad1cf868 | [
"Apache-2.0"
] | permissive | chohanjoo/java2uml | 7c117731a67b5a437ac3406e30f62656888f8373 | 6767f8fafe89bc5461996f8a9c895f8f30390af8 | refs/heads/master | 2020-04-03T09:02:44.894024 | 2018-11-07T05:32:50 | 2018-11-07T05:32:50 | 155,152,531 | 0 | 0 | NOASSERTION | 2018-10-29T04:34:45 | 2018-10-29T04:34:45 | null | UTF-8 | Java | false | false | 1,764 | java | package com.capstone.converter.umlparser.objects;
import java.util.ArrayList;
public class Data {
private int numOfClasses;
private int numOfInterfaces;
private ArrayList<Class> classes;
private ArrayList<Interface> interfaces;
private InheritanceRelation inheritanceRelation;
private Interface... | [
"rlawldyd577@daum.net"
] | rlawldyd577@daum.net |
677c06db71593eb2b83c77937a26af44ca6aa306 | 3c70339cb78fd85fdbe41b50be443268e31e10e6 | /core/src/main/java/me/piggypiglet/referrals/bootstrap/framework/Registerable.java | f56956576f00420ae10e674d1f7a2ed87dd69c9a | [] | no_license | GiansCode/GianReferrals | 2bb91da25e327c7e7018772e823ba82239663421 | 8aa0ad00ea793692d1b0839aa83c09bdc5227c92 | refs/heads/main | 2023-06-06T02:43:52.005084 | 2021-06-21T13:21:14 | 2021-06-21T13:21:14 | 376,022,060 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,305 | java | package me.piggypiglet.referrals.bootstrap.framework;
import com.google.inject.Injector;
import com.google.inject.Key;
import com.google.inject.TypeLiteral;
import me.piggypiglet.referrals.bootstrap.exceptions.BootstrapHaltException;
import me.piggypiglet.referrals.guice.modules.DynamicModule;
import me.piggypiglet.re... | [
"noreply@piggypiglet.me"
] | noreply@piggypiglet.me |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.