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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e04f11a7bf3b7cc7e1bf337ec4c1e08491fd668f | 45c898435632d4302d1d499bb3067250ad935e00 | /src/test/java/com/ega/datarepositorysevice/utils/ConnectionChecker.java | 19e321c63182282a6ef490d02edfda4798b34720 | [] | no_license | EbiEga/gsoc-drs | b7a77c233ca785de36b0ec2c434fefac2d89c491 | e504ce7c63f2f8fa67b477440dbe31e10e20da46 | refs/heads/master | 2020-05-25T12:28:33.062715 | 2019-07-09T14:56:57 | 2019-07-09T14:56:57 | 187,798,851 | 0 | 2 | null | 2019-08-16T08:00:03 | 2019-05-21T08:50:54 | Java | UTF-8 | Java | false | false | 686 | java | package com.ega.datarepositorysevice.utils;
import org.springframework.beans.factory.annotation.Value;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
public class ConnectionChecker {
@Value("${spring.datasource.url}")
private String uri;
@Value("${spring.datasour... | [
"dilschat@yandex.ru"
] | dilschat@yandex.ru |
ba7636a83a17824e2c13fc4191eea714e5f43e9d | f0528fcbe00e58d5fca326cdaca80496da37219a | /java/src/main/java/minijava/backend/i386/InstrUnary.java | e952a76f08f0c6fdeb501ca9814df2f7258ee6fb | [] | no_license | uelis/Compiler | c231ea6bc096a948f12a93b63ad42c6765eecfb4 | 91dcd7eed969ecb3c0d381bb91ffa2100653cae5 | refs/heads/master | 2021-01-05T23:57:26.346094 | 2020-02-17T17:56:48 | 2020-02-20T17:07:53 | 241,172,262 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,618 | java | package minijava.backend.i386;
import minijava.backend.i386.Operand.Reg;
import minijava.intermediate.Label;
import minijava.intermediate.Temp;
import minijava.util.Pair;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.function.Function;
final class InstrUnary implem... | [
"info@ulrichschoepp.de"
] | info@ulrichschoepp.de |
d14dd1ffe29a6aca45c6524a5bd4a9acd5c12b70 | cedde114183afbe0ca758ff2edbba40439780519 | /web_first/day13_Filter_Listener/day13_Filter&Listener/src/web/filter/FilterTest07.java | 542e62da5b0c9fce830d5084aa19dc99b4b651f2 | [] | no_license | Koi-lucky/javaWeb | 3e310bb4bcad9d6cd8ff62a131d2162b729f65e1 | ab697e9a741965621bfec2469b2b37e665f7531b | refs/heads/master | 2023-02-10T15:00:53.259848 | 2021-01-11T10:06:42 | 2021-01-11T10:06:42 | 282,159,785 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 593 | java | package web.filter;
import javax.servlet.*;
import javax.servlet.annotation.WebFilter;
import java.io.IOException;
@WebFilter("/*")
public class FilterTest07 implements Filter {
public void doFilter(ServletRequest req, ServletResponse resp, FilterChain chain) throws ServletException, IOException {
System... | [
"2465585664@qq.com"
] | 2465585664@qq.com |
2823d656b664d068b48c55ae5d151d8e25a228d8 | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/aosp-mirror--platform_frameworks_base/a772e5fc062c8de48cb9c1d61755110f6b2e189b/before/SoundTrigger.java | b95da712c478ed8def8781debedd477cb828034d | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 47,391 | java | /**
* Copyright (C) 2014 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
2598e795b0ea1e62e3572ab81f71f002b93bbe76 | a0a15b9b4b20bb7b716a8228060c0c9fff090318 | /3_JavaSE01/src/day05/SortListDemo.java | 89609501c5a3961882fa810beb7380a9cd9c45ec | [] | no_license | JasonkayZK/java_learn | 8d0f4d8504430cd3b1eef0751fe210af5b30bda3 | b3b9a2af883d79cb3c07da3834eaf5197c3e0968 | refs/heads/main | 2023-02-01T19:08:31.263291 | 2020-12-22T08:16:16 | 2020-12-22T08:16:16 | 323,563,166 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 593 | java | package day05;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
public class SortListDemo {
public static void main(String[] args) {
// 1. Interface Comparable
List<Point> list = new ArrayList<Point> ();
list.add(new Point(1, 2));
list.add(new Point(1, 3));
list.add(new Poi... | [
"271226192@qq.com"
] | 271226192@qq.com |
b2aed9f8568d404da1ec648ed7b7b6ac9ef9e6df | d5d4ae7cea2a49613b041ef00fdef9aa8dc052e4 | /src/第五章代码/test15.java | f7c3671cfba040c4286bd3feef1f9366c81802eb | [] | no_license | changyjc/SwingRefer | 409a202062786075bb8564be6127e46ce3c521b0 | 354b7a27f44667aa5524f9005039e695d6082d87 | refs/heads/master | 2020-02-26T15:20:56.509775 | 2014-12-17T06:58:18 | 2014-12-17T06:58:18 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 3,495 | java | package 第五章代码;
import java.awt.CardLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.*;
public class test15
{
static final int WIDTH=300;
static final int HEIGHT=150;
JButton b1;
JButton b2;
JButton b3;
JButton b4;
JButton b5;
... | [
"changyjc@gmail.com"
] | changyjc@gmail.com |
0e96973d95a8ff640d45331ff954e5ef45ed5790 | d59781b6735bc2b50970a0c366c5703f7e4377a4 | /src/main/java/com/javier/service/ICategoriasService.java | f01e9cc36adc6ae2a83f9743ed66ad9604cc18f0 | [] | no_license | javierefe/empleosapp | d4763e2c3449bcda5ee3b19f4f5415367c233fca | 2b9a12efdf573a5a8199df6120fddc91facb38dc | refs/heads/master | 2022-11-13T17:32:09.911599 | 2020-06-22T04:21:20 | 2020-06-22T04:21:20 | 274,016,809 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 280 | java | package com.javier.service;
import java.util.List;
import com.javier.model.Categoria;
public interface ICategoriasService {
void guardar(Categoria categoria);
List<Categoria> buscarTodas();
Categoria buscarPorId(Integer idCategoria);
void eliminar(Integer idCategoria);
}
| [
"jcfloresq@gmail.com"
] | jcfloresq@gmail.com |
e2168766d1532ae48eb7b6c0b1f08a64cc15d8b8 | 10fb6cf1914195a05a2ed0ab7931bdb074829202 | /src/main/java/com/tencentcloudapi/live/v20180801/models/DescribeLiveStreamOnlineInfoRequest.java | dbbe210ba48d1e13da203556382ce75e16bb8f4c | [
"Apache-2.0"
] | permissive | ZqqqRemote/tencentcloud-sdk-java | 7cf4510f42719ad2e44dddefc872376a12efdc37 | dce6d7a4baa05d0235fd998bcbc3398aa64b8c2c | refs/heads/master | 2020-04-17T06:49:00.830501 | 2019-01-11T12:26:11 | 2019-01-11T12:26:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,822 | java | /*
* Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. 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
... | [
"tencentcloudapi@tencent.com"
] | tencentcloudapi@tencent.com |
3ae2ee9f309aa29e6528c011900dc8e342f2f773 | e7ee311e20b40c87bf6d23a53a1d7b11fd29d2c3 | /src/chosun/ciis/is/snd/ds/IS_SND_1250_LDataSet.java | c0e4df36ff4dc8b953b16203d531ddbf7b3bff27 | [] | no_license | nosmoon/misdevteam | 4e3695ef7bbdcd231bb84d7d8d7df54a23ff0a60 | 1829d5bd489eb6dd307ca244f0e183a31a1de773 | refs/heads/master | 2020-04-15T15:57:05.480056 | 2019-01-10T01:12:01 | 2019-01-10T01:12:01 | 164,812,547 | 1 | 0 | null | null | null | null | UHC | Java | false | false | 9,275 | java | /***************************************************************************************************
* 파일명 : .java
* 기능 : 독자우대-구독신청
* 작성일자 : 2007-05-22
* 작성자 : 김대섭
***************************************************************************************************/
/************************************************... | [
"DLCOM000@172.16.30.11"
] | DLCOM000@172.16.30.11 |
76fbaa55d428a87d5b921fe98c9af5b65860849c | 89c0ea1728f36c6bf0efb43089574b97231a84e7 | /flightsearchusingHibernate/src/main/java/compare/CompareFare.java | 08c9bef5be62867a1872724feb6b6411727f9e4f | [] | no_license | PrashukJain/WorkSpace | 87391e4712301b1753991bb962e3d1f4f515a64d | dd90b46fdd3e92fd4d8dcebe77df51c90b8104b7 | refs/heads/main | 2023-08-24T18:34:35.069540 | 2021-10-12T09:57:14 | 2021-10-12T09:57:14 | 416,262,770 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 618 | java | package compare;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
import details.FlightDetails;
public class CompareFare {
/*
* Sorts specified list according to fare of a flight
*/
public void sort(List<FlightDetails> myList) {
Collections.sort... | [
"noreply@github.com"
] | PrashukJain.noreply@github.com |
796a0ac652bd712acd81e820fb14255f46edb15c | 3ac7ef9b3938bfe4677829e55f82c16647ad9e37 | /TesteProgramador/src/br/com/testebc/controller/IFachada.java | 74353479e837c8ceedc0c01289d5996dab791c5d | [] | no_license | erikkenji/testeprogramadorjunior | c4de9c5fce1f5f60247383eeca1c08f66e97bf0f | 6ad533e82f94122529593aa3c7091fb661a36850 | refs/heads/master | 2020-07-25T10:48:30.876550 | 2019-09-13T12:59:57 | 2019-09-13T12:59:57 | 208,263,971 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 429 | java | package br.com.testebc.controller;
import br.com.testebc.dominio.EntidadeDominio;
import br.com.testebc.util.Resultado;
public interface IFachada {
public Resultado salvar(EntidadeDominio entidade);
public Resultado alterar(EntidadeDominio entidade);
public Resultado excluir(EntidadeDominio entidade);
pu... | [
"noreply@github.com"
] | erikkenji.noreply@github.com |
559bcddd1604bd6f38bdb581a348d1a1e56fec0d | 995e655293513d0b9f93d62e28f74b436245ae74 | /src/a/a/e/b/a/l.java | 2cfeece2ca766658d59b9900b5d9f17e1ac9c957 | [] | no_license | JALsnipe/HTC-RE-YouTube-Live-Android | 796e7c97898cac41f0f53120e79cde90d3f2fab1 | f941b64ad6445c0a0db44318651dc76715291839 | refs/heads/master | 2021-01-17T09:46:50.725810 | 2015-01-09T23:32:14 | 2015-01-09T23:32:14 | 29,039,855 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,995 | java | // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package a.a.e.b.a;
class l
implements java.util.Map.Entry
{
final int b;
final Object c;
volatile Object d;
volatile l e;
... | [
"josh.lieberman92@gmail.com"
] | josh.lieberman92@gmail.com |
8806796abb680d7d59d801374e8a705193d15532 | 8f2a2c1cbabe2c465061b3d2c3234cf736fe0ab9 | /EPD05/ej2/src/main/java/com/mycompany/ej2/MyUI.java | ce85cafe6cdfc8732633f1371f2d980936f1608f | [] | no_license | mridpin/TAD_Group_03 | fa3a1b7b64893a8570e85bd283d6bf861aefb6dc | 397ed6db4f56316a90585ed2ca48ba3bb845f86a | refs/heads/master | 2021-04-28T05:58:28.756079 | 2018-10-16T20:23:55 | 2018-10-16T20:23:55 | 122,190,111 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,820 | java | package com.mycompany.ej2;
import javax.servlet.annotation.WebServlet;
import com.vaadin.annotations.Theme;
import com.vaadin.annotations.VaadinServletConfiguration;
import com.vaadin.server.VaadinRequest;
import com.vaadin.server.VaadinServlet;
import com.vaadin.ui.Button;
import com.vaadin.ui.Label;
import com.vaad... | [
"antoniojherrera@localhost"
] | antoniojherrera@localhost |
8fd2f9027f92060ced2c2b797c88ca0e59624537 | 11ccac719d0fafe87ea3484d357ede2214393fbf | /plugin/src/test/resources/expected_output/basic/akka/rk/buh/is/it/EWMA.java | a2c5fede5c3f8e769b9ad0e2381fa0ee4bebce53 | [
"Apache-2.0"
] | permissive | baol/genjavadoc | 3bb684b18e0f7a4fe6568c41d0b638ba7ed91693 | ae00d18e5c769fe28dc83d591f724cab48278f2a | refs/heads/master | 2021-01-19T16:37:35.670368 | 2016-12-19T10:15:21 | 2016-12-19T10:15:21 | 88,277,835 | 1 | 0 | null | 2017-04-14T15:11:11 | 2017-04-14T15:11:11 | null | UTF-8 | Java | false | false | 2,981 | java | package akka.rk.buh.is.it;
/**
* The exponentially weighted moving average (EWMA) approach captures short-term
* movements in volatility for a conditional volatility forecasting model. By virtue
* of its alpha, or decay factor, this provides a statistical streaming data model
* that is exponentially biased towards ... | [
"rk@rkuhn.info"
] | rk@rkuhn.info |
8aafeda1db3a54bbf45c89f2703f38365ca0ab8c | 1b7c0afaa88978171266acf3b2a53615111784c0 | /src/main/java/daily/template/headfirst/ch01/MuteQuack.java | 9b089cf2053c129a10e9bf7212fdd9a2c63eb3d3 | [] | no_license | huyuxiang/niostudy | 0b483b4f80242da1c9037844bf176b6cd043e015 | 70468366684e01c7f4104bf8b979ff2909f06c83 | refs/heads/master | 2020-04-13T21:40:50.445467 | 2016-10-10T03:38:21 | 2016-10-10T03:38:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 159 | java | package daily.template.headfirst.ch01;
public class MuteQuack implements QuackBehavior {
public void quack() {
System.out.println("<< Silence >>");
}
}
| [
"1678907570@qq.com"
] | 1678907570@qq.com |
df7f8b5eac242a29dc19beef95d637490b361fcd | c5f618074dfed35a88d349f21689e4c207ccb129 | /src/test/java/com/assignment/service/UserServiceImplTest.java | d318318f5f8ccb275a030b4e1ebffb06d4be50c8 | [] | no_license | UmeshCEcho/accounting-app | 824ee526ae13d374c9dd20589764882a2891c910 | bb68df09fab06d2a3ef6d8290e2888fbc22f91cc | refs/heads/master | 2020-06-13T23:15:53.378263 | 2019-07-02T08:04:03 | 2019-07-02T08:04:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,443 | java | package com.assignment.service;
import com.assignment.data.managers.UserManager;
import com.assignment.enums.Status;
import com.assignment.exception.InvalidUserIdException;
import com.assignment.model.User;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.ArgumentCaptor;
import org.mockito.Ca... | [
"sharmashashank342@gmail.com"
] | sharmashashank342@gmail.com |
0578ac540a383b771d645b548bd424fa825bc98d | 0a6773e906928f83969cf609a49e55bb472f4e21 | /ext/integration/src/main/java/com/netfinworks/site/ext/integration/member/ICertValidateService.java | d9252ce9186688994aab1414ffbbe28c82641965 | [] | no_license | tasfe/site-platform-root | ec078effb6509e5d2d2b2cd9722f986dd0d939dd | c366916d96289beb624b633283880b8bb94452b4 | refs/heads/master | 2021-01-15T08:19:19.176225 | 2017-02-28T05:37:11 | 2017-02-28T05:37:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 744 | java | package com.netfinworks.site.ext.integration.member;
import com.netfinworks.cert.service.request.CertValidateRequest;
import com.netfinworks.cert.service.response.CertValidateResponse;
import com.netfinworks.common.domain.OperationEnvironment;
import com.netfinworks.site.domain.exception.BizException;
/**
* <p>国政通实名... | [
"zhangweijieit@sina.com"
] | zhangweijieit@sina.com |
fe914dbf6a78b60b689eca512cf67871b326c6bd | e9a79ecdca1cf614d39d3a181dab2b4578d9cc9f | /src/main/java/Abstract/Hello.java | b48616332f3f2a3856b2bd6e3cafa640c4302284 | [] | no_license | c-machado/ExamplesCoreSimpliLearn | e4e26bb812b074c4077bc18dc6d9a61d967c6339 | 56d4bc49e22f58e4f07f1549970c3d29f2aba7de | refs/heads/master | 2021-07-04T11:58:23.257514 | 2019-06-20T01:54:33 | 2019-06-20T01:54:33 | 187,959,080 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 155 | java | package Abstract;
public class Hello {
public static void main (String[] args) {
Shape shape = new Rectangle();
shape.draw();
}
}
| [
"cmachado@H5767.ad.hugeinc.com"
] | cmachado@H5767.ad.hugeinc.com |
3b0aa43fa6d08922d7279ee92d7ddfa56cd72d93 | ca4efd7dee9b459d7d3f83de3971ee4a4a78eefc | /kyj/project2/src/com/kh/exam6/Prac1.java | 98ed574649075598ccf58f3c7ebf1ccfa307afea | [] | no_license | kimyoungjun2/workspace | c33895d407b27cca4976e585e11bbf0cd8063f2d | f862522b0ed97df79423d56408cede5986916480 | refs/heads/main | 2023-07-28T12:08:35.591711 | 2021-09-10T15:33:18 | 2021-09-10T15:33:18 | 405,079,623 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,411 | java | package com.kh.exam6;
import java.util.Arrays;
class MyData {
public int num;
public String name;
}
public class Prac1 {
public void method1() {
System.out.println("매개변수 없는 매서드 동작!");
}
public void method1(boolean b) {
System.out.println("매개변수가 있는 메서드 동작 -> " + b);
}
public void method1(int i) {
Sys... | [
"jun_fx@nate.com"
] | jun_fx@nate.com |
ba4d8017d6d6091245edcc7da0375d54f4eb20f1 | ca030864a3a1c24be6b9d1802c2353da4ca0d441 | /classes11.dex_source_from_JADX/com/facebook/pages/browser/fragment/PagesBrowserListFragment.java | df8a11ec77e79d2a50e94a98af4a2da6879c6607 | [] | no_license | pxson001/facebook-app | 87aa51e29195eeaae69adeb30219547f83a5b7b1 | 640630f078980f9818049625ebc42569c67c69f7 | refs/heads/master | 2020-04-07T20:36:45.758523 | 2018-03-07T09:04:57 | 2018-03-07T09:04:57 | 124,208,458 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,385 | java | package com.facebook.pages.browser.fragment;
import android.content.Context;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.facebook.common.errorreporting.AbstractFbErrorReporter;
import com.facebook.common.errorreporting.FbErrorReporte... | [
"son.pham@jmango360.com"
] | son.pham@jmango360.com |
1c08387f1365aa3d8de24870d5b400e0c6674db1 | 3a9866befd36d8acc21ce0704f98deae68f39f4b | /src/main/java/com/github/kiro/ExpiringCounter.java | aea6b09f7a5291622d1b7f0bc3d76fa7fdd9b45f | [] | no_license | kiro/geo-index | e2a57826addedf6a2f3a70ff7b9ded1dd1db4916 | 845c17b2cb05f80abf33c9360a75a0c5ea656c62 | refs/heads/master | 2020-04-13T03:21:57.892051 | 2013-10-07T18:34:45 | 2013-10-07T18:34:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 229 | java | package com.github.kiro;
/**
* Expiring counter.
*/
public class ExpiringCounter {
private ClusterCount clusterCount = new ClusterCount();
public void add(Point p) {
}
public void remove(Point p) {
}
}
| [
"kiril.minkov@gmail.com"
] | kiril.minkov@gmail.com |
ffc796c1c41b0c63180f64ccc2aa1fc510716b1f | ea4b23cc7f9caf309b63d45ca47734192826e0f5 | /src/main/java/com/example/facebookbackend/FacebookBackendApplication.java | e9a396109f88eeee25bd01365c68cd114b678ae8 | [] | no_license | kms-thoai-tran/facebook-backends | e99b32e0b428ea4326f2ad3701e4a0230053f4c6 | ccd66f5915589df57967c0a46a4d3e0d8d34eb2a | refs/heads/master | 2023-06-21T10:06:18.106649 | 2020-04-09T02:43:08 | 2020-04-09T02:43:08 | 241,300,923 | 0 | 0 | null | 2023-06-20T18:31:52 | 2020-02-18T07:41:42 | Java | UTF-8 | Java | false | false | 1,138 | java | package com.example.facebookbackend;
import com.example.facebookbackend.service.IDynamoDbService;
import com.example.facebookbackend.service.s3.IAmazonS3Service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.CommandLineRunner;
import org.springframework.boot.SpringAppli... | [
"thoaitran@kms-technology.com"
] | thoaitran@kms-technology.com |
94b3bebab60141b2dbbdb385db7d6d10b180c8af | 97006a67284d017062f973d559e5ed9339ae454f | /src/hust/soict/hedspi/garbage/ConcatenationInLoops.java | d052f0659a856f209daa44f19a75a4e1bd3ae6e2 | [] | no_license | Cress1004/AimsProject | fe9c4695df874d6ab1bf8c872749097d3404b4d2 | 9ca400a18b647fb9a9ecbb58417d19ee16939c35 | refs/heads/master | 2022-07-30T14:36:10.696912 | 2020-05-24T08:26:27 | 2020-05-24T08:26:27 | 266,498,698 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 747 | java | package hust.soict.hedspi.garbage;
import java.util.Random;
public class ConcatenationInLoops {
public static void main(String[] args) {
// Random r = new Random(123);
// long start = System.currentTimeMillis();
// String s = "";
// for(int i=0; i<65536; i++) {
// s+= r.nextInt(2);
// }
// System.out.println... | [
"nuhoangchenhac@gmail.com"
] | nuhoangchenhac@gmail.com |
28a44f66bad42e6e9382f117be092747a172dffe | 4386bdb06a569e308404cd710c7d55823919cc55 | /src/main/java/com/prior/bootCamp/BootCampApplication.java | e401df2c81fe6d7d9b0e68bdf48ada9e9d20c4ce | [] | no_license | Pphuwanai/FileStrorageExample | aca9e0efab66eeeaf95824beb26e5512cce61242 | df32d46439f9c37f9fb9506ff3d0dc595be2c530 | refs/heads/master | 2022-12-19T23:27:06.303186 | 2020-09-28T08:19:21 | 2020-09-28T08:19:21 | 299,238,151 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 315 | java | package com.prior.bootCamp;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class BootCampApplication {
public static void main(String[] args) {
SpringApplication.run(BootCampApplication.class, args);
}
}
| [
"Pphuwanai619@gmail.com"
] | Pphuwanai619@gmail.com |
dffb032354dd8dece0eac0de0011a7f43cdeab12 | 16be4a0a5b5f805fbeac2d38f1ab59e30b82dd59 | /http-server-undertow/src/main/java/io/micronaut/servlet/undertow/UndertowServer.java | 3983e18d168c07531eb5f69ad7441516926fe54c | [
"Apache-2.0"
] | permissive | tobiasschaefer/micronaut-servlet | d00d11575af13743c34ce72beeec1afbf543c8a7 | 06a4b1ccb07f093c85f6ec5f5193038761e3c1e3 | refs/heads/master | 2021-07-17T13:10:21.800799 | 2020-03-03T13:55:26 | 2020-03-03T13:55:26 | 245,429,110 | 0 | 0 | Apache-2.0 | 2020-03-06T13:38:36 | 2020-03-06T13:38:36 | null | UTF-8 | Java | false | false | 3,116 | java | package io.micronaut.servlet.undertow;
import io.micronaut.context.ApplicationContext;
import io.micronaut.http.server.exceptions.InternalServerException;
import io.micronaut.runtime.ApplicationConfiguration;
import io.micronaut.servlet.engine.server.AbstractServletServer;
import io.undertow.Undertow;
import javax.in... | [
"graeme.rocher@gmail.com"
] | graeme.rocher@gmail.com |
59da7b155a09512acfb44f3aca6546b2306cc65c | 8baffb4b6678557fdfd065807bafd7cc618de03f | /src/test/java/AutomationPractice/StepDefinitions/CheckoutSteps.java | a5a4005cd555b31bd7655f86d541449501f2bb67 | [] | no_license | maclyn02/QAMastersJenkinsProject | de85de5ad0fe1b516f9f8dd9af0373c24b044000 | 31ab895a73d68d1ddf67dfdbebc11e707c20077b | refs/heads/master | 2021-07-08T05:40:46.866393 | 2019-07-24T09:20:07 | 2019-07-24T09:20:07 | 196,085,647 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,383 | java | package AutomationPractice.StepDefinitions;
import AutomationPractice.Pages.*;
import AutomationPractice.Utils.Utils;
import cucumber.api.java.en.And;
import cucumber.api.java.en.Given;
import cucumber.api.java.en.Then;
import cucumber.api.java.en.When;
import org.junit.Assert;
public class CheckoutSteps {
HomeP... | [
"mac.afonso@yahoo.com"
] | mac.afonso@yahoo.com |
f2d6d93dbe89394f89e45ee4efb8214d510fe75d | 841c5cf088a0985daf191a3316945daeceef6828 | /Host.java | dc0779b59318f09ba9597774d9846f9c5bff09bb | [
"Apache-2.0"
] | permissive | masoudkarimif/multiagent-number-guessing-game | 427e4aaf39b2ed35ea3df1c914a4cc71e636c6a5 | 34ad27320d442b70923274035e3cea87941c8217 | refs/heads/master | 2021-11-05T01:56:47.248451 | 2021-11-01T00:27:16 | 2021-11-01T00:27:16 | 244,250,549 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,335 | java | package mkf.jade.guessinggame;
import java.util.Random;
import java.util.Set;
import java.util.HashSet;
import jade.lang.acl.ACLMessage;
import jade.lang.acl.MessageTemplate;
import jade.core.behaviours.SimpleBehaviour;
import jade.core.behaviours.TickerBehaviour;
import jade.core.Agent;
import jade.core.AID;
public ... | [
"karimif.masoud@gmail.com"
] | karimif.masoud@gmail.com |
cfd679f56dd507cbb0c9bf368a58746be2831550 | c9dbc106c60475f201b8dbc536048b4f4fd006f7 | /SelaromMaguca/src/java/hibernate/FabricaDAOCargo.java | 489c852a4fca6797b03df78e16b1ffc7a16e9da4 | [] | no_license | juliocell/selarommagu | 381d626ad65c363e92dbc2e9350c3356aac11e1d | 67c70a8c9149a8bee0492d82cb220bc98835ecc3 | refs/heads/master | 2016-09-06T14:51:52.725505 | 2010-06-27T06:27:20 | 2010-06-27T06:27:20 | 39,841,064 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 281 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package hibernate;
/**
*
* @author isak
*/
public class FabricaDAOCargo extends FabricaDAO{
public ICargoDao getCargoDAO() {
return new CargoDaoImpl();
}
}
| [
"mcdsx10@2fe2b151-1866-4bc7-5276-41e8786ae583"
] | mcdsx10@2fe2b151-1866-4bc7-5276-41e8786ae583 |
ebeb4774c9e5e299e932e1aefac31cd27bc4b525 | 233f8ded4a90b1c9ebfa930f1c67abcea375088a | /src/csc4380jchackofinalproject/controllerFinalPersonalInformation.java | 8f181abb4302ffa2be376e2bf5dd8d998a93b627 | [] | no_license | jchacko1/PersonalInformation | 939cec74c7d792b401a20623c0aa274698301b00 | 3a04dec8765ed51aa599cc86a7bb572ffa3095bd | refs/heads/master | 2020-12-30T14:13:10.773442 | 2017-05-15T05:01:01 | 2017-05-15T05:01:01 | 91,293,256 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,878 | 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 csc4380jchackofinalproject;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
/**
*
* ... | [
"admin@admin-PC"
] | admin@admin-PC |
3c7281cfc5bddb306414751a5c5d8360a0cc528f | dbf5adca095d04d7d069ecaa916e883bc1e5c73d | /x_processplatform_assemble_bam/src/main/java/com/x/processplatform/assemble/bam/jaxrs/period/ActionListCountExpiredWorkByApplication.java | 4635d69e4df53e6a741446262f1822368d647386 | [
"BSD-3-Clause"
] | permissive | fancylou/o2oa | 713529a9d383de5d322d1b99073453dac79a9353 | e7ec39fc586fab3d38b62415ed06448e6a9d6e26 | refs/heads/master | 2020-03-25T00:07:41.775230 | 2018-08-02T01:40:40 | 2018-08-02T01:40:40 | 143,169,936 | 0 | 0 | BSD-3-Clause | 2018-08-01T14:49:45 | 2018-08-01T14:49:44 | null | UTF-8 | Java | false | false | 1,952 | java | package com.x.processplatform.assemble.bam.jaxrs.period;
import java.util.ArrayList;
import java.util.List;
import com.x.base.core.container.EntityManagerContainer;
import com.x.base.core.container.factory.EntityManagerContainerFactory;
import com.x.base.core.http.ActionResult;
import com.x.base.core.http.WrapOutMap;... | [
"caixiangyi2004@126.com"
] | caixiangyi2004@126.com |
3c7479146b9abd2818a01aab09410bd949a450c9 | c8688db388a2c5ac494447bac90d44b34fa4132c | /sources/com/google/android/gms/internal/ads/se0.java | 587d7650ce5562eb91a24aa36aa10e79d6b4500b | [] | no_license | mred312/apk-source | 98dacfda41848e508a0c9db2c395fec1ae33afa1 | d3ca7c46cb8bf701703468ddc88f25ba4fb9d975 | refs/heads/master | 2023-03-06T05:53:50.863721 | 2021-02-23T13:34:20 | 2021-02-23T13:34:20 | 341,481,669 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,589 | java | package com.google.android.gms.internal.ads;
import android.support.p000v4.media.session.PlaybackStateCompat;
/* compiled from: com.google.android.gms:play-services-ads@@19.5.0 */
final class se0 {
/* renamed from: a */
private final zzpn f11078a = new zzpn(8);
/* renamed from: b */
private int f110... | [
"mred312@gmail.com"
] | mred312@gmail.com |
61677f591ed142233d4cc5b0754b3737ffea9a93 | b6b9cb8325b589292a14c85a6bfd32c61316ffbf | /app/src/main/java/com/mojokarma/mojokarma/Edit_profile.java | 92de90651295e5567d015134e4f4fb108f2edc68 | [] | no_license | SrinathShree/MojokarmaMerged | 8129b7f3ae2111d82e83be29ec05682cb502d9ca | e50126df58b6e59c572c776f0bd87fea8d2b3c62 | refs/heads/master | 2021-01-10T20:26:19.539554 | 2015-06-30T12:14:57 | 2015-06-30T12:14:57 | 38,307,350 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,268 | java | package com.mojokarma.mojokarma;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.PorterDuff;
import android.graphics.PorterDuffXfermode;
import and... | [
"shree.nani369@gmail.com"
] | shree.nani369@gmail.com |
a7fa1aac41224c1b46c35e38ada71f222d199a75 | 15b84775522e149e77b916aea637bf7fe5d4059a | /src/domain/RazaSelector.java | 1d93fbc47535cb677b96f709d247ec4991322d3c | [] | no_license | MarcoPRdz/addtul | 651a3c72d66d99ffc9aa35346f90ae1e9940b3cc | 3a3b08543eafab44729b6ae755b24dd6f6fb55c1 | refs/heads/master | 2020-04-10T20:35:04.067658 | 2016-01-28T06:57:31 | 2016-01-28T06:57:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 833 | 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 domain;
import abstractt.ComboBox;
//import domain.Animal.
/**
*
* @author Developer GAGS
*/
public class RazaSelector ex... | [
"Home@MASTER_PC.hitronhub.home"
] | Home@MASTER_PC.hitronhub.home |
3b74cef3cf2b069b8d712dae1d32b42776962e2b | ac5d10268098375911996b8f131f9f534e5b324a | /app/src/main/java/com/priya/fragmentlistexample/fragments/ListFragment.java | d3cb49dbe6e8a60836522a230d6872ff98ff912c | [] | no_license | SpsPriya20/fragment_list_example | 31bcf9b3be6c615adff7293ef36939869510800e | b42d7fcb53b054d7bd65c5a810c5f98b049bc98d | refs/heads/master | 2020-03-24T21:25:56.123851 | 2018-07-31T15:19:57 | 2018-07-31T15:19:57 | 143,032,025 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,233 | java | package com.priya.fragmentlistexample.fragments;
import android.app.Activity;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGr... | [
"swarnapriyasahu@gmail.com"
] | swarnapriyasahu@gmail.com |
d560d29f87baf4035fce200f74e4e82385bb2e1d | e1e6527fbbb6502c2aad05d5017d428d34dd8f48 | /service/service_management/src/main/java/com/lwx/management/entity/Entry.java | ac54c49065d45448718869ffb957ec2301dbd921 | [] | no_license | xuan-gdmu/SHR | a9253a5157839e6291567b27ec3d8b56ac6bf6e7 | 4582756c2ee1ef9c4435a419f2924aace49adc4c | refs/heads/master | 2023-05-31T07:31:44.784661 | 2021-06-18T14:06:11 | 2021-06-18T14:06:11 | 353,564,114 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,402 | java | package com.lwx.management.entity;
import com.baomidou.mybatisplus.annotation.*;
import java.util.Date;
import java.io.Serializable;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.experimental.Accessors;
/**
... | [
"1040152310@qq.com"
] | 1040152310@qq.com |
f53983100afa3e8ab6d18f72ff61311776bec7d1 | 1d0f1928da4769ae283828e286447114d9ac79dc | /src/main/java/com/daniel/cursomc/services/UserService.java | 36afe28f3089001793245abf09a862dcbea80645 | [] | no_license | danspiegel/compras-spring-boot | 5b73af12d1ecc24c653d2375176b9f46a38161a7 | 3528b1f1e25c9963471e81d96d502b2f58a15dd6 | refs/heads/master | 2023-05-04T01:59:16.545105 | 2021-05-29T21:59:58 | 2021-05-29T21:59:58 | 277,992,818 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 375 | java | package com.daniel.cursomc.services;
import org.springframework.security.core.context.SecurityContextHolder;
import com.daniel.cursomc.security.UserSS;
public class UserService {
public static UserSS authenticated() {
try {
return (UserSS) SecurityContextHolder.getContext().getAuthentication().getPrincipal()... | [
"danispiegel@gmail.com"
] | danispiegel@gmail.com |
47cb88389933e72c2e53b9e08a11b85521c892d8 | 152fdd010578a833d937b8d10f167d9f3aa5bc26 | /src/earth/server/Monitor.java | 55055eca997281cc898cc75867b8dd3e5471c92a | [
"BSD-3-Clause"
] | permissive | lugt/leiluolocal | 4f5f04441eada2fb77c8a36be0f7672d277f0a69 | 193523dfadebc2194f632dfe7c46df271b2bc397 | refs/heads/master | 2021-09-15T07:32:29.583185 | 2018-05-28T16:12:42 | 2018-05-28T16:12:42 | 108,003,503 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,121 | java | package earth.server;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
/**
* Created by Frapo on 2017/1/23.
*/
public class Monitor {
static {
}
private static Log log = LogFactory.getLog(Monitor.class);
public static void logger(int i) {
// 记录数值
... | [
"lu.gt@163.com"
] | lu.gt@163.com |
9a102aa72a6daf9e777385c09fa36f79c210ad83 | de6146d8b5f5a10c6ae3c6f8fdd6825ffa966b8f | /MyPenelopF/src/MySQLAccess.java | 7492574d092beafd9fd3c84a49b9ad465d7c5ce7 | [] | no_license | keitsu/MyPenelopeF | dbcafd304400397d842153891e40811e37528453 | b21bf7aad78aef343de6a0b2fc8a3fd04c591460 | refs/heads/master | 2020-12-02T08:13:12.573822 | 2017-07-10T15:08:58 | 2017-07-10T15:08:58 | 96,788,468 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 864 | java | import java.sql.*;
class MySQLAccess{
public static void main(String args[]){
try{
Class.forName("com.mysql.jdbc.Driver");
Connection con=DriverManager.getConnection(
"jdbc:mysql://localhost:3306/peneloppeDB?autoReconnect=true&useSSL=false","admin","admin");... | [
"samuel@MacBook-Pro-de-samuel.local"
] | samuel@MacBook-Pro-de-samuel.local |
3e6de58bffc46f6e1a927ccd2c5ba80052e33ec0 | bef166ddbfe0a8812146bbda8be35554ab9f1617 | /src/main/java/com/ef/golf/callable/RedPackageCheckTask.java | 4573a45b0652aa19f1e35c8d5899e4e566ca7546 | [] | no_license | jinxing000/test | 774d1d4f80e00f9ce02653dc14cf0a18241a0abe | 3b750064ffd6baa0defc2b478a7586f82a3697e1 | refs/heads/master | 2020-11-25T17:28:07.942458 | 2018-11-29T08:52:27 | 2018-11-29T08:52:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,827 | java | package com.ef.golf.callable;
import com.ef.golf.pojo.RedPackage;
import com.ef.golf.pojo.SmallRedPackage;
import com.ef.golf.service.RedPackageService;
import com.ef.golf.service.UserService;
import com.ef.golf.util.AmountUtils;
import com.ef.golf.util.RedisBaseDao;
import com.ef.golf.util.RedisLoginVerifyUtil;
impor... | [
"15620532538@163.com"
] | 15620532538@163.com |
fe67eead83d10371419ec6bcde1c27ad094cc5b5 | 3393c7601f6551027177d0acbbffb13c6e0afa86 | /FINAL IP/HelloSriLanka/APP2/src/main/java/com/example/travelplannerapp/guide_and_drivers_southern.java | 8335f449042e59baa1fe1fa52b85aa194e9dcdd5 | [] | no_license | dhan0007/HELLO-SRI-LANKA | a428acbf63d3940ab5d5df207a961b2037247fef | 2b0396e890bc77ca66c5ff390d0f49af12ffed09 | refs/heads/main | 2023-03-29T06:17:37.284673 | 2021-04-02T10:43:09 | 2021-04-02T10:43:09 | 353,981,113 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 377 | java | package com.example.travelplannerapp;
import android.os.Bundle;
import androidx.appcompat.app.AppCompatActivity;
public class guide_and_drivers_southern extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentVi... | [
"67438506+dhan0007@users.noreply.github.com"
] | 67438506+dhan0007@users.noreply.github.com |
0c2639188cd6aee864b7d47a6b0dbd75bc9b8833 | 5a1e954bff26865a1276e058a79014240c4ca59a | /src/main/java/com/wtz/kafka/controller/UserProducerController.java | daf2247eabc55015cb0189d36afae054b0201662 | [] | no_license | qq377751971/bigdata | e158e1486e04d5c7d1994b6cf2402c84680404e0 | 5fd7f7ffa420c119f59a67c576664d564a3b1145 | refs/heads/main | 2023-06-08T07:40:17.814587 | 2021-06-30T09:33:44 | 2021-06-30T09:33:44 | 380,109,314 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 863 | java | package com.wtz.kafka.controller;
import com.wtz.avro.User;
import org.springframework.kafka.core.KafkaTemplate;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import javax.annotat... | [
"tianzeng.wang@tongdun.net"
] | tianzeng.wang@tongdun.net |
a8960ab7a44250e41e4ba8799a09cfeec41f0f38 | 6f9d5cd2addf8645c78aad024f3ffb2f6c432f9a | /app/src/test/java/com/egga/layouting3/ExampleUnitTest.java | efa9b7a727749bd7d4e31ea59af2e62057a21094 | [] | no_license | eggadsyam/Latihan3 | 0b4aedfbe5e452f18aaf63fa4d4aae80bb29d7f0 | 28c5f7eb37b1a1a1a9f32809176f83fa69a5e51d | refs/heads/master | 2020-05-19T12:40:43.808777 | 2019-05-05T11:05:24 | 2019-05-05T11:05:24 | 185,019,974 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 380 | java | package com.egga.layouting3;
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
public void ad... | [
"gayenstaey@gmail.com"
] | gayenstaey@gmail.com |
f56c5b96fa860ce6aa47211dddddcfb2d6c58012 | d1b17a25ba26729a7170d33fc6de7ebcd23d7246 | /src/OCA/DimArr8.java | 97fa51cff8604ad4b5460cf829d7bb48a6b35556 | [] | no_license | FatmanaK/OCA_Ladies | b55a0a0b07578d5c6eb5970a2d5372bd74e4561a | 96a1faff76427bed4e9cde174e42314522848a66 | refs/heads/master | 2022-12-12T14:09:26.938008 | 2020-09-10T22:06:25 | 2020-09-10T22:06:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 473 | java | package OCA;
public class DimArr8 {
public static void main(String[] args) {
String[][] arr={{"A","B","C"},{"D","E"}};
for(int i=0;i<arr.length;i++){
for (int j=0;j<arr[i].length;j++){
System.out.println(arr [i][j]+"" );
if (arr [i][j].equals("B")){
... | [
"arzuozen2601@gmail.com"
] | arzuozen2601@gmail.com |
0aec334251668fb330fd9d7c2f7339dd62a0d103 | 77a259b58ac84fa0eccaafa7a1b08b7dd109e1c7 | /android/app/src/main/java/com/skillexr/MainApplication.java | a9765dcae7d869f1c5da34b873e809b0199270dd | [] | no_license | EdisonDevadoss/skillexr | 576bda0bd5077a19e500d175d2dfa80910750a1f | 59a4e249c7ddac05dda5cd93254c5409e591b4fe | refs/heads/master | 2023-03-11T23:42:43.169174 | 2018-01-24T14:51:36 | 2018-01-24T14:51:36 | 104,148,565 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,540 | java | package com.skillexr;
import android.app.Application;
import com.facebook.react.ReactApplication;
import com.facebook.reactnative.androidsdk.FBSDKPackage;
import com.facebook.react.ReactNativeHost;
import com.facebook.react.ReactPackage;
import com.facebook.react.shell.MainReactPackage;
import com.facebook.soloader.S... | [
"edisonj1996@gmail.com"
] | edisonj1996@gmail.com |
7ea3c5e194adae025f9d5d9ddc0a8add2b4cd7b4 | 354d595aec5a8ae7ca618d62df79da46f5be9fbe | /src/com/company/LeetCode_2.java | 842190dd46181dc137da5fba85115a1ba2eb873d | [] | no_license | incredelous/LeetCode-training | 64e21a81a636f85b07735e4a928c347fc3b18f17 | c7c04ca641cd3e068af133a1e524c8cd9cd953e0 | refs/heads/master | 2023-08-29T08:02:36.748315 | 2021-11-10T14:01:38 | 2021-11-10T14:01:38 | 318,980,923 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,571 | java | package com.company;
public class LeetCode_2 {
//两数相加
public ListNode addTwoNumbers(ListNode l1, ListNode l2) {
int carry = 0;
int pointer1;
int pointer2;
if(l1 == null) {
return l2;
} else if(l2 == null) {
return l1;
} else {
... | [
"wyf931124@163.com"
] | wyf931124@163.com |
008dfb0968f41890552812008ec79fb55d300298 | 4376ac2bf8805d7b0846887155a0aa96440ba21f | /src-test/src/org/openbravo/test/costing/TestCostingNoSourceAdjustments.java | febbbc4835250a77abd6c346827afc572dbc2aa0 | [] | no_license | rarc88/innovativa | eebb82f4137a70210be5fdd94384c482f3065019 | 77ab7b4ebda8be9bd02066e5c40b34c854cc49c7 | refs/heads/master | 2022-08-22T10:58:22.619152 | 2020-05-22T21:43:22 | 2020-05-22T21:43:22 | 266,206,020 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 99,910 | java | /*
*************************************************************************
* The contents of this file are subject to the Openbravo Public License
* Version 1.1 (the "License"), being the Mozilla Public License
* Version 1.1 with a permitted attribution clause; you may not use this
* file except in... | [
"rarc88@gmail.com"
] | rarc88@gmail.com |
902d02ea5417213c341983d0ebed43448a96bb70 | 15b27439782c0e3f475ff7add51a2141c9de3c39 | /tfg/src/main/java/com/franperu/tfg/login/Rol.java | 50d82d88ed45d68fcf382951f02f6c06cc7897ab | [] | no_license | franperu/backend | 92e93b465acc0bc99cf1628f1e05641f85deadee | 625c7688b9627c62ea8719dfbfc2643137647b59 | refs/heads/master | 2023-08-10T12:36:19.114636 | 2020-10-13T09:51:11 | 2020-10-13T09:51:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 740 | java | package com.franperu.tfg.login;
import com.franperu.tfg.enums.RolNombre;
import javax.persistence.*;
import javax.validation.constraints.NotNull;
@Entity
public class Rol {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long id;
@Enumerated(EnumType.STRING)
@NotNull
private... | [
"55334114+franperu@users.noreply.github.com"
] | 55334114+franperu@users.noreply.github.com |
b59810e2829ee916efc80a96f5cc553768491487 | 5e1d79d4f6fc1aa4f3ef8f364c546bfe134ff68c | /app/src/main/java/com/example/dev/workshopapp/Treehouse.java | f1d5f5a4297bc0edc8b8deb1a849cc0d75321d5f | [] | no_license | mouthematician/WorkshopApp | 08bd9fea7a459900d7fa878f2ce1f1c5d3e9abf6 | e115b6c01a1b69fc96ea9b40f0336ce308bdefef | refs/heads/master | 2020-04-15T14:11:42.469248 | 2014-08-27T18:13:57 | 2014-08-27T18:13:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 103 | java | package com.example.dev.workshopapp;
/**
* Created by dev on 8/17/14.
*/
public class Treehouse {
}
| [
"mouthematician@gmail.com"
] | mouthematician@gmail.com |
96e1f0edeb4afd3bbcb19d7977632124821af7fa | 9b75d8540ff2e55f9ff66918cc5676ae19c3bbe3 | /cab.snapp.passenger.play_184.apk-decompiled/sources/io/reactivex/internal/operators/flowable/eh.java | 08a93e8998a2aa582dd1aefeec6678c93338a8b3 | [] | no_license | BaseMax/PopularAndroidSource | a395ccac5c0a7334d90c2594db8273aca39550ed | bcae15340907797a91d39f89b9d7266e0292a184 | refs/heads/master | 2020-08-05T08:19:34.146858 | 2019-10-06T20:06:31 | 2019-10-06T20:06:31 | 212,433,298 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,260 | java | package io.reactivex.internal.operators.flowable;
import io.reactivex.c.b;
import io.reactivex.e.q;
import io.reactivex.internal.subscriptions.SubscriptionHelper;
import io.reactivex.j;
import io.reactivex.o;
import org.b.c;
import org.b.d;
public final class eh<T> extends a<T, T> {
final q<? super T> c;
sta... | [
"MaxBaseCode@gmail.com"
] | MaxBaseCode@gmail.com |
0b19c985beb51ad0d14eaeb23c8b7a68c953e610 | fc06d3fa68b0077e49c8637db994813701038a32 | /business-center/device-center/src/main/java/com/open/device/model/JobParam.java | 1431390a08ec6ae094e9594c361aa30f26817de0 | [
"Apache-2.0"
] | permissive | jecinfo2016/open-capacity-platform-backend | d194f237b98cd6f1198b704fab2b650e23544b9d | bfcb2cee2e8b47a40555a7ec7749b8e23a66a2ad | refs/heads/master | 2023-02-16T20:09:17.246856 | 2021-01-18T02:29:25 | 2021-01-18T02:29:25 | 330,533,472 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 311 | java | package com.open.device.model;
import lombok.Data;
/**
* 任务执行参数实体类
* @author DUJIN
*/
@Data
public class JobParam {
private RequestModel requestModel;
/**
* 任务ID
*/
private Integer taskId;
/**
* 统计字段
*/
private String equipmentTag;
}
| [
"duj@jec.com.cn"
] | duj@jec.com.cn |
b0577ac38cef0823830d0cceeb96ba623379a687 | c074091771e0762adb47d728f51e403a064a38ba | /src/main/java/pages/GooglePage.java | bc1119574f5d9dd6814d777a3305b9dfe3fa7e6a | [] | no_license | celheste39/primerPOM | 09f0f8e7d19c202299e0e2fe821ba3f547be858f | 9b7d96aa059e95610949e1da433a89a9da441330 | refs/heads/master | 2023-05-24T08:18:30.241821 | 2021-06-03T12:14:30 | 2021-06-03T12:14:30 | 373,495,750 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 554 | java | package pages;
import org.openqa.selenium.By;
public class GooglePage {
static By txtGoogleSearch = By.xpath("//input[@jsaction='paste:puy29d;']");
static By btnGoogleSearch = By.xpath("//input[@value='Buscar con Google']");
static By resultTeam = By.xpath("//span[contains(text(),'Manchester')]");
pu... | [
"mateo0595@gmail.com"
] | mateo0595@gmail.com |
db0ea346d060edd82d4836acd5feb0bf8e4479dc | f626baba52ac2d1f1beede1465d077fa3ce0f17b | /core/src/test/java/com/gentics/mesh/core/data/root/NodeRootTest.java | 9d214375546f3338417767de65c9c74667380d6e | [
"Apache-2.0"
] | permissive | lukehuang/mesh | e204631be9c146fa6cf04db8d36fde995983adcf | 5eda45362cff70e791dc0fa289a38964ffcccfde | refs/heads/master | 2020-06-01T02:29:35.091562 | 2019-06-06T14:14:46 | 2019-06-06T14:14:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 953 | java | package com.gentics.mesh.core.data.root;
import static com.gentics.mesh.test.TestSize.PROJECT_AND_NODE;
import static org.junit.Assert.assertEquals;
import org.junit.Test;
import com.syncleus.ferma.tx.Tx;
import com.gentics.mesh.core.data.node.impl.NodeImpl;
import com.gentics.mesh.test.context.AbstractMeshTest;
imp... | [
"j.schueth@gentics.com"
] | j.schueth@gentics.com |
c54f4a0276293dfe9f05208080d4e20197e9836c | 1df953898aa3b2eab261d929ef28137f67f55de7 | /src/main/java/com/aa/entities/opshubresponse/Replies.java | 811c3a911926095ebff86aab11c1fda87098dc33 | [] | no_license | 955989/LastLiveLeg_OnPremise | 906dbfd714c66f9e78bb583a42c649dbfdc27a42 | 98865666d0b0e7d436658a73e6d49ce6cc6a6401 | refs/heads/main | 2023-07-24T03:31:35.601677 | 2021-09-02T06:29:15 | 2021-09-02T06:29:15 | 402,294,706 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,311 | java | /**
*@author sivan
*POJO to get opshub details from OpsHub Service
*/
package com.aa.entities.opshubresponse;
import java.util.List;
public class Replies {
private Open open;
private List<Add> add;
private List<Delete> delete;
private Close close;
private EndTransaction endTransaction;
private Object excep... | [
"umadevi.goudar@dxc.com"
] | umadevi.goudar@dxc.com |
12744c4f947a3f733d8069ad5abb1589301b3483 | 6c5d60b32218e9d84cb881df6edf4fe383862921 | /src/main/java/com/vncdigital/vpulse/pharmacist/helper/RefProcurementIds.java | 3b7df7f68f9f32e6743f831ce0b82e4779a0821b | [] | no_license | kumarisk/devops | e332479b9a6d85f9adf6d8c9a778e77533a09c91 | 29cde1da39350359f5155be8ef4717d23beded43 | refs/heads/master | 2020-05-05T03:07:31.691988 | 2019-04-05T10:32:17 | 2019-04-05T10:32:17 | 179,661,828 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 339 | java | package com.vncdigital.vpulse.pharmacist.helper;
import org.springframework.stereotype.Component;
@Component
public class RefProcurementIds
{
String procurementId;
public String getProcurementId() {
return procurementId;
}
public void setProcurementId(String procurementId) {
this.procurementId = procuremen... | [
"0abcdef098@gmail.com"
] | 0abcdef098@gmail.com |
8b037f6c50f8189d2c38b8d517b28a07ae1fa018 | 92df4b0929421cb787d404f6cfe17d00d0599d9b | /ShapeTest.java | 2392fff1b9c96a50d41c657547ebe8ee1a05276a | [] | no_license | kimyungki/6th-Assignment | 49eaf3c8a703f93c05016330e07ca3e6cc57cfd5 | 163dfd599dc3afd4e3bb1abd70c282153e6e3d71 | refs/heads/master | 2021-07-02T17:57:49.781408 | 2017-09-24T13:40:23 | 2017-09-24T13:40:23 | 104,646,623 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 538 | java | package test;
public class ShapeTest {
private static Shape arrayOfShapes[];
public static void main(String[] args) {
init();
drawAll();
}
public static void init(){
arrayOfShapes = new Shape[4];
arrayOfShapes[0] = new Rectangle(1,1);
arrayOfShapes[1] = new Triangle(3,3);
a... | [
"noreply@github.com"
] | kimyungki.noreply@github.com |
1c443ecd4a00699d0f3f7d5ec90e0c226502a4d2 | 14a708bf5629a18a9ae380bc166efbc94d4c60c5 | /migratebird-core/src/main/java/com/migratebird/structure/clean/DBCleaner.java | e6913bdb46662066393066cf885f523e40c209c7 | [
"Apache-2.0"
] | permissive | migratebird/migratebird | 29051b6cfef2040a13d2f8899fdd8f7955123405 | a01e5b1f01686621d569631f9920655c4d223b4c | refs/heads/master | 2021-01-19T22:29:31.444498 | 2014-05-22T22:31:16 | 2014-05-22T22:31:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,028 | java | /**
* Copyright 2014 www.migratebird.com
*
* 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... | [
"turgaykivrak@gmail.com"
] | turgaykivrak@gmail.com |
f6d0772caf1992597cea7253230334915623ceae | a7a286825c3308d83016e1356b8de06d949cd42c | /src/D3A3_E.java | f326f89f0d7624e6b442347c2fe86c743e30eba6 | [] | no_license | FiglW/Java_day03_Figl_Edwin | 6be7791eb9bc41898c2faf53c1d71c2517543bde | 4cf2b1df493c6903718a895e9b3f2b4438184a6d | refs/heads/master | 2020-09-13T19:55:39.027774 | 2019-11-20T14:39:53 | 2019-11-20T14:39:53 | 222,888,141 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,393 | java | public class D3A3_E {
public static void main(String[] args) {
// A3: Create examples that demonstrates the usage of following String methods:
// indexOf(), startsWith(), compareTo(), trim(), replace(), replaceAll() and split()
// indexOf()
int index = "This is a teststring".indexO... | [
"pixelpunk9000@outlook.com"
] | pixelpunk9000@outlook.com |
1c777882f3003276d97b640b79be81b03e18c8de | cbdb7891230c83b61be509bc0c8cd02ff5f420d8 | /jcst/jcst_bean/src/main/java/com/kaiwait/bean/jczh/io/JobListInput.java | 71d85cf1281db77e3bed25a423050a3c280c6bae | [] | no_license | zhanglixye/jcyclic | 87e26d1412131e441279240b4468993cb9b08bc3 | 8a311f8b1e6a81fb40f093d725b5182763d6624e | refs/heads/master | 2023-01-04T11:23:22.001517 | 2020-11-02T05:20:08 | 2020-11-02T05:20:08 | 309,265,334 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,651 | java | package com.kaiwait.bean.jczh.io;
import java.util.List;
import com.kaiwait.bean.jczh.entity.JobList;
import com.kaiwait.common.vo.json.server.BaseInputBean;
@SuppressWarnings("serial")
public class JobListInput extends BaseInputBean{
private JobList JobList;
private String job_cd;
private String sale_cd;// 売上種目... | [
"1364969970@qq.com"
] | 1364969970@qq.com |
903a9719fd3c08b2322eea62d3215551ff0dc2a3 | 155f65e3a7974708f42596a4b0b6a71003d8c426 | /src/com/tss/ocean/util/UserAuthenticationProvider.java | 5a20c61c98594b08f8305093f78ee5cce80adbb8 | [] | no_license | salahoukoud/InventoryMgt | be05fa69336e2006fa9ed5c3f3ca4dda99fb015d | b9f66a15569d3f0738609a0c84b2c5932d9a4225 | refs/heads/master | 2020-03-23T13:02:09.935094 | 2014-10-18T20:19:14 | 2014-10-18T20:19:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,193 | java | /* 1: */ package com.tss.ocean.util;
/* 2: */
/* 3: */ import java.util.ArrayList;
/* 4: */ import java.util.Collection;
/* 5: */ import java.util.HashSet;
/* 6: */ import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
/* 7: */ import org.springframework.se... | [
"raaz19.tripathi@gmail.com"
] | raaz19.tripathi@gmail.com |
053447da0563b7984feb9741f554f478a3ba718e | f8c2642bf8d5402c0680aa9bf577fd661881bfdb | /study_info_summary/java/spring/personal/spring_demo/swagger-demo/springboot-common/src/main/java/com/example/springboot/common/exception/BasicException.java | f555d2623b593ca9db48e0a9b45e6b0a1f6e6b2e | [] | no_license | fangyuxiang/learngit | afe6739c978e78fd8ac4e6cfcbec2479c16ddd97 | 6a996f8989011b1ee33b31675734c4d80b4f3dbc | refs/heads/master | 2021-01-13T15:35:51.147231 | 2018-08-05T01:49:32 | 2018-08-05T01:49:32 | 81,315,002 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 419 | java | package com.example.springboot.common.exception;
/**
* @program: swagger-demo
* @description: 通用基础exception
* @author: yuxiang.fang
* @create: 2018-07-08 18:07
**/
public abstract class BasicException extends RuntimeException {
private int code;
BasicException(int code, String msg) {
super(msg);... | [
"yuxiang.fang@geely.com"
] | yuxiang.fang@geely.com |
65ac149f727a69ab38efa2a1f9a12a7aca95c1d5 | 4bc67115ad265570489255c2e44d6098e35e55ad | /simple-db-music/src/fingerprint/AnchorExtractor.java | bbb50fe2f41a7e34a3203d0f58283a1f4c36ec4d | [] | no_license | simple-db-music/simple-db-music | 88ef96900fb01d6b3891ffd440d8c845f38f9331 | fe21cf6206d934f4fcbd9a79bd74ee6addcffeb8 | refs/heads/master | 2021-01-10T03:18:32.911655 | 2015-12-07T19:33:57 | 2015-12-07T19:33:57 | 46,461,879 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,159 | java | package fingerprint;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import java.util.NoSuchElementException;
import java.util.Random;
import java.util.Set;
... | [
"2016bmw@csail.mit.edu"
] | 2016bmw@csail.mit.edu |
e8048d3094a64b27fdbaf19d4e146e7b1ad85f19 | ff22bff94133a8bd80f62060eb9ad22424a69f72 | /19_04_17_RentCompanyServerRelease/src/telran/cars/configuration/SecurityConfiguration.java | d351324104dd926cb3d249a352e0d69e9060005c | [] | no_license | geoart81/mySql | 9999112701a2db6c818200c7401f5cb1efc70ee7 | 6ae572b41977a9f73fb1518c4ea0e81ee1955118 | refs/heads/master | 2020-03-21T18:05:58.939135 | 2019-04-23T08:25:47 | 2019-04-23T08:25:47 | 138,872,531 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 997 | java | package telran.cars.configuration;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.data.mongodb.repository.config.EnableMongoRepositories;
import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder;
import or... | [
"geoart81@icloud.com"
] | geoart81@icloud.com |
fcdefd4f907446725b64806803c84fb69546297a | 624ba905cb884a9119d25825ffb0fdc2aa1ce9fe | /src/main/java/job2/MapReduce/topTenVotes/TopTenMapper.java | c75338263b416bbaad5f4c9625681e729c5dc528 | [] | no_license | davidedm07/Progetto1BigData | b17fbf871ea568e0c226aabb64c7885e50e0ec7e | 6acf277ede42e17d88b2d3b79c896e37e987d002 | refs/heads/master | 2021-06-18T07:45:58.594421 | 2017-05-15T15:37:09 | 2017-05-15T15:37:09 | 91,081,183 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 915 | java | package job2.MapReduce.topTenVotes;
import java.io.IOException;
import java.util.StringTokenizer;
import org.apache.hadoop.io.DoubleWritable;
import org.apache.hadoop.io.LongWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapreduce.Mapper;
import org.apache.hadoop.mapreduce.Mapper.Context;
publi... | [
"antoniomartinelli@MBP-di-Antonio.lan"
] | antoniomartinelli@MBP-di-Antonio.lan |
63e4dfb28218fdef82d07dc01d9932a7d5f46674 | 2ef552c2058b2c27002e497b6206f89aa6d5c40d | /app/src/main/java/polytech/vladislava/sudoku/RecordsActivity.java | a060e2dd229d1f3adb45d9696f68bd20d47d079e | [] | no_license | oxovu/AndroidProject | d24583b0f094c44682d42a4c975c61ad2c6625f7 | 6a9a90b19c2ed286e295433f6e572159cd6fd669 | refs/heads/master | 2020-04-13T06:04:31.921654 | 2018-12-28T09:20:59 | 2018-12-28T09:20:59 | 163,010,901 | 0 | 0 | null | 2018-12-24T17:16:19 | 2018-12-24T17:16:19 | null | UTF-8 | Java | false | false | 1,006 | java | package polytech.vladislava.sudoku;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.widget.ListView;
import java.util.Collections;
import java.util.List;
public class RecordsActivity extends AppCompatActivity {
private DBConnector connector;
@Override
... | [
"vlada318@live.com"
] | vlada318@live.com |
436584b7fad5af812b1465300910134fe7a94b13 | 96316916d2f8fc2566bb77a44d8ef5a18a9fc1bf | /src/main/java/pl/uek/krakow/pp5/App.java | afe0f70be336c4004b44245c95b9bdf4de7c3282 | [] | no_license | jkanclerz/pp5-creditcard | 26b1fc66056595edc1feec8cd8e1769eb4d79f1c | 9c0473cc2349df81399ac65e7fd9d3182544bd29 | refs/heads/master | 2020-09-09T08:32:59.823184 | 2019-11-06T07:41:59 | 2019-11-06T07:41:59 | 217,028,893 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 141 | java | package pl.uek.krakow.pp5;
public class App {
public static void main (String[] Args){
System.out.println("lol :)");
}
}
| [
"joannawojtowicz@MacBook-Air-Joanna-2.local"
] | joannawojtowicz@MacBook-Air-Joanna-2.local |
e8015b886b4ecf0bf9953bcd0f30813db3b372c3 | c7b94c91cf9834ff1ffcd5405360771505c7a9a8 | /IPAddress/src/inet/ipaddr/format/IPAddressStringDivisionGrouping.java | 01f6075b5f58b1015c221a11746e72b92d419bcd | [
"Apache-2.0"
] | permissive | yab/IPAddress | 673445a8609f1b168750be7cc0ce00769cfcf488 | 475b148e82b816c488510b9b5b03e70223d93b34 | refs/heads/master | 2021-09-05T17:14:18.973850 | 2018-01-29T22:31:59 | 2018-01-29T22:31:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,389 | java | /*
* Copyright 2017 Sean C Foley
*
* 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
* or at
* https://github.com/sean... | [
"seancfoley@gmail.com"
] | seancfoley@gmail.com |
4be34b35ec346d27f69788bb6d294c908f61fccf | 4535e15af7ad12271571b1af37bf2484ff7158c9 | /app/src/main/java/com/example/sns/follow/model/FollowListItem.java | 1f6ce4c13635866f796ac806c895d676186fd778 | [] | no_license | anstn1993/android_sns2.0 | 14d410b61bbe236521deb5864edfdf2bfd36b27f | b65c933a850acac91cbe623a044a5b88e9969108 | refs/heads/master | 2021-07-10T22:37:33.539351 | 2020-11-13T04:22:12 | 2020-11-13T04:22:12 | 215,761,493 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 986 | java | package com.example.sns.follow.model;
public class FollowListItem {
private String account, profile, nickname;
private int id;
private boolean isFollowing;
public String getAccount() {
return account;
}
public void setAccount(String account) {
this.account = account;
}
... | [
"anstn1993@gmail.com"
] | anstn1993@gmail.com |
331811f1919535b808061ac128832befb9b05433 | 433c893543d55eb85e64346d16ccb6c133acf857 | /src/main/java/com/sugarcrm/sugar/WsRest.java | 09ca473b04e15c34e98673775baf851ad53fed44 | [] | no_license | mavis1001/IBMVoodooGrimoire | 338d3c29b178071cd3a96250a42e00cae1f14b0f | 97ca609034b2ae0022e4aff95ed61867574873c5 | refs/heads/master | 2021-01-19T15:34:13.778833 | 2014-01-17T12:11:01 | 2014-01-17T12:11:01 | 16,132,489 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 12,975 | java | package com.sugarcrm.sugar;
import com.sugarcrm.candybean.configuration.Configuration;
import com.sugarcrm.candybean.webservices.WS;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import java.util.logging.Logger;
import java.security.... | [
"afrantsuzov@sugarcrm.com"
] | afrantsuzov@sugarcrm.com |
92b13e000d55ab701efbdfa634165d408f2c8ee8 | 7b5b60b4b0786272644a8c5d3441ec9c29f12c8c | /src/main/java/pl/coderslab/filters/SuperAdminFilter.java | 6a8be49e89924855101a8b39f5e6189e4193e610 | [] | no_license | tomaszkerg/scrumlabMyCopy | c62e4046e181a4cda5d4c5c71c23c7ffa734fa7a | 536f2f84717b7f2e68ac5390a38e2c25cb420b6e | refs/heads/master | 2023-01-19T03:47:39.635080 | 2020-11-22T14:19:17 | 2020-11-22T14:19:17 | 315,054,381 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,017 | java | package pl.coderslab.filters;
import pl.coderslab.model.Admin;
import javax.servlet.FilterChain;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebFilter;
import javax.servlet.http.HttpFilter;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import j... | [
"tomasz.kerg@gmail.com"
] | tomasz.kerg@gmail.com |
abbc081a11b8c24bb8f60dd32342a94651387fa6 | 20330fa0df126ca6725ed790482bba1fd7041a39 | /app/src/main/java/com/crazyt/health/WalkandStep/adapters/TrainingOverviewAdapter.java | 445d1018e382c631f5b8ec493cd9cf6e73418cbe | [] | no_license | alokakb/HealthcareApp2 | f3290f701d18f1dec2e1a55df5f22d93b436e599 | 800ba02d6659f2927b1bf9f166e82bde11fb00e4 | refs/heads/master | 2023-08-24T14:52:30.628949 | 2021-10-21T02:11:58 | 2021-10-21T02:11:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,656 | java |
package com.crazyt.health.WalkandStep.adapters;
import android.content.Context;
import android.os.Build;
//import androidx.cardview.widget.CardView;
//import android.support.v7.widget.PopupMenu;
//import androidx.recyclerview.widget.RecyclerView;
import android.transition.TransitionManager;
import android.view.Layout... | [
"alok.alokbharti.bharti8@gmail.com"
] | alok.alokbharti.bharti8@gmail.com |
88722286877a90e6a4c5b24dc99ef56c3596b2e9 | 4b066a37195364f2b05297a4aa00925acd6b301c | /jpa05/src/main/java/mapping/entity/Mapping.java | 9cf267bd1feb930bdbd0a489acd1ebec0e46a59a | [] | no_license | hunchulchoi/jpa-demo | 70091ccf2feac3d4f81acae9fb5b4907506b5678 | a21e0f5a672a7273cffb432e263961beee4bcc85 | refs/heads/master | 2023-07-02T16:14:44.944967 | 2021-08-04T04:19:03 | 2021-08-04T04:19:03 | 392,172,565 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,729 | java | package mapping.entity;
import lombok.extern.slf4j.Slf4j;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.EntityTransaction;
import javax.persistence.Persistence;
import java.util.List;
import java.util.stream.Collectors;
@Slf4j
public class Mapping {
... | [
"hc.choi@q-sol.co.kr"
] | hc.choi@q-sol.co.kr |
bf6cdc27f810994efb44660b342668c18b15b1f6 | b533b394b8fa665b7270830a128adc57931cb6af | /editor/cn/StringCompressionIi_1531.java | fcad157e643751b5112bed0b19af87f2e2387ac3 | [] | no_license | pengzhetech/leetcode | f2ac111cf41cca23c2e52edd9a072aae8782e382 | 4cda15b0021010b9d8450102a48391e91ce69a7b | refs/heads/master | 2023-06-08T16:19:50.310281 | 2021-07-02T14:59:47 | 2021-07-02T14:59:47 | 275,697,540 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,914 | java | //行程长度编码 是一种常用的字符串压缩方法,它将连续的相同字符(重复 2 次或更多次)替换为字符和表示字符计数的数字(行程长度)。例如,用此方法压缩字符串 "
//aabccc" ,将 "aa" 替换为 "a2" ,"ccc" 替换为` "c3" 。因此压缩后的字符串变为 "a2bc3" 。
//
// 注意,本问题中,压缩时没有在单个字符后附加计数 '1' 。
//
// 给你一个字符串 s 和一个整数 k 。你需要从字符串 s 中删除最多 k 个字符,以使 s 的行程长度编码长度最小。
//
// 请你返回删除最多 k 个字符后,s 行程长度编码的最小长度 。
//
//
//
// 示例 1:
//
// 输入:... | [
"pengzhepost@sina.com"
] | pengzhepost@sina.com |
4458b372cc037bbfd8e40d42515c4850a93a9927 | f2cf2d4acf1788c0c4403c67c0ed848dfd270193 | /app/src/androidTest/java/kr/co/bravecompany/modoogong/android/stdapp/ExampleInstrumentedTest.java | e3c2b22a41d0216d4fe89f03e22c58edc49e24db | [] | no_license | Taylor004/ModooGong_MT_v3 | beb08452e45e1f65c15abf2ac3f32c7d08eece18 | 4fa4b7ebbc1727d2184a6a22c8815f125423a2b0 | refs/heads/master | 2020-09-25T13:54:37.018315 | 2019-12-05T04:42:49 | 2019-12-05T04:42:49 | 226,017,469 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 801 | java | package kr.co.bravecompany.modoogong.android.stdapp;
import android.content.Context;
import androidx.test.InstrumentationRegistry;
import androidx.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumentation test, which will ... | [
"taylor@bravecompany.net"
] | taylor@bravecompany.net |
882bd6b7a858fe526422b5d317045aff1e9bab2a | 7fd939fd1d90431d79eba22e1c9cc6675953df51 | /src/main/java/com/walle/leetcode/normal/AWS.java | b5eb5f0a76a5414a1c330e2fb4890c15bf81c638 | [] | no_license | bbpatience/study | faa288f9b1d229990b859feab7d340891eb95664 | 88fc4e29d89cab4211f863f07fa0d504011fe036 | refs/heads/master | 2020-04-10T03:20:58.274731 | 2020-04-07T02:38:32 | 2020-04-07T02:38:46 | 160,767,477 | 3 | 0 | null | 2019-10-11T19:13:12 | 2018-12-07T03:46:08 | Java | UTF-8 | Java | false | false | 1,150 | java | package com.walle.leetcode.normal;
import java.util.Arrays;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class AWS {
public List<Integer> search(int[] entryTime, int[] leaveTime) {
//calculate
int max = 0;
int idx = 0;
Map<Integer, Integer> map = n... | [
"baibing@rongcloud.cn"
] | baibing@rongcloud.cn |
3d9b498fdae76d093f8236cb6240b16893b1fa67 | 27926c6c630dc97ef744ec33869a9f3fefcb3adc | /Courses/Spring-Hibernate-for-Beginners-includes-Spring-Boot/spring-hibernate-source-code-v26/14-spring-boot-thymeleaf/38-thymeleafdemo-employees-validation/src/main/java/com/luv2code/springboot/thymeleafdemo/entity/Employee.java | 54e6b46b21d92add547d51fbaaa989bfdcde28a8 | [
"Apache-2.0"
] | permissive | SergiOn/java | 3e09cf1c82ba6b90a6a498bbda9791b7505ba2e8 | 723483bec0ec8d9d6a1604d0bb29dc64e4383429 | refs/heads/main | 2021-06-08T04:44:51.967211 | 2020-04-18T19:14:01 | 2020-04-18T19:14:01 | 129,922,956 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,818 | java | package com.luv2code.springboot.thymeleafdemo.entity;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
import javax.validation.constraints.NotBlank;
@Entity
@... | [
"onishhenko@gmail.com"
] | onishhenko@gmail.com |
3c515612453f16d2a889415e2abce446e044275d | 17c30fed606a8b1c8f07f3befbef6ccc78288299 | /Mate10_8_1_0/src/main/java/com/leisen/wallet/sdk/tsm/ITSMOperator.java | 1752ed4a7256dc841308d58f09e3437e17849769 | [] | no_license | EggUncle/HwFrameWorkSource | 4e67f1b832a2f68f5eaae065c90215777b8633a7 | 162e751d0952ca13548f700aad987852b969a4ad | refs/heads/master | 2020-04-06T14:29:22.781911 | 2018-11-09T05:05:03 | 2018-11-09T05:05:03 | 157,543,151 | 1 | 0 | null | 2018-11-14T12:08:01 | 2018-11-14T12:08:01 | null | UTF-8 | Java | false | false | 1,403 | java | package com.leisen.wallet.sdk.tsm;
import com.leisen.wallet.sdk.bean.CommonRequestParams;
import com.leisen.wallet.sdk.bean.OperAppletReqParams;
public interface ITSMOperator {
int activateApplet(CommonRequestParams commonRequestParams, String str);
int addGPAC(CommonRequestParams commonRequestParams, String... | [
"lygforbs0@mail.com"
] | lygforbs0@mail.com |
4210d44d83939d12f1f54067ddc7b0da6bbd21ca | 791b03a690bdb69646f3ac33a0bc806fb906f175 | /app/src/androidTest/java/com/hathy/onboardingtutorial/ApplicationTest.java | 8c489710a1bf3e5f35b3b83295904dd3ad9723d3 | [
"BSD-2-Clause"
] | permissive | tutsplus/Android-Onboarding | 45977548d80a130d7b8e6fd8bf0d11b4e6262cc6 | 3b50415ff2dbbf0932205550a4f004a0fc19ba59 | refs/heads/master | 2020-12-26T04:05:08.137123 | 2015-07-27T04:44:47 | 2015-07-27T04:44:47 | 39,755,260 | 22 | 7 | null | null | null | null | UTF-8 | Java | false | false | 359 | java | package com.hathy.onboardingtutorial;
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() {
... | [
"mlrdae@gmail.com"
] | mlrdae@gmail.com |
3c2d1340e710c13a3fb4c51a94a500e4ae2d168b | fe6803462a9149a1eda8adbda9639caa009f0018 | /org/pjsip/pjsua2/AccountConfig.java | d0958599293a2000443635f4b0d518451812deba | [] | no_license | RealFictionFactory/pjsip-android-binaries | 3434206a1890379eee956ea7722c65ce52f7970f | a346ed8afb71168400e6a855d8f12b5768acad37 | refs/heads/master | 2021-04-28T06:36:05.513813 | 2018-02-20T14:20:12 | 2018-02-20T14:20:12 | 122,205,838 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,025 | java | /* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.8
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* ------------------------------... | [
"adebicki@pgs-soft.com"
] | adebicki@pgs-soft.com |
1d7a9cbc9ea8d7d471baa18dfcd01567e3ae3da5 | 2b569fd327cc6f38b3d660cc1be747b7cd88cc42 | /src/main/java/com/arrkgroup/poc/web/rest/package-info.java | 545acc1318deb5cd8d52694fc999d135dbe7a798 | [] | no_license | moazzam3641/testRepo | 63f2b1f2d060708cf563bc56408c23bff8f1262b | e26c10db6d2dc3f64f4081b182301c2e6367515e | refs/heads/master | 2021-04-09T17:54:03.383139 | 2018-02-27T11:05:10 | 2018-02-27T11:05:10 | 125,853,991 | 0 | 1 | null | 2020-09-18T10:02:16 | 2018-03-19T12:28:04 | Java | UTF-8 | Java | false | false | 76 | java | /**
* Spring MVC REST controllers.
*/
package com.arrkgroup.poc.web.rest;
| [
"sonal.verma@arrkgroup.com"
] | sonal.verma@arrkgroup.com |
7d6f8dbc22820a9bab48bac7ded2bb92111bb1c6 | b118a9cb23ae903bc5c7646b262012fb79cca2f2 | /src/com/estrongs/android/pop/app/dj.java | 54e29305f22daeeb749ea8ff842e515642cdd599 | [] | no_license | secpersu/com.estrongs.android.pop | 22186c2ea9616b1a7169c18f34687479ddfbb6f7 | 53f99eb4c5b099d7ed22d70486ebe179e58f47e0 | refs/heads/master | 2020-07-10T09:16:59.232715 | 2015-07-05T03:24:29 | 2015-07-05T03:24:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,720 | java | package com.estrongs.android.pop.app;
import android.content.Intent;
import android.content.res.Resources;
import android.graphics.Bitmap;
import android.util.DisplayMetrics;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.w... | [
"reverseengineeringer@hackeradmin.com"
] | reverseengineeringer@hackeradmin.com |
4cd2ea106aeb2ccc4ec9674e19f9593a15e0f8c0 | 11e6c7959731ad7eda490a9cee3a79b4b2addc9a | /app/src/main/java/org/aisen/weibo/sina/support/biz/GithubResourceDownloadHttpUtility.java | c67400c909a3a8a17d2da3d14c635c4d35ca3f8b | [] | no_license | wms1993/AisenWeiBo | 2233ef326fac54e9c795a785b839ebfd9614b79f | b253bfa4a2d64a60cdb137b8e10cd224f7586af4 | refs/heads/master | 2021-01-10T02:17:38.908790 | 2017-05-24T09:51:27 | 2017-05-24T09:51:27 | 55,762,994 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,603 | java | package org.aisen.weibo.sina.support.biz;
import android.net.Proxy;
import org.aisen.android.common.context.GlobalContext;
import org.aisen.android.common.setting.Setting;
import org.aisen.android.common.setting.SettingUtility;
import org.aisen.android.common.utils.FileUtils;
import org.aisen.android.common.utils.Log... | [
"1482824390@qq.com"
] | 1482824390@qq.com |
95c24c123a1d9854a00fa2773097753a929a0050 | 4185ac382130d8bb4c6ef4d2eb3071f5a87505c7 | /src/com/sail/Main.java | 4e6127ad8a5fa0d911f905110270bb4075db0769 | [] | no_license | ios-yifan/factory | d8ce3b5c2ecc980a9ae9acea7361ccfa597794d8 | 382f8926560117324f1510dd2ce2dc81302ecf94 | refs/heads/master | 2023-02-17T02:35:05.681254 | 2021-01-20T03:18:45 | 2021-01-20T03:18:45 | 331,179,143 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 363 | java | package com.sail;
public class Main {
public static void main(String[] args) {
// write your code here
Operation operation = OperationFactory.creatOperation(OperationType.OPERATION_DIVIDE);
operation.setNumberA(1);
operation.setNumberB(0);
double result = operation.getResult();
... | [
"zhangyifan@rongcloud.cn"
] | zhangyifan@rongcloud.cn |
e128859162a7a344f9b23bf8c8ea3102e108d4d3 | 4998cc523e28baac8a23ca33d9f993843a2e12fe | /src/by/it/zhuk/lesson04/TaskC1.java | b67cb813878dd3da7f4e999850288ef968ba2cfe | [] | no_license | zhuk1985/cs2018-09-03 | 51500735dad3b4b4986a9550cf698b3bbce948b4 | 5c34083e3cf22a5fe1abaa525bdf55c80a695673 | refs/heads/master | 2020-03-28T01:12:59.272924 | 2018-09-14T17:27:40 | 2018-09-14T17:27:40 | 147,487,284 | 0 | 0 | null | 2018-09-05T08:43:40 | 2018-09-05T08:43:41 | null | UTF-8 | Java | false | false | 4,544 | java | package by.it.zhuk.lesson04;
import java.util.Scanner;
/*
Напишите программу которая спрашивает у пользователя:
Какую вы хотите зарплату в $$$?
После ввода суммы, программа анализирует полученное значение
и если введенная цифра меньше 300 или больше 3000 программа выводит на экран:
Мы вам перезвоним!
Иначе выводит ... | [
"gukolka@inbox.ru"
] | gukolka@inbox.ru |
939f40c026ae3348afcfa792dcb033b0cb8012c2 | df742ee89d5fa19b6139087726c269f05cca7df1 | /account-core/src/main/java/com/zbjdl/account/service/impl/SystemInfoServiceImpl.java | b4d6c2a53cfb792194872f3c51c638495b57a015 | [] | no_license | zhengyi89/zbjdl-account | a3dca9af16709e6f4689fbe0b1b3aa9bda5fb8fb | b07d18aa7d112fd4eaa50235fe795dcddfe71c4c | refs/heads/master | 2020-04-15T11:17:38.407382 | 2019-02-14T08:14:04 | 2019-02-14T08:14:04 | 164,623,668 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,292 | java | /*
* Powered By zbjdl-code-generator
* Web Site: http://www.zbjdl.com
* Since 2018 - 2022
*/
package com.zbjdl.account.service.impl;
import java.util.ArrayList;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.zbjdl.c... | [
"zhengyi@fishcredit.net"
] | zhengyi@fishcredit.net |
7424063c99d3fcd8eb6f33f7302a602d12655431 | 09891aaff36ef0db918828a1382041cce1e136e3 | /src/main/java/ofx/AdditionalStateTaxWithheldAggregate.java | 8e75f9c288028cb01b89244206755939cda21d59 | [] | no_license | proyleg/InvestiaGenOFX2_mv | 7f01555282b094581ae773421b23b3cae8656723 | 4d5524717067f66c1bec2d0702fbb8e448588611 | refs/heads/master | 2021-01-20T03:21:46.991208 | 2018-12-18T14:48:04 | 2018-12-18T14:48:04 | 89,526,447 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,924 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
// 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: 2013.12.12 at 04:58... | [
"proy_leg@hotmail.com"
] | proy_leg@hotmail.com |
eb9c79623e915e5252c8fa3b32f7e0886e2deee8 | 84c293e21e0e703d838d9dbe9df42d0d9408c8d8 | /app/src/main/java/com/applicationtest/vbr/designtest4/com/vbr/LeaderBoard/LeaderboardData.java | 65a59d8f801fb3c5864b5e4fb34707f329b18bac | [] | no_license | vbreddy007/DesignTest4_1 | b99db24dfd43c8f7e55cab0703b9c69c567f1c50 | 17e18d750550c5ba129b176e366ecbc67231ff2f | refs/heads/master | 2021-01-23T10:23:11.645193 | 2017-06-02T07:44:16 | 2017-06-02T07:44:16 | 93,058,903 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 144 | java | package com.applicationtest.vbr.designtest4.com.vbr.LeaderBoard;
/**
* Created by C5245675 on 4/19/2017.
*/
public class LeaderboardData {
}
| [
"vijaya.reddy@sap.com"
] | vijaya.reddy@sap.com |
0e672871682af7f91331eedc04e38da6110a5ef2 | 7db6c08953395ecfbe073cfcf2faf99546f6e048 | /java/PrimeChecker.java | e09782234f911732fdf770e3a246bcbced4b3cf8 | [] | no_license | hill-giant/HackerRank-Submissions | 77f5989db97d7aa86c1fd2c54b89090ff2b9d30f | 7b70b954738d65fd0a4994ee2a03245df165afd4 | refs/heads/master | 2022-12-15T22:48:48.358496 | 2020-08-30T17:36:13 | 2020-08-30T17:36:13 | 105,159,476 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 723 | java | import static java.lang.System.in;
class Prime
{
public void checkPrime(int... arguments)
{
for (int i : arguments)
{
if (i <= 1)
continue;
else if (i <= 3)
System.out.print(i + " ");
else if (i % 2 == 0 || i % 3 == 0)
... | [
"nclowes@beyondtrust.com"
] | nclowes@beyondtrust.com |
af06462a432ba1c0008870946646a62266c1dfed | 750851c281d23872b9dcbda02b995698f4df1585 | /src/main/java/com/cuijing/sundial_dream/web/support/PathVariableNotNullChecker.java | 656f6038d10f06321a1db830bfaed6741448774b | [] | no_license | Christina-cui/sundial_dream | 9eeb5e08a4d14f3e3d405ae0155d96b251436b6a | 095d49728ddbcef7b8d01ffa491fa4fa685e73d6 | refs/heads/master | 2022-07-13T21:05:56.587155 | 2020-05-20T10:11:11 | 2020-05-20T10:11:11 | 249,300,372 | 2 | 0 | null | 2022-06-17T03:02:56 | 2020-03-23T00:35:20 | JavaScript | UTF-8 | Java | false | false | 3,734 | java | package com.cuijing.sundial_dream.web.support;
import com.cuijing.sundial_dream.common.error.Errors;
import com.google.common.collect.ImmutableList;
import com.google.common.primitives.Shorts;
import lombok.extern.slf4j.Slf4j;
import org.aspectj.lang.JoinPoint;
import org.aspectj.lang.reflect.MethodSignature;
import o... | [
"cuijing@yikaiye.com"
] | cuijing@yikaiye.com |
70b705be1ec30f3c0a0f5d1b050c3aac212b999e | dde804bed2655d40ce4cf4fb65701e652415b7d1 | /ebaysdkcore/src/main/java/com/ebay/soap/eBLBaseComponents/MaximumUnpaidItemStrikesDurationDetailsType.java | 26e64fab6fbae7bd5b662314bb2416f34b913a40 | [] | no_license | mamthal/getItemJava | ceccf4a8bab67bab5e9e8a37d60af095f847de44 | d7a1bcc8c7a1f72728973c799973e86c435a6047 | refs/heads/master | 2016-09-05T23:39:46.495096 | 2014-04-21T18:19:21 | 2014-04-21T18:19:21 | 19,001,704 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,195 | java |
package com.ebay.soap.eBLBaseComponents;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAnyElement;
import javax.xml.bind.annotation.XmlElement;
import... | [
"mamtha@mamtha-Dell.(none)"
] | mamtha@mamtha-Dell.(none) |
570b2098aa11994cf71f3faed5c66dffec51484b | 1b26c0e8a7edd769e67ddb5de94e32bd55c15868 | /legacy/src/main/java/com/redhat/gps/pathfinder/web/api/security/JwtAuthorizationTokenFilter.java | b30602d3c0e26982dcd1233d889cc8851064b671 | [
"Apache-2.0",
"CC-BY-SA-4.0"
] | permissive | noelo/pathfinder | 23a37ccacf114c8c53bea58cb7963f9e4c2ecf1c | 6638050cb0766ee0bc4a02e5970a9c7ff61e15f3 | refs/heads/master | 2022-07-25T06:38:27.861871 | 2020-01-20T15:46:12 | 2020-01-20T15:46:12 | 116,313,483 | 0 | 3 | Apache-2.0 | 2022-05-25T06:53:53 | 2018-01-04T22:23:03 | JavaScript | UTF-8 | Java | false | false | 6,447 | java | package com.redhat.gps.pathfinder.web.api.security;
/*-
* #%L
* Pathfinder
* $Id:$
* $HeadURL:$
* %%
* Copyright (C) 2018 RedHat
* %%
* 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
... | [
"mallen@redhat.com"
] | mallen@redhat.com |
20bf2b02c77e56048551b0ac3c30d3ed7226855c | 2776e1e5b618d0c340bf839af61e8577eed9d8c5 | /practice/app/build/generated/source/buildConfig/androidTest/debug/com/example/practice/test/BuildConfig.java | 91780e9fbd105a46d2380fb404d7a91329a34d94 | [] | no_license | Njeri1/quiz2 | 6d702f5f2f9116eac5d0102df46edc34af08e0a5 | f27bfd4d0ac0ff0a7ae50cc5b19e0efed1df98ea | refs/heads/master | 2022-07-30T10:46:34.661695 | 2020-05-24T10:16:35 | 2020-05-24T10:16:35 | 266,515,472 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 457 | java | /**
* Automatically generated file. DO NOT MODIFY
*/
package com.example.practice.test;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "com.example.practice.test";
public static final String BUILD_TYPE = "debug";
... | [
"noreply@github.com"
] | Njeri1.noreply@github.com |
0acd4365192ee7285133dc726cd179e1c02d0e89 | b279411b813073465f93ac5ddda027282be6add0 | /PopupWindow/app/src/test/java/com/example/cheruixi/popupwindow/ExampleUnitTest.java | c69b0f53d6bb9289581b54c58802f26809f6d082 | [] | no_license | jessechen0319/android_study | b9dc6f32ea1102556d05bf3737720c745ac44536 | 6b48fd766c55de96eec7452be6d1f6235a8a98f6 | refs/heads/master | 2018-12-19T16:14:24.448229 | 2018-09-22T12:15:58 | 2018-09-22T12:15:58 | 118,436,750 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 410 | java | package com.example.cheruixi.popupwindow;
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
p... | [
"xiang19890319@gmail.com"
] | xiang19890319@gmail.com |
e354d29421a2f55756bd8b702935390c0c07f7be | 20da1db09d18d156ae9edbd90e5e81e9d725b495 | /src/main/java/com/sjm/domain/BlogSetting.java | 89256d26e3f754817d332dce3e4cda6c26bc9c9f | [] | no_license | sonkabin/umi | fb13bc64c8c497297e8d3c48cecf99780b5568b5 | 38b7139bac5be4d753b497e0a885e8abf4240c95 | refs/heads/master | 2020-03-18T19:34:50.869565 | 2018-05-29T08:41:13 | 2018-05-29T08:41:13 | 131,977,650 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 832 | java | package com.sjm.domain;
public class BlogSetting {
private Integer id;
private String title;
private String description;
private String notice;
public Integer getId() {
return id;
}
public void setId(Integer id) {
this.id = id;
}
public String getTitle() {
... | [
"1014066814@qq.com"
] | 1014066814@qq.com |
edd2f759acb9eea5b97320f30ba39e1d4b8afb59 | dd34da5374ef0079d458aa63f15c591d8ed3a052 | /src/com/qkj/manage/domain/Active.java | 866cd63df4bf596562760a2ed74af7c464ea315d | [] | no_license | kreocn/qkjebiz | 0fd53600c99d4d054747f873e21f5fe8262f6d3a | 749d4d118cd31860568ff2db872ed79099007875 | refs/heads/master | 2021-01-17T01:15:36.173750 | 2014-07-14T09:02:00 | 2014-07-14T09:02:00 | 21,596,226 | 1 | 0 | null | 2016-05-30T06:06:34 | 2014-07-08T02:56:02 | JavaScript | UTF-8 | Java | false | false | 12,239 | java | package com.qkj.manage.domain;
import java.util.Date;
public class Active {
private String uuid;// (varchar)申请编号
private String apply_dept;// (varchar)申请部门
private String apply_user;// (varchar)申请人
private String theme;// (varchar)主题
private String purpose;// (varchar)目的
private Date plan_start;// (date)计划开始时间
... | [
"kreo@qq.com"
] | kreo@qq.com |
0bb3bffecfc4ef6aeea6e82a8821bcf4638deed2 | 39bef83f3a903f49344b907870feb10a3302e6e4 | /Android Studio Projects/bf.io.openshop/src/bf/io/openshop/ux/fragments/OrderCreateFragment$6.java | 2108ef4fd5384c2dc7530f908291a98141cda037 | [] | no_license | Killaker/Android | 456acf38bc79030aff7610f5b7f5c1334a49f334 | 52a1a709a80778ec11b42dfe9dc1a4e755593812 | refs/heads/master | 2021-08-19T06:20:26.551947 | 2017-11-24T22:27:19 | 2017-11-24T22:27:19 | 111,960,738 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 846 | java | package bf.io.openshop.ux.fragments;
import com.android.volley.*;
import timber.log.*;
import bf.io.openshop.utils.*;
import android.app.*;
import bf.io.openshop.ux.*;
class OrderCreateFragment$6 implements ErrorListener {
@Override
public void onErrorResponse(final VolleyError volleyError) {
if (Orde... | [
"ema1986ct@gmail.com"
] | ema1986ct@gmail.com |
ce38033452f89e3183e10b565ca7d8436113481a | 36527153721d9549ac7ab77d5c92b1f7a9ecc7da | /app/src/main/java/com/example/player/adapters/HomeAdapter.java | eeb702f5d311b26f7f102a819aa46c3d099a16fb | [] | no_license | davidking892/videoPlayer | 5094e75c825aee1204d7a67a11e46b7790c7fdbf | 3e6033dad3251a1752370709fd1002e441b768e0 | refs/heads/master | 2023-03-20T16:08:41.706687 | 2021-03-13T05:14:28 | 2021-03-13T05:14:28 | 347,255,685 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,387 | java | package com.example.player.adapters;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.fragment.app.Fragment;
import androidx.fragment.app.FragmentManager;
impo... | [
"krpawan0330@gmail.com"
] | krpawan0330@gmail.com |
fd5a8055987b224fbdb199c48d6583c48248fb9c | ef92c886230431081e77b67510fe697f284e1142 | /SCAR-JAVA/src/FileSplitter.java | e411b7ee7b5d16c4e9de8603b2a32de3beb7d31a | [] | no_license | guh6/SCAR-ANDROID | 63cd1ca4cf4e6c9714ec0a45721b0c830884035b | 6ed77bd16e52fc9df50f75a43f6882869d3d865a | refs/heads/master | 2021-01-10T20:04:15.924886 | 2014-04-18T04:50:58 | 2014-04-18T04:50:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,373 | java | import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
import java.util.Arrays;
import java.util.Scanner;
import org.jlinalg.IRingElement;
import org.jlinalg.IRingElementFactory;
import org.jlinalg.Matrix;
import org.jlinalg.Rin... | [
"hashmapset@gmail.com"
] | hashmapset@gmail.com |
019771fd93f848e1fe11f5c5d2198f8637154dd4 | 5a83e59c61e5289fad245f37fd1e544be6cc7fc5 | /BoardVer1/src/main/java/test/Tlist.java | e4bcaa460e3b41a1125dd53cd88bbb5bcf2533e3 | [] | no_license | jincheol2578/board | da9d9ab750c3f9b4e9fe24cbb91be1cbe4e7453f | cccbff1143dc55d7b4ae77d6c9fd5f260c561d60 | refs/heads/master | 2023-05-09T06:11:32.864556 | 2021-05-28T07:05:30 | 2021-05-28T07:05:30 | 362,734,350 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 761 | java | package test;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
@WebServlet("/Tlist")
public class Tlist extends HttpServlet ... | [
"jincheol2578@gmail.com"
] | jincheol2578@gmail.com |
9f2d406a37e254e0223c7b082f8ae3b344cb29b0 | d9dbf047509fc894a729e8f691ba794e8cf45253 | /highlightTextInTimeLibrary/build/generated/source/buildConfig/androidTest/debug/github/com/highlitetextintime/test/BuildConfig.java | eb9eaf041c27a2414639ab6ceeadaf6f38fbeddd | [] | no_license | mlevytskiy/HighlightTextInTime | 64bbc6dc8b0211ae39491696198612b987880f8f | ff293968ff0648ea4c070dfd5bc4ccbb5453c211 | refs/heads/master | 2021-01-10T06:06:53.298804 | 2015-10-19T10:28:22 | 2015-10-19T10:28:22 | 44,527,381 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 475 | java | /**
* Automatically generated file. DO NOT MODIFY
*/
package github.com.highlitetextintime.test;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "github.com.highlitetextintime.test";
public static final String BUILD_... | [
"m.levytskiy@gmail.com"
] | m.levytskiy@gmail.com |
42abd2b2aac35207591bcef6aea62373624c9031 | 456a1f09f154418ee3b01a22bf12cfaaa71ee9d3 | /sinekarta-ds-patched-repo/src/main/java/org/sinekartads/exception/InvalidPinException.java | 0b14dfae59b816041321dd95374e03a5966001ea | [] | no_license | p4535992/sinekarta | 61809173b2401d798c84f974b1c243c25f6ca0fd | 3c609d3f755284ef7587f13da4a2360b2e467e9b | refs/heads/master | 2021-07-14T06:38:31.369837 | 2020-05-07T08:22:43 | 2020-05-07T08:22:43 | 131,575,109 | 0 | 0 | null | 2018-04-30T09:01:39 | 2018-04-30T09:01:38 | null | UTF-8 | Java | false | false | 1,149 | java | /*
* Copyright (C) 2014 - 2015 Jenia Software.
*
* This file is part of Sinekarta-ds
*
* Sinekarta-ds is Open SOurce Software: you can redistribute it and/or modify
* it 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 ... | [
"tentimarco0@gmail.com"
] | tentimarco0@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.