blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 689M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 131
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 32
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 313 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8180746bb7c9222b1b87516c4f603342f4b634af | b0f12498038fea32e5471f25ad2106d349c9dde0 | /app/src/main/java/br/com/thiengo/opessistema/domain/Opcao.java | 41912f0b439d0b58e3cb459ebd5e2b3fff0dfeb9 | [] | no_license | viniciusthiengo/opcoes-sistema-status-itens-list | 7b9107f71f718b7d2a0296c5a7f2e0347032a617 | 4b905e95d8be7fc25501cf56cd1784c571ceea50 | refs/heads/master | 2021-01-17T04:29:34.171171 | 2020-05-14T15:44:12 | 2020-05-14T15:44:12 | 82,966,098 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 507 | java | package br.com.thiengo.opessistema.domain;
public class Opcao {
private String nome;
private boolean status;
public Opcao( String nome, boolean status ){
this.nome = nome;
this.status = status;
}
public String getNome() {
return nome;
}
public void setNome(Strin... | [
"viniciusthiengo@gmail.com"
] | viniciusthiengo@gmail.com |
a3a8f3a40b689370c2d2919737eaed4a04fb49ae | 3fe8e5db53dc425afdb24303f2f6926cade14f04 | /user/newZXingQrCode/src/main/java/com/zxing/camera/CameraConfigurationManager.java | 5c76f8b9dbc8f826bed669f38b1dbb5ddf988470 | [] | no_license | llorch19/ezt_user_code | 087a9474a301d8d8fef7bd1172d6c836373c2faf | ee82f4bfbbd14c81976be1275dcd4fc49f6b1753 | refs/heads/master | 2021-06-01T09:40:19.437831 | 2016-08-10T02:33:35 | 2016-08-10T02:33:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,356 | java | package com.zxing.camera;
import java.util.regex.Pattern;
import android.content.Context;
import android.graphics.Point;
import android.hardware.Camera;
import android.os.Build;
import android.util.Log;
import android.view.Display;
import android.view.WindowManager;
final class CameraConfigurationManager {
privat... | [
"liangxing@eztcn.com"
] | liangxing@eztcn.com |
398194dd6c5fe7bb7fffff71e53211c8eca60b5b | dbc4036d98d9ee4981cbd15e062d36e4cb6216a9 | /src/main/java/zhiyiting2/app/model/AppResponseModel.java | 38357d6ff17501caf4d2fdb9f478d23a954d9f17 | [] | no_license | Jlin0114/autotest | 826a347e247eff4b689f4f19a9bef93b84f84f03 | f0c0650530bd1047b662aee7d2e1842ad7e95ea6 | refs/heads/master | 2023-03-14T06:17:14.475715 | 2020-08-19T10:37:09 | 2020-08-19T10:37:09 | 344,986,247 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 519 | java | package zhiyiting2.app.model;
public class AppResponseModel {
private String fileId;
private String code;
private String message;
public String getCode() {
return code;
}
public void setCode(String code) {
this.code = code;
}
public String getMessage() {
return message;
}
public... | [
"zhaoming@wisdomep.com"
] | zhaoming@wisdomep.com |
3a06a70e1f9354156b39025097256f7504c860e7 | 61914dc8961d6cfc0c684dd768d1d64591c40bab | /javaSE_76_day10/src/Test04/Test04.java | e80d3a7701cac3ba5f0864947c7d20d019b53729 | [] | no_license | fuqingge/learn | cc9c523b8a1dfe4f55005dfd402fbb8703e881db | 25cb8dae1566e84f2ad646aae74a351f403337ec | refs/heads/master | 2020-05-14T13:23:19.105856 | 2019-05-16T16:01:16 | 2019-05-16T16:01:16 | 181,802,296 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 840 | java | package Test04;
import java.util.ArrayList;
import java.util.stream.Stream;
/*
已知ArrayList集合中有如下元素{陈玄风、梅超风、陆乘风、曲灵风、武眠风、冯默风、罗玉风},使用Stream
1、取出前2个元素并在控制台打印输出。
2、取出后2个元素并在控制台打印输出。
*/
public class Test04 {
public static void main(String[] args) {
ArrayList<String> list = new ArrayList<String>();
lis... | [
"406958093@qq.com"
] | 406958093@qq.com |
d6cbfca097c90c2c5ece1875bce7332562140f65 | 0006bf6d48b7052bb8ee8db753f6772ef472a283 | /simple-validator-core/src/main/java/com/github/wautsns/simplevalidator/constraint/enumeration/codeofenum/VCodeOfEnum.java | 4d0bbf5d04ad72ca435f6c234f68c162458b234d | [
"Apache-2.0"
] | permissive | wautsns/simple-validator | ac0f57559e3b0ffa95462403d469f8cd76084644 | 56cb42ff99b17d87ab308f3c0695c5da64709043 | refs/heads/master | 2021-01-14T07:22:59.024826 | 2020-07-25T15:13:36 | 2020-07-25T15:13:36 | 242,638,039 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,684 | java | /*
* Copyright 2020 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 applicab... | [
"wautsns@foxmail.com"
] | wautsns@foxmail.com |
867972fcd485d12a4a308f543443bfce2f3cddb5 | 9f9bf8d9d59c7c63ecaa87ebc7b15f0d28070b1a | /src/main/java/com/yitongyin/modules/ad/dao/BusMaterialTypeDao.java | d51e26f4135b44f614624b62c4a622ea002a1359 | [] | no_license | cll-dev/web-app | b4323a68ea6e1678b013cb03cd00bd0839cff2cb | 6cb5aac72708a995ff428c73162dca36352d0d84 | refs/heads/master | 2022-12-22T16:08:17.333495 | 2020-09-22T07:32:38 | 2020-09-22T07:32:38 | 297,571,850 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 294 | java | package com.yitongyin.modules.ad.dao;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.yitongyin.modules.ad.entity.BusMaterialTypeEntity;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface BusMaterialTypeDao extends BaseMapper<BusMaterialTypeEntity> {
}
| [
"2159952604@qq.com"
] | 2159952604@qq.com |
5317d1e794f396152a35d67095a5991213f242bf | 29acc5b6a535dfbff7c625f5513871ba55554dd2 | /aws-java-sdk-dynamodb/src/main/java/com/amazonaws/services/dynamodbv2/xspec/ListAppendFunction.java | ed1d6773aa68e6b5468e16b0f2c706a36a5bbeff | [
"JSON",
"Apache-2.0"
] | permissive | joecastro/aws-sdk-java | b2d25f6a503110d156853836b49390d2889c4177 | fdbff1d42a73081035fa7b0f172b9b5c30edf41f | refs/heads/master | 2021-01-21T16:52:46.982971 | 2016-01-11T22:55:28 | 2016-01-11T22:55:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,580 | java | /*
* Copyright 2015-2016 Amazon Technologies, 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://aws.amazon.com/apache2.0
*
* This file is distributed on an "AS IS" ... | [
"aws@amazon.com"
] | aws@amazon.com |
73a4888b8dfccee7af93e6d0ffd0b23ff32a9ac2 | 49d4fff6891f407c7388c1a9046ee0846412fc96 | /src/main/java/com/bbw/webshopbackend/model/ProductRepository.java | 015d7b31a27bcb63349fd7ed9dec67c0c2cb986c | [] | no_license | malte1koelle/webshop-backend | 421a7f28dd43769d9eb83c8b4f9924abef37a4d1 | 2d52894eeb778dbb7881bf734548e8d9e401198e | refs/heads/master | 2021-01-14T17:59:02.937303 | 2020-03-30T11:42:40 | 2020-03-30T11:42:40 | 242,704,525 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 304 | java | package com.bbw.webshopbackend.model;
import org.springframework.data.repository.CrudRepository;
// This will be AUTO IMPLEMENTED by Spring into a Bean called userRepository
// CRUD refers Create, Read, Update, Delete
public interface ProductRepository extends CrudRepository<Product, Integer> {
}
| [
"malte.koelle@unic.com"
] | malte.koelle@unic.com |
0cd0dcff7968b250759f8a5d087820957db65a40 | 36c831d781a5ec7669185cf27c5f91bfb9e61cd8 | /mvn_plugins/as3Ncss-maven-plugin/src/test/java/com/adobe/ac/ncss/files/TestMxml.java | db0dab42e2a265feeecc3b6448c971591fbb5934 | [] | no_license | francoisledroff/fna-v2 | 96d380829a9c9188422868622a742b35a0ec6946 | 9b58849aecf852504f1077c34c7eaa9ac33060e2 | refs/heads/master | 2021-01-10T11:46:36.452179 | 2016-01-16T17:33:34 | 2016-01-16T17:33:34 | 49,782,667 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,863 | java | package com.adobe.ac.ncss.files;
import java.io.File;
import java.net.URISyntaxException;
import junit.framework.TestCase;
import org.junit.Test;
import com.adobe.ac.ncss.utils.FileUtils;
public class TestMxml extends TestCase
{
@Test
public void testGetFunctionsCount() throws URISyntaxExceptio... | [
"francois.le.droff@7c565b1c-5fee-11de-92c7-cf56be1892c0"
] | francois.le.droff@7c565b1c-5fee-11de-92c7-cf56be1892c0 |
1a225b980b5f8d9599cd08ad1ab66a430cb336c6 | 23b6d6971a66cf057d1846e3b9523f2ad4e05f61 | /MLMN-Statistics/src/vn/com/vhc/vmsc2/statistics/dao/MonitorKpi2gMailDAO.java | 23be442dc712268d0c8ca7c7a1bdbf8276a64eea | [] | no_license | vhctrungnq/mlmn | 943f5a44f24625cfac0edc06a0d1b114f808dfb8 | d3ba1f6eebe2e38cdc8053f470f0b99931085629 | refs/heads/master | 2020-03-22T13:48:30.767393 | 2018-07-08T05:14:12 | 2018-07-08T05:14:12 | 140,132,808 | 0 | 1 | null | 2018-07-08T05:29:27 | 2018-07-08T02:57:06 | Java | UTF-8 | Java | false | false | 778 | java | package vn.com.vhc.vmsc2.statistics.dao;
import java.util.List;
import vn.com.vhc.vmsc2.statistics.domain.MonitorKpi2gMail;
public interface MonitorKpi2gMailDAO {
/**
* This method was generated by Apache iBATIS ibator.
* This method corresponds to the database table MONITOR_KPI_2G_MAIL
... | [
"trungnq@vhc.com.vn"
] | trungnq@vhc.com.vn |
bf003fce737a768c6eff15e120128fb5c49a6085 | 8ce12b0d45705150d0015225fe4731315ed73279 | /SeriesTracker/app/src/main/java/com/movile/up/seriestracker/business/restclients/UpdateRestClient.java | 8a27eeb8d6544bc980d2bf6ff6e4736f07087ad9 | [] | no_license | vitorandrietta/MovileUP | 5eced3763f58bfb58992c90db074dd1643be263f | 9827cb560ca61de406989a2261180102ef8e2394 | refs/heads/master | 2020-04-25T05:37:23.883971 | 2015-07-30T15:57:19 | 2015-07-30T15:57:19 | 38,892,186 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 679 | java | package com.movile.up.seriestracker.business.restclients;
import android.content.Context;
import com.movile.up.seriestracker.R;
import com.movile.up.seriestracker.interfaces.rest.UpdatesRemoteService;
import com.movile.up.seriestracker.model.models.ShowUpdate;
import retrofit.RestAdapter;
/**
* Created by android on... | [
"vitorandrietta@gmail.com"
] | vitorandrietta@gmail.com |
964c15f1e2140ff382612ae7a7878eb67b5e6816 | 72b6316321f45d650cbed01bcfb25c5015a64556 | /4.JavaCollections/src/com/javarush/task/task32/task3205/Solution.java | 62e90d931562c4a88c58763bbb22a1897825fce2 | [] | no_license | whiskels/JavaRush | b7e21760c10f5d88da26261640024168052dd8d5 | aaed9ee89249bdce0240fcdb3364741901311428 | refs/heads/master | 2022-11-27T19:55:55.788739 | 2020-08-08T12:50:04 | 2020-08-08T12:50:04 | 257,210,203 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 974 | java | package com.javarush.task.task32.task3205;
import java.lang.reflect.Proxy;
/*
Создание прокси-объекта
*/
public class Solution {
public static void main(String[] args) {
SomeInterfaceWithMethods obj = getProxy();
obj.stringMethodWithoutArgs();
obj.voidMethodWithIntArg(1);
/* expec... | [
"kuzmingeo@gmail.com"
] | kuzmingeo@gmail.com |
22c71a099fa62efa2608174170de60a868bf49ab | f61f16b03d4a73ca19c5e2e5fb22deae12d96af3 | /src/javaFundamental/CompareTo.java | cf590d9cace50513d2e6ca68224ba1fc13e128ba | [] | no_license | cayori/kh | 47d49d50597aa3d618443f9f9d24bc2f27952e4f | 19df8a004956b46b139133cb4b7ec1b263f782c6 | refs/heads/master | 2021-07-04T04:24:55.124924 | 2017-09-25T23:54:08 | 2017-09-25T23:54:08 | 103,261,961 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 197 | java | package javaFundamental;
public class CompareTo {
public static void main(String[] args) {
int c;
String s1 = "A";
String s2 = "Z";
c = s1.compareTo(s2);
System.out.println(c);
}
}
| [
"cayori@gmail.com"
] | cayori@gmail.com |
6ebc9a01a753dc4635e12a0b29c9630ec956f179 | b41cde8d057cf54c2e9b0995d35d053e31f04a2a | /sdk/src/main/java/com/google/cloud/dataflow/sdk/util/NoopStager.java | b54018c49c4d98381fd0d605a2e50f4ddf677274 | [
"Apache-2.0"
] | permissive | mxm/DataflowJavaSDK | 37d00fe3c1fb0cdd61e0fe248224d8b74c96d120 | 1a4a54a9b81568af549b7cf5ac893517e5febf3b | refs/heads/master | 2021-01-15T21:08:00.879690 | 2015-02-20T13:47:56 | 2015-02-20T13:48:49 | 31,066,732 | 0 | 0 | null | 2015-02-20T13:49:22 | 2015-02-20T13:49:21 | null | UTF-8 | Java | false | false | 1,166 | java | /*
* Copyright (C) 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | [
"davorbonaci@users.noreply.github.com"
] | davorbonaci@users.noreply.github.com |
32039d4ca20c2d0259d2e76c1e9bf55445657699 | c49aace871dfa8b64a6881c0ad34827a654a664f | /ClientApplication/src/com/clientapplication/User.java | 1d36c162fbbd52852e5553db2ea2115fcfbcd221 | [] | no_license | J-Sob/Klient-serwer-projekt | f5502acd2d8f0ece79ad11d1ba46f82748512884 | 0853c95d6d42985237a1edde04142d0552c23618 | refs/heads/main | 2023-06-10T01:16:35.198926 | 2021-07-03T17:48:22 | 2021-07-03T17:48:22 | 348,755,576 | 0 | 0 | null | 2021-07-03T15:23:46 | 2021-03-17T15:16:11 | Java | UTF-8 | Java | false | false | 1,349 | java | package com.clientapplication;
import java.util.Vector;
public class User {
int id;
String login;
String password;
Vector<Product> usersProducts;
double totalPrice;
public User(int id, String login, String password) {
this.id = id;
this.login = login;
this.password = ... | [
"sobczynski.kuba@wp.pl"
] | sobczynski.kuba@wp.pl |
3adb1d844749303c256a72a5ac3fb3d1606594e5 | 37ba349c621c9bafa9e6526ba8f49f3c0460e0ef | /mdsp-logfilling/src/main/java/com/pzoom/mdsp/logfilling/ZkState.java | a709c3e04826ee6423624fb213dd7860820df1b8 | [] | no_license | whantt/mdsp-logfilling | 357b0892efd499e828be8e546a3ce23bade65150 | f3bbd75a40e5f088c7ba9a058163c5199614ff20 | refs/heads/master | 2020-03-20T20:00:11.143551 | 2014-11-19T02:15:50 | 2014-11-19T02:15:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,452 | java | package com.pzoom.mdsp.logfilling;
import java.nio.charset.Charset;
import java.util.Map;
import org.apache.curator.framework.CuratorFramework;
import org.apache.curator.framework.CuratorFrameworkFactory;
import org.apache.curator.retry.RetryNTimes;
import org.apache.zookeeper.CreateMode;
import org.json.simple.JSONV... | [
"myyuren@163.com"
] | myyuren@163.com |
fe1444b21f84787ac962723f3d5ba70f92531ee2 | 43e40aeb45adf70ae447366e8b3c221e1bcec6c2 | /biomedicus-core/src/main/java/edu/umn/biomedicus/spelling/SpellCorrector.java | d8d1f3e07e2e637ccb3ad309423f711b838836e9 | [
"Apache-2.0"
] | permissive | chengniu/biomedicus | b3c30fd6e9377ef05424af2e3c58fcca6b6575ef | e3d55820128f33b474ee3adc4ac59168e1627b23 | refs/heads/master | 2021-01-21T15:44:48.543900 | 2017-04-26T16:02:06 | 2017-04-26T16:02:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 912 | java | /*
* Copyright (c) 2016 Regents of the University of Minnesota.
*
* 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... | [
"benknoll@umn.edu"
] | benknoll@umn.edu |
60adf13b59e132d4435300d64a87db1b152bccee | 001c851acf7411a89fe0e32cf4babba8afdba730 | /.svn/pristine/0f/0fd5b5cbbdbab89f8473e243db672cefec9268ec.svn-base | b48d0333d011a995b2df0dc4bfe6180b34aa0943 | [] | no_license | dingxuejin/weihuapin | ee0447c7b86c0867515624a0b79250ee80cf19b0 | 80cb8a11322084b1cd69ec3fd9ea6b7af69bb11d | refs/heads/master | 2020-03-21T09:01:32.363316 | 2018-07-04T03:25:11 | 2018-07-04T03:25:11 | 138,379,752 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,838 | package com.mobiusVision.controller.TbBusiness;
import com.mobiusVision.pojo.TbBusiness.TbBusinessBq;
import com.mobiusVision.pojo.TbBusiness.TbBusinessBqTBR;
import com.mobiusVision.service.TbBusiness.TbBusinessBqService;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiImplicitParam;
import io.swa... | [
"761110187@qq.com"
] | 761110187@qq.com | |
8cfe86f90ae5c09e110a4838d91fcd0be3372e24 | b611a4f586d5ab6cfd717b8879a6a8e9b6e5ae2d | /LibraryManagementSystem/src/cn/bms/utils/ServiceUtils.java | ecdc3729cf861d90519352c13a16431fceb423c6 | [] | no_license | czkct/java | 0a0faeb29af83068c2a34617bde8fc4cdb4600f0 | f61548936e2728b905a878d04289a1c07cecdc55 | refs/heads/master | 2020-12-25T15:09:06.177074 | 2016-11-06T17:03:24 | 2016-11-06T17:03:24 | 68,092,814 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 593 | java | package cn.bms.utils;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import Decoder.BASE64Encoder;
//import sun.misc.BASE64Encoder;
//将密码用编码包装起来,然后在存入数据文件中
public class ServiceUtils {
public static String md5(String message){
try {
MessageDigest md = MessageDigest.get... | [
"2504621508@qq.com"
] | 2504621508@qq.com |
560b8ab4b93c3916e1c8db2815bbf50da938a9d9 | 4b2aa05c35dabb0eb1a553abdfe393211a9a16c8 | /Project 3/src/code/Driver.java | 7e3b310b8af599a2a894d91fd194d7ea0b57b30d | [] | no_license | amymalia/ICS-311 | 1b4f368205a5e1e8ba8dab3cbb3814168f8bd50b | 2d04ac6fd7d90beeb16b8f703f8e71c7add8a71f | refs/heads/master | 2021-01-22T15:43:40.077494 | 2013-12-14T00:21:26 | 2013-12-14T00:21:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,861 | java | package code;
/*
* Copyright (c) 2013, Erika Nana
* 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
* no... | [
"enana@hawaii.edu"
] | enana@hawaii.edu |
08b0b7e44cd6bf7703c5acf0c3af060b52b26f72 | 30ceb7c346b3a5c3d8932655d8bd1e9813b3e6b0 | /CPUSchedulingSimulator/src/com/jimweller/cpuscheduler/MultilevelPriorityAlgorithm2.java | 4fea34c6fdf747d45b8d42593cfe0e51617d35ee | [] | no_license | jmasukawa/cs143a | 8865b05cb12eced9d9d273756768e5183c5c5cad | b5e75896809a24b8351ea8d5b2e038ef30036ea4 | refs/heads/master | 2021-05-27T00:29:21.051829 | 2013-10-22T00:57:16 | 2013-10-22T00:57:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,831 | java | /** MultilevelPriorityAlgorithm2.java
*
*
* @author: Jon Masukawa (33128396), Yan Zhao (31018809)
* Group #32
*
* Winter 2013
*
*/
package com.jimweller.cpuscheduler;
public class MultilevelPriorityAlgorithm2 extends RoundRobinSchedulingAlgorithm implements OptionallyPreemptiveSchedulingAlgorithm {
/** ... | [
"masukawaj@gmail.com"
] | masukawaj@gmail.com |
da8819eb1f86add77a811cf11ad0879949b84442 | ccf94dcb6b1500fcbbd56964ae8c4832a496b8b3 | /java/baiduads-sdk-auto/src/test/java/com/baidu/dev2/api/sdk/searchfeed/model/GetOcpcTransFeedResponseWrapperTest.java | b10e4375e58daa79ec7572a74fe5528441845100 | [
"Apache-2.0"
] | permissive | baidu/baiduads-sdk | 24c36b5cf3da9362ec5c8ecd417ff280421198ff | 176363de5e8a4e98aaca039e4300703c3964c1c7 | refs/heads/main | 2023-06-08T15:40:24.787863 | 2023-05-20T03:40:51 | 2023-05-20T03:40:51 | 446,718,177 | 16 | 11 | Apache-2.0 | 2023-06-02T05:19:40 | 2022-01-11T07:23:17 | Python | UTF-8 | Java | false | false | 1,504 | java | /*
* dev2 api schema
* 'dev2.baidu.com' api schema
*
* The version of the OpenAPI document: 1.0.1-SNAPSHOT
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package com.baidu.dev2.api.sdk.sea... | [
"jiangyuan04@baidu.com"
] | jiangyuan04@baidu.com |
e02f40963caf7677292ec6dd6c52bdca6ecac8da | 77e35d78fd2547049cc66becebf6040487321ed5 | /Desktop/daily_report_system-master/daily_report_system/src/filters/LoginFilter.java | 1567957c9ed177d20ae5b8eaf7d61cb89ca73b17 | [] | no_license | masaaki-kawanishi/daily_report_system | cc45f684141117312957006e5f554d73d8fa5e9c | 05a1467012ec575e1e9b45a1e46a09d358353eb4 | refs/heads/master | 2020-03-26T03:08:56.894067 | 2018-08-18T13:30:05 | 2018-08-18T13:30:05 | 144,440,550 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,984 | java | package filters;
import java.io.IOException;
import javax.servlet.Filter;
import javax.servlet.FilterChain;
import javax.servlet.FilterConfig;
import javax.servlet.ServletException;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
import javax.servlet.annotation.WebFilter;
import javax.servl... | [
"Mkawanishi9@gmail.com"
] | Mkawanishi9@gmail.com |
a0b110eb19d673547c3425f54a1f2df5108156f1 | f9bfd316b865e7ea702d1e9c33694a5ee8909554 | /eureka/src/main/java/eurekademo/EurekaApplication.java | 1112bc1ae487f21e3d3a6c1bd32c166e51757dbc | [] | no_license | viren1990/feign-eureka-spring-resilience4j | c49703a6dd3fd134c7a859ebfd511d2ffa382ae0 | cb954cbe2119a35a5b48b224251797322f47ac91 | refs/heads/master | 2020-06-28T22:54:50.970353 | 2019-08-09T10:08:18 | 2019-08-09T10:08:18 | 200,363,638 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 446 | java | package eurekademo;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.netflix.eureka.server.EnableEurekaServer;
/**
*
* @author Viren
*
*/
@SpringBootApplication
@EnableEurekaServer
public class EurekaApplicatio... | [
"v.h.kumar.sharma@accenture.com"
] | v.h.kumar.sharma@accenture.com |
e8fde722de7a702348daf41c6a63cfeff4b369ec | fde10a2a5e9afbeda949af2e654d2baadae7d262 | /android/src/de/mi/ur/SettingsFragment.java | fd9f63ec14725a97323a8ae0804567489aa11100 | [] | no_license | Maxikilliane/NerdyNumeralChallenge | d75b55086a254a3b8a7e8f6adb5f52684afb0d00 | 3b7a18d33365bca993e3e17a5c6fb63ffeb06a4c | refs/heads/master | 2020-04-12T06:14:38.175051 | 2016-09-30T18:22:52 | 2016-09-30T18:22:52 | 64,584,855 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 371 | java | package de.mi.ur;
import android.os.Bundle;
import android.preference.PreferenceFragment;
/**
* Created by Anna-Marie on 10.08.2016.
*/
public class SettingsFragment extends PreferenceFragment {
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
a... | [
"blue.cat@t-online.de"
] | blue.cat@t-online.de |
80d89ea39b2b72fc2accb8e6b70e7965bf09ab0b | ed7dc923814f6878020ee915d078cf486c30fc46 | /INDIVIDUAL EXPERIMENTS/org.xtext.example.mydsl.referencesuntyped.ui/xtend-gen/org/xtext/example/mydsl/referencesuntyped/ui/outline/MyDslOutlineTreeProvider.java | 2eddab2d96286078bb7bee69a42534bead37f846 | [] | no_license | a24ibrah/XMLText | 2aca934ddc42e98233af541f8c57f359ed19dd1f | fa03e63b0ac004da015a7c1844c5f7d374bca9fc | refs/heads/master | 2020-07-23T18:57:15.976381 | 2017-06-02T15:20:31 | 2017-06-02T15:20:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 398 | java | /**
* generated by Xtext
*/
package org.xtext.example.mydsl.referencesuntyped.ui.outline;
import org.eclipse.xtext.ui.editor.outline.impl.DefaultOutlineTreeProvider;
/**
* Customization of the default outline structure.
*
* see http://www.eclipse.org/Xtext/documentation.html#outline
*/
@SuppressWarnings("all")... | [
"neubauer@big.tuwien.ac.at"
] | neubauer@big.tuwien.ac.at |
9b7d4fad02da22354aaac04fb8379347de891bd4 | 111502d7df4510f3d345f3bcf8d82438fba9f35c | /src/enitity/asycuda/valuationItem_childs/ItemOtherCost.java | 4652635f5a7b21726c07dcb6383780ef914a642c | [] | no_license | sc001cs/AsycudaXML | cdddd1c72faa2e2ccd854814bd77d9ea791f3548 | bcf873ff2bd191481e0cb166dc55287a74f58f01 | refs/heads/master | 2021-01-12T11:00:51.733293 | 2017-01-11T21:51:31 | 2017-01-11T21:51:31 | 75,483,705 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,529 | java | package enitity.asycuda.valuationItem_childs;
import java.math.BigDecimal;
import javax.xml.bind.annotation.XmlElement;
public class ItemOtherCost {
private BigDecimal Amount_national_currency;
private String Amount_foreign_currency;
private String Currency_code;
private String Currency_name;
private String Cu... | [
"arditjuventus@hotmail.com"
] | arditjuventus@hotmail.com |
3539af50f1934da75cc6402a73d18cf29c67ca65 | 234465c6ecd3c4ec072bb269cd2523823a911a73 | /app/src/main/java/com/example/attendance/UserManager.java | 3c09f704476313101f8dc606f9fb0b410e253f0a | [] | no_license | nichousha1935/Attendance | 692f74ed4809d7753b59e6fca44a327069d7414e | 664af2018a343f865ed5122afafcff9e56f5ae9e | refs/heads/master | 2021-04-10T15:30:40.358724 | 2020-11-04T09:46:14 | 2020-11-04T09:46:14 | 248,943,474 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,998 | java | package com.example.attendance;
import android.content.Context;
import android.content.SharedPreferences;
public class UserManager {
private UserInfo userInfo=new UserInfo();
private SharedPreferences userSharedPreferences;
private static final String USER_SETTING = "user_setting";
private UserManage... | [
"13585477229@163.com"
] | 13585477229@163.com |
67ab9ec00089362f201d3b9337e741ae1dc38e6e | d4896a7eb2ee39cca5734585a28ca79bd6cc78da | /sources/androidx/media2/player/exoplayer/TrackSelector.java | 22a35ffc832bbcc9029b78097b1c548a6f849d6a | [] | no_license | zadweb/zadedu.apk | a235ad005829e6e34ac525cbb3aeca3164cf88be | 8f89db0590333929897217631b162e39cb2fe51d | refs/heads/master | 2023-08-13T03:03:37.015952 | 2021-10-12T21:22:59 | 2021-10-12T21:22:59 | 416,498,604 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,446 | java | package androidx.media2.player.exoplayer;
import android.media.MediaFormat;
import androidx.core.util.Preconditions;
import androidx.media2.exoplayer.external.Format;
import androidx.media2.exoplayer.external.Player;
import androidx.media2.exoplayer.external.source.TrackGroupArray;
import androidx.media2.exoplayer.ext... | [
"midoekid@gmail.com"
] | midoekid@gmail.com |
3c3140a3dc649f82257dd40bcb433b1ae4e3d6ae | d6b3ca8f02b06d31c640e2f08acea0262fddae59 | /javaproject/src/javabasics/WhileLoop.java | dc79e38ee53647035fb7adf5cd7d1a440f0b8375 | [] | no_license | SreejaJoginipally/helloworld | 53aef6a024bf8d0cf330ac05f4e4726fdcf90dd7 | 1530228b5e6dedbcc989875f5716e1590ea7183d | refs/heads/master | 2023-01-22T05:06:15.919175 | 2020-12-05T23:17:50 | 2020-12-05T23:17:50 | 317,356,310 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 213 | java | package javabasics;
public class WhileLoop {
public static void main(String[] args) {
int a = 100;
//while(a>=50) {
do {
a-=5;
System.out.println(a);
}while(a>=50);
}
}
| [
"sreej@DESKTOP-HG8K0BJ.myfiosgateway.com"
] | sreej@DESKTOP-HG8K0BJ.myfiosgateway.com |
3602c58c460a2c86b183b36d8b2e8ed9d5525629 | d1bd1246f161b77efb418a9c24ee544d59fd1d20 | /java/Tools/src/com/drew/metadata/exif/ExifThumbnailDirectory.java | 9c2dfad4a2fb86ceec1e89d24d00dc2cc90f3279 | [] | no_license | navychen2003/javen | f9a94b2e69443291d4b5c3db5a0fc0d1206d2d4a | a3c2312bc24356b1c58b1664543364bfc80e816d | refs/heads/master | 2021-01-20T12:12:46.040953 | 2015-03-03T06:14:46 | 2015-03-03T06:14:46 | 30,912,222 | 0 | 1 | null | 2023-03-20T11:55:50 | 2015-02-17T10:24:28 | Java | UTF-8 | Java | false | false | 14,989 | java | /*
* Copyright 2002-2012 Drew Noakes
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... | [
"navychen2003@hotmail.com"
] | navychen2003@hotmail.com |
79cdf2a60d984740b49ad9a744ffd5fd09bc4e77 | 6e7abb512dfe0ad03c07cbc10e5ca57e22dc3377 | /wifiin-global/src/test/java/com/wifiin/httpclient/HttpClientTest.java | dda9de4dfec288ad1796e12ed37b032208bb7fa3 | [] | no_license | heianxing/wifiin-core | be3dbaf9a9d84a962c8ed6692c1dade1bf608119 | bc3b81a38fa74b1a5bd269d17f358a163295bea5 | refs/heads/master | 2020-11-26T18:51:37.112911 | 2017-08-26T08:55:59 | 2017-08-26T08:55:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,636 | java | package com.wifiin.httpclient;
import java.io.IOException;
import java.net.ProxySelector;
import java.nio.charset.Charset;
import java.nio.charset.StandardCharsets;
import java.util.List;
import java.util.Map;
import java.util.concurrent.TimeUnit;
import javax.net.ssl.SSLContext;
import org.apache.http.Header;
impor... | [
"runfriends@126.com"
] | runfriends@126.com |
caf285bf4e51887ac2f9980aa816503886512d31 | 05b37b4f67d389f8620f7ab403c390b5818b55a1 | /livecoding/src/main/java/com/digitalinnovation/livecoding/config/VillainsTable.java | 711932e6461b5a6cae50f500609156e9da90dae4 | [
"MIT"
] | permissive | Cleython-Enginner/Heroes-SpringWebflux-API | 358a627d76f81542790facbc5784707b148f2f09 | 95f54d0f2a3fa2bfcd3956f033222a69da0ebf66 | refs/heads/main | 2023-07-15T22:58:17.959115 | 2021-08-20T01:45:52 | 2021-08-20T01:45:52 | 386,990,626 | 0 | 0 | null | 2021-08-20T01:45:52 | 2021-07-17T16:41:21 | Java | UTF-8 | Java | false | false | 1,989 | java | package com.digitalinnovation.livecoding.config;
import java.util.Arrays;
import com.amazonaws.client.builder.AwsClientBuilder;
import com.amazonaws.services.dynamodbv2.AmazonDynamoDB;
import com.amazonaws.services.dynamodbv2.AmazonDynamoDBClientBuilder;
import com.amazonaws.services.dynamodbv2.document.DynamoDB;
im... | [
"cleythonsantos@gmail.com"
] | cleythonsantos@gmail.com |
211d92508803273a6e09497bdbb5569749ab25ba | 44e0b10a1e98587ea4cf9067b0de39937f5de081 | /src/main/java/com/cdkj/ylq/dto/res/XN802167Res.java | 431c38f42a33c5d34f78c72c61b256dcc608440d | [] | no_license | ibisTime/xn-ylq | 96df9254746f4d7017865f45908a9d93269d3876 | 937e475780d80c1fb29659878effd060e28a1b94 | refs/heads/master | 2021-01-16T11:29:30.662194 | 2018-01-05T09:57:20 | 2018-01-05T09:57:20 | 99,996,279 | 0 | 6 | null | null | null | null | UTF-8 | Java | false | false | 623 | java | /**
* @Title XN802166Res.java
* @Package com.std.account.dto.res
* @Description
* @author leo(haiqing)
* @date 2017年9月15日 下午12:54:59
* @version V1.0
*/
package com.cdkj.ylq.dto.res;
/**
* @author: haiqingzheng
* @since: 2017年9月15日 下午12:54:59
* @history:
*/
public class XN802167Res {
private... | [
"leo.zheng@hichengdai.com"
] | leo.zheng@hichengdai.com |
9bffc7580335394341f1037d9d7007355c5f5ae1 | 10186b7d128e5e61f6baf491e0947db76b0dadbc | /org/apache/xerces/parsers/AbstractXMLDocumentParser.java | aafff9431f44a7f75f0abe2ea302121e103c1b34 | [
"SMLNJ",
"Apache-1.1",
"Apache-2.0",
"BSD-2-Clause"
] | permissive | MewX/contendo-viewer-v1.6.3 | 7aa1021e8290378315a480ede6640fd1ef5fdfd7 | 69fba3cea4f9a43e48f43148774cfa61b388e7de | refs/heads/main | 2022-07-30T04:51:40.637912 | 2021-03-28T05:06:26 | 2021-03-28T05:06:26 | 351,630,911 | 2 | 0 | Apache-2.0 | 2021-10-12T22:24:53 | 2021-03-26T01:53:24 | Java | UTF-8 | Java | false | false | 7,755 | java | package org.apache.xerces.parsers;
import org.apache.xerces.xni.Augmentations;
import org.apache.xerces.xni.NamespaceContext;
import org.apache.xerces.xni.QName;
import org.apache.xerces.xni.XMLAttributes;
import org.apache.xerces.xni.XMLDTDContentModelHandler;
import org.apache.xerces.xni.XMLDTDHandler;
import org.ap... | [
"xiayuanzhong+gpg2020@gmail.com"
] | xiayuanzhong+gpg2020@gmail.com |
3f2fb4446105803bcf4d87d5bc16acf5120832b3 | a84b34374159afd1719c2f7ee1b99a602147ae86 | /src/mazeducks/Loading.java | b6982fac0316e8ebd3cde10d6f6c396b070b633e | [] | no_license | Kunal-khanwalkar/MAZEducks | c3d92526abe3bd53e77ca5d7f4404b3192a01149 | 061704f7b1b876296674f2878101cb17e5b9f9de | refs/heads/master | 2020-11-25T09:27:15.637209 | 2020-04-08T13:24:04 | 2020-04-08T13:24:04 | 228,596,051 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,541 | 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 mazeducks;
/**
*
* @author Medha Joshi
*/
public class Loading extends javax.swing.JFrame {
/**
* Creates new for... | [
"kunalkhanwalkar@gmail.com"
] | kunalkhanwalkar@gmail.com |
e38c37a4d8efd7ef7dc81a54f366278e9b9db518 | 1f568b8e67952c2837c176339708cde4f235b018 | /test/ru/job4j/array/SwitchArrayTest.java | d0cfe20dd1d9b07b33377af47c52dd4143c3c0d9 | [] | no_license | AlexKennethMiles/job4j_elementary_practice | 896cf452cff5695401bd0bcb395cff550994ee13 | b2429e8ea8e74149fd907908bc0ea4cad94113ff | refs/heads/master | 2023-05-21T09:54:19.426413 | 2021-06-14T19:59:37 | 2021-06-14T19:59:37 | 333,356,363 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,026 | java | package ru.job4j.array;
import org.junit.Test;
import static org.hamcrest.core.Is.is;
import static org.junit.Assert.*;
public class SwitchArrayTest {
@Test
public void whenSwap0to3() {
int[] input = {1, 2, 3, 4};
int[] expect = {4, 2, 3, 1};
int[] rsl = SwitchArray.swap(input, 0, inp... | [
"apuchkov17@gmail.com"
] | apuchkov17@gmail.com |
5000481109114c2db18e97bae104596c8453caca | ae276ef4fa493b2b8b5035ea346ac5e04d1df48e | /app/src/main/java/com/example/camirwin/invoicetracker/model/Services.java | 3fe53f381350f82533bb1f5489d260e1d7328955 | [] | no_license | Camirwin/OverTime | bb7c0d5be632f26e851962ee1646009c7b98f5a9 | 9423c6d7c4f81a7d1a13d3f97a6fba8bf9dddba2 | refs/heads/master | 2020-04-20T17:31:53.120804 | 2014-08-02T19:38:10 | 2014-08-02T19:38:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,473 | java | package com.example.camirwin.invoicetracker.model;
import java.util.Date;
public class Services {
private Integer Id;
private Integer ClientId;
private Integer InvoiceId;
private String Name;
private Double Rate;
private Long LastWorkedDate;
private Double OutstandingBalance;
public ... | [
"cameron.irwinp@gmail.com"
] | cameron.irwinp@gmail.com |
9287a3a7e42659d5d5445e37324343ef5cd62266 | 117e9d2e1e2200d6b5de1a8d80d3a94f061ee6c7 | /src/serviceadaptor/document/ws/ObjectFactory.java | e152cec58fe0c1020755ce32c5e1eec57dddb702 | [] | no_license | introsde-project-lifestylecoach-old/data-service | 23e029070afc8944de866f99fe367e56fb2937ee | 072b5dd8020cb5d5d000ba64b9c0a9ccd0b47882 | refs/heads/master | 2021-06-01T02:25:50.370091 | 2016-08-11T15:20:42 | 2016-08-11T15:20:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,880 | java |
package serviceadaptor.document.ws;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
* gener... | [
"matteo@localhost.localdomain"
] | matteo@localhost.localdomain |
112058daba7d5fe57e56a0fcc8ec446492421246 | bd59f9a9b7bf598a1168299dce0b1e07b91c8729 | /src/main/java/com/geekq/miaosha/service/rpchander/RpcCompensateService.java | 43fd0ff0bceb731b86d8a835e584d9899ce14f75 | [] | no_license | jiayangchen/miaosha | 8425be8ad35d4a512c8a53302c03b43517d94b98 | 3dc731e70195176f49d5e021e0af954368e74270 | refs/heads/master | 2020-04-18T01:01:10.107267 | 2019-01-22T15:19:03 | 2019-01-22T15:19:03 | 167,101,943 | 3 | 0 | null | 2019-01-23T02:21:49 | 2019-01-23T02:21:49 | null | UTF-8 | Java | false | false | 3,770 | java | package com.geekq.miaosha.service.rpchander;
import com.geekq.miaosha.common.SnowflakeIdWorker;
import com.geekq.miaosha.common.resultbean.ResultGeekQ;
import com.geekq.miaosha.service.rpchander.enums.PlanStepStatus;
import com.geekq.miaosha.service.rpchander.enums.PlanStepType;
import com.geekq.miaosha.service.rpchan... | [
"qiurunze@youxin.com"
] | qiurunze@youxin.com |
7c02f2d59de97820a16483350e4db67e1b1afe20 | 94bf529e7a4753e69c4a4841fdbeaac9041357ff | /app/src/main/java/com/example/punit/app/NewsActivity.java | f8bc3f0129607e4948d829ae7c9be0f3b5b9a113 | [] | no_license | Raghu15/App | 6382489f91e74d7fe8b6faa5fc380fb051c61df5 | 1f7f2b70940af80f51d3e82d6831622b5610e0bb | refs/heads/master | 2021-01-10T16:14:51.434485 | 2016-02-22T11:24:12 | 2016-02-22T11:24:12 | 52,268,560 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 792 | java | package com.example.punit.app;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.widget.TextView;
/**
* Created by punit on 09/12/2015.
*/
public class NewsActivity extends AppCompatActivity {
private TextView tvNews;
@Override
prot... | [
"raghua1593@gmail.com"
] | raghua1593@gmail.com |
2126960b85c90db0bf90677e502f8cc61f3ec841 | 0bf686492a9fadafadd3b5ab2398f8a13f69e521 | /DesignPattern/src/CafeExample/Packing.java | e22ae3753613dfc9744ac305a717a67b0e8f5904 | [] | no_license | ultracake/design_patterns | dceda0ccfb332c99fc21834c421347b223b513bd | d927ae96f0bb730ca9639ba3cb349e2b6c5aa548 | refs/heads/main | 2023-01-22T23:35:02.780772 | 2020-12-01T09:32:51 | 2020-12-01T09:32:51 | 300,525,957 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 70 | java | package CafeExample;
public interface Packing
{
String pack();
}
| [
"jackievuong@live.dk"
] | jackievuong@live.dk |
6d5b1f353623e1b751a87b30628a219a98b13bdc | 39cad3a0faad4d4c3dcb03686d52200bc56fba09 | /src/main/java/com/test/taskmanager/domain/Process.java | f542da84324ffd958587b93fe3e8c8f4dbd691dd | [] | no_license | galegofer/taskmanager-test | 2b39434a0f0af18341c1d5f47b4b2cb1348a6e83 | 8fb5c33799c783145bc1d670552b52f6166095b4 | refs/heads/main | 2023-07-01T04:41:13.187319 | 2021-08-04T14:16:54 | 2021-08-04T14:16:54 | 392,710,375 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,904 | java | package com.test.taskmanager.domain;
import io.vavr.concurrent.Future;
import java.time.LocalDateTime;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concurrent.atomic.AtomicLong;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.EqualsAndHashCode;
import lombok.EqualsAndHashCo... | [
"damian.raul.fernandez@ing.com"
] | damian.raul.fernandez@ing.com |
6d56a48fe1a2033ca66c8c6d5af8edd89100e046 | 7569f9a68ea0ad651b39086ee549119de6d8af36 | /cocoon-2.1.9/src/blocks/forms/java/org/apache/cocoon/forms/datatype/typeimpl/AbstractDatatype.java | 00a039f97e2a7898680a78e5a9fa5ed4a566d063 | [
"Apache-2.0"
] | permissive | tpso-src/cocoon | 844357890f8565c4e7852d2459668ab875c3be39 | f590cca695fd9930fbb98d86ae5f40afe399c6c2 | refs/heads/master | 2021-01-10T02:45:37.533684 | 2015-07-29T18:47:11 | 2015-07-29T18:47:11 | 44,549,791 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,855 | java | /*
* Copyright 1999-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 required by... | [
"ms@tpso.com"
] | ms@tpso.com |
ff86ac24bf0a5409f26c27c97cee4e16f2517a95 | 36d818cbeda9fe07c3097e136beeaad33ab33cd9 | /src/Design_Pattern/Implements/ConcreteProduct3.java | 156baba8029658fbf3da7b1150973fc2d4945e7c | [] | no_license | XQLong/java_workplace | 61a5cca83bc3da942779ececd1b871832d058d41 | f8fd8a04c9a01f57a61efbd1e026fe6d83edd9b3 | refs/heads/master | 2020-03-28T19:23:16.464728 | 2019-10-22T02:35:37 | 2019-10-22T02:35:37 | 148,970,832 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 192 | java | package Design_Pattern.Implements;
import Design_Pattern.Interface.Product;
/**
* @Author: xql
* @Date: Created in 17:38 2019/7/10
*/
public class ConcreteProduct3 implements Product {
}
| [
"xql820148218@gmail.com"
] | xql820148218@gmail.com |
653e44fdd4108cef45f457ebf674618535c9656a | 8a209eb061c755b8a09c2ab54158decc4213db8a | /src/main/java/com/luxoft/tradevalidator/repository/CCPairExceptionSpotTradeRepository.java | ed7ab037c536c872b20f5dd31c4f08d48e64bcab | [] | no_license | crafaelsouza/trade-validator | 90fd070973acd254788b0ff337f9bd042db7143d | 50295e1b8499ed1883bb4ec3774b4ab810f9500f | refs/heads/master | 2020-03-27T02:14:13.282547 | 2018-08-28T15:03:38 | 2018-08-28T15:06:43 | 145,775,451 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 292 | java | package com.luxoft.tradevalidator.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import com.luxoft.tradevalidator.domain.CCPairExceptionSpotTrade;
public interface CCPairExceptionSpotTradeRepository extends JpaRepository<CCPairExceptionSpotTrade, Integer>{
}
| [
"rafael.souza@accesstage.com.br"
] | rafael.souza@accesstage.com.br |
ab4f0e6f1372d2424502a39e1664f38823a48255 | a64fccb4ad2e2536d6d7959fcc8af27dcfe9f756 | /src/main/java/com/example/demo/ProductoController.java | f6032f3641fe5abcae268b9beaffe08dbe49bbd5 | [] | no_license | valenfv/gondola-rest-service | adfded1cf1ff0d008abe660b26237dc6cd7a617c | 728b5b6874103a121910342a14a6701e713e9078 | refs/heads/master | 2020-09-16T06:18:37.422068 | 2019-11-26T15:57:38 | 2019-11-26T15:57:38 | 223,681,023 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,098 | java | package com.example.demo;
import java.net.URISyntaxException;
import java.util.ArrayList;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Example;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.PostMappi... | [
"valentinfvazquez@gmail.com"
] | valentinfvazquez@gmail.com |
d1bbb5df787a5ff13a7ab45ba6cc82957ba3df35 | 5ee3d519f28352139e79082e98dd67231fdc1aee | /src/main/java/com/nio/Marketing.java | 91c9c1f37f67e6ef0f0e147ae9c7c347d1b9e829 | [] | no_license | fruitfish/practice | 305a684a24513c24af23820829e7aad494d19df9 | bef0f8fa34a850443b67afcfe21f8a4d78321661 | refs/heads/master | 2022-06-16T06:19:18.959020 | 2020-08-26T14:53:54 | 2020-08-26T14:53:54 | 172,201,680 | 0 | 0 | null | 2022-06-10T19:57:14 | 2019-02-23T10:33:47 | Java | UTF-8 | Java | false | false | 3,098 | java | package com.nio;
import java.nio.ByteBuffer;
import java.nio.channels.GatheringByteChannel;
import java.io.FileOutputStream;
import java.util.Random;
import java.util.List;
import java.util.LinkedList;
/**
* Created by GanShu on 2018/12/10 0010.
*/
public class Marketing {
private static final String DEMOGRAPH... | [
"ganshu@2dfire.com"
] | ganshu@2dfire.com |
badcb80b3815a4d3976527a94830c60926d4dc7a | 46b85208c7dfd1249ff5c2f263cdb0e742bff8da | /solon/src/main/java/org/noear/solon/core/util/IoUtil.java | 5a5858fb379863415ff3b6f3cf9cccd3156ac31e | [
"Apache-2.0"
] | permissive | noear/solon | 1c0a78c5ab2bec45a67fcf772f582f9cb4894fab | 63f3f49cddcbfa8bd6d596998735f0704e8d43f8 | refs/heads/master | 2023-08-31T09:10:32.303640 | 2023-08-30T14:13:27 | 2023-08-30T14:13:27 | 140,086,420 | 1,687 | 187 | Apache-2.0 | 2023-09-10T10:31:54 | 2018-07-07T13:23:50 | Java | UTF-8 | Java | false | false | 2,625 | java | package org.noear.solon.core.util;
import org.noear.solon.Solon;
import org.noear.solon.Utils;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
/**
* 输入输出工具
*
* @author noear
* @since 2.4
*/
public class IoUtil {
public static String ... | [
"noear@live.cn"
] | noear@live.cn |
fea3efc31e29db7059e7c9d1bcb16d749afa2b66 | e0538dd6c0498b08db57787352a3bdf4dedcdee9 | /nsbaselibrary/src/test/java/com/red/dargon/nsbaselibrary/ExampleUnitTest.java | a0453f058c0ebe58d2d16ebb0fdddb3a00cd4677 | [] | no_license | RedDargon/NSBaseProject | 14b7275582169f23057b4fdb9f3a29e48f234edb | 8d3fdcb33a0a4170a810e3e1efe4688f7564bdb0 | refs/heads/master | 2021-05-06T07:35:05.336743 | 2017-12-18T09:32:39 | 2017-12-18T09:32:39 | 113,954,843 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 406 | java | package com.red.dargon.nsbaselibrary;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
publi... | [
"814624641@qq.com"
] | 814624641@qq.com |
71adc535145f57e8692d5273f3df154a5d618fb6 | 48e835e6f176a8ac9ae3ca718e8922891f1e5a18 | /benchmark/validation/uk/gov/gchq/gaffer/sketches/datasketches/frequencies/serialisation/StringsSketchSerialiserTest.java | 91211a5dd55846dd424bf57f4469f4d5e9a9d490 | [] | 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 | 1,198 | java | /**
* Copyright 2017-2019 Crown Copyright
*
* 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 ... | [
"benjamin.danglot@inria.fr"
] | benjamin.danglot@inria.fr |
4a64717220befe3459bb40bb6b2f53fa3cf91936 | a7140a62a8d147d77e358191a85c03005ca10d64 | /leetcode-algorithm/src/main/java/com/ly/string/Case27.java | 2e3b4e98ac065c12a4d097a3588efc1cf2834fae | [] | no_license | tinyLuo/leetcode | 1d49b9b6ecd2ccae9dd778af8583bf375b858ac0 | 814d71b8114227c3307fc77ee221973b3960545a | refs/heads/master | 2020-04-19T08:39:31.151497 | 2019-04-15T13:57:40 | 2019-04-15T13:57:40 | 168,085,071 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 418 | java | package com.ly.string;
public class Case27 {
public static int removeElement(int[] nums, int val) {
int i = 0;
for (int j = 0; j < nums.length; j++) {
if (nums[j] != val) {
nums[i] = nums[j];
i++;
}
}
return i;
}
publ... | [
"luoyao@didichuxing.com"
] | luoyao@didichuxing.com |
79c0346439a5aefecad5f9358ce4a31adfdcce81 | bc3c96ec9312492b2f1784b106c5082f7cc2976c | /docroot/WEB-INF/service/com/lc/survey/NoSuchSurveyMainException.java | 3ecc6981d7145d572a302d47cd5b638b1dbd7b74 | [] | no_license | Whuzzup-design/LC-Survey | 1c715438731a0a367640f88de1706122e138952b | b82a3913f89adce2a849c83fb0def331d2071b9c | refs/heads/master | 2021-12-26T06:43:29.020753 | 2021-12-25T09:35:59 | 2021-12-25T09:35:59 | 240,186,947 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,042 | java | /**
* Copyright (c) 2000-2013 Liferay, Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any later... | [
"rockinskate@gmail.com"
] | rockinskate@gmail.com |
a31827248748cad353b1913f895b923591efc515 | 1046433f0d315bf905fef6ab3d78dfa5ff0c77ef | /src/Test/wordcountinstring.java | 086f20e1bf7e14cdaeff18ed9f697a70ca956b51 | [] | no_license | varalakshmi2005/SeleniumPractise | f561315ae614889b5ef9f9c93f7b17a71c80063a | 69f23f0ce5b4f455f697d1f7d1960142e9cd9e24 | refs/heads/master | 2023-03-05T03:41:11.500153 | 2021-02-21T14:29:31 | 2021-02-21T14:29:31 | 340,914,063 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 426 | java | package Test;
import java.util.Scanner;
public class wordcountinstring {
public static void main(String[] args)
{
System.out.println("Enter the string");
Scanner src=new Scanner(System.in);
String s=src.nextLine();
int count=1;
for(int i=0;i<s.length()-1;i++)
{
if((s.charAt(i)==' ') && (s.char... | [
"varalakshmi.ponna13@gmail.com"
] | varalakshmi.ponna13@gmail.com |
9c4a06528801f7f04fe2d335cdeb5cffc5ef5083 | 588f7fbeda0bd597981bac6839c49c5299051b4a | /src/com/company/Main.java | 5aa86aa4c57e73fe3b274220c4fd10be6e80ccb8 | [] | no_license | UCGv2/StatesAndCapitalsMap-mthree-training | 8419943a0fecaf5a27ccf6215b05a7bcdb144f61 | 313de41f3c574e107542798382cb286f8317fc70 | refs/heads/main | 2023-02-02T12:21:19.040294 | 2020-12-14T01:30:45 | 2020-12-14T01:30:45 | 321,199,465 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,416 | java | package com.company;
import java.io.FileNotFoundException;
import java.util.*;
import java.io.File;
public class Main {
public static void main(String[] args) {
Map<String, String> states = new HashMap<>();
populateMap(states);
Set<String> skey = states.keySet();
System.out.println... | [
"chrisglennii@yahoo.com"
] | chrisglennii@yahoo.com |
6ebea153472a1f1f7dc3f6f6e443a3e411daf18f | b61123abafe1fc7a11770216fd133bd3e4620dbc | /sapint/src/com/sapint/BapiReturnCollection.java | e574aae0be88c39e30c898b0d6a5397ba1c0533b | [] | no_license | wwsheng009/sap-dev-workspace | cefb099cf6bc0c31400bdf0ff89bf3e14e9cf5d4 | 6392cbedcd4c6a48da5aa4ef8c1fb491bd3d2e3e | refs/heads/master | 2023-03-07T07:59:01.157866 | 2013-05-12T03:03:12 | 2013-05-12T03:03:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 330 | java | /**
*
*/
package com.sapint;
import java.util.ArrayList;
/**
* @author vincent
*
*/
public class BapiReturnCollection extends ArrayList<BapiReturn> {
@Override
public BapiReturn get(int i){
return (BapiReturn) super.get(i);
}
// public boolean add(BapiReturn bapiReturn){
// return super.add(bapiReturn... | [
"vincentwwsheng@gmail.com"
] | vincentwwsheng@gmail.com |
7a37f6bed18527b753f84d057cedc2613bb08203 | 39ca712287c78ac6ae55887fe857318bf23ac9d7 | /trunk/src/factory/ranger/view/VendorPanel.java | 3280202cca7465884f76353e6e1344df5827c14e | [] | no_license | BGCX067/factory-ranger-svn-to-git | 4415a52d3c3c6efa1d1a0fde5edaab223a0df6a2 | b19a9160d974754d0b57c93a4a05fb8a8235bb80 | refs/heads/master | 2016-09-01T08:55:03.339705 | 2015-12-28T14:39:12 | 2015-12-28T14:39:12 | 48,871,930 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,532 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package factory.ranger.view;
import factory.ranger.model.ListVendor;
import factory.ranger.model.Machine;
import factory.ranger.model.Vendor;
import factory.ranger.utility.Input;
import java.awt.Color;
import java.awt.D... | [
"you@example.com"
] | you@example.com |
59ab41a80148aad45ecf4a70bda5149f912b5dc9 | 87f1f9bf6dd18e2b605133bbfb859a021bc696d9 | /hw06/src/main/java/hr/fer/zemris/java/hw06/shell/Environment.java | d2a5ddf5969ad04ea92aa230ac31ebc6fe962fa3 | [] | no_license | staverm/Java-Course-FER-2020 | 0c9a52aaa1983ecd60d5fc8c5e2b0b9397f91289 | a243242d2b5f1f87d556dcf401077bc5ffeed3c4 | refs/heads/main | 2023-01-04T01:48:02.744501 | 2020-10-28T17:55:06 | 2020-10-28T17:55:06 | 300,356,888 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,251 | java | package hr.fer.zemris.java.hw06.shell;
import java.util.SortedMap;
/**
* Interface that represents the environment used for interaction with the user.
* The environment serves as an intermediary for interaction between the user and
* the program.
*
* @author Mauro Staver
*
*/
public interface Environment {
... | [
"mauro.staver@gmail.com"
] | mauro.staver@gmail.com |
e390ae384cdefc69bc10db283288821c49291fb8 | a0f280ce4a2aa529caf38539a82015c669e56280 | /java project/src/Trees/NoOfNodes_BST.java | 7389149a3f1bbd1d4b88ee89e5aa3ae7f4c1c494 | [] | no_license | teja0404/hello-world | 2eb0eb9475b5aa77fcce61b218f172a560339899 | cc5b423bb720bdf5e167c100ab3189cd633ed3d3 | refs/heads/master | 2023-01-27T11:59:57.435661 | 2023-01-24T13:10:44 | 2023-01-24T13:10:44 | 128,071,714 | 0 | 0 | null | 2018-04-04T17:27:28 | 2018-04-04T14:10:45 | null | UTF-8 | Java | false | false | 45 | java | package Trees;public class NoOfNodes_BST {
}
| [
"durgai@workspot.com"
] | durgai@workspot.com |
da2e50e71af41f52d0086af2a2157ba4e776ec1b | fd2aa5f7ec060ccee8bf42505cd900f82c16e1d7 | /org-zorkclone/src/main/java/org/zorkclone/core/ActionParserHelper.java | c60cd3236831a3e50b5a5874ec7b9c5951e40cc4 | [] | no_license | DbImko/ZorkClone | 08df4703c0b7fc51a8851d8ebad0918a4b36e33c | acdb2d493fe91854498574f0451f48054c338c85 | refs/heads/master | 2020-05-20T06:56:18.315947 | 2013-05-15T16:38:53 | 2013-05-15T16:38:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,339 | java | package org.zorkclone.core;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import org.zorkclone.core.model.ActionModel;
import org.zorkclone.core.model.ActionType;
public class ActionParserHelper {
private static final String UPDATE_PATTERN = "Update (\\w*) to (\\w*)";
private static final String... | [
"dbimko@gmail.com"
] | dbimko@gmail.com |
97b3d3d003685f6cea1b1fcf703e78657b81e785 | e4a38bb0be30d1eb86f86328bb89d53ff22eacce | /sensor-status/src/main/java/status/Splitter.java | 6adf0d969a56789280c1119cf6b46dc5bc99a985 | [] | no_license | ivishwa/sensor-status | a7d8c3be5dcc88b67c9f086d68c2b15e0f310dc0 | 9106886a4818fb2bbc13dc63026f75117ba429e4 | refs/heads/master | 2021-08-12T00:26:27.839047 | 2016-02-20T06:33:22 | 2016-02-20T06:33:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 868 | java | package status;
import cascading.operation.BaseOperation;
import cascading.operation.Function;
import cascading.operation.FunctionCall;
import cascading.tuple.Tuple;
import cascading.tuple.Fields;
import cascading.flow.FlowProcess;
import cascading.tuple.TupleEntry;
public class Splitter extends BaseOperation implement... | [
"azad26195@gmail.com"
] | azad26195@gmail.com |
98c61f8ee54265e23002eace5f8357efe4ee8b0c | effac7ce1d4d943b6328b8ae4ae95d9a145ca751 | /Teacher/app/src/main/java/com/example/psyyf2/dissertation/fragment/FragmentHomework.java | bf46b632c62b95b0795d55b20e973609f6e518bd | [] | no_license | Moiravan/Dissertation | ef469d7cb4990e4278f2973fa40ef1f8430d549d | 75d798f06bba4c8443b22f154ce481e6cb304485 | refs/heads/master | 2020-04-21T10:54:33.342895 | 2019-02-07T01:19:13 | 2019-02-07T01:19:13 | 130,514,109 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,841 | java | package com.example.psyyf2.dissertation.fragment;
import android.app.DatePickerDialog;
import android.content.Intent;
import android.database.Cursor;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.text.InputType;
import android.view.LayoutIn... | [
"759832901@qq.com"
] | 759832901@qq.com |
cc496471de25baf162133435a6ab4bf7691f6ef8 | df916e4d4bc27133d0913da30f5b1a308c45fd3c | /commonSources/src/message/RegisterAnswerMessage.java | a8f7cc428c35a9dcb8437e5aec8e3a5cb2c8cdef | [] | no_license | flisergio/CultureCenter | 50a9df6fc83e3c23d8c94f4656f84263a6ef55a3 | 10f3a342f55160c82f42eccd3146d020da3ad2ff | refs/heads/master | 2020-04-09T00:59:51.483871 | 2018-11-29T16:47:42 | 2018-11-29T16:47:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 549 | java | package message;
public class RegisterAnswerMessage extends Message {
private static final long serialVersionUID = 577625073596981704L;
private final boolean ok;
private final int infoCode;
public RegisterAnswerMessage(boolean ok) {
this.ok = ok;
this.infoCode = 0;
}
public Re... | [
"wazxse5@gmail.com"
] | wazxse5@gmail.com |
d28d82deb05bbd203d2943eebab51f76b340192f | 1b6f94b3788b1592eaacbcf0ca474e1387ba98eb | /app/app/src/main/java/com/cppsystem/cppbus/util/OkhttpManager.java | 28fd0b9d796d5222d2490a1166b0b42559b03cf9 | [] | no_license | FandryNoutah/cpp-pay-tpe | 09d294b4723b1979e1243a8f75a760975a98fbfe | 43980787eea57fab18bd5b2f970f22db0ae1dadf | refs/heads/master | 2023-07-01T10:36:38.289662 | 2021-08-03T11:07:21 | 2021-08-03T11:07:21 | 379,240,205 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,882 | java | /*
* Copyright (c) 2021.
* *******************************************************************************
* This software is full property of CPP-SYSTEM MADAGASCAR SARL
* This project was initially developped by Andrinarivo Rakotozafinirina on 2020
* ***************************************************************... | [
"andrinarivo.rakotozafinirina@cpp-system.com"
] | andrinarivo.rakotozafinirina@cpp-system.com |
9b4c694d973613e83e507f334e625dd678ddefc0 | 44e7adc9a1c5c0a1116097ac99c2a51692d4c986 | /aws-java-sdk-cognitoidp/src/main/java/com/amazonaws/services/cognitoidp/model/transform/SoftwareTokenMFANotFoundExceptionUnmarshaller.java | c8a64529918e4a44b7f92a9e0b42b34f047ed44f | [
"Apache-2.0"
] | permissive | QiAnXinCodeSafe/aws-sdk-java | f93bc97c289984e41527ae5bba97bebd6554ddbe | 8251e0a3d910da4f63f1b102b171a3abf212099e | refs/heads/master | 2023-01-28T14:28:05.239019 | 2020-12-03T22:09:01 | 2020-12-03T22:09:01 | 318,460,751 | 1 | 0 | Apache-2.0 | 2020-12-04T10:06:51 | 2020-12-04T09:05:03 | null | UTF-8 | Java | false | false | 3,006 | java | /*
* Copyright 2015-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | [
""
] | |
02eabb0269f54006c6b30c3974937413c3f8f409 | c9ff26cd1055c64092b4fdefba860f8d4fb1ca82 | /src/test/java/com/example/UndertowSSLDemo/UndertowSslDemoApplicationTests.java | 11aa0ec21c45df8cc4e189bc9da9ad616758cc11 | [] | no_license | JaxYoun/UndertowSSLDemo | 607cd71b47d853095b562e215ae7425c4e82b426 | 98bfa31f3b440380de43322c6a1f0fbf066a476d | refs/heads/master | 2021-04-27T03:57:36.965954 | 2019-07-31T03:59:38 | 2019-07-31T03:59:38 | 122,723,811 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 353 | java | package com.example.UndertowSSLDemo;
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 UndertowSslDemoApplicationTests {
@Test
pu... | [
"gao88jie@qq.com"
] | gao88jie@qq.com |
2ea70b854a34f965c43403bc4914abfed9c71039 | 6d0d0570086b285deeb29d44fd743f7bb189a73e | /src/com/willtaylor/Player.java | 161eea597a1c7b16edaa7c91cdd6807b151473bb | [] | no_license | fire-at-will/Java_Snake | d6c4302c30084217e4391f3a66ef2172ec3bf572 | c15b61f6818f09b7f61c67c9a6273aaf958911fd | refs/heads/master | 2021-01-01T16:20:27.714682 | 2015-01-12T04:14:21 | 2015-01-12T04:14:21 | 29,115,701 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 447 | java | package com.willtaylor;
import java.util.ArrayList;
/**
* Created by willtaylor on 9/5/14.
*/
public class Player {
public Control control;
public final int UP = 1;
public final int DOWN = 0;
public final int LEFT = 2;
public final int RIGHT = 3;
public volatile int direction = L... | [
"wtaylor151@gmail.com"
] | wtaylor151@gmail.com |
83dc8a2b5042e85e380acc7f09348cc9c0c699c8 | d8f33e3f86feba283790046dca3aac7fd205233d | /app/src/main/java/com/perawat/yacob/perawat/SessionLogin.java | 4ccdaf3cf73d5b62f0f0e811bf6476bf3b092388 | [] | no_license | yacob21/Perawat | cdc0ec2751133b9e359eb0b9e1881302f7762e0c | 85a418e1dd405fc5223bbc16015f797f60464c1b | refs/heads/master | 2020-03-25T04:54:19.813767 | 2018-08-03T11:30:39 | 2018-08-03T11:30:39 | 143,419,434 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,737 | java | package com.perawat.yacob.perawat;
/**
* Created by yacob on 12/10/2017.
*/
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import java.util.HashMap;
public class SessionLogin {
// Shared Preferences
SharedPreferences pref;
// Editor for Share... | [
"yacob21@yahoo.com"
] | yacob21@yahoo.com |
987eb08d623bec38d68e682d8263e00660dd1136 | d27cee6ec3aa3f91d1905522b9e901f41daa68bd | /CarShowroom/src/com/practice/shop/client/CarShowroomApp.java | 52de5d424d3ef03bdc84ad714e9b2137e5919751 | [] | no_license | Chaitra-Reddy/caps | fbaa9495be4a832a84f0294a95bf6e69dfac63f5 | fa052c36fab335bb47fd8119f17bab2543bac711 | refs/heads/master | 2023-04-03T13:35:43.959544 | 2021-04-05T03:24:47 | 2021-04-05T03:24:47 | 353,590,733 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,246 | java | package com.practice.shop.client;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashSet;
import java.util.List;
import java.util.Scanner;
import java.util.Set;
import com.practice.shop.entity.Car;
import com.practice.shop.entity.Showroom;
import com.practice.shop.exception.InvalidBrandExc... | [
"chaitra.nuthanakalva@mindtree.com"
] | chaitra.nuthanakalva@mindtree.com |
89060903d2e2757d0d745c6e5ac253a505bf6bc7 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/24/24_43c91dacd814b55542b120c2de94cab20f676716/StaticCallGraphBuilder/24_43c91dacd814b55542b120c2de94cab20f676716_StaticCallGraphBuilder_s.java | 8451088e9c3d25cb395a61860d7d3b1babdff9fe | [] | 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 | 6,044 | java | package jkit.jil.stages;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import java.util.Stack;
import jkit.jil.stages.NonNullInference.Location;
import jkit.jil.tree.*;
import jkit.util.*;
import jkit.util.graph.*;
/**
* The purpose of this class i... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
636a05daf5298b6c9daf299e2c74c17bf2d56b5d | 2858f7086704d802143c5e1ab702300ee975b166 | /src/pilha/Pilha.java | d8da63bd78574a126e065f6efc4ae89828dfc95f | [] | no_license | nandostaroski/pilha | 66c98593ad435879989e13029168645b963279cd | 16dde41c7f81596e3bbb3d5e2b800f79613d66a8 | refs/heads/master | 2021-01-21T15:44:31.037451 | 2017-05-19T23:59:22 | 2017-05-19T23:59:22 | 91,853,771 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 179 | java | package pilha;
public interface Pilha {
void push(Float v) throws Exception;
Float pop() throws Exception;
Float top();
boolean vazia();
void libera();
}
| [
"fernando.staroski@gmail.com"
] | fernando.staroski@gmail.com |
f0920586925b2fec5ad81cbcec10260e05ea5373 | 5b9bf2d5f6a281dd103e524f27048c468f840816 | /src/test/java/com/crud/tasks/mapper/TrelloMapperTestSuite.java | 4b73edf2d39941db8e7595900e5104c3490f49aa | [] | no_license | kdabrowski8712/kodilla-task-app | de9ebc421411c4331d86946b3c6170850181d2b9 | a5abf011d1d4fd4847200ba23dc7cda1aebd72b5 | refs/heads/master | 2020-04-21T20:37:26.527107 | 2019-05-31T22:04:12 | 2019-05-31T22:04:12 | 169,851,669 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,613 | java | package com.crud.tasks.mapper;
import com.crud.tasks.domain.*;
import org.hibernate.validator.constraints.br.TituloEleitoral;
import org.junit.Assert;
import org.junit.Test;
import java.util.ArrayList;
import java.util.List;
public class TrelloMapperTestSuite {
@Test
public void testMapToBoards() {
... | [
"k.dabrowski8712@gmail.com"
] | k.dabrowski8712@gmail.com |
d3b9aa5dc1fc33bcffb77cb1eae98bb3af6b22d5 | 225feb175edace5c25ab2ceb1323472613bb1de2 | /app/src/main/java/com/liemi/seashellmallclient/widget/SpecsTagFlowLayout.java | 4eadfe5d75f1ec33c458518a2479ea36a0912b9f | [] | no_license | xueyifei123/SeashellMallClient | 33676bbaa7ae6cf19e5bab7ae2fac7821bf46ec6 | ded24c6a54a290b591367ee7ec5168ea4977dac1 | refs/heads/master | 2022-11-18T15:09:58.916809 | 2020-07-09T05:10:47 | 2020-07-09T05:10:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,164 | java | package com.liemi.seashellmallclient.widget;
import android.content.Context;
import android.content.res.TypedArray;
import android.os.Bundle;
import android.os.Parcelable;
import android.text.TextUtils;
import android.util.AttributeSet;
import android.util.Log;
import android.view.View;
import com.liemi.seashellmallcl... | [
"1115052994@qq.com"
] | 1115052994@qq.com |
e4bf647361625432ea7843f1037698114b9f1b0f | d079765b7de19f21f321ec8b87547bb219844ff1 | /2p-plugin/tags/REL-2.6.0/alice.tuprologx.eclipse/src/alice/tuprologx/eclipse/properties/EnginesManagement.java | 89309296792955d312759b349bb0a23a393ebd27 | [] | no_license | wvelandia/tuprolog | 40cb91543fc48a18ee0ef85a5dea2a1c16f29a82 | d4f15df382412613a8255e78683b13ffb52ccc47 | refs/heads/master | 2021-01-10T01:53:13.599010 | 2015-04-17T18:40:45 | 2015-04-17T18:40:45 | 47,853,071 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,842 | java | package alice.tuprologx.eclipse.properties;
import java.util.Vector;
import org.eclipse.core.resources.IFile;
import org.eclipse.core.resources.IProject;
import org.eclipse.core.resources.IResource;
import org.eclipse.core.runtime.CoreException;
import org.eclipse.jface.dialogs.InputDialog;
import org.eclips... | [
"AleMonty88@gmail.com"
] | AleMonty88@gmail.com |
8eec9cc4ca1df947658efcc170b06989d88e8c91 | 175abdc876b6dc645a40b46f08b3c96f4f7bbabc | /lab4P2_MansourRumman/src/lab4p2_mansourrumman/phev.java | 365cca2eaf161885b1c1719cc8d9283e54e9a86f | [] | no_license | MansourRumman/lab4p2_masourrumman | f5b978334474b34edb50b9f8e0aa6c38169f33d6 | e0b5c3ea0b52638e934af8b7a8efedf137c253ac | refs/heads/main | 2023-07-11T09:10:02.223929 | 2021-08-13T23:29:29 | 2021-08-13T23:29:29 | 395,826,919 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,620 | 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 lab4p2_mansourrumman;
/**
*
* @author manso
*/
public class phev extends carros{
private String tipo;
private i... | [
"88175201+MansourRumman@users.noreply.github.com"
] | 88175201+MansourRumman@users.noreply.github.com |
100b14f897dbdd81b61fdd046c9bc948a532a3ab | 8e58b6359623231f513b044d96d724e6a498153b | /src/main/java/rosa/isabelle/inventorycontrol/dto/StockItemDTO.java | 220bfc6dd2cc6f2431b4dece14abc11d1f8bcf53 | [] | no_license | isabellerosa/controle-estoque-api | a6d388ef7bf8c89dc4f1e2574e5e5f32bf671cb8 | dec93bbb175e676a578707b62e45d3b62390fb77 | refs/heads/master | 2020-09-09T19:31:49.127205 | 2019-11-16T04:53:50 | 2019-11-16T04:53:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 182 | java | package rosa.isabelle.inventorycontrol.dto;
import lombok.Data;
@Data
public class StockItemDTO {
private ItemDTO item;
private StoreDTO store;
private int quantity;
}
| [
"ibell.pereira@gmail.com"
] | ibell.pereira@gmail.com |
1589012de0f8802b57f928e2d6019416b86bdedf | 10d3c5cb42595fe0356cfe9cb76f26fc05855b26 | /src/com/sanluan/cms/admin/views/controller/system/SystemUserController.java | 4c75ddff48db22a98563503b413a437cac5c7006 | [
"BSD-2-Clause"
] | permissive | lcaminy/PublicCMS | ee0d7ccf4ababc6c09ba4cbe4c09115460144437 | d8c6789ce8ef1c539b98b9cdc55fe4e81ff15a43 | refs/heads/master | 2021-01-23T02:15:39.901913 | 2015-05-14T08:35:21 | 2015-05-14T08:35:21 | 35,600,850 | 0 | 1 | null | 2015-05-14T08:41:51 | 2015-05-14T08:41:51 | null | UTF-8 | Java | false | false | 1,762 | java | package com.sanluan.cms.admin.views.controller.system;
import javax.servlet.http.HttpServletRequest;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotation.RequestMapping;
i... | [
"zyyy358@126.com"
] | zyyy358@126.com |
7016a4887fc36658234b3361b8baf923f7b20d77 | b96a40c236f0f829b341786e9dd03d81f0e05439 | /src/MainApp.java | 256322bc7cd3fdcb189038ab54648c7db0f5f551 | [] | no_license | iwonder001/PlusTwo | cca1ca8bc38275ad2e380d0d882417df7c745e58 | 0841ce42d80aeb2ba3103cb6048ee852470426c7 | refs/heads/master | 2021-01-13T14:38:37.505638 | 2016-09-21T15:28:37 | 2016-09-21T15:28:37 | 68,821,059 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 797 | java | import java.util.Arrays;
public class MainApp {
public static void main(String[] args) {
// make two arrays into one
int[] test = { 1, 2 };
int[] test2 = { 3, 4 };
int[] trying = plusTwo(test, test2);
System.out.println(Arrays.toString(trying));
}// main method
// {1,2} and {3,4} are a fixed length an... | [
"kcarethers@gmail.com"
] | kcarethers@gmail.com |
86c42242f0a5198350a3881680fc8cc8c3f04d3c | 336a92f3c98b0c5f76f9c9c208e1fcbe1a9c9166 | /MyLMSSpring/src/main/java/com/gcit/training/lms/dao/Book_copiesDAO.java | 5a61260d87fde67c0e77b47d96371a4e857f9883 | [] | no_license | MerwanMajid/training | 78e5f8bb99179d0520c0fdf793b3775266f6b163 | 36778a474da76f8550b9999003d0fde46bdf7d08 | refs/heads/master | 2021-01-10T16:20:24.578034 | 2015-06-01T18:08:49 | 2015-06-01T18:08:49 | 36,037,003 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,478 | java | package com.gcit.training.lms.dao;
import java.io.Serializable;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import org.springframework.jdbc.core.ResultSetExtractor;
import com.gcit.training.lms.entity.*;
public class Book_copiesDAO extend... | [
"HappyGuy@HappyGuy-PC"
] | HappyGuy@HappyGuy-PC |
f33f563541f2944a4ad56aae17aac7c25357ea97 | 0cb4d62c207ab9de172a60445b9c23b1b1d4abf1 | /src/main/java/com/bookshop01/cscenter/vo/Criteria.java | a64e82e1edb70aa1589cd7fc52b398249a7ad6c1 | [] | no_license | fks0513/cinebox | 6375566148681350c4c4790520e79d7d59b91d3e | f002a9d98e359179fb56842630f6ab67f7a10329 | refs/heads/master | 2023-06-27T02:04:37.188019 | 2021-07-31T02:46:39 | 2021-07-31T02:46:39 | null | 0 | 0 | null | null | null | null | UHC | Java | false | false | 1,192 | java | package com.bookshop01.cscenter.vo;
public class Criteria {
private int page; //현재 페이지 번호
private int perPageNum; //한 페이지에 출력할 개수
private int rowStart; //시작페이지 번호
private int rowEnd; //끝페이지 번호. 시작페이지번호에서 몇개 보여줄지 결정
public Criteria() {
this.page = 1;
this.perPageNum = 10;
}
public void setPage(int pag... | [
"khyjin00@gmail.com"
] | khyjin00@gmail.com |
f158bfa009df01fdf481d8dfa876d66a51c9a1c7 | c4a5ce8d1dfce033ae06468b54c37862ca8b60ec | /NUMAD13-DanKreymer/src/edu/neu/madcourse/dankreymer/multiplayer/DabbleMHighScores.java | 79f37d07bef421c0e2ba0ff8912caa84767141a5 | [] | no_license | Rubyj/NUMAD-ReubenJacobs | e4464eda0167467e9f234f802521c5cfe995ecc0 | 423448c5b40fc967f56c38ae2c43213bd130ff3d | refs/heads/master | 2021-09-05T19:42:09.014315 | 2016-07-01T17:45:35 | 2016-07-01T17:45:35 | 119,562,505 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,837 | java | package edu.neu.madcourse.dankreymer.multiplayer;
import android.app.Activity;
import android.content.Intent;
import android.os.AsyncTask;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.TextView;
import edu.neu.madcourse.dankreymer.R;
import edu.neu.... | [
"dkreymer@gmail.com"
] | dkreymer@gmail.com |
70acf36618dd3d372ec2f45cf05f8ef675cdb47e | ec246206025220b4552ae9a069863dc66139835c | /src/main/java/psi/domain/user/entity/User.java | 70df2f16eecf4e0fd857ae6aaea3673f34f58fef | [] | no_license | JaroslawPokropinski/PSI-TWWO | 1cd000f04cb883d56f96475c9d03cfc5f1db9521 | 13d84e454f2d51e7edb07b8172ba85e65d35147c | refs/heads/main | 2023-02-26T07:03:44.021768 | 2021-01-29T07:59:41 | 2021-01-29T07:59:41 | 306,083,151 | 0 | 0 | null | 2021-01-28T12:31:38 | 2020-10-21T16:25:02 | Java | UTF-8 | Java | false | false | 2,764 | java | package psi.domain.user.entity;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.experimental.SuperBuilder;
import org.hibernate.annotations.Cache;
import org.hibernate.annotations.CacheConcurrencyStrategy;
import org.hibernate.annotations.Loader;
import org.hibern... | [
"matkimzag@wp.pl"
] | matkimzag@wp.pl |
06651adbc3fab56b81df847977405a82e742da13 | 464c329607720a410221a237198f8de4b7cc8e53 | /src/lecture/controller/LectureUpdateFormServlet.java | 4223fc4b294ae688de782fd944c8c382d43ad1fd | [] | no_license | GwakHuisu/eightedu | 42595fcb965a20695dc755100902c5b7999b660e | 93ac83e25583cc1e72b55964dec21ae0c4061fd4 | refs/heads/master | 2021-03-02T06:39:23.207142 | 2020-03-08T18:20:23 | 2020-03-08T18:20:23 | 245,843,983 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,723 | java | package lecture.controller;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import lecture.model.service.LectureService;
i... | [
"gwakhuisu8110@gmail.com"
] | gwakhuisu8110@gmail.com |
94216864c118d12f112e1b29b8ec531936b61d9c | 575acf52715b95f86a10b4e3c1b354c5cc34248b | /src/test/java/org/demo/data/record/SynopsisRecordTest.java | 4339141f11c924e8ae4e96cd68eddbfa2f362d05 | [] | no_license | t-soumbou/persistence-with-mongoDB | 52a21b507551365f9f88e5adf2b6dd58f9b8ff62 | 67bfe4425cfe46360606390541b95007952658b0 | refs/heads/master | 2020-05-21T05:03:53.502360 | 2017-03-22T16:37:22 | 2017-03-22T16:37:22 | 84,574,135 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,349 | java | /*
* Created on 2017-03-22 ( Date ISO 2017-03-22 - Time 17:28:47 )
* Generated by Telosys ( http://www.telosys.org/ ) version 3.0.0
*/
package org.demo.data.record;
import org.junit.Assert;
import org.junit.Test;
import java.util.logging.*;
/**
* JUnit test case for bean SynopsisRecord
*
* @author Telosys To... | [
"terrencesoumbou@gmail.com"
] | terrencesoumbou@gmail.com |
3ec31f2afc75f8fe3ea3f28da4a0d0eccf264689 | c1de27c2d97b3587c40ba89eb1539c4bd767598e | /build/project/src/capitals/FXMLAnswerController.java | a54100c3e1a96678531f16d8f05eabd96cae5231 | [
"MIT"
] | permissive | n-eq/CapitalsFX | d39a0e961b3ada2df3ca8b8e860c396e66a65b9d | a1aa3d74112117118b19b215c95416eef34d5210 | refs/heads/master | 2021-06-13T18:04:26.266272 | 2017-04-22T12:06:32 | 2017-04-22T12:06:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,622 | java | package capitals;
import capitals.data.FactReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.net.URL;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
import java.util.Random;
import java.util.Resour... | [
"nabilelqatib@gmail.com"
] | nabilelqatib@gmail.com |
d48b6912112d26cfdd22a86a9603088f28d8a882 | a3f0e699f265688b4c5d75a26012eb42eb34db7b | /client/src/main/java/ua/nure/petryasya/core/user/package-info.java | 313b6cd28c1583cada6a1b5e0f7c35b84d306e13 | [] | no_license | happy0wnage/JAX-WS-Petrov-Yasenov | ddaac3c34ac9afbe3ea6b7cab52ceb92e6996d86 | 6b0b168184a689990388736722ce7f47c3531c11 | refs/heads/master | 2021-01-09T21:43:22.186703 | 2016-02-28T23:03:27 | 2016-02-28T23:03:27 | 52,731,952 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 123 | java | @javax.xml.bind.annotation.XmlSchema(namespace = "http://service.petryasya.nure.ua/")
package ua.nure.petryasya.core.user;
| [
"happy0wnage@gmail.com"
] | happy0wnage@gmail.com |
c63407a516a8d13a48cf06256c8b373ef90ab5cc | 316e7708a53558173b40fb1fde39005cb06c749f | /backend/src/main/java/com/devsuperior/dscatalog/dto/ProductDTO.java | 0406fc542089f6b941c6dc1f8ef5942027558759 | [] | no_license | DaniloPolastri/dscatalog-bootcam-devsuperior | 5ff8604ee41293cde2fa349ecd2fd60b341dab1c | 900ee58571059d23a22372ad11d0707679b2c169 | refs/heads/master | 2023-05-02T20:06:08.487080 | 2021-05-12T22:25:46 | 2021-05-12T22:25:46 | 328,265,385 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,456 | java | package com.devsuperior.dscatalog.dto;
import com.devsuperior.dscatalog.entities.Category;
import com.devsuperior.dscatalog.entities.Product;
import java.io.Serializable;
import java.time.Instant;
import java.util.ArrayList;
import java.util.List;
import java.util.Set;
public class ProductDTO implements Serializabl... | [
"danilopolastri.ti@gmail.com"
] | danilopolastri.ti@gmail.com |
e832f2b42be50975d0ccc1fac41143e44a3cd81b | 99461988a754f76a461775d6e6759cdbe3aafe45 | /CardGameSpecs/PlayerTest.java | a5ce9e84745d86595577a0553db9d7ccdbae393b | [] | no_license | graeme81/blackjack-Fun-week-6 | 9e1295eb8a7a4958700d70b40433b41531f170fc | 5b280588fc9019a46d39083d8dd18b1f4ae39d54 | refs/heads/master | 2021-01-13T14:28:06.486321 | 2017-01-16T00:33:03 | 2017-01-16T00:33:03 | 79,069,200 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 863 | java | import static org.junit.Assert.*;
import org.junit.*;
import cardGame.*;
public class PlayerTest{
Deck deck;
Card card;
Player player;
@Before
public void before(){
deck = new Deck(1);
player = new Player("Joe");
card = deck.topCard();
player.takeCard(card);
card = deck.topCard();
... | [
"gcameron4981@gmail.com"
] | gcameron4981@gmail.com |
4aa9f98625af6fccbc8bec03e96c60eaea28f69e | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/7/7_e3898da94c8bb7d0ff52fddbc729daf9dbc5ba85/ExportPrivateKey/7_e3898da94c8bb7d0ff52fddbc729daf9dbc5ba85_ExportPrivateKey_t.java | ff4bf02915e864fdc9731ff3206f5227657aeb83 | [] | 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 | 2,340 | java | package org.cujau.crypto;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileWriter;
import java.security.Key;
import java.security.KeyPair;
import java.security.KeyStore;
import java.security.KeyStoreException;
import java.security.NoSuchAlgorithmException;
import java.security.Private... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
9956242ffbaee8fd82f2c8326bab5aaa3b583582 | ef8c2e1245093d1e086dd1f1fb683ef2c92a3b50 | /src/com/javaex/ex02/Goods.java | c94e66d75ae632163719c660bde7459b51c5a062 | [] | no_license | seungmi9191/chapter02 | f5a25de84ed447f3ea4a6a25c6669972df54befe | c86413125bd03205b05f24ca2ca92ee4733b4014 | refs/heads/master | 2021-04-06T01:44:06.784665 | 2018-03-13T15:01:17 | 2018-03-13T15:01:17 | 125,017,139 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,291 | java | package com.javaex.ex02;
public class Goods {
private String name;
private int price;
public Goods(String n, int p) {
name = n;
price = p;
}
//메소드
public void setName(String n) {
name = n;
}
public void setPrice(int p) {
price = p;
}
public String getName() {
return n... | [
"wooseungmi@DESKTOP-HLAEO9O"
] | wooseungmi@DESKTOP-HLAEO9O |
97591bfc33a30dc258216f5ebccfc06c408cca1c | bca2a520e8d9a9f3d49d250bd0c2f7c3838da7f3 | /src/main/java/com/boundlessgeo/gsr/model/map/TimeInfo.java | 1f14eceb04da7d65637a78e773ae17c434a4fa2d | [] | no_license | geosolutions-it/gsr | 1fd64db6b8db0557991b5059c1eb5615f1082b93 | e6c442bc31d1d0cd59a677dc52730c6371c1523f | refs/heads/dynamic-table-test | 2023-06-01T00:12:41.319200 | 2020-02-28T15:12:17 | 2020-02-28T15:12:17 | 196,354,454 | 2 | 6 | null | 2019-12-20T23:07:16 | 2019-07-11T08:38:05 | Java | UTF-8 | Java | false | false | 1,362 | java | package com.boundlessgeo.gsr.model.map;
import org.geoserver.catalog.DimensionInfo;
import org.geoserver.catalog.DimensionPresentation;
import java.math.BigDecimal;
/**
* TimeInfo field, used by {@link LayerOrTable}
*/
public class TimeInfo {
public final String startTimeField;
public final String endTime... | [
"tbarsballe@boundlessgeo.com"
] | tbarsballe@boundlessgeo.com |
981c8736b05e2dcaa3cca428f7d708259f653e7f | a40e8647d702acb405f8da205e7f6e7daa7856c0 | /org.jenetics/src/test/java/org/jenetics/internal/math/probabilityTest.java | b805740d2040715628b7222ea60e5d93683ba42c | [
"Apache-2.0"
] | permissive | xiaoqshou/jenetics | ca8965d318f4147d23a98f9d0e908969c43d7799 | b0bc2d4762873df8df9295cebc8728a4a87677b6 | refs/heads/master | 2021-01-21T08:44:31.782899 | 2015-01-12T17:51:33 | 2015-01-12T17:51:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,742 | java | /*
* Java Genetic Algorithm Library (@__identifier__@).
* Copyright (c) @__year__@ Franz Wilhelmstötter
*
* 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/... | [
"franz.wilhelmstoetter@gmail.com"
] | franz.wilhelmstoetter@gmail.com |
10f106ed388dc146b49f8670d22135d9787b24f9 | 7f4d92acca3827da4778cbea6bfebd07824afd54 | /src/main/java/com/example/backbirthday/User/User.java | dc09a4e99120ba8d6ad5c993aa80f0fcd9391966 | [] | no_license | leanyanko/back-birthday | 831d35f2b6c5965679afd30d85ba0296f2765046 | 5a3f7738ca1270880f07d884c9977a25e41f71a8 | refs/heads/master | 2021-09-18T01:32:06.426736 | 2018-07-08T18:13:16 | 2018-07-08T18:13:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,387 | java | package com.example.backbirthday.User;
import com.example.backbirthday.Birthday.Birthday;
import com.fasterxml.jackson.annotation.JsonIgnore;
import lombok.*;
import org.springframework.web.bind.annotation.CrossOrigin;
import javax.persistence.*;
import java.util.HashSet;
import java.util.Set;
@CrossOrigin
@Data
@Al... | [
"casey.r.harding@gmail.com"
] | casey.r.harding@gmail.com |
2f435dd250e45a1d71cd76250a106a51aded0908 | e26fceb0c49ca5865fcf36bd161a168530ae4e69 | /OpenAMASE/src/Core/avtas/properties/TestClass.java | e34aeb3071915198ccd1d1766a76a61d0c74ddb2 | [
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-us-govt-public-domain"
] | permissive | sahabi/OpenAMASE | e1ddd2c62848f0046787acbb02b8d31de2f03146 | b50f5a71265a1f1644c49cce2161b40b108c65fe | refs/heads/master | 2021-06-17T14:15:16.366053 | 2017-05-07T13:16:35 | 2017-05-07T13:16:35 | 90,772,724 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,682 | java | // ===============================================================================
// Authors: AFRL/RQQD
// Organization: Air Force Research Laboratory, Aerospace Systems Directorate, Power and Control Division
//
// Copyright (c) 2017 Government of the United State of America, as represented by
// the Secretary of th... | [
"derek.kingston@us.af.mil"
] | derek.kingston@us.af.mil |
40e44002619336d5e85429efc0b285d68d9fc1a2 | 31de966495ed5b5700bb3eabd27eca9a7e443f92 | /app/src/androidTest/java/com/fitiwizz/mtbfollow/data/TestDb.java | d099cb76efc1ce9a93861859e3ddd7e3e4011631 | [] | no_license | Fitiwizz/AndroidDevUdacityTuto | 51cc18f6d9409a93ae45f6cb374db3db8d4641e2 | 46bf2737bd44f313254577730db82925e7249641 | refs/heads/master | 2021-01-10T17:22:27.629223 | 2015-10-08T11:11:15 | 2015-10-08T11:11:15 | 43,767,770 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,771 | java | /*
* Copyright (C) 2014 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"remi.garcia.pro@gmail.com"
] | remi.garcia.pro@gmail.com |
aa80ea4ef3100dec8842a98d3f9e035735e6c808 | ffa02e500888c93d07babd4535049a05991e50ee | /src/main/java/espresso/validation/NamedEntityValidatorContext.java | 47ddcb41fed290b19a30ef35c77c7e6dc5acd722 | [] | no_license | maximenajim/espresso | 634f50894ad5a901d383bc335824e564bf0b95d6 | e6580bb35173c0a510a1f6034cb8a7c0e8686ff1 | refs/heads/master | 2020-04-10T09:22:52.790987 | 2012-04-19T04:54:57 | 2012-04-19T04:54:57 | 4,066,928 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,611 | java | package espresso.validation;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class NamedEntityValidatorContext<Entity extends NamedEntity> {
private List<Entity> existingEntities;
private Map<Long,Entity> existingEntitiesIdMap;
private Map<String,Entity> existingEntitiesName... | [
"max_najim@yahoo.com"
] | max_najim@yahoo.com |
75d8d67f0e14f88153f61a13f29d2765bd50e4df | 1fb6f17c11aa932e3b63565bcfaa81d9c2645239 | /src/Interface/P_1.java | 5679187f3a70b509ef3ce538cf347e6132e7e941 | [] | no_license | ARN-Test/CommandTest | 53bf12c55a588d0c3e08eafe6d581d2f4c626b14 | c4a303004f219db7289dcae3770cf7ea680049e6 | refs/heads/master | 2020-06-24T01:48:43.636033 | 2017-07-11T16:40:59 | 2017-07-11T16:40:59 | 96,915,254 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,758 | java | package Interface;
/**
*
* @author A.R. Nobel
*/
public class P_1 extends javax.swing.JFrame {
/**
* Creates new form P_1
*/
public P_1() {
P.lookandfeel("Metal");
initComponents();
}
/**
* This method is called from within the constructor to initialize the form.
... | [
"A.R. Nobel@Nobel001"
] | A.R. Nobel@Nobel001 |
5e270cdd9e10b926adce2a4a34941f3282b870b9 | 7708ed31f68738e2151d93c52974372ffab0e614 | /src/main/java/com/picklerick/schedule/rest/api/controller/FormController.java | b71e38eb42f7657c4e996ec699b859168365c68e | [] | no_license | AhsanManzoor/Pickle-Rick-Schedule | 310f06382b0dccf17007989d046d2cfb3dc0f33d | b05f85bc0d9b26f63af260c5b256ebfe71eaeff4 | refs/heads/develop | 2023-05-06T01:08:01.967075 | 2021-05-28T20:20:59 | 2021-05-28T20:20:59 | 371,402,327 | 0 | 0 | null | 2021-05-27T14:29:39 | 2021-05-27T14:28:53 | Java | UTF-8 | Java | false | false | 2,245 | java | package com.picklerick.schedule.rest.api.controller;
import com.picklerick.schedule.rest.api.model.Login;
import com.picklerick.schedule.rest.api.model.User;
import com.picklerick.schedule.rest.api.repository.RoleRepository;
import com.picklerick.schedule.rest.api.repository.UserRepository;
import org.slf4j.Logger;
i... | [
"cmeneghi@adobe.com"
] | cmeneghi@adobe.com |
6968c16a8661b4a7f45a3021ca25822675776a14 | b31dde53971b383feeb8b8119ca4655a7b26e490 | /src/albums/Album.java | 21c8d5c6242e079525029fe1dc7b75c75d49e741 | [] | no_license | williamjwang/Album-Manager | b205067f45f2a343183a409499959856aca47350 | 572c7e769a23440b7cd8b5083f4e30b9f091e668 | refs/heads/main | 2023-08-21T10:27:21.640314 | 2021-10-27T04:50:04 | 2021-10-27T04:50:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,418 | java | package albums;
/**
* This class defines the Album abstract data type with title, artist, genre, releaseDate, and isAvailable.
* @author William Wang, Joshua Sze
*/
public class Album
{
private String title;
private String artist;
private Genre genre; //enum class; Classical, Country, Jazz, Po... | [
"noreply@github.com"
] | williamjwang.noreply@github.com |
430a39b81daabf3a4ce4880dce885b436a106a15 | 6f452ab22bb4794692b5b40892270238e4f6d31d | /src/main/java/com/example/mobileapp/LoginActivity.java | 043a4e44a6e61aef88f1addce5bbb1cb04073d21 | [] | no_license | julian-dsilva-92/mobileapp4360 | c811d10bc8012246096dc5ef23f49d72bf369fd1 | bec79b9e8047824c4f013e7c099a47d80e3d3ac8 | refs/heads/master | 2020-04-19T19:56:26.265953 | 2019-05-01T19:41:35 | 2019-05-01T19:41:35 | 168,401,747 | 5 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,112 | java | package com.example.mobileapp;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.app.LoaderManager.LoaderCallbacks;
import android.content.CursorLoader;
import android.content.Loader;
import android.database.Cursor;
import android.net.Uri;
import android.os.AsyncTask;
imp... | [
"noreply@github.com"
] | julian-dsilva-92.noreply@github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.