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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ccdae7b061113eee3bd55bb2036a38c82153b09c | c7c0c08734685872c3ba32a3020903ca5e92e875 | /src/main/java/com/onlineshoppingsystem/service/OrderService.java | 5b26aae4a698eaaf989eba3b2710f1ded4db31e9 | [] | no_license | tanbinh123/onlineshoppingsystem | adbebe8cb632304f9cb7d85e8002dc74f67d20fe | ba4b6e70065a766df89323377cd27c733f358756 | refs/heads/master | 2022-12-21T14:20:51.062297 | 2020-09-25T21:28:38 | 2020-09-25T21:28:38 | 457,863,183 | 1 | 0 | null | 2022-02-10T16:41:27 | 2022-02-10T16:41:26 | null | UTF-8 | Java | false | false | 312 | java | package com.onlineshoppingsystem.service;
import com.onlineshoppingsystem.error.BusinessException;
import com.onlineshoppingsystem.service.model.OrderModel;
public interface OrderService {
OrderModel createOrder(Integer userId, Integer productId, Integer promoId, Integer amount) throws BusinessException;
}
| [
"shiyuliu92@gmail.com"
] | shiyuliu92@gmail.com |
d7d00d2ff075166117829764d462bc7b9d026384 | edfe16998d91708fa592951f09ec25cff4b31d31 | /Nodo/src/Slave/SlaveConnection.java | 09fd3f52aa7cb1aec58dc705ce8ad3089de30da1 | [] | no_license | Fabricio-AE/IF5000-Proyecto-2 | 7605e6cbacc730eeabd6819192c0db8afc3bfe7d | 8a520b394e4a91123bed5b0b36b9cf67190ef1bc | refs/heads/main | 2023-06-25T18:38:03.131608 | 2021-07-23T04:22:14 | 2021-07-23T04:22:14 | 384,604,625 | 0 | 1 | null | 2021-07-23T04:16:49 | 2021-07-10T03:51:31 | HTML | UTF-8 | Java | false | false | 9,472 | java | package Slave;
import Data.ArchivoData;
import Data.MetadataData;
import Entity.Archivo;
import Entity.Metadata;
import Utility.Conversiones;
import Utility.Variables;
import java.io.IOException;
import java.net.DatagramPacket;
import java.net.DatagramSocket;
import java.net.InetAddress;
import java.net.NetworkInterfa... | [
"fabricioae21@gmail.com"
] | fabricioae21@gmail.com |
48f85c7b031001fd4f8fb279b99256a125b81c19 | 118b1d034b91ca00995c349be9caf9fe776a9d30 | /JAVASELENIUMDEMO/src/main/java/utility/ListenerinTestNG.java | e1a1218dea00926bdd016c0dd45f513948f1de76 | [] | no_license | SrividhyaSS/Frameworkcodes | 9e7828c90dde15983a966d10da271dd6588486b9 | dc5889bd9bd0387c049087039844d57ac9204e9a | refs/heads/master | 2021-01-25T06:55:30.336097 | 2017-08-07T08:32:15 | 2017-08-07T08:32:15 | 93,623,129 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,041 | java | package utility;
import org.testng.ITestContext;
import org.testng.ITestListener;
import org.testng.ITestResult;
import org.testng.annotations.Test;
public class ListenerinTestNG implements ITestListener
{
@Test
public void f() {
}
public void onFinish(ITestContext arg0) {
// TODO Auto-generated method stub
... | [
"259532@PC238680.cts.com"
] | 259532@PC238680.cts.com |
9005b123a3a15ea67a0d1285806d422d665b0b94 | c885ef92397be9d54b87741f01557f61d3f794f3 | /tests-without-trycatch/Chart-7/org.jfree.data.time.TimePeriodValues/BBC-F0-opt-70/12/org/jfree/data/time/TimePeriodValues_ESTest_scaffolding.java | a328af538fd20a54fc987b40f98c552858e11514 | [
"CC-BY-4.0",
"MIT"
] | permissive | pderakhshanfar/EMSE-BBC-experiment | f60ac5f7664dd9a85f755a00a57ec12c7551e8c6 | fea1a92c2e7ba7080b8529e2052259c9b697bbda | refs/heads/main | 2022-11-25T00:39:58.983828 | 2022-04-12T16:04:26 | 2022-04-12T16:04:26 | 309,335,889 | 0 | 1 | null | 2021-11-05T11:18:43 | 2020-11-02T10:30:38 | null | UTF-8 | Java | false | false | 8,967 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Wed Oct 20 16:11:06 GMT 2021
*/
package org.jfree.data.time;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.junit.After;
... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
f027c62ee9a8e5115e15f6c5e754cb628bdb24bc | 51934a954934c21cae6a8482a6f5e6c3b3bd5c5a | /output/d6644e0fcf98431a91f85fb853eed3b7.java | d38cf47fbbd35ca4190fa7b8408efa018a532851 | [
"MIT",
"Apache-2.0"
] | permissive | comprakt/comprakt-fuzz-tests | e8c954d94b4f4615c856fd3108010011610a5f73 | c0082d105d7c54ad31ab4ea461c3b8319358eaaa | refs/heads/master | 2021-09-25T15:29:58.589346 | 2018-10-23T17:33:46 | 2018-10-23T17:33:46 | 154,370,249 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 18,423 | java | class kKJcOdqhSQx3A {
}
class V4lOeEZG9QHpep {
}
class s {
public static void HlOhcQGlLZ6m (String[] XzczH) {
void[] Q6IPKsC4O_W0yP;
while ( Y[ this.nP()]) while ( ( !-!5614348.M3jUBQJgLBKGp()).ZJPzr8mOldm94b()) ;
if ( new ZusVsK8L64().Ml6YRl()) return;
void[] ICvK2 = ( -( -fal... | [
"hello@philkrones.com"
] | hello@philkrones.com |
2bed86f7874ca1e00b2601486a5c9532bea359db | aa1be529d82f52bf92ae31c07974125bc3ae213a | /app/src/main/java/valter/example/com/advinha/MainActivity.java | 2543cf608968ac29427409460b178e4a12ce2674 | [] | no_license | valtercavalcante/Advinha | 1d6286ec94e23d4c0daa8792502b5246faa976ea | e5d720c8ba2a7a9162e637fc0fafcecc0bd84705 | refs/heads/master | 2021-01-22T02:25:00.767836 | 2017-05-25T04:10:36 | 2017-05-25T04:10:36 | 92,360,371 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,014 | java | package valter.example.com.advinha;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import java.util.Random;
public class MainActivity extends AppCompatActivity {
private Button botaoJogar;
pr... | [
"valtinholima@gmail.com"
] | valtinholima@gmail.com |
0bde9a3b2759129a99546a6e4a70af198b34d563 | 9435b8ba17e82bc179cbce6907a25502ee299eba | /src/main/java/dao/impl/SubjectDaoImpl.java | 9aadb752e707077b8479a4d1212788cb1c129ffb | [] | no_license | buitrunghieu1997/StudentInformationSystem | a03d8cafb615572b15dd7cb48e34e8140519a55d | ac3702b15ad38fe56ffa8c0e8a51d8525edc965e | refs/heads/master | 2020-04-03T01:53:30.387132 | 2018-12-11T07:16:13 | 2018-12-11T07:16:13 | 154,108,720 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,850 | java | package dao.impl;
import dao.SubjectDao;
import entities.TblSubject;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import utils.Commons;
import utils.Constants;
import utils.HibernateUtils;
/**
* @author buiminhhieu
*/
public class SubjectDaoImpl implements SubjectDao {
/**
* Phuong thuc na... | [
"buitrunghieu1997@gmail.com"
] | buitrunghieu1997@gmail.com |
f1c2c521026429c7774f40959b8f8137226ddace | 9ea7f7cd6e57f5c8454c0f472dcb2ed4e8148d69 | /src/test/java/warner/hooh/amazconfig/AmazConfigApplicationTests.java | 2d0f9e8335d3a7600f55b8c613184ea6f4ff95ee | [] | no_license | WarnerHooh/amaz-config | e12f3dd8dfa6b6da7f035847ccf8a8f107033fe1 | bbc32336cab51681110826599cfb4fe14a547cff | refs/heads/master | 2021-04-12T05:42:57.667599 | 2018-03-20T07:14:31 | 2018-03-20T07:14:31 | 125,974,801 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 343 | java | package warner.hooh.amazconfig;
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 AmazConfigApplicationTests {
@Test
public void ... | [
"Warner.Hooh@gmail.com"
] | Warner.Hooh@gmail.com |
9298b7880a110f36f8cd6ed1f37f551169d4904e | 25ecf3374958680c2d4fb69f0a5010273d14aed8 | /image-viewer/src/image/viewer/NewJFrame.java | 5657da366d01d303ad307e360dd8f974f6318d23 | [] | no_license | buczaq/PwJJ_LAB | 3ca4c6f09abe78b1e8f0cc1d05dcc4f8c2468982 | dd7c922b16248877b317bf1af38a82deaa77f344 | refs/heads/master | 2021-03-30T16:10:36.376621 | 2018-05-13T16:19:58 | 2018-05-13T16:19:58 | 122,846,517 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,162 | 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 image.viewer;
import java.awt.Image;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.awt.ima... | [
"226153@student.pwr.edu.pl"
] | 226153@student.pwr.edu.pl |
ca27ea7a16d4148dcbd029041819d025f9b845d2 | 738d6ab99795b6dc86e5fbc0c5313a15d7d384d5 | /app/src/main/java/com/robot/et/entity/JpushInfo.java | 8603a884a83d9f151894bbf22a45ebeec948e57e | [] | no_license | tony1213/ZRobot | f5b1b61cf80af27107b2ddc8d69961431c0aa979 | 9044e02159e72b9aedee319f3db3468e818f96db | refs/heads/master | 2020-04-12T05:40:00.523289 | 2016-09-13T02:10:49 | 2016-09-13T02:10:49 | 64,097,403 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,030 | java | package com.robot.et.entity;
import android.os.Parcel;
import android.os.Parcelable;
//极光推送的消息类
public class JpushInfo implements Parcelable {
private int id;
private String alias;//定点推送的标志
private String content;//推送的内容
private int extra;//推送的类型
private String roomNum;//房间号
private String alarmTi... | [
"1973265001@qq.com"
] | 1973265001@qq.com |
9c9e046a4c2a5726d50556543931d1bd6145558d | e20c67cfec8d1d22b05f4cf5c85e9b7daff039f7 | /app/src/main/java/com/hryg/model/BuyOrderListData.java | 26a25c27b56908ef4b2aaa9157299b20dfe1cb67 | [] | no_license | ibepo/HRYG | b3cb13375bdf48715071a387cf3cfd1d1b74bb7c | e22d78952f955ca3680b97ae38fc6ada724a0804 | refs/heads/master | 2021-04-12T11:40:50.442101 | 2016-06-18T02:31:37 | 2016-06-18T02:31:37 | 59,895,837 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,231 | java | package com.hryg.model;
import java.util.List;
public class BuyOrderListData {
/**
* code : 1
* description : 获取成功
* data : [{"order_id":"19315","order_sn":"1536203886","status":"11","apply_status":"0","store_id":"19077","store_name":"红包专区","gold":"22.00","order_amount":"8.00","goods_id":"133473... | [
"kefanbufan@163.com"
] | kefanbufan@163.com |
376fe1fa71f7b99557d9d8e92b7718907ab4917e | 1772f1fa6d2c208e82ae40e573d46aec840b5633 | /src/main/java/com/hanwhalife/esb/demo/AService.java | a041451d6171938d20747ef2b545009d243fb2dd | [] | no_license | summsu84/spring-interface-demo | 25dd8bc49dd0a8107333ca223fbfa280529131ab | f7eb4718fba15c851a0712490bc71ad46c2eb19c | refs/heads/main | 2023-03-06T02:38:13.960410 | 2021-02-20T07:27:11 | 2021-02-20T07:27:11 | 340,590,770 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 680 | java | package com.hanwhalife.esb.demo;
import org.springframework.stereotype.Service;
import lombok.extern.slf4j.Slf4j;
@Service
@Slf4j
public class AService extends AbstractESBCallClass implements ESBCallInterface {
@Override
public void callESB() {
// TODO Auto-generated method stub
super.abstractCall();
this.d... | [
"jiwon.jang@hanwha.com"
] | jiwon.jang@hanwha.com |
5bf0a4a4d17ea534f5a76ffaf9696935a101f9da | a2272f1002da68cc554cd57bf9470322a547c605 | /src/jdk/jdk.internal.vm.compiler/org/graalvm/compiler/hotspot/stubs/PluginFactory_UnwindExceptionToCallerStub.java | 069f882a7efb3df80cbccb0ab9452e758951d33a | [] | no_license | framework-projects/java | 50af8953ab46c509432c467c9ad69cc63818fa63 | 2d131cb46f232d3bf909face20502e4ba4b84db0 | refs/heads/master | 2023-06-28T05:08:00.482568 | 2021-08-04T08:42:32 | 2021-08-04T08:42:32 | 312,414,414 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,789 | java | // CheckStyle: stop header check
// CheckStyle: stop line length check
// GENERATED CONTENT - DO NOT EDIT
// GENERATORS: org.graalvm.compiler.replacements.processor.ReplacementsAnnotationProcessor, org.graalvm.compiler.replacements.processor.PluginGenerator
package org.graalvm.compiler.hotspot.stubs;
import jdk.vm.ci.... | [
"chovavea@outlook.com"
] | chovavea@outlook.com |
60320c9add70dffcfcdb5da5955a2b31446e421e | d4d052f28a6b4682f6e12e567c6bbb78aeba6fa0 | /app/src/main/java/com/example/alex/ghidoras/ApiConnector/ApiConnectorParticipant.java | 1f795bdb79c40e76123165d8ac1771f12d3f6b42 | [] | no_license | axelalex13/GhidOras | 2217744d0833bbf2b5af94ae35325c63d0eed30a | adcada7c55de8f86deed45be6fd3798ac6d4f743 | refs/heads/master | 2021-09-03T09:12:07.788725 | 2018-01-07T21:14:32 | 2018-01-07T21:14:32 | 109,108,472 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,237 | java | package com.example.alex.ghidoras.ApiConnector;
import org.json.JSONObject;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.net.HttpURLConnection;
import java.net.URL;
/**
* Created by alex on 19.12.2017.
*/
public class ApiConnectorParticipant {
... | [
"alexandrumihaila96@gmail.com"
] | alexandrumihaila96@gmail.com |
9bafcef026acf1405a77df5ee01c6be29dc8fbec | 2ad73a627404f9bf691368600148430b16ac2b14 | /Android/UserApp/Tixmate/app/src/main/java/com/aumento/tixmate/IPActivity.java | 0581da62564a5d77f7a56cfdb7b6440f1eba2c4d | [] | no_license | aadilkather/TIXMATE-The-Smart-Ticketing-Solution | 6acc3999b51ec5c7c813a33b9de507ee57cfa344 | 7e42a2ff3a01055d3031a26ca4607bd58d7ed6d6 | refs/heads/master | 2022-11-22T05:01:35.342430 | 2020-07-22T07:10:12 | 2020-07-22T07:10:12 | 281,565,486 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,943 | java | package com.aumento.tixmate;
import androidx.appcompat.app.AppCompatActivity;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import android.widget.LinearLayout;
import android.wi... | [
"60955444+aadilkather@users.noreply.github.com"
] | 60955444+aadilkather@users.noreply.github.com |
f65ccf543c2828a3fe77f33ea7b714771d473bd3 | 2ab0095f8d17f27fb4695e66e1bc6eeee43905af | /src/main/java/com/user/UserServiceMs/service/UserServiceMSservice.java | ca2483f2fd3d24b4485a923ca52e387fb31cb867 | [] | no_license | SujalaTangudu/UserMicroService | 01421150eb0e08229f1264050c165f4007b1fa0d | d10b92c3e2d64b7ae2b4c03a474c7cb959951548 | refs/heads/master | 2023-01-27T22:27:02.552924 | 2020-12-10T13:01:16 | 2020-12-10T13:01:16 | 319,866,958 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,893 | java | package com.user.UserServiceMs.service;
import java.util.ArrayList;
import java.util.List;
import java.util.Optional;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.user.UserServiceMs.dt... | [
"tangudu.sujala@infosys.com"
] | tangudu.sujala@infosys.com |
ef102497d7511acceb61a77571b96d200325dd2b | ceea75d23db4ef64b28a8a9fc8e04c133e030232 | /app/src/main/java/asia/health/bitcare/mvp/view/WeightInputView.java | 3a5cb3a8c619e6dc7ca6b2b4661abe3bea749ff1 | [] | no_license | vominhquan1995/BITCARE | 34d634384c37f5fea23471d5dfc880be1fab6f0e | 0eb8ef91627470054948a608b2c0a32056ea4a3a | refs/heads/master | 2021-01-20T17:15:08.136786 | 2017-06-29T05:25:25 | 2017-06-29T05:25:25 | 95,741,378 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 211 | java | package asia.health.bitcare.mvp.view;
/**
* Created by HP on 04-Jan-17.
*/
public interface WeightInputView {
void onAddBloodPressureSuccess(String serviceMsg);
void onError(String errorMessage);
}
| [
"quan.vo@covisoft.asia"
] | quan.vo@covisoft.asia |
ef82097fa38f783860454374c5398da4fe3c2f09 | 982f6c3a3c006d2b03f4f53c695461455bee64e9 | /src/main/java/com/alipay/api/response/AlipayDataDataserviceAntdataassetsCloudjobstatusQueryResponse.java | 95e80daa9f86b7df0207e08809353634d57acd41 | [
"Apache-2.0"
] | permissive | zhaomain/Alipay-Sdk | 80ffc0505fe81cc7dd8869d2bf9a894b823db150 | 552f68a2e7c10f9ffb33cd8e0036b0643c7c2bb3 | refs/heads/master | 2022-11-15T03:31:47.418847 | 2020-07-09T12:18:59 | 2020-07-09T12:18:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 971 | java | package com.alipay.api.response;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.data.dataservice.antdataassets.cloudjobstatus.query response.
*
* @author auto create
* @since 1.0, 2019-04-30 14:23:07
*/
public class AlipayDataDataserv... | [
"ben.zy@antfin.com"
] | ben.zy@antfin.com |
4410df0fe80dcab8239f87f128c4e45e83f37c6b | 668932f1f11690359d110ec864b8281a879b9ee3 | /src/main/java/org/terrence/cfenvprocessors/watsondiscovery/WatsonDiscoveryCfEnvProcessor.java | 4539bb668ec77a2b40da394ca6eaa3d0832f65ee | [
"Apache-2.0"
] | permissive | tnixa/cfenv-processor-watson-discovery | 16e3f5851fd688341c76e59415790db6b4554846 | ba3a49bf63aecfa05d530b37436b2c32b6410c9c | refs/heads/master | 2020-05-24T12:55:18.786070 | 2019-05-17T20:39:10 | 2019-05-17T20:39:10 | 187,278,720 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,344 | java | package org.terrence.cfenvprocessors.watsondiscovery;
import java.util.Map;
import io.pivotal.cfenv.core.CfCredentials;
import io.pivotal.cfenv.core.CfService;
import io.pivotal.cfenv.spring.boot.CfEnvProcessor;
import io.pivotal.cfenv.spring.boot.CfEnvProcessorProperties;
public class WatsonDiscoveryCfEnvProcessor ... | [
"tnixa@us.ibm.com"
] | tnixa@us.ibm.com |
60b8055d4019f08a80b7eae1e5311d0ec604cfef | cb9244e5e69b3000b2906df83acd63e7fb3c94e9 | /src/main/java/kr/ac/gachon/gtg/controller/AuthController.java | 4f4850030bb5d529590c60d2408f55936413867b | [] | no_license | elimerins/gtg | f1d04b5a690319f1eccd453103820eec6f2c6e8d | 4bc6954bec79a7bbee7c70744ba168ba5e9cd780 | refs/heads/master | 2020-03-28T10:55:19.472936 | 2018-10-07T03:32:06 | 2018-10-07T03:32:06 | 148,159,386 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 776 | java | package kr.ac.gachon.gtg.controller;
import kr.ac.gachon.gtg.persistence.MemberRepository;
import lombok.extern.java.Log;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.... | [
"ssleesn@gmail.com"
] | ssleesn@gmail.com |
e256eb452aee6a8159c5b14670fc9672efcde83b | 4794265de555e97c3676abf566d979ef53fd5b7b | /recommendation-service/src/main/java/com/stackroute/recommendation/repository/UserRepository.java | 1148b12b5de3026fe8a8c7ece985ae6b4b23670c | [
"Apache-2.0"
] | permissive | aroranamita09/backup | fcd988c9501380d8b09e93605c7109e54ca6c14d | b17d9660da7fbf358e17f69eeebe22b09a2bcf3e | refs/heads/master | 2020-04-30T21:25:06.906175 | 2019-03-22T07:40:28 | 2019-03-22T07:40:28 | 177,092,595 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,246 | java | package com.stackroute.recommendation.repository;
import com.stackroute.recommendation.model.Question;
import com.stackroute.recommendation.model.User;
import org.springframework.data.neo4j.annotation.Query;
import org.springframework.data.neo4j.repository.Neo4jRepository;
import org.springframework.data.repository.q... | [
"aroranamita33@gmail.com"
] | aroranamita33@gmail.com |
81ab2d496bb2fa60f0b2b3b14d778d5f329c42b9 | 7e9169202bae88c50777bd4ef1760dda9020e579 | /src/main/java/com/ruanyouzhi/estate/estate/Mapper/CommentExtMapper.java | d3e8a4e50099fe04f2fc74af2d2e8bc62cbaed36 | [] | no_license | ruanyouzhi/estate | 8ccd81d1edf33d56082ea65fdb294f7334523fd9 | 13bca09e4bc28d4b9a8b5bd1e7d2f38cb14a4bd6 | refs/heads/master | 2022-07-28T21:28:05.105336 | 2019-12-18T13:56:08 | 2019-12-18T13:56:08 | 211,848,305 | 9 | 0 | null | 2022-06-17T02:32:33 | 2019-09-30T11:53:46 | Java | UTF-8 | Java | false | false | 399 | java | package com.ruanyouzhi.estate.estate.Mapper;
import com.ruanyouzhi.estate.estate.Model.Comment;
import com.ruanyouzhi.estate.estate.Model.CommentExample;
import com.ruanyouzhi.estate.estate.Model.Question;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
import java.util.List;
... | [
"1830128280@qq.com"
] | 1830128280@qq.com |
037365ef5ebd565680c115447622ed65426d16e0 | d9c0bd46d254fb97197c4d8dfa19be952473b279 | /src/nam/P162.java | 35b12855214c685daef54cdbd64cc68baae5b778 | [] | no_license | namddww/nam | 5d536319f83036b491d0b1aabd7e82f8157679ab | a1fe6f56c5c87eeda85213c90359f9301779f36c | refs/heads/master | 2023-04-27T15:23:40.074479 | 2021-05-08T06:34:06 | 2021-05-08T06:34:06 | 365,164,916 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 421 | java | package nam;
public class P162 {
public static void main(String[] args) {
Operator op = new Operator();
System.out.println(op.multiply(4,3));
}
}
class Operator {
int multiply(int x, int y) {
return x * y;
}
long multiply(long x, long y) {
return x * y;
}
long multiply(int x, long y) {
return x * ... | [
"ndw7570@hubilon.com"
] | ndw7570@hubilon.com |
77422fb46f3cf2a9e9c198e620ac063840fb0883 | 396b6f2171297a8f5d3f78dfc65d93759c2d2c13 | /src/com/facebook/buck/swift/SwiftDescriptionsProvider.java | 1eda1f3511bc24231681ed2112a351505290b12a | [
"Apache-2.0"
] | permissive | chenxiao0228/buck | 6dec1811c8ea10dd1095d6611141d3b87c85ba3c | c7922c53b92a21998066e7fd45e2814d42d97424 | refs/heads/master | 2020-03-17T19:42:02.767479 | 2018-05-17T16:34:39 | 2018-05-17T18:31:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,639 | java | /*
* Copyright 2017-present Facebook, 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... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
559b446ba80c6ce8bf46fd3a09dbf9581efab69e | 9b30c1774682e6dd9c02ee81bbc452b7d6ab8df2 | /app/src/main/java/com/example/a29149/ecollaboration/model/project/manage/activity/ProjectDetailActivity.java | 1873fe3fc26c28a1ecb2c587e36abe26feee3114 | [] | no_license | Well1ess/ECollaboration2 | c0250c55759980805a1a889df2047cc935af0210 | 7bcb63e8f1f013fd518f56be297b4c470a3ff735 | refs/heads/master | 2021-01-20T05:40:15.117859 | 2017-04-29T16:27:00 | 2017-04-29T16:27:00 | 89,797,424 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,053 | java | package com.example.a29149.ecollaboration.model.project.manage.activity;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AdapterView;
import a... | [
"291490299@qq.com"
] | 291490299@qq.com |
6a43310d58efea2a5c6c0d101cdf2b598ca3c42e | 3bee396a9109318a3f0a6021da0bcf019da34b21 | /app/src/main/java/imageloader/Hasher/DefaultHasher.java | 0ec8514cf191647faa952ec72364f3909d7fc448 | [] | no_license | 5A59/ImageLoader | 36169167d1f1143efd38e9386d716882f6aa3d59 | 7cdb309a978624e6c3bb9cc365b6bb06a5bf3ee1 | refs/heads/master | 2021-01-21T14:48:17.520719 | 2016-06-25T13:45:14 | 2016-06-25T13:45:14 | 59,121,905 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 193 | java | package imageloader.Hasher;
/**
* Created by zy on 16-6-11.
*/
public class DefaultHasher implements Hasher {
@Override
public String hash(String url) {
return url;
}
}
| [
"zy0x5f3759df@outlook.com"
] | zy0x5f3759df@outlook.com |
bc2cba5e7010e7606483bf99084f69e9d8796710 | 5f582f55a84060190664203cab6afeaf59bbdfe1 | /src/study4/L08.java | c9bc42256d89ea7237467af7bef490587bb5be63 | [] | no_license | jimmy777/myjava | b1804e4b08df9825536b70d9951883b176e53786 | 6dc749f433ff3e15fb5c9f9371ca8b299b93c3da | refs/heads/master | 2022-11-18T04:51:09.706284 | 2020-07-22T15:24:51 | 2020-07-22T15:24:51 | 197,409,542 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 577 | java | package study4;
public class L08 {
public static void main(String[] args) {
/*
1. enum 枚举类的例子
*/
// 显示枚举值
// MediaDemo demo = new MediaDemo("Hello world", Media.BOOK);
// System.out.println(demo);
// 遍历枚举的值
// for (Media m: Media.values())
// ... | [
"jimmy_777@126.com"
] | jimmy_777@126.com |
2dbc62c6f6dda13f84b7a6e6bb21eb980c055cf6 | 35bb1874f180c21edb1ae4ae1f64277954ae9fe2 | /Info Board/src/me/xxsniperzzxxsd/infoboard/Scroll/ScrollManager.java | 9a0a1b84fa35a8564d12cee0c7e45d4a4d6f8446 | [] | no_license | Baltazar445/Info-Board | 70ce2b00e3f5404bb92e59e75beb11ef8be5fd43 | df7d7428e2670e9ff6afbe226286cdea634403ff | refs/heads/master | 2020-12-28T17:14:09.320456 | 2014-03-26T23:13:51 | 2014-03-26T23:13:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,640 | java |
package me.xxsniperzzxxsd.infoboard.Scroll;
import java.util.ArrayList;
import java.util.HashMap;
import org.bukkit.Bukkit;
import org.bukkit.entity.Player;
public class ScrollManager {
private static HashMap<Player, ArrayList<Scroller>> scrollers = new HashMap<Player, ArrayList<Scroller>>();
priva... | [
"bimmr6696@gmail.com"
] | bimmr6696@gmail.com |
ecaf7356fa35119f1dcf2281429896389c9ef077 | 2bb7a9f061540e8821e35ef7ba4354bbd85423d3 | /spaceTR/SPTR/src/eunsoo/PowerUp.java | 542d3a75ca9cf7555b2c10d5132b87f29c13f7e0 | [] | no_license | limsubin/java | 094a10b63b4309bb8ef15ad11c082194aba6aefc | d3b8333bc7d89cd784dbed46eedb735309aa3da1 | refs/heads/master | 2020-03-17T06:19:02.293706 | 2018-11-02T01:13:54 | 2018-11-02T01:13:54 | 109,966,285 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,585 | java | package eunsoo;
import java.awt.*;
public class PowerUp {
private int x, y, dy, type, width, height;
private boolean isOnScreen;
private boolean wasUsed;
private Color color;
public final static int WIDEPADDLE = 4;
public final static int FASTBALL = 5;
public final static Color WIDECOLOR = Color.GREEN; //new ... | [
"33211963+limsubin@users.noreply.github.com"
] | 33211963+limsubin@users.noreply.github.com |
8bc689bd06d045f0c7ea5f3be3d85465bf8a0092 | be58355a84041864624ff785617f6e6ce172c6ae | /src/com/cn/contrellor/GetController.java | 8900c8a3dd6a2ac5b7699a9d8f9e3834e364ec57 | [] | no_license | saul-c/SpringMVC | 9f8b88b41c218dd94fcd1c1df43b02f90fa89b13 | d285cc00852081595d0f0e6285996545c8893831 | refs/heads/master | 2021-01-11T09:59:26.821836 | 2015-07-26T08:44:45 | 2015-07-26T08:44:45 | 37,002,656 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 463 | java | package com.cn.contrellor;
import javax.servlet.http.HttpServletRequest;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
@Controller
public class GetController {
@RequestMapping(value = "/... | [
"saul.chen@hotmail.com"
] | saul.chen@hotmail.com |
62a64c5760aa3c28f504b25add9e96c8a39d5913 | 3f788bcafa1e9055d380be2d14134fba4ade1f87 | /Nsg/app/build/generated/source/r/debug/android/support/v7/appcompat/R.java | 932e7c3b890c171323b3077c9e62dd8ce5f7ca26 | [] | no_license | yangxiaopang981202/Nsg_code | 561e8d0b7217bbe821c595ababe9e69bde63c551 | 4df2dd1f0ca311cddb1d791936773d92b5f1509a | refs/heads/master | 2021-01-21T00:08:28.858173 | 2017-08-30T09:02:24 | 2017-08-30T09:02:24 | 101,860,400 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 95,524 | 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.appcompat;
public final class R {
public static final class anim {
public static final int abc_f... | [
"2282336136@qq.com"
] | 2282336136@qq.com |
575629a38a2a34e75e8d584a2f74d8a999c2b449 | 3c1180165190479156750840f7c2d6c7501dfcaa | /src/finalproject/HomePage.java | b57b72dbd541814b6d1f8a5ee4c88c2a7e0c0ea4 | [] | no_license | FForhad/JavaStudentManagement | 773fa924325a9436806ec14248cbe035b3d9e814 | 81e8ba00be4b7f864871e2d611adc5fee31e5875 | refs/heads/main | 2023-08-05T10:43:44.229213 | 2021-09-15T02:54:53 | 2021-09-15T02:54:53 | 406,363,327 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,336 | 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 finalproject;
import static finalproject.Resister.connection;
import java.sql.Connection;
import java.sql.DriverManager;
/**
... | [
"forhad.uddin892@gmail.com"
] | forhad.uddin892@gmail.com |
f5684f2b1d929ab80f8d9a80267136c991f14895 | bba6b68e7fa7048e5671c77729ff2885dfe50b0d | /src/androidTest/java/com/guass/navapp/ApplicationTest.java | 45e0e3e3626a6c574f7b68e44ee9cb02133bea24 | [] | no_license | guass/myapplication | a29cb93f1600b47f88dd9aec65f73a6fc949b4f7 | 8f04e9bf93a09bbd5cc82940f48660935ebe5bea | refs/heads/master | 2021-01-10T10:58:14.660573 | 2016-04-15T01:25:27 | 2016-04-15T01:25:27 | 54,699,040 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 347 | java | package com.guass.navapp;
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() {
super(... | [
"624512733@qq.com"
] | 624512733@qq.com |
0856fd35978c2ab983d4b54d9af08ee17a2a7399 | 3d99c087034f5a2d99829cbf7e0d251f384992e0 | /app/src/main/java/com/btcsc/appmp3/fragment/AdvertisementFragment.java | 28f09929b6fef3827a1c74ad7c012f76ce1a7182 | [] | no_license | TinhPham89/AppMusic | d3258b30b9c0a6655a6067860938d12d1c0c8aba | 3b56f5fc0195fb4d9067f727f4b2885e89ef180d | refs/heads/master | 2023-07-13T23:58:18.905645 | 2021-08-12T10:41:14 | 2021-08-12T10:41:14 | 395,283,777 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,255 | java | package com.btcsc.appmp3.fragment;
import android.os.Bundle;
import androidx.fragment.app.Fragment;
import androidx.viewpager.widget.ViewPager;
import android.os.Handler;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.btcsc.appmp3.R;
... | [
"1613201@gmail.com"
] | 1613201@gmail.com |
5ccc5615730b815da3be49ac88da2196236e4373 | ac30d823f0adbb6113e7515b7c1a8cf1b077d4e2 | /app/src/main/java/com/ybg/rp/assistant/saoma/utils/BeepManager.java | fd1b71ae78891f62b7a94f282a060dc45acb4526 | [] | no_license | yangbagang/Assistant | 9185a73d2cc3c99345b932e463511d94a55128cd | 02f914684adf06f90d5f662b37c014e7e250e514 | refs/heads/master | 2020-04-06T03:36:37.270438 | 2016-08-05T06:13:04 | 2016-08-05T06:13:04 | 64,922,316 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,161 | java | /*
* Copyright (C) 2010 ZXing authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | [
"81667842@qq.com"
] | 81667842@qq.com |
bc5e43a55a16cacc5f48570788c0a9397c033437 | 747b012a54e8783e053e5df10e8c8e45dbd5131e | /src/main/java/com/belajar/spring/service/PesertaService.java | 7f25c8834592e5075c5efa7aca9756944059c546 | [] | no_license | afzalmardiansyah/belajar-spring | a7a3fd5406e7f1e255699b422ced261af65307f2 | 9e8471760ed281c1394098bf6d8ed262f892b155 | refs/heads/master | 2020-04-17T11:11:21.729238 | 2019-01-20T16:31:42 | 2019-01-20T16:31:42 | 166,531,036 | 0 | 0 | null | 2019-01-19T09:47:31 | 2019-01-19T09:47:30 | null | UTF-8 | Java | false | false | 147 | java | package com.belajar.spring.service;
import com.belajar.spring.entity.Peserta;
public interface PesertaService extends BaseService<Peserta> {
}
| [
"mardyanachal@gmail.com"
] | mardyanachal@gmail.com |
bfd131e7b3648012e6e25d3ade8e73e5232bef09 | 03bb295893fb832d057194d73d28c428fbe5961d | /Video.java | 5cca3bafd06715164b8459ecb9a7a59c6b905ad8 | [] | no_license | RokZabukovec/Basic-Library-System-with-txt-database | ec8deead063948e8030859eeb50ca88624995f03 | 7d4bc9653e01fafcf98ebf61e0d345515ada6889 | refs/heads/master | 2020-03-21T00:26:50.666665 | 2018-11-07T09:44:08 | 2018-11-07T09:44:08 | 137,893,979 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 977 | java |
public class Video extends Material {
private int length;
private String genre;
public Video() {
}
public void setGenre(String genre) {
this.genre = genre;
}
public void setLength(int numOfMinutes) {
this.length = numOfMinutes;
}
public String getGenre(String ge... | [
"kzabuk@gmail.com"
] | kzabuk@gmail.com |
c9e6e46355725b80ee021cb726d9c479b22ba1bb | 129f58086770fc74c171e9c1edfd63b4257210f3 | /src/testcases/CWE23_Relative_Path_Traversal/CWE23_Relative_Path_Traversal__database_02.java | d38d0da3f0455ab943064fa03f67e02d3271e6d8 | [] | no_license | glopezGitHub/Android23 | 1bd0b6a6c7ce3c7439a74f1e4dcef2c4c0fac4ba | 6215d0684c4fbdc7217ccfbedfccfca69824cc5e | refs/heads/master | 2023-03-07T15:14:59.447795 | 2023-02-06T13:59:49 | 2023-02-06T13:59:49 | 6,856,387 | 0 | 3 | null | 2023-02-06T18:38:17 | 2012-11-25T22:04:23 | Java | UTF-8 | Java | false | false | 15,479 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE23_Relative_Path_Traversal__database_02.java
Label Definition File: CWE23_Relative_Path_Traversal.label.xml
Template File: sources-sink-02.tmpl.java
*/
/*
* @description
* CWE: 23 Relative Path Traversal
* BadSource: database Read data from a database
* GoodSource: A har... | [
"guillermo.pando@gmail.com"
] | guillermo.pando@gmail.com |
b06d236661834f51eab785877674acb6a055656c | b0fb112e5e51f43d1b50fcaef1fc36bad5223cad | /app/src/main/java/com/rainowood/wltraffic/ui/adapter/SubItemPlanManagerAdapter.java | 83c15db4404af3316d28eda92189fa2f044998a1 | [] | no_license | maple00/WLTraffic | 908a0d223149c92ed386fd89792093c596b99009 | 4ac9d3b8724366296f2e65e37738ebe5fbbc7f57 | refs/heads/master | 2022-03-31T20:52:18.973982 | 2020-01-16T05:45:13 | 2020-01-16T05:45:13 | 229,238,970 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,863 | java | package com.rainowood.wltraffic.ui.adapter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.TextView;
import com.rainowood.wltraffic.R;
import com.rainowood.wltraffic.domain.SubPlanMan... | [
"a797shaoxuesong@163.com"
] | a797shaoxuesong@163.com |
ecf20ea768337779e5cc6f653cdd2bf3051e6fcc | 3204a2d9ce419e761df72182526f9caf7b7a8f0e | /src/test/java/com/lykke/tests/api/service/referral/CommonReferralTests.java | e01fcca6e99caba9f009ff92475e66527045daf3 | [
"MIT"
] | permissive | OpenMAVN/MAVN.Service.Tests | e20b71d3352c658f4a80be1a287fd57d127ad897 | e972731ccc697f5922e41fc7cf4e882e1e480741 | refs/heads/master | 2021-04-23T22:02:22.863785 | 2020-03-26T13:06:05 | 2020-03-26T13:06:05 | 250,015,230 | 0 | 3 | null | null | null | null | UTF-8 | Java | false | false | 7,194 | java | package com.lykke.tests.api.service.referral;
import static com.lykke.api.testing.api.common.GenerateUtils.getRandomUuid;
import static com.lykke.tests.api.common.CommonConsts.REFERRAL_CODE_FIELD;
import static com.lykke.tests.api.service.customermanagement.RegisterCustomerUtils.registerCustomerWithReferralCode;
impor... | [
"mail@glushkov.us"
] | mail@glushkov.us |
8cbaae2b8c9052d95d37af83aecc436f56b59f63 | 91297ffb10fb4a601cf1d261e32886e7c746c201 | /php.twig/src/org/netbeans/modules/php/twig/editor/lexer/TwigTokenId.java | 693b916863cce2b0919fdde8fd0cf4dc72025124 | [] | no_license | JavaQualitasCorpus/netbeans-7.3 | 0b0a49d8191393ef848241a4d0aa0ecc2a71ceba | 60018fd982f9b0c9fa81702c49980db5a47f241e | refs/heads/master | 2023-08-12T09:29:23.549956 | 2019-03-16T17:06:32 | 2019-03-16T17:06:32 | 167,005,013 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,996 | java | /*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright 2011 Oracle and/or its affiliates. All rights reserved.
*
* Oracle and Java are registered trademarks of Oracle and/or its affiliates.
* Other names may be trademarks of their respective owners.
*
* The contents of this file are subject... | [
"taibi@sonar-scheduler.rd.tut.fi"
] | taibi@sonar-scheduler.rd.tut.fi |
b492762a2234359ec9afb8d58ee6934349f61443 | 262606be5d33e7d461f9898d90242c173accd53f | /src/main/java/com/cyh/util/ManualRegistBeanUtil.java | 3ed458d073b3d8a05dff94766fe6396a82a30c2b | [] | no_license | Chenyanhan/MyIM | ed5b5ae116e1a1c75860b560a1813a62e5b9f5e6 | a8bb9543d5d5e1a147fbeb05c3700ddbbe20a056 | refs/heads/master | 2023-05-27T02:12:30.608437 | 2021-06-10T10:26:24 | 2021-06-10T10:26:24 | 374,601,715 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,759 | java | package com.cyh.util;
import org.springframework.beans.factory.config.BeanDefinition;
import org.springframework.beans.factory.support.BeanDefinitionBuilder;
import org.springframework.beans.factory.support.BeanDefinitionRegistry;
import org.springframework.context.ConfigurableApplicationContext;
public class ManualR... | [
"48763745+Chenyanhan@users.noreply.github.com"
] | 48763745+Chenyanhan@users.noreply.github.com |
f525fd4eec3c4f80fea2c79384aa99ba8123d5ca | c5c39768b984fb84a7071597b5782a7b0c60e5e5 | /app/src/main/java/com/anp/bdmt/PhoneCall.java | 50c6a291f54aa70b4d8a7553f0aa4085e4f11dfe | [] | no_license | baboleevan/BDMT | 7ef1711ae9b6d360a8861b98588e1086e961a0c0 | 2c5ca7dd475f351d2159065edb855a398e50c56a | refs/heads/master | 2020-05-25T11:20:17.671846 | 2017-04-06T02:05:11 | 2017-04-06T02:05:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,634 | java | package com.anp.bdmt;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.telephony.PhoneStateListener;
import android.telephony.TelephonyManager;
public class PhoneCall {
public static final String PARAM_CALL_DONE = "CALL_DONE";
... | [
"junghum21@gmail.com"
] | junghum21@gmail.com |
c533d5715a2b8736089c662b147cf823c8a5882e | 08e3519bc40e0c798de2b8494e3adb9fab9c5631 | /src/main/java/com/pxkj/controller/ElasticTestController.java | 5dbfb43676e1e6d6265395856533dd4717b1dac8 | [] | no_license | YaXiongDong/elasticsearch-test | 4f55196bc194e2e07e5313f85f80f9e7b4b2741b | 535b3227723347fdfc82f9285bc4f0ad11c4985d | refs/heads/master | 2020-04-11T03:00:22.667264 | 2019-01-14T02:20:20 | 2019-01-14T02:20:20 | 161,464,300 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,219 | java | package com.pxkj.controller;
import com.pxkj.service.ElasticService;
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.RestController;
i... | [
"dongyaxiong@qq.com"
] | dongyaxiong@qq.com |
ae96db91075689b2fb1ff8e2258a2abdbe39e942 | e56f76ed56d6746ccf00ae509c2b4fd9e9ddfa5c | /app/src/main/java/com/devanant/bee/UI/GridSpacingItemDecoration.java | b0740db7d135c9020826eef423de1993729fa608 | [] | no_license | iamanantshukla/Bee | 190215257dca7c088dfcf038fa687d4b155ec416 | 0e9675d08008200b8f2eb0da09cca37df024d434 | refs/heads/master | 2023-04-11T09:24:52.784483 | 2021-04-28T16:37:06 | 2021-04-28T16:37:06 | 341,062,477 | 0 | 4 | null | 2021-03-26T16:21:02 | 2021-02-22T02:57:47 | Java | UTF-8 | Java | false | false | 1,549 | java | package com.devanant.bee.UI;
import android.graphics.Rect;
import android.view.View;
import androidx.recyclerview.widget.RecyclerView;
public class GridSpacingItemDecoration extends RecyclerView.ItemDecoration {
private int spanCount;
private int spacing;
private boolean includeEdge;
public GridSpa... | [
"anantshukla1402@gmail.com"
] | anantshukla1402@gmail.com |
f4a49ec237730444f43b6905592a3312e517424c | 91f71eb339be3627acb62291f4a79afbb611d026 | /src/main/java/me/brunosantana/exam3/package1/Test41TestStudent.java | 212638a4120a514b446e33ea9022db63fec4b91d | [] | no_license | brunosantanati/1Z0-808 | 69ba0fe553e752df163bcea1649411a29418420c | 4b3b251d016d046f765c6e45e2975f499a0ca50b | refs/heads/master | 2022-03-16T15:18:18.823311 | 2022-02-17T13:35:44 | 2022-02-17T13:35:44 | 242,811,666 | 0 | 0 | null | 2020-10-13T19:48:48 | 2020-02-24T18:30:04 | Java | UTF-8 | Java | false | false | 331 | java | package me.brunosantana.exam3.package1;
class Student {
String name;
int age;
boolean result;
double height;
}
public class Test41TestStudent {
public static void main(String[] args) {
Student stud = new Student();
System.out.println(stud.name + stud.height + stud.result + stud.age... | [
"bruno.santana.ti@gmail.com"
] | bruno.santana.ti@gmail.com |
09b9c4f667cb298e79b95071c6c06fec8a7c697f | 4426e78c9adb5b5ce9eba52a4775d9041c396188 | /carassistant/src/main/java/org/cloud/carassistant/di/scopes/AppScope.java | d0a2e64a4571aa6d47e4cac24d0dfe9612506eb6 | [] | no_license | davidddw/AndroidDemo | fc53499193a36b0e7540516b31d592e64f65433b | f66a0f91a2e3918200a56c75f9637165463fdcd7 | refs/heads/master | 2020-07-20T19:02:47.273843 | 2017-03-03T07:46:34 | 2017-03-03T07:46:34 | 66,052,182 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 285 | java | package org.cloud.carassistant.di.scopes;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import javax.inject.Scope;
/**
* @author d05660ddw
* @version 1.0 2017/2/28
*/
@Scope
@Retention(RetentionPolicy.RUNTIME)
public @interface AppScope {
}
| [
"d05660@163.com"
] | d05660@163.com |
4ac9c2074ccd0f0997121fa61c2b44f79c3577da | e3384f0b7608179cbf452cd5216dbf5ca5dc3f75 | /src/main/java/javaclasses/calculator/impl/parser/OpeningBracketParser.java | 4560e9f1505ae7d938766d2caea0c63273a05c52 | [] | no_license | vladislav-kozachenko/Calculator | 36a160ec944c35ec07e4dff91f89f099d79f703d | 02a4a837755b360a8b010d5e99a0373781d42b14 | refs/heads/master | 2021-08-28T12:07:48.445154 | 2017-11-27T09:21:13 | 2017-11-27T09:21:13 | 111,125,778 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 625 | java | package javaclasses.calculator.impl.parser;
import javaclasses.calculator.impl.EvaluationContext;
import javaclasses.calculator.impl.ExpressionParser;
import javaclasses.calculator.impl.ExpressionReader;
public class OpeningBracketParser implements ExpressionParser {
@Override
public boolean parse(ExpressionR... | [
"vladislav.kozachenko@teamdev.local"
] | vladislav.kozachenko@teamdev.local |
d91e1ddf7585bf92a31b70f8e8f39e0874ad6d2e | 628bcd56ecb51ecee943bbc44f5beb156664e742 | /src/com/test/uptomethos/ConversionApplication.java | 8f417cf5fb168eb06332318fdbec6232c111ecfc | [] | no_license | Snehalmali94/Java_Practice_Program | 2ccafc2fec793ffe7c6156bab18e24785f88a6d8 | 09ab15ac1b54dbd3a366693ac224fa0acfc2e595 | refs/heads/master | 2023-07-16T03:05:44.331833 | 2021-09-04T09:58:32 | 2021-09-04T09:58:32 | 402,136,247 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 247 | java | package com.test.uptomethos;
public class ConversionApplication
{
public static void main(String[] args)
{
Conversion c = new Conversion();
int minToSec = c.getSeconds(3);
System.out.println("Value in sencond:"+ minToSec);
}
}
| [
"snehal.mali9@gmail.com"
] | snehal.mali9@gmail.com |
bd9e4b79a9bd51a1f933e651c1e0f985199daae2 | 2581bbf4e531042d95ff9f46902569e51f333662 | /app/src/main/java/com/example/hw4_knowyourgovernment/GovOfficialViewHolder.java | bddf4f3dfd407b78413f29bcd859906812b329bc | [] | no_license | ArbaazKhan1/Know_Your_Government | 902d1545de74add1fc1c1368158e28d443a3e745 | 5ce9e8bd60d3456c28409722708b109477c4ad48 | refs/heads/master | 2023-01-11T15:18:53.998548 | 2020-10-27T03:32:29 | 2020-10-27T03:32:29 | 307,207,728 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 592 | java | package com.example.hw4_knowyourgovernment;
import android.view.View;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
public class GovOfficialViewHolder extends RecyclerView.ViewHolder {
TextView office;
TextView name;
TextView party... | [
"bazzy_94@yahoo.com"
] | bazzy_94@yahoo.com |
964a1256b035eed5f35d4ba6df41b9ebcea57478 | af870b9d500e6fd33fea9b3e113360865a663dc4 | /quartz-center/src/main/java/com/dgq/quartz/dto/QuartzTaskInfoDTO.java | dd814b84145cd3287ef110cbfca0f169ef24f659 | [] | no_license | dengGQ/springcloud-simple-demo | a7a3e8d3ea398fdd50ac3626137aace66dc95b20 | 5db15a8c9294708c670243892f75f14f0a124a71 | refs/heads/master | 2022-12-27T23:25:43.391648 | 2020-01-13T03:58:46 | 2020-01-13T03:58:46 | 189,195,731 | 0 | 1 | null | 2022-12-16T11:54:03 | 2019-05-29T09:37:58 | JavaScript | UTF-8 | Java | false | false | 186 | java | package com.dgq.quartz.dto;
import lombok.Data;
import lombok.ToString;
@Data
@ToString
public class QuartzTaskInfoDTO {
private String taskNo;
private String executor;
}
| [
"565820745@qq.com"
] | 565820745@qq.com |
2b5480a587463b384562b5a06b7d1f725c4b19d4 | 8699c0a5dc44fb99844be139e67c75669d5122b1 | /src/androidx/pluginmgr/utils/XmlManifestReader.java | 1121c187d3ffeed7dcfafc70d4697bef04befbdd | [] | no_license | futureguo/lib_android-pluginmgr | 4dd58f44b551f367fdd64cf59653d63f72d15086 | d82d03445c90bff12abdf2901ce8e2a2c53fe8cf | refs/heads/master | 2021-01-20T00:33:07.840267 | 2015-12-14T08:50:21 | 2015-12-14T08:50:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 37,622 | java | /*
* Copyright 2008 Android4ME
*
* 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... | [
"765211630@qq.com"
] | 765211630@qq.com |
21d18e302ef13571e4b0f2a8a97807ae36c04249 | 90a33481266e3845cd9ef33879fa951a320c92dc | /src/main/java/com/zben/data/tree/ArrBinaryTreeDemo.java | d3bac2ee919cc54e39aff0a954fc40b166f3f253 | [] | no_license | qwzhouben/datastructure | 0691284244dcbb414c13f16e387fb2232ce173dd | 7b4dfb66ae74e2d179162e639c4988762a99716c | refs/heads/master | 2022-12-17T01:10:10.310657 | 2020-09-21T01:23:33 | 2020-09-21T01:23:33 | 290,929,272 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,881 | java | package com.zben.data.tree;
/**
* @DESC:顺序存储二叉树 ### 10.2.1 顺序存储二叉树的概念
* - 从数据存储来看,数组存储方式和数的存储方式可以相互转换,即**数组可以转换成树,树也可以转换成数组**
* - 顺序存储二叉树的特点
* 1. 顺序二叉树通常只考虑完全二叉树
* 2. 第n个元素的左子节点为 2*n + 1
* 3. 第n个元素的右子节点为 2*n + 2
* 4. 第n个元素的父节点为 (n-1)/2
* @author: zhouben
* @date: 2020/9/14 0014 10:20
*/
public class ArrBin... | [
"zhou_ben@gzhc365.com"
] | zhou_ben@gzhc365.com |
0b7b9007748baa526b3637e153a9e3b8b6e75747 | 9058938a146fe08dc616cc096f8ce99258e46616 | /src/per/sort/QuickSort.java | b2f1cab9a832c382cd34945038f2813da7c36d43 | [] | no_license | steve-nolan/sort | d1c0136699172b5166a0f45f60bd31d5f5568c80 | b2790adf55612ded12b1b3145a34737fb877dbce | refs/heads/master | 2020-04-14T08:55:57.428376 | 2019-01-07T16:27:44 | 2019-01-07T16:27:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,294 | java | package per.sort;
import java.util.Arrays;
/**
* @author fu
* @date 2018/12/31 - 22:08
*/
public class QuickSort extends Sort{
/**
* 排序算法:快速排序(结束时从小到大排序)
* 不稳定
*
* @param array 待排序数组
*/
@Override
public void sort(int[] array) {
sortImpl(array,0,array.length - 1);
}
... | [
"529127031@qq.com"
] | 529127031@qq.com |
c2457174524b3aa09c56684d6932e7bf0af61f79 | 196ad5ef2c9bd10db221b68b6a0ffbe3afced214 | /src/main/java/eu/matejkormuth/bukkit/inventory/Armor.java | 6d91aef54e2f494e440ccdc899465c54230c9bf5 | [] | no_license | pexelnet/bukkit-essentials | ef7338193cf5ff6d472483af901d82bfe7846a9f | 2a64f22551b4a226780832900ff2899939590be6 | refs/heads/master | 2020-06-19T09:14:03.470461 | 2015-10-30T18:28:15 | 2015-10-30T18:28:15 | 196,657,952 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,288 | java | package eu.matejkormuth.bukkit.inventory;
import org.bukkit.Color;
import org.bukkit.Material;
import org.bukkit.entity.Player;
import org.bukkit.inventory.ItemStack;
import org.bukkit.inventory.meta.ItemMeta;
import org.bukkit.inventory.meta.LeatherArmorMeta;
public class Armor {
protected final ItemStack[] armo... | [
"dobrakmato@zoho.com"
] | dobrakmato@zoho.com |
1abdc0b35dea41c16278536e1d981c0705bcfe3e | a9bb02809925acee043971555d18cf27e7718ba1 | /src/main/java/InitialData.java | 577efdce90305c7f0b30d2f3eedd11a0875fb201 | [] | no_license | practice2017/practice_2017 | 2b2a5de76d48e14ff5b8800783b6992a90602113 | 763effac6a8674749770890b7243a03a84c755f2 | refs/heads/master | 2021-01-11T19:10:05.437358 | 2017-01-24T04:40:53 | 2017-01-24T04:40:53 | 79,329,436 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,361 | java | /**
* Created by knnas on 18.01.2017.
*/
public class InitialData {
public String psPayNum;
public String inDate;
public String termId;
public String servCode;
public String servType;
public String account;
public String payAmount;
public String totalPayAmount;
public String payTyp... | [
"knnasya@bk.ru"
] | knnasya@bk.ru |
c29b298a1aa4359179473dab257d722ed992c1f5 | 41cd0b2afe76adde3780f05dbeb7ce04737dbd6a | /python/archives_test/Solution.java | 16c6bdfe02a028f596680e505a2147545bf23117 | [] | no_license | ShubhamRwt/datastructures | 0e7912cd14ced63718dfe8fad32a871aabf5fc79 | 7a89171fff1f27f09681de0dd5382d2d5fb427e8 | refs/heads/master | 2020-04-02T03:44:55.460447 | 2019-10-12T13:06:17 | 2019-10-12T13:06:17 | 153,982,122 | 7 | 8 | null | 2019-10-24T18:37:51 | 2018-10-21T07:02:55 | Java | UTF-8 | Java | false | false | 905 | java | /*
* Check if the characters are unique or not.
* Assumption: Only Ascii-alphabets lower case present in input.
* Space decreases if used in this way, bits store the presence of a character.
* Input: only consists of a continuous stream of characters and no spaces
*/
import java.util.*;
class Solution {
public ... | [
"siddharthalibra13@gmail.com"
] | siddharthalibra13@gmail.com |
3058a1efb2b4a17528e7434908af87d528c075c2 | 1ab38b4103012ef51200ba73b7a3f9e3331eb380 | /src/main/java/mc/carlton/freerpg/perksAndAbilities/Enchanting.java | 0b7d2b6d6248eb29db3377f20e85825b2618843f | [
"MIT"
] | permissive | chownema/mc-player-rpg-combat | 034d2c969e80a67ed665c1e206ae290a903e1ca8 | 8a93d2c259a51f44650d19452a7534b50c3f9c9e | refs/heads/master | 2023-02-20T00:23:16.990064 | 2021-01-15T05:57:41 | 2021-01-15T05:57:41 | 318,329,389 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,368 | java | package mc.carlton.freerpg.perksAndAbilities;
import mc.carlton.freerpg.FreeRPG;
import mc.carlton.freerpg.gameTools.PsuedoEnchanting;
import mc.carlton.freerpg.playerInfo.ChangeStats;
import mc.carlton.freerpg.serverInfo.ConfigLoad;
import mc.carlton.freerpg.playerInfo.PlayerStats;
import org.bukkit.Material;
import ... | [
"customjack@gmail.com"
] | customjack@gmail.com |
37c6e8e48666b3e79910d94d600636d4582f8bbd | 5c56500b9659b490ddfe351b7b6050baf6a5e701 | /main/java/com/jensen/draculadaybyday/notification/Schedule.java | 31c69b26746140c9bc99df1a4c21b96dabccdc23 | [
"Apache-2.0"
] | permissive | kjmikkel/DraculaDayByDay | f4219123129aad422544b811bdddc46fcfb9e240 | 076d7ab133c624e25a53b1eef1986dfb8e52b6e7 | refs/heads/master | 2021-01-11T10:16:22.732651 | 2019-05-04T11:23:09 | 2019-05-04T11:23:09 | 72,573,138 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,555 | java | package com.jensen.draculadaybyday.notification;
import android.app.job.JobInfo;
import android.app.job.JobScheduler;
import android.content.ComponentName;
import android.content.Context;
import android.util.Log;
public class Schedule {
private final JobScheduler mJobScheduler;
private static Schedule mSched... | [
"kjmikkel@gmail.com"
] | kjmikkel@gmail.com |
6a962b2f7fa9c9749e2096b43d2e7351c720a1be | c85be6078d76d27ab93d6988d0b739a925b27c71 | /src/caceresenzo/apps/itemlogger/ui/lend/LendDetailDialog.java | 9b1a1bb7376ee85b51c372fea43631ce9967f1ab | [] | no_license | Caceresenzo/SimpleItemLogger | 5c875d72c524d9730a064a1d526f3354bc7ea091 | cf61b9da18dc62f3d06e4fecf46c646fd638fe1b | refs/heads/master | 2021-11-25T01:15:11.249375 | 2019-11-15T20:35:29 | 2019-11-15T20:35:29 | 209,646,403 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 19,601 | java | package caceresenzo.apps.itemlogger.ui.lend;
import java.awt.BorderLayout;
import java.awt.FlowLayout;
import java.awt.GridLayout;
import java.awt.TextField;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.lang.reflect.Field;
import java.util.ArrayList;
import java.util.Arrays;
imp... | [
"caceresenzo1502@gmail.com"
] | caceresenzo1502@gmail.com |
86c57860e00b53ef4847faa774fba1a8ef641068 | 5f844c28712f43a9909bb94ebd30fb6b26303e75 | /GestionDeSeguridad/src/Modelos/LectorEscritorDePrivilegios.java | 4705ce630e384231a3f084f28b37fa8d25ff04a3 | [] | no_license | jesdelpoledancer/SistemaDeGestion | 120c8d2a408f69039154d888b8be92750dbb490a | 85af608180f12997bbc64f4702a28cdb1cf4498a | refs/heads/master | 2020-03-07T15:55:01.474413 | 2013-12-12T00:48:03 | 2013-12-12T00:48:03 | 127,567,808 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 101 | java | package Modelos;
/**
*
* @author Itzcoatl90
*/
public class LectorEscritorDePrivilegios {
}
| [
"itzcoatl90@gmail.com"
] | itzcoatl90@gmail.com |
023ee4b42840462c9e48203426df9be9067cb647 | c5a2a8a764e8c776e592f84702266f02ddcf6f27 | /Graph/Course Schedule.java | 2edc41a64f7b1772a7dbffc577c832c2f609903e | [] | no_license | AndroShivam/Data-Structures-and-Algorithms | f30159475ee0254e1f4700f0566124e2ba2e0753 | d7e262f480cb060a80cc8965943a268c5fed8c14 | refs/heads/main | 2023-07-11T02:43:40.356562 | 2021-08-21T09:33:16 | 2021-08-21T09:33:16 | 311,229,888 | 7 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,106 | java | class Solution {
public boolean canFinish(int numCourses, int[][] prerequisites) {
LinkedList<LinkedList<Integer>> list = new LinkedList<>();
int[] inDegree = new int[numCourses];
for(int i=0; i<numCourses; i++)
list.add(new LinkedList<>());
for... | [
"shivi08567@gmail.com"
] | shivi08567@gmail.com |
8828de01e51ff7d8fe55554c9ce46291f9f67a80 | a84cdc5d35567e95d918735e47827dc0e4215d75 | /app/src/main/java/com/iceoton/canomcake/model/response/GetOrderByIdResponse.java | e64bdd80fa4b3906cb24b984c9415efd926bc5ac | [] | no_license | iceoton/CanomCake | 77b93f5ab6c6a17e60958001ada472cdb8169b05 | d7c881391f17dbcc1f5dbc2f0c03fbedc12f788a | refs/heads/master | 2021-01-19T00:00:38.983824 | 2016-07-11T01:43:59 | 2016-07-11T01:43:59 | 52,373,879 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 620 | java | package com.iceoton.canomcake.model.response;
import com.google.gson.annotations.Expose;
import com.iceoton.canomcake.model.OrderDetail;
import java.util.ArrayList;
public class GetOrderByIdResponse {
@Expose
int success;
@Expose
int error;
@Expose
String error_msg;
@Expose
ArrayList<... | [
"iceoton@gmail.com"
] | iceoton@gmail.com |
b24a2156d34e30856958519380c36089f5a68f7a | 8643a3eed82acddf80f93378fc1bca426bfd7a42 | /subprojects/core-api/src/main/java/org/gradle/api/services/BuildService.java | 289523c5c8937cab7b25bef1bb65d01ebfdf19ed | [
"BSD-3-Clause",
"LGPL-2.1-or-later",
"LicenseRef-scancode-mit-old-style",
"EPL-2.0",
"CDDL-1.0",
"MIT",
"LGPL-2.1-only",
"Apache-2.0",
"MPL-2.0",
"EPL-1.0"
] | permissive | gradle/gradle | f5666240739f96166647b20f9bc2d57e78f28ddf | 1fd0b632a437ae771718982ef2aa1c3b52ee2f0f | refs/heads/master | 2023-09-04T02:51:58.940025 | 2023-09-03T18:42:57 | 2023-09-03T18:42:57 | 302,322 | 15,005 | 4,911 | Apache-2.0 | 2023-09-14T21:08:58 | 2009-09-09T18:27:19 | Groovy | UTF-8 | Java | false | false | 2,339 | java | /*
* Copyright 2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | [
"adam@gradle.com"
] | adam@gradle.com |
ba98eab14e5c70c198a45eb1622e85363abd7626 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/24/24_7a361f26068bd59f55d596795e4363e17c870f31/ConditionalNode/24_7a361f26068bd59f55d596795e4363e17c870f31_ConditionalNode_s.java | dfe7e5308463c82aeca0105889b3a8cb385ae56f | [] | 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 | 25,537 | java | /*
Derby - Class org.apache.derby.impl.sql.compile.ConditionalNode
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 f... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
c45e3ae06b83e3e4c0d9f392fb804b3e5ca455e1 | 560149aac046dd0b0a7d0288b7e24f7f38d47531 | /myonlinefm/src/main/java/com/sec/myonlinefm/OnLineFMPlayerListener/SubPlayerListener.java | 08ef48299629fc3d175168e4755c56a137413443 | [] | no_license | aoxiang1988/Connection | 40b796861292034a95a7803940db69a1ddca16a8 | 007bde3ab5ae506625521fa8c3b57cbb69ed13e2 | refs/heads/master | 2023-06-23T06:23:00.880664 | 2019-01-06T01:37:02 | 2019-01-06T01:37:02 | 130,354,990 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 363 | java | package com.sec.myonlinefm.OnLineFMPlayerListener;
/**
* Created by SRC-TJ-MM-BinYang on 2018/2/7.
*/
public interface SubPlayerListener {
void add(ObserverPlayerListener observerListener);
void notifyObserver(String mPlayer_Url, int play_type);
void notifyObserverDNS(boolean isStart);
void remove(O... | [
"yangbin_1111@hotmail.com"
] | yangbin_1111@hotmail.com |
bdd3a4afdcf02c1ac05b6d0222694ecd125ab51d | 77fc56c933bdb229047c486b2f227fdd08822d63 | /src-1.2.2-Release/src/org/epzilla/nameserver/xmlLog/XMLParseException.java | 96d7297dc3906b4c2e25a0caab5fa7559c7d0df6 | [] | no_license | harshana05/epzilla | 45d8597ed33da7a89dfd8607a7402914c33383ff | 22e3558315120024b799063ec607c44b17f636be | refs/heads/master | 2021-01-25T06:01:07.065887 | 2011-10-30T06:13:24 | 2011-10-30T06:13:24 | 33,530,906 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,053 | java | package org.epzilla.nameserver.xmlLog;
/**
* An net.epzilla.accumulator.util.XMLParseException is thrown when an error occures while parsing an XML
* string.
* <p/>
* $Revision: 1.1.1.1 $<BR>
* $Date: 2004/06/24 10:37:31 $<P>
*
* @author Marc De Scheemaecker
* @version $Name: $, $Revision: 1.1.1.1 $... | [
"harshana05@6d78cf82-acc7-11de-ba6e-69e41c8db662"
] | harshana05@6d78cf82-acc7-11de-ba6e-69e41c8db662 |
d796e540ac86559bc3b089e91b4094ccb610bea9 | 9925689fafd5f2fd7c5d5e9d48ba4cf8a7ffc016 | /src/mk/game/common/view/GameView.java | 73ed9fef2fc499e0c59b67a0a51706d619289bd5 | [] | no_license | krasnymark/Game | 78c91e369730c3e8beb3c87efbf52c31a43c437b | dd21b1243adbf232076f8a23e8314128f115baad | refs/heads/master | 2020-03-18T18:31:43.940552 | 2018-05-28T02:16:35 | 2018-05-28T02:16:35 | 135,098,698 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,843 | java | /**
* GameView
*
* GameView represents an abstract GUI of a mk.game.
* It provides a default implementation of a TimeMovePanel.
* that has players' times and move list.
*/
package mk.game.common.view;
import mk.game.common.model.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.Acti... | [
"krasnymark@gmail.com"
] | krasnymark@gmail.com |
c3864b3c039d006845e3abaf615bdd0101fa90b6 | 77418acfac479977f5995a71ec51dc580033f626 | /diwipGame/core/src/diwipGame/model/Design.java | 47fcb90816aac7d35750665b0fc1d94a14eb4428 | [] | no_license | guyogev/MVCgame | f8809a25b1814877f0ab9b23ad0e66b3f6a3551e | 68817e43010dc5db888618005b2f13327d48b21d | refs/heads/master | 2016-09-05T09:08:48.661690 | 2014-04-03T12:04:23 | 2014-04-03T12:04:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 677 | java | package diwipGame.model;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.Texture;
import com.badlogic.gdx.scenes.scene2d.ui.Skin;
/*
* The game source for design objects
* you can change the mainActor design here.
*/
public final class Design {
public static Texture mainActorTexture = ... | [
"owner@owner-HP"
] | owner@owner-HP |
3db792ec70cb1b736f3ca6786de2f29d01d2e86f | 2c1d85d1bdf4dd6816567998bc037669f7c5d85c | /src/main/java/demoMod/cards/CursedBullets.java | 661ea14b54b13d4d55afd962c224b63e99283832 | [] | no_license | tldyl/demoMod | ecf996f47adfda0ffd78581c2405b22b960ac1f5 | 66e55a9aad53e65af65875bdb3edf3f396e92c47 | refs/heads/master | 2022-06-03T08:51:43.592210 | 2022-05-15T14:09:25 | 2022-05-15T14:09:25 | 243,190,716 | 4 | 3 | null | null | null | null | UTF-8 | Java | false | false | 4,724 | java | package demoMod.cards;
import basemod.abstracts.CustomCard;
import com.badlogic.gdx.graphics.Texture;
import com.megacrit.cardcrawl.actions.common.ApplyPowerAction;
import com.megacrit.cardcrawl.characters.AbstractPlayer;
import com.megacrit.cardcrawl.core.CardCrawlGame;
import com.megacrit.cardcrawl.dungeons.Abstract... | [
"756560020@qq.com"
] | 756560020@qq.com |
45007d0868b5f3c15e979d935c340107d336f404 | 4d225e463a74b061e7ba04630e861b4e6113a9a8 | /exam-api/src/main/java/com/yf/exam/modules/paper/dto/response/ExamDetailRespDTO.java | cb2c3e0ba3e1982ae47bd82e1099bf5b18cc739d | [
"LicenseRef-scancode-mulanpsl-1.0-en",
"MulanPSL-1.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | yyyyh/yf-exam-lite | a17eb1bbb010ed66fecb3e008fa0b488edbbf062 | ebf8a359e7b199c77137df19a923af23433bf969 | refs/heads/master | 2023-03-15T08:47:54.973095 | 2020-09-03T09:11:46 | 2020-09-03T09:11:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,184 | java | package com.yf.exam.modules.paper.dto.response;
import com.yf.exam.modules.paper.dto.PaperDTO;
import com.yf.exam.modules.paper.dto.PaperQuDTO;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import java.util.Calendar;
import java.util.List;
@Data
@ApiModel... | [
"ddout@qq.com"
] | ddout@qq.com |
ee903f05500dab8efbe1477b67c480d3d0819de1 | 5a60c5f7e4c16b0f73453e1639678bf4866774ab | /src/main/java/eve/corp/manager/service/helper/StandingDirectory.java | c0b9ea1de13a0be5e0b2d6313a682b6b61316ad5 | [
"MIT"
] | permissive | Baresse/corpmanager | ae7418b1594649585d96b587597933982280fa3e | 7798784de033db9ee40b8db41f84de8df885a96f | refs/heads/master | 2021-01-19T03:23:38.154696 | 2015-02-01T00:09:18 | 2015-02-01T00:09:18 | 30,119,679 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,217 | java | package eve.corp.manager.service.helper;
import com.beimin.eveapi.core.ApiAuthorization;
import com.beimin.eveapi.corporation.contact.list.ContactListParser;
import com.beimin.eveapi.corporation.contact.list.ContactListResponse;
import com.beimin.eveapi.exception.ApiException;
import com.beimin.eveapi.shared.contacts.... | [
"laurent.baresse@gmail.com"
] | laurent.baresse@gmail.com |
a9e07db195a85d916f5631995bd807d13c2477f5 | e5443e2d1fb8534400f20851e1846f2b4dc0e351 | /src/main/java/ru/project/around/util/factory/EntryControlFactory.java | b6f32e1ac2a0f179d80923d1a86fcb0d74aafa1f | [] | no_license | semamelnikov/project-name-beta-backend | 3e595669ed7bab0b85c65250b4e1093c4df888af | b04bb1ce242f9c7d7729f8c8f64f0229e5e10274 | refs/heads/master | 2022-01-29T15:50:36.884325 | 2019-04-29T20:12:20 | 2019-04-29T20:12:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,068 | java | package ru.project.around.util.factory;
import org.springframework.stereotype.Component;
import ru.project.around.model.entity.EntryControl;
import ru.project.around.model.status.EntryControlStatusEnum;
@Component
public class EntryControlFactory {
private static final int INITIAL_COUNT_OF_REGISTRATION_ATTEMPT = ... | [
"sema.melnikov@gmail.com"
] | sema.melnikov@gmail.com |
227721a73d3ae2c1b8a9126086398fe2c457b68c | dd2bb753e64c239042d61fd31724428ced040b2b | /src/main/java/com/example/TaxiApp/Enums/Color.java | 81e1301685bb5df46bc834e6bbb8de92cbb06be5 | [] | no_license | IhsanGokalp/Taxi-App | 245adb51b0f7277abbfe4b881606163a26e83ba0 | 9be2c5ddf65fa13afe3e3e5f2b50b61dd686dfa4 | refs/heads/master | 2022-10-01T10:41:32.637234 | 2020-06-06T16:31:19 | 2020-06-06T16:31:19 | 266,099,888 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 145 | java | package com.example.TaxiApp.Enums;
public enum Color {
BLACK, WHITE,GRAY,RED,BLUE,GREEN,YELLOW,
PURPLE,ORANGE,PINK,BROWN,ULTRAMARINE;
}
| [
"ihsangokalp01@hotmail.com"
] | ihsangokalp01@hotmail.com |
8ead24fed40021f398ceb49a1f330a758c4867ab | ba83672c92c3fcb4d14317bcf073a35b0ef39263 | /benchmark/src/main/java/com/github/sisyphsu/benchmark/json/ParseBenchmark.java | ed245724be63c7aa3fe99a874fa24bcb424af4d6 | [
"MIT"
] | permissive | sisyphsu/benchmark-java | 9b1a3262f81de6f307226327bdc1b0d935df99cb | adf1c3094033f63b7d82d512cc3571768397987a | refs/heads/master | 2022-11-19T07:25:15.877906 | 2020-12-21T06:34:27 | 2020-12-21T06:34:27 | 174,781,345 | 2 | 0 | MIT | 2022-11-15T23:49:17 | 2019-03-10T05:21:18 | Java | UTF-8 | Java | false | false | 7,165 | java | package com.github.sisyphsu.benchmark.json;
import com.alibaba.fastjson.JSON;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.github.sisyphsu.benchmark.Runner;
import com.google.gson.Gson;
import org.openjdk.jmh.annotations.*;
import java.io.IOException;
import java.util.Map;
import java.util.concurren... | [
"sulinixl@163.com"
] | sulinixl@163.com |
8eba4e0bfe261391d60919f7e08944a703ccab05 | a33aac97878b2cb15677be26e308cbc46e2862d2 | /data/libgdx/GwtApplication_setLoadingListener.java | e84f80d75fb05c255658f052ade57bb2adcdd59a | [] | no_license | GabeOchieng/ggnn.tensorflow | f5d7d0bca52258336fc12c9de6ae38223f28f786 | 7c62c0e8427bea6c8bec2cebf157b6f1ea70a213 | refs/heads/master | 2022-05-30T11:17:42.278048 | 2020-05-02T11:33:31 | 2020-05-02T11:33:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 112 | java | public void setLoadingListener(LoadingListener loadingListener) {
this.loadingListener = loadingListener;
}
| [
"bdqnghi@gmail.com"
] | bdqnghi@gmail.com |
52821a94016ec68a6303b6f73e6882527f52c5be | 63e36d35f51bea83017ec712179302a62608333e | /OnePlusCamera/android/support/v4/content/WakefulBroadcastReceiver.java | 21674e8ab4f79c40160d2e8684934a5d1a92ddd2 | [] | no_license | hiepgaf/oneplus_blobs_decompiled | 672aa002fa670bdcba8fdf34113bc4b8e85f8294 | e1ab1f2dd111f905ff1eee18b6a072606c01c518 | refs/heads/master | 2021-06-26T11:24:21.954070 | 2017-08-26T12:45:56 | 2017-08-26T12:45:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,197 | java | package android.support.v4.content;
import android.content.BroadcastReceiver;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.os.PowerManager;
import android.os.PowerManager.WakeLock;
import android.util.Log;
import android.util.SparseArray;
public a... | [
"joshuous@gmail.com"
] | joshuous@gmail.com |
843c622af90e67403da0af282cb874bf08d94ae2 | 7e8a28df1c7c7d7deb0a0a065aa75af2aeb51e8c | /app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/legacy/coreui/R.java | 0d76f551e2074e028c5a37d5376434a33afece14 | [] | no_license | Anavol/android_lines | 5e612ed0e33fd5e520fc5c1eed2075191be5abcf | 99c23acf894442003ac9206ac5fb98d24d65bc41 | refs/heads/master | 2020-07-28T02:36:30.237666 | 2019-09-18T10:33:41 | 2019-09-18T10:33:41 | 209,281,656 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,395 | 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 androidx.legacy.coreui;
public final class R {
private R() {}
public static final class attr {
private attr() ... | [
"Anavol777@gmail.com"
] | Anavol777@gmail.com |
3ee7b6c9373f1d86c32f0a2cb7368801eaa01bd0 | 5371aefca4d72c1f5febbe1503b9597594190714 | /src/Buttons.java | 993add56a1523413b03e0155b4e50367df3a582c | [] | no_license | qks1lver/CellCount | 74162b8be3c210445b59d8f1e60aaf08cae476ea | ca1407d0b0775f90cf7130cf6329345f1b9f1e01 | refs/heads/master | 2020-07-12T04:57:16.611421 | 2017-06-14T02:44:58 | 2017-06-14T02:44:58 | 94,275,892 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 410 | java | import javax.swing.*;
import java.awt.*;
import java.util.*;
public class Buttons extends JButton
{
public Buttons(String text, boolean enabled, boolean visible)
{
super(text);
setMaximumSize(new Dimension(130, 30));
setHorizontalAlignment(SwingConstants.LEFT);
setAlignmentX(Com... | [
"qksilver@vt.edu"
] | qksilver@vt.edu |
f0f52970ad28b55746ed07d9553a21314fe36acf | 3d09ac7d80d3e5b1e5397cd12b1d6ff4b5e33c85 | /Chess/app/src/test/java/com/example/rohan/chess/ExampleUnitTest.java | 25bf69efd83b977b58f1e341fe35c4fd7b65e65b | [] | no_license | rohan-97/Chess-app | 7ba9c75c6cbf10824275f608aa3c68fd4b5673c0 | 0e69a50022323d30f0d2ed8d57b835c6fbc7c878 | refs/heads/master | 2021-01-21T11:30:18.001146 | 2017-03-15T16:46:55 | 2017-03-15T16:46:55 | 83,568,910 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 316 | java | package com.example.rohan.chess;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* To work on unit tests, switch the Test Artifact in the Build Variants view.
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() throws Exception {
assertEquals(4, 2 + 2);
}
} | [
"yrohan31@gmail.com"
] | yrohan31@gmail.com |
97aac5066b666e9c76d2307d8aa2d7d2c2842109 | e58a8e0fb0cfc7b9a05f43e38f1d01a4d8d8cf1f | /MazeRunner/src/net/worldwizard/mazerunner/MazeNLock.java | 2e028fbfe426ba4040b065435efe7034940e41b1 | [
"Unlicense"
] | permissive | retropipes/older-java-games | 777574e222f30a1dffe7936ed08c8bfeb23a21ba | 786b0c165d800c49ab9977a34ec17286797c4589 | refs/heads/master | 2023-04-12T14:28:25.525259 | 2021-05-15T13:03:54 | 2021-05-15T13:03:54 | 235,693,016 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 989 | java | package net.worldwizard.mazerunner;
public class MazeNLock extends MazeGenericInfiniteLock {
// Serialization
private static final long serialVersionUID = 614L;
// Constructors
public MazeNLock() {
super("NLock", "NLock", new MazeNKey());
}
public MazeNLock(final MazeNKey mk) {
... | [
"eric.ahnell@puttysoftware.com"
] | eric.ahnell@puttysoftware.com |
615071a813db48ea4fbbbd853346550263ea6aa9 | db1dea39fc042626411b8bdd777d8052fdafe9bd | /app/src/main/java/com/puper/asuper/checkcurrency/Fragments/GuessFragment.java | 98fe7060d75d3850eb98696dcd386ba0e02c433b | [] | no_license | razyke/Check_Currency | 043ecdb845141af84783d0c075c6b79e31919c4a | 6dc169730767dbdca72e74043f9001fefad5a042 | refs/heads/master | 2021-01-17T04:31:56.944280 | 2017-07-07T18:06:31 | 2017-07-07T18:06:31 | 95,433,138 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,986 | java | package com.puper.asuper.checkcurrency.Fragments;
import android.content.DialogInterface;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v7.app.AlertDialog;
import android.util.Log;
impo... | [
"waqk@mail.ru"
] | waqk@mail.ru |
1d2a634988c3636b612297ac0f158c46daf69127 | c885ef92397be9d54b87741f01557f61d3f794f3 | /tests-without-trycatch/Math-6/org.apache.commons.math3.optim.nonlinear.scalar.noderiv.PowellOptimizer/BBC-F0-opt-30/20/org/apache/commons/math3/optim/nonlinear/scalar/noderiv/PowellOptimizer_ESTest_scaffolding.java | 7e3465048e421547b2fe96d864246ecc34923387 | [
"CC-BY-4.0",
"MIT"
] | permissive | pderakhshanfar/EMSE-BBC-experiment | f60ac5f7664dd9a85f755a00a57ec12c7551e8c6 | fea1a92c2e7ba7080b8529e2052259c9b697bbda | refs/heads/main | 2022-11-25T00:39:58.983828 | 2022-04-12T16:04:26 | 2022-04-12T16:04:26 | 309,335,889 | 0 | 1 | null | 2021-11-05T11:18:43 | 2020-11-02T10:30:38 | null | UTF-8 | Java | false | false | 8,589 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Thu Oct 21 10:41:50 GMT 2021
*/
package org.apache.commons.math3.optim.nonlinear.scalar.noderiv;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.ju... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
72483c475815dd784c95adf5475e8212e13d4b2f | 1fb514f306d15aabcbdb46e6c48a2122e9b4fb46 | /yangli15/Challenge3-TopSecret/ExampleCharacters.java | ccf458d0f72d3de6d33ebbcee78d6b3a6836bfb4 | [] | no_license | kfei2/CS125 | c5591ef3b29074a803a9091e066ee071dd01f52d | d4f14f40c8c0b906576ea32ac566bdb1cb5d180f | refs/heads/master | 2021-01-14T14:34:57.121080 | 2013-12-13T06:25:55 | 2013-12-13T06:25:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 600 | java | //UIUC CS125 FALL 2013 MP. File: ExampleCharacters.java, CS125 Project: Challenge3-TopSecret, Version: 2013-09-21T12:24:57-0500.390883635
public class ExampleCharacters {
/**
* @param args
*/
public static void main(String[] args) {
int offset = -300;
offset = offset % 26; // -25 to +25
String mesg = "CHOO... | [
"seefldt2@67bb8810-f416-49f7-95ef-536b191976b8"
] | seefldt2@67bb8810-f416-49f7-95ef-536b191976b8 |
69a63fd72177879a815bd471d9d41e90d02c842d | 8545b17bd2354da19dbb429aefae4a1cf367266d | /src/com/kalinga/TablePerSubclass/Minds.java | fbf514944e0744acedfd8019ba1bf22d6e59697f | [] | no_license | shubhammm8/hibernate-inheritance | 770ad6c6a0bb6f5af357a259245cc1752c8fffa1 | 15e48668394019e7c0302792c4b03f7dc28264f0 | refs/heads/master | 2021-05-04T16:33:55.488500 | 2018-02-05T04:03:23 | 2018-02-05T04:03:23 | 120,252,927 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 813 | java | package com.kalinga.TablePerSubclass;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Inheritance;
import javax.persistence.InheritanceType;
import javax.persistence.Table;
@Entity
@Table(name="MindsTable")
@Inheritance(strategy=InheritanceType.J... | [
"M1043039@mindtree.com"
] | M1043039@mindtree.com |
8fea0205ee66d3975eb3bc472bbb0ae9a6778c1c | 531f97cd2ecbe225581c1f76f0b5219c3a44a7ec | /Googleauthentication/app/src/androidTest/java/com/testssss/google_authentication/ExampleInstrumentedTest.java | cd21d5059d3f7a27e5154750d6c26a0554cdb59b | [] | no_license | asharnezami/GoogleAuthentcations | 2be802516c2c16d34d8cc39ccba5b323f2d0ef32 | 30f0f754e6b65e19cf72c56e38a51abe235788ac | refs/heads/master | 2020-03-18T20:11:50.974161 | 2018-05-28T19:36:28 | 2018-05-28T19:36:28 | 135,201,542 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 769 | java | package com.testssss.google_authentication;
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... | [
"ashars80@gmail.com"
] | ashars80@gmail.com |
43d7b911498f9152c7faa80cf534ed5228acfc3d | 2ad50b69bd63f1375fb7c3bb49ab1c462eb3fa2a | /SourceCode/Termite2/Termite2UI/src/com/termiteserver/CommandSender.java | bffefc1155974c836a82854f55d35450a7ddadee | [] | no_license | nuno-santos/termite | fa04c6ef484ebd5b386f7da9cb2396f71f8a5fcd | 14b3052b484cf138538cb01fb79046ccc60c8deb | refs/heads/master | 2022-11-23T08:37:23.461668 | 2020-12-31T13:32:58 | 2020-12-31T13:32:58 | 86,478,620 | 0 | 1 | null | 2022-11-10T10:18:43 | 2017-03-28T15:47:03 | Java | UTF-8 | Java | false | false | 1,718 | java | package com.termiteserver;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.IOException;
import java.net.Socket;
public class CommandSender {
private Socket _socket;
public CommandSender() {
}
public String send(String msg) {
String response;
try {
_socket = new Sock... | [
"fernandomoreira1996@gamil.com"
] | fernandomoreira1996@gamil.com |
97e029a8fcebb152f8d52891e9a8b6b505a9ba4f | 8a38bc7a1061cfb01cd581da9958033ccbdee654 | /dhis-2/dhis-services/dhis-service-tracker/src/test/java/org/hisp/dhis/tracker/validation/AssignedUserValidationHookTest.java | a59e7202e749b4e1c673bd442d7b31094e64e489 | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | abyot/eotcnor | e4432448c91ca8a761fcb3088ecb52d97d0931e5 | 7220fd9f830a7a718c1231aa383589986f6ac5b9 | refs/heads/main | 2022-11-05T14:48:38.028658 | 2022-10-28T10:07:33 | 2022-10-28T10:07:33 | 120,287,850 | 0 | 0 | null | 2018-02-05T11:02:05 | 2018-02-05T10:10:22 | null | UTF-8 | Java | false | false | 10,143 | java | /*
* Copyright (c) 2004-2021, University of Oslo
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
* list of cond... | [
"abyota@gmail.com"
] | abyota@gmail.com |
6359ddc20d87082f15a0d96eebb1be0d90591f1c | e13cf8e6c6d32f9104ba9dba44c51b68b4096852 | /MyArrayList.java | 0f35d849ec47f2a676e115da6f2d195e1e0f4101 | [] | no_license | deGUR/MyArrayList | 0ad5bf2217e294775e094f9f3c6dc7bedc088fd2 | d782312bba3082fbba68e111177d744f58921dbb | refs/heads/master | 2021-09-15T20:01:14.812561 | 2018-06-09T18:36:07 | 2018-06-09T18:36:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,171 | java | package MyArrayList;
import java.util.Iterator;
public class MyArrayList<T> implements Listable<T> {
//Fields
private T[] arrays;
//Constructor
public MyArrayList(T[] arrays) {
this.arrays = (T[]) new Object[16];
}
@Override
public boolean add(T t) {
T[] array = arrays;
... | [
"thunderstorm.lightning@inbox.ru"
] | thunderstorm.lightning@inbox.ru |
f183969044ade2c384939361ce5b554108408ce1 | 484e2b3d02545bc9b47c43e6c17d5362fffcdc4a | /client-elk/src/main/java/com/sovannarit/clientelk/ClientElkApplication.java | b634310227604d17b3dc33dce5a352a6462b2671 | [] | no_license | sovannarithcheav/spring-cloud-sleuth-zipkin-with-prometheus | 2d1059583bf6a5c75f4ab03ebb6362cbaf7e7fa1 | b06a0a4e2c76c4b6fe300d4ce3a7ed2b40b5d56f | refs/heads/master | 2020-04-29T22:47:40.477264 | 2019-03-28T04:50:26 | 2019-03-28T04:50:26 | 176,459,000 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 923 | java | package com.sovannarit.clientelk;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.springframework.boot.ApplicationArguments;
import org.springframework.boot.ApplicationRunner;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure... | [
"sovannarith.che@ascendcorp.com"
] | sovannarith.che@ascendcorp.com |
5e9c13b1007be86df454fa578dd6a1ae76a459ab | e9525d0bcd4572edd6a3150203e3ae2500919c8c | /src/main/java/com/qiqi/jiaoyou_app/service/IGiftconsumptionService.java | b618efbf6fab4c5ade79ff7a3e0b19256f732c72 | [] | no_license | Thresh6300/jiaoyou_app | 9816556236bf2311a8f06690fb2063c1d86a1108 | 65b131c30d111ff6d4c6672a7928da12c43c9413 | refs/heads/master | 2023-03-12T16:13:27.302857 | 2021-03-06T15:18:27 | 2021-03-06T15:18:27 | 345,115,644 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 422 | java | package com.qiqi.jiaoyou_app.service;
import com.qiqi.jiaoyou_app.pojo.Giftconsumption;
import com.baomidou.mybatisplus.service.IService;
import com.qiqi.jiaoyou_app.util.ResultUtils;
/**
* <p>
* 礼物记录表 服务类
* </p>
*
* @author sunLQ
* @since 2020-04-30
*/
public interface IGiftconsumptionService extends IService... | [
"zhangqc6@asiainfo.com"
] | zhangqc6@asiainfo.com |
5febaaa10b2f39d65244e9cfbf494fe9a361a8b3 | 815c63ea492ac5ec9f0d497fa79e8ee653f7f374 | /x_PlayingWithSecurity/bananaStarter_wout/src/org/bsl/client/ThreadClientListener.java | 42f35801d010251f47c854251809566636c967c3 | [] | no_license | Duknust/SDC-SSI | ec6508d6e9d58a5a205331752aa794b23068122f | da079e8ee705987c86cb6c9a80288628ec247663 | refs/heads/master | 2020-04-10T18:24:01.540924 | 2015-07-09T17:27:21 | 2015-07-09T17:27:21 | 30,879,480 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,643 | java | /*
* Esta thread vai ler da socket os dados enviados pelo server, ex: actualizar dados...
*/
package org.bsl.client;
import com.thoughtworks.xstream.XStream;
import com.thoughtworks.xstream.io.xml.StaxDriver;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.IOException;
import j... | [
"duartenuno1992@hotmail.com"
] | duartenuno1992@hotmail.com |
19eca1a3c225a692aae757d62904e08cb7f39e21 | a8bed67948f896d9e053f25594b42db2422ee634 | /client_lib/java/src/main/java/com/basho/riak/client/util/ClientHelper.java | d86d13867dcefc2427468f56532c67c3778ad4d8 | [
"Apache-2.0"
] | permissive | chinnurtb/riak-webui | 9e5bc761fb003281a5d1a918241cd8693bd11405 | aaa90c9b518c31a6a3d070f719b340a98992f566 | refs/heads/master | 2020-12-24T13:35:31.129657 | 2010-04-18T15:13:10 | 2010-04-18T15:13:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,309 | java | /*
* This file is provided to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, sof... | [
"bryan@basho.com"
] | bryan@basho.com |
4de88a1c74d275ca262e6b6adbad68f20976ba7f | f9e18b9a804d65d14613b79efe9664cb64710995 | /src/main/java/org/hibernate/loader/plan/spi/AbstractPlanNode.java | eb789612a2a13696248ca541e3569a10db2f2eeb | [] | no_license | sebersole/hibernate-loader-redesign | f436298076bdd662e3d68b357451ecd8db306d3f | f6271cfe7a01edf778f862bff6991b6b74478653 | refs/heads/master | 2021-01-10T22:14:06.025710 | 2013-03-01T15:33:50 | 2013-03-01T15:33:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,553 | java | /*
* Hibernate, Relational Persistence for Idiomatic Java
*
* Copyright (c) 2012, Red Hat Inc. or third-party contributors as
* indicated by the @author tags or express copyright attribution
* statements applied by the authors. All third-party contributions are
* distributed under license by Red Hat Inc.
*
* T... | [
"steve@hibernate.org"
] | steve@hibernate.org |
d24e3976f7132607bdf7f7db48f95f42320b31f1 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/21/21_9ce36c6cb39b08a867b06e6b5326f0c83e78abf6/JetlangEventDispatcher/21_9ce36c6cb39b08a867b06e6b5326f0c83e78abf6_JetlangEventDispatcher_t.java | b038eb034d644573dce94e530526f7003869c787 | [] | 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 | 10,338 | java | package org.menacheri.jetserver.event.impl;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.concurrent.CopyOnWriteArrayList;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.TimeUnit;
i... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
3e541ebb3786eebd7503fcea255101067da996ee | 41a5ce39648523be781f35cdc5b69f93d57829a5 | /src/main/java/org/webguitoolkit/ui/tools/LogViewer.java | 84bdc0a140e412658798be484ff112a262ad53c0 | [
"Apache-2.0"
] | permissive | webguitoolkit/wgt-ui | 455dd35bbfcb6835e3834a4537e3ffc668f15389 | 747530b462e9377a0ece473b97ce2914fb060cb5 | refs/heads/master | 2020-04-06T05:46:43.511525 | 2012-03-02T08:40:44 | 2012-03-02T08:40:44 | 1,516,251 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,023 | java | /*
Copyright 2008 Endress+Hauser Infoserve GmbH&Co KG
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 ... | [
"peter@17sprints.de"
] | peter@17sprints.de |
2e11bd41003891731d7a269e31a42cacd2f0d37a | 3d4a3c02c5d074b06f6ccd3e2dd77d66b9495ac3 | /src/main/java/org/ib/designpatterns/gof/creational/singleton/SingletonOnDemandInit.java | 0e90cdd27e60e4a68208b676ba7d652044e1e48f | [] | no_license | ibrencsics/design-patterns | 2d9442f960121e64d517ae40c8b1a69ebf754d07 | 5f25dc7bb6ac1b513d417e75eba6a76d16f92971 | refs/heads/master | 2020-04-05T23:05:48.311490 | 2013-04-28T21:02:50 | 2013-04-28T21:02:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 776 | java | package org.ib.designpatterns.gof.creational.singleton;
/**
* Created with IntelliJ IDEA.
* User: ibrencsics
* Date: 2012.11.29.
* Time: 0:03
* To change this template use File | Settings | File Templates.
*/
public class SingletonOnDemandInit {
// Private constructor prevents instantiation from other class... | [
"ivan.brencsics@gmail.com"
] | ivan.brencsics@gmail.com |
78d2d3d0e2d00914f07bc8af121f26050788ab0b | 139aa575296282ad3d3756b2472e8f6518a5024c | /QHDemo3.1.0/app/src/main/java/com/qhcloud/home/app/start/account/login/LoginPresenter.java | 0667a328584548ff0301e6a07342d5f428cbab75 | [] | no_license | Sarah-alsh/QLinqDemo | c02931f8057f34bbfa2d2986009aafcc83f02508 | 090de0cc2a4ebaee62c76b4be44a78e0ee608938 | refs/heads/master | 2020-04-18T02:26:12.445663 | 2019-01-23T10:22:24 | 2019-01-23T10:22:24 | 167,162,437 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 3,486 | java | package com.qhcloud.home.app.start.account.login;
import android.content.Context;
import android.text.TextUtils;
import com.qhcloud.home.app.BasePresenter;
import com.qhcloud.home.entity.Constant;
import com.qhcloud.home.manager.model.LoginImp;
import com.qhcloud.home.manager.model.biz.ILogin;
import com.qhcloud.home.... | [
"sarah.shughri@gmail.com"
] | sarah.shughri@gmail.com |
0a851e7580e46ed8df158b370a33e06c60b49995 | 43a083fbd47d31326be3ac2a248188e925198001 | /BOJ/src/Main_백준_2961_도영이가만든맛있는음식_조관흠.java | 37a874d748dc7f22cfb20495fc536f6d82213a99 | [] | no_license | KwanheumCho/PS_Java | 21f1c5c2f6170aab3f28308252d3733ec5d0b6fc | de24d4e4784449cc3ee5da99c3da2b1e9ac792d1 | refs/heads/master | 2023-04-01T14:31:06.771510 | 2021-04-05T13:49:59 | 2021-04-05T13:49:59 | 323,570,844 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,284 | java | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.StringTokenizer;
public class Main_백준_2961_도영이가만든맛있는음식_조관흠 {
private static int N;
private static int[] sin;
private static int[] sseun;
private static boolean[] chk;
private static int answer;
public st... | [
"rhksgma258@gmail.com"
] | rhksgma258@gmail.com |
5365dd059eebf6a7aaa0d635628b8507a08cf55c | eff130045710116765e6b0dc4cb79db823f70090 | /selenium-demo/src/Testng/sizeyunsuan.java | 76f4d79f111da25726990452a2f72cfb0b90c868 | [] | no_license | huqianglcy/demo1 | 7e19814038201d1d6bf04add22feb4e28cf7cdbb | 623c655ae9a753976e591053d09c3b2211d4d9eb | refs/heads/master | 2020-04-28T14:19:09.689008 | 2019-03-14T07:38:08 | 2019-03-14T07:38:08 | 175,335,382 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 261 | java | package Testng;
public class sizeyunsuan {
public int add(int a,int b) {
return a+b;
}
public int sub(int a,int b) {
return a-b;
}
public int cf(int a,int b) {
return a*b;
}
public int div(int a,int b) {
return a/b;
}
}
| [
"1427142837@qq.com"
] | 1427142837@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.