blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M โ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 132
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 28
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 352 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
08c5652c8bd4fd6dee7f4d357caa43b989c0112d | 0f35cd99303b8789f94cc767eba2c59feffd5b80 | /basic/src/day36/StackQueue/StackExample.java | d972196393ce0f936162a0b6bd2b58d19a20bed0 | [] | no_license | seungzz/java2020 | 6f8bae23fa3903e6df3aceaeb042ad31f0b5cc08 | eb85d4ba04d69da267574e443a93cdcd59896527 | refs/heads/master | 2023-01-20T13:48:34.427394 | 2020-10-29T03:04:00 | 2020-10-29T03:04:00 | 297,261,422 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 766 | java | package day36.StackQueue;
import java.util.Stack;
public class StackExample {
public static void main(String[] args) {
Stack<Coin> coinBox = new Stack<Coin>();
coinBox.push(new Coin(100));
coinBox.push(new Coin(50));
coinBox.push(new Coin(500));
coinBox.push(new Coin(10)); //push() ๋ฉ์๋๋ฅผ ํตํด์ ... | [
"KW505@505-07"
] | KW505@505-07 |
618351ea78ffd8d19d5a973e3c43261d96f649ce | 3f4ba6e28519661b1077fb5ccdaa149328014515 | /app/src/main/java/com/androiddev/artemqa/gototrip/modules/chat/view/ChatViewHolder.java | 717c6efcc1b027033e6b920ded5e02071ebbfaa0 | [] | no_license | artjkee73/GoToTrip | 71369cfdb3d67a20f08551762a91dab80fb6e6dc | 3789c5893a0b815d48488ee49414da286d3f4372 | refs/heads/master | 2021-01-24T13:12:46.098799 | 2018-06-05T08:59:30 | 2018-06-05T08:59:30 | 123,164,212 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,303 | java | package com.androiddev.artemqa.gototrip.modules.chat.view;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.widget.TextView;
import com.androiddev.artemqa.gototrip.R;
import com.androiddev.artemqa.gototrip.common.models.Chat;
import com.androiddev.artemqa.gototrip.common.models.... | [
"artjkee73@gmail.com"
] | artjkee73@gmail.com |
ab489cd9b1a1d874f1475da5f61b1554ab003586 | fe58e0f141b3437f12e11f9a9026f86313f305f6 | /src/main/java/com/cosateca/apirest/servicios/UsuarioService.java | 23162d5ef82bc4e448ab8cf6d814effb74613af1 | [] | no_license | raurodmen1997/tfg_cosateca_backend | 15f8b45fa1d7b0e205f839b67750d01728ba6edc | df058fb273221ded57ad4dadf2eda7ac18a39866 | refs/heads/master | 2023-06-05T20:02:24.040946 | 2021-06-18T14:52:33 | 2021-06-18T14:52:33 | 317,005,838 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,130 | java | package com.cosateca.apirest.servicios;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.T... | [
"raulrodriguezmendez1997@gmail.com"
] | raulrodriguezmendez1997@gmail.com |
d20049aeaf8cb10efadc515da0255eb2c0d50ee1 | 896cca57024190fc3fbb62f2bd0188fff24b24c8 | /2.7.x/choicemaker-cm/choicemaker-j2ee/com.choicemaker.cm.transitivity/src/main/java/com/choicemaker/cm/transitivity/util/GraphFilter.java | 6da5595d93d174ae3477956e7def11fa65b2a27c | [] | no_license | fgregg/cm | 0d4f50f92fde2a0bed465f2bec8eb7f2fad8362c | c0ab489285938f14cdf0a6ed64bbda9ac4d04532 | refs/heads/master | 2021-01-10T11:27:00.663407 | 2015-08-11T19:35:00 | 2015-08-11T19:35:00 | 55,807,163 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,000 | java | /*
* Copyright (c) 2001, 2009 ChoiceMaker Technologies, Inc. and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License
* v1.0 which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html... | [
"rick@rphall.com"
] | rick@rphall.com |
c1f84a1c21f30a9c63f83b14d9da0917e9670f71 | 76442002859bf46b713a94797f3d21a18ca7b370 | /src/test/java/stepDefinitions/Initializer.java | 64c7eb931bd5c303ace22c350159abdbd9a71cb1 | [] | no_license | sayed-nizami08/testRepo | 8d21a3f0eff2b18e7e23fa25a69ffe880e8fb80f | b33f15853615ce4ada67c42a5ef3cea0c67e2ea8 | refs/heads/master | 2022-07-07T05:47:44.883194 | 2019-12-15T20:14:13 | 2019-12-15T20:14:13 | 228,243,276 | 0 | 0 | null | 2022-06-29T17:51:03 | 2019-12-15T19:57:34 | HTML | UTF-8 | Java | false | false | 1,513 | java | package stepDefinitions;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.openqa.selenium.ie.InternetExplorerDriver;
import core.Base;
import cucumber.api.java.After;
import cucumber.api.java.Before;
import io.github.bo... | [
"sayed.nizami08@gmail.com"
] | sayed.nizami08@gmail.com |
305aecad8d559685345cffbea51d3988c377db81 | 1ed0e7930d6027aa893e1ecd4c5bba79484b7c95 | /keiji/source/java/com/vungle/publisher/qe.java | 010152c109f58a71d65c1ad765481cfe83227264 | [] | no_license | AnKoushinist/hikaru-bottakuri-slot | 36f1821e355a76865057a81221ce2c6f873f04e5 | 7ed60c6d53086243002785538076478c82616802 | refs/heads/master | 2021-01-20T05:47:00.966573 | 2017-08-26T06:58:25 | 2017-08-26T06:58:25 | 101,468,394 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,343 | java | package com.vungle.publisher;
import com.vungle.log.Logger;
import javax.inject.Inject;
/* compiled from: vungle */
public class qe implements qn {
private boolean a;
@Inject
public ql eventBus;
public void register() {
if (this.a) {
Logger.w(Logger.EVENT_TAG, getClass().getName()... | [
"09f713c@sigaint.org"
] | 09f713c@sigaint.org |
0b79684189231eefb361178cb32b834fd23e34cf | c885ef92397be9d54b87741f01557f61d3f794f3 | /tests-without-trycatch/Time-9/org.joda.time.DateTimeZone/BBC-F0-opt-50/3/org/joda/time/DateTimeZone_ESTest_scaffolding.java | 87c5937ddad7325de6853cca39ce6b007407400b | [
"CC-BY-4.0",
"MIT"
] | permissive | pderakhshanfar/EMSE-BBC-experiment | f60ac5f7664dd9a85f755a00a57ec12c7551e8c6 | fea1a92c2e7ba7080b8529e2052259c9b697bbda | refs/heads/main | 2022-11-25T00:39:58.983828 | 2022-04-12T16:04:26 | 2022-04-12T16:04:26 | 309,335,889 | 0 | 1 | null | 2021-11-05T11:18:43 | 2020-11-02T10:30:38 | null | UTF-8 | Java | false | false | 18,477 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Wed Oct 20 01:32:21 GMT 2021
*/
package org.joda.time;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.junit.After;
import... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
90e734e4ae052fb995b66a65c7cbf4787d43a014 | 900327a0032689db225cb1a971c19869d30921bc | /com.yz.edu.bms/src/main/java/com/yz/service/educational/OaTaskAsynAddStuService.java | 33ca9271dafe81da84f777026afa4ef784b1e00a | [] | no_license | ZhaoYu1105/yz | 4d4c5e907110905bc65ebbce864f1d12de72a176 | 3c1fded07c536cf5bda225010a9e9cf7b8336eea | refs/heads/master | 2023-01-05T17:08:46.279083 | 2020-08-04T09:01:55 | 2020-08-04T09:01:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,191 | java | package com.yz.service.educational;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.... | [
"donggua131432@sina.cn"
] | donggua131432@sina.cn |
f3ae6a28a5dad05df8b5ade8e25bf0cb03ff4b04 | e152c5bdae47b94392dc0e0d9cc5aa2b0e2bccc7 | /project-management/src/main/java/com/kaush/pma/api/controllers/EmployeeApiController.java | 7fc1d8701c84a791a33bee3a8c010f5f9933c96f | [] | no_license | kaush-at/project-management-app | 2b61f0f90597af57d56550a7d0793858d69a5d78 | 55d243bd8ddefdfb8c64fab6357086f784c2fe6a | refs/heads/master | 2022-12-19T14:59:21.507624 | 2020-09-13T02:18:37 | 2020-09-13T02:18:37 | 280,997,510 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,810 | java | package com.kaush.pma.api.controllers;
import javax.validation.Valid;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.dao.EmptyResultDataAccessException;
import org.springframework.data.domain.PageRequest;
import org.springframework.data.domain.Pageable;
import org.springfra... | [
"emailtokaush@gmail.com"
] | emailtokaush@gmail.com |
dda2017b9fc1a742820020d3891e997f1b17b2dc | 06b0bdf184da7952f87be6fb94a16bd2f9683a29 | /src/main/java/ma/ousama/demo/service/GitHubRepoService.java | e3c798428635ae5462f36cc84833189e018769a9 | [] | no_license | OusamaELIDRISSI/BackendCodingChallenge | 607abe807ed6b464a859d1aea72232ccba1dbda8 | e6d51f2a7a7cee6b2fd5ff9c964c8d1f68ec1a22 | refs/heads/master | 2023-05-13T14:25:03.571328 | 2021-06-05T10:10:32 | 2021-06-05T10:10:32 | 373,874,962 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 762 | java | package ma.ousama.demo.service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Service;
import org.springframework.web.client.RestTemplate;
import ma.ousama.demo.domain.SearchResult;
@Service
public class... | [
"elidrissi.ousama.ma@gmail.com"
] | elidrissi.ousama.ma@gmail.com |
4c041c359dfe2c8001dd198af88fb5f56395ae50 | 1c671fb525a8a4f3d7a48f3092017d26917f99d6 | /src/main/java/nl/ramondevaan/taskestimation/web/task/TaskEditForm.java | 6ce9363f45d12e2cbfe589662453a244f96e55e7 | [] | no_license | ramondevaancapgemini/taskestimation | 6bf4e237fe99fabd0e1572bef57e5ec3c71b7cea | dd3e6bdd951f3f24a86f00efdc9351eecaae878a | refs/heads/master | 2021-09-06T14:19:12.542072 | 2018-02-07T12:20:02 | 2018-02-07T12:20:02 | 114,659,226 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,463 | java | package nl.ramondevaan.taskestimation.web.task;
import nl.ramondevaan.taskestimation.model.domain.Task;
import nl.ramondevaan.taskestimation.service.TaskService;
import org.apache.wicket.markup.html.form.Form;
import org.apache.wicket.markup.html.form.TextArea;
import org.apache.wicket.markup.html.form.TextField;
impo... | [
"ramon.de.vaan@capgemini.com"
] | ramon.de.vaan@capgemini.com |
70ce2c65d890def2ddb1843687380892c586e40e | 7d895978f0a59360b67d675cff0742d68b5b9095 | /src/NaryTree/Codec.java | 8bc7868093ff53fa2aa56b54b292b24c5eabe00c | [] | no_license | sureshrmdec/Algorithm-Java | b77ce99988b895377382c804f9fafe56a20a0521 | 4674652f2e0fc3a9c41dd0045c41fb0da95d8e5c | refs/heads/master | 2023-07-05T08:54:55.926110 | 2021-08-11T23:31:48 | 2021-08-11T23:31:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,698 | java | package NaryTree;
import java.util.ArrayList;
import java.util.List;
/**
* Created by xhu on 6/23/17.
*/
public class Codec {
final char endMarker = ')';
int index = 0;
public String serialize(NTreeNode root){
if( root == null){
return "";
}
StringBuilder result = ... | [
"huyoucai.huxin@gmail.com"
] | huyoucai.huxin@gmail.com |
dea03a882d9230ced4f003de994f17b76cadaf3f | fa34634b84455bf809dbfeeee19f8fb7e26b6f76 | /4.JavaCollections/src/com/javarush/task/task38/task3810/Date.java | 6100a458cf05c5bd045f8c0d954da95ab33711f0 | [
"Apache-2.0"
] | permissive | Ponser2000/JavaRushTasks | 3b4bdd2fa82ead3c72638f0f2826db9f871038cc | e6eb2e8ee2eb7df77273f2f0f860f524400f72a2 | refs/heads/main | 2023-04-04T13:23:52.626862 | 2021-03-25T10:43:04 | 2021-03-25T10:43:04 | 322,064,721 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 419 | java | package com.javarush.task.task38.task3810;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface Date {
//ะฝะฐะฟะธัะธ ัะฒะพะน ะบะพะด
in... | [
"ponser2000@gmail.com"
] | ponser2000@gmail.com |
9ce805be5a5c9940009c386987142ce62c3fd8fd | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Math/58/org/apache/commons/math/random/MersenneTwister_setSeed_209.java | 394f89bd949763a3ede7f1f5c3fc891721e715ae | [] | no_license | hvdthong/NetML | dca6cf4d34c5799b400d718e0a6cd2e0b167297d | 9bb103da21327912e5a29cbf9be9ff4d058731a5 | refs/heads/master | 2021-06-30T15:03:52.618255 | 2020-10-07T01:58:48 | 2020-10-07T01:58:48 | 150,383,588 | 1 | 1 | null | 2018-09-26T07:08:45 | 2018-09-26T07:08:44 | null | UTF-8 | Java | false | false | 1,856 | java |
org apach common math random
power pseudo random number gener
develop makoto matsumoto takuji nishimura
gener featur extrem period
dimension equidistribut
bit accuraci home page gener locat
href http www math sci hiroshima mat emt html
http www math sci hiroshima mat emt html
gener paper makoto... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
92057c94617037c89549234d465aa62fc9e52d4c | 291541f10e39214307d21e7cc77f13bed5ffbe30 | /app/src/main/java/com/ipd/xiangzui/utils/NavigationBarUtil.java | f15e9c8b5af187d6ee323545c71307fe407c295e | [] | no_license | RenVeCf/XiangZui | ae8ed965f749bfeadf9f2f2c07b4c1705a29656c | 456679cd1be9e4949db2fbfa78aa5493bdd3d890 | refs/heads/master | 2020-06-27T13:43:42.509152 | 2019-10-11T05:49:23 | 2019-10-11T05:49:23 | 199,968,238 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,982 | java | package com.ipd.xiangzui.utils;
import android.content.Context;
import android.content.res.Resources;
import android.graphics.Rect;
import android.view.View;
import android.view.ViewGroup;
import android.view.ViewTreeObserver;
import java.lang.reflect.Method;
/**
* Description ๏ผ
* Author ๏ผ MengYang
* Email ๏ผ 9426... | [
"942685687@qq.com"
] | 942685687@qq.com |
366488bbee426651c2d4891f50b2f430903c7bc4 | 346159f32db47ae6a2532ef256df54388f042e71 | /niaobulashi-system/src/main/java/com/niaobulashi/system/service/impl/SysDeptServiceImpl.java | eeee5f1cdc5996c69769c17fee72998099d1aa7c | [
"MIT"
] | permissive | weiweidong1993/niaobulashi-fast | 2c709cddb7f921aa7d125f145a2fe52019526ec8 | 5024892d8f547f4ec4a7e331849e1ba0290ad3c3 | refs/heads/master | 2021-03-14T04:19:08.805096 | 2019-08-19T14:45:29 | 2019-08-19T14:45:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,693 | java | package com.niaobulashi.system.service.impl;
import com.niaobulashi.common.annotation.DataScope;
import com.niaobulashi.common.constant.UserConstants;
import com.niaobulashi.common.core.domain.Ztree;
import com.niaobulashi.common.exception.BusinessException;
import com.niaobulashi.common.utils.StringUtils;
import com.... | [
"hulang6666@qq.com"
] | hulang6666@qq.com |
c01d05bab43df8ed1451d420f3caea3c1b57f884 | 727a3f90471606a48d19b83431b3cb938806e70a | /demo/gen/com/example/NavItem.java | 76bad2848750414081c7cbde62d6d920d6118e7b | [] | no_license | audinue/jtg | 4f85d3844a8b9b0a2f5001c3135eccf9df9e0b5e | 7a7180af7107787dbacc4e60dbfb7471db9d76c2 | refs/heads/master | 2021-01-07T07:18:16.016569 | 2020-02-20T06:50:17 | 2020-02-20T06:50:17 | 241,617,321 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 743 | java | package com.example;
public final class NavItem extends jtg.Template {
private jtg.Text _href = jtg.Text.EMPTY;
private jtg.Text _text = jtg.Text.EMPTY;
public NavItem withHref(jtg.Text value) {
_href = value;
return this;
}
public NavItem withText(jtg.Text value) {
_tex... | [
"audinue@gmail.com"
] | audinue@gmail.com |
9de52ee6f3a7d06dfb7c9a076cbf34dbc9330bd5 | 50d52797092095b880530f19962070eb1c26495d | /src/com/ningdali/web/servlet/AdminInfoServlet.java | 7620589ec614c4a450f3af8302769fd60f8866f3 | [] | no_license | MrDalili/kexie | 42cd9297873279564df4374a54eb8b98609853b0 | b40e1a3050d09cabe210eb71669ae37d3224ab37 | refs/heads/master | 2020-05-14T06:11:10.096098 | 2019-04-16T14:22:29 | 2019-04-16T14:22:29 | 181,704,819 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,127 | java | package com.ningdali.web.servlet;
import com.ningdali.domain.Competition;
import com.ningdali.domain.User;
import com.ningdali.service.AdminInfoService;
import com.ningdali.service.CompetitionService;
import com.ningdali.service.serviceImp.AdminInfoServiceImp;
import com.ningdali.service.serviceImp.CompetitionServiceI... | [
"goodMorning@atgui.com"
] | goodMorning@atgui.com |
b23a808dc643d60553ba0873be657afb709c3460 | 3303e0e547d13e984a01da9dfe6fe6df4ea42097 | /app/src/main/java/com/store/inventory/adapters/RecommendedProductAdapter.java | fc4e7b02591770ff551b32774a8af49e67eb54b3 | [] | no_license | rg0699/BTP-Inventory-Recommender-App | 3e5849b6d08f95d39c6dc9fe27491f3c084f7ab1 | 178568ac398e51a329acb76cc91751ee637dd2db | refs/heads/master | 2023-04-22T17:59:41.966304 | 2021-04-29T17:23:16 | 2021-04-29T17:23:16 | 325,567,186 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,110 | java | package com.store.inventory.adapters;
import android.content.Context;
import android.content.Intent;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
import android.widget.To... | [
"guptarahul0699@gmail.com"
] | guptarahul0699@gmail.com |
7eece30b4727ade57c3713375ac0dbb7c2dfe748 | e19f67e118a73a08833c6e9e439398c7982e0753 | /gtfsLIC/src/main/java/com/gtfs/dao/interfaces/PrintRcptMstDao.java | f58dd026f0b2b8472fe84661efd4457c6369e86e | [] | no_license | dipankarduttajava/l1 | 048be0f0502598cc8660a0960948170c6d963a6b | 357ec6c0d05bd221b04d137acda5924058cba53c | refs/heads/master | 2021-01-10T12:05:48.728872 | 2015-05-28T05:08:49 | 2015-05-28T05:08:49 | 36,415,056 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 491 | java | package com.gtfs.dao.interfaces;
import java.util.List;
import com.gtfs.bean.PrintRcptMst;
public interface PrintRcptMstDao {
Boolean saveForPrintReceipt(PrintRcptMst printRcptMst);
List<Long> findMaximunReceiptNoByPrefix(String prefix);
List<String> findPrintRcptPrefixByBranchParentTieupCoId(Long branchId,Long ... | [
"java-dev@java-dev"
] | java-dev@java-dev |
21e68e5594f49983bf229144370e3842dc1d7968 | 9c7a0315cc406210e7c5c3670633798552d6ab4d | /rxjava/src/test/java/io/reactivex/internal/operators/flowable/FlowableSerializeTest.java | 7af36b8d8dbf3473cf6457a07adfeeb3abef9bf7 | [
"Apache-2.0"
] | permissive | IMLaoJI/RxDemo | 6e0c44c0cc5c3fb33593e7053410568d8eb33871 | d2b0a33955bdc245ac6a13b8f601dbf9393b6e99 | refs/heads/master | 2020-12-02T15:22:42.728306 | 2018-04-18T14:35:35 | 2018-04-18T14:35:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,520 | java | /**
* Copyright (c) 2016-present, RxJava Contributors.
*
* 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 l... | [
"haoliu@thoughtworks.com"
] | haoliu@thoughtworks.com |
3e2b9f67a52f4a48dddc799123322d79fac83052 | c59bfcf64f44d59679613320bfb34f696eb0ed37 | /src/de/unidue/iem/tdr/nis/client/solutions/Solution20.java | 8bfc3b0c009c1b97b184cd3c1586bf5862bbce4c | [] | no_license | Tontah/NIS | ffc91f2c00ab043fb61be5f0413214a6a2762882 | e1a81d2ec66dea0e0a4c5481f252353217e19ffa | refs/heads/master | 2023-08-29T05:54:20.113005 | 2021-10-27T12:04:03 | 2021-10-27T12:04:03 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 823 | java | package de.unidue.iem.tdr.nis.client.solutions;
import de.unidue.iem.tdr.nis.client.Connection;
import de.unidue.iem.tdr.nis.client.TaskObject;
import de.unidue.iem.tdr.nis.client.AbstractSolution;
public class Solution20 extends AbstractSolution {
/** Aufgabe 20 - RSA Entschlรผsselung
* Key: String[] {n, e} Publi... | [
"tchana.nikita@stud.uni-due.de"
] | tchana.nikita@stud.uni-due.de |
a6606b724a1846d2f7480db083ffc62f3b758bea | dc19317ed99865000fe0169be96e03ea14dfede5 | /app/src/main/java/vn/harry/callrecorder/ui/donate/DonateOptionPresenter.java | 454b93a6ee29b87bd145c5760c31b536a798c10d | [] | no_license | PratikSurela/Call-Recorder-master | fb5385c172a8fdd99371ca3caa11a9e17acd1c8a | f0c31e1d2febf73b2d59f05ddc5c88d73619487f | refs/heads/master | 2022-02-03T15:38:09.659406 | 2019-07-20T11:49:21 | 2019-07-20T11:49:21 | 197,923,318 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 212 | java | package vn.harry.callrecorder.ui.donate;
import vn.harry.callrecorder.mvp.BasePresenter;
/**
* Created by hainm on 2/21/2018.
*/
public class DonateOptionPresenter extends BasePresenter<DonateOptionMvp> {
}
| [
"surelapratik@gmail.com"
] | surelapratik@gmail.com |
71da47c3ceb09dadd959ffd3cc3deb010edbdc6c | 31d2635886834ef0ea30348f304787e683f64e8b | /Principal/src/ur/informaticamovil7/movies/JuegoNivel1.java | 7c5b038b886bd4abcda6ea6ee3ed389c342bbb7b | [] | no_license | whatsmovieadmin/whatsmovie | 722138d7f421257d2fc60834f45d0f1d171e8ce8 | e832c61b168875333f7afc8a2a8316fb0d1d3efb | refs/heads/master | 2021-01-10T02:15:22.574941 | 2013-04-22T21:08:03 | 2013-04-22T21:08:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 27,975 | java | package ur.informaticamovil7.movies;
import java.io.IOException;
import java.io.InputStream;
import java.util.List;
import java.util.Random;
import java.util.Vector;
import Utils.GestorJuego;
import android.os.Bundle;
import android.os.CountDownTimer;
import android.os.Handler;
import android.app.Activity;
import and... | [
"whatsmovie2d@gmail.com"
] | whatsmovie2d@gmail.com |
0abbdbcbf9c051e24f7a86839a4588afdee03981 | c16d0a58c727595645cdb8787c62bbbf6cbb55e8 | /digitounico-domain/src/main/java/br/com/digitounico/repositories/DigitoUnicoRepository.java | c1003dd7e48bedd3720123325990ac07b468a558 | [] | no_license | mathmferreira/digitounico | baddebf6f59d833f0366994f4eecf33ca98c7be9 | ee06a8bcda63aca3d3f3d6e0bb287fcbc2c65604 | refs/heads/master | 2023-01-15T11:01:32.015086 | 2020-11-09T13:01:57 | 2020-11-09T13:01:57 | 302,458,544 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 524 | java | package br.com.digitounico.repositories;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.stereotype.Repository;
import br.com.digitounico.entities.DigitoUnico;
@Repository
public interface DigitoUni... | [
"mathmferreira@hotmail.com"
] | mathmferreira@hotmail.com |
76447d3b289517a181f8888deee9ca264916b812 | b2ac08091476e3498e68ac4bc6ce02382d5933f0 | /Spring/Spring-data/spring-data-redis/src/main/java/org/springframework/data/redis/core/convert/IndexedData.java | 717a329eec7c16ef04e9484570ced46c37317e67 | [
"LicenseRef-scancode-generic-cla"
] | no_license | xuqb981956807/bagdata-study | 3f4ffbbf6afee15981badec4c9947d11462585a5 | 944217eb7b8dee2d414f55341d36f0332e278cbc | refs/heads/master | 2023-05-28T12:46:04.712048 | 2021-06-03T06:04:34 | 2021-06-03T06:04:34 | 373,395,925 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,115 | java | /*
* Copyright 2015-2018 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 ap... | [
"981956807@qq.com"
] | 981956807@qq.com |
161c6c0b886acc81ae129380e9eb82a9525bba11 | c7e6c912725b194ab088b0c8aaa3973ee5f245f2 | /crm/crm_service_impl/src/main/java/com/kaishengit/crm/service/impl/TaskServiceImpl.java | 6042b4abb148fe2d6a069f32d736224d6fc8dfc2 | [] | no_license | yuanqiqi/java23 | b158cfae1a2a26ce439d0891b8389b2edd1688a0 | baab049f2f09e4a7ecb6f99fff781bf759720c3f | refs/heads/master | 2021-01-01T18:40:06.978494 | 2017-07-26T02:12:16 | 2017-07-26T02:12:16 | 96,080,135 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,950 | java | package com.kaishengit.crm.service.impl;
import com.kaishengit.crm.entity.Task;
import com.kaishengit.crm.entity.TaskExample;
import com.kaishengit.crm.mapper.TaskMapper;
import com.kaishengit.crm.service.TaskService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.... | [
"fankai@kaishengit.com"
] | fankai@kaishengit.com |
d4c2dba7f334cc463efc02475c849fe81ec09a25 | 15e2dd26a28a1243b56661035f3cc81683f08439 | /main/recognition/test/boofcv/alg/tracker/meanshift/TestMeanShiftLikelihood.java | 9d8ceecc90d385ead09fc76d54fe98a8dddf334b | [
"Apache-2.0"
] | permissive | agamsarup/BoofCV | acbf6b5e67f09b253150f7066988ae0ca86499f3 | 0d6f64c5b10f094c6ff85ecd540b80b5e81dcee4 | refs/heads/master | 2020-04-03T04:24:11.227975 | 2013-09-21T23:03:02 | 2013-09-21T23:03:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 230 | java | package boofcv.alg.tracker.meanshift;
import org.junit.Test;
import static org.junit.Assert.fail;
/**
* @author Peter Abeles
*/
public class TestMeanShiftLikelihood {
@Test
public void stuff() {
fail("Implement");
}
}
| [
"peter.abeles@gmail.com"
] | peter.abeles@gmail.com |
c46fc5afbc1dcb31918cf48f447a2356b594ef51 | d070b49010dc46b9293d78c8e2d8253be659c5fd | /src/test/java/APNumberToStringUnitTests.java | d5a914e25867000b816a582b96f7a7d50ac2552e | [
"MIT"
] | permissive | mes32/aplib | 51616971eb3843ecd1addda84c85b05c2eb433ee | 2033bc734e02fd8e7d2d12499a277355c8fb300c | refs/heads/master | 2021-01-11T18:41:45.111599 | 2017-01-23T23:23:58 | 2017-01-23T23:23:58 | 79,602,974 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,195 | java | /*
APNumberToStringUnitTests.java - aplib
*/
import com.github.mes32.aplib.*;
import com.github.mes32.aplib.exception.*;
import org.junit.*;
import org.junit.Assert.*;
public class APNumberToStringUnitTests {
@Test
public void testToString1() throws APNumberParseException {
String inputString =... | [
"stockman.mike@gmail.com"
] | stockman.mike@gmail.com |
53e1f965603533fe62d6db5d46c1602da6eb6747 | 79c9a4de7eec900aa3d8fa4433872cf1beb92621 | /app/src/main/java/com/example/genet42/kubaruchan/communication/WiPort.java | dfc8b4f8b9d5e3e42a0a2b765c971fc07fcf97dd | [] | no_license | bovini/Kubaruchan | 48b417ea8dd8d2a06ab641768cfb0ab4fa09c920 | 81a9a1a3dfbd7cf0099810b453d880eabcea0343 | refs/heads/master | 2021-01-10T14:15:47.862920 | 2016-04-28T07:17:07 | 2016-04-28T07:17:07 | 47,730,958 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,662 | java | package com.example.genet42.kubaruchan.communication;
import android.util.Log;
import com.example.genet42.kubaruchan.statistics.Evaluation;
import java.io.IOException;
import java.net.InetAddress;
import java.util.Timer;
import java.util.TimerTask;
/**
* ใใใฝใผใจ๏ผๆจกๅ่ปใฎ WiFi ใคใณใฟใใงใผใน๏ผ
*/
public class WiPort {
/**
... | [
"bovini@baldr.jp"
] | bovini@baldr.jp |
0b1f29913996ce69255c177fc1fe215c69afa90a | 988c0235486d04aa09cc4c060fa3959ba6aa4cb9 | /app/src/main/java/com/tanuj/recyclercardview/CustomAdapter.java | 9ae291b3f9c864c61c5c4d350e9b672ab02c4ff0 | [] | no_license | tanujraj08/assignment15.1 | 5bed98ef68da14c516b701fbbe97594d9d5142a8 | a9188285136a7e2ee21187c58faefff93e9232e5 | refs/heads/master | 2020-03-19T08:34:15.414512 | 2018-06-18T09:36:38 | 2018-06-18T09:36:38 | 136,215,715 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,944 | java | package com.tanuj.recyclercardview;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
public class CustomAdapter extends RecyclerView.Adapter<CustomAdapter.ViewHolder> {
// Item Data Object C... | [
"36482135+tanujraj08@users.noreply.github.com"
] | 36482135+tanujraj08@users.noreply.github.com |
85ad865e68d659a4c7b36b4a83aeadac67c7a1b0 | 31a8331017a1b4992e40581df46a7dc0117c02b7 | /src/Composite/Company.java | 1e8f40bdaa0e168dfb3eeeed7123451fb2f65109 | [] | no_license | Bossy-Zeng/DesignPattern | a7cbce1bb1b7751973e526713ad429dd9cf6e870 | 2ebd64bf55a2f9232b2c2dd82734996beefb5a74 | refs/heads/master | 2021-01-20T03:41:48.583253 | 2017-04-27T08:08:25 | 2017-04-27T09:13:48 | 89,574,813 | 1 | 0 | null | null | null | null | GB18030 | Java | false | false | 434 | java | package Composite;
/**
* ๅ
ฌๅธ็ฑป ๅฎไนไธบๆฝ่ฑก็ฑปๆๆฏๆฅๅฃ
* */
public abstract class Company {
protected String nameString;
public Company(String name) {
// TODO Auto-generated constructor stub
this.nameString=name;
}
public abstract void Add(Company c);//ๅขๅ
public abstract void Remove(Company c);//็งป้ค
public abstract void Di... | [
"1939783160@qq.com"
] | 1939783160@qq.com |
f4827dd01d7f0afa916a79011bc047790e9bf862 | ea1a32fbf80d1a9dd1b6779e4eea320731ca8038 | /src/java/lk/studentsmanage/services/LoginAPI.java | d76ef0ac9ed0055dde435f70b3e5425fccfbb8aa | [] | no_license | AtheeshRathnaweera/Hands-on-JSP | caf29dabf24279e0d5472244655b69bbe3c3b247 | 3618caea29d98f7cd342b5ba5cf09dc714cb6a25 | refs/heads/master | 2020-08-13T09:28:25.925486 | 2019-12-08T15:41:23 | 2019-12-08T15:41:23 | 214,946,148 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 717 | 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 lk.studentsmanage.services;
import lk.studentsmanage.models.UserModel;
import retrofit2.Call;
import retrofit2.http.Body;
imp... | [
"rathnaweeraatheesh72@gmail.com"
] | rathnaweeraatheesh72@gmail.com |
621ca8eb790cde61c391fa0f4c219c163ba3a0ed | ee8498fc96d492c5e2a96f86b2aa9b2cca5341e0 | /src/main/java/hu/noherczeg/necora/domain/user/UserServiceImpl.java | d6381ed4e529d2da8d18404782b8103f855f8ca4 | [] | no_license | noherczeg/necora | 8984d08a3faf7d17bc90054aeb59a681a08eb7f4 | a00bf762fb04ca0b8d1a7d6373d1ebfc941d383e | refs/heads/master | 2021-01-21T00:47:43.422807 | 2014-04-17T10:55:57 | 2014-04-17T10:55:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,943 | java | package hu.noherczeg.necora.domain.user;
import hu.noherczeg.necora.security.authority.Authority;
import hu.noherczeg.necora.security.authority.RoleConstants;
import org.springframework.beans.BeanUtils;
import org.springframework.cache.annotation.Cacheable;
import org.springframework.security.access.prepost.PreAuthori... | [
"noherczeg@gmail.com"
] | noherczeg@gmail.com |
42a3276929293355f9f151bf1fb1d1a10260bd44 | def639ce5b361c3c2da1f69c019f2b3382d5f68f | /eureka-framework/eureka-client/src/main/java/com/netflix/discovery/converters/jackson/mixin/ApplicationsXmlMixIn.java | 27bca39e377f19201b5248aa25afd46edf609ca4 | [] | no_license | baosiling/cola-template | c85eb632d11b96fb180f809f1bf858caba73d87a | d4ac6cd6aeadbe503fd8ceb3413147c106bb47f9 | refs/heads/master | 2023-01-07T05:51:35.372306 | 2020-10-20T03:01:05 | 2020-10-20T03:01:05 | 289,162,270 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,378 | java | /*
* Copyright 2015 Netflix, 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 t... | [
"1257593080@qq.com"
] | 1257593080@qq.com |
32d5e869e40c8640e9da079d35f976dee957abeb | 73fb3212274525b1ad47c4eeca7082a6a0a97250 | /commonlibs/bhunheku/liblinkagerecyclerview/src/main/java/com/kunminx/linkagelistview/ui/DialogSampleFragment.java | 1d32260d766fb7569a72d3c1087b841e51e0b506 | [] | no_license | dahui888/androidkuangjia2021 | d6ba565e14b50f2a484154d8fffdb486ee56f433 | 624e212b97bb4b47d4763f644be30ef2a26d244d | refs/heads/main | 2023-07-18T00:00:43.079443 | 2021-08-26T10:15:53 | 2021-08-26T10:15:53 | 383,725,172 | 1 | 0 | null | 2021-07-07T08:18:31 | 2021-07-07T08:18:30 | null | UTF-8 | Java | false | false | 3,830 | java | package com.kunminx.linkagelistview.ui;
/*
* Copyright (c) 2018-present. KunMinX
*
* 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
*
*... | [
"liangxiao6@live.com"
] | liangxiao6@live.com |
4b762b1e8002ee3e30bd8671536acfb794e6eccc | 96dd16c7262d9b62725af71e7a97168b07848196 | /src/main/java/com/freedotech/app/ztly/cache/BaseCacheService.java | 63a3c6c4ca068cfddbd534017588cc6885ea5cd2 | [] | no_license | linglihanWX/ztly-bim_v1.2 | f7d6af72a8e264ed71a1a37ff46bfcefabe75faf | 0d1f0f3e09ec8a65f4c2dd3774d4b25e160c0b35 | refs/heads/master | 2021-01-25T11:15:05.279261 | 2018-03-01T00:43:26 | 2018-03-01T00:43:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,981 | java | package com.freedotech.app.ztly.cache;
import org.springframework.beans.factory.InitializingBean;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.cache.Cache;
import org.springframework.cache.CacheManager;
/**
* Created by liwei on 16/9/21.
* ๆณจๆ:่ฏฅๅบ็ก็ผๅญๆๅก็ฑปไธญไฝฟ็จ็็ผๅญ้ฝๆฏ Spring ๆกๆถๆไพ... | [
"18210732768@163.com"
] | 18210732768@163.com |
da478092ae267afc8362b7e6be9650d43bf992f5 | af4749013bbdbd420bae3373b9b091d5fe29ffa9 | /src/test/java/genericsTest/Shippable.java | 51c661afbe3d1ef86202cb710469a6eabf7ccb6f | [] | no_license | Sanya912/MyMavenProject | 21938f1efdd93716cb734084d84d39fe7e856ed8 | 2053a167f7df3c5e57c482db7a12fa58047de8a0 | refs/heads/master | 2023-05-26T22:13:26.787574 | 2020-02-11T05:48:14 | 2020-02-11T05:48:14 | 219,353,876 | 0 | 0 | null | 2023-05-09T18:15:45 | 2019-11-03T19:28:41 | Java | UTF-8 | Java | false | false | 542 | java | package genericsTest;
import org.testng.annotations.Test;
import java.util.ArrayList;
import java.util.List;
public class Shippable implements Shipping<Shoes> {
private static Shoes shoes;
public void ship(Shoes shoes){
}
List<?> list = new ArrayList<>();
@Test
void impleTestGenerics(){
// ... | [
"melikhov912@gmail.com"
] | melikhov912@gmail.com |
9b7e83b0aa70b5c94a71f3ec62997c8680590786 | 87e64726a116a644650907ae4de0b40a2cb817a7 | /src/main/java/com/bae/persistence/domain/Riders.java | 487b7ea07db23f647f4c1d5e56c5642f01a9a817 | [] | no_license | Matt25969/tempProject | 93b81f431ca7b09053468ce2c02502e31604833c | 26b8d4644f0453a3ad960076a5bd9071db5f314e | refs/heads/master | 2022-05-28T03:44:13.004672 | 2019-10-02T15:17:17 | 2019-10-02T15:17:17 | 212,317,385 | 0 | 0 | null | 2022-05-20T21:10:52 | 2019-10-02T11:06:22 | HTML | UTF-8 | Java | false | false | 1,605 | java | package com.bae.persistence.domain;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.ForeignKey;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.OneToOne;
@Entity
public class Riders {
@... | [
"matt.jo.hunt@gmail.com"
] | matt.jo.hunt@gmail.com |
c4d1044c7862315a3f4ac348be406d6bfd43b92d | 2d7d11ce6b0b5404f1d756cdd3036104c8db86bf | /ๆบ็ /Interestclass/src/com/interest/util/ApplicationUtil.java | 265020a85f8748bd7885b5b43fec9452887aff48 | [] | no_license | 15879346017-jwz/Interest-class | 5ac3d431415ffdd27818355c492e6d0a21f43f68 | f4b10fee9d9592cfe8c45691bb6f4fc5864408d4 | refs/heads/master | 2022-12-09T13:23:27.669743 | 2020-09-08T01:25:02 | 2020-09-08T01:25:02 | 293,668,678 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,729 | java | package com.interest.util;
public class ApplicationUtil {
private static final String imageWebrootKey = "conf.global.upload.image.webroot";
private static final String fileWebrootKey = "conf.global.upload.file.webroot";
private static final String imageDirKey = "conf.global.upload.image.dir";
private static final... | [
"59361127+15879346017-jwz@users.noreply.github.com"
] | 59361127+15879346017-jwz@users.noreply.github.com |
b1d69e2e5b76952e125104dccc4e8246ba6f5590 | 516a77e445c42eb6fe234e1d5f66e524261e269f | /pullClient/Pull.java | 176516189ee7fb3de3fbe9ccbb0233ddcc76b220 | [] | no_license | PanosRCng/SystemMonitoring | 0453f3a55811f55b87a64122fe3f74bba6b7f9f2 | 4968ff435300eab892e0e3c7e709c6a5bd152d6d | refs/heads/master | 2020-04-07T04:12:19.276962 | 2017-01-14T06:17:29 | 2017-01-14T06:17:29 | 26,277,462 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 355 | java | import java.util.ArrayList;
import java.util.Map;
public class Pull
{
private Map<String, ArrayList<Report>> machinesReports;
// constructor
public Pull(Map<String, ArrayList<Report>> machinesReports)
{
this.machinesReports = machinesReports;
}
public Map<String, ArrayList<Report>> getMachinesReports()
{
... | [
"panosracing@hotmail.com"
] | panosracing@hotmail.com |
c318d7fa5596cbcd88fe216b158f2ec2b5888ee4 | 18644dae6df26cca0aaa428e828a2f7348f1d239 | /src/main/java/com/dav/javacore/java/util/resourceBundle/ResourceBundleDemo.java | b97b8fc9cddbcdde75ba4cef0baa1c802d831d97 | [] | no_license | DuongVu089x/JavaCore | bd592dce70f8baaca4c44f634bd387427d9f018a | b4170c11be4a42c5f860330b1511dd8b7ed874d7 | refs/heads/master | 2021-01-21T12:27:29.410363 | 2017-09-07T04:20:36 | 2017-09-07T04:20:36 | 102,068,946 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 533 | java | package com.dav.javacore.java.util.resourceBundle;
import java.util.Locale;
import java.util.ResourceBundle;
public class ResourceBundleDemo {
public static void main(String[] args) {
Locale.setDefault(new Locale("vn","VN"));
//ResourceBundle resourcebundle = ResourceBundle.getBundle("demoResourc... | [
"duonganhvu089x@gmail.com"
] | duonganhvu089x@gmail.com |
c7ffb936c18af33060316f38ed1059141029f0eb | bd1f3decd59ade0efcc8980eff6f97203311abf9 | /src/main/java/com/areatecnica/sigf/converters/ModeloMarcaBusConverter.java | 42110d32f88f5fe4ff993ab3ffcf14543ad511cb | [] | no_license | ianfranco/nanduapp | f4318755d859f57f50b94f0b67f02797a91634e6 | 330682a8666d0d30ac332caabe75eefee822f2d4 | refs/heads/master | 2021-03-24T12:48:03.761910 | 2018-01-08T16:58:06 | 2018-01-08T16:58:06 | 112,971,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,922 | java | package com.areatecnica.sigf.converters;
import com.areatecnica.sigf.entities.ModeloMarcaBus;
import com.areatecnica.sigf.controllers.ModeloMarcaBusFacade;
import com.areatecnica.sigf.beans.util.JsfUtil;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.faces.convert.FacesConverter;
import ... | [
"ianfr@DESKTOP-6NFGECR"
] | ianfr@DESKTOP-6NFGECR |
8b52d76d7ce6ed57ab897f2144b2593249eac835 | b5f09e447815fe0ce242467ecc729bf23bd9f497 | /src/main/java/com/cts/ptms/model/confirm/request/LabelStockSizeType.java | 52a61f67014600f2d67ccaa689160826e5fc3829 | [] | no_license | Innovlab/COMS | c6d386b6eb6aea503fda7c39aa2f9e17459f1df6 | 3a05dc7c48e54bd7ac5f98b1aaf960f73b092db0 | refs/heads/master | 2016-08-12T21:10:43.525613 | 2016-04-08T04:18:34 | 2016-04-08T04:18:34 | 52,105,167 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,407 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2016.01.27 at 04:45:1... | [
"ragavendran.s2@cognizant.com"
] | ragavendran.s2@cognizant.com |
696191f06352fffa172f5083c81984f66e607409 | 628f9eb20726d3b265d025e5b314d7e11f2914bf | /src/java/controlador/NacionalidadesControlador.java | f98dbba32a53fb38fd6c905f148ab41949ab9b5f | [] | no_license | davidarmoa123456/cedus | f08bfef7d1bf07057774499e6fb602b2f4a5b983 | 64b154f39cf10b6f45a50906ccd69bb847ab794c | refs/heads/master | 2020-11-25T22:45:38.904517 | 2019-12-18T16:33:21 | 2019-12-18T16:33:21 | 228,878,145 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,682 | 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 controlador;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java... | [
"David@LAPTOP-1R5PQ4VJ"
] | David@LAPTOP-1R5PQ4VJ |
e7d5cae59051bf4b047bcf7175cd678a66b736cd | 26f522cf638887c35dd0de87bddf443d63640402 | /src/main/java/com/cczu/aqzf/model/service/AqzfJcnrService.java | dadca354d720c36de0ad4b887b18a6f955ce6f6b | [] | no_license | wuyufei2019/JSLYG | 4861ae1b78c1a5d311f45e3ee708e52a0b955838 | 93c4f8da81cecb7b71c2d47951a829dbf37c9bcc | refs/heads/master | 2022-12-25T06:01:07.872153 | 2019-11-20T03:10:18 | 2019-11-20T03:10:18 | 222,839,794 | 0 | 0 | null | 2022-12-16T05:03:09 | 2019-11-20T03:08:29 | JavaScript | UTF-8 | Java | false | false | 2,749 | java | package com.cczu.aqzf.model.service;
import com.cczu.aqzf.model.dao.AqzfJcnrDao;
import com.cczu.aqzf.model.entity.AQZF_SafetyCheckContentEntity;
import com.cczu.sys.comm.utils.DateUtils;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import javax.annot... | [
"wuyufei2019@sina.com"
] | wuyufei2019@sina.com |
a0d039e0a5333981002546a7f7fd429c6fdf26ca | c225b85e686aefdb4797eab81593396fa140580c | /api/src/test/java/com/withblacks/api/rest/toolbox/RestActionResponseTest.java | 26a7cd718d29900fa3b51081a9c9dc6eff4f7baf | [] | no_license | utnas/with-blacks | 525c1b567779feebc72bc1fdcfc93a470215c943 | ef8e416b9cd7798e6467adf91b92bf39bf74f514 | refs/heads/master | 2020-04-23T17:19:50.387949 | 2015-11-02T21:27:36 | 2015-11-02T21:27:36 | 35,647,337 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,469 | java | package com.withblacks.api.rest.toolbox;
import com.withblacks.api.business.entities.user.GENDER;
import com.withblacks.api.facade.user.dto.UserDto;
import com.withblacks.api.business.layers.user.UserMockHelper;
import org.junit.Before;
import org.junit.Test;
import org.springframework.http.ResponseEntity;
import sta... | [
"nsewolo@gmail.com"
] | nsewolo@gmail.com |
783f891927512dfee0c31cf72bf82a9194e2b1bc | 65fd6837b176867d8a15f4b294bf840cd38ac970 | /src/main/java/org/chenguoyu/leetcode/array/Solution53.java | 4063a81e3d227563e0fc1ed61256443895621551 | [] | no_license | chenguoyu96/leetcode | b34d43450c454accff7be9cfa2dd78b8664f143d | b007564154bf4b91a941f824021b74d4462bffbd | refs/heads/master | 2022-06-24T17:16:14.236808 | 2020-05-18T14:18:27 | 2020-05-18T14:18:27 | 237,926,589 | 0 | 0 | null | 2020-10-13T19:14:09 | 2020-02-03T09:17:02 | Java | UTF-8 | Java | false | false | 787 | java | package org.chenguoyu.leetcode.array;
import org.junit.Test;
/**
* 53. ๆๅคงๅญๅบๅ
* ็ปๅฎไธไธชๆดๆฐๆฐ็ป nums ๏ผๆพๅฐไธไธชๅ
ทๆๆๅคงๅ็่ฟ็ปญๅญๆฐ็ป๏ผๅญๆฐ็ปๆๅฐๅ
ๅซไธไธชๅ
็ด ๏ผ๏ผ่ฟๅๅ
ถๆๅคงๅใ
*/
public class Solution53 {
/**
* ่พๅ
ฅ: [-2,1,-3,4,-1,2,1,-5,4],
* ่พๅบ: 6
* ่งฃ้: ่ฟ็ปญๅญๆฐ็ป [4,-1,2,1] ็ๅๆๅคง๏ผไธบ 6ใ
*
* @param nums
* @return
*/
public ... | [
"chenguoyu96@foxmail.com"
] | chenguoyu96@foxmail.com |
412bf38f55a98b9551b856e2dc6b96a2f3368a9e | 1cc7be95f1de8d54459261ff914f224537c42756 | /jpa-support/src/test/java/org/zxb/JpaApplication.java | b46c525418221f96f734506c26f50dee670bbc8d | [] | no_license | zeixiaobai/zxb | a5d167fe127646a30512aa96230f844c8d52c1b6 | d1d8b9aeced2f8b66ebf8aa98226403d76d9e133 | refs/heads/master | 2022-07-08T16:14:26.031876 | 2020-10-30T11:48:06 | 2020-10-30T11:48:06 | 231,355,044 | 0 | 0 | null | 2021-09-02T07:15:39 | 2020-01-02T10:04:36 | Java | UTF-8 | Java | false | false | 424 | java | package org.zxb;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.transaction.annotation.EnableTransactionManagement;
@SpringBootApplication
@EnableTransactionManagement
public class JpaApplication {
public ... | [
"1250145226@qq.com"
] | 1250145226@qq.com |
db7d90efe387febd91253a8078c021d59ba054a7 | e679e9f563cef53abcbc956ea7d966fd181fe170 | /src/eap-common/src/main/java/com/mk/eap/common/cache/RedisCallback.java | acc7e8ef51a713f9e5fd663658945fe5c24a8f94 | [
"MIT"
] | permissive | mk-js/mk-eap | 312d25ca9100fdbd6e655514868fbb669a5462f5 | e2dca4a0dfc252ed99347170813e64e4fcf12dde | refs/heads/master | 2020-04-12T22:00:45.334523 | 2018-12-27T08:55:04 | 2018-12-27T08:55:04 | 162,778,800 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 215 | java | package com.mk.eap.common.cache;
import org.springframework.data.redis.connection.RedisConnection;
/**
* @author gaoxue
*/
public interface RedisCallback {
Object doWithRedis(RedisConnection connection);
}
| [
"lsg@rrtimes.com"
] | lsg@rrtimes.com |
e9f6708b7c5d985055d81ca7a6ca5977a761851e | 78348f3d385a2d1eddcf3d7bfee7eaf1259d3c6e | /examples/protocol-languages/FMPL/src/fmpl/State.java | 6381343a191a107c0880b8de54d7b8448787471c | [] | no_license | damenac/puzzle | 6ac0a2fba6eb531ccfa7bec3a5ecabf6abb5795e | f74b23fd14ed5d6024667bf5fbcfe0418dc696fa | refs/heads/master | 2021-06-14T21:23:05.874869 | 2017-03-27T10:24:31 | 2017-03-27T10:24:31 | 40,361,967 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,153 | java | /**
*/
package fmpl;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>State</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link fmpl.State#getName <em>Name</em>}</li>
* </ul>
* </p>
*
* ... | [
"damenac@gmail.com"
] | damenac@gmail.com |
4465c94ed86558d0e42da21f40fe47609cec426d | fe09a8e183ac72c1ddd1d69af691aa5d924a9120 | /rezervaceHotel/src/test/java/com/github/pehovorka/rezervaceHotel/TestRezervace.java | 36dcf4f8820a0ae353218bd247791616a1a31958 | [] | no_license | pehovorka/rezervaceHotel | 9861436a606438cb79a3542b7e8ae3f2835d8331 | 9c8ab65849c0132d88ac11698ff67b0d100efbf6 | refs/heads/master | 2021-04-12T09:34:27.808962 | 2018-06-03T19:57:51 | 2018-06-03T19:57:51 | 126,342,434 | 1 | 0 | null | 2018-06-03T19:57:52 | 2018-03-22T13:51:00 | Java | UTF-8 | Java | false | false | 1,804 | java | package com.github.pehovorka.rezervaceHotel;
import static org.junit.Assert.assertTrue;
import java.time.LocalDate;
import org.junit.Before;
import org.junit.Test;
import com.github.pehovorka.rezervaceHotel.logika.Hotel;
import com.github.pehovorka.rezervaceHotel.logika.NovaRezervace;
import com.github... | [
"36510532+kadesnikov@users.noreply.github.com"
] | 36510532+kadesnikov@users.noreply.github.com |
8b3aefa1b5558a2b18846b38e701e69d6d2d8de9 | 0bf5c8a42ecbdd8ba2bebff09d14e0a8c09bf869 | /DeBasis/src/h03volgendeDag/Main.java | 01818e7f81148c7141aaf45bc5f06611d90593a7 | [] | no_license | reshadf/Java | 8b92e22c877ae0cb4bda5873e2971f6ca9e63819 | 9de57a32fdf3b7ed689ab954cf90c830e1397079 | refs/heads/master | 2016-09-06T19:21:01.645495 | 2013-09-04T08:54:03 | 2013-09-04T08:54:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 145 | java | package h03volgendeDag;
public class Main {
/**
* @param args
*/
public static void main(String[] args) {
new VolgendeDag();
}
}
| [
"reshadfar@gmail.com"
] | reshadfar@gmail.com |
ae0ca8b40bc3e23d7f8318e3e0944738af38754a | 192cb8f7c6dac62a455940b6efbf98d002458ce0 | /src/com/px/common/dao/CommonDao.java | 0a21df7c4dbaf4af39a6c14987d32fdca8c762ed | [] | no_license | vivian123an/px_management_web | a1c526ccc53adc84063b9161229eeb831f56f338 | 062297fd0fa05d4f1149d1fcd1114e081819099f | refs/heads/master | 2021-03-12T23:35:33.873558 | 2015-05-19T10:26:25 | 2015-05-19T10:26:25 | 35,771,024 | 0 | 3 | null | null | null | null | UTF-8 | Java | false | false | 454 | java | package com.px.common.dao;
import java.io.Serializable;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
import org.springframework.data.repository.NoRepositoryBean;
/**
* ๅบ็กdao
* @author jeff
* @param <E>
* @param <ID>
*/
@NoR... | [
"543201721@qq.com"
] | 543201721@qq.com |
edb6e4012238cfdc6646fd6326e07e462961128b | 8716ca2c09c820bc79b2baaed21e74738e8448da | /Proj-90_AssocationMapping_XmlDriven_UsingMap/src/main/java/com/rj/entity/Persion.java | 573cfa5e99d953c7ffae42cfe94adf49105fc8ce | [] | no_license | RjJavaTemple/Hibernate-Repo | 7153f5be10bad978a4a1edebd432d1d787b79c18 | 2aa4356b3c6dc0847f30f1829819010fe8eeb72b | refs/heads/main | 2023-08-26T05:24:12.148477 | 2021-11-11T13:57:54 | 2021-11-11T13:57:54 | 426,880,789 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 737 | java | package com.rj.entity;
import java.util.List;
import java.util.Map;
import java.util.Set;
import lombok.Getter;
import lombok.NonNull;
import lombok.RequiredArgsConstructor;
import lombok.Setter;
@Setter
@Getter
@RequiredArgsConstructor
public class Persion
{
private Integer PId;
@NonNull
private String P... | [
"javatemplerjdjman@gmail.com"
] | javatemplerjdjman@gmail.com |
4674e2de6cf3ae4ec43af794781688b8b066190b | ea146c9aeeb11fcbafaf7cc5fc8ad47fe4360a91 | /src/main/java/pt/paulosantos/betfair/aping/enums/ApiNgOperation.java | 36f7a3ef8fa0d376f851f4f205d0e3fd2312f8cd | [] | no_license | paulo-santos/bf-aping-client | 6cb748aa2f7d0804687de0d98eca83106367209b | dcbe9e8223f3c5d0348795f5149154a38288b655 | refs/heads/master | 2021-01-01T19:24:27.019373 | 2015-05-25T08:45:10 | 2015-05-25T08:45:10 | 18,497,428 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,455 | java | package pt.paulosantos.betfair.aping.enums;
import com.betfair.aping.betting.entities.*;
import com.fasterxml.jackson.core.type.TypeReference;
import pt.paulosantos.betfair.aping.dto.rpc.container.*;
import java.util.List;
/**
* Created by Paulo. 19-04-2014.
*/
public enum ApiNgOperation {
LIST_EVENT_TYPES(
... | [
"email@paulosantos.pt"
] | email@paulosantos.pt |
fcbbc42f16abc972c759931fdf1816d949ab08df | 5515530c08384ee8c006b8d6300911b84271a09e | /day24-code/src/com/xpzt/day24/demo04/Demo01Reader.java | 167a40b5f0dc6a653be4307b23b8ab5cf695ce86 | [] | no_license | Xpccccc/Java | abb86278ba3b0c3929e0871768750c7147e03647 | 3a7c9da3577e051c142f57c0b8dac60e0cb73026 | refs/heads/master | 2023-03-01T21:13:49.637574 | 2021-01-30T09:14:28 | 2021-01-30T09:14:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,355 | java | package com.xpzt.day24.demo04;
import java.io.FileReader;
import java.io.IOException;
/*
* java.io.Reader:ๅญ็ฌฆ่พๅ
ฅๆต,ๆฏๅญ็ฌฆ่พๅ
ฅๆต็ๆ้กถๅฑ็็ถ็ฑป,ๅฎไนไบไธไบๅ
ฑๆง็ๆๅๆนๆณ,ๆฏไธไธชๆฝ่ฑก็ฑป
*
* ๅ
ฑๆง็ๆๅๆนๆณ:
* int read() ่ฏปๅๅไธชๅญ็ฌฆๅนถ่ฟๅ
* int read(char[] cbuf) ไธๆฌก่ฏปๅๅคไธชๅญ็ฌฆ,ๅฐๅญ็ฌฆ่ฏปๅ
ฅๆฐ็ป
* void close() ๅ
ณ้ญ่ฏฅ็ๅนถ้ๆพไธไนๅ
ณ่็ๆๆ่ตๆบ
*
* java.io.FileReader extends InputS... | [
"1014647664@qq.com"
] | 1014647664@qq.com |
b5c74b76038047cca76306af0e6cf7ab47217edb | 366bc1e3848f2291ffcb270c36d71b44df1fcec1 | /app/src/main/java/smartassist/appreciate/be/smartassist/utils/TypefaceHelper.java | 28ab0c9ad5128d54bdb2574fe0cef3658df53495 | [] | no_license | henridev/City-Assistant | 0e208cacd9e1180500b60bdf3bc4a629ac906bfb | 841804fed77f6d2f33ef5fe81f178eff97eb1fe5 | refs/heads/master | 2021-06-10T13:12:13.057279 | 2016-11-08T09:45:32 | 2016-11-08T09:45:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,644 | java | package smartassist.appreciate.be.smartassist.utils;
import android.content.Context;
import android.graphics.Typeface;
/**
* Created by Inneke De Clippel on 19/01/2016.
*/
public class TypefaceHelper
{
private static Typeface typefaceRegular;
private static Typeface typefaceBold;
private static Typeface... | [
"ismael@silverback-it.be"
] | ismael@silverback-it.be |
9dfa1121b4a3652b7f8ddb01f5450860bc3a592e | e1fb43466c81143a5d0353fac5b48ae9ebca8583 | /src/main/java/me/learmonth/iain/onionoo/Pair.java | daefd53e7a63418d07c398c5a80666e477fb2bc5 | [] | no_license | irl/java-onionoo | b26e06e8079fb1e87f8e749d59d51be34845ae68 | a63007d25b9863df1853cf3370eb0cec3cf74626 | refs/heads/master | 2021-04-26T00:31:07.148370 | 2017-10-17T20:50:49 | 2017-10-17T20:50:49 | 107,322,334 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,111 | java | /*
* Onionoo
* Onionoo
*
* OpenAPI spec version: 4.2
*
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually.
*/
package me.learmonth.iain.onionoo;
@javax.annotation.Generated(value = "io.swagger.... | [
"irl@fsfe.org"
] | irl@fsfe.org |
526fe7c07da7e4332ffb0e0c8959c569edaca356 | b083122c392406f3f8d646dae6ad7ba21fee8d12 | /app/src/main/java/com/croteam/crobird/adapter/MenuAdapter.java | 202633b187d5a5c70efcf104c30fd839c5e5e442 | [] | no_license | mthu1006/crobird | 0df57221d271469b1ab25adf0946cf37c1a59b00 | 5ca590f9d629048a42a64a534865b6ab733a0511 | refs/heads/master | 2020-04-23T15:48:16.023866 | 2019-05-05T14:43:56 | 2019-05-05T14:43:56 | 171,277,158 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,260 | java | package com.croteam.crobird.adapter;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import com.croteam.crobird.R;
import com.cro... | [
"mthu1006@gmail.com"
] | mthu1006@gmail.com |
4175b0effc32bfce61d5f9c093ab4cb5052ff7a7 | e752d93e5e89541c3fdea16ba055d6dd4986a396 | /src/com/snap/beans/NearbyKey.java | 8cedc1b19238d4a0479a23edff815b63edca89f3 | [] | no_license | weaveranoop/shopping-around | 6fec0ef6fe286ee28bc9671780a99adb4cb6816f | 4612c917222d610507fe86fdef7cc0d6426ed79d | refs/heads/master | 2021-01-10T21:56:05.112425 | 2015-08-14T17:28:31 | 2015-08-14T17:28:31 | 40,611,173 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 433 | java | package com.snap.beans;
import java.io.Serializable;
public class NearbyKey implements Serializable{
private int sector;
private int nearby_sector;
public int getSector() {
return sector;
}
public void setSector(int sector) {
this.sector = sector;
}
public int getNearby_sector() {
return nearby... | [
"anoop.shukla@L-G5Z6152.jasperindia.local"
] | anoop.shukla@L-G5Z6152.jasperindia.local |
9f7ef80a3834e0622c3b2f1a36e605f3713475c6 | 51f18acb95ca43fa3dd0eb0345f0c6b5f3f56a2e | /app/src/main/java/com/hcmut/admin/bktrafficsystem/repository/remote/model/request/ReportRequest.java | 2147392d923b289382d8902a67320569c83d1180 | [] | no_license | daipham2506/trafficsystemclient | 0070e572e4f28bf741aeea6d0bb608f39ce64dc1 | aef1d7947ef728bda960ada0589e7583850aeb0e | refs/heads/master | 2023-03-06T02:24:32.704785 | 2021-02-22T12:32:40 | 2021-02-22T12:32:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,779 | java | package com.hcmut.admin.bktrafficsystem.repository.remote.model.request;
import android.app.Activity;
import android.app.ProgressDialog;
import android.content.Context;
import android.util.Log;
import android.widget.Toast;
import androidx.annotation.NonNull;
import com.google.android.gms.maps.model.LatLng;
import co... | [
"duonghoaiphong65@gmail.com"
] | duonghoaiphong65@gmail.com |
14d158ae268173ab6242a5da458afd03e6de6bcf | cece74aaf88a8563ca91fb9e12fff553839f7179 | /src/main/java/com/dastex/javaword/utils/CreateDataBAse.java | 91bac44a685a0fef5d8639930fbd1b3b1209120c | [] | no_license | aymenlaadhari/WordJava | d490b809f04cc321a8765d8afd7bdc97c8827d20 | f7b8aeb74f9c6ce16d1c2a39fc8f9d71a6f8427a | refs/heads/master | 2021-01-01T05:06:40.503721 | 2016-05-23T15:02:59 | 2016-05-23T15:02:59 | 57,960,962 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,965 | 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.dastex.javaword.utils;
import java.sql.Connection;
import java.sql.DatabaseMetaData;
import java.sql.DriverManage... | [
"aladhari@WS_57.domdtx01.dastex.de"
] | aladhari@WS_57.domdtx01.dastex.de |
d127ea32eadae0e1ae64ba4a34250daff62545f9 | 47fca40b9c30c23f8e3f4d7339730db0caed2921 | /xiupuling_android/app/src/main/java/com/gohoc/xiupuling/ui/terminal/InputTerminalNumberActivity.java | d4784a4ef909f80b4bb0d0f7939969cf5b3f9820 | [] | no_license | KenSuperboy/xiupuling_wjj | 8787d6a19d0226fb6b41bee0c0bba3c9c078cd0d | a2ae4828937fafc9503317aaaed851c9b8ee9380 | refs/heads/master | 2021-08-15T04:35:29.275110 | 2017-11-17T10:02:39 | 2017-11-17T10:02:39 | 111,085,935 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,226 | java | package com.gohoc.xiupuling.ui.terminal;
import android.content.Intent;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.KeyEvent;
import android.view.MotionEvent;
import android.view.View;
import android.view.inputmethod.EditorInfo;
import android.widget.TextView;
import android.widget.Toa... | [
"623712402@qq.com"
] | 623712402@qq.com |
18b98a88771005ca6c1c1bde728a8d4d273294f9 | 54ff1e25087a5660f034342bcbccd4c645a65f0c | /lesson7hw/src/main/java/ru/geekbrains/android3_6/di/AppComponent.java | 3d10ded412eccfa2206701c62b331210215c6254 | [] | no_license | Keos99/GU_Android_Popular_Libraries | 2229592cbcc2b46086a55f6587cfc7874c5a566f | f5cd75e890e675dd9aed6e364f5839dc8047f3a9 | refs/heads/master | 2020-04-16T18:56:04.783894 | 2019-02-27T14:00:03 | 2019-02-27T14:00:03 | 165,840,566 | 0 | 0 | null | 2019-02-27T14:00:04 | 2019-01-15T11:39:11 | Java | UTF-8 | Java | false | false | 502 | java | package ru.geekbrains.android3_6.di;
import dagger.Component;
import ru.geekbrains.android3_6.di.modules.*;
import ru.geekbrains.android3_6.mvp.presenter.MainPresenter;
import ru.geekbrains.android3_6.ui.activity.MainActivity;
import javax.inject.Singleton;
@Singleton
@Component(modules = {
AppModule.class,
... | [
"keos99@bk.ru"
] | keos99@bk.ru |
ca56f5c7647cfb89c417b77e626a1a910a14c23b | 0ecfe09cd606fbb8a4f2853e6ed88ca55c215264 | /ICS-2101-master/LAB 0/Calculations/src/operations/Calculator.java | ccd4a66560d36168b8e9bbf710ee0ed62a3182a4 | [] | no_license | munene04/lab5-6 | 4fe10cd0c64f075863b88455b8a276bfb3901d21 | f60c7b8218f1ec20ee62aa165d76dd4d05fe4b7c | refs/heads/master | 2021-05-06T10:41:37.012307 | 2017-12-13T19:42:16 | 2017-12-13T19:42:16 | 114,160,416 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 625 | 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 operations;
/**
*
* @author Don Stefan
*/
public class Calculator extends Arithmetic {
public int sub;
@Override
publ... | [
"muneneevans04@gmail.com"
] | muneneevans04@gmail.com |
cec0e79efec70c6c6392f9167d48364f48325feb | 8f79a1de34fb80e44bb3494c11ae327385fd6e7f | /cloudalibaba-consumer-nacos-order83/src/main/java/com/atguigu/springcloud/OrderMain83.java | ba15d2d8d7640d98a4dfbd3836a0dd07586563b9 | [
"Apache-2.0"
] | permissive | luwenjit/SpringCloud-2020-Hoxton-SpringCloud-alibaba | fe6571025f008f98d22447c881e82967d96fbec1 | 3cd3782d187ba2d56ea6afbfd7c130348b5116f3 | refs/heads/master | 2022-04-26T06:31:24.986904 | 2020-04-24T05:46:02 | 2020-04-24T05:46:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 461 | java | package com.atguigu.springcloud;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
/**
* @author ็ๆณ
* @date 2020/4/21 11:47
*/
@SpringBootApplication
@EnableDiscoveryClient... | [
"wangliu.ah@qq.com"
] | wangliu.ah@qq.com |
591d747e0da2cec287c0a4262b3fccf5306c2b26 | e9652137be9ce957a7a75973bfa512e7a00aa91d | /src/main/java/com/romkudev/api/test/Item.java | 44e006be47455db55f9e9349720cfb86b51f4261 | [] | no_license | vo0a/bithumb-spring-boot-webflux-mongo | 2be9e8ddc7eeea04d2585c8707f94e9bfbedfdcd | bc890fcce1e1167b9f5f1c15098cf0335e534152 | refs/heads/main | 2023-08-16T09:04:12.271732 | 2021-09-24T17:13:03 | 2021-09-24T17:13:03 | 406,099,414 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,055 | java | package com.romkudev.api.test;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.*;
@NoArgsConstructor
@Entity
@Data
@Table(name = "items")
public class Item {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
@Column(name = "item_id")
private Long... | [
"vo0a195@gmail.com"
] | vo0a195@gmail.com |
86c1192f4febe22ee8592ecc1f1291d51ea3327e | 50763b587be4463b91dd8a7888e6698c6fcac849 | /app/src/main/java/com/ets/gd/NetworkLayer/ResponseDTOs/SyncPostEquipment.java | 3107da7fdcdf21bdcd547fc36d95d52efff86001 | [] | no_license | hassan-akhtar/GD | b0ddc0afaf4437a02d818929093dfe863a83d267 | 743f5d4dc1759d9a001cf48f04386bd14111e98e | refs/heads/master | 2021-01-22T19:25:56.739977 | 2017-08-25T10:30:34 | 2017-08-25T10:30:34 | 85,197,313 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,104 | java | package com.ets.gd.NetworkLayer.ResponseDTOs;
public class SyncPostEquipment {
private int ID;
private String Code;
private String status;
private String Operation;
private String ErrorMessage;
private int ErrorCode;
public int getID() {
return ID;
}
public void setID(... | [
"hakhtar@cinnova.com"
] | hakhtar@cinnova.com |
3ece116a37a396eb8e5a409d4fdae659ea5c1b9b | 484aa8477633739f34dbbcc8e2decf62c88c8175 | /JavaBasic/src/com/syntax/class05/ScannerAndLogical.java | 05a50a90e45d86218924a72a4f5f72ac4c3c11f9 | [] | no_license | samuelwoldegiorgis/Sam-s-Batch6 | d3bfdef6b29086107e9ac5b3c2299479fad6b30e | 37f6079eb7b443b833ea115151a87455e6796fd0 | refs/heads/master | 2021-05-18T22:21:09.342286 | 2020-04-13T23:52:35 | 2020-04-13T23:52:35 | 251,451,863 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 118 | java | package com.syntax.class05;
public class ScannerAndLogical {
public static void main(String[] args) {
//*
}
}
| [
"samgmil19@gmail.com"
] | samgmil19@gmail.com |
4f0234306013563caece989f7a470b2a171c3eef | 210e85f44adc4c12cfe7e506c2e9cbe8e05d27ed | /cloud-consumer-order80/src/main/java/com/springcloud/lb/ILoadBalancer.java | 34a6cd51a84ba12e1e4f39d7fe2f988b5ca327e0 | [] | no_license | xu-hao-tian/springCloud | e11f8ca2b57c3ee6c4e5b92d08ffcadf5190348d | 5f5b295c1ebca35f1fa8a3c7678acdae668adc31 | refs/heads/master | 2023-07-17T13:43:01.374762 | 2021-08-29T09:38:59 | 2021-08-29T09:38:59 | 392,572,992 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 400 | java | package com.springcloud.lb;
import org.springframework.cloud.client.ServiceInstance;
import java.util.List;
/**
* Created with IntelliJ IDEA.
*
* @Author: ่ฎธๆๅคฉ
* @Date: 2021/08/10/11:25
* @Description:
*/
public interface ILoadBalancer {
/**
* ไผ ๅ
ฅๅ
ทไฝๅฎไพ็้ๅ๏ผ่ฟๅ้ไธญ็ๅฎไพ
*/
ServiceInstance instances(Li... | [
"ithation@163.com"
] | ithation@163.com |
b1802d35a522ee5dfb461e7c05f098401640a7a4 | 1ff75fd4bbc4aedd4148d3a5ce2839d24c4f7f2e | /app/src/main/java/me/gavin/riverislandapp/categoryFragments/TopsFragment.java | f703075d8ffc1888bc9dffabb3a40a6382aa4c06 | [] | no_license | girvain/RiverIslandApp | 9d61ae94ce65cbdf9a466c7d6845a7ee1555c3f0 | 96794d1d55d6903a8820e976639bc5a2c637748d | refs/heads/master | 2022-12-19T14:00:00.090435 | 2020-09-30T11:11:27 | 2020-09-30T11:11:27 | 296,173,235 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 930 | java | package me.gavin.riverislandapp.categoryFragments;
import android.os.Bundle;
import androidx.fragment.app.Fragment;
import androidx.navigation.NavDirections;
import androidx.navigation.Navigation;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import java.util.List;
im... | [
"gavinross88@hotmail.co.uk"
] | gavinross88@hotmail.co.uk |
7694c1dea4b201a9b3ff5a3b31cdd52702853bdf | b6c8328795a028735f98a8c81e3bc95b1caadf4c | /app/src/main/java/com/example/coustombanner/view/CornerImageView.java | e0f8d1309b2b0c5c4c99030b14f41eeee9e26b1f | [] | no_license | CasWen/coustombanner | 1d7221e048a05b983ee331b822e9c089abcb85c0 | dff7b11e179396fbd539b70eab09b9def4872cf3 | refs/heads/master | 2020-07-11T16:52:21.400342 | 2019-08-27T02:10:29 | 2019-08-27T02:10:29 | 204,599,169 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,414 | java | package com.example.coustombanner.view;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Canvas;
import android.graphics.Matrix;
import android.graphics.Paint;
import android.graphics.PorterDuff;
import... | [
"kevin.zhong@foreo.com"
] | kevin.zhong@foreo.com |
20aefce39560a7fe46a420b8f2f5d6608b0ffc8e | 6cb6e62958de2869ac75d6a94d8648069decb22d | /SunShine/app/src/main/java/org/airpic/clinton/sunshine/MainActivity.java | a24f27a977d11e65fe3323fdbf6131fb1322639e | [] | no_license | inferno1005/Android | b815965ce2e9ed09f26b96393c1a4795d2da958a | b3f95e6dc0abf07396622b22e4abc16e8c897c9c | refs/heads/master | 2021-01-25T03:54:58.691073 | 2014-08-07T22:07:24 | 2014-08-07T22:07:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,282 | java | package org.airpic.clinton.sunshine;
import android.os.Bundle;
import android.support.v7.app.ActionBarActivity;
import android.view.Menu;
import android.view.MenuItem;
public class MainActivity extends ActionBarActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(... | [
"inferno1005@gmail.com"
] | inferno1005@gmail.com |
80a7fb6c0933b75f1eb2924f94ab5be1bf3119c1 | ced962b409105817fad8e5ebf400a763ffdc1e77 | /src/main/java/com/qwazr/cluster/client/ClusterSingleClient.java | eea3563c370cc6f94e6575a2096d1f81d98dd15e | [
"Apache-2.0"
] | permissive | Sebastien-Andrivet/qwazr-cluster | 0472bdf88ea97cae729c41db4e553dc99b3539a6 | 3efcc7965a5a95eb37a30e99faaa50be3afbe394 | refs/heads/master | 2021-01-22T01:18:37.508807 | 2015-04-20T08:32:29 | 2015-04-20T08:32:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,457 | java | /**
* Copyright 2015 OpenSearchServer 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 ... | [
"ekeller@open-search-server.com"
] | ekeller@open-search-server.com |
59d6c03f8f9005d91491917576372c963fea2268 | cfe0817b8498055dc7b07800195e0fcefdd24e1a | /src/day08_IfStatement/Timer.java | 0256b7224f0be20e2751f1b4f638eb2637e3807f | [] | no_license | faatihyucel/Spring2020B18_Java | f689b2ce7ad360c1f751f266dc9b0286c4450fa7 | d5f7668cf81bbde2047ad7ce63719ffdea6df925 | refs/heads/master | 2022-04-24T01:46:42.378610 | 2020-04-27T15:50:14 | 2020-04-27T15:50:14 | 257,792,116 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,035 | java | package day08_IfStatement;
import java.util.Scanner;
public class Timer {
public static void main(String[] args) throws Exception {
Scanner scan = new Scanner(System.in);
System.out.println("please enter the number of minutes");
int minutes = scan.nextInt();
for (int i = minutes; i >... | [
"faatihyucel@gmail.com"
] | faatihyucel@gmail.com |
1cb75c52a42743a133a5993292d0fae2a8480ce8 | 0654c43e9e1d000dd40b203f8745e936c4850d25 | /app/src/main/java/com/android/sampleArch/contract/IIpresenter.java | 62e76db7ab8683820589073897e0f218bcd3648e | [] | no_license | amitkumar0000/android-arch-webservices | 8b694c90e01f34e567068cac04af142a04370d8c | 9a050df7593c96c7f77237dce2101625b3f55eca | refs/heads/master | 2020-03-28T14:12:11.093533 | 2018-09-12T11:16:51 | 2018-09-12T11:16:51 | 148,466,463 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 133 | java | package com.android.sampleArch.contract;
import android.view.View;
public interface IIpresenter {
void getImage(String url);
}
| [
"amit.ap1924@gmail.com"
] | amit.ap1924@gmail.com |
2e78d547e0cd82ac05f4db884eb3fe07889c8ddd | e9a505a52e6b423ecf8427154f4c292ee78974c8 | /src/test/java/apicode/PostRequest.java | 20c8dc4debf5d47a7f67917be1a7f491ea6f8ea7 | [] | no_license | vinjavarapu/RestAssured | b6e4324c9edf6668c5edc6956f867763d31be7fc | 2e8cb5c2929ff6b99c49d502e80dcf7c27895862 | refs/heads/master | 2023-05-13T19:14:58.813718 | 2020-07-25T16:48:44 | 2020-07-25T16:48:44 | 282,484,164 | 0 | 0 | null | 2023-05-09T18:52:09 | 2020-07-25T16:39:13 | HTML | UTF-8 | Java | false | false | 1,197 | java | package apicode;
import org.json.simple.JSONObject;
import org.testng.Assert;
import org.testng.annotations.Test;
import io.restassured.RestAssured;
import io.restassured.http.Method;
import io.restassured.response.Response;
import io.restassured.specification.RequestSpecification;
public class PostRequest {
@S... | [
"vinjavarapu@gmail.com"
] | vinjavarapu@gmail.com |
ee7ff856f837dae58527e8fbfafcb127ac596d7d | a57628360262f535dddca028008ee723ca8ff23d | /.metadata/.plugins/org.eclipse.wst.server.core/tmp0/work/Catalina/localhost/bookWEB/org/apache/jsp/check_jsp.java | 17d1eaf0826e65908b5c97a0a4cc9a087acf6650 | [] | no_license | linya1311/BookStore | 31d00ed949d7e9ac601bc723397cffb74d3ccc82 | 0d6602a07e16a08f1ecaad1879018e1969adbc7d | refs/heads/master | 2020-06-09T23:58:07.798317 | 2019-06-24T15:46:20 | 2019-06-24T15:46:20 | 193,530,376 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,601 | java | /*
* Generated by the Jasper component of Apache Tomcat
* Version: Apache Tomcat/8.5.34
* Generated at: 2019-05-29 19:31:26 UTC
* Note: The last modified time of this file was set to
* the last modified time of the source file after
* generation to assist with modification tracking.
*/
package org.ap... | [
"linya1311@gmail.com"
] | linya1311@gmail.com |
8a588f78508937d8b145d8f359a97ba28d90d7c5 | bd2a2fe9337a3c49045698707699acedf9b548a0 | /CS480_GRP/src/map/EMAMapper.java | 25b876dc6193c9675448300a0129a21b1cfbef5a | [] | no_license | sparkison/cs480gp | f4fb0892573c2fbe24561608930f2dde05100955 | 6dfc147a99350dcaf9272524ffc59fd458e6771d | refs/heads/master | 2021-01-01T16:40:11.941660 | 2015-05-08T01:44:41 | 2015-05-08T01:44:41 | 34,696,877 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,295 | java | package map;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.StringReader;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapreduce.Mapper;
import writable.CompositeKey;
import writable.DayStatsWritable;
public class EMAMapper extends Mapper<Object, Text, CompositeKey, DayStats... | [
"shacklefurd@gmail.com"
] | shacklefurd@gmail.com |
b047947d7421dae80910aebe4199f9e208526e97 | a5d618e6c13ee82f115e1a0a48baf97ceb5bbaa4 | /web/resource-server-1/src/main/java/com/sp/sec/web/config/SecurityConfig.java | cf2ca452cdf6f0c2a2ab05c38be3f11a33967ddf | [] | no_license | coolwis/spring-security-junit5-test | 3e390ab8baa9cec111d6a1177883a373c39941d4 | 8398bcfcc938cf1709496b099cd8e50270ec3dcf | refs/heads/main | 2023-07-14T14:34:44.977032 | 2020-11-20T14:19:36 | 2020-11-20T14:19:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,230 | java | package com.sp.sec.web.config;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.sp.sec.user.service.UserService;
import org.springframework.context.annotation.Bean;
import org.springframework.security.authentication.AuthenticationManager;
import org.springframework.security.config.annotation.authenticati... | [
"jongwons.choi@gmail.com"
] | jongwons.choi@gmail.com |
be08c4b5fbc53c1009bcb8197bf00f8d8794f403 | 649980384dfade1ccd4ff788b82f58e7081fef44 | /cs142GivenCode/SnowmanII.java | 6fcd32f413542b0133648ef9b77f563955a85976 | [] | no_license | zenwattage/jav142 | 3d6e4290f40bffb140b626cddba22395817a6213 | 5e9e96e68d80785b65f19ca7fe00b9260d2e079c | refs/heads/master | 2022-11-07T19:10:34.676840 | 2020-06-20T19:15:57 | 2020-06-20T19:15:57 | 267,398,199 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,187 | java | /**
* This is a sample class showing how to use the Nsc graphics components.
*
* @author Dan Jinguji
* @version 1.0
*/
public class SnowmanII {
/*
* Here are some member variables. They are shared by all of the
* members of this class. They are called "fields" by the documentation.
*/
... | [
"zenwattage@gmail.com"
] | zenwattage@gmail.com |
8edbfd29d1c1ee460259de0853c7637d27b6ce28 | cb042f14f60a89a8b03fc61be20164163bd22d97 | /src/hue/edu/xiong/lc0700/lc0700/Main0729.java | e6e102d9bad955ebdc2460e8bb00f4fc47259862 | [] | no_license | XiongYuSong/LeetCode | e9af35142d016ffc956654aa40967c7abb41e819 | c5b4d71a5e731b22ce5c75be594c0a996623db35 | refs/heads/master | 2023-04-12T22:11:59.494683 | 2023-04-10T06:08:21 | 2023-04-10T06:08:21 | 178,651,747 | 1 | 2 | null | 2021-02-05T07:41:10 | 2019-03-31T06:34:43 | Java | UTF-8 | Java | false | false | 2,595 | java | package hue.edu.xiong.lc0700.lc0700;
import java.util.*;
/**
* @author Xiong YuSong
* @date 2020/12/11
*/
public class Main0729 {
public static void main(String[] args) {
MyCalendar obj = new MyCalendar();
boolean param_1 = obj.book(20, 29);
param_1 = obj.book(13, 22);
param_1 =... | [
"โxiongys@feifanuniv.comโ"
] | โxiongys@feifanuniv.comโ |
160125297dd43347f78cb5afce7a8843c7911be5 | af58debce137ae704eb573c2671b89d6aa44f3f9 | /src/main/java/com/waterelephant/dto/BaiduSuccess.java | 9a1ba514138ea1944259d85cf4d491e82b7f27f0 | [] | no_license | String-name-ren/cms | fa547201c00b11f1cd0c77cc3e230645d19e031d | 31a2d7377a72a62a2cfa26c8d3f90351731b4fb9 | refs/heads/master | 2020-05-16T02:56:32.045605 | 2019-04-22T07:41:47 | 2019-04-22T07:41:47 | 182,642,853 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 315 | java | package com.waterelephant.dto;
import lombok.Data;
import java.util.List;
/**
* ๆ่ฟฐ
*
* @author: renpenghui
* @date: 2019-03-28 11:26
**/
@Data
public class BaiduSuccess {
private int success;
private int remain;
private List<String> not_same_site;
private List<String> not_valid;
}
| [
"renpenghui@beadwallet.com"
] | renpenghui@beadwallet.com |
3364e40eea82efe9c3705f55f96cf0d4364e2c09 | 7fbc568f5f502eb0ae405022f7f34c79e0c49234 | /baifei-boot-base-common/src/main/java/org/baifei/common/system/util/JwtUtil.java | 05524270c748526977aeebc56957d7ff7ab046fc | [
"MIT"
] | permissive | yourant/logistics | c6271bae3e2d6add20df0ee7c815652f423e50de | 3989d2f7b3213c6973bc76e7031248b8643ab5b1 | refs/heads/master | 2023-03-23T16:44:34.938698 | 2020-07-03T04:42:31 | 2020-07-03T04:42:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,235 | java | package org.baifei.common.system.util;
import com.auth0.jwt.JWT;
import com.auth0.jwt.JWTVerifier;
import com.auth0.jwt.algorithms.Algorithm;
import com.auth0.jwt.exceptions.JWTDecodeException;
import com.auth0.jwt.interfaces.DecodedJWT;
import com.google.common.base.Joiner;
import java.util.Date;
import javax.servle... | [
"56526925@qq.com"
] | 56526925@qq.com |
cd6b3d30835501ce799a09b032d884429b68bb9b | 6ad4113f016bb17c7bba27db0026cd2c7140c53b | /src/test/java/org/googlesearch/utils/SearchGoogle.java | 18af01d8e91c91791cb5c20e1949d291ca3d57c1 | [] | no_license | vaskocuturilo/GoogleSearch-Selenium | 75dce068d80009bc845fdd4f4881b94121efc8e2 | ddabf081a7e3cb4b94ccb2ca13e268828c93dc69 | refs/heads/master | 2023-04-17T20:01:50.429163 | 2021-04-27T15:21:15 | 2021-04-27T15:21:15 | 83,881,014 | 0 | 0 | null | 2021-04-27T15:21:16 | 2017-03-04T09:04:57 | Java | UTF-8 | Java | false | false | 818 | java | package org.googlesearch.utils;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import static org.googlesearch.utils.DriverMaster.*;
public class SearchGoogle {
private final WebDriver driver;
public SearchGoogle(WebDriver driver) {
this.driver = driver;
}
public Resu... | [
"vaskocuturilo@rambler.ru"
] | vaskocuturilo@rambler.ru |
aa2bc4ed6a19f4566d9bfc95d3dc13f1e6f6e40c | 141efae2dec343c0ae75147b5da11ea65ffd7e76 | /src/test/java/com/forum/dao/ForumMapperTest.java | 0e0e543aadfba56603dab7d8b008bf1b07391751 | [] | no_license | yanhanwen/cusb-forum | e3017f10d3128dc5ee3745d8e5e1f5b573c48581 | 518189831402d297080ef8da3fd95b551c0307b8 | refs/heads/master | 2020-03-27T15:26:47.180449 | 2018-09-19T07:26:26 | 2018-09-19T07:26:26 | 146,718,457 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 978 | java | package com.forum.dao;
import com.forum.ForumApplication;
import com.forum.entity.Forum;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.annotation.Commit;... | [
"913352504@qq.com"
] | 913352504@qq.com |
7d9ae4fd2e6e2875e81521e68a794965e322d728 | 94cf7ad61511961c94ea8ea90ba0a69417c1070f | /nozama/src/main/java/com/nozama/nozama/controller/PictureController.java | be28093abbbea9a4a103e5ce11a25b45bdca1551 | [] | no_license | kjf1245/my-jenkins-app | f94c9d33949b2a8d68c3aff5f77521d43613729f | fb202c832a4423605756f64b58cf36fd47ea17a8 | refs/heads/master | 2021-08-22T11:12:11.293334 | 2017-11-28T20:33:51 | 2017-11-28T20:33:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 74 | java | package com.nozama.nozama.controller;
public class PictureController {
}
| [
"jeffreywu0216@gmail.com"
] | jeffreywu0216@gmail.com |
94e68fbf506ec8a0fb95ebf6bd8d696f84926227 | 40adc51b981134e70a75e5541e1951ca8ef5a32a | /src/main/java/com/zlj/oss/controller/OssDemoController.java | a0f7b73df570b76b6e3d8cf4c3004814e67e9035 | [] | no_license | jiangge0720/oss-demo | 6eb134865f40ce0b0357cde7d031fc2d13daa54d | 06b5a3dd48a5cd9d17de4b36f2177c192d70e4c3 | refs/heads/master | 2022-05-03T09:21:40.427215 | 2020-11-30T08:16:03 | 2020-11-30T08:16:03 | 228,630,323 | 0 | 0 | null | 2022-03-31T18:59:22 | 2019-12-17T14:08:37 | Java | UTF-8 | Java | false | false | 725 | java | package com.zlj.oss.controller;
import com.zlj.oss.sevice.OssDemoService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestParam;
im... | [
"486875780@qq.com"
] | 486875780@qq.com |
0d32eef4ad40c62633b4a079097e7fbba748ae22 | 880ab2c8160b5aa2469d094c8f319e37937eec8e | /src/test/java/shop/data/DataTest.java | bdff21ed2ce4eb66ee6d0613cac8b0a41e1eb22f | [] | no_license | Jonathan-Martyka/SE333-project-rental-revamp | 8119fed9c3a7b1338d8d5f6a864dfc9df5ef1c8e | 3ed2caaa9548e864469dc8eacbb0e9b47a529dc9 | refs/heads/master | 2022-11-27T18:57:58.186480 | 2020-07-31T20:41:52 | 2020-07-31T20:41:52 | 259,667,534 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,566 | java | package shop.data;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.MethodSource;
import org.junit.jupiter.params.provider.Arguments;
import java.util.stream.Stream;
import static org.junit.jupiter.api.Assertions.*;
import org.junit.... | [
"jonathanmartyka@gmail.com"
] | jonathanmartyka@gmail.com |
6fae5b3ec0cf874cdfb0b37e7e16897bc1db25e5 | 04946e092f75af3040106fa53d82d6510c3709c3 | /src/com/nath/dao/IUserDao.java | 49b50a45f0a4dc195f68f1f52747f71b8de611b9 | [] | no_license | terracottainnovation/Portal | 3554afee9ec4e26ccd4de6fcbae61f3579de2511 | 923fa549c652c3f01e2b2b93ec86b2e37d80bced | refs/heads/master | 2021-01-01T16:13:53.005330 | 2015-08-24T18:17:57 | 2015-08-24T18:17:57 | 32,214,129 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 152 | java | package com.nath.dao;
import com.nath.model.User;
public interface IUserDao /*extends AbstractDAO*/{
public User getUserByName(String userName) ;
}
| [
"tejas5mahajan@terracottainnovation.com"
] | tejas5mahajan@terracottainnovation.com |
2bf6dfe4b7116b6e7f1016811e44ab515498ae0b | 323d2b1cd2aaf4b74ac751852814ec3b08f3e7ea | /app/src/main/java/com/example/pc_0775/naugthyvideo/ui/ActivityLogin.java | b9a559bfbc5ae1fb77c7ceb0711db64f428cc4ed | [] | no_license | GtLeaf/NaugthyVideo | 3a070838a09ef027abc14d277735ba97379dff21 | 62358a9e62306824d2b291f9c0b26674abc036d8 | refs/heads/master | 2020-03-29T22:30:29.918764 | 2019-04-19T03:17:40 | 2019-04-19T03:17:40 | 150,419,559 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,382 | java | package com.example.pc_0775.naugthyvideo.ui;
import android.annotation.SuppressLint;
import android.app.FragmentManager;
import android.app.FragmentTransaction;
import android.content.Context;
import android.net.Uri;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widge... | [
"962755614@qq.com"
] | 962755614@qq.com |
76c27e4c0e4de7e28fc139dda4bebaccf7ec4d68 | 2b6e70470567692d2e32a8b109be355c9a7bdb00 | /colormipsearch-api/src/main/java/org/janelia/colormipsearch/model/PPPmURLs.java | 0cb1758ac3d2b190598b1b7938bf8c26ab99c4fa | [
"BSD-3-Clause"
] | permissive | JaneliaSciComp/colormipsearch | 3896c7f6546fa7e3f74f475e4b3a71df974092d9 | d630475bade9f2050307f75ed20c114c4f073796 | refs/heads/main | 2023-07-20T14:33:46.790144 | 2023-07-13T21:13:50 | 2023-07-13T21:13:50 | 98,349,943 | 0 | 0 | BSD-3-Clause | 2023-07-07T18:46:33 | 2017-07-25T21:05:18 | Java | UTF-8 | Java | false | false | 862 | java | package org.janelia.colormipsearch.model;
import java.util.HashMap;
import java.util.Map;
import com.fasterxml.jackson.annotation.JsonProperty;
import org.janelia.colormipsearch.model.annotations.PersistenceInfo;
@PersistenceInfo(storeName ="pppmURL")
public class PPPmURLs extends AbstractPublishedURLs {
priva... | [
"goinac@hhmi.org"
] | goinac@hhmi.org |
47107a8703d44d3d34246d11b364ac95d1970fcd | 64b47f83d313af33804b946d0613760b8ff23840 | /tags/dev-3-7-5/weka/src/main/java/weka/gui/beans/Loader.java | 91e1b07228c9c4bc851f3fed59a7542ef08b0f9e | [] | no_license | hackerastra/weka | afde1c7ab0fbf374e6d6ac6d07220bfaffb9488c | c8366c454e9718d0e1634ddf4a72319dac3ce559 | refs/heads/master | 2021-05-28T08:25:33.811203 | 2015-01-22T03:12:18 | 2015-01-22T03:12:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 24,598 | java | /*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that... | [
"mhall@e0a1b77d-ad91-4216-81b1-defd5f83fa92"
] | mhall@e0a1b77d-ad91-4216-81b1-defd5f83fa92 |
ccc8d00d15f1980243baaa5790f7a1b4f1afe8fc | cc1701cadaa3b0e138e30740f98d48264e2010bd | /chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/promo/HomepagePromoController.java | 746adb0c7b45c77a97a40e856c3121af5ea3ec6d | [
"BSD-3-Clause"
] | permissive | dbuskariol-org/chromium | 35d3d7a441009c6f8961227f1f7f7d4823a4207e | e91a999f13a0bda0aff594961762668196c4d22a | refs/heads/master | 2023-05-03T10:50:11.717004 | 2020-06-26T03:33:12 | 2020-06-26T03:33:12 | 275,070,037 | 1 | 3 | BSD-3-Clause | 2020-06-26T04:04:30 | 2020-06-26T04:04:29 | null | UTF-8 | Java | false | false | 10,672 | java | // Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.chrome.browser.ntp.cards.promo;
import android.content.Context;
import android.content.res.ColorStateList;
import android.content.re... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
94c2001c7bb433854b952f07ad9e2fccbd873ee7 | 831d8e0f794485bfcc4fdaa3986a9ced1018ea11 | /TorchAssignment/src/main/java/com/torch/model/LineUptime.java | a62af51c7ea0146a0f57cb834ca29d767ff82c53 | [] | no_license | SansStef/TorchAssignment | 64204e52c807b773e02ccaa78cc20abf5fabffdd | fb7fd27dd54c51675b67f059cff320d88a82ccf7 | refs/heads/master | 2020-04-11T10:17:19.939200 | 2018-12-14T00:24:20 | 2018-12-14T00:24:20 | 161,709,671 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 724 | java | package com.torch.model;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
public class LineUptime {
private SubwayLine line;
private double uptime;
public LineUptime() {
}
public LineUptime(SubwayLine line, double uptime) {
this.line ... | [
"sesansone@gmail.com"
] | sesansone@gmail.com |
c3c8687b5fe322cf09ef99d7b8154b8c20fa0361 | 22a3a24dc090636d6b25f71020608352436aeb6c | /src/main/java/org/hudsonci/tools/plugintester/pages/job/CreateJob.java | 95a6533267a5e5efe810702cde19956e30d49b3d | [] | no_license | hudson2-plugins/plugin-tester | 0a53c24e5fe7b37547f4495109c83d131df7e3b4 | 1b172f6b1806a952b246f04214801da0d85adf18 | refs/heads/master | 2016-09-06T02:51:30.346361 | 2012-04-22T20:25:57 | 2012-04-22T20:25:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,739 | java | package org.hudsonci.tools.plugintester.pages.job;
import org.hudsonci.tools.plugintester.Page;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
/**
*
* @author henrik
*/
public class CreateJob ex... | [
"henrik@hlyh.dk"
] | henrik@hlyh.dk |
c4b0c2310f2dd11b2a9d1f2a7c7a724d0ce73fc5 | aeebbce4730c95cae394ad25d1daea2527aa1611 | /app/src/main/java/rice/pastry/testing/MemoryTest.java | efa38d8a430754c569fe48b1fb45d7f6d75c33eb | [] | no_license | lordcanete/tfmteleco | 504cb73275c69455f2febb67bc6072cf83c32b0b | 34fbc8f78248b88521d5ee672aea51ed04f8b58b | refs/heads/master | 2020-12-19T06:42:55.781474 | 2020-11-25T19:02:11 | 2020-11-25T19:02:11 | 235,651,842 | 1 | 0 | null | 2020-11-25T19:02:12 | 2020-01-22T19:40:48 | Java | UTF-8 | Java | false | false | 6,526 | java | /*******************************************************************************
"FreePastry" Peer-to-Peer Application Development Substrate
Copyright 2002-2007, Rice University. Copyright 2006-2007, Max Planck Institute
for Software Systems. All rights reserved.
Redistribution and use in source and binary forms, ... | [
"pedcanvaz@gmail.com"
] | pedcanvaz@gmail.com |
6108f096e2094c363d6465a02c7f5fe7c2744bcc | cb0a2da55cec590f67738ca60700f7c4da7583c9 | /src/Pension/model/DAO/reserveDAO.java | aa230e4d8036e0dc3ae8d8c7c5fd91e483148449 | [] | no_license | haein147/java_MVC_project | c7ca89798d12605016e42360ce1e334068845af5 | 9e3ead9bf64907fb6c641daf76a0a5657ff5a0de | refs/heads/master | 2020-04-27T16:16:18.743643 | 2019-03-08T06:11:49 | 2019-03-08T06:11:49 | 174,479,225 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 5,298 | java | package Pension.model.DAO;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.Date;
import Pension.model.DTO.payDTO;
import Pension.model.DTO.reserveDTO;
import Pension.model.util.DBUtil;
/*CREATE TABLE ... | [
"dlgodls147@gmail.com"
] | dlgodls147@gmail.com |
9e1f615e7e4eb6b06e0d572bf3545a995f0988a6 | e211b6ddad463bd64bf132c7deb9c6f0788d0d5c | /app/src/main/java/io/github/vzer/sharevegetable/mine/activity/WalletActivity.java | 13cbd007ee61c5e20e990c0a75b54adc9c49facd | [] | no_license | LRdeath/QingVegetable | 8d2d8b2c6a76791513987f2f0f6d42227a83c4a8 | 0d4bbf7c71f2071d2dade271e7aab16fd4c56d56 | refs/heads/master | 2021-01-01T18:20:36.175534 | 2017-08-23T08:12:52 | 2017-08-23T08:12:52 | 98,312,836 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,793 | java | package io.github.vzer.sharevegetable.mine.activity;
import android.content.Intent;
import android.widget.ImageView;
import android.widget.RelativeLayout;
import butterknife.BindView;
import butterknife.OnClick;
import io.github.vzer.common.app.ActivityPresenter;
import io.github.vzer.factory.presenter.mine.WalletCon... | [
"yangcihang@hrsoft.net"
] | yangcihang@hrsoft.net |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.