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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4f098ef27158409b81ac9721cb4213cc95be16a4 | 73bcc34c2caf59d816342ec6caa06f3e5945c841 | /cloud-storage/onedrive/api/src/java/org/sakaiproject/onedrive/model/OneDriveFile.java | 6e6d7821d06e44604d5ad37a3e48c33d30cb18b0 | [
"ECL-2.0",
"LicenseRef-scancode-warranty-disclaimer",
"GPL-1.0-or-later",
"LicenseRef-scancode-generic-cla"
] | permissive | dagasonhackason/sakai | c5a548ff57d83eeb9602ec41dc08af95b5a64b09 | 9362e735a083d20fbd38b839232bc51ef7254b34 | refs/heads/master | 2020-11-26T16:56:43.275523 | 2019-12-19T19:36:53 | 2019-12-19T19:36:53 | 229,138,278 | 1 | 0 | ECL-2.0 | 2019-12-19T21:03:05 | 2019-12-19T21:03:05 | null | UTF-8 | Java | false | false | 300 | java | package org.sakaiproject.onedrive.model;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
@Getter @Setter
@ToString
@JsonIgnoreProperties(ignoreUnknown = true)
public class OneDriveFile {
public String mimeType;
}
| [
"earle@longsight.com"
] | earle@longsight.com |
b27d237fab326e7619d7efb4f005c3bacb2a2c11 | 35e6c56c26889ca794c535038091f7d04626c2de | /src/main/java/com/bookHouse/api/CollectionService.java | b672f2bebed97d049793dbef99b86a1f1b6c1a6b | [] | no_license | ranyq/just_test | db1a03393824d7904805114714a957277b00d612 | a6790d0d7a7bfc5f714ef65df7c238c2ba8dca7b | refs/heads/master | 2020-05-03T18:51:34.678047 | 2019-05-13T10:12:28 | 2019-05-13T10:12:28 | 178,772,518 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 420 | java | package com.bookHouse.api;
import com.bookHouse.domain.Collection;
import com.bookHouse.domain.User;
import java.util.List;
import java.util.Map;
public interface CollectionService {
void addCollection(Collection collection);
List<Collection> selectByCondition(Collection collection);
List<Collection> sel... | [
"593919372@qq.com"
] | 593919372@qq.com |
25d902aa27f48dfcaa3f171ce371f402bd87f7f6 | 19e4b4fa8ee6670bef460472325bdc9c2e0c8117 | /src/main/java/com/ait/tooling/nativetools/client/collection/NFastIntegerDictionary.java | 941c0a589420439a85741a879a71c64d49db8863 | [
"Apache-2.0"
] | permissive | romartin/ahome-tooling-nativetools | b39a45d1ec476eb9f59e273f7a6741038c862c0a | e38ffdc990bfdc2b2d05d6c795312f2e12259665 | refs/heads/master | 2020-12-26T02:20:55.704562 | 2016-02-06T23:43:48 | 2016-02-06T23:43:48 | 54,660,676 | 0 | 0 | null | 2016-03-24T17:23:06 | 2016-03-24T17:23:06 | null | UTF-8 | Java | false | false | 1,305 | java | /*
Copyright (c) 2014,2015,2016 Ahome' Innovation Technologies. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
... | [
"deanjones@gmail.com"
] | deanjones@gmail.com |
430e5408d21445d952231bcb91d55e46ab61a755 | 16b8a46c6d6d380719c61d5e1a3f2729460ac5c0 | /src/main/java/com/jlu/github/service/IGitHubCommitService.java | 3dbd36510e4dd1546afb1b86835f1523d5b5cc43 | [] | no_license | lihang011614/CIHome | 97afa12b1c7255b923f7307b6ca8eb92ab3bade1 | 14cd1b8553dc6a2cbcae7035b5da38f489285c24 | refs/heads/master | 2020-08-02T08:33:53.834420 | 2019-09-27T10:03:35 | 2019-09-27T10:03:35 | 211,290,209 | 0 | 0 | null | 2019-09-27T10:01:17 | 2019-09-27T10:01:17 | null | UTF-8 | Java | false | false | 437 | java | package com.jlu.github.service;
import com.jlu.github.model.GitHubCommit;
/**
* Created by niuwanpeng on 17/4/25.
*/
public interface IGitHubCommitService {
/**
* save
* @param gitHubCommit
*/
void save(GitHubCommit gitHubCommit);
/**
* 根据pipelinId获得代码提交信息
* @param pipelineBui... | [
"niuwanpeng@baidu.com"
] | niuwanpeng@baidu.com |
19a2d90a86eb19fc09e57c87f053410eb4fd7113 | 29102350c740342c9e6acbc69539f0b25510411c | /fullbasketballweb/src/main/java/com/finalBasketballWeb/fullbasketballweb/service/PlayerService.java | fbf8705f8d146f51b38330ab468c74cb0dd58843 | [] | no_license | cocan4/basketball | 969e7bd726a5c40ee7f7192494f0fcd701d4ca9a | 469fff869aee48c24f4d083e96ad991f30a0804a | refs/heads/master | 2022-12-20T17:05:39.636412 | 2020-09-26T09:14:21 | 2020-09-26T09:14:21 | 298,775,863 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 822 | java | package com.finalBasketballWeb.fullbasketballweb.service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.finalBasketballWeb.fullbasketballweb.beans.Player;
import com.finalBasketballWeb.fullbasketballweb.repo.Pla... | [
"noreply@github.com"
] | cocan4.noreply@github.com |
15dfdc3309c400eb0f018e98010eb5128051442a | 2fd6b2e8888cf78ab3940793c00771c791abcab9 | /drug_manage_api/src/test/java/com/jk/DrugManageApiApplicationTests.java | 1cbbbfe0a0eb104dc04b2661e8a81eb5e0fb9228 | [] | no_license | xiayuliao11/drug | f0c490102042d12dfca8c6122b8b8b09798e1e28 | 64ecad863917ea173878a104f9763c2655df73ac | refs/heads/master | 2020-04-27T15:51:20.071410 | 2019-03-23T07:15:24 | 2019-03-23T07:15:24 | 174,263,586 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 339 | java | package com.jk;
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 DrugManageApiApplicationTests {
@Test
public void context... | [
"3177900695@qq.com"
] | 3177900695@qq.com |
06b0d1c3dd8ffb1201202700296b06a0867593eb | d438d50deb981be61c50cd788cfe24d7ea23ec00 | /sfs-server/src/main/java/swordfishsync/controllers/TorrentController.java | a7d9d3e0b2738914d78b51c7734803296363099d | [] | no_license | jsloane/SwordfishSync | 60b8129a94048e1b3599cc892bde894f67149f2b | 0b49bd926cc816dfc7a6c4af640bf2532f2f6fbf | refs/heads/master | 2023-04-28T07:14:18.886056 | 2023-04-15T01:47:04 | 2023-04-15T01:47:04 | 10,736,853 | 0 | 0 | null | 2023-04-15T01:47:06 | 2013-06-17T12:29:55 | Java | UTF-8 | Java | false | false | 3,134 | java | package swordfishsync.controllers;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import javax.annotation.Resource;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springfram... | [
"jsloane@csu.edu.au"
] | jsloane@csu.edu.au |
cca287b7b0ad1e6c09ba2f3fdedda31b4e3b1c6e | be4fd9e90b9a81df014ac18a86f44e6417777a93 | /src/main/java/org/broadinstitute/hellbender/engine/ReferenceMemorySource.java | e3295580d160226943ddcb4aa6756180c9b4f0dc | [] | no_license | AriesLL/PipeGATK | eb55fb2959e4c03762cd47719f175a732db76679 | e5ecbf1695b95c0397757ab4e8935d3e1b738000 | refs/heads/master | 2020-12-24T21:01:09.049479 | 2016-06-04T09:56:47 | 2016-06-04T09:56:47 | 59,696,900 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,425 | java | package org.broadinstitute.hellbender.engine;
import htsjdk.samtools.SAMSequenceDictionary;
import htsjdk.samtools.reference.ReferenceSequence;
import org.broadinstitute.hellbender.exceptions.GATKException;
import org.broadinstitute.hellbender.utils.SimpleInterval;
import org.broadinstitute.hellbender.utils.Utils;
imp... | [
"memoryzpp@gmail.com"
] | memoryzpp@gmail.com |
95cf0493c5cf6e685d98268f08f3d3c9ca8669a7 | 875b00b5082a326b96005d8dcc7b9a1dd5d44679 | /src/com/qht/builder/AirShip.java | b28b32e093d2de1c4daaaa23c37e970794fa002f | [] | no_license | 54linxiu/gof23 | 8c6472506fd9b79b2adf1c4741a93f4e4f3360ba | 5dcf729fba08dc6715877f81bffea3df3a185275 | refs/heads/master | 2022-11-05T12:31:00.838207 | 2020-06-19T07:02:58 | 2020-06-19T07:02:58 | 273,421,820 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,333 | java | package com.qht.builder;
/**
* 宇宙飞船 创建者模式
* @author q
*
*/
public class AirShip {
private OrbitalModule orbitalModule;//轨道仓
private Engine engine;//发动机
private EscapeTower escapeTower;//逃逸仓
public OrbitalModule getOrbitalModule() {
return orbitalModule;
}
public void setOrbitalModule(OrbitalModule orbitalMo... | [
"2410480275@qq.com"
] | 2410480275@qq.com |
c2e5ce0c8d50794d8d32f2a9e7f60e25c9da4a13 | 5598faaaaa6b3d1d8502cbdaca903f9037d99600 | /code_changes/Apache_projects/YARN-24/b7442bf92eb6e1ae64a0f9644ffc2eee4597aad5/~CommonNodeLabelsManager.java | 2796fb610e6e3e41e157ba7358f52e9d9de749db | [] | no_license | SPEAR-SE/LogInBugReportsEmpirical_Data | 94d1178346b4624ebe90cf515702fac86f8e2672 | ab9603c66899b48b0b86bdf63ae7f7a604212b29 | refs/heads/master | 2022-12-18T02:07:18.084659 | 2020-09-09T16:49:34 | 2020-09-09T16:49:34 | 286,338,252 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 24,994 | java | /**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"... | [
"archen94@gmail.com"
] | archen94@gmail.com |
9221c60842a1fce2e9bfcf6fe3efa0a12ea8feba | 8a5c4fed881352b3e559f6a5d54beaab83d57920 | /src/Origins/Monster.java | ccbdbcf797183bc267e80cbbe73adae543e39ed6 | [] | no_license | Blackdread/Origins | 587681972a87f50b2386c6963882c12e4b85e4eb | 5de79807eae38e5e083a20b306b0bde8ab3f844d | refs/heads/master | 2016-09-05T13:18:28.330733 | 2015-12-06T04:44:51 | 2015-12-06T04:44:51 | 14,828,840 | 0 | 0 | null | null | null | null | MacCentralEurope | Java | false | false | 14,333 | java | package Origins;
import org.lwjgl.Sys;
/**
* Classe des unités
* @author Yoann CAPLAIN
* @version 1.0
*/
public class Monster {
private double deltaX;
private double deltaY;
private double x;
private double y;
private int destX;
private int destY;
private int vie;
private int mana;
private int kil... | [
"jojo.julien@gmail.com"
] | jojo.julien@gmail.com |
0490809a2c98d1db10f4c331f4b9e2f84dfd3ded | 7cfbe68b93116508a976ff77fbc0f948d015c66b | /app/src/main/java/org/techtown/dingdong/mypage/SalesResponse.java | d32dba015e6911fce7cacd438d2a9256fa18ee0d | [] | no_license | gy741/dingdong-front | d6e65fd85cc1eda47b40a8c7ac5b7ab6f06d6724 | 1a006d18c96a679725b12f5207cb19cd2f4dfa3e | refs/heads/master | 2023-07-17T08:37:33.899596 | 2021-09-09T14:56:26 | 2021-09-09T14:56:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 948 | java | package org.techtown.dingdong.mypage;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import org.techtown.dingdong.home.Share;
import java.util.ArrayList;
public class SalesResponse {
@SerializedName("code")
@Expose
private String result;
@SerializedNa... | [
"59547003+kimjeonghui@users.noreply.github.com"
] | 59547003+kimjeonghui@users.noreply.github.com |
e7aaabafefd6eeeff577bcaf06e137488aa8fe79 | b8fb2e1ddc0332b6e5bde109f844b8c5d56bd293 | /src/main/java/com/ronwelch/myapp/service/UserService.java | 05326869196ce432887a1d8e4682e84e77b238b2 | [] | no_license | RonWelch/jhipster-sample-application | ebc69f0b8090e31f8f02bc1ed28304eb42251f16 | 191d2250f0361e7d43950e153dc3da04ff727fac | refs/heads/main | 2023-04-02T07:22:19.937834 | 2021-03-30T16:39:43 | 2021-03-30T16:39:43 | 353,071,404 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,206 | java | package com.ronwelch.myapp.service;
import com.ronwelch.myapp.config.Constants;
import com.ronwelch.myapp.domain.Authority;
import com.ronwelch.myapp.domain.User;
import com.ronwelch.myapp.repository.AuthorityRepository;
import com.ronwelch.myapp.repository.UserRepository;
import com.ronwelch.myapp.security.Authoritie... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
0ce45dc62d2ffb55cf7a42a957f89904ceb4e389 | 216af102f38f7eff8ac931bebcf52ec1f3196c9d | /src/swea/d2/Solution_1974_스도쿠검증.java | 2a727524215af27a8a0fcfe80761e177f9966305 | [] | no_license | LeeA0/Algorithm | d9ff150cbef817d95b5b853b29e8ade6df712d87 | 416897e40098b4b9a60f85ac09528ae1f1d43ca6 | refs/heads/master | 2023-08-31T23:54:52.809679 | 2021-10-10T15:33:26 | 2021-10-10T15:33:26 | 298,046,835 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,867 | java | package swea.d2;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.StringTokenizer;
//SW_스도쿠검증_1974_D2
//D2_스도쿠 검증 -> 도합 45
public class Solution_1974_스도쿠검증 {
static int T;
static int[][] sdoku;
static int[][] dir4 = { { -1, 0 }, { 1, 0 }, { 0, -1 }, { 0, 1 } };
public static void... | [
"lay0711@naver.com"
] | lay0711@naver.com |
5aa4668ee3cfa8db281835195cd2310de0086c41 | 8bfc254f7559664fe9eaeaf8d2ed449aca0958c1 | /src/test/java/com/tictactoesbot/tests/SampleTest.java | e4a39a48105cb2c6138523b2e4630d3a7f123107 | [
"MIT"
] | permissive | AaronCoplan/tic-tac-toe-bot | c1cc63c37845eaf6b74ae23005764cf53a781f87 | 3ef0f283b647f5edf7a4a77ada0fae8ad880b195 | refs/heads/master | 2021-01-22T04:49:42.245188 | 2017-06-21T20:04:17 | 2017-06-21T20:04:17 | 81,590,085 | 1 | 0 | null | 2017-02-22T07:29:30 | 2017-02-10T17:40:18 | Java | UTF-8 | Java | false | false | 1,395 | java | /*
MIT License
Copyright (c) 2017 Aaron Coplan
Copyright (c) 2017 Andrew Adalian
Copyright (c) 2017 Devin Kopp
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including witho... | [
"afcoplan@gwu.edu"
] | afcoplan@gwu.edu |
0b2b442e991cdd01c59ab6c6dce0192e26ba1d0c | 3330fea71fa37e7c390dc4a78f6a0c47f932caa5 | /src/main/java/it/polimi/ingsw/model/Action.java | ab071a168b1ae794acb78c034ecce730cc0c7bff | [] | no_license | giacomocassano/Adrenalina | 7c3f15d2c1996b3b01512be16b2b827f3f674c7b | 6bf58c191ff13beb22bb9b74b35c1dd8652203cd | refs/heads/master | 2023-06-23T04:35:54.107177 | 2021-07-15T10:39:31 | 2021-07-15T10:39:31 | 386,252,187 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,841 | java | package it.polimi.ingsw.model;
import it.polimi.ingsw.exceptions.EffectException;
import it.polimi.ingsw.exceptions.MoveException;
import it.polimi.ingsw.exceptions.ShootException;
import it.polimi.ingsw.model.cards.AmmunitionCard;
import it.polimi.ingsw.model.cards.EmpowerCard;
import it.polimi.ingsw.model.cards.Stac... | [
"48253515+giacomocassano@users.noreply.github.com"
] | 48253515+giacomocassano@users.noreply.github.com |
6a6390e2a4e584496fb4a59b1f42a5f88fcc43a6 | 1b70d92ec2243247b1bedee1733a44bd17efb6ed | /src/main/java/com/example/demo/SSUserDetailsService.java | 430ecfe6bf001a37954158c5336dbea7025728b7 | [] | no_license | JBCOCT19/week-7-challenge-prasantib | 57ab0ab488157839776ba3de9887e5dcf84e43e2 | 35fec07cf477c3753f71e4374fa9b683df788361 | refs/heads/master | 2020-09-29T06:23:04.513062 | 2019-12-09T21:49:05 | 2019-12-09T21:49:05 | 226,974,452 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,676 | java | package com.example.demo;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.authority.SimpleGrantedAuthority;
import org.springframework.security.core.userdetails.UserDetails;
import org.springframework.security.core.userdetails.UserDetailsService;
import org.springfra... | [
"prasanti.babu@gmail.com"
] | prasanti.babu@gmail.com |
9eb4e93b096ef19a7942f22b9ab357643eb299d9 | ed5159d056e98d6715357d0d14a9b3f20b764f89 | /test/irvine/oeis/a161/A161532Test.java | 8371ba2a460d8ef21b4030c4e0bc63953323b35a | [] | no_license | flywind2/joeis | c5753169cf562939b04dd246f8a2958e97f74558 | e5efd6971a0062ac99f4fae21a7c78c9f9e74fea | refs/heads/master | 2020-09-13T18:34:35.080552 | 2019-11-19T05:40:55 | 2019-11-19T05:40:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 195 | java | package irvine.oeis.a161;
import irvine.oeis.AbstractSequenceTest;
/**
* Tests the corresponding class.
* @author Sean A. Irvine
*/
public class A161532Test extends AbstractSequenceTest {
}
| [
"sairvin@gmail.com"
] | sairvin@gmail.com |
b268c93d06dd5b095269514a7140639ec5003ab1 | 16a5cc4ee39852ea8469ba95ea08f269ce03d0a7 | /src/osm/src/main/java/org/locationtech/geogig/osm/internal/history/Change.java | 23afbaf9de74055fe30b1f9bd6209df663566a48 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | jmarin/GeoGig | 8ad823351549b17a84dc385db2cfae694a824358 | 1a70408ee4495832eb2f9b827fef12512666d6ba | refs/heads/master | 2021-01-17T22:18:20.647772 | 2014-08-12T16:53:24 | 2014-08-12T16:53:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,762 | java | /* Copyright (c) 2013 OpenPlans. All rights reserved.
* This code is licensed under the BSD New License, available at the root
* application directory.
*/
package org.locationtech.geogig.osm.internal.history;
import com.google.common.base.Optional;
/**
*
*/
public class Change {
public enum Type {
... | [
"gabriel.roldan@gmail.com"
] | gabriel.roldan@gmail.com |
8e6c7f234ab6fb8f38bbc490b5325b6e98452d4a | f743b1ddb97499a3e81a4b9898b98e028694ac74 | /src/main/java/com/wyl/test/service/impl/UserServiceImpl.java | 983b800e265ea86d20258c5d15643b79f0dd2c09 | [] | no_license | wang1yu2ku3/springMVC1 | 6901d9c699e03dc04e22b26bd789390e1a92402b | 1cbed3287fe293a5b515f17c46c5deae89b11472 | refs/heads/master | 2020-03-27T08:36:02.678141 | 2018-08-27T09:11:34 | 2018-08-27T09:11:34 | 146,269,962 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,296 | java | package com.wyl.test.service.impl;
import com.wyl.test.dao.IUserDao;
import com.wyl.test.entity.User;
import com.wyl.test.service.IUserService;
import com.wyl.test.util.Page;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springf... | [
"wang1yu2kui3@163.com"
] | wang1yu2kui3@163.com |
7dd25eb651e440dd3254913eafd4691a727f721a | b2fb985a58b10625c029c6cfe94e1f15f03b018f | /code/src/net/sourceforge/kolmafia/textui/parsetree/LibraryFunction.java | 323dc0da9af0e4295dcca34fce865f46286e5af9 | [] | no_license | sery/kolmafia-code | 7ab4e22d5822fa004e6c8eed20a44849ec1ca4c1 | 2aa6bc078f484f6003eb50976b6ea6bee0e427b4 | refs/heads/master | 2021-01-21T20:06:38.879569 | 2017-05-23T15:17:40 | 2017-05-23T15:17:40 | 92,185,865 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,042 | java | /**
* Copyright (c) 2005-2017, KoLmafia development team
* http://kolmafia.sourceforge.net/
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* [1] Redistributions of source code must ... | [
"sery@users.noreply.github.com"
] | sery@users.noreply.github.com |
1f47d769de4eb5a94121bd1bc6b70042e206d47f | 4fde91122b6a6213adf12fa0af092259590c9861 | /BS_Sample/src/hotels/HotelControl.java | e37754726695545abe4da6908e0e03c37ba5ba2c | [] | no_license | LeeYH94/web_team4 | 8d7845907cb6f3e4d58fdfe091c56b7b44208343 | ccd223978832cb2d4fe7ac12f2f436eaf6f069cc | refs/heads/master | 2022-06-11T07:38:53.341481 | 2020-05-06T16:21:20 | 2020-05-06T16:21:20 | 254,014,893 | 0 | 1 | null | null | null | null | UHC | Java | false | false | 3,523 | java | package hotels;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Scanner;
import core.DBConnection;
public class HotelControl {
Connection conn;
Prepare... | [
"noreply@github.com"
] | LeeYH94.noreply@github.com |
d158201bc8f28d11f8feab1e97f0efc40345b091 | 02ef717aea4b99b271379fbae495cefb2fdf5135 | /src/main/Betch/pachinko/p_word/old/店舗情報解析.java | 7a016b802b877204f30c6cc790aef00b20863d33 | [] | no_license | sakazume/Pachinko_APP | 5d9500d908bda57b09482600118b1592bd36c2af | 0036f457eb928b31cfb9f26f758c35902147e60f | refs/heads/master | 2021-01-24T06:17:58.199774 | 2017-07-02T22:58:11 | 2017-07-02T22:58:11 | 93,310,616 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,790 | java | package pachinko.p_word.old;
import com.avaje.ebean.Ebean;
import lombok.Data;
import org.joda.time.DateTime;
import org.jsoup.nodes.Document;
import org.jsoup.nodes.Element;
import org.jsoup.select.Elements;
import pachinko.db.Dstore;
import pachinko.db.Mmodels;
import pachinko.db.Mstore;
import pachinko.library.Jsou... | [
"t-sakaume@u-note.co.jp"
] | t-sakaume@u-note.co.jp |
7878094b71f4dbb64962021b883990dddb11f9ce | 88360b303ae68ea39db4db9d445b234076166ee7 | /13kafka/kafka-demo/src/main/java/com/catcher/kafkademo/KafkaDemoApplication.java | cf305955ab0ceb8fb59125014b5af50b1d912b82 | [] | no_license | catcherwyf/homework | b1f0261ed80b31e3ed00cd9e28831972beace522 | 1e7a6b1d98d18dcad7cdd2745e6923cd67b62131 | refs/heads/master | 2023-07-06T05:46:10.032776 | 2021-08-15T16:30:38 | 2021-08-15T16:30:38 | 365,556,131 | 1 | 0 | null | 2021-08-15T16:30:39 | 2021-05-08T16:03:15 | Java | UTF-8 | Java | false | false | 1,051 | java | package com.catcher.kafkademo;
import org.apache.kafka.clients.consumer.KafkaConsumer;
import org.apache.kafka.clients.producer.KafkaProducer;
import org.apache.kafka.common.protocol.types.Field;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.SpringApplication;
import or... | [
"catcherwyf@outlook.com"
] | catcherwyf@outlook.com |
1148a6b4790047e68e4e3327dcf5d3a552a75ccd | 1f752454f82bbfce9c65e3c0f11def69ecdab3bd | /plugins/lombok/src/main/java/de/plushnikov/intellij/plugin/processor/method/ExtensionMethodsHelper.java | 888cd37a71dfb91815196cb38ac3860e06ba768b | [
"Apache-2.0"
] | permissive | Yamishit/intellij-community | 85cabd9700ef6a5f802ec2d52c31c6f5bb43d911 | b852aaedb1e8c48211bc11d4fb973bddcade1a76 | refs/heads/master | 2023-01-10T13:35:45.259734 | 2020-11-15T23:01:00 | 2020-11-15T23:14:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,058 | java | package de.plushnikov.intellij.plugin.processor.method;
import com.intellij.lang.java.JavaLanguage;
import com.intellij.openapi.diagnostic.Logger;
import com.intellij.openapi.progress.ProcessCanceledException;
import com.intellij.psi.*;
import com.intellij.psi.infos.MethodCandidateInfo;
import com.intellij.psi.util.*;... | [
"intellij-monorepo-bot-no-reply@jetbrains.com"
] | intellij-monorepo-bot-no-reply@jetbrains.com |
0773c36a81e396da801c4f1ab23b1b888df09e37 | 68b22b9be222a5eae8264330685a988dbca12485 | /Java Swing/tableSwing/src/MarketTable/MYOSM.java | 44bc4ad19672cb7a35c7b73d866a3e7e2473ebfb | [] | no_license | smileHorse/Java | 4bc64b413a73ac416cfdea5df9b4debff5668901 | 8ecad1ad7352eaf2c788aec9965db0ef9daeffe3 | refs/heads/master | 2022-12-14T02:35:39.528245 | 2020-09-27T06:35:26 | 2020-09-27T06:35:26 | 119,227,889 | 0 | 0 | null | 2022-12-10T21:03:40 | 2018-01-28T04:35:40 | Java | UTF-8 | Java | false | false | 2,443 | java | package MarketTable;
import javax.swing.*;
import java.awt.*;
import java.util.Map;
import java.util.Random;
public class MYOSM extends JFrame implements Runnable {
Stock[] market = {
new Stock("JTree", 14.57),
new Stock("JTable", 17.44),
new Stock("JList", 16.44),
... | [
"65022492@qq.com"
] | 65022492@qq.com |
8201da90be18cc9102c10d9de31bb81d4537706c | a99e5a5423588fd2cde08bb31a6b869798c0794f | /src/main/java/com/quiz/lesson01/Lesson01Quiz03.java | 346fe40dc26358bf1ede5130c6a264df1d66facd | [] | no_license | ellahyesu/spring_quiz | a40c8726eed5a1024a1137e48baf5beb65559a52 | e9e384becbfb859131dc7db6c60ef87c3c3b122c | refs/heads/master | 2023-08-29T08:43:58.699672 | 2021-10-05T13:04:33 | 2021-10-05T13:04:33 | 385,993,186 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 407 | java | package com.quiz.lesson01;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
@Controller // jsp를 내려줄 때는 @ResponseBody가 사용되지 않는다.
public class Lesson01Quiz03 {
// 요청 URL : http://localhost/lesson01/quiz03/1
@RequestMapping("/lesson01/quiz03/1")
public ... | [
"69390318+ellahyesu@users.noreply.github.com"
] | 69390318+ellahyesu@users.noreply.github.com |
b29ba54360aa49a3026721aac7e576e4290f3ffc | 0b4efdc5f341646c9f7cddeeafe2b2252e4ddd03 | /sping_security/src/main/java/com/example/demo/auth/ApplicationUser.java | ac0eb8a965a9093e5a8f9bef86e1dc06fddd4bf8 | [] | no_license | Nam-1810/Spring-Security | 78e4ac52ee4f468327d326456843cb9a78fc953d | 9765900b2594dc58da3ba8a116743db510ffe924 | refs/heads/master | 2023-04-28T16:16:57.058663 | 2021-05-25T02:05:26 | 2021-05-25T02:05:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,998 | java | package com.example.demo.auth;
import java.util.Collection;
import java.util.Set;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.userdetails.UserDetails;
public class ApplicationUser implements UserDetails {
private final String password;
private ... | [
"65749694+Nam-1810@users.noreply.github.com"
] | 65749694+Nam-1810@users.noreply.github.com |
3c95b5b47392ece3cc75fd6f6692b7412785b899 | e63363389e72c0822a171e450a41c094c0c1a49c | /Mate20_9_0_0/src/main/java/com/android/server/pm/-$$Lambda$InstantAppRegistry$o-Qxi7Gaam-yhhMK-IMWv499oME.java | 36a1a913887da019a6bd7046e13e0f5b74da5f95 | [] | no_license | solartcc/HwFrameWorkSource | fc23ca63bcf17865e99b607cc85d89e16ec1b177 | 5b92ed0f1ccb4bafc0fdb08b6fc4d98447b754ad | refs/heads/master | 2022-12-04T21:14:37.581438 | 2020-08-25T04:30:43 | 2020-08-25T04:30:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 615 | java | package com.android.server.pm;
import android.content.pm.PackageParser.Package;
import java.util.function.Predicate;
/* compiled from: lambda */
public final /* synthetic */ class -$$Lambda$InstantAppRegistry$o-Qxi7Gaam-yhhMK-IMWv499oME implements Predicate {
private final /* synthetic */ Package f$0;
public... | [
"lygforbs0@mail.com"
] | lygforbs0@mail.com |
1d5cfee64c0a7e106418e5b35f52218a9e30fc5a | 95a8afb46d20c18ffb436086db9482e709c3578b | /app/src/main/java/kz/algakzru/youtubevideovocabulary/ui/FlippingView.java | 2eefcc2977f9d4b74b51bb44c74a92817beb08c5 | [] | no_license | arman-sydikov/vvAndroidOld | ee1e8bb9c881bb4bc2d9a0e63bf06b1aedd3c782 | 26c426fe0dfd887ae6e1138c07e4d2bab1b0d987 | refs/heads/master | 2021-06-10T11:25:57.991522 | 2017-01-24T09:56:39 | 2017-01-24T09:56:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,552 | java | /*
* Copyright 2012 Google Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... | [
"algakzru@gmail.com"
] | algakzru@gmail.com |
d8d57de40956504a1af2f946eb02336da00540fe | 584d73b907980df4a174c45f6c4018d8e984b037 | /src/main/java/com/uam/aps/utils/Menu.java | 2d1ea16d07f676a57da9b0662ce5c4e2b0ebd9cc | [] | no_license | LucasAlvez/distributed-database | 2e36dc8aa1384b05576e2ab63e9dba29a2e0818e | a2fcc25c9d4642423539d4f47a54e4bb991cd703 | refs/heads/master | 2020-04-01T22:21:41.838223 | 2018-11-15T21:03:10 | 2018-11-15T21:03:10 | 153,704,163 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,471 | java | package com.uam.aps.utils;
import java.util.Scanner;
import com.uam.aps.request.ClientRequest;
import com.uam.aps.request.EmployeeRequest;
import com.uam.aps.request.ProductRequest;
public class Menu {
public static ClientRequest clientMenu() {
Scanner in = new Scanner(System.in);
ClientRequest clientRequest ... | [
"luucasalves.p@gmail.com"
] | luucasalves.p@gmail.com |
1120dbb26926e055724d108a5d38361acb264bc9 | 2869fc39e2e63d994d5dd8876476e473cb8d3986 | /Super_clutter/src/test/com/client/TestUserService.java | ccc4c45cdcc4ee7955ee0fe3080e1d79aa4edbd5 | [] | no_license | kavt/feiniu_pet | bec739de7c4e2ee896de50962dbd5fb6f1e28fe9 | 82963e2e87611442d9b338d96e0343f67262f437 | refs/heads/master | 2020-12-25T17:45:16.166052 | 2016-06-13T10:02:42 | 2016-06-13T10:02:42 | 61,026,061 | 0 | 0 | null | 2016-06-13T10:02:01 | 2016-06-13T10:02:01 | null | UTF-8 | Java | false | false | 3,385 | java | package com.client;
import java.util.HashMap;
import java.util.Map;
import org.junit.Test;
import com.lvmama.clutter.model.MobileOrder;
import com.lvmama.clutter.model.MobileUser;
import com.lvmama.clutter.service.client.v3_1.ClientUserServiceV31;
public class TestUserService extends TestBase{
Client... | [
"feiniu7903@163.com"
] | feiniu7903@163.com |
3ccd2e7d7b29ac93c9c65c8632ee28fd50c282e1 | 0df68c35d649203674c40bf95e5b29f9e544f7ce | /src/cs601/project4/userservice/CreateUserHandler.java | 205407c501498db3b0f1fbf5dd6c55c4510b8fc4 | [] | no_license | nicholas-kebbas/event-ticketing-microservices-app | 0196fa089189ad7d0c8412120dbf135325836ecf | d3750cf5f71be2b4604ac11c39734fcc98b94285 | refs/heads/master | 2022-10-16T06:38:23.427150 | 2019-07-09T22:35:26 | 2019-07-09T22:35:26 | 195,894,470 | 0 | 0 | null | 2022-10-04T23:52:59 | 2019-07-08T22:30:42 | Java | UTF-8 | Java | false | false | 2,113 | java | package cs601.project4.userservice;
import java.io.IOException;
import java.sql.SQLException;
import java.util.stream.Collectors;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.google.gson.JsonObject;
import com.google.gson.JsonParseException;
import com.googl... | [
"nkebbas@usfca.edu"
] | nkebbas@usfca.edu |
746253dbd7035067cc7de0066bf7122d5f1bfdf9 | addd9b4c40cd6f01505b3d79ef2763d5cb066d7c | /src/test/java/com/janle/redis/SpringRedisDemoTest.java | 84775beb8f597e82cf437f77df4ecb4b8643fb9e | [] | no_license | ljz0721cx/springredis | e75bd2627e80fa179f093fbef420bbab34257698 | c2f712086fa350a6d4e0999f39034d8d7dae57e3 | refs/heads/master | 2020-12-24T19:04:14.156193 | 2018-04-15T05:49:19 | 2018-04-15T05:49:19 | 58,058,882 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 873 | java | package com.janle.redis;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.redis.core.RedisTemplate;
import org.springframework.data.redis.serializer.RedisSerializer;
import org.springframework.test.context.Cont... | [
"J_janle@163.com"
] | J_janle@163.com |
cf26c167a0d6c59852de0772339a2f8e50fc070a | c4a2ba328ddffa6e225a2da342e23ea3221a1c2d | /src/main/java/com/bdqn/tytcake/service/impl/UserServiceImpl.java | 6fc00053aafe289ca6614ef336b643ae789aa08a | [] | no_license | gongsunlinglong/springboot | 5c40a63a30fee9a6f337c0946ca7b1606d42dfb8 | 201d4b831bbd867ec6901e76bd9c72de9af9c146 | refs/heads/master | 2020-03-22T08:39:21.900132 | 2018-07-09T08:45:52 | 2018-07-09T08:45:52 | 139,315,346 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,225 | java | package com.bdqn.tytcake.service.impl;
import com.bdqn.tytcake.dto.UserDto;
import com.bdqn.tytcake.dao.UserDao;
import com.bdqn.tytcake.entity.User;
import com.bdqn.tytcake.service.UserService;
import org.springframework.stereotype.Service;
import javax.annotation.Resource;
import java.util.List;
@Service("userServ... | [
"2065516615@qq.com"
] | 2065516615@qq.com |
23320ee9157d7dfb760e1f73878bbb8193259daf | 1e5569cefafda49ed2d14a2c79bf81f467ee5671 | /src/arquivomunicipalpmpp/util/HibernateUtil.java | 67e6842d65bc24392ed32c0fbb20712cb363cbe4 | [] | no_license | luishmnascimento/ArquivoMunicipalPMPP | 1e3985d92784863c2395a3b375c1bbe6e5eaebb3 | 5eba7da2dfadb1c6ee432a3c7d806de8dc064d12 | refs/heads/master | 2021-05-29T13:53:33.120502 | 2015-10-21T12:07:21 | 2015-10-21T12:07:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 800 | java | package arquivomunicipalpmpp.util;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.cfg.AnnotationConfiguration;
public class HibernateUtil
{
private static final SessionFactory sessionFactory;
private static final ThreadLocal<Session> threadLocal = new ThreadLocal<>();... | [
"lhenriquee7@gmail.com"
] | lhenriquee7@gmail.com |
f8d9e395a3cc214178f26f0d68266824709bb479 | a5bf491233db5fff4d36ffa727322e21941c870c | /src/main/java/cn/xinhang/basic/constant/Constant.java | 77059eda10bc49e74318f1c8053fdd5131a2a70c | [] | no_license | ch1214java/pethome | 267fe6e3d3e1b6984734fd347e2a743b61f2f668 | 30d5d6b157376de3ac857f11558d0f3f0b641639 | refs/heads/master | 2023-02-14T00:26:52.843434 | 2021-01-15T10:19:37 | 2021-01-15T10:19:37 | 327,842,378 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,387 | java | package cn.xinhang.basic.constant;
public class Constant {
/**
* 通过手机验证码注册
*/
public static final String PHONE_REG = "phone_reg";
/**
* 通过手机验证码登录
*/
public static final String PHONE_LOGIN = "phone_login";
/**
* 通过邮箱注册
*/
public static final String EMAIL_REG = "emai... | [
"user1@163.com"
] | user1@163.com |
00e3f6d1ff82de2acc7e7f888bbe0d3e79507a1c | 2a6e1dfd144dd8e077d08de79aec7b7ae47290e0 | /test/homework/model/WallTest.java | 12f0c5493a7982c93eedd2bd5751407694b1a475 | [] | no_license | Tophyan1/NHF3 | 1c502657b88efbbda8c61ea03a1059ea71ac97c5 | f39e57314da1fdcd9b205a2cf2b9a800bf53fc6d | refs/heads/Rewrite | 2021-07-14T12:47:45.448400 | 2020-12-01T19:54:40 | 2020-12-01T19:54:40 | 225,046,627 | 0 | 0 | null | 2020-12-01T19:56:22 | 2019-11-30T17:28:11 | Java | UTF-8 | Java | false | false | 822 | java | package homework.model;
import org.junit.Test;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
public class WallTest {
@Test
public void collisionTest1() {
Wall wall = new Wall(0, 0, 1, 1);
MovableParticle particle = new MovableParticle(new Point(50, 4... | [
"topyan99@gmail.com"
] | topyan99@gmail.com |
5276329f503b49008b4a6edea40470945d2a51e9 | 183a74b885e590d4679e43c4a844703b84df4b93 | /src/main/java/kafkapublisher/infrastructure/api/PublisherController.java | ccaa1b73773c4bd1b3a6797422d63e5121324a7b | [] | no_license | chrisburki/personal-banking-wm-kafkapublisher | 887901e8e73c69bb2af9466a2c657b4f9c742768 | 276b18e537024995fc3e05b090a1ee91b1bacbd3 | refs/heads/master | 2020-04-26T02:28:06.637814 | 2019-03-19T19:43:28 | 2019-03-19T19:43:28 | 173,235,777 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 993 | java | package kafkapublisher.infrastructure.api;
import kafkapublisher.domain.message.Message;
import kafkapublisher.application.PublisherService;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestM... | [
"chrisburki@gmx.ch"
] | chrisburki@gmx.ch |
120105f5b8aca01f6adddab3c37bbf34242756ae | c05adc4ba204020b9b89749718b201cca32ba848 | /app/src/main/java/com/otipass/sql/Msg.java | 95bda0520adfabb2eb76d7ba9838ac76c603ea83 | [] | no_license | anashmamouch/alsace-presta-android | 1b7fdac7241f8f3e4b7b21f3d7874c455d4cfced | 61521080615389f0c20587d500cea4d02c3e61a2 | refs/heads/master | 2020-04-21T17:36:05.105051 | 2019-02-08T13:46:19 | 2019-02-08T13:46:19 | 169,741,037 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,702 | java | /**
================================================================================
PASS MUSEUM project
Package com.otipass.sql
@copyright Otipass 2013. All rights reserved.
@author ED ($Author: ede $)
@version $Rev: 2426 $
$Id: Msg.java 2426 2013-08-28 16:34:15Z ede $
====================... | [
"anashmamouch90@gmail.com"
] | anashmamouch90@gmail.com |
f2e842ae7b3dc48ea2304d7e6eda6800a57b236a | 2bce589f1cd67df3e1da44b45f9e8a71075fdeff | /book/src/main/java/cn/sjxy/book/web/test/BookTest.java | 7f6ad462e23faec7dc8bc8e1c5b867e11fcad294 | [] | no_license | lh1473179505/book | 83619d8a61852bdb53c247fa839efb51bdcf6082 | 77635217eb053f4e15deaceda527686210fee892 | refs/heads/master | 2022-12-23T12:06:04.211076 | 2019-06-15T08:16:02 | 2019-06-15T08:16:02 | 192,050,340 | 0 | 0 | null | 2022-11-16T12:24:35 | 2019-06-15T07:31:24 | Java | UTF-8 | Java | false | false | 2,390 | java | package cn.sjxy.book.web.test;
import java.util.List;
import org.junit.Test;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import com.github.pagehelper.PageHelper;
import com.github.pagehelper.PageInfo;
import cn.sjxy.book.domain.Ad... | [
"1473179505@qq.com"
] | 1473179505@qq.com |
8083e62dd39a5cb4ebd4cd3694611f815b943c0e | b6f51d80caeaf77e9e97d1914c359c906c731a17 | /src/main/java/com/pocco/pl/ussdtest/model/SessionModel.java | c5f104808166a4726bb8890a94d7646cef475780 | [] | no_license | Jumaodhiss/ussd_test_v1.0.0 | 9cfb05090257f2803964dff110ceaa70a6bc957e | 9b1b0244e083911f0a05eac8158c74711d0fc0b1 | refs/heads/master | 2020-03-27T09:08:04.389408 | 2018-08-27T15:18:31 | 2018-08-27T15:18:31 | 146,316,223 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,567 | 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.pocco.pl.ussdtest.model;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Entity;
im... | [
"jumaodhiss@gmail.com"
] | jumaodhiss@gmail.com |
357d76477ce4cc4eb0f78a931dfe4edaca38adbd | 10ba1ee2c970384ec1ae4d414dc907d87058d7cb | /linechart/src/main/java/com/zgq/linechart/ChartView.java | 60efee2f6329a1e84f247bc0256ee2125a138adb | [] | no_license | newerZGQ/AnyTest | b3e9b375044460e4861a63ae7596ab5b0bc0cd5e | 4366d581c78623cf30ebf249d83b8ac4655cbc72 | refs/heads/master | 2021-04-26T22:24:57.658116 | 2018-11-03T17:18:40 | 2018-11-03T17:18:40 | 124,085,756 | 1 | 0 | null | 2018-03-06T14:03:06 | 2018-03-06T13:55:20 | Java | UTF-8 | Java | false | false | 16,007 | java | package com.zgq.linechart;
import android.animation.Animator;
import android.animation.ValueAnimator;
import android.content.Context;
import android.content.Intent;
import android.content.res.TypedArray;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.LinearGradient;
import andro... | [
"379020727@qq.com"
] | 379020727@qq.com |
208ea67a334bae3cdb86f4eee95ba0717f7dd806 | 45718a814e6b0d325672916b1a8f9f3f33ccf573 | /app/src/androidTest/java/com/example/rp/navigation/ApplicationTest.java | b9374189193c67b197c251ae31038a49d6cd195d | [] | no_license | rajacsp/energymobile11 | 1f0308b4ce04f984e1afcd0eacc606afd2426b57 | 7f44d9eb80875e06efc67e7527c339c1fda023f8 | refs/heads/master | 2021-01-23T21:22:19.932551 | 2016-09-18T00:58:59 | 2016-09-18T00:58:59 | 68,486,305 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 356 | java | package com.example.rp.navigation;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
... | [
"raja.r.csp@gmail.com"
] | raja.r.csp@gmail.com |
3e5b54943a6be724091a40076aef363884f8733f | c6411963bbd2769460b2a6f0450baef93d39e7a6 | /src/yuhnovskaya/Control2/task3.java | 7671fcc6b2851017e7752d09e9337aa496bcf347 | [] | no_license | Shumski-Sergey/M-JC1-25-19 | 06b919e91058666bf000a5d9866937e249d552a3 | 1133dad04ec9bec4bdb8343841657a488365a1ec | refs/heads/master | 2022-04-27T14:48:25.457486 | 2020-04-17T16:24:00 | 2020-04-17T16:24:00 | 228,884,905 | 1 | 18 | null | 2020-04-06T12:13:05 | 2019-12-18T16:57:48 | Java | UTF-8 | Java | false | false | 841 | java | package src.yuhnovskaya.Control2;
import java.io.*;
/**
* Created by user on 04.03.2020.
*/
public class task3 {
public static void main(String[]avgs){
BufferedReader reader=new BufferedReader(new InputStreamReader(System.in));
int digit=(int)Math.random()*100;
final int NUMBER_OF_DIGITS... | [
"Olga"
] | Olga |
98a47ea5a5203c9e7701682a97c4423210d36a20 | ed0f4f5cde07b87349e5a75721aeb8b64d27a4d5 | /ORE/src/ore/servlet/ClusterStart.java | 125e4d15bc1023b3ba69f935eda46dab7ca1284d | [] | no_license | hajarLRI/wwwore | 3bfb9ca1e03c0e5bfb6ccbf871abab7894a54192 | 097a3901c2c51fc8364a58459e6fbe3c9a0f0be3 | refs/heads/master | 2021-01-02T12:57:29.302338 | 2011-03-14T00:16:38 | 2011-03-14T00:16:38 | 34,676,052 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,058 | java | package ore.servlet;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import ore.cluster.ClusterManager;
import ore.jms.Receiver;
import ore.subscriber.Subs... | [
"wohlstad@gmail.com@58f18ea7-f5e9-91a9-3360-f4ac606ce033"
] | wohlstad@gmail.com@58f18ea7-f5e9-91a9-3360-f4ac606ce033 |
f50b73b2c72bf8a68feb7359e9c52683af9c389f | d003aae9cfec7c8cc5474258261695647ddc879e | /src/main/java/com/yiyuaninfo/Activity/MediaMoreActivity.java | 1bfc6f4ed66878cbcaa0cd0dce1a0c18ccf62654 | [] | no_license | kekejl/yiyuan | f069adf7c116fdde9e11b01b750c933560c6e6db | 7baf69aafc09a7eb711ad7153c13703720818a98 | refs/heads/master | 2020-04-11T05:25:46.304113 | 2018-03-08T03:24:18 | 2018-03-08T03:24:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,455 | java | package com.yiyuaninfo.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import com.chad.library.adapter.base.BaseQuickAdapter;
import com.yiyuaninfo.Interface.GeniusBiz;
imp... | [
"791745064@qq.com"
] | 791745064@qq.com |
062fbb49b3d3a38d656b9e90bcba1c9b516e2885 | 53d67cbf24c35dcc5b1f5956e3c8301626213b52 | /app/com/thesecretserver/service/AssignSiteResponse.java | 00486f8a55c64b909cff0bf9b7e77613f099e765 | [
"Apache-2.0"
] | permissive | ukwa/w3act | 30fb672dcbab5245940b03b28a7d8c3bbc0e933c | d705e74b1c2d9b15e67450dece27b65a1860fac8 | refs/heads/master | 2023-07-12T12:13:04.439699 | 2023-06-22T13:06:55 | 2023-06-22T13:06:55 | 12,322,922 | 12 | 5 | Apache-2.0 | 2023-01-06T13:45:42 | 2013-08-23T12:51:49 | Java | UTF-8 | Java | false | false | 1,697 | java |
package com.thesecretserver.service;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for anonymous... | [
"Andrew.Jackson@bl.uk"
] | Andrew.Jackson@bl.uk |
63bda0aefdb966c1cb8836f856f2269574b6ca29 | 498dd2daff74247c83a698135e4fe728de93585a | /clients/google-api-services-dialogflow/v3/2.0.0/com/google/api/services/dialogflow/v3/model/GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfig.java | 5bd216295193803b9ddc1bf5f0b3b6a3fc5aaff2 | [
"Apache-2.0"
] | permissive | googleapis/google-api-java-client-services | 0e2d474988d9b692c2404d444c248ea57b1f453d | eb359dd2ad555431c5bc7deaeafca11af08eee43 | refs/heads/main | 2023-08-23T00:17:30.601626 | 2023-08-20T02:16:12 | 2023-08-20T02:16:12 | 147,399,159 | 545 | 390 | Apache-2.0 | 2023-09-14T02:14:14 | 2018-09-04T19:11:33 | null | UTF-8 | Java | false | false | 3,878 | 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... | [
"noreply@github.com"
] | googleapis.noreply@github.com |
05c10bcc54a9db75688640c557ebd9c83638b162 | 58a50ac968c82dfe108578e55b83f107837ff869 | /Dou/src/Dou/CardType.java | e2994e21075da8b70e2c883f1da1d4f38db5c504 | [] | no_license | Elijiah/Test | 61d29de301db44824826d589de1a65cbfff77b8d | 2f8d837874fcbf385ba7bb329a1e97f35816add3 | refs/heads/master | 2021-08-27T22:24:04.287315 | 2017-12-10T14:38:44 | 2017-12-10T14:38:44 | 113,425,836 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 342 | java | package Dou;
public enum CardType {
c1,//单牌。
c2,//对子。
c3,//3不带。
c4,//炸弹。
c31,//3带1。
c32,//3带2。
c411,//4带2个单,或者一对
c422,//4带2对
c123,//连子。
c1122,//连队。
c111222,//飞机。
c11122234,//飞机带单排.
c1112223344,//飞机带对子.
c0//不能出牌
} | [
"18710728376@163.com"
] | 18710728376@163.com |
1c44fac06e84d5e1f05afd3a472638743f79c2d4 | 4042f2284eabe8f860db11ccbc6933c881a83b76 | /dubbo-jt-interface/src/main/java/com/jt/dubbo/pojo/OrderShipping.java | 713956c4b4b7973e344c54d32a7933c80592c183 | [] | no_license | Aleiisyoung/dubbo-sys | 20d6eaa6fd885f30dc9905428a621b91be42d431 | dde9732e410eb98ea91a2fb8309fce82f84d0dc6 | refs/heads/master | 2020-03-28T19:21:17.687473 | 2018-09-16T08:16:09 | 2018-09-16T08:16:09 | 148,967,256 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,344 | java | package com.jt.dubbo.pojo;
import java.util.Date;
import javax.persistence.Id;
import javax.persistence.Table;
import com.jt.common.po.BasePojo;
@Table(name = "tb_order_shipping")
public class OrderShipping extends BasePojo {
@Id
private String orderId;
private String receiverName;
private Str... | [
"1363002182@qq.com"
] | 1363002182@qq.com |
24d48ce8def5a748b995b73f5f169994b3501b77 | bd19ce320217b9badeb687ca9829d9076be820d4 | /domain/src/main/java/com/thinkzi/oodrive/domain/repository/IItemRepository.java | 034ef8f8a929583581d4ac5cc7fd497f04630862 | [] | no_license | thinkerheart/Oodrive | 6fce8321d987ab9ed27e21538129fa45e0db18a4 | 51e03a161b5c7e3a84055c66b9d7eee08eeaa702 | refs/heads/master | 2022-05-16T16:16:21.255894 | 2022-05-09T16:01:52 | 2022-05-09T16:01:52 | 205,962,550 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 811 | java | package com.thinkzi.oodrive.domain.repository;
import com.thinkzi.oodrive.domain.entity.Item;
import com.thinkzi.oodrive.domain.entity.User;
import io.reactivex.Completable;
import io.reactivex.Observable;
import io.reactivex.Single;
/**
* provide item data repository interface
* */
public interface IItemRepositor... | [
"ngoc_thanh.nguyen@icloud.com"
] | ngoc_thanh.nguyen@icloud.com |
0b842ff937664c1a63973c8c4cd01061ccbc04ca | 8ab0d969ebe528eab1585b120f2968ac51fb79ff | /src/day42_customClasses_encapsulation/MyCoffies.java | b9ace2c329f5e5457fa5f86af409802486d83485 | [] | no_license | MukhabbatYusupova/JavaProgramming | bad3974a5333565b65ff4f272c466c95bfab95eb | c95284d89fb59222be08e90f02c04a4666006fdc | refs/heads/master | 2020-05-18T09:01:42.487128 | 2019-06-13T22:47:00 | 2019-06-13T22:47:00 | 184,311,705 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 904 | java | package day42_customClasses_encapsulation;
public class MyCoffies {
public static void main(String[] args) {
Coffee coffee1 = new Coffee();
coffee1.name = "iced cramel macchiato";
coffee1.size = "grande";
coffee1.price = 4.75;
coffee1.cal =150;
coffee1.getCoffeeInfo();
Coffee coffee2 = new C... | [
"studentnuuz@gmail.com"
] | studentnuuz@gmail.com |
30f89c37117e2d5000895a3d548474b20a0d3550 | 4f12b5aed366cd4fe21cb897056f755457ba5aef | /codes/java0/src/main/java/com/gengbinsu/java0/bio/HttpServer02.java | b68e529f56872961071b1035ebf7033b164547ae | [] | no_license | sugengbin/JAVA-000 | 2a413b8d7ea662c1bff365ee2fe1b71147e74e0f | a640bdec6bfddf5593f7e1d575363749e7fce888 | refs/heads/main | 2023-01-08T14:33:44.630304 | 2020-11-04T08:12:50 | 2020-11-04T08:12:50 | 304,185,439 | 0 | 0 | null | 2020-10-15T02:14:17 | 2020-10-15T02:14:16 | null | UTF-8 | Java | false | false | 2,113 | java | package com.gengbinsu.java0.bio;
import java.io.IOException;
import java.io.PrintWriter;
import java.net.ServerSocket;
import java.net.Socket;
/**
* -Xmx512m
* Created by gengbinsu 2020年11月3日
*/
public class HttpServer02 {
public static void main(String[] args) throws IOException{
ServerSocket serverSock... | [
"sugengbean@gmail.com"
] | sugengbean@gmail.com |
52a2d12cb7f1a98c1c29fa5e334e6bcc4f32fdbd | 844b7cf15296179ceacf692d2d21c78720da8c16 | /src/main/java/com/github/mkopylec/webdevcalendar/api/TimeSlotBoundaryValidator.java | e714b0cddb0132d366e31550a5a8cb535b198ce8 | [] | no_license | mkopylec/web-dev-calendar | 3d8dc45093e2c54a9a7701868483f814a0be4fc9 | 095fb18c1ed58a819cfe317229b99ebae34300bd | refs/heads/master | 2020-12-24T15:32:30.082518 | 2015-07-02T18:01:55 | 2015-07-02T18:01:55 | 38,448,430 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 934 | java | package com.github.mkopylec.webdevcalendar.api;
import javax.validation.ConstraintValidator;
import javax.validation.ConstraintValidatorContext;
import java.time.LocalDateTime;
import static com.github.mkopylec.webdevcalendar.domain.MeetingSlotsSchedule.TIME_SLOT_MINUTE_STEP;
public class TimeSlotBoundaryValidator i... | [
"mariusz.kopylec@o2.pl"
] | mariusz.kopylec@o2.pl |
9367f126fb81c18fb7ec3504268c0adfeb5a44ae | bb00a4b2cc074b43cfe568b701435b9678bd3f66 | /031interfacesFuncionaisELambda/src/application/TesteFunction.java | 41deb73af86413df1e77cd137db81b81ed7e53c6 | [] | no_license | nailaoli/curso-de-java | d6b3f233cb4279deade4859e12ae7b3120b09097 | 7e9cf4bf7b470b9dcdfe2df77161cd684e257d7f | refs/heads/master | 2020-05-07T01:00:00.569258 | 2020-04-23T15:41:39 | 2020-04-23T15:41:39 | 180,254,682 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 3,140 | java | //Represents a function that accepts one argument and produces a result.
//This is a functional interface whose functional method is apply(Object).
//Function recebe um objeto como entrada e devolve um objeto como saída
//Function<Entrada, Saida>
//https://docs.oracle.com/javase/8/docs/api/java/util/function/Function... | [
"nailaoli@gmail.com"
] | nailaoli@gmail.com |
cc3e4311e566403dea746728e570ca167aa23e79 | 25ceb1cd952c40e6e5c3fe437e2958fc72d6dadd | /src/valueIter/Driver.java | 190db35d2db281c55f612fd9f7d94ccb9413ae0e | [] | no_license | swiftsword94/assign4 | d87ea78f356396e36d2593a5f30fbba584e632e0 | cd4b34bcd980a2674e6d435b152a7c450651c979 | refs/heads/master | 2021-01-20T00:37:26.972573 | 2017-05-02T01:49:06 | 2017-05-02T01:49:06 | 89,161,353 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,090 | java | package valueIter;
public class Driver
{
public void test()
{
Graph graph = new Graph(4);
Node s1 = new Node(0, new Double(0), 0d);
Node s2 = new Node(1, new Double(0), 0d);
Node s3 = new Node(2, new Double(1), 1d);
Node s4 = new Node(3, new Double(0), 0d);
s1.reward = 0.0;
s2.reward = 0.0;
s3.... | [
"swiftsword94@gmail.com"
] | swiftsword94@gmail.com |
64a61afe1b28e8f9f97831af881ed538d41a7c31 | 3b5e18c11024edf50846841569d5d4a625a89bd3 | /app/src/main/java/com/spadatech/mobile/android/foodframer/models/MealItem.java | dfd87edfae8e501f35e08ecf2c288cda03ede10c | [] | no_license | feludens/FoodFramer | 5625f8b3042f484c74815138310815d97940f7db | e2a5e09df9171ad8fc279e523a110ffd995eb812 | refs/heads/master | 2021-01-21T07:54:16.432194 | 2016-05-23T22:34:37 | 2016-05-23T22:34:37 | 55,561,307 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 873 | java | package com.spadatech.mobile.android.foodframer.models;
/**
* Created by Felipe S. Pereira on 4/13/16.
*/
public class MealItem {
// Table name
public static final String TABLE = "MealItems";
// Table Columns
public static final String KEY_MEAL_ITEM_ID = "MealItemId";
public static final String... | [
"fe.ludens@gmail.com"
] | fe.ludens@gmail.com |
8e12208e46bac8701ab1b50f3a6dae4620d10f4a | 5f41b17d415dc5f2bd2af688ee5a87acfe731bb0 | /src/main/java/com/chixing/util/PageModel.java | e87c23c73e9a0cf8223b60686b1ecee88dffda50 | [
"Apache-2.0"
] | permissive | JanlYsone/sleeves | 1240180f7e66cd82eecef7cc6188711d067011ba | 13994f1bf185a7ee82f5f21b71cb91673df20630 | refs/heads/master | 2022-01-22T11:50:13.687483 | 2018-12-04T07:22:16 | 2018-12-04T07:22:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,235 | java | package com.chixing.util;
import java.util.List;
/**
* 1. 每页显示记录数
* 2. 总记录数
* 3. 总页数
* 4. 当前页码
* 5. 从第几条记录开始显示
* 6. 到第几条记录结束显示
* 7. 当前页显示记录对象集合
*/
public class PageModel<T> {
private final Integer pageSize = 3; //每页显示记录数
private Integer totalRecord ; //总记录数
private Integer totalPages; //总页数
p... | [
"849962874@qq.com"
] | 849962874@qq.com |
b9867030bff19cb5eec5986cd2fdd388b76548e9 | 3a7efeaf50ce8364cb1dd32ac2ae6027b4c594f6 | /app/src/ca/chaves/familyBrowser/app/setup/SetupActivity.java | 0759fd27f2598bb14c40761464a11313c7ccb6ec | [] | no_license | dac/familyBrowser | 96978eb210890141bdb9eb6e77d0d99b587169b4 | 4aec587d7eb395fe1efdb674449ae3bd8dba91bf | refs/heads/master | 2018-12-29T08:27:50.075224 | 2014-07-01T19:22:19 | 2014-07-01T19:22:19 | 21,399,559 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,305 | java | package ca.chaves.familyBrowser.app.setup;
import ca.chaves.android.setup.AbstractSetupActivity;
import ca.chaves.android.util.Debug;
/**
* This is the "Setup Activity" to initialize all assets in this application. This activity is NOT meant to be used
* normally - it is needed just to initialize the run-time envir... | [
"david@chaves.ca"
] | david@chaves.ca |
a1672414b86eadedf63d3719d53214a4d954d035 | 1b01a74858745f171c8cea8ea4857e8588df6ed8 | /app/src/test/java/com/inuk/dabz/omsapplication/ExampleUnitTest.java | c448b85424a91e1d51e3d0c89053ff8138166545 | [] | no_license | abhosale/OMSApplication | e8164989bbf06152e550b1c842c423eccf14fca7 | ddfd1bff892b8401e6425276694b7a0f06f9ac39 | refs/heads/master | 2021-01-22T22:21:19.230996 | 2017-05-29T19:59:20 | 2017-05-29T19:59:20 | 92,771,352 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 406 | java | package com.inuk.dabz.omsapplication;
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... | [
"dabzinuk@gmail.com"
] | dabzinuk@gmail.com |
4de0c06f964eefd7b7ff1d5c08bc0ed875251b9b | 87006469a24b4d0f7f1c081172aa37fec99aa65d | /twitter4j-core/src/main/java/twitter4j/UserStreamImpl.java | 8256c2cf1a91f2010cacbd87da22f11ff2f9b756 | [
"BSD-3-Clause",
"JSON"
] | permissive | jloomis/twitter4j | d1ccf5d1c7558ab9d88e92573726199eca818ccf | 8c2aae7cabe0202a0380ffa6cbf846b5fa63e785 | refs/heads/master | 2021-01-16T00:23:35.154849 | 2011-02-10T06:41:19 | 2011-02-10T06:41:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,327 | java | /*
Copyright (c) 2007-2011, Yusuke Yamamoto
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and ... | [
"yusuke@mac.com"
] | yusuke@mac.com |
62bbd5057f65428c46e58c7f3a7ecbbc64db6b11 | bd0f49e442a9f2142665c297232873add3177ddb | /src/java/acciones/CrearPQRSAdmin.java | c33b95edf36645ab7fa94d429f2ee5fb77796825 | [] | no_license | oscar7685/pqrs | ef823e04f6e0b21f2ee300293d0f734eb14997cb | 29a32088303635b4337199753ccf0dd0c62ebb3b | refs/heads/master | 2020-12-24T07:54:12.419282 | 2016-06-10T05:13:10 | 2016-06-10T05:13:10 | 42,027,342 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,076 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package acciones;
import entidades.Reclamante;
import entidades.ResponsableArea;
import interfaz.Action;
import java.io.IOException;
import java.util.logging.Level;
import java.util.logging.Logger;
import ja... | [
"Oscar@Oscar-PC"
] | Oscar@Oscar-PC |
7e118b733fb9e782ecc62639b6035d5b15b7e759 | fbfcb88a9bfdc2868077a7035a74c98dc3eb25a0 | /src/combiz/business/pr/PrstatusSrv.java | 6f448ef334498185145d80575e32c94cb47450e7 | [] | no_license | jackwysxw/combiz | 817af9399251ff286d2a4c1d525953e8f66c8e06 | 9a84f3b4e8866a5030462eafa683bf5d7ad4bf40 | refs/heads/master | 2020-04-25T14:46:23.301900 | 2016-09-26T07:04:16 | 2016-09-26T07:04:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 173 | java | package combiz.business.pr;
import combiz.domain.pr.Prstatus;
import combiz.system.IBOBaseSrv;
import java.util.List;
public interface PrstatusSrv extends IBOBaseSrv
{
}
| [
"876301469@qq.com"
] | 876301469@qq.com |
b49066ca8bb7f55b4465c3cff9d49984ecc61591 | d92f0a9e00cac87dbf928bb450481fd6710ced65 | /PolenPruNN/src/ui/ClassificationPanel.java | 63b3da833d5697db8bcea5d24888dc3d833da2c5 | [] | no_license | davergina/PolenPruNN | 0ddb14c6674d98fb2c4f0dfaf32528e83ef4460d | 6d789496b6e52819893cfd9fe4008d62e16fff6a | refs/heads/master | 2021-01-10T12:50:49.454512 | 2016-03-19T06:52:18 | 2016-03-19T06:52:18 | 54,029,107 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,646 | java | package ui;
import java.awt.GradientPaint;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import javax.imageio.I... | [
"dave.ergina@hotmail.com"
] | dave.ergina@hotmail.com |
d48e630ac8272feedbfa561161e12b7457bc75c0 | 7aea7f0e309d2204d118c92ccdddf6bc5dbeacce | /src/SpeedConverter.java | 8fe3a7a8109e88287c1d6fac9f9a86a2a5b27494 | [] | no_license | The-Popa/SpeedConverter | 5a2bd5aaa313b380eb107e7e43c37871d472646b | 9e4aa637d3dbd910510e3852c882b6a6e3ea05f6 | refs/heads/master | 2022-04-22T18:03:08.220840 | 2020-04-28T10:35:19 | 2020-04-28T10:35:19 | 259,606,532 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 615 | java | public class SpeedConverter {
public static long toMilesPerHour(double kilometersPerHour) {
if(kilometersPerHour < 0) {
return -1;
}
return Math.round(kilometersPerHour / 1.609);
}
public static void printConversion(double kilometersPerHour) {
if(kilometersPe... | [
"tobias.carlstrom@bredband2.com"
] | tobias.carlstrom@bredband2.com |
bc0db541cb85d6c8b57cefd65dd10c0b11d4e52f | ae5eb1a38b4d22c82dfd67c86db73592094edc4b | /project112/src/test/java/org/gradle/test/performance/largejavamultiproject/project112/p564/Test11299.java | d783413c650369f250b6ad47eb5ed976f52fbf37 | [] | no_license | big-guy/largeJavaMultiProject | 405cc7f55301e1fd87cee5878a165ec5d4a071aa | 1cd6a3f9c59e9b13dffa35ad27d911114f253c33 | refs/heads/main | 2023-03-17T10:59:53.226128 | 2021-03-04T01:01:39 | 2021-03-04T01:01:39 | 344,307,977 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,112 | java | package org.gradle.test.performance.largejavamultiproject.project112.p564;
import org.junit.Test;
import static org.junit.Assert.*;
public class Test11299 {
Production11299 objectUnderTest = new Production11299();
@Test
public void testProperty0() {
String value = "value";
objectUnderTest... | [
"sterling.greene@gmail.com"
] | sterling.greene@gmail.com |
e69cfd0a162d25b7a4a30daa810e438b55b80a4c | 1e0ad4729419d7ef523d5e4062f432f9718f61ba | /service-admin/src/main/java/com/xq/serviceadmin/customizeService/UserServiceth.java | 13a7e37958ea111d61a3ff9e322b6fb04356d748 | [] | no_license | whiteClovers/kuku-music | ddc3c115a51ccdd236f6bcec7077539c34c037f8 | b299fa0f6d2559a45cec26a959e787c50fd20a94 | refs/heads/master | 2022-12-14T01:13:20.684898 | 2019-06-03T10:59:16 | 2019-06-03T10:59:16 | 185,901,166 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 385 | java | package com.xq.serviceadmin.customizeService;
import com.xq.serviceadmin.entity.User;
import org.springframework.stereotype.Service;
/**
* @program: kukuMusic
* @description:
* @author: Mr.Fu
* @create: 2019-05-05 15:18
**/
@Service
public interface UserServiceth {
public User login(String phone, String pas... | [
"15979033670@163.com"
] | 15979033670@163.com |
22eabd9e168f2e6f277241ae0cc8d74d1c5ba956 | 5921c7658db3a28448c1eea8dd63a463f11d79b3 | /GeekForGeek/NextGreaterRightSide.java | e30818fcd7fbf161641eec16b6bd7bc3025eb9f1 | [] | no_license | imsaiful/myctcianswer | fa66c0bcc635dd71049708b7db4793e9eb2f75a7 | e95c34259bb9cb58acce4130bb0552ae81c1637e | refs/heads/master | 2020-03-23T22:29:37.622866 | 2019-04-25T16:21:37 | 2019-04-25T16:21:37 | 142,179,179 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 696 | java | /*Next Greater Element
Given an array, print the Next Greater Element (NGE) for every element. The Next greater Element for an element x is the first greater element on the right side of x in array. Elements for which no greater element exist, consider next greater element as -1.*/
class NextGreaterRightSide{
public ... | [
"saifulcseng@gmail.com"
] | saifulcseng@gmail.com |
7891fb6d196d75108abdeab1079c01343df5f4f1 | e6f0bc837ffbed6feba29b5cefbff3d1f14b4827 | /src/main/java/com/contentbig/kgdatalake/graphql/generated/DeleteProductPayloadTueryDefinition.java | 70f8ffca0cff022465eff1ef5ba5e284becc39cb | [
"Apache-2.0"
] | permissive | covid19angels/kgis-datalake-dgraph | 1b152657a105e8c9fb503a5f47464aab853d7557 | 66e3bfabcd24dc1bfd6b8776f563b117362dbf2d | refs/heads/master | 2021-05-23T00:05:36.151365 | 2020-04-22T09:38:52 | 2020-04-22T09:38:52 | 253,148,309 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 248 | java | // Generated from graphql_java_gen gem with template TueryDefinition.java.erb
package com.contentbig.kgdatalake.graphql.generated;
public interface DeleteProductPayloadTueryDefinition {
void define(DeleteProductPayloadTuery _queryBuilder);
} | [
"conan8chan@yahoo.com"
] | conan8chan@yahoo.com |
abc6779f5d617c5e7faf7e21adb394f41f54a013 | b1f51f8ba05ad83ecfbd80e6e7f140e70850bf01 | /ACE_ERP/src/pms/menu/help/Si110H_01.java | 5f92e0659f616f3f07e7a1edd8d121bae1c415d3 | [] | no_license | hyundaimovex-asanwas/asanwas-homepage | 27e0ba1ed7b41313069e732f3dc9df20053caddd | 75e30546f11258d8b70159cfbe8ee36b18371bd0 | refs/heads/master | 2023-06-07T03:41:10.170367 | 2021-07-01T10:23:54 | 2021-07-01T10:23:54 | 376,739,168 | 1 | 1 | null | null | null | null | UHC | Java | false | false | 2,481 | java | package pms.menu.help;
/***********************************************************************
* 작업 등록 / 디테일1 : 외주 협력사 + 공종 조회
************************************************************************/
import java.sql.CallableStatement;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLExcept... | [
"86274611+evnmoon@users.noreply.github.com"
] | 86274611+evnmoon@users.noreply.github.com |
00155cc5590195cf839837b3bf485ea930cd480d | a1826c2ed9c12cfc395fb1a14c1a2e1f097155cb | /miniapplcdp-20200113/src/main/java/com/aliyun/miniapplcdp20200113/models/CreateDomainResponse.java | 0d3b2c9198ed5d02b18d576db1cfa3ce193e9355 | [
"Apache-2.0"
] | permissive | aliyun/alibabacloud-java-sdk | 83a6036a33c7278bca6f1bafccb0180940d58b0b | 008923f156adf2e4f4785a0419f60640273854ec | refs/heads/master | 2023-09-01T04:10:33.640756 | 2023-09-01T02:40:45 | 2023-09-01T02:40:45 | 288,968,318 | 40 | 45 | null | 2023-06-13T02:47:13 | 2020-08-20T09:51:08 | Java | UTF-8 | Java | false | false | 1,042 | java | // This file is auto-generated, don't edit it. Thanks.
package com.aliyun.miniapplcdp20200113.models;
import com.aliyun.tea.*;
public class CreateDomainResponse extends TeaModel {
@NameInMap("headers")
@Validation(required = true)
public java.util.Map<String, String> headers;
@NameInMap("body")
@... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
b7ef555e04ec8c9226c87304438bfbc64e8ceadc | 95d20c83d8aff34e314c56a3ecb2b87c9fa9fc86 | /Ghidra/Debug/Debugger/src/main/java/ghidra/app/plugin/core/debug/gui/breakpoint/BreakpointsDecompilerMarginProvider.java | 2921048c8328e8ebafd3c4a0667e8c9c70d6f3a9 | [
"GPL-1.0-or-later",
"GPL-3.0-only",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"LGPL-2.1-only",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | NationalSecurityAgency/ghidra | 969fe0d2ca25cb8ac72f66f0f90fc7fb2dbfa68d | 7cc135eb6bfabd166cbc23f7951dae09a7e03c39 | refs/heads/master | 2023-08-31T21:20:23.376055 | 2023-08-29T23:08:54 | 2023-08-29T23:08:54 | 173,228,436 | 45,212 | 6,204 | Apache-2.0 | 2023-09-14T18:00:39 | 2019-03-01T03:27:48 | Java | UTF-8 | Java | false | false | 4,405 | java | /* ###
* IP: GHIDRA
*
* 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 writin... | [
"46821332+nsadeveloper789@users.noreply.github.com"
] | 46821332+nsadeveloper789@users.noreply.github.com |
98582eb65b6a9eabd3e11ec9c0cefd7e95ac95c6 | 5b082805c24b089041025be7c5a44a5468af11b4 | /android/app/src/main/java/com/foragekitchen/demoapp/MainActivity.java | f3649c89905f941fd5b38338f4ead7bbaac6fb42 | [] | no_license | AksRustagi/unity-ar-react-native | 211b5ea7ab52ed3ac2f19610c567bf6767d1a397 | 638037313da2ce32b1ce2160b4b292033f65b9c7 | refs/heads/master | 2022-12-08T10:29:53.055021 | 2020-09-04T10:41:13 | 2020-09-04T10:41:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 697 | java | package com.foragekitchen.demoapp;
import com.facebook.react.ReactActivity;
import android.content.Intent;
import android.content.res.Configuration;
public class MainActivity extends ReactActivity {
@Override
public void onConfigurationChanged(Configuration newConfig) {
super.onConfigurationChanged(newConf... | [
"ninja@MacBook-Pro.domain.com"
] | ninja@MacBook-Pro.domain.com |
a7ee427b30debe3d0ae2b448b6caadd592d1f234 | 0f49b49589215b9a3b6be5816bacd4f884d8557b | /src/main/java/ir/markazandroid/UniEngine/security/device/DeviceSecurity.java | ad34b954e249b2fefee51df6b8ba6c26989d6d46 | [] | no_license | ali8569/UniEngine | 3bf6989ce8d7749651583a7d8e4793c51e8954a2 | e6e7ca667a200a9a39a84168067a23c415ee8211 | refs/heads/master | 2022-05-27T05:42:19.011988 | 2019-06-29T17:06:28 | 2019-06-29T17:06:28 | 184,983,610 | 0 | 0 | null | 2022-05-20T20:57:21 | 2019-05-05T05:31:25 | Java | UTF-8 | Java | false | false | 3,258 | java | package ir.markazandroid.UniEngine.security.device;
import ir.markazandroid.UniEngine.security.api.RestAuthenticationEntryPoint;
import ir.markazandroid.UniEngine.security.api.RestAuthenticationSuccessHandler;
import ir.markazandroid.UniEngine.security.api.RestLogoutSuccessHandler;
import org.springframework.beans.fac... | [
"wehatexboc360@icloud.com"
] | wehatexboc360@icloud.com |
a29071f578b86bd3212c2934f4d6445421bc8b39 | 536e9c85a76b48a86adbbd799fa24e56c37a8b8b | /aftermarkets/aftermarketsstorefront/web/src/com/aftermarkets/storefront/url/DefaultPreviewDataModelUrlResolver.java | 31b2810c6196fbf7a6d07609423ac3b21caece55 | [] | no_license | armuruganandham/aftermarkets | 74f0f7160b2e8099bedd2a600909b38c7f2dbd7e | f2c374dc11bfdc7151b5f47101eef09d462caa81 | refs/heads/master | 2021-08-30T22:47:46.313799 | 2017-12-19T17:36:26 | 2017-12-19T17:36:26 | 114,682,037 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,894 | java | /*
* [y] hybris Platform
*
* Copyright (c) 2017 SAP SE or an SAP affiliate company. All rights reserved.
*
* This software is the confidential and proprietary information of SAP
* ("Confidential Information"). You shall not disclose such Confidential
* Information and shall use it only in accordance with the te... | [
"armuruganandham@deloitte.com"
] | armuruganandham@deloitte.com |
e06ddc2f09b5015eeb66aad09f1b4944732da726 | f0f72aff0d8f1cf722cb7fd9af0d2902752ec7bb | /DarkHoloAuto/app/src/main/java/com/tl/uic/appDarkHoloAuto/TabAdapter.java | a4b66bcb248155abd79e1144881b827515ae3712 | [] | no_license | AaronGregoryAcoustic/SampleCode_Tealeaf_Android_DarkHoloAuto | 20ede9969d79c59a860636cd2dfa8fd8021fad91 | 19712cb58ecc342b7cf87b02fc2e33b82c65c025 | refs/heads/master | 2023-08-16T03:18:08.877125 | 2021-09-24T01:01:13 | 2021-09-24T01:01:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,155 | java | /********************************************************************************************
* Copyright (C) 2020 Acoustic, L.P. All rights reserved.
*
* NOTICE: This file contains material that is confidential and proprietary to
* Acoustic, L.P. and/or other developers. No license is granted under any intellectua... | [
"changjie.yang@acoustic.co"
] | changjie.yang@acoustic.co |
6747ea345cab895ea5ade1a362fd852ff079dcca | a8494cf6cb4b25b7a9cc3dbda022f50e26e73168 | /src/main/java/app/controller/UserEmploymentStatusController.java | 165785615e6cd33d6ba73855042f3a7df6cfe102 | [] | no_license | SteveZhangF/ddd | ab1c763ac7d2c33d2e7b8d8e1ff4a29aa02a82d9 | b0882f985cf3ec6f21ab0a420f9f814969841fee | refs/heads/master | 2021-01-10T15:05:42.506250 | 2015-12-12T08:34:48 | 2015-12-12T08:34:48 | 43,917,471 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,114 | java | /*
* Copyright (c) 2015. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
* Morbi non lorem porttitor neque feugiat blandit. Ut vitae ipsum eget quam lacinia accumsan.
* Etiam sed turpis ac ipsum condimentum fringilla. Maecenas magna.
* Proin dapibus sapien vel ante. Aliquam erat volutpat. Pellentesque sagi... | [
"zhangke3012@gmail.com"
] | zhangke3012@gmail.com |
17d16313bd65d4cbf6ae594044de55a6717ed247 | 6249a2b3928e2509b8a5d909ef9d8e18221d9637 | /revolsys-core/src/main/java/com/revolsys/geometry/geomgraph/Depth.java | c20cbae561183ed41cc5841b1aacc97d1fb2d8ab | [
"Apache-2.0"
] | permissive | revolsys/com.revolsys.open | dbcdc3bdcee3276dc3680311948e91ec64e1264e | 7f4385c632094eb5ed67c0646ee3e2e258fba4e4 | refs/heads/main | 2023-08-22T17:18:48.499931 | 2023-05-31T01:59:22 | 2023-05-31T01:59:22 | 2,709,026 | 5 | 11 | NOASSERTION | 2023-05-31T01:59:23 | 2011-11-04T12:33:49 | Java | UTF-8 | Java | false | false | 4,727 | java | /*
* The JTS Topology Suite is a collection of Java classes that
* implement the fundamental operations required to validate a given
* geo-spatial data set to a known topological specification.
*
* Copyright (C) 2001 Vivid Solutions
*
* This library is free software; you can redistribute it and/or
* modify it u... | [
"paul.austin@revolsys.com"
] | paul.austin@revolsys.com |
3ab2bd79d38e2b3731af4251de46abd855947480 | 9895b40dcad6f0b2413b8608aaf5d971de5499c7 | /Libraries/Library-FrameworkFramework/src/main/java/com/framework/security/Base64Coder.java | 7952e2d16e763b6a54472e979902c344e394f59b | [] | no_license | TangHaifeng-John/Framework | 286d8f6e30a8e52c9d42a11ec56b17863d057d51 | 2edfdc12042d2770f733bae0412dea535ead098f | refs/heads/master | 2020-09-09T10:54:50.026390 | 2019-10-20T07:58:11 | 2019-10-20T07:58:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,511 | java | package com.framework.security;
//EPL, Eclipse Public License, V1.0 or later, http://www.eclipse.org/legal
//LGPL, GNU Lesser General Public License, V2.1 or later, http://www.gnu.org/licenses/lgpl.html
//GPL, GNU General Public License, V2 or later, http://www.gnu.org/licenses/gpl.html
//AL, Apache License, V2.0 or l... | [
"mengxiangqipa@163.com"
] | mengxiangqipa@163.com |
71978590f9f87f78765a6d0ad4416a601b01dcca | d85b8ae4499b404eabfa344acb528cf30c6ebbf3 | /SpringDay08DB/src/mapper/BookMapper.java | 87fda443c7adbfb45b6a74a401281c7d9a487752 | [] | no_license | irrationnelle/SpringWorkspace | ed44100de143a0aa57642b9a51283071091cf837 | c0e3de0a6ba112f7f80589681bf2e6aa3eadcf78 | refs/heads/master | 2020-06-12T13:28:31.656252 | 2017-01-03T08:48:31 | 2017-01-03T08:48:31 | 75,814,600 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 320 | java | package mapper;
import java.util.List;
import java.util.Map;
import vo.Book;
// xml_interface.BookMapper
public interface BookMapper {
public int insertBook(Book book);
public int deleteBook(Map<String, Integer> paramMap);
public Book selectBook(int book_num);
public List<Book> selectBookList();
}
| [
"drakkarverenis@gmail.com"
] | drakkarverenis@gmail.com |
3cee5099237ed63b1f3d795d00c41f5a336adad0 | ce8072567c0ec0866db9799fd2600ccb63ce294f | /src/main/java/com/robot/controller/Index.java | b887665bd20aa081b594aaf55ee2a97b6d6aca51 | [] | no_license | xxx0624/QARobot | a78c747badcb26b613d989b2c79b91db726a4054 | ffa90592e2b0c9dcc657e17860586f5e1502d5a7 | refs/heads/master | 2020-12-29T02:19:28.069111 | 2017-01-11T10:08:00 | 2017-01-11T10:08:00 | 68,808,948 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 503 | java | package com.robot.controller;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.servlet.ModelAndView;
/**
* Created by xing on 2016/10/5.
*/
@Controller
public class Index {
@RequestMapping(value = "/home")
public ... | [
"xzheng0624@gmail.com"
] | xzheng0624@gmail.com |
b93291a6e2f08057f96851384102ea214c12e3a8 | 5bb4a4b0364ec05ffb422d8b2e76374e81c8c979 | /sdk/network/mgmt-v2019_11_01/src/main/java/com/microsoft/azure/management/network/v2019_11_01/implementation/VpnClientIPsecParametersImpl.java | 943860d3344fb66360fe2856520453c5bfb05f37 | [
"MIT",
"LicenseRef-scancode-generic-cla",
"BSD-3-Clause",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-or-later",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | FabianMeiswinkel/azure-sdk-for-java | bd14579af2f7bc63e5c27c319e2653db990056f1 | 41d99a9945a527b6d3cc7e1366e1d9696941dbe3 | refs/heads/main | 2023-08-04T20:38:27.012783 | 2020-07-15T21:56:57 | 2020-07-15T21:56:57 | 251,590,939 | 3 | 1 | MIT | 2023-09-02T00:50:23 | 2020-03-31T12:05:12 | Java | UTF-8 | Java | false | false | 2,145 | java | /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
*/
package com.microsoft.azure.management.network.v2019_11_01.implementation;
import com.m... | [
"noreply@github.com"
] | FabianMeiswinkel.noreply@github.com |
14c48f59c4d21aff3acc284c408fd218df1aae87 | c854fd257d5e8855770e9817d826744528736810 | /src/main/java/cn/zhixuyuan/ZhixuyuanApplication.java | 94e6d21806f640c2e37be1e3b98bc13956ea1eb4 | [] | no_license | wang-xiaojian/zhixuyuan | 1ed7c56e9969d09d778e9dcaa113f6273f1e06de | 4ae6daf119316da787ad524bcd941b57153a0a15 | refs/heads/master | 2022-11-10T18:01:14.805780 | 2020-07-03T03:22:30 | 2020-07-03T03:22:30 | 276,538,696 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 354 | java | package cn.zhixuyuan;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class ZhixuyuanApplication {
public static void main(String[] args) {
SpringApplication.run(ZhixuyuanApplication.class, args);
... | [
"sinian900902@126.com"
] | sinian900902@126.com |
27ec7bbaafed55df019abc86cb0296b7e84f6aa8 | 2e8f2e3f08b0bf92b1adbda195f34ecb419e99d2 | /server/src/main/java/br/com/stand/artilharia/exception/NotFoundException.java | 26ebebc83cdddc35815c16aafba7988f0d8d20de | [] | no_license | forcella/namosca_web | 44599db1be744a27a316a27183101136795c5882 | d9284a1ba551d28953a9981ec5a672e6967ff4b4 | refs/heads/master | 2021-07-07T14:10:52.446863 | 2019-12-11T23:39:19 | 2019-12-11T23:39:19 | 224,036,049 | 0 | 0 | null | 2021-01-05T18:03:19 | 2019-11-25T20:33:11 | JavaScript | UTF-8 | Java | false | false | 353 | java | package br.com.stand.artilharia.exception;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
public class NotFoundException extends CustomException {
private static final long serialVersionUID = 4099874611502515942L;
public NotFoundException(String message, String hint, String error) {
supe... | [
"luguerra@live.com"
] | luguerra@live.com |
1ecf5a7c0198f14399278e13ab842daa5a10ca00 | 5f583eab767965ecf904b225620c45ae0d9f6442 | /app/build/generated/source/r/debug/android/support/design/R.java | f48cfec589e297f1077dcaaa7a80e7aa19ae9275 | [] | no_license | rmanenti/android.example.crud | 5a9d35684e9ff611f243d03966950195eb9bf0af | 6aae3e94f4d3a531374229ab4b33594a864ec6a4 | refs/heads/master | 2020-12-24T19:28:44.038176 | 2016-05-21T12:46:41 | 2016-05-21T12:47:12 | 59,358,531 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 108,723 | 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 android.support.design;
public final class R {
public static final class anim {
public static final int abc_fade_in = 0x7f04000... | [
"cygnusx1"
] | cygnusx1 |
4cc8029be4552a38df058772ee5c7616581505f2 | 74b7bc2d59a9a8de954a18184dd1c166aa49010b | /src/com/deepslice/model/LocationDetails.java | c0194c610cfc79230ce84bd67b3d1ef733e43ed1 | [] | no_license | khobaib/Deepslice | f33138e8165757ce63629082e82a5ff23e56e4fb | 6464d9ddce7d782813243862e36ce66af9136e60 | refs/heads/master | 2021-01-21T17:45:45.588043 | 2013-12-05T08:13:04 | 2013-12-05T08:13:04 | 9,477,840 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,090 | java | package com.deepslice.model;
public class LocationDetails {
String LocationID;
String LocName;
String LocSuburb;
String LocPostalCode;
String LocStreet;
String LocAddress;
String LocPhones;
String LocLatitude;
String LocLongitude;
String OpeningTime;
String ClosingTime;
//delivery address related
... | [
"khobaib@gmail.com"
] | khobaib@gmail.com |
a779fac6fb35f8789c98ddebefa799b65a55772c | 3487ffc21b37216031436bf44f2dc7edbeafbad1 | /src/question4/Rectangle.java | 5f621a4b6a7e038a965e49cd9d698edd675fd34e | [] | no_license | abhishekmankuskar/ClassAssignment | cdeed4b2b9138bf6e41e48a663450983aeee821c | ab7f2be401ceda143fc48f50cbdca106e287ddfa | refs/heads/master | 2021-04-03T23:47:25.549245 | 2020-03-26T09:16:20 | 2020-03-26T09:16:20 | 248,406,159 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 353 | java | package question4;
public class Rectangle {
private float length, width;
public Rectangle() {
length = 1;
width = 1;
}
public float getLength() {
return length;
}
public void setLength(float length) {
this.length = length;
}
public float getWidth() {
return width;
}
public void setWidth(float wid... | [
"shubhammulherkar23@gmail.com"
] | shubhammulherkar23@gmail.com |
18bb26d6ec10b9ca370ce9bc44ccbdf4e8a247a5 | 2966fd7c93cc9e14bae3ce32107f2d2c8a0ee3f9 | /BusinessAgent/src/main/java/com/kira/agent/dao/PropertyRepository.java | cfa20f61c87b84818edcca5cc5fdec1c0df8437d | [] | no_license | yaswanth0248/BaseMicroService | 7a582ca17e9201b6603b196094218e9b5f29e5b5 | 500c814e1e399f80293c447185e7e521483b5cef | refs/heads/master | 2023-05-25T09:36:51.776499 | 2021-06-10T07:40:28 | 2021-06-10T07:40:28 | 375,570,817 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 514 | java | package com.kira.agent.dao;
import java.io.Serializable;
import java.util.List;
import java.util.Optional;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.kira.agent.dto.BusinessPropertyDTO;
@Repository
public interface PropertyRepository ex... | [
"poolayaswanthkumarreddy@gmail.com"
] | poolayaswanthkumarreddy@gmail.com |
bd8d94d7ad575333b789004b31796fb64255affd | 5d7d32c35feb5cd4ef46daf81d93d35feb1ece74 | /springboot-helloworld/src/main/java/org/spring/springboot/web/UserController.java | ca4891d266b3cbc09dc7cd03b6d0e5f4bfdfc6de | [] | no_license | yuippe/springboot_tutorial | 77b97b739a55301f741bf1bf9cc8e1dc66da527a | 8cccb495b3dec74a4a83490678de42c7cc509b3a | refs/heads/master | 2020-03-07T18:28:49.185794 | 2018-04-17T16:25:01 | 2018-04-17T16:25:01 | 127,639,812 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,955 | java | package org.spring.springboot.web;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.spring.springboot.domain.User;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.springframework.web.bind.annotation.Pa... | [
"xiao_zz626@126.com"
] | xiao_zz626@126.com |
bce0ed58fa8a48526b4a339dd096a725615caa3b | 046f8ad87afcb77957a0cc7aa94080214d04c5cc | /Chp. 16 - More Problems (Moderate)/_16_20_T9__HashMap_Solution/T9.java | b69320b0f1d4fefee2d1f19e55d6c12daac24bf4 | [] | no_license | sindhu819/Cracking-the-Coding-Interview_solutions | 7336901d773a0e4b88febac4d01b73f486d36487 | 23b0d5533449a4fa995e445cad026f13d489517a | refs/heads/master | 2020-09-11T12:36:49.758028 | 2019-08-18T22:19:11 | 2019-08-18T22:19:11 | 222,066,798 | 0 | 1 | null | 2019-11-16T08:03:01 | 2019-11-16T08:03:01 | null | UTF-8 | Java | false | false | 1,691 | java | package _16_20_T9__HashMap_Solution;
import java.util.*;
// Algorithm: Pre-process all words into a HashMap<String, List<String>> where
// key = Number (well, only numbers that give valid words will be included)
// value = List of Valid Words
public class T9 {
private Map<Character, Character> lette... | [
"9rodney@gmail.com"
] | 9rodney@gmail.com |
399c1395687fc17034d0103c4f461c8ce02c7db3 | fe239e6216ae8bb8780399fbecbf77bde62a7e67 | /src/main/java/fr/treeptik/controller/HomeController.java | 7c187988aa01098baff10185d5b7e32e16d60d80 | [] | no_license | jborghino/Mandataire | 4af8418f3bfe0745243952cd3765249ca5389fd5 | 395c84c7a46c0fdb0b2830df6d55bc251c42f893 | refs/heads/master | 2021-03-12T23:41:50.266871 | 2014-06-02T12:29:48 | 2014-06-02T12:29:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 678 | java | package fr.treeptik.controller;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.SessionAttributes;
import org.springframework.web.servlet.ModelAn... | [
"johan.borghino@gmail.com"
] | johan.borghino@gmail.com |
32ecbcd1886511feca5079bdb1adfed5930354b8 | d9ea37b13eaaf52064fc2f68390ec17608bf73c2 | /bgqc/src/com/bgqc/controller/TaskAction.java | aa1eb83568012b9500769640602b3693869c3abc | [] | no_license | stnoname/bgqc | b0195ae6168152c3103617c4ea6434327e9a21c0 | f0c7295005d19de7f5945aeeedd4ad020f7d5b15 | refs/heads/master | 2020-03-28T11:00:27.757754 | 2018-09-21T11:43:14 | 2018-09-21T11:43:14 | 148,168,029 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,784 | java | package com.bgqc.controller;
import java.util.List;
import javax.annotation.Resource;
import javax.servlet.http.HttpSession;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBody;
import... | [
"ltnon@DESKTOP-K23IFJU"
] | ltnon@DESKTOP-K23IFJU |
b164398592ba7a78a7ee024e49fd67bde250868c | e93751ffd32eace173939607aa8c8a4db7b8cccb | /src/comp1110/labtest1/Movie.java | 59c22b307b9b976c56054f9154776038a17e585a | [] | no_license | JinhMa/comp1110-labtest1 | 0194649ca41731d3031ee2e89033cc35a963f4f6 | 9a83f65652d8489186d944849a236d53c0d3570b | refs/heads/master | 2020-06-30T15:48:39.883083 | 2019-08-06T15:17:58 | 2019-08-06T15:17:58 | 200,876,246 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 783 | java | package comp1110.labtest1;
import java.util.Scanner;
public class Movie {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
String movieName = scan.nextLine();
int runningTime = scan.nextInt();
int hours = runningTime/60;
int mins = runningTime... | [
"u6918231@anu.edu.au"
] | u6918231@anu.edu.au |
91465eef8dc6a3fbc5ece97f32ce5f2288d41279 | 31844eb756e0b3256da4478e1994c1976a7007b5 | /src/model/AnimationReader.java | 1a9ae27225e237b9cde3921ab38f4fffc4942e78 | [] | no_license | Hannahyuting/Animation-Player | 8187e5ab9fcc511c10f1201e8cc7ffa918bd5659 | fc024080f685c96922b82587173db0e14731b714 | refs/heads/master | 2023-04-13T17:31:43.663967 | 2021-04-25T00:55:07 | 2021-04-25T00:55:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,480 | java | package model;
import java.util.Objects;
import java.util.Scanner;
import java.util.regex.Pattern;
/**
* A helper to read animation data and construct an animation from it.
*/
public class AnimationReader {
/**
* A factory for producing new animations, given a source of shapes and a
* builder for constructi... | [
"meng.jie@northeastern.edu"
] | meng.jie@northeastern.edu |
d5fb1f6c06d341b44e7a11026ce59202885c5f9e | f9aa989ba776e657e53238a04947e4ae92cf4030 | /src/main/java/workshop/toy/repositories/GenderRepository.java | f0423b97fa00f5832f7aaec12adc65f054149997 | [] | no_license | tinakun13/FishQueenToyProject | c28ddef9f86891aec346439d09692e9532881086 | dc3a1391b263cb5ab7e6a24ce0b1180e5d96731a | refs/heads/master | 2020-03-12T19:50:31.386618 | 2018-04-27T11:44:51 | 2018-04-27T11:44:51 | 130,792,808 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 377 | java | package workshop.toy.repositories;
import org.springframework.data.jdbc.repository.query.Query;
import org.springframework.data.repository.CrudRepository;
import workshop.toy.models.Gender;
import java.util.List;
public interface GenderRepository extends CrudRepository<Gender, Integer> {
@Query("SELECT * FROM G... | [
"kitinat@hotmail.com"
] | kitinat@hotmail.com |
abd8733d9bc1bde012db4e892b1ef94114219ec1 | 7beaee42120b8bd962b4da2be704ce772559e33d | /reflectors-http/src/main/java/org/httpkit/server/Frame.java | 2ed7fa76fa5133555908292815dbaf556fbb68fb | [
"Apache-2.0"
] | permissive | huangzhen/reflectors | 36ba056769ee21a05e7959ce89fd0bb822c6aee9 | e6acd888825a98e6747ea75456a517910f5e39a2 | refs/heads/master | 2020-03-17T06:10:32.297864 | 2018-09-17T10:26:58 | 2018-09-17T10:26:58 | 133,344,600 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,502 | java | package org.httpkit.server;
import org.httpkit.HttpUtils;
import java.nio.ByteBuffer;
public abstract class Frame {
public final byte[] data;
public Frame(byte data[]) {
this.data = data;
}
public static class BinaryFrame extends Frame {
public BinaryFrame(byte[] data) {
... | [
"zhenhuang@iflytek.com"
] | zhenhuang@iflytek.com |
2107771589ff898817a03b3c58406afae6b99712 | b9bd37427ccf08143b09bd36136100d8f4d07499 | /module/AirportMap.java | f9e052cb3eda0c8efd5c45c18172a60278f24d8a | [] | no_license | egk265/UCSD-Object-Oriented-Programming-in-Java | adaedea106b5f97e256ee23fcefde989cb16e18c | 2f6762bb64bf4013d2d213559287c57ca8db869d | refs/heads/main | 2023-06-14T09:11:56.934376 | 2021-07-08T10:52:05 | 2021-07-08T10:52:05 | 384,092,065 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,797 | java | package module6;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import de.fhpotsdam.unfolding.UnfoldingMap;
import de.fhpotsdam.unfolding.data.PointFeature;
import de.fhpotsdam.unfolding.data.ShapeFeature;
import de.fhpotsdam.unfolding.marker.Marker;
import de.fhpotsdam.unfoldi... | [
"egk265@nyu.edu"
] | egk265@nyu.edu |
a4b68693c96f58741ed99b2b4760c67f30551e26 | 31aa78b01c1438148bab51cae0bb9eeaffb0770d | /src/Problems/SurroundedRegions.java | 0bae029ef591b3c764c603c8d6454af7fc111c5a | [] | no_license | ChopinXBP/LeetCode-Babel | b11a688d539fc75e5926d2080baed498a6dd64f2 | d888dd73fe96c6c58d5fecd69420e765cafe201c | refs/heads/master | 2021-06-29T18:22:33.726023 | 2021-01-22T04:59:19 | 2021-01-22T04:59:19 | 211,246,259 | 10 | 1 | null | 2020-07-06T15:40:23 | 2019-09-27T05:56:58 | Java | UTF-8 | Java | false | false | 1,628 | java | package Problems;
/**
*
* Given a 2D board containing 'X' and 'O' (the letter O), capture all regions surrounded by 'X'.
* A region is captured by flipping all 'O's into 'X's in that surrounded region.
* 给定一个二维的矩阵,包含 'X' 和 'O'(字母 O)。
* 找到所有被 'X' 围绕的区域,并将这些区域里所有的 'O' 用 'X' 填充。
*
*/
public class SurroundedRegion... | [
"l"
] | l |
bdc2046475cc6ca74763c08b1bb412e286bd5001 | 5dc327ecb03ad5585af673abc11bfc0794f11e88 | /ActiveLearningforMT/src/query/link/EntropyLink.java | ac48904e6130ce97b0bbc210b730883fe9068b15 | [] | no_license | vambati/vambati | 3930a88fc390bda9ce864c38bb48ae97c458a1bd | 07eaf1f93350fe984c7722df268391882fa63b42 | refs/heads/master | 2021-01-10T02:09:03.222903 | 2011-08-15T01:34:41 | 2011-08-15T01:34:41 | 48,715,557 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,382 | java | package query.link;
import model.smt.TranslationLEXICON;
import data.*;
import query.*;
public class EntropyLink implements QuerySelector {
TranslationLEXICON LEX = null;
public EntropyLink(String sgtFile,String tgsFile){
// Loading the translation lexicons
LEX = new TranslationLEXICON(sgtF... | [
"vamshi.ambati@d52a760b-b300-2a56-a2a0-c08b96c82ba3"
] | vamshi.ambati@d52a760b-b300-2a56-a2a0-c08b96c82ba3 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.