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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
94b17e8e4ecfc6942b4e479d2c81ff886879c27d | 33695f41eaa5e504c9563bd8a596e8ffcc12a0e0 | /Desarrollo/SDD/Implementacion/api/src/main/java/pe/edu/unmsm/sisdisdoc/service/IntervaloHorasService.java | 3489b594cdf5ce5cdabac3b284d074c4ec40d16f | [] | no_license | gdc-sw/CLP | 8b7930ab6277dc3fd94db9afc89d30da4820fec4 | f108c89dbb984de2f7b91b63c8820b57daca0854 | refs/heads/master | 2021-01-19T16:59:58.927514 | 2017-07-08T20:18:49 | 2017-07-08T20:18:49 | 88,296,449 | 0 | 0 | null | 2017-07-08T20:18:49 | 2017-04-14T19:26:41 | Java | UTF-8 | Java | false | false | 233 | java | package pe.edu.unmsm.sisdisdoc.service;
import pe.edu.unmsm.sisdisdoc.models.IntervaloHoras;
public class IntervaloHorasService extends BaseService<IntervaloHoras>{
public IntervaloHorasService(){
super("IntervaloHoras");
}
}
| [
"kevincz_1@hotmail.com"
] | kevincz_1@hotmail.com |
ff45bbaeb23bef94002fa444cab7a469df980662 | d245fbd9704c42903a1081ca78b0560dd89a0be4 | /src/main/java/org/fh/service/fhim/FgroupService.java | b5151836d61541d235b8f24b068084ca7c59e628 | [] | no_license | admincjy/rtworkio | 7bbc16acc3b89af2c03419c042f01b7f44031418 | 6ecabc24ad071bfa312cacf3b6cffbd6ceabff71 | refs/heads/master | 2022-10-26T02:36:43.379323 | 2019-08-14T01:36:59 | 2019-08-14T01:36:59 | 193,999,168 | 1 | 0 | null | 2022-10-12T20:28:31 | 2019-06-27T01:09:08 | JavaScript | UTF-8 | Java | false | false | 1,058 | java | package org.fh.service.fhim;
import java.util.List;
import org.fh.entity.Page;
import org.fh.entity.PageData;
/**
* 说明:好友分组服务接口
* 作者:FH Admin Q313596790
* :www.fhadmin.org
*/
public interface FgroupService {
/**新增
* @param pd
* @throws Exception
*/
public void save(PageData pd)throws Exception;
/**删... | [
"284339822@qq.com"
] | 284339822@qq.com |
55a9789a9d2a36d87fbc186b8a774213aebedc32 | 4e7ed35ba7e190cd448074ce626cb0f11b0952a1 | /src/my/concrete/SalariedEmployee.java | 220c20feb6f146b225c80f62300ef31a63a5c982 | [] | no_license | JStillman2/InheritancePractice | d40f4e2c5dea8a5ce460024ece45efafd7ca6c85 | b0f8839014188ee82aa4ff213c713dbc64f2b15e | refs/heads/master | 2021-01-22T02:53:03.749083 | 2014-02-04T03:34:34 | 2014-02-04T03:34:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,049 | 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 my.concrete;
/**
*
* @author Nicole
*/
public class SalariedEmployee extends Employee {
private dou... | [
"Nicole@Nicole-Laptop.att.net"
] | Nicole@Nicole-Laptop.att.net |
612f6469edcb10b40dea51f61ac8c01bd7345529 | f822374f627eafa4d6a89cd54ca62226bb54eed2 | /src/main/java/com/rusl215/package-info.java | c79ce68649e07e990be5443609416d49b0341be3 | [] | no_license | rus215/practic | b63ef5a8c594398d5339a38f1d0b6ca4e59cc039 | 65085a8018339dafc1e52f20937932908e2c04f0 | refs/heads/master | 2020-07-28T23:42:29.087531 | 2019-10-25T01:59:37 | 2019-10-25T01:59:37 | 209,582,918 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 106 | java | /**
* Пакет содержит классы RESTfull api
*
* @author ruslan
*/
package com.rusl215; | [
"Rusl.215k58@gmail.com"
] | Rusl.215k58@gmail.com |
6c3b40dc849258f02d00fd9e93cec29df84e2b80 | 85a3c5b02b6d4af6b2fac77d64ccd5f890939d50 | /app/src/main/java/com/system/model/s02/simple1/Client.java | e87b28c6c99abd95d6e477faec443d5a5eb4e04e | [] | no_license | VinVon/DiyView | 35675bef5b1dbb2a1d495232e937d321514c73d1 | d2451316a37e2728fd90e317856dd3e11a7b7a2a | refs/heads/master | 2021-01-01T04:39:03.578233 | 2017-11-04T07:43:24 | 2017-11-04T07:43:24 | 97,219,906 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 311 | java | package com.system.model.s02.simple1;
/**
* Created by raytine on 2017/10/16.
*/
public class Client {
public static void main(String[] args){
PushObserverable pushObserverable = new PushObserverable();
pushObserverable.register(new Person());
pushObserverable.Update();
}
}
| [
"642751580@qq.com"
] | 642751580@qq.com |
7f589c58c54e23ea9f59ad3f36d4ab5e1fa83a5b | e7e54283cab106a3ea61f12b324dee70b92c8177 | /maven-plugin/src/main/java/org/raml/jaxrs/codegen/model/BasicModel.java | f13b57c451ba30a02c3ae5c7c625ab5cfca8509a | [
"Apache-2.0"
] | permissive | boyley/raml | b5ecf8d4a23919dcab554186e298894a6c82055d | 41d5e1c3eacfaf2bdb6b57455c99ece57a32a504 | refs/heads/master | 2021-01-16T17:09:57.363062 | 2016-04-28T07:53:44 | 2016-04-28T07:53:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,309 | java | /*
* Copyright 2013 (c) MuleSoft, 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 agree... | [
"279184665@qq.com"
] | 279184665@qq.com |
09da19b0392a1b21ae810e671685d6a89f25fa6a | d448371eb4234216f2f8773c621da2a92f5812a3 | /src/main/java/br/com/viasoft/NativeQueryMethodInterceptor.java | 44a1f9329625a546f20e32db9749653e3e7d9fc9 | [] | no_license | rafaeldalbosco/spring-native-query | 077d90a03144d0c58504253dde6283e75c3cbf45 | 6039eae88d3c3e82717923d9d4590e01310a568b | refs/heads/master | 2020-04-09T18:41:56.561044 | 2019-03-13T18:31:16 | 2019-03-13T18:31:16 | 160,520,783 | 0 | 0 | null | 2019-03-13T13:46:44 | 2018-12-05T13:15:54 | Java | UTF-8 | Java | false | false | 124 | java | package br.com.viasoft;
public interface NativeQueryMethodInterceptor {
Object executeQuery(NativeQueryInfo info);
}
| [
"g45p4r19121987"
] | g45p4r19121987 |
59a0f8e6bc2b618efa249996e22e386c300e295f | a3f55d343fc8ec74ded48d995556e5ede731ae74 | /Test.java | 9743ae538b02b128d78d091883a0ad7a207f0dd0 | [] | no_license | izardasa/Leetcode | 08752a60fed85df49a292de5a6a83552aa37a15d | f4618a6686c0d68a478bd8bc2c63dcea0e6ec93b | refs/heads/master | 2022-04-14T10:10:20.320488 | 2020-02-20T07:10:29 | 2020-02-20T07:10:29 | 241,817,340 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 640 | java | package Leetcode;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.List;
import java.util.Scanner;
public class Test
{
public static void main( String[] args )
{
int n = 0;
System.out.println( isPowerOfTwo( n ) );
}
public static boole... | [
"sanjayizardar1@gmail.com"
] | sanjayizardar1@gmail.com |
a87bfbe62bb23b0eb15d213b7c842e6bca92e784 | 954857dbd5bb01bc56f1bfa31a3894b0e36dab78 | /flatbufferreader/src/com/tune/flatbufferreader/InterfaceTest.java | 954ef1770b7c64c86a1868d3be99eb5b911cd6be | [] | no_license | hasDevang/fileparser | 5e3ad1b25a04718bfca1e0126babd06850b495a3 | 48687871ee6c14820867bc0ab60d23a7d530ad57 | refs/heads/master | 2021-01-16T18:06:47.193636 | 2015-07-20T22:16:23 | 2015-07-20T22:16:23 | 38,772,140 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,031 | java | package com.tune.flatbufferreader;
import java.io.DataInput;
import java.io.IOException;
import java.io.InputStream;
import java.nio.ByteBuffer;
import java.util.ArrayList;
import java.util.List;
import java.util.Properties;
import org.apache.avro.hadoop.io.AvroDatumConverterFactory.BytesWritableConverter;
import org... | [
"devang@tune.com"
] | devang@tune.com |
d8a0efa00bd04759a393e49557f7e8f11e1c55a6 | e8f424f3c33c31cf7c67e3d3942f1752e6165d70 | /src/main/java/com/avinashkumarprajapati/datastructure/challenges/CodeGrd1.java | f01264b5e98264aff88ae08eb6ceca9dbf13db86 | [] | no_license | avinashkumarprajapati/datastructures-part2 | fa14a654e2a822b7d2334f395baa38263bdc1883 | 6633cc320698c01fbd1b26b20f4d6e398dd5af43 | refs/heads/master | 2020-06-28T01:20:32.992889 | 2019-08-09T17:21:59 | 2019-08-09T17:21:59 | 200,103,768 | 0 | 0 | null | 2019-08-06T09:16:14 | 2019-08-01T18:52:23 | Java | UTF-8 | Java | false | false | 2,116 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.avinashkumarprajapati.datastructure.challenges;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.... | [
"avinashkumarprajapati@gmail.com"
] | avinashkumarprajapati@gmail.com |
96c745e6a03297a0f1dd5de255e63577b5b59112 | 74b47b895b2f739612371f871c7f940502e7165b | /aws-java-sdk-workmail/src/main/java/com/amazonaws/services/workmail/model/DeregisterMailDomainRequest.java | 4fd179623bee2a5f302c709db40b9c592a3133ff | [
"Apache-2.0"
] | permissive | baganda07/aws-sdk-java | fe1958ed679cd95b4c48f971393bf03eb5512799 | f19bdb30177106b5d6394223a40a382b87adf742 | refs/heads/master | 2022-11-09T21:55:43.857201 | 2022-10-24T21:08:19 | 2022-10-24T21:08:19 | 221,028,223 | 0 | 0 | Apache-2.0 | 2019-11-11T16:57:12 | 2019-11-11T16:57:11 | null | UTF-8 | Java | false | false | 5,434 | java | /*
* Copyright 2017-2022 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... | [
""
] | |
0b3b69cc97f3e4227b637962383573779d7c11d5 | f59335dd85725dcab546863eb4ffd1c097cc6220 | /src/main/java/com/aptech/dao/AdminDao.java | 1af8ed000829219afb85f54015edebdc2a3b44ff | [] | no_license | Aerolar/Ecommerce-1 | 192defc1f45a727690fbd81f5adc98971e06ccc7 | 145bf41c17ea7249aae1eb813bd63637192e1217 | refs/heads/master | 2020-11-29T20:55:07.842311 | 2019-12-25T11:31:27 | 2019-12-25T11:31:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,753 | java | package com.aptech.dao;
import com.aptech.dbhelper.ConnectDB;
import com.aptech.models.Admin;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
public class AdminDao {
//admin login
public static int login(Strin... | [
"krishnayamphu@gmail.,com"
] | krishnayamphu@gmail.,com |
b03bc594be4c5c24e4cab111ba593a3dbe68a159 | 89109dcbbc32a3c95071c80afe73e53900a96fdd | /PM-BE/pm-user-service/src/main/java/com/company/pm/userservice/web/AccountController.java | 020b3fe59fc584321616076bfcb9cd5f6ccbc48f | [] | no_license | hieuvubk/CNW_20202 | cff56ffa1440f6f29e970ccb1e822ab0d32de2d0 | 7c9a7b5293b1918afe111764717d2a05736553ed | refs/heads/master | 2023-06-15T12:48:05.047156 | 2021-05-30T21:40:06 | 2021-05-30T21:40:06 | 385,541,868 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,499 | java | package com.company.pm.userservice.web;
import com.company.pm.userservice.domain.services.dto.AdminUserDTO;
import com.company.pm.userservice.domain.services.UserService;
import lombok.RequiredArgsConstructor;
import org.springframework.http.HttpStatus;
import org.springframework.http.MediaType;
import org.springframe... | [
"wizard201366@gmail.com"
] | wizard201366@gmail.com |
930580b8ff38fd1ddaa1144fd33a9d16fa5b9504 | eeefed02d3ca582621e2cbafe82610f78bd7b485 | /src/three/Test.java | 0b092e4b54ece4eef247f01175c7638ee09da9e3 | [] | no_license | raghavendra09/Task09mar18 | 99ead018ff094e9d27fc0d1dbd8464f0bd43c798 | 3f52c41fe2a8133c953a3a991319c1bccd568530 | refs/heads/master | 2021-04-15T10:51:39.648421 | 2018-03-22T07:30:22 | 2018-03-22T07:30:22 | 126,296,477 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 123 | java | package three;
public class Test {
public static void main(String[] args) {
Sample s=new Sample();
s.m(18);
}
} | [
"sys-52@sys-35-PC"
] | sys-52@sys-35-PC |
d3a60fd3ffbe7fe56a63696b717c3946f9b35019 | de8299def77d61b49e9971d3a6a6d8ada609e0a7 | /src/main/java/org/optaplanner/examples/cloudmy/domain/Balance.java | 9fff97328bbb3b012093653ea0dbc1a3dfad26bd | [] | no_license | yueze-zhang/MyOpta | daacbd1c791ac084935ca0e78cdd4254af8811f1 | 2e20939ddee06497d9a51fcf6e466e376d86125b | refs/heads/master | 2020-04-08T04:07:41.425262 | 2019-10-12T12:26:21 | 2019-10-12T12:26:21 | 159,004,026 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,540 | java | package org.optaplanner.examples.cloudmy.domain;
import org.optaplanner.core.api.domain.solution.PlanningEntityCollectionProperty;
import org.optaplanner.core.api.domain.solution.PlanningScore;
import org.optaplanner.core.api.domain.solution.PlanningSolution;
import org.optaplanner.core.api.domain.solution.drools.Prob... | [
"734762673@qq.com"
] | 734762673@qq.com |
86a6eb67598b2af4de6fe4d24393464b5de95195 | 48862d97ed9e6982b3a2f92d3133a2a9d6e7acf1 | /DHK/src/main/java/com/kym/ui/activity/fee_kf/DemoChatActivity.java | 2d6e10cba0da2c35fec0cda02831a0194ec65138 | [] | no_license | Yamy-2020/dhk_newJDY | 19cd76390a3425517610ced060ed6d0ddbbe9ce5 | 2fe9fac8af2f03ca85f74fc1b9fef4e55248ea86 | refs/heads/master | 2022-12-24T19:59:44.756894 | 2020-08-26T14:27:32 | 2020-08-26T14:27:32 | 296,294,134 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,529 | java | package com.kym.ui.activity.fee_kf;
import android.view.Menu;
import android.view.MenuInflater;
import android.view.MenuItem;
import com.paradigm.botkit.BotKitClient;
import com.paradigm.botlib.BotLibClient;
import com.kym.ui.R;
/**
* Created by wuyifan on 2018/2/1.
*/
public class DemoChatActivity extends com.ky... | [
"hanyuge@vivancloud.com"
] | hanyuge@vivancloud.com |
9fd691021e9b3eda241d2f54c148c811477de462 | 952ea540d309b902850762ce122c9965fe417089 | /echo-client/src/main/java/com/ahuazhu/test/EchoClientApplication.java | 99ff8ec4d633c320cc7df1c70324b53919b2f4bf | [] | no_license | henghengha/spring-cloud-demo | 73cda977e98cff2d415022361faefca30fcc2e06 | f30795306db0a5fde397376d8bb71ee571fefd1c | refs/heads/master | 2023-03-23T05:06:09.916933 | 2017-03-22T06:46:16 | 2017-03-22T06:46:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 551 | java | package com.ahuazhu.test;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.netflix.eureka.EnableEurekaClient;
import org.springframework.cloud.netflix.feign.EnableFeignClients;
/**
* Created by zhengwenzhu on 2017... | [
"ahuazhu@gmail.com"
] | ahuazhu@gmail.com |
e47194f579355464d3f891f94b9b8425a9d793f5 | 097df92ce1bfc8a354680725c7d10f0d109b5b7d | /com/amazonaws/services/sqs/buffered/QueueBufferFuture.java | 4fb44061cd714ef2920f635e345162da8463a494 | [] | no_license | cozos/emrfs-hadoop | 7a1a1221ffc3aa8c25b1067cf07d3b46e39ab47f | ba5dfa631029cb5baac2f2972d2fdaca18dac422 | refs/heads/master | 2022-10-14T15:03:51.500050 | 2022-10-06T05:38:49 | 2022-10-06T05:38:49 | 233,979,996 | 2 | 2 | null | 2022-10-06T05:41:46 | 2020-01-15T02:24:16 | Java | UTF-8 | Java | false | false | 3,070 | java | package com.amazonaws.services.sqs.buffered;
import com.amazon.ws.emr.hadoop.fs.shaded.com.amazonaws.AmazonWebServiceRequest;
import java.util.concurrent.Callable;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Future;
import java.util.concurren... | [
"Arwin.tio@adroll.com"
] | Arwin.tio@adroll.com |
9f46a2834e41eacb592d1b8b0dbfab84fa12810d | c1e403bcbc9aa7b385f0861cfa68ae9befbfda8e | /Source/CameraMapsApplication/app/src/main/java/com/example/rohithkumar/cameramapsapplication/MainActivity.java | 753c4859a745cd7bc34a351c12167c5980dfdaef | [] | no_license | Schmidty88/ICP11003 | 6270d4695cb845ded3f30a814e552d69f9064ce0 | 31a8f5ab009852e0495b31dc9263547278c68f26 | refs/heads/master | 2020-03-22T22:50:37.073252 | 2018-07-12T23:31:16 | 2018-07-12T23:31:16 | 140,773,609 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,112 | java | package com.example.rohithkumar.cameramapsapplication;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.Toolbar;
import android.view.View;
import android.widget.Button;
public class MainActivity extends AppCompatActivity {
... | [
"tjschmidt5@gmail.com"
] | tjschmidt5@gmail.com |
bb03fc2c83b50f033be2424f4cf40b1b7af31ece | 85986e4d862e6fd257eb1c3db6f6b9c82bc6c4d5 | /prjClienteSIC/src/main/java/ec/com/smx/sic/cliente/mdl/dto/ArticuloProveedorDTO.java | 189ce549707b40172b89ac8a8d7167af6b9ec10b | [] | no_license | SebasBenalcazarS/RepoAngularJS | 1d60d0dec454fe4f1b1a8c434b656d55166f066f | 5c3e1d5bb4a624e30cba0d518ff0b0cda14aa92c | refs/heads/master | 2016-08-03T23:21:26.639859 | 2015-08-19T16:05:00 | 2015-08-19T16:05:00 | 40,517,374 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 27,543 | java | package ec.com.smx.sic.cliente.mdl.dto;
import static javax.persistence.FetchType.LAZY;
import java.math.BigDecimal;
import java.util.Collection;
import java.util.Date;
import java.util.Map;
import javax.persistence.Column;
import javax.persistence.EmbeddedId;
import javax.persistence.Entity;
import javax.persistenc... | [
"nbenalcazar@kruger.com.ec"
] | nbenalcazar@kruger.com.ec |
a7caf6c89911a3d0fcf0975d0fe3572020e1452b | 37634bbfe35182f5e76a720bcf0ee05134d71803 | /src/main/java/com/zking/springboot01/controller/ControllerStudent.java | ee63268454fb18498596a586bade6a40404ba393 | [] | no_license | dong957/SpringBoot- | d77480504ffa26aeea55235fc800292945913729 | adc83ad89af1cda3ebbc4c6c077f8172d0a661ae | refs/heads/master | 2022-06-22T04:04:38.632742 | 2020-01-05T01:07:32 | 2020-01-05T01:07:32 | 231,849,932 | 0 | 0 | null | 2022-06-21T02:34:24 | 2020-01-05T00:59:21 | Java | UTF-8 | Java | false | false | 1,266 | java | package com.zking.springboot01.controller;
import com.zking.springboot01.model.Student;
import com.zking.springboot01.service.IStudentService;
import com.zking.springboot01.util.PageBean;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
impo... | [
"2854997357@qq.com"
] | 2854997357@qq.com |
72495d0e51fc58b31ae2331b8f2364027872d347 | 4d1045263e291a1884c95de891e381f57667c78c | /src/main/java/com/leif/ffDataServer/config/WebAuthenticationConfiguration.java | b2dfd8f98c2e357a65c5c60dada349a914cb1e3a | [] | no_license | t08094a/ffwDataServer | a966cd18cc4a77b27d3df01e44c3656c15fd968f | 8204b9f43f1ebaa2517293cdc31d176a43f50b4b | refs/heads/master | 2020-12-05T08:22:53.901992 | 2016-11-15T09:31:33 | 2016-11-15T09:31:33 | 67,932,313 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,905 | java | package com.leif.ffDataServer.config;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilde... | [
"jochen.faehnlein@ff-ipsheim.de"
] | jochen.faehnlein@ff-ipsheim.de |
68f7638a9f86e97f9d0bf19f690b5fb1150636e5 | 3354516e7b97ffa763db80aa7095f86c9ac57358 | /api/src/main/java/cn/hangzhou/fans/exception/ResultException.java | 89df5eccf854c89073d92663fc72f226debd8c7e | [] | no_license | xiefans/vote | 75d1233433912fab2e78ae277caf8d7070469c5b | 237c3e104382a352530a0c725ad1344a991b4857 | refs/heads/master | 2022-12-21T09:58:45.089894 | 2020-03-29T13:49:54 | 2020-03-29T13:49:54 | 242,519,621 | 0 | 0 | null | 2022-12-16T04:54:50 | 2020-02-23T13:13:14 | Java | UTF-8 | Java | false | false | 289 | java | package cn.hangzhou.fans.exception;
public class ResultException extends Exception {
private Integer code;
public ResultException(Integer code, String message) {
super(message);
this.code = code;
}
public Integer getCode() {
return code;
}
}
| [
"fansooxx@163.com"
] | fansooxx@163.com |
e9fd7f49f8624abfe1343cd89137d4abd7414c3f | 9f994170cc741e72f9f551dee248da7fc7ef8596 | /bundles/org.nader.sennet.model/src-gen/org/nader/sennet/sensors/util/SensorsResourceImpl.java | 54a60ce05f156fe4b590558887d982e36a98a758 | [] | no_license | EmadNader/GitHubRepo | b55c029dea6507c40ad1e71219aa828a7af765dd | 9a75f1c981f435d20276abd0e86b530c29298136 | refs/heads/master | 2021-01-17T12:49:35.151373 | 2016-06-21T22:58:44 | 2016-06-21T22:58:44 | 58,553,116 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 641 | java | /**
*/
package org.nader.sennet.sensors.util;
import org.eclipse.emf.common.util.URI;
import org.eclipse.emf.ecore.xmi.impl.XMIResourceImpl;
/**
* <!-- begin-user-doc -->
* The <b>Resource </b> associated with the package.
* <!-- end-user-doc -->
* @see org.nader.sennet.sensors.util.SensorsResourceFactoryImpl
... | [
"aak@opensynergy.com"
] | aak@opensynergy.com |
bb6d69ee5fb79abcccb08cf5b167dbdd3366234a | d766620b41ff17635e74c51708e146ab973347b6 | /app/src/main/java/com/hydbest/baseandroid/util/SkinLayoutInflater.java | d7f1c968ebb557eb84a470ea654e9f8fc1c6d7e2 | [] | no_license | zsgfrtttt/BaseAndroid | 65b5054714d00bc42ca082d5589bf15f1b90c254 | a7bc33b74cf327ab726f56aaaa8db833ab999b20 | refs/heads/master | 2021-07-23T21:00:52.702045 | 2021-06-28T08:03:51 | 2021-06-28T08:03:51 | 136,885,326 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,733 | java | package com.hydbest.baseandroid.util;
import android.content.Context;
import android.util.AttributeSet;
import android.view.LayoutInflater;
import android.view.View;
/**
* @author csz
*/
public class SkinLayoutInflater extends LayoutInflater {
private static final String[] sClassPrefixList = {"android.widget."... | [
"1058079995@qq.com"
] | 1058079995@qq.com |
f53d388115f2c53e3c8ff64f6ac5e005acb747fd | ac90795804ed2c4d3ac6999fee0ddda154f08be8 | /Server/src/main/java/com/itechart/courses/exception/DatabaseException.java | b112e115f28308ecfa460f61c875878215122628 | [] | no_license | PavlovaMargarita/OrderFlowers | fec2d04fb038e21439e007413181b9b9b432b1b8 | 5ecef39e1cecb05dec3c27b7757b6708e2192b8a | refs/heads/master | 2021-01-20T11:41:03.315791 | 2014-09-29T07:35:29 | 2014-09-29T07:35:29 | 22,922,437 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 296 | java | package com.itechart.courses.exception;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.ResponseStatus;
@ResponseStatus(value = HttpStatus.FORBIDDEN, reason = "The database does not respond")
public class DatabaseException extends RuntimeException {}
| [
"harlex23@gmail.com"
] | harlex23@gmail.com |
84ac724f5e2eda6f2dd43aba0ac35a7a7ba7a584 | b641e481b07346d4b7504ff8a313fb3826e1be8b | /myfirst/src/myfirst/strings.java | 0d3ddcc90af3ff111935c113d246e87c9587d5b0 | [] | no_license | pranavi111/pranavi | 0293088ed55d484b6d2752ffe0edbffee9e7e2a7 | 66ef187a0b33156750365ad4557e37219552936a | refs/heads/master | 2020-11-25T00:18:29.556210 | 2019-12-16T18:46:02 | 2019-12-16T18:46:02 | 228,404,046 | 0 | 0 | null | 2020-10-13T18:15:31 | 2019-12-16T14:22:33 | Java | UTF-8 | Java | false | false | 181 | java | package myfirst;
public class strings {
public static void main(String[] args) {
String s1=new String("hello pranavi how r u");
System.out.print(s1);
}
}
| [
"pranavi060493@gmail.com"
] | pranavi060493@gmail.com |
d75bd47cc6419aaaae89b874c2b4b41ba1a7eb49 | a5468b2a7e0dad53f1d1bb21ab822b9b0a05c3d9 | /src/main/java/io/github/cbartosiak/bson/codecs/jsr310/zoneoffset/ZoneOffsetAsStringCodec.java | 26025abca7a09c6a5edc1352b6c295c3c1528604 | [
"Apache-2.0"
] | permissive | cbartosiak/bson-codecs-jsr310 | ef2a0dd2379f09514010bd43314a0a661eece55e | 77e93441d009f194c7803765482dd4943754f0fd | refs/heads/master | 2022-03-13T22:16:30.131273 | 2019-09-02T22:37:44 | 2019-09-02T22:37:44 | 108,441,902 | 20 | 2 | Apache-2.0 | 2019-08-28T11:10:17 | 2017-10-26T17:12:59 | Java | UTF-8 | Java | false | false | 2,029 | java | /*
* Copyright 2018 Cezary Bartosiak
*
* 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 agree... | [
"1280052+cbartosiak@users.noreply.github.com"
] | 1280052+cbartosiak@users.noreply.github.com |
664c044bad1542bc9c836bd752c2994c70164dff | 216dae16396c7646006ce9b5cca80c56ce50fb37 | /DiagnosaPenyakitGigidanMulut/app/src/main/java/com/kelompok/sistempakar/models/Kelas_Penyakit.java | 7f9af0b3d08f0bf442851826e6a18dd59d25aa1f | [] | no_license | ilhammariq/Aplikasi-Diagnosa-Gigi-dan-Mulut-berbasis-Android | 7192caa4d2c021420865423ab49c0700b0bb288b | 6fb3cc4e262cf5a1ffaca5fdc38ae1945df17f01 | refs/heads/master | 2022-07-10T03:13:32.333912 | 2020-05-12T14:17:31 | 2020-05-12T14:17:31 | 263,081,267 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 881 | java | package com.kelompok.sistempakar.models;
public class Kelas_Penyakit {
String pid,nama,penyebab,solusi;
public Kelas_Penyakit() {
}
public Kelas_Penyakit(String pid, String nama, String penyebab, String solusi) {
this.pid = pid;
this.nama = nama;
this.penyebab = penyebab;
... | [
"ilhammuhammadariq1@gmail.com"
] | ilhammuhammadariq1@gmail.com |
2db889d09e44a4aee4e397fccdfbadce774e28e9 | e342854bf6f5b9b79a2aee63c0162b0a37eb82a7 | /dc3-center/dc3-data/src/main/java/com/pnoker/center/data/service/impl/PointValueServiceImpl.java | 7fd32fe6d688c19e57effaec7b2f8f3108469d5d | [
"Apache-2.0"
] | permissive | wuyahui/iot-dc3 | 173d91c3d4e7500d5d9560dd7e517f428e2e22da | a0d573cfb483d0af65564f61a3f98754b2868b2e | refs/heads/master | 2021-02-16T01:02:46.252376 | 2020-03-02T13:38:31 | 2020-03-02T13:38:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,439 | java | package com.pnoker.center.data.service.impl;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.pnoker.center.data.service.PointValueService;
import com.pnoker.center.data.service.pool.ThreadPool;
import com.pnoker.common.bean.Pages;
import com.pnoker.common.bean.driver.PointValue;
import co... | [
"pnokers@icloud.com"
] | pnokers@icloud.com |
986b64d98e501275cc4d1cec3c8984d5df6afd45 | 51fb23a75d45965685735961809165f60f32c7f6 | /code-generator-maven-plugin/src/main/java/com/wolfjc/code/generator/template/convert/Convert.java | c91023494f0917952a01e7c1636dfa61ad504452 | [] | no_license | WolfJC/code | 612b3908d1167d6890c6336e09976a76ec4ab292 | 57f5d47985a45a949bbb75b53bbbad16394165f3 | refs/heads/master | 2020-03-22T17:47:18.070538 | 2018-08-28T06:39:10 | 2018-08-28T06:39:10 | 140,415,769 | 0 | 1 | null | 2018-08-28T06:39:11 | 2018-07-10T10:27:25 | Java | UTF-8 | Java | false | false | 216 | java | package com.wolfjc.code.generator.template.convert;
/**
*
*
* @author xdd
* @date 2018/7/13.
*/
public interface Convert {
/**
*
*
* @return
*/
String convert(String columnName);
}
| [
"448280435@qq.com"
] | 448280435@qq.com |
2f13f7407960fe7429bf0e0f3e6d468017a08538 | c176a6013af49e8f5632d4b4e14b9080cea7aae4 | /perun-web-gui/src/main/java/cz/metacentrum/perun/webgui/json/comparators/GeneralComparator.java | 8e715efe94cfea8dbb49874581f932f04184b188 | [
"Apache-2.0"
] | permissive | katarinaHrab/perun | 16306682b176d8c1d7d9630a56256359d0ca1f7e | 6e4b16063835b79776333dc20f3c481bf29cb4da | refs/heads/master | 2020-12-26T11:14:51.305569 | 2014-01-16T14:14:44 | 2014-01-16T14:14:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,045 | java | package cz.metacentrum.perun.webgui.json.comparators;
import com.google.gwt.core.client.JavaScriptObject;
import cz.metacentrum.perun.webgui.model.GeneralObject;
import java.util.Comparator;
/**
* Comparator for any Perun object - it makes a GeneralObject from them.
*
* @author Vaclav Mach <374430@mail.muni.cz>
... | [
"256627@mail.muni.cz"
] | 256627@mail.muni.cz |
bece3a7cf3df6f7f5e590304b21cb920bdfc0c21 | 4086f0ac0cc2f3dd2ecf06b1a5b5f7f71b36594b | /app/src/main/java/example/meter/sound/soundmeter/World.java | 4afde03fec335f9f85b2cc68fbfae1437f6bbdb6 | [] | no_license | GeorgyYakunin/SoundMater | a9eb915feb555dbf7cd2d8bb03670e6224bb87a3 | af2c2565382621dadeddf26cfa430df62f8e801b | refs/heads/master | 2021-01-07T02:52:06.758941 | 2020-02-19T07:21:59 | 2020-02-19T07:21:59 | 241,558,000 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,517 | java | package example.meter.sound.soundmeter;
public class World {
public static float avgDB = 0.0f;
public static float avgDB1 = 20.0f;
public static int calibration = 0;
public static float dbCount = 40.0f;
public static float lastDbCount = dbCount;
public static float maxDB = 0.0f;
public stat... | [
"jrayg95@gmail.com"
] | jrayg95@gmail.com |
1ad59aa0aa785474a1e65b283f664aad0e959742 | f5f9321aef91ac987ca9e21cbf3fb18905c650c7 | /JKIKMS/src/test/java/com/jkikms/JkikmsApplicationTests.java | fc007846d78ce55fb497cb148bf5690f051d2273 | [] | no_license | hjpark2020/JKIKMS | 7358a2998bf9661f19e55e4ec7e5dcbbbbd7633c | 14dede040095c1d6be2fb6eade5ba9d7f7d2ad10 | refs/heads/master | 2022-06-26T20:46:32.769747 | 2020-06-29T07:27:39 | 2020-06-29T07:27:39 | 233,340,645 | 0 | 0 | null | 2022-06-21T03:25:10 | 2020-01-12T04:59:28 | Java | UTF-8 | Java | false | false | 202 | java | package com.jkikms;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class JkikmsApplicationTests {
@Test
void contextLoads() {
}
}
| [
"HoJun@DESKTOP-1SKH8PM"
] | HoJun@DESKTOP-1SKH8PM |
7266a6ab3c868ecc5a4b5c5032bc7b46cac6ec1f | ea2291b79a8d4bb09e585f6ada68395bc0d1d1bd | /src/main/java/duke/parser/Parser.java | 7d5f93957139180bd5bc8e3961343419af4868ef | [
"Apache-2.0"
] | permissive | duynguyen24501/Duke-Task-Tracker | f540bb86b7e011a98bb215d66c37652b50c5f68e | 092bd85fe07254d66a8e8e82c541a0245f88bc59 | refs/heads/master | 2023-01-21T16:13:16.068857 | 2020-12-02T11:05:25 | 2020-12-02T11:05:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,347 | java | package duke.parser;
import java.io.FileNotFoundException;
import duke.Ui;
import duke.storage.Storage;
import duke.tasks.TaskList;
/**
* Parser deals with users' commands, differentiates each type of task.
*/
public class Parser {
/**
* Command enum lists out all the types of commands.
*/
public... | [
"duynguyen24501@gmail.com"
] | duynguyen24501@gmail.com |
331ba0abaaeb8619fdcf1013eea8cf36155e86cb | 83991afbeeee0960075bca1ff0a94f354e3b8623 | /WEB_APP/OrderApp/src - Copy/main/java/com/sv/orderapp/user_control_panel/UserRepositoryImpl.java | 72b758a4e06266048ada8ed301a582d7db1d914f | [] | no_license | supervisiontec/order-app | 29655d19ee1083f0228a21ebfd60cae90dc98022 | 939088d3a6f76934fddd9896cf7087c8d631ab36 | refs/heads/master | 2021-06-30T18:27:56.942875 | 2017-09-18T05:44:48 | 2017-09-18T05:44:48 | 103,895,743 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,712 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.sv.orderapp.user_control_panel;
import com.sv.orderapp.user_control_panel.model.MUser;
import java.io.Serializable;
import... | [
"supervision.tec@gmail.com"
] | supervision.tec@gmail.com |
3d1085176751008a55c119552290955f5a2d1c55 | b9b5c6d60fdd46beefcaffa062758ab28d627c4f | /app/src/test/java/com/loopeer/codereader/ExampleUnitTest.java | 9d5e8ab8bbf1ea7c87edc17e2f8a6845584c166e | [
"Apache-2.0"
] | permissive | cwkcyd/code-reader | 01f1c27c4171c299a51a251a139b2cb2496fd125 | 8628100325229191bba678c76a0a953dc28f6e9b | refs/heads/master | 2021-01-20T23:09:18.796046 | 2017-08-29T02:54:31 | 2017-08-29T02:54:31 | 101,841,188 | 1 | 0 | null | 2017-08-30T05:26:03 | 2017-08-30T05:26:02 | null | UTF-8 | Java | false | false | 315 | java | package com.loopeer.codereader;
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);
}
} | [
"yytodou123@gmail.com"
] | yytodou123@gmail.com |
91de44616c8cbdc468bd9d591486eb76840f8613 | 55bff93bd7984bc8926b0907dd35bd6c6c36c2ce | /Test/src/test/PrimeNumber.java | 4ce6a981969d5b666b2b8971934927b77c64719b | [] | no_license | nikhilbejagam/Test | 57ce0eb296a410e55ebd803c6e85a786ede3f213 | 60407da5f6e0199e047e6bdc911ba52e6673d70c | refs/heads/master | 2020-09-25T03:56:40.223276 | 2019-12-05T15:53:33 | 2019-12-05T15:53:33 | 225,912,357 | 0 | 0 | null | 2019-12-05T15:53:34 | 2019-12-04T16:39:50 | Java | UTF-8 | Java | false | false | 487 | java | package test;
import java.util.Scanner;
public class PrimeNumber {
public static void main(String[] args) {
// TODO Auto-generated method stub
@SuppressWarnings("resource")
Scanner scan = new Scanner(System.in);
int num = scan.nextInt();
boolean flag = true;
for (int i = 2; i<= num/2 ; i++){... | [
"Boss@192.168.0.5"
] | Boss@192.168.0.5 |
e506afad92d3d2dc4095018e1102ab0d3824a270 | 1ba7889b181b20f3d205114f26510233aa6e2d4d | /src/test/java/com/learning/sample/testscripts/Sample_TC_S_01_Story_134_SignIn_Pass.java | 09b0c6c28be4698c4defa7b84a11671a2588545a | [] | no_license | saurabhdevle/Final_Framework_Selenium_TestNG | b87f88d73a77514265bedb9da96bb6e808fadc33 | 2e56274cd283fb10a056d99eb733866a49633491 | refs/heads/master | 2023-08-29T03:52:28.357774 | 2021-10-28T02:30:19 | 2021-10-28T02:30:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,632 | java | package com.learning.sample.testscripts;
import org.testng.annotations.Test;
import com.learning.data.Constants;
import com.learning.data.Constants_Element_Text;
import com.learning.data.Constants_Expected_Text;
import com.learning.pages.HomePage;
import com.learning.pages.MyAccountPage;
import com.learning.pages.Sig... | [
"rajatvermaa95@gmail.com"
] | rajatvermaa95@gmail.com |
f897e8db191ceb43cd660405557e8a7af7fd0d1e | 54ce0d4c5cd19bdafe7aaebf982060b3fc7f004b | /src/main/java/blog/model/SymbolTerm.java | b4fbd84646b5aa7c95d814c8b4763be4411f7ecf | [] | no_license | AliOC/blog | 7a4e99afb26a4940aefd9d71cb8691ad3ccfe00d | 5fcf674ce4ae940343ee30759e8c8cb73e0949c4 | refs/heads/master | 2020-12-25T09:08:04.652162 | 2014-07-13T06:54:15 | 2014-07-13T06:54:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,428 | java | /*
* Copyright (c) 2006, Regents of the University of California
* 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
* ... | [
"lileicc@gmail.com"
] | lileicc@gmail.com |
8373cd1ecaf7a86a71ea86deb7b38e5539b0b558 | 6e4978da76071211117a8ecbde208553c26a1087 | /Portal/xmlprotocol/src/classes.jar/src/atg/portal/gear/xmlprotocol/XmlConversationAdaptor.java | 1b98e89d5c54af5554d5a23d9fce09ad22aab103 | [] | no_license | vkscorpio3/ATG_TASK | 3b41df29898447bb4409bf46bc735045ce7d8cc6 | 8751d555c35a968d4d73c9e22d7f56a6c82192e7 | refs/heads/master | 2020-03-08T16:56:40.463816 | 2014-12-12T10:55:01 | 2014-12-12T10:55:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,372 | java | /*<ATGCOPYRIGHT>
* Copyright (C) 2001-2011 Art Technology Group, Inc.
* All Rights Reserved. No use, copying or distribution of this
* work may be made except in accordance with a valid license
* agreement from Art Technology Group. This notice must be
* included on all copies, modifications and derivatives of ... | [
"Andrii_Borovyk1@EPUAKHAW0679.kyiv.epam.com"
] | Andrii_Borovyk1@EPUAKHAW0679.kyiv.epam.com |
57357367f5b6fc86139026fe6948593fe3ec011c | 48e835e6f176a8ac9ae3ca718e8922891f1e5a18 | /benchmark/test/org/springframework/cloud/netflix/zuul/filters/route/apache/HttpClientRibbonCommandIntegrationTests.java | 2ae3c5ad4a3eaaa5fca787fedf7c7cde6faded63 | [] | no_license | STAMP-project/dspot-experiments | f2c7a639d6616ae0adfc491b4cb4eefcb83d04e5 | 121487e65cdce6988081b67f21bbc6731354a47f | refs/heads/master | 2023-02-07T14:40:12.919811 | 2019-11-06T07:17:09 | 2019-11-06T07:17:09 | 75,710,758 | 14 | 19 | null | 2023-01-26T23:57:41 | 2016-12-06T08:27:42 | null | UTF-8 | Java | false | false | 9,711 | java | /**
* Copyright 2013-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 a... | [
"benjamin.danglot@inria.fr"
] | benjamin.danglot@inria.fr |
5475bce9ad47faf9bae65e51b6f079602912c5c4 | 3cb0aa569e1db2fa123d5ff9ae94da84fedd58d5 | /prog/Homework1-model/src/HashMapLetterInventory.java | e096249ce5c292985dda4db2016e7fbd26771842 | [] | no_license | invisible-college/model | cd810d14e06d11a033f84d6fc6a77766e97f4767 | d6027a0f9df0792632752e881c71cd8c52953370 | refs/heads/master | 2016-08-04T21:19:22.144014 | 2014-06-17T21:49:32 | 2014-06-17T21:49:32 | 16,304,809 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 991 | java | import java.util.Arrays;
public class HashMapLetterInventory implements LetterInventory {
int[] count;
char[] chars;
int size;
HashMapLetterInventory(String data) {
throw new RuntimeException("Not yet implemented");
}
public int getCount(int index) {
throw new RuntimeException("Not yet implemented");
}
... | [
"ppham@local-box.org"
] | ppham@local-box.org |
6a9f0cde0bea2d97a606fd7183064c4e2228511a | 2d212ec3d9739d629f701f95d9bdfb0f5da1602f | /1.utils/core/src/main/java/com/octopus/utils/cls/javassist/compiler/ast/NewExpr.java | 8906f8ae2b7b76f386f745b6778adc7ed7512f04 | [
"Apache-2.0"
] | permissive | pacoolin/octopus | a42bdfb551df2b567760c4cf2e3a23dcb70942ec | 5439561133af00de089d6d30b3527542a434057f | refs/heads/master | 2023-05-11T08:26:02.210724 | 2021-05-05T02:14:02 | 2021-05-05T02:14:02 | 281,041,828 | 0 | 0 | Apache-2.0 | 2020-07-20T07:10:12 | 2020-07-20T07:10:11 | null | UTF-8 | Java | false | false | 3,147 | java | /*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. Alternatively, the contents of th... | [
"kodw38@126.com"
] | kodw38@126.com |
d35319d32dbe4db74319e2c2ba75a9fd711e85ae | c5a2333f59892ed08b01343a0da063b3a7193e4e | /server/WEB-INF/src/WindowMeServer.java | 317852d9d59bea60e445eba7f84d9b8aa5c11003 | [
"Apache-2.0"
] | permissive | bradley35/WindowMe | 8c9a5be454bbe530da7c647812a0734a8241c040 | 6cedcc3db90468ba0880189e95cdc89aab98d18a | refs/heads/master | 2022-12-13T13:01:40.165179 | 2020-09-10T20:54:41 | 2020-09-10T20:54:41 | 294,309,331 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 133 | java | class WindowMeServer{
public String code1="";
public String code2="";
public WindowMeServer(String code1, String code2){
}
}
| [
"Bradley21890543@users.noreply.github.com"
] | Bradley21890543@users.noreply.github.com |
aee96ebcf414cd47c1c1c5420c662eeeebd09b8c | 8f8d2950fb073544e45b853a6822caf9d0968dac | /amil-a5/src/main/java/br/com/amil/a5/model/NickName.java | cea660639be8b018bfa97cb3e3a374ad7ac4707f | [] | no_license | kgsaran/pre-dojo | 4041a5738b106a81bb1602473d1d552b59c4e423 | 046547ffe469500c02b1450d52dc6f87bf84928d | refs/heads/master | 2021-01-24T08:34:16.140657 | 2016-09-23T12:32:41 | 2016-09-23T12:32:41 | 69,017,960 | 0 | 0 | null | 2016-09-23T11:14:53 | 2016-09-23T11:14:53 | null | UTF-8 | Java | false | false | 385 | java | package br.com.amil.a5.model;
public class NickName extends Message {
private String nickName;
private String weapon;
public String getNickName() {
return nickName;
}
public void setNickName(String nickName) {
this.nickName = nickName;
}
public String getWeapon() {
return weapon;
}
public ... | [
"kgsar@10.246.238.3"
] | kgsar@10.246.238.3 |
2e701a8060102b2173d82e8081838e1908ecba6e | 6552244c7ef44150ea74cef7ec801d5a9f7171e9 | /app/src/main/java/com/google/android/gms/wearable/internal/zzad.java | 8a8b2094e01a7f5aa831181a4ce42d724d08e778 | [] | no_license | amithbm/cbskeep | c9469156efd307fb474d817760a0b426af8f7c5c | a800f00ab617cba49d1a1bea1f0282c0cde525e7 | refs/heads/master | 2016-09-06T12:42:33.824977 | 2015-08-24T15:33:50 | 2015-08-24T15:33:50 | 41,311,235 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,494 | java | package com.google.android.gms.wearable.internal;
import android.os.Parcel;
import android.os.Parcelable.Creator;
import com.google.android.gms.common.internal.safeparcel.zza;
import com.google.android.gms.common.internal.safeparcel.zza.zza;
import com.google.android.gms.common.internal.safeparcel.zzb;
public class z... | [
"amithbm@gmail.com"
] | amithbm@gmail.com |
d87f622c80d7589b597de7c00c1691f64c380c88 | 89dc1b23d21aa1952c0dfb415be5fed144cbbd84 | /FrameWork_Util/src/framework/ressource/xalan/xpath/functions/FuncLast.java | f2427cf58dc9f88418f1dd20ee7717fe4d5e38b1 | [] | no_license | M6C/framework-util | c1bdf33f08e2ae0a3964424d7ff8737e34434253 | e91c725f67a81ccae84a8410f2795abb990a1c99 | refs/heads/master | 2021-01-10T17:00:31.444538 | 2017-02-07T13:33:51 | 2017-02-07T13:33:51 | 52,559,096 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,740 | java | // Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3)
// Source File Name: FuncLast.java
package framework.ressource.xalan.xpath.functions;
import java.util.Vector;
import javax.xml.transform.TransformerException;
import... | [
"david.roca@free.fr"
] | david.roca@free.fr |
fb96fec0043f873c3f36d4b110f9dbfa18d24e4d | 53d677a55e4ece8883526738f1c9d00fa6560ff7 | /com/tencent/mm/plugin/appbrand/widget/f/d.java | 489d54f1c7fc0a7b91bbd1f754ff5ff6bfda2433 | [] | no_license | 0jinxing/wechat-apk-source | 544c2d79bfc10261eb36389c1edfdf553d8f312a | f75eefd87e9b9ecf2f76fc6d48dbba8e24afcf3d | refs/heads/master | 2020-06-07T20:06:03.580028 | 2019-06-21T09:17:26 | 2019-06-21T09:17:26 | 193,069,132 | 9 | 4 | null | null | null | null | UTF-8 | Java | false | false | 1,239 | java | package com.tencent.mm.plugin.appbrand.widget.f;
import a.l;
import com.tencent.matrix.trace.core.AppMethodBeat;
import java.lang.ref.WeakReference;
@l(dWo={1, 1, 13}, dWp={""}, dWq={"Lcom/tencent/mm/plugin/appbrand/widget/prompt/AutoDismissRunner;", "Ljava/lang/Runnable;", "toast", "Lcom/tencent/mm/plugin/appb... | [
"172601673@qq.com"
] | 172601673@qq.com |
2943c2c7d08dba7fcf51c98ddace5305eee05acb | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_a5043b8f87c4d7113b374520bce8f74275c836e6/XSModelGroupImpl/2_a5043b8f87c4d7113b374520bce8f74275c836e6_XSModelGroupImpl_t.java | 480a59fa6fadc0894f6cbcb47acfbd4d95a84bc1 | [] | 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 | 7,279 | java | /*
* Copyright 2002,2003-2004 The Apache Software Foundation.
*
* 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... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
1562d24588cc0164dd0878340875babdc315997e | bb3623a0d8cb416b7cc57cf97a07e9a67afe961b | /src/fr/papyfinance/com/tests/RoleTest.java | 909d7aa35ee0fbba4ceda321a3fb0d155581ee35 | [
"MIT"
] | permissive | CedricBm/papyfinance | 3a5c116e4f185f892bcb934621419f5db153f1a3 | f77d85f459e12777724d9b215745729b097b703c | refs/heads/master | 2020-04-14T20:07:56.776047 | 2016-03-25T16:13:49 | 2016-03-25T16:13:49 | 50,675,568 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,556 | java | package fr.papyfinance.com.tests;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
import java.util.List;
import org.hibernate.SessionFactory;
import org.hibernate.boot.registry.StandardServiceRegistryBuilder;
import org.hibernate.cf... | [
"beaumont.cedric@gmail.com"
] | beaumont.cedric@gmail.com |
eceeebc3402bcfb9d592f74947ed34660154f24c | 21c2f55b571a4a43da0bb56396fce4202bce3306 | /src/generated/java/Murmur/Callback_Server_getState.java | 2728382b7876058bbbb35f2427a95f5fbd1b7ae9 | [] | no_license | Tiim/telegram_mumble_bot | 33c4729158db89aadf98dfbcc4bf6a14c9141ee3 | fb4d373595fbdafd7eda2668ab703a70157fa6b7 | refs/heads/master | 2021-01-10T19:50:51.597343 | 2016-01-04T06:48:43 | 2016-01-04T06:48:43 | 39,690,708 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,249 | java | // **********************************************************************
//
// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
//
// ***************************************************... | [
"tim.bachmann@cad.ch"
] | tim.bachmann@cad.ch |
edb86909d80a5421ff02211c280c156a322e7f2e | 8e551e61759362849188a248ceb4d59cdbf9e633 | /src/main/java/stacksandqueues/Q3_02_Stack_Min/MinStack.java | 57ce75510332702365c9e1ad53eb036151ec4c83 | [] | no_license | rishugupta87/CrackingTheCodingInterview | 77b863c7b12e8bed98d7739d28033452de971713 | 783320886d2c49928d2087ff298f598fc1505890 | refs/heads/master | 2020-05-23T21:17:09.945760 | 2017-07-04T02:23:11 | 2017-07-04T02:23:11 | 84,791,079 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,135 | java | package stacksandqueues.Q3_02_Stack_Min;
import java.util.Stack;
/**
* How would you design a stack which, in addition to push and pop, has a function min which returns the
* minimum element? Push, pop and min should all operate in 0(1) time.
*/
public class MinStack extends Stack<Integer>{
/**
* Maintai... | [
"rishu.gupta@cerner.com"
] | rishu.gupta@cerner.com |
42eb72ed899381330172ea4564b71c1775662611 | 24b596e64e943ef87465a61ebcc7c50b20355376 | /Android/FindSenetor/src/com/swapp/findsenetor/MainActivity.java | 397c14d3d632bae6fd615dc8f8d583d2bf28bb04 | [] | no_license | swapp1990/Programming | 50780ff493561dc48534e2cc3d566c8be7772c69 | b3c87e5824dc0853fbb0856c09e19f3e4844854b | refs/heads/master | 2020-06-09T05:53:12.160718 | 2015-07-22T03:05:49 | 2015-07-22T03:05:49 | 39,481,790 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 983 | java | package com.swapp.findsenetor;
import android.os.Bundle;
import android.app.Activity;
import android.content.Intent;
import android.view.Menu;
import android.view.View;
public class MainActivity extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInst... | [
"swapp1990@yahoo.com"
] | swapp1990@yahoo.com |
5d98e6ec1e5c0d58f33656a0e76ea4d5ace95c63 | fa35abcb740bf2ca556522c488222cfd7d6ec036 | /app/build/generated/source/buildConfig/androidTest/debug/com/murach/ch10_ex5/test/BuildConfig.java | 77751d4712441401d111dd52eb74836cd07b9c58 | [] | no_license | D3ADL3PR3CHAUN/Project5_TestTimer | 5223a6bf6670999e0062a4b7db3e3f0ad3b3ff9c | f392896d36cb9432e576195da183e4b205cc7d2e | refs/heads/master | 2021-08-22T17:16:23.400318 | 2017-11-30T19:26:45 | 2017-11-30T19:26:45 | 112,649,992 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 453 | java | /**
* Automatically generated file. DO NOT MODIFY
*/
package com.murach.ch10_ex5.test;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "com.murach.ch10_ex5.test";
public static final String BUILD_TYPE = "debug";
pu... | [
"mcgee8621@gmail.com"
] | mcgee8621@gmail.com |
67495aaad54b30cb04c163bf9c3e9b48f1b6fb12 | ec774d4164ac43de7409148a3192b01aefd7ddad | /src/br/com/cde/view/TelaCadastroProdutos.java | 450b03d482955fab4d880b218aa3289f71fb7895 | [] | no_license | AlexsandroFaria/controle_estoque | 2ecc1a163f70f872127d01a96556f9ce9e31acff | e6e0901f34c4a06636e95727b2438e3f7637587f | refs/heads/master | 2022-06-03T18:49:29.821584 | 2020-05-01T21:44:44 | 2020-05-01T21:44:44 | 258,241,567 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 37,413 | 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 br.com.cde.view;
import br.com.cde.dao.CategoriaDAO;
import br.com.cde.dao.LoteDAO;
import br.com.cde.dao.ProdutoDAO;
import b... | [
"alexsandro.lfaria@gmail.com"
] | alexsandro.lfaria@gmail.com |
d7f325cbc9158d5ab7a3e371b04fb728e618d5b3 | b6ba3c55c4f1bc0544b9d132d2c288906525ff01 | /src/main/java/om/springframework5/recipeapp/converters/CategoryToCategoryCommand.java | e9987fbc9353da96e2da82fef45d69594f7da790 | [] | no_license | OrbenMichele/spring5-recipe-app | 4af3439ae7c25105847cde45dcf80c00d0856082 | 979154921321529a43b35728d7acd96a9d474481 | refs/heads/master | 2022-01-13T23:12:19.373343 | 2019-05-06T19:45:45 | 2019-05-06T19:45:45 | 181,966,485 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 841 | java | package om.springframework5.recipeapp.converters;
import lombok.Synchronized;
import om.springframework5.recipeapp.commands.CategoryCommand;
import om.springframework5.recipeapp.domain.Category;
import org.springframework.core.convert.converter.Converter;
import org.springframework.lang.Nullable;
import org.springfram... | [
"micheleorben@gmail.com"
] | micheleorben@gmail.com |
4167aef67aa8009cb7922b47be77bfabf921786b | 0a365271ed4d64de76afae8f7b1e44abc318d5d7 | /app/src/main/java/com/example/android/retrofittoppops/rest/ApiService.java | abfb5d0847e32bf8045ffa6b79335756c3abbb71 | [] | no_license | Srko87/TopPopsClover | a8a9ece42f99ddb8bc31dfa7e5cd578be458b954 | 4844cf5e891da6952aa08e7d21c25cc3472eeb54 | refs/heads/master | 2020-04-07T12:10:28.694352 | 2019-07-01T10:54:20 | 2019-07-01T10:54:20 | 158,357,396 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 514 | java | package com.example.android.retrofittoppops.rest;
import com.example.android.retrofittoppops.model.Album.AlbumAlbum;
import com.example.android.retrofittoppops.model.Chart.ChartTopPops;
import io.reactivex.Observable;
import io.reactivex.Single;
import retrofit2.Call;
import retrofit2.http.GET;
import retrofit2.http... | [
"srdjan.vuckovic@clover.studio"
] | srdjan.vuckovic@clover.studio |
f2114baa3166e609036da23b401b9c9c00dba448 | 016b3fc1b668531532b0060692feb2913cdc49a7 | /springboot-study-shiro/src/main/java/com/ittao/shiro/util/ShiroUtils.java | 535d18dd66195534b431f5054dcd17e6971ec15d | [] | no_license | jiataoliu/quickboot | b15e6b4fdb71e9ae85ca153637625696de175cfd | bd64e3b4c7840f08638caf4c34db1be31bc4a270 | refs/heads/master | 2023-06-23T04:45:38.446952 | 2021-07-25T16:55:35 | 2021-07-25T16:55:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,773 | java | package com.ittao.shiro.util;
import com.ittao.shiro.constant.ShiroConstant;
import com.ittao.shiro.domain.TestShiroUser;
import org.apache.shiro.SecurityUtils;
import org.apache.shiro.crypto.hash.SimpleHash;
import org.apache.shiro.session.Session;
import org.apache.shiro.subject.Subject;
/**
* @ClassName: ShiroUti... | [
"1956577971@qq.com"
] | 1956577971@qq.com |
e88781ae910079eecdf9975bf3aef820c535c795 | 72812d6aeeb445605ce01f4c8326764c70f89242 | /CampoEstrellasSerializado/src/ventana.java | d883b12a34c3ff89a45bfae0d1db1cf3e78c4f51 | [] | no_license | AlejandroSanchezQuesada/EjerciciciosJavaDaw | 6ca12a42ebd1f81d3e77916f3904218afd86649d | 246cb97109d5ebd427afb2efcb2d49e04bf6740c | refs/heads/master | 2022-04-19T14:05:09.466751 | 2020-04-21T11:03:48 | 2020-04-21T11:03:48 | 257,566,761 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,547 | java |
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileReader;
import java.io.FileWriter;
import java.util.ArrayList;
import javax.swing.JOptionPane;
import javax.swing.Timer;
/*
* To change this l... | [
"48472291+7963289@users.noreply.github.com"
] | 48472291+7963289@users.noreply.github.com |
3f1f1fbf16c6d371b52d4f41759413e1c742aacb | 6c6f2428b4247b7aa9f4711931b9f913ba8cd7ee | /src/test/Main5.java | 94882c365ddafc26fb1730f1a524d9f67598bbf9 | [] | no_license | SDIJJ/demo | 5b07811bb2c09734d530100c81f1e47b2507c8ff | 8f9950ac9d5fd6320c8dc50924d92ca7499bafe6 | refs/heads/master | 2020-05-07T09:14:56.686034 | 2019-04-15T11:34:16 | 2019-04-15T11:34:16 | 180,369,083 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 494 | java | package test;
import java.util.Scanner;
/**
* @Description:
* @author: Arnold
* @since: 2019/3/23 19:47
* @version: v1.0.0
*/
public class Main5 {
public static void main(String[] args) {
Scanner in=new Scanner(System.in);
int a=in.nextInt();
int b=in.nextInt();
int c=in.nextI... | [
"13763799346@163.com"
] | 13763799346@163.com |
083730ca62760af33f51af7c37df6ffc1e4a56d9 | 87938577ff6d801f3577dd88d25cc5e775b9477d | /service/service_vod/src/main/java/com/atguigu/guli/service/vod/util/VodProperties.java | b6eaf49d06561893d4d195e9b6d2eed53b19f246 | [] | no_license | aa209905676/jihu_parent | 427645f69963b2c45fc3cc8e9d410b40dba61298 | 63b9d6a560ca3429cbc4f9c85157d57eebed6d0d | refs/heads/master | 2023-01-03T07:29:34.868043 | 2020-10-28T02:22:54 | 2020-10-28T02:22:54 | 307,370,150 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 406 | java | package com.atguigu.guli.service.vod.util;
import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.stereotype.Component;
@Data
@Component
@ConfigurationProperties(prefix="aliyun.vod")
public class VodProperties {
private String keyid;
private ... | [
"209905676@qq.com"
] | 209905676@qq.com |
6214ed6988eb8c2b6d5db0a8d22c31cfe0c15135 | c5e24eff0bae0e91767baf88d6563a6ccd91da38 | /src/sumRecursion/sumRecursion.java | d44db2076bf7d9b2763890f97abf5f809bb8d34e | [] | no_license | JosephLashine/sumRecursion | 23304475d0e6ee7fcc4b7666480fbc127ce8f675 | d045206e0a17b0bb3e185275f34c7377981813bf | refs/heads/master | 2021-09-09T03:50:36.515327 | 2018-03-13T16:17:08 | 2018-03-13T16:17:08 | 125,090,338 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 526 | java | package sumRecursion;
import java.util.*;
public class sumRecursion {
public static int toNumber(String s) {
if (s == null || s.length() == 0) {
return 0;
}
char next = s.charAt(0);
if (Character.isDigit(next)) {
return Character.digit(next, 10) + toNumber(s.substring(1));
} else {
return toNumber(s... | [
"37319619+JosephLashine@users.noreply.github.com"
] | 37319619+JosephLashine@users.noreply.github.com |
1b2fd215288f191153cdab83cd4ba68fd024981c | c7ee65e0eb1fec6f459aa0c16e93208845facfc5 | /UF4/P01/Animal.java | 8d07e1667e81fe311c1c60e7f378adf7ab6dd51a | [] | no_license | harambeisnotdead/M03 | 2ecd46428d019a6efc2f524409212b19e8812f9b | e02d5fcd5c3f2dd3eb991be4a53e8f9f97bb34b8 | refs/heads/master | 2021-09-07T02:00:52.004391 | 2018-02-15T12:47:54 | 2018-02-15T12:47:54 | 108,040,841 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 104 | java | public abstract class Animal {
int hambre;
public int comer() {
return hambre;
}
}
| [
"harambeisnotdead@users.noreply.github.com"
] | harambeisnotdead@users.noreply.github.com |
290bcdc44e0cdcaa7b0c41ff147459172d2e9437 | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /java/neo4j/2018/4/NetworkRadius.java | ff408c0d1126216699cb046bd3c2bde1a0ceff1b | [] | no_license | rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703005 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | null | UTF-8 | Java | false | false | 3,381 | java | /*
* Copyright (c) 2002-2018 "Neo Technology,"
* Network Engine for Objects in Lund AB [http://neotechnology.com]
*
* This file is part of Neo4j.
*
* Neo4j is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundatio... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
b66c9ade9d8757f02d26e113925618bbb5514a6b | 0adcb787c2d7b3bbf81f066526b49653f9c8db40 | /src/main/java/com/alipay/api/request/AlipayDataIotdataBusinessPointQueryRequest.java | 6dd838fc27e11174ade2230a6214918e9f1a1bb7 | [
"Apache-2.0"
] | permissive | yikey/alipay-sdk-java-all | 1cdca570c1184778c6f3cad16fe0bcb6e02d2484 | 91d84898512c5a4b29c707b0d8d0cd972610b79b | refs/heads/master | 2020-05-22T13:40:11.064476 | 2019-04-11T14:11:02 | 2019-04-11T14:11:02 | 186,365,665 | 1 | 0 | null | 2019-05-13T07:16:09 | 2019-05-13T07:16:08 | null | UTF-8 | Java | false | false | 3,179 | java | package com.alipay.api.request;
import com.alipay.api.domain.AlipayDataIotdataBusinessPointQueryModel;
import java.util.Map;
import com.alipay.api.AlipayRequest;
import com.alipay.api.internal.util.AlipayHashMap;
import com.alipay.api.response.AlipayDataIotdataBusinessPointQueryResponse;
import com.alipay.api... | [
"ben.zy@antfin.com"
] | ben.zy@antfin.com |
a9f5ed4ac67fffe49767eeb9b913d3532310758b | d58445bd08e4dbba9f5629e6801d2ba637171a9a | /rabbitmq/src/test/java/com/mzw/rabbitmq/TopicTest.java | b9cd2bde9a88340915e2d068eb1c852cc6dd378c | [
"Apache-2.0"
] | permissive | blfjvkwfn/mzw | c4db0f1a6364b1a15094681599599980ad6b7590 | ecc4b7ab8c32979fe584c40b48247a00b93bb3d8 | refs/heads/master | 2021-05-04T17:34:27.076703 | 2020-04-29T07:30:50 | 2020-04-29T07:30:50 | 120,274,834 | 0 | 0 | Apache-2.0 | 2020-04-04T13:09:13 | 2018-02-05T08:17:38 | Java | UTF-8 | Java | false | false | 773 | java | package com.mzw.rabbitmq;
import com.mzw.rabbitmq.config.TopicProducer;
import com.mzw.rabbitmq.config.User;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.tes... | [
"blfjvkwfn@126.com"
] | blfjvkwfn@126.com |
c39cbae47088c5ec3346ea7b3eeb12578741bacc | 5e31b34aa05dac142a00d4c9c10e13688b4f7f44 | /AndroidWeatherApp/app/src/main/java/com/inducesmile/weatherapp/ListLocationActivity.java | 41e53217b009089404d04c21059ae84fc812dbd8 | [] | no_license | aghagor/VacheTasks | e2789f5d63519fd78c4cc2b4dc033ef509ce7dde | 702dc0bea1baf1e5d22b28fd8c4ba430a4dd4528 | refs/heads/master | 2021-04-29T14:12:49.633615 | 2018-02-22T19:06:31 | 2018-02-22T19:06:31 | 121,768,048 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,953 | java | package com.inducesmile.weatherapp;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view.View;
import android.widget.Ima... | [
"aghagor@gmail.com"
] | aghagor@gmail.com |
f5c12e01c42f53c90511c29b1e0cff6b0d7e76f9 | 0cfd8bae63efd85d02422acc7b9b0257472160d6 | /app/src/main/java/com/example/nemol/googlephotokiller/Controller/DBAlbumController.java | 72bae6d7af5bf248e5d4e7fc4fa53e1afd928126 | [] | no_license | AndreyNemolot/PhotoStorageApp | fe8ed4258d73933e7df83cd7d2efe78e5d13bacb | d63ee00e1a76b16a766da670be5b19aeb8556dea | refs/heads/master | 2021-09-11T00:02:20.256065 | 2018-04-04T15:44:16 | 2018-04-04T15:44:16 | 113,165,061 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,319 | java | package com.example.nemol.googlephotokiller.Controller;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.support.annotation.IntegerRes;
import com.example... | [
"Nemolota@gmmail.com"
] | Nemolota@gmmail.com |
00f1da296a00207935b1140d153f0ed3865d7e07 | 5e8f8c8b9c0d17efce9ba29728add130da3f0cd2 | /src/test/java/org/assertj/core/internal/files/Files_assertHasDigest_AlgorithmString_Test.java | 75735715e17dd91716583be4fd695d9c8caf0b03 | [
"Apache-2.0"
] | permissive | eddumelendez/assertj-core | 06de99fb647563ca0908ceab012a08beeda9729a | 38b6e47c0114dc0e11d3753421e17db57f6b42b0 | refs/heads/master | 2020-05-25T01:45:57.248642 | 2019-05-19T21:29:36 | 2019-05-19T21:29:36 | 187,563,364 | 0 | 0 | NOASSERTION | 2019-05-20T03:43:08 | 2019-05-20T03:43:08 | null | UTF-8 | Java | false | false | 6,476 | java | /*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under t... | [
"joel.costigliola@gmail.com"
] | joel.costigliola@gmail.com |
146fbfc2c25bf8d92d4d880cc3ede431d68d2b1f | f54fd89e8c6c6d9035872a05c8a30e6acc697844 | /Zajecia_1/src/mod13/ex02/NoSuchTripException.java | 8a5aa6d1edd445df7044daefff76f519bce15cee | [] | no_license | szczeprez/Altkom_Szkolenie | 86a8a293ec0b5b93654c5b3ae283ac8c7a0fcd38 | 924b4dfd6555ff2aa96bb3d336f5b2df4f061c5d | refs/heads/master | 2020-12-31T05:09:50.544973 | 2016-05-23T12:43:19 | 2016-05-23T12:43:19 | 59,481,330 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 409 | java | package mod13.ex02;
public class NoSuchTripException extends Exception {
private static final long serialVersionUID = 1L;
public NoSuchTripException() {
}
public NoSuchTripException(String message) {
super(message);
}
public NoSuchTripException(Throwable cause) {
super(cause);
}
public ... | [
"Altkom@ml9"
] | Altkom@ml9 |
e84644d8258ede93a68d88bf67ac8370f3aa49ea | 420dfa79bdf76beb18c4d33700fa48d184bc6827 | /app/src/main/java/fragment/FindFragment.java | 5a7056e8208f063a600eb616350d464a0fd0ba38 | [] | no_license | JaniceLibra/WeEnjoyTheWorld | dfb868bfff32ab170a84cf92131337f1a66d5920 | 0fcd23348ce3579839c82eb64e8a62328e9b37b8 | refs/heads/master | 2021-01-20T17:54:55.198505 | 2016-07-25T14:08:47 | 2016-07-25T14:08:47 | 64,118,809 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 669 | java | package fragment;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.three.enjoytheworld.R;
/**
* A simple {@link Fragment} subclass.
*/
public class FindFragment extends Fragment {
public ... | [
"janice_sunshine@163.com"
] | janice_sunshine@163.com |
04ff4d137d2867bf29291428913d4aec822d436d | 3b20ee5b97ba398cff5c4de31d3e9432ff7802a4 | /STABLEProjectv4_Latest/src/main/java/org/stable/sdk/model/measurement/sugar/glucoselevel/GlucoseLevel_Method_Type.java | e1100495d93aeddee871e714012d711666911152 | [] | no_license | abhijeetkushe/Advance-Application-Engineering | 4015677ef74ad0e9368c68279c91f314bc57bef3 | 3bab6e512b050a8f0889030e472f9e3a000743ee | refs/heads/master | 2020-06-02T19:47:03.324200 | 2014-11-28T22:40:37 | 2014-11-28T22:40:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 464 | java | package org.stable.sdk.model.measurement.sugar.glucoselevel;
import org.stable.sdk.model.measurement.IMethodType;
public enum GlucoseLevel_Method_Type implements IMethodType {
Serum, BedSide;
private GlucoseLevel_Method_Type() {
// TODO Auto-generated constructor stub
}
public String methodDescription() {
r... | [
"abhijeet.kushe@gmail.com"
] | abhijeet.kushe@gmail.com |
a046072fbf79cbaaa6673ef75d6d4b1789b8107b | 74b47b895b2f739612371f871c7f940502e7165b | /aws-java-sdk-eks/src/main/java/com/amazonaws/services/eks/model/transform/CreateAddonResultJsonUnmarshaller.java | 42d27446bda17f432cf46dc707fed6141a816a96 | [
"Apache-2.0"
] | permissive | baganda07/aws-sdk-java | fe1958ed679cd95b4c48f971393bf03eb5512799 | f19bdb30177106b5d6394223a40a382b87adf742 | refs/heads/master | 2022-11-09T21:55:43.857201 | 2022-10-24T21:08:19 | 2022-10-24T21:08:19 | 221,028,223 | 0 | 0 | Apache-2.0 | 2019-11-11T16:57:12 | 2019-11-11T16:57:11 | null | UTF-8 | Java | false | false | 2,757 | java | /*
* Copyright 2017-2022 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... | [
""
] | |
90c7af6cd3407b64a1d73a61e6dc3501dbe6b6d7 | 83ca076aae91b6934c94f9092812b6cff31c89ff | /src/main/java/org/openjfx/App.java | 44812ae9dc4dc0c81b5f4d3305473cb571e17dad | [] | no_license | AnastasiaShubaeva/BankApplication | ca830da577844e8bbefa09fb81f366636bad8649 | ddf30ae347bf63546632ec39cec5874d896be0eb | refs/heads/master | 2023-02-05T21:48:14.167638 | 2020-12-23T09:47:07 | 2020-12-23T09:47:07 | 323,845,126 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 23,339 | java | package org.openjfx;
import javafx.application.Application;
import javafx.application.Platform;
import javafx.geometry.Insets;
import javafx.geometry.Pos;
import javafx.scene.Scene;
import javafx.scene.control.*;
import javafx.scene.layout.*;
import javafx.scene.paint.Color;
import javafx.scene.text.Text;
import javaf... | [
"nastya.shubaeva@gmail.com"
] | nastya.shubaeva@gmail.com |
fe9f45a777b9675d115e3b9726984fcbcb675721 | bbd75268565b13f06638f962ceb74e912bb2fa76 | /gerenciador_back/src/br/com/alura/gerenciador/acao/ListaEmpresas.java | f2744c3b6f2e95ddfc3a4ba58c4ccefaa0743d37 | [] | no_license | gustavobhm/Curso-de-Java-Servlet-parte-2-Autentica-o-autoriza-o-e-o-padr-o-MVC | ff225292c5aecbb28131d3ca6588d0afb69f8547 | caa40f15a28743d8701ed940e7b2e2439ee6b42b | refs/heads/master | 2020-04-30T16:07:59.459984 | 2019-04-02T12:26:36 | 2019-04-02T12:26:36 | 176,939,861 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 704 | java | package br.com.alura.gerenciador.acao;
import java.io.IOException;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import br.com.alura.gerenciador.modelo.Banco;
import br.com.alura.gerenciador.modelo.Empresa;
... | [
"gustavobhm@bol.com.br"
] | gustavobhm@bol.com.br |
b7c2a8f6407a08b9c58f4e701ed822c13516809b | dcc5095344e2fcdeb585934fcf2b4adf90377141 | /MutuaSMSAppEngineHangmanTests/src/instantvas/nativewebserver/NativeHTTPServerBehavioralTests.java | f203d3bf4d8760fb69e03cf85661f1c8bafdd45d | [] | no_license | zertyz/InstantVAS-backend-java-opensource | 344577e33652e433b13ad12b340ebd5310560b14 | 61f74836a0ea88c8a8098a13394b4fd191d373a9 | refs/heads/master | 2020-04-15T07:52:55.066041 | 2018-10-05T23:14:09 | 2018-10-05T23:14:09 | 164,505,447 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,360 | java | package instantvas.nativewebserver;
import static org.junit.Assert.*;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.util.HashMap;
import org.junit.Test;
import com.sun.net.httpserver.HttpExchange;
/** <pre>
* NativeHTTPServerBehavioralTests.java
* =========================... | [
"luiz@e8318a20-2124-4f52-a82c-d3615043beb2"
] | luiz@e8318a20-2124-4f52-a82c-d3615043beb2 |
9ba5dcee2be331b73582445381595f7ddd74e7d7 | 4084db21ffd407b23ff34b32b7ca7fb9fdfdd394 | /src/main/java/marcink/barberVisitApp/model/Visit.java | 5147aec947f89c3789546dc712430b23391558c0 | [] | no_license | ondskan/BarberVisit | 323cfeb617abbdcb90d69b49b2756c36b6e71b4c | f9c52002540872bf9b21b23fab164fdde34f4133 | refs/heads/master | 2021-01-10T20:32:20.688157 | 2015-03-26T17:21:12 | 2015-03-26T17:21:12 | 32,941,626 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,337 | java | package marcink.barberVisitApp.model;
/**
* Created by Marcin on 2015-02-22.
*/
import java.io.Serializable;
import java.math.BigDecimal;
import java.util.Date;
import javax.persistence.Basic;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Joi... | [
"marcin.kozun@gmail.com"
] | marcin.kozun@gmail.com |
f5ed56c689c754800621793121bed105bdf2aea7 | 5d5a66b5b7c81166510db8a7bb085f8cd253d215 | /HHeinle_IDM_UNO_DSL/org.xtexthheinle.uno.ui/src/org/xtexthheinle/uno/ui/MyUnoUiModule.java | f0768f4fe7633c3f954f986bed2aa1ee79f2375d | [] | no_license | hheinle/HHeinle_IDM_Uno | eda9c89da9741ea9c85122bde43dc3af14de27ad | 08e3a6fef7a936283a16554e96b24722db3c5d89 | refs/heads/master | 2023-01-28T05:25:56.997164 | 2020-12-12T12:53:10 | 2020-12-12T12:53:10 | 320,579,472 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 349 | java | /*
* generated by Xtext 2.23.0
*/
package org.xtexthheinle.uno.ui;
import org.eclipse.ui.plugin.AbstractUIPlugin;
/**
* Use this class to register components to be used within the Eclipse IDE.
*/
public class MyUnoUiModule extends AbstractMyUnoUiModule {
public MyUnoUiModule(AbstractUIPlugin plugin)... | [
"hheinle789@gmail.com"
] | hheinle789@gmail.com |
bf7e5c8044ebcde028a621df43c44a2b1dc085c5 | 4aa90348abcb2119011728dc067afd501f275374 | /app/src/main/java/org/xwalk/core/XWalkGeolocationPermissionsCallbackHandler.java | f10243a32affb76cb2dc749e8747fa9fbcfcefc3 | [] | no_license | jambestwick/HackWechat | 0d4ceb2d79ccddb45004ca667e9a6a984a80f0f6 | 6a34899c8bfd50d19e5a5ec36a58218598172a6b | refs/heads/master | 2022-01-27T12:48:43.446804 | 2021-12-29T10:36:30 | 2021-12-29T10:36:30 | 249,366,791 | 0 | 0 | null | 2020-03-23T07:48:32 | 2020-03-23T07:48:32 | null | UTF-8 | Java | false | false | 1,527 | java | package org.xwalk.core;
import java.util.ArrayList;
public class XWalkGeolocationPermissionsCallbackHandler implements XWalkGeolocationPermissionsCallback {
private Object bridge;
private ArrayList<Object> constructorParams;
private ArrayList<Object> constructorTypes;
private XWalkCoreWrapper coreWrap... | [
"malin.myemail@163.com"
] | malin.myemail@163.com |
3f6956ee9dc6e4d7534b09243f40c103e9d26693 | 6adbf03d8b783d7c6b4e31019008ef7f156de49f | /app/src/main/java/com/test/dmin/hellomoon/AudioPlayer.java | d5723a68d037c2bc6828b526c4e8f6126095e6cc | [
"Apache-2.0"
] | permissive | dmin0723/HelloMoonTest | 3ca0618dd1549c145cd06bbe0773287e3436a9c1 | 8e333cdc1764494057244250c79ad229a934fc06 | refs/heads/master | 2021-01-01T03:51:29.043140 | 2016-04-21T13:18:56 | 2016-04-21T13:18:56 | 56,363,865 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 685 | java | package com.test.dmin.hellomoon;
import android.content.Context;
import android.media.MediaPlayer;
/**
* Created by dmin on 2016/4/13.
*/
public class AudioPlayer {
private MediaPlayer mPlayer;
public void stop(){
if(mPlayer != null){
mPlayer.release();
mPlayer = null;
... | [
"gzdengmin@126.com"
] | gzdengmin@126.com |
552d9b26ee8d76cb026c4ea9c013d713424dae62 | 2ffb301d1f7226cab99170541e6506fa58885050 | /Day_06_02/src/AppStart.java | 20a15c20d988c373cf27f699b02a424a96e2c3eb | [] | no_license | jyoungl/juyoung | 1d0489bd3ee1924219f6aa860e91adbe78f0619f | 15cd482dd5f67f4bda60b83c49e0b480b713fad1 | refs/heads/master | 2020-05-17T22:29:42.452619 | 2019-07-31T08:56:52 | 2019-07-31T08:56:52 | 184,002,615 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 473 | java |
public class AppStart {
public static void main(String[] args) {
PizzaStore ps = new PizzaStore();
Pizza pizza = ps.order("어니언");
if(pizza instanceof Pizza) {
System.out.println("피자 인스턴스입니다.");
}
if(pizza instanceof OnionPizza) {
System.out.println("어니언피자 인스턴스.");
OnionPizza p = (OnionPizza)p... | [
"pmis118@naver.com"
] | pmis118@naver.com |
9ab1c750e06bcdc56f85243d3b0ca18153be0c96 | cec1602d23034a8f6372c019e5770773f893a5f0 | /sources/uk/co/senab/photoview/gestures/EclairGestureDetector.java | 3e5da0b4c156b6b4168c3a1b471215b030e568ef | [] | no_license | sengeiou/zeroner_app | 77fc7daa04c652a5cacaa0cb161edd338bfe2b52 | e95ae1d7cfbab5ca1606ec9913416dadf7d29250 | refs/heads/master | 2022-03-31T06:55:26.896963 | 2020-01-24T09:20:37 | 2020-01-24T09:20:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,150 | java | package uk.co.senab.photoview.gestures;
import android.annotation.TargetApi;
import android.content.Context;
import android.view.MotionEvent;
import uk.co.senab.photoview.Compat;
@TargetApi(5)
public class EclairGestureDetector extends CupcakeGestureDetector {
private static final int INVALID_POINTER_ID = -1;
... | [
"johan@sellstrom.me"
] | johan@sellstrom.me |
cea8d62aadf687762d6dafd3b66bed91bb221c9d | 31e5c8c22924a02ba4d68930dd23836d1c17a303 | /app/src/main/java/com/vgene/zyxu/lexicohelper/IndexEntity.java | 07d979e7bb7d4f840457e9dd13342f7b80981ac5 | [
"MIT"
] | permissive | vgene/LexicoHelper | 6be2d81be5a26e6a1b83c9bfdfb517e05ac693ac | 79ac37863613d05f3830abf387f7e3356296577c | refs/heads/master | 2021-01-10T02:00:14.686408 | 2016-03-04T15:54:10 | 2016-03-04T15:54:10 | 53,145,967 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,742 | java | package com.vgene.zyxu.lexicohelper;
import android.util.JsonReader;
import android.util.Log;
import java.io.IOException;
/**
* Created by zyxu on 3/1/16.
*/
public class IndexEntity {
private boolean isValid=false;
private String name;
private int start;
private int end;
private boolean isSel... | [
"xuziyang@pku.edu.cn"
] | xuziyang@pku.edu.cn |
3f3934c2545bf5671f4876a4dd7640cdcdd97860 | eb9f655206c43c12b497c667ba56a0d358b6bc3a | /plugins/gradle/tooling-extension-api/src/org/jetbrains/plugins/gradle/ExternalDependencyId.java | c09325e229c8e67dd747001f35faf0a34cb81bce | [
"Apache-2.0"
] | permissive | JetBrains/intellij-community | 2ed226e200ecc17c037dcddd4a006de56cd43941 | 05dbd4575d01a213f3f4d69aa4968473f2536142 | refs/heads/master | 2023-09-03T17:06:37.560889 | 2023-09-03T11:51:00 | 2023-09-03T12:12:27 | 2,489,216 | 16,288 | 6,635 | Apache-2.0 | 2023-09-12T07:41:58 | 2011-09-30T13:33:05 | null | UTF-8 | Java | false | false | 985 | java | /*
* Copyright 2000-2015 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | [
"Vladislav.Soroka@jetbrains.com"
] | Vladislav.Soroka@jetbrains.com |
0a239db7d65e61b461a28a99a5fb7a07cab1fca5 | 49cf8a4ed318ba5daac4a7ed5d24a53b2a227cbf | /final assignment/GUI Demos 2012/Choice Lists, Dialog Boxes and Frame Menus/File Dialog Box and Colour Chooser Demo/FileDialogColourChooser.java | fa85aa0377155ac83acbed7b4fe16cf1f6475907 | [] | no_license | hannahskim/YouVsSchool | ea63d15dbcd3ac56716c7dae51514003fca4dd20 | 981c89e3e7ac3fa8fb3159b49e59c491c5938794 | refs/heads/master | 2021-04-26T16:43:09.255804 | 2015-09-30T22:47:08 | 2015-09-30T22:47:08 | 43,463,755 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,362 | java | // The "FileDialogColourChooser" class. Programmed by: Ridout
import java.awt.*;
import javax.swing.*;
import java.awt.event.*;
public class FileDialogColourChooser extends JFrame implements ActionListener
{
// Variables for the frame
JMenuItem newOption, exitOption, aboutOption;
JMenuItem openOpt... | [
"kim.hannah524@gmail.com"
] | kim.hannah524@gmail.com |
e3df2de4853de5e7ceee7c848e25054442ffc880 | c307750062bb20269e84c6bb09abea7116b396ad | /contact7/src/main/java/cn/ucai/contact7/I.java | 6f7b46360f36250a08b43129ad80e4b69bbc279e | [] | no_license | BoomBone/Traning | 78cca64d17c07eff8bcf913b5115a1f924342e39 | a623507b1758d0685f552d0d5fecd456cc825707 | refs/heads/master | 2020-03-18T19:37:34.289015 | 2018-05-28T13:38:25 | 2018-05-28T13:38:25 | 135,165,959 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,400 | java | package cn.ucai.contact7;
public interface I {
String SERVER_URL = "http://139.196.185.33:8080/SuperQQ3Server/Server";
// String SERVER_URL = "http://10.0.2.2:8080/SuperQQ3Server/Server";
String PAGE_ID = "pageId";
String PAGE_SIZE = "pageSize";
interface User {
String TABLE_NAME = "user";
String ID = "id";
... | [
"ticccccc@163.com"
] | ticccccc@163.com |
81713a17a7318a1918364ea0e89cffc6995b399f | 7b2ebdaeba3b86265199dbbb0a05290fc8946ba9 | /deschartsLibrary/build/generated/source/r/androidTest/debug/it/bradipao/lib/descharts/R.java | ab403d4f53c7fade8813fd02eebd8df8bbf8d0e8 | [] | no_license | broderickwang/TestPile | 09e949c6bee83c572db27dbb1660b295f6e65ac3 | 670f40a43bcbcd6d3fbf9669fafdb2c62e5b1be7 | refs/heads/master | 2020-03-28T02:02:03.183039 | 2016-08-04T01:18:50 | 2016-08-04T01:18:50 | 64,890,952 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 563 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package it.bradipao.lib.descharts;
public final class R {
public static final class drawable {
public static final int ic_launcher = 0x... | [
"Broderick@ttbdeMacBook-Air.local"
] | Broderick@ttbdeMacBook-Air.local |
3ff35d6f22b16d67a24a58bef3805938596295df | 4244f72d1ccbcce150bb8f535c4cd26c13f04fca | /PcProject/app/src/main/java/dongduk/com/pcproject/NetworkManager.java | 988a0643f9d1148fcf3c27655fd925819efa6683 | [] | no_license | haena-j/hyApp | cc23173ab98d58c051b3d8b189d4562004c3e7f6 | fb2cab76b7d670501cf8049748b6a1e17da50227 | refs/heads/master | 2023-02-15T05:19:07.849549 | 2017-02-27T04:31:02 | 2017-02-27T04:31:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,208 | java | package dongduk.com.pcproject;
import android.content.Context;
import android.os.Handler;
import android.os.Message;
import android.widget.Toast;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.net.ConnectException;
import java.net.HttpURLConnection;
import java.net.SocketTimeo... | [
"jhy83088@gmail.com"
] | jhy83088@gmail.com |
fcda39d77065faa3571d7348d21d508254b3970d | 7f53ff59587c1feea58fb71f7eff5608a5846798 | /temp/ffout/client/net/minecraft/src/SorterStatsBlock.java | bcb38f30ce474801426b903d0fe56c9088a8a275 | [] | no_license | Orazur66/Minecraft-Client | 45c918d488f2f9fca7d2df3b1a27733813d957a5 | 70a0b63a6a347fd87a7dbe28c7de588f87df97d3 | refs/heads/master | 2021-01-15T17:08:18.072298 | 2012-02-14T21:29:14 | 2012-02-14T21:29:14 | 3,423,624 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,211 | java | // Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) braces deadcode fieldsfirst
package net.minecraft.src;
import java.util.Comparator;
// Referenced classes of package net.minecraft.src:
// StatCrafting, Gui... | [
"Ninja_Buta@hotmail.fr"
] | Ninja_Buta@hotmail.fr |
c20dc983a02940c2e18ab66d6d4f44981de3d1ad | 1f529e3ea6e6204c14fc118ef47e37235d50bab7 | /example/joda-time/mutants/CDL_12/org/joda/time/field/FieldUtils.java | 8a08e6e4437e76c75428d600abed41855857cec1 | [] | no_license | leofernandesmo/safira-impact-analysis | 9405730b581feff4a3ae5c2b31d5a320cb6e489c | daa577d267ed54822658f22dfc51291a69d5c450 | refs/heads/master | 2020-04-24T12:00:32.976812 | 2019-03-12T19:50:35 | 2019-03-12T19:50:35 | 171,943,672 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,466 | java | // This is a mutant program.
// Author : ysma
package org.joda.time.field;
import java.math.BigDecimal;
import java.math.RoundingMode;
import org.joda.time.DateTimeField;
import org.joda.time.DateTimeFieldType;
import org.joda.time.IllegalFieldValueException;
public class FieldUtils
{
private FieldUtils()
... | [
"leofernandesmo@gmail.com"
] | leofernandesmo@gmail.com |
ccb475066f472c026fa816ac8ec79f9fc629a0e4 | 12b25df4afe21358744406c1b75a70f288e54ed0 | /android/app/src/main/java/com/estudoreactnative/MainApplication.java | 8743eae611f687b653f25a3eeeb9ab2e14aa4cc7 | [] | no_license | RafaelSKaturabara/EstudoReactNative | 0334ce714293651f272f5604ab2a0521dddbff20 | 715e5be4d6959d41e7889e268362207d77bcf4f0 | refs/heads/master | 2020-04-11T18:26:21.102633 | 2019-01-05T19:58:40 | 2019-01-05T19:58:40 | 161,998,762 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,224 | java | package com.estudoreactnative;
import android.app.Application;
import com.facebook.react.ReactApplication;
import com.oblador.vectoricons.VectorIconsPackage;
import org.reactnative.camera.RNCameraPackage;
import com.facebook.react.ReactNativeHost;
import com.facebook.react.ReactPackage;
import com.facebook.react.shel... | [
"rafael.katurabara@fatec.sp.gov.br"
] | rafael.katurabara@fatec.sp.gov.br |
f6c8aa5e0abbd7db775e301fab80d83e9626f81b | 31b9475532df38409a1f9719fd4a341ec23be80b | /src/test/java/com/codewars/MountTheBowlingPinsTest.java | 4d79699ba0b703e12d32de7c96478eecfb39aa45 | [] | no_license | VanessaSchenkel/codewars | 772b925db699d9ac72ba79516faa01aded47becd | 8b0a494536c9c2c11d835e475067496f886c152e | refs/heads/master | 2023-07-30T07:48:45.629146 | 2021-09-15T21:30:26 | 2021-09-15T21:30:26 | 263,184,336 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 535 | java | package com.codewars;
import org.junit.Test;
import static org.junit.jupiter.api.Assertions.assertEquals;
public class MountTheBowlingPinsTest {
@Test
public void exampleTests()
{
MountTheBowlingPins bowling = new MountTheBowlingPins();
int[] testArray = new int[]{1,2,3};
assertEq... | [
"v.s.schenkel@gmail.com"
] | v.s.schenkel@gmail.com |
22475c086e8b629a645d0d16604839aa8d9ffeef | 9711d1ec0bd86fdae6141fbfb609fac464d07694 | /software/homecontrol/branches/plugin_system/src/org/isysbus/tools/ControllerType.java | 17a978a62ac0fdc60055b9ad7eb24461287a5375 | [] | no_license | adlerweb/iSysBus | 70a23617bfc87ff8826e044a3a74022ad35b3b82 | e879de563a7b27b1098a0cecdae598ebb730ec79 | refs/heads/master | 2020-04-08T05:13:08.827003 | 2018-11-25T16:08:38 | 2018-11-25T16:08:38 | 159,051,532 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 127 | java | package org.isysbus.tools;
public enum ControllerType {
ATMEGA8, ATMEGA16, ATMEGA168, ATMEGA32, ATMEGA128, AT90CAN128
}
| [
"svn.isysbus.org"
] | svn.isysbus.org |
dc0364cd3418d9ee9e9d7b029e12b92483c9c4ea | 62b901a7e427ce5ae2238fd6f6c89744eb27c0f5 | /src/org/spacebits/exceptions/IncorrectUnitException.java | fac69584d98676b964ef0fe0de6282049849043c | [
"MIT"
] | permissive | snclucas/spacebits | 0fd73024adad1fc2fba76b56255df42b6b45ffbe | 24ff351226064c9084667a7d2a09082cc000214e | refs/heads/master | 2021-01-17T22:50:43.035673 | 2017-06-06T00:34:39 | 2017-06-06T00:34:39 | 64,038,305 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 224 | java | package org.spacebits.exceptions;
public class IncorrectUnitException extends RuntimeException {
private static final long serialVersionUID = 1L;
public IncorrectUnitException(String message) {
super(message);
}
}
| [
"snclucas@gmail.com"
] | snclucas@gmail.com |
921f8e4f93561d6d4cd8bc79fdc6e8dd338278a4 | cf257429c6dd4c62ad8f9e5b20bcc82686a180c0 | /plugins/fr.obeo.dsl.designer.sample.flow.routerdsl/fr.obeo.dsl.designer.sample.flow.routerdsl/src-gen/fr/obeo/dsl/designer/sample/flow/routerdsl/routerDsl/impl/ThroughtputImpl.java | 09d4c55a7b5b6bc246a734a9df030222e5d03c36 | [] | no_license | kiankang80/Flow-Designer | 1adbeace9a38451c426ea29bc2e797dbf44cfdbe | 0d5fcff5fc4229f52fef1c49a7e44ce32353de03 | refs/heads/master | 2023-03-13T04:21:41.041320 | 2020-12-14T15:06:01 | 2020-12-14T15:06:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,349 | java | /**
* generated by Xtext 2.12.0
*/
package fr.obeo.dsl.designer.sample.flow.routerdsl.routerDsl.impl;
import fr.obeo.dsl.designer.sample.flow.routerdsl.routerDsl.RouterDslPackage;
import fr.obeo.dsl.designer.sample.flow.routerdsl.routerDsl.Throughtput;
import fr.obeo.dsl.designer.sample.flow.routerdsl.routerDsl.Time... | [
"cedric.brun@obeo.fr"
] | cedric.brun@obeo.fr |
b28d4df8d358fd16bdfa30d38ea812f8ae4272ae | b9b0b523db6fd02b1e9c5523d1fa58da2c4173f0 | /java/src/Interface/AdapterDesignPattern.java | 8747ec1546d8d20924067e898449e584d23ba87d | [] | no_license | bhupeshdhaundiyal/java | 1f5adb86c497333362bfb69be6548694ca59a372 | 497bb5029fd81ccd0ba3657c4e54fb5ed9738501 | refs/heads/master | 2022-12-06T02:18:53.562176 | 2019-06-03T04:29:18 | 2019-06-03T04:29:18 | 181,281,271 | 0 | 0 | null | 2022-11-24T08:16:47 | 2019-04-14T08:38:01 | Java | UTF-8 | Java | false | false | 946 | java | package Interface;
interface IA{
void IA1();
void IA2();
void IA5();
void IA3();
void IA4();
}
//if simply implement interface in the class then we need to implement each single method
abstract class IAUsing implements IA{
@Override
public void IA1() {
// TODO Auto-generated method stub
System.out.pr... | [
"bhupeshdhaundiyal@gmail.com"
] | bhupeshdhaundiyal@gmail.com |
95278f88638996b154a19cba8a3e44308e812d9c | c5053f921b02fbbece8005a9d91d602f32293a6e | /wattion/src/main/java/com/conceptberria/wattion/client/ConceptberriaCoreClient.java | ee97ede05d7475d0d0b7d5df7d0dffc0abe81332 | [
"Apache-2.0"
] | permissive | ConceptBerria/wattion | 8c4a235dfa073de41cf4917a19f18f8ebebb9572 | 8d7bee2335ce125adcc46fe987e34cbea92f618b | refs/heads/master | 2021-01-10T17:39:57.391551 | 2016-04-06T19:45:13 | 2016-04-06T19:45:13 | 55,008,692 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,155 | java | /*
* Copyright 2016 ConceptBerria
* 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 wr... | [
"conceptberria@gmail.com"
] | conceptberria@gmail.com |
23faa2abe32aba4c8a3b9b0cdb60d5ed9440810f | ba975d6b16865e87f790702422940efaf2cbb8dc | /sdkey/src/com/example/sdkey/FileMgrActivity.java | d8372cb6681fc227d9f681c029b4e56837a8250c | [] | no_license | ShenDezhou/android | 5e19d86ca24cf6cae3f585aec973298fb20d37e6 | 71bdc46b3004d8eb532fa2b4c5c1f300b366320b | refs/heads/master | 2021-01-11T05:33:54.091506 | 2016-10-29T03:34:03 | 2016-10-29T03:34:03 | 71,799,376 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 14,624 | java | package com.example.sdkey;
import java.io.File;
import java.io.FileNotFoundException;
import java.util.Map;
import Sumavision.Library.ApduBaseCommand;
import Sumavision.Library.ConversionTools;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.Gravity... | [
"dezhou.shen@tsingdata.com"
] | dezhou.shen@tsingdata.com |
6dc0b3c2c51c9936ccd1966dd7dff464259c717a | c8d72a4543b0531ffd0cbadc0252b2157f4b076c | /Assignment 3/src/main/java/client/HealthGrpcClientStartup.java | d21221052de8bfc7dddb73ca629134e5c584fbde | [] | no_license | BlagaCristi/OnlineMedicalPlatform | 8818c48e4184ed52f5ed674156cd30672b6d7ed5 | a37411ed163abdc04c1dbaa0952f6885a3f7ab90 | refs/heads/master | 2023-02-24T10:54:53.867344 | 2021-01-30T17:53:45 | 2021-01-30T17:53:45 | 334,472,207 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 468 | java | package client;
public class HealthGrpcClientStartup {
public static void main(String[] args) throws InterruptedException {
// HealthGrpcClient client = new HealthGrpcClient("localhost", 23970);
// client.receiveMessage("Hello!");
// client.streamMedicationPlans(55);
Thread thread = n... | [
"blaga.cristi23@gmail.com"
] | blaga.cristi23@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.