blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 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 684M ⌀ | 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 132
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 28
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 352 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7ce07f167e511dd2b247516ca24d67a416d089fe | 44e7adc9a1c5c0a1116097ac99c2a51692d4c986 | /aws-java-sdk-redshift/src/main/java/com/amazonaws/services/redshift/model/transform/ReservedNodeAlreadyMigratedExceptionUnmarshaller.java | 66748d7d2987cf31b63740b2a5cc122971a0684b | [
"Apache-2.0"
] | permissive | QiAnXinCodeSafe/aws-sdk-java | f93bc97c289984e41527ae5bba97bebd6554ddbe | 8251e0a3d910da4f63f1b102b171a3abf212099e | refs/heads/master | 2023-01-28T14:28:05.239019 | 2020-12-03T22:09:01 | 2020-12-03T22:09:01 | 318,460,751 | 1 | 0 | Apache-2.0 | 2020-12-04T10:06:51 | 2020-12-04T09:05:03 | null | UTF-8 | Java | false | false | 1,659 | java | /*
* Copyright 2015-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | [
""
] | |
2c49bc4488eee7841e0b036eb0f1ba53f4713956 | ae729bbf1ab55b177cf3aec4804b40c949851bb5 | /ejemplos/clase_4/PersonaTica.java | 392895d8eab8158966cc3c1034af23f51280e22c | [] | no_license | keua/WorkshopJavaBDG | 38c98f93f193a21582c5301273fdc116ff20bcb4 | b4f032d4d8de99c419ee50f7d3e50489b24fbefb | refs/heads/master | 2021-04-29T08:02:09.651190 | 2017-01-11T02:42:09 | 2017-01-11T02:42:09 | 77,970,727 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 308 | java | public class PersonaTica extends Persona {
public String getNacionalidad(){
return "Tica";
}
public String saludo(){
return "Que onda mae";
}
public String despedida(){
return "Orale mae";
}
public int getAntecedentesPenales(){
return 0;
}
} | [
"blopez@bdgsa.net"
] | blopez@bdgsa.net |
98d8a766b8c22c5cd597be37af9b63551d7d094e | c18071eb80e8c11af4fe514aeefaba526877ab9a | /new_job/app/src/androidTest/java/com/example/icecream/new_job/ExampleInstrumentedTest.java | 0e5bb6684ca1a345037b47bd12ad8891efa54dc5 | [] | no_license | hoden1023/google_place | cbf654c03ff3f10e98c325cc7d6a5d0228e1844e | 54d17a07b7f7fdefdd19aa50a30af9fe38fb0b41 | refs/heads/master | 2021-05-01T05:52:38.883466 | 2018-02-11T14:32:43 | 2018-02-11T14:32:43 | 121,131,583 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 757 | java | package com.example.icecream.new_job;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an An... | [
"tuananhnguyen.bka@gmail.com"
] | tuananhnguyen.bka@gmail.com |
88163a66ba5370c9dce16d9dc6bd04166c92cd6b | bd015d05930b962390b10fdf2f36272139c623f3 | /FibonacciRecursive.java | 68fa3f0c6659d0e04ad4f17d585fa208122b8aa8 | [] | no_license | USF-CS245-09-2018/practice-assignment-01-mattjchin | e0399dd3704893b0ba1c3ffeaa4946c8933a2a06 | 30389f4a301854d4b1cdf1081f151e9cbb6a8aad | refs/heads/master | 2020-03-27T05:42:15.611102 | 2018-08-30T04:13:31 | 2018-08-30T04:13:31 | 146,041,145 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 663 | java | public class FibonacciRecursive implements Fibonacci{
/**
* Function represents the Fibonacci sequence of the number used with recursion
* Function fibonacci will be called multiple times
*
* If n is 0 or 1 the sum of n using the fibonacci sequence is respectively 0 or 1
*
* @param n ... | [
"mattjchin@Matthews-MacBook-Pro.local"
] | mattjchin@Matthews-MacBook-Pro.local |
2721e324c3bcc3e877b9d4205a25137956157de8 | b49caf02ed393bb34074296c211e763cdcab2ef4 | /LoanRequestSpring/src/main/java/activity/spring/tender/serviceTasks/UpisPonudjacaUListu.java | 149309ac215e5d3bdd0d6890ea8ef367d2f80118 | [] | no_license | salac91/Upp2016 | 50c67cbde44891d06036ee1b49abffc3f0ee9d53 | 211c58350c2dc266602eab20ac36f7fff8b38314 | refs/heads/master | 2021-01-10T03:58:44.841796 | 2016-03-17T15:13:15 | 2016-03-17T15:13:15 | 52,792,443 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,335 | java | package activity.spring.tender.serviceTasks;
import java.util.ArrayList;
import java.util.List;
import org.activiti.engine.delegate.DelegateExecution;
import org.activiti.engine.delegate.JavaDelegate;
import activiti.spring.tender.entity.Ponudjac;
public class UpisPonudjacaUListu implements JavaDelegate {... | [
"jovan.popov.88@gmail.com"
] | jovan.popov.88@gmail.com |
94d3e4a42e397de59001a6fb3e598a9219344eee | fa7f4c8c8c376b56c12e9f6256304dff71556928 | /src/map/Countries.java | 147ce08d7b4080eb0abed816a60ef5ae1dc7c78e | [] | no_license | manuelcarriernunes/risk | 16e28f5a4c4a14a6baf249d3e0269ecae21bf682 | 0a11f72a94c2279ef8a26bd8cc6750bb0f1a7474 | refs/heads/master | 2021-07-08T08:05:06.505146 | 2017-09-29T02:07:28 | 2017-09-29T02:07:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,153 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package map;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
/**
* Countries stores a list of countries that make up the map.
*/
public class Countries implements Serializable
{
... | [
"brane.dmg@gmail.com"
] | brane.dmg@gmail.com |
1316118a9d95b70629aba2402d2d42f7742e23a4 | e9affefd4e89b3c7e2064fee8833d7838c0e0abc | /aws-java-sdk-medicalimaging/src/main/java/com/amazonaws/services/medicalimaging/model/GetDatastoreRequest.java | 9272ccdbe6caadd1c15312ba27aa314f686dc16f | [
"Apache-2.0"
] | permissive | aws/aws-sdk-java | 2c6199b12b47345b5d3c50e425dabba56e279190 | bab987ab604575f41a76864f755f49386e3264b4 | refs/heads/master | 2023-08-29T10:49:07.379135 | 2023-08-28T21:05:55 | 2023-08-28T21:05:55 | 574,877 | 3,695 | 3,092 | Apache-2.0 | 2023-09-13T23:35:28 | 2010-03-22T23:34:58 | null | UTF-8 | Java | false | false | 3,514 | java | /*
* Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | [
""
] | |
9dde7c8d71634a7f762f0cb2483b4dc6332ca0db | ce2099ea42beb2c5fe6a5ce56bf2cb4c1714a3f9 | /src/integration-test/java/uk/co/mruoc/wso2/ApiStoreClientIntegrationTest.java | aaa77a7c09ecf61c3c496c699e8a02c259df0c01 | [] | no_license | michaelruocco/wso2-api-manager-client | b9cc868701c1d058033d83b5c6199804a9d1eb90 | 1e36167ec48b6e4f902e49ea413102d89e142d9c | refs/heads/master | 2022-02-28T07:39:04.466427 | 2019-10-09T22:43:55 | 2019-10-09T22:43:55 | 81,636,587 | 5 | 3 | null | null | null | null | UTF-8 | Java | false | false | 8,475 | java | package uk.co.mruoc.wso2;
import org.junit.*;
import org.testcontainers.containers.GenericContainer;
import uk.co.mruoc.wso2.publisher.*;
import uk.co.mruoc.wso2.publisher.addapi.AddApiParams;
import uk.co.mruoc.wso2.store.*;
import uk.co.mruoc.wso2.store.addapplication.AddApplicationParams;
import uk.co.mruoc.wso2.st... | [
"michael.ruocco@hotmail.com"
] | michael.ruocco@hotmail.com |
51d0b3a546855967714f02fd3eb37f80ff91e840 | 6a8192447e50272d6231ae0d228142123bdaf772 | /app/src/test/java/com/geek/a3l4hwork4/ExampleUnitTest.java | a9062db2f117b0944402a1fd1b2c189df1a8fdd8 | [] | no_license | baibigroot/A3L4Hwork4 | fed1b70b7fd2025d978817a30800595a1eb9a99f | e5bab6ebe1323ac5045779c307efd1fa213b2d32 | refs/heads/master | 2023-08-26T10:40:37.683768 | 2021-11-01T15:03:41 | 2021-11-01T15:03:41 | 423,508,376 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 380 | java | package com.geek.a3l4hwork4;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public void ad... | [
"karlygachbekmurzaeva@gmail.com"
] | karlygachbekmurzaeva@gmail.com |
c4b51db7a2d5f85aba97a73a262919864b365f5a | d4d2092695913ea488daf2dd54fd6edce706b3f7 | /ClientGestureStatic/src/com/example/client/BaseActivity.java | 24e1134e2f70123cc3d8eae4bd00f6fbd11ed129 | [] | no_license | ramshasank/codebak | 2a8e87be5359bd64fb712ff3eba842960bdcb4f0 | f38a4a24c9591f321ba796b74ff676dd82061909 | refs/heads/master | 2016-09-06T09:40:59.810719 | 2015-07-24T23:43:39 | 2015-07-24T23:43:39 | 39,646,621 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,051 | java | package com.example.client;
import android.annotation.SuppressLint;
import android.app.Activity;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.io.OutputStream;
import java.io.PrintStream;
import java.net.Socket;
import java.net.UnknownHostException;
import java.util... | [
"pathath.ram@gmail.com"
] | pathath.ram@gmail.com |
ff4c42cde34d7e50f181cc53385d9a6cf7c9b500 | 00fb9218e12d06b6d3e4aeff96ec48a030d23a57 | /ruoyi-exam/src/main/java/com/ruoyi/exam/mapper/PaperMapper.java | 771d4b2460153e6fd6cdbfaed5013852f34b544b | [
"MIT"
] | permissive | shilang/ruoyi | 480e5d2faca2f8845e001d48c5420db16b50026a | 5119e5578072918acafaa82d49b20b826cc00f70 | refs/heads/master | 2022-04-08T10:21:37.243016 | 2019-10-25T01:09:40 | 2019-10-25T01:09:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,173 | java | package com.ruoyi.exam.mapper;
import com.ruoyi.exam.domain.Paper;
import java.util.List;
/**
* 试卷 数据层
*
* @author ruoyi
* @date 2019-06-19
*/
public interface PaperMapper
{
/**
* 查询试卷信息
*
* @param id 试卷ID
* @return 试卷信息
*/
public Paper selectPaperById(String id);
/**
* 查询试... | [
"mzy620524"
] | mzy620524 |
8a1377d5cac62e8d990246118703ccfe6d60aa5b | 3a1f09a06ab0c6aa729a099618251af2f0dd67f1 | /src/com/company/DecryptData.java | d0feae515727dfa5e782a12f6df9508374e528e9 | [] | no_license | dferrero92/MP09-UF1A5-Keystore_KeyPair_WrappedKey | 74d0db0e7967f25913f74a015df9d5a8c25691cf | f6c5efbc1644a186291eed95391620df37771470 | refs/heads/master | 2020-04-07T17:49:50.867319 | 2018-11-21T17:49:00 | 2018-11-21T17:49:00 | 158,585,432 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 584 | java | package com.company;
import javax.crypto.Cipher;
import javax.crypto.SecretKey;
import java.security.PrivateKey;
public class DecryptData {
public byte[] decryptData(byte[] data, PrivateKey sec) {
byte[] decryptedData = null;
try {
Cipher cipher = Cipher.getInstance("RSA/ECB/PKCS1Pad... | [
"dferrerol92@elpuig.xeill.net"
] | dferrerol92@elpuig.xeill.net |
9744a4b86896e2d89ee4883ef2bd0436f89e572b | ed3cb95dcc590e98d09117ea0b4768df18e8f99e | /project_1_1/src/b/d/j/e/Calc_1_1_13948.java | dc37592b273f4f0924d479f72e64ffd36f3d263f | [] | no_license | chalstrick/bigRepo1 | ac7fd5785d475b3c38f1328e370ba9a85a751cff | dad1852eef66fcec200df10083959c674fdcc55d | refs/heads/master | 2016-08-11T17:59:16.079541 | 2015-12-18T14:26:49 | 2015-12-18T14:26:49 | 48,244,030 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 134 | java | package b.d.j.e;
public class Calc_1_1_13948 {
/** @return the sum of a and b */
public int add(int a, int b) {
return a+b;
}
}
| [
"christian.halstrick@sap.com"
] | christian.halstrick@sap.com |
7c35bb1c6dbaf8ce801e7094db15f075db2b208a | af9077c9cab68b80e3547aed05b83722288f117f | /app/src/androidTest/java/com/example/brian/test01/ApplicationTest.java | ce25d68de634bbcc10b3b6e3a5005022d689d872 | [] | no_license | briansfma/UI-Test1 | 9f722d48968cdde3fa85417c8df1518a2f4224ee | 3a9f448d9f1bc232db48746b2f143fa2662a366c | refs/heads/master | 2016-09-05T09:59:35.259448 | 2014-12-03T05:08:14 | 2014-12-03T05:08:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 355 | java | package com.example.brian.test01;
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() {
... | [
"briansfma@gmail.com"
] | briansfma@gmail.com |
c3e71f3c800c024fac7490c49f323ad3ea479178 | 131a338b2304b3193f91aa92fc817e4ea71c699d | /Spade.java | 28e6a81d1d49decdcd57215e3732c64087bed805 | [] | no_license | Drakhnite/Poker | 8229b121119a2e1c84d7c17c68ff31e513032648 | 3327792c3f5b7a2a93364c29d899be90a25ef067 | refs/heads/master | 2020-03-22T09:14:39.049711 | 2018-07-05T13:21:24 | 2018-07-05T13:21:24 | 139,824,814 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 475 | java | package tp18bis;
public class Spade extends Color {
// char a = '\u2660';
@Override
public String getArt() {
StringBuilder card = new StringBuilder();
card.append(" _____ ");
card.append("\n");
card.append("|%s. |");
card.append("\n");
card.append("| /.\\ |");
card.append("\n");
card.append("|(_... | [
"0671472668@orange.fr"
] | 0671472668@orange.fr |
397da9818dbde0ab9ec630d400dadd35363f7660 | 54052eb96a6e7bc2b54f6b3d08fed2ec09d2de16 | /fullstack-server/src/main/java/sg/edu/iss/fullstack/FullstackApplication.java | 7daf94e9e5bc39b609f60378f5750022b84788ee | [
"MIT"
] | permissive | ZT4188/ISSSA52 | fc0a2063696116bc0d5a8b94751d3ad5c1e97fe9 | 68b8819e9775f3becfcdef511a89fcd52df5497f | refs/heads/main | 2023-06-08T13:25:37.437370 | 2021-06-29T05:11:01 | 2021-06-29T05:11:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 933 | java | package sg.edu.iss.fullstack;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.CommandLineRunner;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.Bean;
im... | [
"suria.r.asai@gmail.com"
] | suria.r.asai@gmail.com |
5ecc9dfa1489a5815e5dcca1b2563afec3bd323a | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/27/27_a00d4689d11fc68559273cff9a12704c3c033189/AirTest/27_a00d4689d11fc68559273cff9a12704c3c033189_AirTest_t.java | dd5997f59628f4de7719162036108610e506b6ad | [] | 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,651 | java | package cn.org.rapid_framework.generator.ext.tableconfig.model;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.sql.SQLException;
import cn.org.rapid_framework.generator.Generator;
import cn.org.rapid_framework.generator.GeneratorConstants;
import ... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
5cc42fca5ce6db1b0f39d1da3bc66b7cd0900b4f | ce9956e7be7e167b76220e92148d5186d6a34353 | /Paint/src/ru/nsu/cg/gui/SettingLabel.java | a87b43725a360b7292b891afa5e8a2c0c8160759 | [] | no_license | neemogu/graphics | 251e34d92d88c491633d98c27b250cf4bb2ff797 | db5dbbe5f8107797a35da5532c7a61dfb71e9b13 | refs/heads/master | 2023-07-12T20:34:41.053146 | 2021-08-20T12:34:57 | 2021-08-20T12:34:57 | 398,267,756 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 258 | java | package ru.nsu.cg.gui;
import javafx.scene.control.Label;
import javafx.scene.text.Font;
public class SettingLabel extends Label {
public SettingLabel(String setting, int fontSize) {
super(setting);
setFont(new Font(fontSize));
}
}
| [
"nik180101@gmail.com"
] | nik180101@gmail.com |
c9862aa8f8066a13294d5a4d74e3234a58e0a432 | 8358717b853f240843ffa56784773a29b1efc19e | /service-impl-wms/src/main/java/com/jumbo/dao/authorization/UserGroupRelationDao.java | 2febe8d499851214dfda4e915288dc096c52ad26 | [] | no_license | huanglongf/enterprise_project | 65ec3e2c56e4a2909f0881a9276a9966857bb9c7 | de1865e638c9620e702818124f0b2deac04028c9 | refs/heads/master | 2020-05-07T13:25:07.223338 | 2018-10-21T08:44:33 | 2018-10-21T08:44:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,437 | java | /**
* Copyright (c) 2010 Jumbomart All Rights Reserved.
*
* This software is the confidential and proprietary information of Jumbomart. You shall not
* disclose such Confidential Information and shall use it only in accordance with the terms of the
* license agreement you entered into with Jumbo.
*
* JUMBOMART... | [
"lijg@many-it.com"
] | lijg@many-it.com |
654fd49419eb6c36b572df25862001170b6157bf | bc1531b9ddb31c0996d25539da73e6befdee65cd | /src/main/java/com/ecomflutter/demo/beans/Invoice.java | 2278b3cf6d0becefafe8a8f011820ca15ca8142d | [] | no_license | AmineLAHRIM/EcomFlutter | cdbde889c0ffe437b021b4ce00cad261c0e55861 | 7c91ff82efc5f1098fb7540cef78d98ed5dded0d | refs/heads/master | 2023-04-17T10:04:18.862832 | 2021-01-15T17:54:41 | 2021-01-15T17:54:41 | 266,015,983 | 2 | 0 | null | 2021-04-26T20:26:33 | 2020-05-22T04:14:29 | Java | UTF-8 | Java | false | false | 1,658 | java | package com.ecomflutter.demo.beans;
import org.hibernate.annotations.Filter;
import org.hibernate.annotations.FilterDef;
import org.hibernate.annotations.ParamDef;
import org.hibernate.annotations.SQLDelete;
import javax.persistence.*;
import java.io.Serializable;
import java.util.Date;
@SQLDelete(sql = "UPDATE invo... | [
"aminelahrimdev@gmail.com"
] | aminelahrimdev@gmail.com |
98df47a1cd23737caadc9feac6f4df348947e522 | 065c1f648e8dd061a20147ff9c0dbb6b5bc8b9be | /eclipseswt_cluster/17347/src_0.java | b36b3f224d74a6bfc385397dbd8b9d18e85210fe | [] | no_license | martinezmatias/GenPat-data-C3 | 63cfe27efee2946831139747e6c20cf952f1d6f6 | b360265a6aa3bb21bd1d64f1fc43c3b37d0da2a4 | refs/heads/master | 2022-04-25T17:59:03.905613 | 2020-04-15T14:41:34 | 2020-04-15T14:41:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 116,765 | java | /*******************************************************************************
* Copyright (c) 2000, 2009 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, an... | [
"375833274@qq.com"
] | 375833274@qq.com |
6508830993a7dc47caaceefb510aaa794956f0a8 | 7a227ec06841676eb0eec188612224051b1918b9 | /Week_12/sunday/code/rabbitmq-demo/springboot-cluster/src/main/java/com/xiaowenhou/springboot/cluster/producer/ProducerController.java | 02ec0c1ad5c580169c313f7600764a5179b6dd9f | [] | no_license | xiaowenhou/JAVA-01 | 50272b268e293bd5c4b39bab6bf1a2f03c0ddf0c | 8d68e487823c8d16d0f9d46b1ee2f880cc20dbf9 | refs/heads/main | 2023-05-30T13:44:41.194878 | 2021-06-21T12:00:39 | 2021-06-21T12:00:39 | 326,154,373 | 1 | 0 | null | 2021-01-02T10:02:23 | 2021-01-02T10:02:22 | null | UTF-8 | Java | false | false | 1,288 | java | package com.xiaowenhou.springboot.cluster.producer;
import org.springframework.amqp.core.Message;
import org.springframework.amqp.core.MessageBuilder;
import org.springframework.amqp.core.MessageProperties;
import org.springframework.amqp.core.MessagePropertiesBuilder;
import org.springframework.amqp.rabbit.core.Rabbi... | [
"zhang00100520@163.com"
] | zhang00100520@163.com |
356175f1873d8e5af42d3c8b041ae838ca7d7fa2 | b741dc9c58e0bd35ab92e5a8f662ae7b92c9ef88 | /src/com/etascioglu/controller/Cikis.java | c492b786c1a0c43894323b8a3fab86216be5d552 | [] | no_license | Team21/E-Commerce-with-JDBC | a5e8e4bab89af7a4757064dfbf2b8faa9438f145 | b14a49b41e9733b50a15cfc8e0109b05273a63fa | refs/heads/master | 2020-04-02T03:34:47.093091 | 2017-06-15T06:22:32 | 2017-06-15T06:22:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 936 | java | package com.etascioglu.controller;
import java.io.IOException;
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 javax.servlet.http.HttpSession;
/... | [
"emre.tascioglu@bil.omu.edu.tr"
] | emre.tascioglu@bil.omu.edu.tr |
97765936364b01dfddfe095c6683e7e111edbdf5 | 8d90fcb08ca8e3512f37a61d73081bd612ed10cf | /app/src/main/java/net/silentbyte/ratedm/Match.java | f041d3af62027e14eddc49fcd3c0124c7f2cf601 | [] | no_license | TwistedMetalGear/Rated-M | fe3f055bec3912e044073055647b54caf98c3820 | 713738f58ca5de6fa784047dbbd9474bb13bdbe8 | refs/heads/master | 2020-04-09T05:58:37.591850 | 2018-12-03T01:23:00 | 2018-12-03T01:23:00 | 160,064,458 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,190 | java | package net.silentbyte.ratedm;
import android.os.Parcel;
import android.os.Parcelable;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
public class Matc... | [
"dev@silentbyte.net"
] | dev@silentbyte.net |
9a56b433f7b685eb72e9c343b67268e6afa8c925 | 2a35d84ab8dd47daaed2882837d065b7d7d0cfbd | /JJXTWeb/src/main/java/com/jjxt/ssm/controller/BillingController.java | 6b42dfe56024e69996c78de04f8427afe6df69b1 | [] | no_license | zhiyuan818/Test | 0696a712f126519d9ce7c034acca15f9b764075a | 648eeca4a0f4f66f6ab3717f511e2473aa4710e1 | refs/heads/master | 2022-12-01T12:14:31.844660 | 2020-08-17T13:36:26 | 2020-08-17T13:36:26 | 288,150,512 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,343 | java | package com.jjxt.ssm.controller;
import java.beans.IntrospectionException;
import java.io.BufferedOutputStream;
import java.io.IOException;
import java.io.OutputStream;
import java.lang.reflect.InvocationTargetException;
import java.net.URLEncoder;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.... | [
"zhangjie@jj-mobile.com"
] | zhangjie@jj-mobile.com |
9d13c80118e0bb84abc7da84d9320bf1b616eb1d | 3bf8c3ef0aa031f6dda02b48c12fd53d3b291313 | /src/ecs/Components/ModelData.java | 108ffcf2cd571c45bf4e4241241219fda1f3a828 | [] | no_license | keensworth/VoxelEngine | 8ffa51f47f617777b6190501efee4af4f81ac85b | 905355f2e4fec1040f0c4b1790a066dc8d4dc8ab | refs/heads/master | 2023-04-23T02:39:15.634675 | 2021-05-10T23:44:59 | 2021-05-10T23:44:59 | 366,197,663 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 517 | java | package ecs.Components;
import ecs.Component;
import util.Container;
public class ModelData extends Component {
private Container models;
public ModelData(){
models = new Container();
}
public int getModel(int index){
return (int) models.get(index);
}
public void setModel(in... | [
"keene077@umn.edu"
] | keene077@umn.edu |
9380ec2b114e15f17d2a5d1cc4c48b6408b50884 | 38ed7332242a5fdec38d5e8f4331d6390ebab012 | /IteratorsAndComparators/Exercises/T04Froggy/Lake.java | 11ead038aa799dbf369312cbecfcb2357e82d503 | [] | no_license | ValeriDimov/JavaProgrammingAdvanced | 6dd5e0883edb5bb7c502b77c29267de817e57e1b | e8acd89efcf4f26ce4987e9b5fd0f454ce7dd98e | refs/heads/main | 2023-08-22T08:55:54.456720 | 2021-10-25T17:51:43 | 2021-10-25T17:51:43 | 402,118,240 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 969 | java | package IteratorsAndComparators.Exercises.T04Froggy;
import java.util.Iterator;
import java.util.List;
public class Lake implements Iterable<Integer>{
private List<Integer> lake;
public Lake(List<Integer> lake) {
this.lake = lake;
}
public void setLake(List<Integer> lake) {
this.lake... | [
"valeri.dimov@abv.bg"
] | valeri.dimov@abv.bg |
271eb481d2dda077d2ed82bf94aff4034b355875 | f9f8df5fe0fca77f4eb908f5fcf58470bc0226f5 | /src/main/java/org/apache/ibatis/mapping/MappedStatement.java | 016c08ae8f1fae3a0479aa91a6a1e8f0faeb2c99 | [] | no_license | raindows/mybatis3 | 46a68b2b2348b7de0808c1b6f542569980a7830e | 9bd8630fa61c3aa6c28abaf0723f40a26023dfe1 | refs/heads/master | 2020-03-27T08:12:45.487965 | 2018-04-12T01:41:53 | 2018-04-12T01:41:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,868 | java | /**
* Copyright 2009-2017 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
*
* Unle... | [
"hujie@wkbins.com"
] | hujie@wkbins.com |
d7e14e60df0d5a86a1b01ab5963cac4026804c1a | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/20/20_73238f195e1b936be881c1c35192e4de1df0cc85/JPagination/20_73238f195e1b936be881c1c35192e4de1df0cc85_JPagination_s.java | aa7d2c3e4b9b524625cdd3d719a28c9ea2517f37 | [] | 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 | 21,780 | java | package edu.wustl.cab2b.client.ui.pagination;
import java.awt.BorderLayout;
import java.awt.Component;
import java.awt.Dimension;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.ComponentAdapter;
import java.awt.event.ComponentEvent;
import java.awt.eve... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
795aa460a46dfd974f25d6cd825895deae8baf97 | ae0138621cb048b963ed68cdec4ad9a3c513018e | /src/test/java/com/masonpohler/api/source/SourceControllerTest.java | 6e57c350a4c0e5a4b9a41ffc4c0999baa2f78ad7 | [] | no_license | mpohler1/projects-api | f33078949532b840554519f25c18570206306ee7 | 6f8202620676171c5fe6942be759ba59f1e016bb | refs/heads/master | 2022-11-08T21:18:58.244650 | 2020-06-25T23:25:33 | 2020-06-25T23:25:33 | 271,907,684 | 0 | 0 | null | 2020-06-25T23:25:34 | 2020-06-12T23:30:42 | Java | UTF-8 | Java | false | false | 6,336 | java | package com.masonpohler.api.source;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.mockito.InjectMocks;
import org.mockito.Mock;
import org.mockito.MockitoAnnotations;
import org.mockito.stubbing.Answer;
import java.util.LinkedList;
import java.util.List;
import java.util.Optio... | [
"masonpohler@gmail.com"
] | masonpohler@gmail.com |
8438d4f2292932bac30eee950d15857af26b43ae | ce5ab857d1c9c7bce2f98100b0dbcc9bda26b58f | /plugins/OpenSHAFaultPlugins/src/org/scec/vtk/plugins/opensha/simulators/EQSimsDepthColorer.java | 68bf5f6bae0f6aaa47dd6f9eac58626abccb3099 | [
"Apache-2.0"
] | permissive | kevinmilner/scec-vdo | ef6d71a2c2eacdac0003702b08889ec9825b0cbc | bf36d3f9aa5cda1d8d5cb9843a4c764030556799 | refs/heads/master | 2020-03-27T04:03:26.762919 | 2018-10-15T23:44:29 | 2018-10-15T23:44:29 | 145,909,056 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,095 | java | package org.scec.vtk.plugins.opensha.simulators;
import java.awt.Color;
import org.opensha.commons.param.ParameterList;
import org.opensha.commons.util.cpt.CPT;
import org.scec.vtk.commons.opensha.faults.AbstractFaultSection;
import org.scec.vtk.commons.opensha.faults.colorers.CPTBasedColorer;
import org.scec.vtk.com... | [
"kmilner@usc.edu"
] | kmilner@usc.edu |
d23cf3c91960d96f0ba5b2e0083899b7b20e5f67 | dd76d0b680549acb07278b2ecd387cb05ec84d64 | /divestory-CFR/com/google/android/gms/drive/DriveContents.java | cf9f726d8cdff8f4fab4748ca86ece99cd305007 | [] | 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,414 | java | /*
* Decompiled with CFR <Could not determine version>.
*
* Could not load the following classes:
* android.os.ParcelFileDescriptor
*/
package com.google.android.gms.drive;
import android.os.ParcelFileDescriptor;
import com.google.android.gms.common.api.GoogleApiClient;
import com.google.android.gms.common.api.... | [
"ryan.gardner@coxautoinc.com"
] | ryan.gardner@coxautoinc.com |
2b6a5d05c95caeefd67cdc06c9204fa813d5284f | bbee1790b4e9432f3b2ae0e84ce0d0125b9044fd | /app/src/main/java/com/diligroup/UserSet/activity/ReportSpecial.java | f49aceb8933b9aa4bf201f4bcd10b1964eb32688 | [] | no_license | wtjandjay/JAY | eca109fe003c43f176e659e00466b1193bca009f | 9b32dcb982be86e26f99b3624be8fc885057b6a4 | refs/heads/master | 2021-01-17T20:52:48.630981 | 2016-07-27T09:38:21 | 2016-07-27T09:38:21 | 62,706,961 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,769 | java | package com.diligroup.UserSet.activity;
import android.view.View;
import android.widget.AdapterView;
import android.widget.CheckBox;
import android.widget.ListView;
import com.diligroup.R;
import com.diligroup.UserSet.HistoryAdapter;
import com.diligroup.UserSet.SpecialAdapter;
import com.diligroup.base.BaseActivity;... | [
"wtjandjay@sina.com"
] | wtjandjay@sina.com |
95cbb8b6423a64d3ddb836f956bb0164f766c4b8 | 51bb377fe455486481c954eceb11ecf807280b78 | /gateway/src/test/java/com/couchbase/example/config/DatabaseTestConfiguration.java | f8021d566eff674697e3121c46b119bab388af54 | [] | no_license | tchlyah/couchbase-jhipster-microservices-example | 5c6dc8ff53176a0d1e0d5aa9bc73dea14c60bef3 | eed20e1309f2bb9241e0eebb3d510ffe9431ace4 | refs/heads/master | 2020-03-28T02:31:44.626007 | 2018-09-05T20:50:51 | 2018-09-05T20:50:51 | 147,577,346 | 5 | 3 | null | null | null | null | UTF-8 | Java | false | false | 2,615 | java | package com.couchbase.example.config;
import com.couchbase.client.java.Cluster;
import com.couchbase.client.java.bucket.BucketType;
import com.couchbase.client.java.cluster.DefaultBucketSettings;
import com.couchbase.client.java.env.CouchbaseEnvironment;
import org.assertj.core.util.Lists;
import org.springframework.b... | [
"tayebchlyah@gmail.com"
] | tayebchlyah@gmail.com |
1defa9ff9b7b2006b0a2aaff4d1f3fd49588eb00 | c5857739f2db529d877cf33775d375fa2d4a3b30 | /src/pl/scribedroid/input/KeyboardInputMethod.java | 28695ffc009f14898d0e001a22fde52dd01d6e9c | [] | no_license | piotrdubiel/scribedroid | 38e69d433719daf2a0069a44f69dc1ce8263f66d | c86c588e91364c6d7e5f500c7c13d7d18cbf58f9 | HEAD | 2016-09-11T02:56:26.741377 | 2013-11-11T17:39:11 | 2013-11-11T17:39:11 | 39,066,696 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,156 | java | package pl.scribedroid.input;
import java.util.Arrays;
import java.util.List;
import pl.scribedroid.R;
import pl.scribedroid.input.keyboard.StandardKeyboard;
import roboguice.inject.InjectResource;
import android.inputmethodservice.Keyboard;
import android.inputmethodservice.Keyboard.Key;
import android.inp... | [
"piotrek@piotrek-desk"
] | piotrek@piotrek-desk |
e0cdcd2c196deb5f4aa895cd86403a55b1b779ca | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/3/3_873852f05f381d5d39b8aabcf6bcb38feb97ef1e/JavaSourcesSubject/3_873852f05f381d5d39b8aabcf6bcb38feb97ef1e_JavaSourcesSubject_t.java | a1e08983d93313c27b7e65174ff6b332c9520740 | [] | 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 | 13,106 | java | /*
* Copyright (C) 2013 Google, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
1a38dbf592efe4e848c7df73c1142cd1ce311cdc | 19dab7de1c0dfcbb582dddbe17e88f3d5b7a0e1b | /Assignments/Assignment 3 - Flashcard Application/MultiplicationFlashCardApplication.java | 14176015da0e16d78c8832208b5b08ac2452b345 | [] | no_license | Junebuggi/SYSC-2004 | 6f93d280a39b3baea2f86226ea69b825ed7624e0 | 630317ef4e7aa7db0be8a883c38eb377eacc6c6f | refs/heads/master | 2020-04-05T16:24:31.235547 | 2018-12-16T13:27:36 | 2018-12-16T13:27:36 | 157,010,940 | 0 | 0 | null | 2018-11-10T18:54:47 | 2018-11-10T18:46:09 | null | UTF-8 | Java | false | false | 1,921 | java | import java.util.Scanner;
/**
* An implementation of a multiplication flashCard application that cycles through all
* the cards until user answers all correctly or quits the game
*
* @author emmaboulay
* @version 1.0
*/
public class MultiplicationFlashCardApplication {
/**
* @param args
... | [
"emmaboulay@cmail.carleton.ca"
] | emmaboulay@cmail.carleton.ca |
4847c18d557c254168aafca77c4b01ed05085a12 | 21c70f242ba92c4f5c23b2ceb88f897413a71da4 | /src/main/java/com/hujian/switcher/reactive/functions/Function4.java | 03635d3e51b08cc8124182cb88ca3356e79d1fcc | [
"Apache-2.0"
] | permissive | pandening/JSwitcher | fd16829be94f1001cd42e98b5c347357bf815742 | c536f5ec71e0fea847aa2517ae030509b7fe5ff7 | refs/heads/facade | 2021-01-19T12:25:15.543666 | 2017-09-20T14:52:27 | 2017-09-20T14:52:27 | 100,784,178 | 2 | 0 | null | 2017-09-27T14:54:33 | 2017-08-19T09:28:29 | Java | UTF-8 | Java | false | false | 1,293 | java | /**
* Copyright (c) 2017 hujian
*
* 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 w... | [
"hujian06@meituan.com"
] | hujian06@meituan.com |
c57f33f6f0e4f222582b1b1b777fac0c42f0b276 | 775d1f1391abe3c98a7ec2f18ff41f371a7348f3 | /FragmentoBasico/app/src/test/java/com/example/vorper/fragmentobasico/ExampleUnitTest.java | 5811873176a644d6fba39aa6d661c4749a2aba13 | [] | no_license | voroferrer1/PMM | c7c7172b067c8d34ffa5f3f4ff8f36cce66c9758 | 4704c8c18d9673ec149d98b72f2975db27c25120 | refs/heads/master | 2020-03-30T09:28:11.952540 | 2019-02-10T11:39:37 | 2019-02-10T11:39:37 | 151,076,858 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 395 | java | package com.example.vorper.fragmentobasico;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
... | [
"2dam.vferrer@institutoserpis.org"
] | 2dam.vferrer@institutoserpis.org |
5b4f5d16cf70218ab9ce77629b5f7f29c54d0a66 | 523bda2ab3d4c68832182fc46da2e4068bea61a1 | /TwoLinkedList.java | aada47d4f0eb0dbb66e20382f776d4d75f7e12a5 | [] | no_license | BrigadaN9JAVA/TAlab3 | 0a928e0f2720b69d9a203dd97115f1958ccad1e2 | e781e11818764f519f4d8eca67a7cfc29cb71bff | refs/heads/master | 2023-03-21T08:01:24.127814 | 2021-03-22T10:59:44 | 2021-03-22T10:59:44 | 350,309,322 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,774 | java | public class TwoLinkedList<T> implements LinkedList<T>{
private NodeTwoLinked<T> head;
private NodeTwoLinked<T> tail;
private NodeTwoLinked<T> iterator;
private int size;
public TwoLinkedList(){
size = 0;
head = null;
tail = null;
iterator = null;
}
public N... | [
"vlad04102002@gmail.com"
] | vlad04102002@gmail.com |
b145c625621d29984bed4b07e0a071aa9c77f878 | ea646255823d48d89cfcc09de21af1c5c8e73433 | /src/main/java/ch/hsr/maloney/processing/DiskImageJob.java | bb7d2c23765aee1d752203f1a6e14b0328ba7e3d | [] | no_license | rehrbar/maloney | 64ac5a6e9dd369ef55a5b655b96a958bfb048b9c | 001a82ea5abc2d0972f1a94ddca780df0ca7ce41 | refs/heads/master | 2021-03-30T15:53:53.256758 | 2016-12-21T14:37:48 | 2016-12-21T14:37:48 | 71,127,298 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,667 | java | package ch.hsr.maloney.processing;
import ch.hsr.maloney.core.FrameworkEventNames;
import ch.hsr.maloney.storage.FileExtractor;
import ch.hsr.maloney.storage.FileSystemMetadata;
import ch.hsr.maloney.util.Context;
import ch.hsr.maloney.util.Event;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio... | [
"r1ehrbar@hsr.ch"
] | r1ehrbar@hsr.ch |
4f984fbdbb9f4bbd07e487a4b4bb6dad2239f8f6 | 98884e3b3a18fad648c14f4c0960673dcd70c6a2 | /src/com/intelligt/modbus/jlibmodbus/net/transport/ModbusTransportFactory.java | a4370c218bd005b9448ce551f04d3069a24d60bd | [
"Apache-2.0"
] | permissive | kochedykov/jlibmodbus | ca954b79b3dad3c320a4c7a730aa316a90a7920f | c6f663bbc3d1d8e076d418d7b974bec8bc8e551a | refs/heads/master | 2022-11-23T16:51:16.105020 | 2022-11-15T06:06:59 | 2022-11-15T06:06:59 | 51,168,154 | 254 | 143 | Apache-2.0 | 2022-11-15T06:07:00 | 2016-02-05T19:12:50 | Java | UTF-8 | Java | false | false | 1,364 | java | package com.intelligt.modbus.jlibmodbus.net.transport;
import com.intelligt.modbus.jlibmodbus.serial.SerialPort;
import java.io.IOException;
import java.net.Socket;
/*
* Copyright (C) 2016 "Invertor" Factory", JSC
* [http://www.sbp-invertor.ru]
*
* This file is part of JLibModbus.
*
* Licensed under the Apache... | [
"vladislav.kochedykov@gmail.com"
] | vladislav.kochedykov@gmail.com |
4300a927ed71158460b4ecb23ad3ef731980d066 | 3ef63a8c0fa1a093f82e0bc71aa7ea37d76234b7 | /SoftUni Java Course/04. Java-Collections/_12_CardsFrequencies.java | ffbf0d66fdaea6450b1f545f03ce68035bc7f298 | [] | no_license | reathh/Java | f5c345b5e719c5916e9a6eca7cbe4c8b082cf908 | ff9ad8870e01506d84ba931f59a0abcbdf172a69 | refs/heads/master | 2016-08-05T08:26:23.919774 | 2014-07-12T18:41:49 | 2014-07-12T18:41:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,325 | java | import java.util.LinkedHashMap;
import java.util.Map;
import java.util.Scanner;
public class _12_CardsFrequencies {
public static void main(String[] args) {
try (Scanner scanner = new Scanner(System.in)) {
String[] cards = scanner.nextLine().split("[♥♣♦♠ ]+");
... | [
"Ivelin Kirilov"
] | Ivelin Kirilov |
f9c6f1a5a1b024b1feb705e7d55de18406580b30 | 58273f9701a5907b8386fde1f7b63b3ca90941ed | /transforms/AppProfiles.java | ab7af514d8aa83aba16b00b0011833dfabdea177 | [] | no_license | zwang190/Code_Sample | 7c2a2bfa9eeebead38b6910a92fcf031eec9bca5 | f57b4ff5aebdcca309be9530131408c11d312e98 | refs/heads/master | 2023-02-17T12:30:39.414367 | 2021-01-20T07:44:03 | 2021-01-20T07:44:03 | 331,229,565 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,786 | java | package edu.usfca.dataflow.transforms;
import edu.usfca.dataflow.CorruptedDataException;
import edu.usfca.dataflow.utils.DeviceProfileUtils;
import edu.usfca.protobuf.Common;
import edu.usfca.protobuf.Profile.AppProfile;
import edu.usfca.protobuf.Profile.DeviceProfile;
import edu.usfca.protobuf.opt.BidOpt.ExchangeOpt;... | [
"zirongwang@Zirongs-MacBook-Pro.local"
] | zirongwang@Zirongs-MacBook-Pro.local |
d15038151a6afc19050cf54c11644c6021c85aee | 76ba65e1f1921ba206ba9ad7fd100380a0b8d51a | /sany-security/src/main/java/com/sany/security/config/bean/LoginProperties.java | bc650243491a11d3d398b645f71860817e297b9e | [
"Apache-2.0"
] | permissive | galilove/admin | 40989d3dad9bc9d856e152a03c0fb193a395d9fa | 8fbd72bb782b6081162810d95354aae4deb4c035 | refs/heads/master | 2023-02-16T05:08:32.138118 | 2021-01-10T14:32:27 | 2021-01-10T14:32:27 | 327,631,649 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,661 | java | /*
* Copyright 2019-2020 the original author or authors.
*
* Licensed under the Apache License, Version loginCode.length.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-loginCode.length.0
*
*... | [
"lijiali@baoyinxiaofei.com"
] | lijiali@baoyinxiaofei.com |
bda8ad3064914f9413949771c65108df47d51c35 | 128eb90ce7b21a7ce621524dfad2402e5e32a1e8 | /laravel-converted/src/main/java/com/project/convertedCode/globalNamespace/classes/PHP_Token_LT.java | 3aa68e53a64672fc7d88673af609c039355cfa57 | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | RuntimeConverter/RuntimeConverterLaravelJava | 657b4c73085b4e34fe4404a53277e056cf9094ba | 7ae848744fbcd993122347ffac853925ea4ea3b9 | refs/heads/master | 2020-04-12T17:22:30.345589 | 2018-12-22T10:32:34 | 2018-12-22T10:32:34 | 162,642,356 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,812 | java | package com.project.convertedCode.globalNamespace.classes;
import java.lang.invoke.MethodHandles;
import com.runtimeconverter.runtime.passByReference.PassByReferenceArgs;
import com.runtimeconverter.runtime.classes.NoConstructor;
import com.project.convertedCode.globalNamespace.classes.PHP_Token;
import com.runtimecon... | [
"git@runtimeconverter.com"
] | git@runtimeconverter.com |
8629d2d535674d41def3f87ce8f26d56e82ceb5a | 76579c8a307de9dcd974a251ad653657a021e800 | /SSP3/src/com/company/task1/Main.java | 32678b1400f26bac11eabd90a746a22bcb58c59c | [] | no_license | Orange-hanter/SSP | 6f4819183dc03ec137c97196f0bac3cb86bff206 | 7609b979c4861ddc17b60c54b3e4810ab635ce1f | refs/heads/master | 2021-01-10T15:55:29.669942 | 2016-01-17T10:13:39 | 2016-01-17T10:13:39 | 49,812,339 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,145 | java | package com.company.task1;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.util.*;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class Main {
public static void main(String[] args) {
String text = "";
try {
tex... | [
"danil.bel53@gmail.com"
] | danil.bel53@gmail.com |
313afa7d9060032b99756813cff28e241086f7f2 | e2bc7c070feffaa1c3d72688f35655dcc83a6668 | /dl-core/src/main/java/com/yc/core/message/entity/MessageReceive.java | 578453798be520bde07ae1c475f42baafc6b3a9e | [] | no_license | zeze-ya/DeepLearning | 1287985b5fe4ecd3b7dee936b9e57e157bb16567 | d139dda23689175ceec4f191dc94f69949f7f869 | refs/heads/master | 2022-12-02T13:31:33.866152 | 2020-06-30T11:45:44 | 2020-06-30T11:45:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,060 | java | package com.yc.core.message.entity;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.experimental.Accessors;
import java.io.Serializable;
import java.time.LocalDateTime;
/**
* 功能描述:
*
* @Author... | [
"1197798263@qq.com"
] | 1197798263@qq.com |
b96e93aa162027f8d708dd1a89f142243b12ba83 | 00c601d9f7af706b83f38949b0da9d45921bc2e8 | /cloud-provider-nacos-payment9001/src/main/java/com/atguigu/springcloud/controller/PaymentNacosController.java | 9cbdf68196a97ad3f0be066a2da3a3789598205f | [] | no_license | nupt-wb/spring-cloud | ef3e9847e040757a01b7689cdf91584c01983775 | 05f016b17dea7f19f765cbe120f7519b0dc39439 | refs/heads/main | 2023-05-07T09:33:39.300466 | 2021-05-24T10:19:24 | 2021-05-24T10:19:24 | 367,382,047 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 600 | java | package com.atguigu.springcloud.controller;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RestController;
@RestController
public class Pay... | [
"bing.wu@weimob.com"
] | bing.wu@weimob.com |
f343dc2bbb8950395479e2e3ed889f5ab9d7f4d3 | 5848984aef6ed33826bb01705b34c87fa0dd4523 | /刷题/剑指Offer/src/Q44翻转单词.java | 7394d201f3520f0b1bb0e25f4e18f667a8788067 | [] | no_license | markIsCat/notes | 4401390ae3589f6c682884c46cc3a0235f5b64b9 | c3d00bd9e6c331c354989808b3c179fc32c60661 | refs/heads/master | 2022-11-14T22:39:41.539290 | 2020-05-11T14:52:46 | 2020-05-11T14:52:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 637 | java | /**
* 翻转单词顺序列
* "I am a student." -> "student. a am I"
*
* @author sherman
*/
public class Q44翻转单词 {
public String reverseSentence(String str) {
if ("".equals(str)) {
return "";
}
String trimStr = str.trim();
if ("".equals(trimStr)) {
return str;
... | [
"tanglei2571@163.com"
] | tanglei2571@163.com |
e7ef53c86acac7fa20e60a90c1b00a0ed5b7e62e | 61a7a553fa04a61738b89d192b7b83bf5728a5df | /service/src/main/java/service/com/pandawork/service/impl/StudentServiceImpl.java | 9d22a7b9779dc4b1650d8d1f8c68c05198dde7aa | [] | no_license | lusizhang/newFrarmwork | 54bba62602c8065b74296f639af1060a4ac4e9df | 7841da5bcac4691c72c5acb227ad538ff4f7f76f | refs/heads/master | 2021-01-01T05:28:27.350488 | 2016-04-19T15:19:57 | 2016-04-19T15:19:57 | 56,607,576 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,415 | java | package com.pandawork.service.impl;
import com.pandawork.common.entity.Student;
import com.pandawork.common.utils.NFException;
import com.pandawork.core.common.exception.SSException;
import com.pandawork.core.common.log.LogClerk;
import com.pandawork.core.common.util.Assert;
import com.pandawork.core.common.util.Commo... | [
"2909453685@qq.com"
] | 2909453685@qq.com |
3f7b15aaf309dc1cbc5ebccb4ddd6d32f68d61b7 | 402505bb15dc126b2c5a51f4082d87202f093e33 | /app/src/main/java/ru/kev163rus/countandearn/MainActivity.java | 80b7e6ad14a934715262d25dc206a772c95b202e | [] | no_license | KrivosheevEV/countandearn | cf0b0361c46a4ad7c11caec61ad894dfedceb0a1 | 028fd43b38597836a295a7454d393aed4b30e06f | refs/heads/master | 2020-05-22T08:41:58.952243 | 2019-05-12T17:33:01 | 2019-05-12T17:33:01 | 186,284,407 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,327 | java | package ru.kev163rus.countandearn;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.widget.ProgressBar;
import android.os.Handler;
import java.util.concurrent.TimeUnit;
public class MainActivity extends AppCompatActivity {
ProgressBar pbRun;
Handler h;
final int ... | [
"euja@yandex.ru"
] | euja@yandex.ru |
a80bb89904fc64c150b638b0762491e752ff0f5f | e204c4c9996478e48dd2fb3b0d048421fa39a2d5 | /accountservice/src/main/java/accountservice/store/online/advantage/com/AccountDeleteResponse.java | 01bb75416af500a0733fa42b9a5e3128d7adec99 | [] | no_license | suvenkar/AOS-Application-23March | 12bcd9df25c9cdafbf6ad7a1bcfd6ad46105628f | dcce3f466e747243c56b060d6fa1b0711eb4d374 | refs/heads/master | 2022-04-30T23:18:43.405191 | 2020-03-25T15:29:32 | 2020-03-25T15:29:32 | 249,427,267 | 0 | 0 | null | 2022-04-05T21:01:11 | 2020-03-23T12:40:25 | JavaScript | UTF-8 | Java | false | false | 6,785 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2017.12.12 at 12:44:4... | [
"suvenduitc@gmail.com"
] | suvenduitc@gmail.com |
2d47198a83063e33e6e38ae64f8e86d417fc9dc7 | 58416b73b4acc857c27a395c5eb16e973c8b52d2 | /src/src/day24_arrays01/Arrays6.java | a8c835be95e479d8a7a9dd354d5294202c2494d5 | [] | no_license | DevSilicone/Developer | 6f70c39930f141b0e3329351263b337a8b2f8dd1 | da11e5ceb64e863d8128164bb9471461e1ecc3f0 | refs/heads/master | 2023-02-20T08:10:29.211334 | 2021-01-19T03:34:01 | 2021-01-19T03:34:01 | 330,849,765 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 114 | java | package day24_arrays01;
public class Arrays6 {
public static void main(String[] args) {
//
}
}
| [
"emreekinci83@hotmail.com"
] | emreekinci83@hotmail.com |
e3eb01d31776b72f0a2e103779a6316237744bca | 3235b0654fcedf49375bef66bb9be938c6cbbf48 | /default/Ex0305/src/Mall/Product/Ref/BasicRef.java | 24bc74dcad162d403c348d20571f880e7ee609e2 | [] | no_license | Mssuk/javaSource | 8164177704b2800e3f2160c0d10b224786321940 | ed9fdbb5dcdb01c8249134936869db4d459e1e61 | refs/heads/master | 2021-01-03T03:14:29.744515 | 2020-03-13T08:45:05 | 2020-03-13T08:45:05 | 239,897,879 | 0 | 0 | null | 2020-10-13T20:14:00 | 2020-02-12T00:59:57 | Java | UTF-8 | Java | false | false | 326 | java | package Mall.Product.Ref;
public class BasicRef extends Ref {
public BasicRef(int price , String name, String color, int liter){
this.price = price;
this.name = name;
this.color = color;
this.liter = liter;
bonuspoint = (int)(price *bonusRate) ;
door = "기본";
}
... | [
"djqhr490@gmail.com"
] | djqhr490@gmail.com |
0a97d0cbd4e4dfd0b133890b1fcecc4610cdbbc2 | baeeb0ba250b58649c4d2b9e4c106a1760bbb16a | /src/main/java/spring/react/jwt/repositories/CityRepository.java | 49293b9253b3bc5cd2d63286ed61cd8e095a1dbd | [] | no_license | yanko1601/spring_react | fa70357f7f4ba223a7effeccfd6cb2ae2e4d8819 | 8256a6e932fe67241bf744377398767fa7b528dc | refs/heads/main | 2023-03-29T13:42:40.988755 | 2021-04-14T13:05:37 | 2021-04-14T13:05:37 | 353,807,246 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 315 | java | package spring.react.jwt.repositories;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import spring.react.jwt.model.entities.City;
@Repository
public interface CityRepository extends JpaRepository<City, Long> {
City findByName(String name);
}
| [
"yankoyankov54@gmail.com"
] | yankoyankov54@gmail.com |
db2c94fdae9750076b2d6e58143f9402230034d2 | 1fa0f1565e049e25ac8f5fd388a9d579d28a834a | /fraud-detection-demo/webapp/src/main/java/com/ververica/demo/backend/lagecy/controller/DataGenerationController.java | 00de04cb7860bc891f8ef42c5d6eab107504a295 | [
"MIT"
] | permissive | Gummybearr/java-practice | e58ae90ea14fdeccc0a5eb5eabc754f837d156b1 | 4dfba0f78ed59bec31c64b2c58ab60faf1cd6b90 | refs/heads/main | 2023-04-27T11:36:55.565156 | 2021-05-11T15:43:12 | 2021-05-11T15:43:12 | 324,571,688 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,901 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | [
"ehrudghl123@naver.com"
] | ehrudghl123@naver.com |
9204da23ad17d741cacabfd30c191ff8c4770788 | aeccc592b8b98449db5189b5c412fea1e00b5736 | /src/main/java/pt/isel/ls/view/html/GetMovieIDTMDBView.java | 5e713b60920156d55fc7cfad54a88a29e5e592cb | [] | no_license | PiniponSelvagem/1718-2-LI41D-G6 | 36cc63d25841f2f895ac3e5a8201bce4edab6fb4 | 989c6d9d0fab74c79838a6ff8217b6354782df1f | refs/heads/master | 2022-02-11T18:26:51.652720 | 2018-06-13T16:46:21 | 2018-06-13T16:46:21 | 139,199,713 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,656 | java | package pt.isel.ls.view.html;
import pt.isel.ls.core.common.commands.GetMovies;
import pt.isel.ls.core.common.headers.html.HtmlPage;
import pt.isel.ls.core.common.headers.html.HttpStatusCode;
import pt.isel.ls.core.utils.DataContainer;
import pt.isel.ls.model.Movie;
import static pt.isel.ls.core.common.headers.html.H... | [
"piniponselvagem@gmail.com"
] | piniponselvagem@gmail.com |
963703041b6f4d09d7f0622692e673469de3b115 | af3532b80780cf31453dedc07f9d2e92418f868c | /app/src/main/java/com/example/toutis/fypproject/SecondController.java | 37e83f8ad20f61b3d2bc43e4bcb73acfb7cc2d3d | [] | no_license | fadibejj/FYP | ad79c88be0c5729ccc3045e8e387355d4afc5396 | 9a96b5771915f42cd71891ed9de43e7c6b219cec | refs/heads/master | 2020-03-15T03:48:28.501885 | 2018-05-03T07:17:15 | 2018-05-03T07:17:15 | 131,951,358 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,004 | java | package com.example.toutis.fypproject;
/**
* Created by Alexandre on 16-Apr-18.
*/
import android.util.Log;
import com.fuzzylite.*;
import com.fuzzylite.activation.*;
import com.fuzzylite.defuzzifier.*;
import com.fuzzylite.factory.*;
import com.fuzzylite.hedge.*;
import com.fuzzylite.imex.*;
import com.fuzzylite.... | [
"fadi.bejjani.10@gmail.com"
] | fadi.bejjani.10@gmail.com |
62ba2ae993456d21548fefe0c3f9f929e133c357 | 56d8ab8c0ca79db381f18deacdc1c64d30bc8236 | /common/src/main/java/com/serenegiant/media/VideoConfig.java | bad4797ce7037e6f4067fd48424194ee24096984 | [
"Apache-2.0"
] | permissive | reasonpun/libcommon | fe4b8264d58dc2c03fd242d3d52fb6132ebe40a2 | 7df7c01f8abdff1d3687a06f66c832888f5c2184 | refs/heads/master | 2022-05-24T13:02:48.542456 | 2020-04-30T04:59:24 | 2020-04-30T04:59:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,819 | java | package com.serenegiant.media;
/*
* libcommon
* utility/helper classes for myself
*
* Copyright (c) 2014-2020 saki t_saki@serenegiant.com
*
* 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... | [
"saki4510t@gmail.com"
] | saki4510t@gmail.com |
d1762ff058d7cdc057ab93893ead4b5fa3406f25 | 0f55432e07306daade7bc0839aa5bba7df23d46c | /Mail/src/main/java/com/mail/domain/MailPageIndex.java | c7c7bb38bc88c9f0b1b91a8d923885a872b7b474 | [] | no_license | Tristean/Mail | 18a75fe72b2f96436abd94fc84290c09d3c52fd7 | e0e0326aae31f6983e96117a73223253e9e40610 | refs/heads/master | 2021-09-03T20:04:18.058900 | 2018-01-11T15:48:28 | 2018-01-11T15:48:28 | 114,900,055 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,059 | java | package com.mail.domain;
public class MailPageIndex {
private long startIndex;
private long endIndex;
public MailPageIndex(long startIndex, long endIndex) {
super();
this.startIndex = startIndex;
this.endIndex = endIndex;
}
public long getStartIndex() {
return startIndex;
}
public void setStartIn... | [
"861907286@qq.com"
] | 861907286@qq.com |
3c17f3a99dd6a2ba75edcf5c8c2a6e918a12cffa | 9683c949ea359ef7c9bd7a78977255d140b1daff | /app/src/main/java/com/axolotl/dota2traker/retrofit/model/PlayerSumRes.java | b159cdbd8af296a737c7a95e41eaf221abc8bfbc | [] | no_license | Axolot1/Dota2Traker | 37cd34a1d57e17f2d9e83a3f6cf18443354fdc5d | b66c9c50412ce43086fb838256c083d87dcb3765 | refs/heads/master | 2021-01-19T02:36:00.941133 | 2017-08-28T12:33:50 | 2017-08-28T12:33:50 | 63,762,053 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,240 | java | package com.axolotl.dota2traker.retrofit.model;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import java.util.ArrayList;
import java.util.List;
import javax.annotation.Generated;
/**
* Created by axolotl on 16/6/27.
*/
public class PlayerSumRes {
@SerializedNa... | [
"axolotl1991@163.com"
] | axolotl1991@163.com |
ad55b9fc1c413285e4709600ac2ae1a4c8a3eefb | 823a8db541c6f2de312bdad145370b5d788ba934 | /app/src/main/java/com/ropkastudios/android/thegeographyapp/CopyPasteDialogFragment.java | e4adb124a13e9f9b71518a92753a8916d1f86045 | [] | no_license | rohankan/geography-first | bc4669f4bf0418b90eab6a152d22b7bd49e9174f | cc2c2c32ce0123946aa7a30afd5da230b3464836 | refs/heads/master | 2023-01-24T07:25:17.209441 | 2020-12-07T04:49:32 | 2020-12-07T04:49:33 | 319,206,861 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,007 | java | package com.ropkastudios.android.thegeographyapp;
import android.app.Activity;
import android.app.Dialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.app.DialogFragment;
import android.support.v7.app.AlertDialog;
import android.view.LayoutI... | [
"rohankanchana@github.com"
] | rohankanchana@github.com |
59fa529a0d415d1974323ed3dd1b9f8500bd9623 | 0d33f3892c930e34d5a3000a499d99153d2c3536 | /PART 1/src/SumOfArrays.java | 8635128109a5aa779fce217db2b8923c9ce65d01 | [] | no_license | shubhiiiiika/JAVA | 91f40b03a5b66fbedd66cab46e4b760ff0019e49 | 1fb2855f9990d81e6a8ba685a448470b6caaea7b | refs/heads/master | 2023-07-08T04:25:14.082687 | 2021-08-18T18:55:41 | 2021-08-18T18:55:41 | 397,705,632 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 714 | java | public class SumOfArrays {
public static void main(String[] args) {
int[]arr={1,2,3,4,5};
int sum =0;
System.out.println("Using for each loop:");
for (int element:arr){
sum+= element;
}
System.out.println(sum);
System.out.println("using for loop:")... | [
"shubhika17dev@gmail.com"
] | shubhika17dev@gmail.com |
f68072e174dc4f7a87329aeb783d0b43736cac78 | 35b3920eda96048876ddf9e88fd8d88b8dacdc7f | /src/cn/woniu/lib/pdf/model/derivate/ImageStream.java | ceba4b9fb59ba682612bb1e6443a7abbd2045ba6 | [
"Apache-2.0"
] | permissive | woniu1983/LibPdfStamper | 6f884a222503e7bd5eaf724f877bd61c728e93cc | 4d5a8fb6884aaedc17a552ecf14ff1991de70879 | refs/heads/master | 2021-06-08T11:47:20.503921 | 2021-04-05T09:31:19 | 2021-04-05T09:31:19 | 133,027,924 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,563 | java | /**
* Copyright (c) 2018, Woniu1983 All Rights Reserved.
*
*/
package cn.woniu.lib.pdf.model.derivate;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import cn.woniu.lib.pdf.image.PDFImage;
import cn.woniu.lib.pdf.model.PDFBoolean;
import cn.woniu.lib.pdf.model... | [
"mm1983abc@163.com"
] | mm1983abc@163.com |
77695855220412c1352454aa847a99189b5e42e2 | 92849d601c580b2ae8ecf43a444ac2101e9b1e4f | /src/test/java/io/github/oemergenc/hbase/orm/extensions/domain/Campaign.java | 12bb7d3bb989eb3d3884fb42ecf06f76627fabf2 | [
"Apache-2.0"
] | permissive | oemergenc/hbase-orm-extensions | 2296a285b724e45b35cf043d0ecc703cbda776cc | c2df58933f1f843f459eb1a023859fd3326cc484 | refs/heads/master | 2020-12-26T20:02:35.301874 | 2020-06-23T22:40:57 | 2020-06-23T22:40:57 | 237,623,526 | 0 | 1 | Apache-2.0 | 2020-06-23T22:40:58 | 2020-02-01T14:05:17 | Groovy | UTF-8 | Java | false | false | 486 | java | package io.github.oemergenc.hbase.orm.extensions.domain;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.io.Serializable;
import java.util.Map;
@Data
@NoArgsConstructor
public class Campaign implements Serializable {
private String campaignId;
private String customerId;
private Map<Strin... | [
"oemergenc@gmail.com"
] | oemergenc@gmail.com |
d2db1e6f16f468112f25d15bdf043286b6441708 | 7b3203d751ccdc8a909accb94834f86de71fc246 | /src/java/org/apache/ecs/wml/DoType.java | 1cd2f9546619477a3a7de6b99d77a19786a53057 | [
"Apache-1.1",
"Apache-2.0",
"BSD-2-Clause"
] | permissive | umairabbas/ecs | 0c0c8502c0a6f843a4b68f81c8a57c93b805f535 | fc42693826fad20a28d374e7cb3a4145b6eae4b1 | refs/heads/master | 2021-04-28T11:15:49.035691 | 2018-02-19T16:30:35 | 2018-02-19T16:30:35 | 122,089,822 | 0 | 0 | null | null | null | null | ISO-8859-2 | Java | false | false | 3,550 | java | /*
* ====================================================================
*
* The Apache Software License, Version 1.1
*
* Copyright (c) 2000-2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provi... | [
"umairabbas@hotmail.com"
] | umairabbas@hotmail.com |
0b186d0a79dc24f0f34fb196917328b59932b0ff | 42f6583f088563a75a458d2e60f55422e02ea83a | /sources/kotlin/collections/ArraysKt___ArraysKt$withIndex$9.java | c183ed588cdd3f106395314a4ae4265d779c80aa | [] | no_license | jinendrasahu/Music-Player-Android-Application | dcac7f57d4dc05ee3c772c0fff27da3a315ed927 | 230f8c0c3b2cfbf07690b62e9485c04899fcc517 | refs/heads/master | 2023-02-04T21:13:09.658658 | 2020-12-25T12:29:23 | 2020-12-25T12:29:23 | 324,344,841 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 898 | java | package kotlin.collections;
import kotlin.Metadata;
import kotlin.jvm.functions.Function0;
import kotlin.jvm.internal.ArrayIteratorsKt;
import kotlin.jvm.internal.Lambda;
@Metadata(bv = {1, 0, 3}, d1 = {"\u0000\b\n\u0000\n\u0002\u0018\u0002\n\u0000\u0010\u0000\u001a\u00020\u0001H\n¢\u0006\u0002\b\u0002"}, d2 = {"<ano... | [
"jinendrasahu11@gmail.com"
] | jinendrasahu11@gmail.com |
558585a1266c84a625301d84c9d69cd507b36d11 | 90a89b63b2b6c75824fa4873b3102672428dbbd9 | /src/main/java/com/assignment/android/repository/BookRepository.java | 37d694a47949084c72b1b11051fe0689c209bac6 | [] | no_license | NamNguyen2110/audio_book_api | db02b9798bb38f7292d5591ffd7e533f2b5683f1 | 90fe09023f8f288b2e46098dc6d586fddf238ee2 | refs/heads/master | 2023-05-13T15:40:53.754217 | 2021-05-24T17:04:39 | 2021-05-24T17:04:39 | 366,999,102 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 482 | java | package com.assignment.android.repository;
import com.assignment.android.model.Book;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import java.util.List;
public interface BookRepository extends JpaRepository<Book, Integer> {
@Query("SELECT b F... | [
"nguyenvannamptit@gmail.com"
] | nguyenvannamptit@gmail.com |
52c5aca728c6796a122689feecb719e2d85559e4 | 0ba78b6d97675d0a710a0df2704bad0fb005507a | /src/main/java/com/alexzfx/leetCode/dp/NumSquares.java | 24b15cb7156696abf612d8991e95994a3694e7b7 | [] | no_license | AlexZFX/AlgorithmStudy | 58c72b2f560ede2dfeb53b80c583d59641bd2226 | ac74062ccd0806f0355ca29faaba80563e5fd129 | refs/heads/master | 2020-03-24T06:42:07.496386 | 2018-10-31T04:52:53 | 2018-10-31T04:52:53 | 142,538,335 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 879 | java | package com.alexzfx.leetCode.dp;
/**
* Author : Alex
* Date : 2018/9/22 11:38
* Description : 279. 完全平方数
* <p>
* 给定正整数 n,找到若干个完全平方数(比如 1, 4, 9, 16, ...)使得它们的和等于 n。你需要让组成和的完全平方数的个数最少。
*/
public class NumSquares {
public static void main(String[] args) {
NumSquares numSquares = new NumSquares();
... | [
"z1079911968@163.com"
] | z1079911968@163.com |
283715f0bff5b2fd95aa9e1be5816c35a92f7094 | 002f319a6ad34b0d866e142c23b51569c8a4cc51 | /SDM_Engine/src/SDMSystem/SDMSystemCustomers.java | 8d34c23db90275771e60ab41b53ec90e05b988ff | [] | no_license | orelmo/Super-Duper-Market--Web-App | 9f3f4f3528823eacb53b6d8da8770e2e30074f2f | bbf2a3f01a88129b6ea6e07878a832cf1232bf52 | refs/heads/main | 2023-01-07T23:21:53.458598 | 2020-11-10T07:05:24 | 2020-11-10T07:05:24 | 311,573,849 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,005 | java | package SDMSystem;
import EngineClasses.Interfaces.Containable;
import java.util.HashMap;
import java.util.Map;
public class SDMSystemCustomers implements Containable<Integer, SDMSystemCustomer> {
private Map<Integer, SDMSystemCustomer> idToCustomer = new HashMap<>();
@Override
public boolean isExist(I... | [
"orelmoshe94@gmail.com"
] | orelmoshe94@gmail.com |
e9f4117dbb6cef61e950100cf81a4ced325d3a9b | b8e16a55024c19f2f009ab83f186e621775e7e68 | /wrkspc_bloque1/DesarrolloClases/src/ejemplos/composicion/Main.java | 0069d828032aa401821937c9838941e04e00ef35 | [] | no_license | Chapa03/programacion-clases | 7afa24511fe031fa56107e0970f16fd61976ab4d | f6833b9a590f7f45201e761a9a2a09c7da2df34d | refs/heads/master | 2023-02-02T17:14:45.324100 | 2020-12-11T11:27:00 | 2020-12-11T11:27:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 286 | java | package ejemplos.composicion;
public class Main {
public static void main(String[] args) {
Ciudad vCiudad=new Ciudad(1,"Madrid",1);
Fecha vFecha=new Fecha(12,3,2000);
Persona vPersona=new Persona("123","Maria","Ferrando",'F',vCiudad,vCiudad,vFecha);
}
}
| [
"letic@T1SERV"
] | letic@T1SERV |
e665b32c0c0584a56dbfd19827c5fc0eaff40512 | 630430012db804e61eb7205bf89fafc84b69460d | /app/src/main/java/com/david/p1/projetonovo/Principal.java | dd92d44ccee99845cb245fb8cb44c7a6133266e6 | [] | no_license | DavidXea/CalculadorAndroid | d50eaa6d3204fb82506921012e562d0070a8ad0f | 1b127f02f2a0be9ed30eba8d17739b9be44222d5 | refs/heads/master | 2020-12-30T16:28:14.997478 | 2017-05-11T16:07:15 | 2017-05-11T16:07:15 | 90,991,448 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 340 | java | package com.david.p1.projetonovo;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class Principal extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.interface_... | [
"5981506@univali.br"
] | 5981506@univali.br |
7866035a66d762f21c3af10b399377099d974cbd | f8af02dd6d14287f6bfbb8725e3b11094261875b | /deps/src/main/java/com/newrelic/deps/org/apache/http/impl/cookie/DateParseException.java | 096eb0a92650db9df24b76a7f27c3eff0ff93607 | [] | no_license | masonmei/mx | fca12bedf2c9fef30452a485b81e23d416a0b534 | 38e0909f9a1720f32d59af280d7fd9a591c45f6c | refs/heads/master | 2021-01-11T04:57:18.501563 | 2015-07-30T08:20:28 | 2015-07-30T08:20:31 | 39,553,289 | 2 | 3 | null | null | null | null | UTF-8 | Java | false | false | 1,778 | 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
... | [
"dongxu.m@gmail.com"
] | dongxu.m@gmail.com |
32970cd559fe67667d88d08512fcad68c66e5984 | 894e0b59e0c5202073ce791e842533f3008bb8f8 | /ImageRecognition1/src/jp/ohwada/andorid/imagerecognition1/Constant.java | e073352afe9d4c4cb19311b86ef279386b5fee9b | [] | no_license | ohwada/Android_ImageRecognition1 | a43444d6dc6aaaafc0d6e89138eec4a017561485 | d3b51f97bfb7f1734de809ee958a309248f5b9b0 | refs/heads/master | 2020-05-14T20:57:00.521505 | 2014-12-09T06:07:08 | 2014-12-09T06:07:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 343 | java | package jp.ohwada.andorid.imagerecognition1;
/**
* Constant
*/
public class Constant {
public static final String TAG = "ImageRecognition";
public static final boolean D = true;
public static final int REQUEST_PHOTO_KITKAT = 1;
public static final int REQUEST_PHOTO_DEFAULT= 2;
public static final int RE... | [
"ml.ohwada@gmail.com"
] | ml.ohwada@gmail.com |
41367260eec24c82a5f9a0ca819b710b1203c127 | dbbd3b844fb378f9c4e8f552250c71e568d11fde | /springboot-webflux/src/main/java/com/wxx/sbw/SpringbootWebfluxApplication.java | 3d24da3f0b10f9c4008ca40cadd8d7a74707603b | [] | no_license | WeisonWei/springboot-aggregation | 19203a46b4d9b345b7e0163c4ff7c47038f766bb | 12c39c76aaadc1d5d803398f523389eacd45b2c5 | refs/heads/master | 2020-06-28T20:15:42.651974 | 2019-08-12T15:11:37 | 2019-08-12T15:11:37 | 200,330,973 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 338 | java | package com.wxx.sbw;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class SpringbootWebfluxApplication {
public static void main(String[] args) {
SpringApplication.run(SpringbootWebfluxApplication.class... | [
"weixx3@139.com"
] | weixx3@139.com |
089fb54bca2e5f7f99d6ea3c948f37ed2e470c33 | a1826c2ed9c12cfc395fb1a14c1a2e1f097155cb | /holowatcher-20200730/src/main/java/com/aliyun/holowatcher20200730/models/ValidAliyunUidResponse.java | 9d46fcbf0e4a3eb6ce7c20b70b4e146e8c4cd380 | [
"Apache-2.0"
] | permissive | aliyun/alibabacloud-java-sdk | 83a6036a33c7278bca6f1bafccb0180940d58b0b | 008923f156adf2e4f4785a0419f60640273854ec | refs/heads/master | 2023-09-01T04:10:33.640756 | 2023-09-01T02:40:45 | 2023-09-01T02:40:45 | 288,968,318 | 40 | 45 | null | 2023-06-13T02:47:13 | 2020-08-20T09:51:08 | Java | UTF-8 | Java | false | false | 1,365 | java | // This file is auto-generated, don't edit it. Thanks.
package com.aliyun.holowatcher20200730.models;
import com.aliyun.tea.*;
public class ValidAliyunUidResponse extends TeaModel {
@NameInMap("headers")
@Validation(required = true)
public java.util.Map<String, String> headers;
@NameInMap("statusCode... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
4bf101c84c74fb15e029967cf42136f9612c3bf6 | dc0722db903a488b9989f4dd64e48234a12de211 | /library/src/main/java/de/wirecard/pdfbox/layout/util/EnumeratorFactory.java | e2fdacc99c693dfa83efab8ff21ff47a675232fa | [
"MIT"
] | permissive | WirecardMobileServices/pdfbox-layout-android | cc691782f6bc9f49bcb40edfddebb104ff0f8813 | b11f62f95dea3413d63dc5b244a933107bc72ee4 | refs/heads/master | 2020-03-21T15:48:34.827057 | 2018-09-05T13:57:43 | 2018-09-05T13:57:43 | 138,734,012 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,649 | java | package de.wirecard.pdfbox.layout.util;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
import de.wirecard.pdfbox.layout.util.Enumerators.AlphabeticEnumerator;
import de.wirecard.pdfbox.layout.util.Enumerators.ArabicEnumerator;
import de.wirecard.pdfbox.layout.util.Enumerators.LowerCaseAlphabetic... | [
"jakub.misko@wirecard.com"
] | jakub.misko@wirecard.com |
2168d2ba27e724366fac84c7890a349c78d584f5 | aeaea40ac04d0f6a32e0ea860f40cf26edd539a6 | /WvivmallT/.svn/pristine/80/803a55dca7eb676761b5d98c2e44e065e40ef02d.svn-base | a11a5aa2ba790ae70d4a9b81e9d9c70a156444e3 | [] | no_license | minhmomang/SPM2016 | e9413786012d963ab3a459857e9fda48437ef407 | 5b50d60dcdec75ea1612fe5225ca726ae86f8f24 | refs/heads/master | 2021-01-12T12:40:35.231354 | 2016-10-03T19:31:13 | 2016-10-03T19:31:13 | 69,898,057 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,638 | package Model;
/***********************************************************************
* Module: Contact.java
* Author: HuynhChau
* Purpose: Defines the Class Contact
***********************************************************************/
import java.util.*;
/** @pdOid 0d378724-332e-486e-9250-4788cecc82ce */... | [
"thminh.cseiu@gmail.com"
] | thminh.cseiu@gmail.com | |
94b049f23868a2547d6a56aaf96e3a61bb6fe824 | 537ed3ee15800e76cc3b6daee0fea06dcc6ad9da | /flash-sale-api/src/main/java/io/github/zhenyed/api/common/fallback/ProductServiceFallback.java | 487c5bb60eeecd866e6c94e799e31157dded4736 | [
"Apache-2.0"
] | permissive | zhenyed/flash-sale | a28e7a79ed73e3a021f4553376343e4484095d99 | 6c03f6b4f49b4e0b788c205e40a598f383ab317f | refs/heads/master | 2022-06-26T11:49:48.850383 | 2020-03-26T04:44:10 | 2020-03-26T04:44:10 | 246,748,316 | 0 | 0 | Apache-2.0 | 2022-06-17T02:59:03 | 2020-03-12T05:06:04 | Java | UTF-8 | Java | false | false | 1,230 | java | package io.github.zhenyed.api.common.fallback;
import io.github.zhenyed.api.common.constant.ProductErrorCodeEnum;
import io.github.zhenyed.api.common.service.ProductApiService;
import io.github.zhenyed.api.common.vo.CommonResult;
import io.github.zhenyed.api.product.vo.ProductVO;
import org.springframework.stereotype.... | [
"631461213@qq.com"
] | 631461213@qq.com |
b319c9f9156dbc51c6588b4e9870afe104890879 | 5e97803fabbb02ddd210184c9455ef9126a0aeee | /jrt_api/src/main/java/com/wocai/jrt/paper/dao/OptionsDao.java | 6aec88693deb22de5fd19edb135526038d54a37f | [] | no_license | gaga839/demo_api | 366ff118173b5de4dde891655216757ad4bad96c | 6bded9851636d6da66039a3d56e10dc551f0f772 | refs/heads/master | 2020-04-11T20:08:38.112265 | 2016-01-25T01:22:12 | 2016-01-25T01:22:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 484 | java | package com.wocai.jrt.paper.dao;
import com.vteba.tx.jdbc.mybatis.annotation.DaoMapper;
import com.vteba.tx.jdbc.mybatis.spi.BaseDao;
import com.wocai.jrt.paper.model.Options;
import com.wocai.jrt.paper.model.OptionsBean;
/**
* 表options的MyBatis Dao Mapper。
* 由代码工具自动生成,可以新增方法,但是不要修改自动生成的方法。
* @date 2015-11-09 16:40... | [
"tongku2008@126.com"
] | tongku2008@126.com |
c81c1d7f593704583cf842deedabe5a19c6db49f | 2f8d9282faa3f3c35c011e000f9a34a1ece55b05 | /app/src/main/java/com/jihad/app/travelmate/adapters/EventDetailsAdapter.java | 79c058b64c0a0a02a5c9ff560679855b860f9483 | [] | no_license | Jehadul/TravelMate | 6b633efb934b58c614921a94cad56a71a78d8c0d | b60777e5ff43de8de80df34a3e6cc02cb081321f | refs/heads/master | 2020-11-30T17:19:13.730739 | 2019-12-27T13:58:50 | 2019-12-27T13:58:50 | 225,948,767 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,152 | java | package com.jihad.app.travelmate.adapters;
import android.content.Context;
import android.support.annotation.NonNull;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import androidx.recyclerview.widget.RecyclerView;
import com.jihad.app.tra... | [
"smhoque100@gmail.com"
] | smhoque100@gmail.com |
a928f9ee0fc136d5c06eb5241bacc77fdc9b2daa | 5e8372bde3d91411cf9b1d80eb1f38e762ee1b0b | /spring-boot-jdbc-multiple-database/src/test/java/com/example/mdb/MultipleDatabaseApplicationTests.java | 92d644945bf524924d76ddc79ba4eccc00ebdd21 | [] | no_license | aklakl/mingli-spring-boot-microservices | 2d3d4ba2f6e8f835a46f5514fb8cab037d3ab1e5 | 960909fd2f00781511f9cd9451cd5774c84a7d3e | refs/heads/master | 2021-09-06T23:48:14.707918 | 2018-02-13T15:44:44 | 2018-02-13T15:44:44 | 113,093,370 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 342 | java | package com.example.mdb;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class MultipleDatabaseApplicationTests {
@Test
public void c... | [
"mingli19850915@gmail.com"
] | mingli19850915@gmail.com |
aa34d1010dc984dca72dfb40e84c04e8bd25b868 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/5/5_3af2f711d276107038d1e86c3acd537f2bcd69f2/AstList/5_3af2f711d276107038d1e86c3acd537f2bcd69f2_AstList_t.java | 9e4ec89cc623c6eacae0fd91512c89bbfad503fc | [] | 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 | 17,095 | java | /*
* I don't like that this is in org.python.core, but PySequence has package
* private methods that I want to override. Hopefully we will clean up the
* PyList hierarchy in the future, and then maybe we will find a more sensible
* place for this class.
*/
package org.python.core;
import java.util.ArrayL... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
e87f424b5c1fc730672a744e76c859173e822267 | 9e0be86ff09580366b4b55b0f3b9f14f379085cc | /src/main/java/com/leetcode/demo/easy/dp/MaximumProductSubarray.java | 0a987e47ea46937dace31c01510aae49aca5e3e7 | [] | no_license | apktool/Data-Structures-and-Algorithms | cccd6c52370f8c22db5effa4d70e9a707f1cc5d4 | 06ce1280300f56fb845ae1af2742722583f9d976 | refs/heads/main | 2021-11-07T20:15:35.265294 | 2021-10-13T16:00:45 | 2021-10-13T16:00:45 | 34,459,018 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,077 | java | package com.leetcode.demo.easy.dp;
/**
* 给你一个整数数组 nums ,请你找出数组中乘积最大的连续子数组(该子数组中至少包含一个数字),并返回该子数组所对应的乘积。
* <p>
* 来源:力扣(LeetCode)
* 链接:https://leetcode-cn.com/problems/maximum-product-subarray
* 著作权归领扣网络所有。商业转载请联系官方授权,非商业转载请注明出处。
*/
public class MaximumProductSubarray {
public int solve01(int[] nums) {
... | [
"apktoolOo@gmail.com"
] | apktoolOo@gmail.com |
14d496b3a1dcb777a8f379a23fac7a01168b0b77 | 13d6dcb5746b9fb389fe3e826fd043bdd74d7553 | /src/gpa/FORMULA.java | 4e16f4c371daba7fdaaade3980232733ee1a7f51 | [] | no_license | HammadAshrafNawab/gpaproject | d3b8e7985e923aeba0863772fd8a7d7ac1b9034e | d71dbcfae0617ca34895dfd1fa08ca51af2af485 | refs/heads/master | 2023-01-07T02:42:20.105821 | 2020-11-02T20:25:36 | 2020-11-02T20:25:36 | 309,487,121 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,103 | 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 gpa;
import java.sql.ResultSet;
import net.proteanit.sql.DbUtils;
/**
*
* @author hammadashraf2083
*/
public class FORMULA... | [
"hammadashraf@localhost"
] | hammadashraf@localhost |
e2c75b3a986628e5cf2ee02bd11d05fd6a0ad86b | 0a9240df20a8c23bc4beba70ed6b893a006649c7 | /src/main/java/com/SeventhGroup/CollegeSearchJob/service/inner/CominfoContent.java | e72b9eb842031fc4613df8eff915e8dfe0eb7ca8 | [] | no_license | Vaskka/CollegeSearchJob | fda0f44b0829142394e54faefa0c588e992bc1e4 | fe447c554d0fb243e9507690a31ce1bed328dd5a | refs/heads/master | 2022-11-17T03:24:50.897426 | 2020-06-20T10:02:06 | 2020-06-20T10:02:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 586 | java | package com.SeventhGroup.CollegeSearchJob.service.inner;
import com.SeventhGroup.CollegeSearchJob.entity.CominformationEntity;
import java.util.List;
public class CominfoContent {
List<CominformationEntity> cominformation;
public CominfoContent(List<CominformationEntity> cominformation) {
this.comin... | [
"git@github.com:LW202151/CollegeSearchJob.git"
] | git@github.com:LW202151/CollegeSearchJob.git |
0201bd9ea03589302c3f96de8660d68d335c5fe2 | ec01419a153633004a08a091d243bd63709f7956 | /appTramDocuConcytecAdvancedFD/src/tramitedoc/concytec/admin/action/AActionMantTipoDocumento.java | 775fbfe42fe6d21ad0d6fa7d10293b7a4c76ccd6 | [] | no_license | angelnoa/TramiteDoc-FD | 5c3f4b024d4421486d92e1f3eb88a2de424e9472 | e2e2d3e60886efd44d91981a674d1a358cce6aa1 | refs/heads/master | 2021-01-10T13:50:01.720613 | 2016-01-25T15:20:57 | 2016-01-25T15:20:57 | 50,359,496 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 5,014 | java | package tramitedoc.concytec.admin.action;
import java.sql.Connection;
import java.sql.SQLException;
import java.util.Date;
import java.util.Vector;
import javax.sql.DataSource;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
im... | [
"anghelo.dj87@gmail.com"
] | anghelo.dj87@gmail.com |
2ff105d7fec528cee1f14dfb2d3ef67582e03793 | f664b02fb8d06f8c2cb82461c2b8af7649afc2ee | /JavaD3HW1/src/JavaD3HW1/CustomerManager2.java | ba45770828bd117a117ee1dcab924611595c6605 | [] | no_license | hturktan/JavaD3HW1 | addc1f3c1f7f7a46536b0f26bcba86f247cb56dd | 127d0a124a78a453927603852184f1adc1c08cce | refs/heads/master | 2023-04-16T01:52:13.695838 | 2021-04-30T15:26:19 | 2021-04-30T15:26:19 | 363,118,780 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 82 | java | package JavaD3HW1;
public class CustomerManager2 extends PersonManager{
}
| [
"82947367+hturktan@users.noreply.github.com"
] | 82947367+hturktan@users.noreply.github.com |
0f8a5c90feb85a88f5bd2ea46f040b39d4557ae8 | a496526e81e2eb13b60794d09560045aa082d6d6 | /app/src/main/java/com/happycomehealthy/module/register/RegisterBiz.java | 78eb50eecce29698c829f0ba851a6dc6bda662a3 | [] | no_license | Juphome/HappyComeHealthy | 1dfeeb745bfbf0e9073900e910f8430b70ad2100 | 9af42ba96d47980c07757ccfabe84fc0a842cdd3 | refs/heads/master | 2020-03-28T09:04:30.619189 | 2018-09-09T09:55:26 | 2018-09-09T09:55:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 463 | java | package com.happycomehealthy.module.register;
import com.happycomehealthy.listeners.OperationListener;
import com.happycomehealthy.module.login.LoginContact;
/**
* creator: ZZF
* careate date: 2018/5/18 09:25.
*/
public class RegisterBiz implements RegisterContact.IRegisterBiz{
@Override
pu... | [
"shixinshan@ShiXinShand.local"
] | shixinshan@ShiXinShand.local |
c47867bf037f362aae867ab09393b13aaee50083 | cd4802766531a9ccf0fb54ca4b8ea4ddc15e31b5 | /java/com/l2jmobius/gameserver/model/items/enchant/EnchantScrollGroup.java | 492768eca4d931fd538f9ae3c64c70819fdf89cf | [] | no_license | singto53/underground | 8933179b0d72418f4b9dc483a8f8998ef5268e3e | 94264f5168165f0b17cc040955d4afd0ba436557 | refs/heads/master | 2021-01-13T10:30:20.094599 | 2016-12-11T20:32:47 | 2016-12-11T20:32:47 | 76,455,182 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,906 | java | /*
* This file is part of the L2J Mobius project.
*
* 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 3 of the License, or
* (at your option) any later version.
*
* This p... | [
"MobiusDev@7325c9f8-25fd-504a-9f63-8876acdc129b"
] | MobiusDev@7325c9f8-25fd-504a-9f63-8876acdc129b |
73c1ffd579220a1157d786a6457f4064674eecc7 | 814c955470d5f50fe7302835a10d19455e038b0f | /src/model/heroes/HeroListener.java | 7a4ece7c0304584970f61f8148141897f3f54423 | [] | no_license | alyyasser19/Milestone2 | 24492d04e5529024493c2ab9bddfb46bac5dac19 | 4d94425365da57d67afcd517ba7800960ae71aa8 | refs/heads/master | 2021-04-05T10:45:06.377621 | 2020-04-07T20:11:39 | 2020-04-07T20:11:39 | 248,545,954 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 224 | java | package model.heroes;
import exceptions.*;
public interface HeroListener {
public void onHeroDeath();
public void damageOpponent(int amount);
public void endTurn() throws FullHandException, CloneNotSupportedException;
}
| [
"alyyasser19@gmail.com"
] | alyyasser19@gmail.com |
d786ed10de189043d58e58065d40f7fe82c209e5 | 0af81249558834cfa0881585894e26b538aa40fa | /src/main/java/com/study/spring/listenner/ListennerTest2.java | 7764721e7edffedbd2471d849f43efe48ab0c11b | [] | no_license | MaxineZWS/spring-boot-study | d5833c2a805958497e2a44dd8348ac48566eba33 | dd93d932de8f2f37a5db51330ad9e5e3bb39e8a5 | refs/heads/master | 2022-03-30T01:09:06.368496 | 2019-11-11T08:17:21 | 2019-11-11T08:17:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 672 | java | package com.study.spring.listenner;
import com.study.spring.thread.ThreadTest;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestCont... | [
"liuyongzhi95@163.com"
] | liuyongzhi95@163.com |
04aa5b5b7dd311b2376e7946a80a56c35b6ff333 | c0fef264f0adfb2561fdc88201e4430a7bf14a2f | /ProjectGeometry2/src/sk/akademiasovy/points/Triangle.java | 6f7bd87fc698a17a0ac8e77aa3f0627f16e1e960 | [] | no_license | michalnov/java | 3f52388a99833d7d94403934ae443ef253d1a7fc | e09fc09138c730574fcce9d16cf289dd7d8eb136 | refs/heads/master | 2021-05-06T05:59:21.067235 | 2018-01-23T11:08:08 | 2018-01-23T11:08:08 | 115,284,758 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,281 | java | package sk.akademiasovy.points;
public class Triangle implements InterfaceTriangle{
private Point2D pointA;
private Point2D pointB;
private Point2D pointC;
public Triangle(Point2D pointA, Point2D pointB, Point2D pointC) {
this.pointA = pointA;
this.pointB = pointB;
this.pointC ... | [
"michal.novotny@akademiasovy.sk"
] | michal.novotny@akademiasovy.sk |
39bda621a856256ae3c4752719dead8b677ec170 | 6c4152a667d7c59410b330dbb4acd1eccc717a84 | /src/main/java/cn/itcast/day05/demo01/Demo03Array.java | e3fad5a0c676f7e3cb6e2d0224c493738b5465bd | [] | no_license | tiancailyb/javaBasics | 61580d3cf1acb1760f3789c7ab64a7725f17875e | 049c0c0f88a70f8f5f2f24e1d80ee998064d8e4d | refs/heads/master | 2021-01-07T17:35:09.627190 | 2020-03-10T07:21:24 | 2020-03-10T07:21:24 | 241,769,971 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 275 | java | package cn.itcast.day05.demo01;
/**
* @author lyb
* @date 2020/2/21
*/
/**
* 静态初始化省略格式
*/
public class Demo03Array {
public static void main(String[] args) {
int [] arrayA = {1, 2, 3};
System.out.println(arrayA.length);
}
}
| [
"2224615397@qq.com"
] | 2224615397@qq.com |
61dc6a20f88945e6598e0075e841c3057a0bc4d5 | 2122d24de66635b64ec2b46a7c3f6f664297edc4 | /spring/spring-boot/spring-boot-data-elasticsearch5-sample/src/main/java/com/example/lee/DemoApplication.java | cfd12c7eda453262e82e66cd6df5da69cdafa013 | [] | no_license | yiminyangguang520/Java-Learning | 8cfecc1b226ca905c4ee791300e9b025db40cc6a | 87ec6c09228f8ad3d154c96bd2a9e65c80fc4b25 | refs/heads/master | 2023-01-10T09:56:29.568765 | 2022-08-29T05:56:27 | 2022-08-29T05:56:27 | 92,575,777 | 5 | 1 | null | 2023-01-05T05:21:02 | 2017-05-27T06:16:40 | Java | UTF-8 | Java | false | false | 555 | java | package com.example.lee;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.data.elasticsearch.repository.config.EnableElasticsearchRepositories;
/**
* @author ... | [
"litz-a@glodon.com"
] | litz-a@glodon.com |
038da2e7e4f29557dac8cce937ce5e7668a14c99 | e4b58c0c540b6fd4e74764c40d079afdc6688992 | /src/net/shopxx/service/SensitivityService.java | ea51c70a25248e7d754d73a04cee2f7b619cc32e | [] | no_license | shenlong07412/shop | 8fcdaffd39908ce3160405059292eb0052b4689c | 6ce4bb79edc12dd253fa1ad617a45c859b6565ae | refs/heads/master | 2021-01-02T08:31:50.036226 | 2015-06-26T03:16:01 | 2015-06-26T03:16:01 | 37,038,744 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 337 | java | package net.shopxx.service;
import net.shopxx.entity.Sensitivity;
public interface SensitivityService extends BaseService<Sensitivity, Long>{
/**
* 替换敏感词
* @param source 要替换的字符串
* @param to 要替换成的目标字符
* @return
*/
public String replaceSensitivity(String source,String to);
}
| [
"2431497890@qq.com"
] | 2431497890@qq.com |
afa3fc55d80806c950be0265d52ebd41726ee880 | 886c0ec47a228dc25193efb3e18a23ed7f4198a8 | /spring-cloud-user-core-provider2/src/main/java/com/carsonlius/springcloudusercoreprovider2/exception/ErrorParamsException.java | e6336921f26c9fcf21df67c9e54a855529440965 | [] | no_license | carsonlius/first-spring-cloud-cluster-project | b272a884f49146970b1f28b9289d7d3ad6fcc1f6 | fcfcb931488cdeb0a79c457cb5cd4c59fe1520e5 | refs/heads/main | 2023-02-01T14:42:46.780370 | 2020-12-18T10:18:15 | 2020-12-18T10:18:15 | 318,156,415 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 200 | java | package com.carsonlius.springcloudusercoreprovider2.exception;
public class ErrorParamsException extends Exception {
public ErrorParamsException(String message) {
super(message);
}
}
| [
"liusen@huice.com"
] | liusen@huice.com |
c19fc21feb6539617a3560bed7cef2e5fad6f215 | 9a04b2482f9c9ddf5d537a074cdf32b20e3c353e | /angryships-core/src/main/java/com/gemserk/games/angryships/components/Components.java | 1881292a4df6857412edd6097adf78e2b734a9f6 | [] | no_license | jesuslopezparkour/angryships | 34fe85be6dad50c8c175404ee956d29eff432dd2 | 6c9c419ed91850a13a6ea6cadc0c14784fd160d2 | refs/heads/master | 2020-12-25T00:56:12.984681 | 2012-01-13T16:13:18 | 2012-01-13T16:13:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,223 | java | package com.gemserk.games.angryships.components;
import com.artemis.ComponentType;
import com.artemis.ComponentTypeManager;
import com.artemis.Entity;
public class Components extends com.gemserk.commons.artemis.components.Components {
public static final Class<CameraDistanceComponent> cameraDistanceComponentClass =... | [
"ariel.coppes@gemserk.com"
] | ariel.coppes@gemserk.com |
10f2c03119a726c783c6bb39f8b8c07923ccdade | 0ca64a379147f801ef598f51b6e1373d41dfe709 | /java9-jigsaw/jigsaw-api-cli-example/jigsaw-cli/src/main/java/com/rajendarreddyj/jigsaw/calculator/cli/Main.java | 913f64f8538b0d34fa70485e27b58712eddba7c6 | [
"MIT"
] | permissive | rajendarreddyj/development-java9-features | 47ab468f6bfd9c2dd69f1b9117ad7eaa7c445743 | 7aa082a1e3680c583047bc43465faee356228f99 | refs/heads/master | 2021-09-19T18:46:55.760881 | 2018-07-30T18:59:32 | 2018-07-30T18:59:32 | 121,902,277 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,406 | java | package com.rajendarreddyj.jigsaw.calculator.cli;
import com.rajendarreddyj.jigsaw.calculator.api.Algorithm;
import java.io.Console;
import java.util.HashMap;
import java.util.Map;
import java.util.ServiceLoader;
/**
* rajendarreddy.jagapathi
*/
public class Main {
private ServiceLoader<Algorithm> algorithms;
... | [
"rajendarreddyj@gmail.com"
] | rajendarreddyj@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.