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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1464b0e31b1632d8f81afbf67bc5b4f8c887c3c8 | 98bf0dc455f4865bea06847c12c46f4be31d2ec4 | /fhir/src/test/java/org/dhis2/fhir/adapter/fhir/metadata/repository/validator/BeforeCreateSaveOrganizationUnitRuleValidatorTest.java | 419690acafdcad31997204c3bd98adcfb801dc8c | [
"BSD-3-Clause"
] | permissive | opensrp/dhis2-fhir-adapter | 5150e8876fb3405534792e6ce15d73a4363cf09e | e29d531f311d87089a32fbfaedde3456dbb6da6e | refs/heads/master | 2022-11-28T02:45:44.378322 | 2022-05-17T11:40:41 | 2022-05-17T11:40:41 | 472,286,673 | 1 | 2 | BSD-3-Clause | 2022-11-12T22:13:07 | 2022-03-21T10:25:17 | Java | UTF-8 | Java | false | false | 10,264 | java | package org.dhis2.fhir.adapter.fhir.metadata.repository.validator;
/*
* Copyright (c) 2004-2019, University of Oslo
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* Redistributions of sour... | [
"volker@volsch.eu"
] | volker@volsch.eu |
a2dac970da3d1d7d4a547a1e5b10996ee3ed78e9 | 431743556e294038f24f588251bcc5bad4896382 | /src/main/java/ads_tracking/Controller/UrlController.java | 477bbeca4bc10b4bcd464a437357c0b49533183d | [] | no_license | fizikovnet/ads-tracking | adae17118d37d688c5ef539f235c85d13387c786 | d10d9bf06849486d82b3d9368dccf6f5c37aa6a0 | refs/heads/master | 2021-01-20T02:13:23.785958 | 2017-06-25T17:02:19 | 2017-06-25T17:02:19 | 89,393,646 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,139 | java | package ads_tracking.Controller;
import ads_tracking.DAO.PostgreDAO.DAOFactory;
import ads_tracking.Entity.Ad;
import ads_tracking.Entity.Url;
import ads_tracking.Entity.User;
import ads_tracking.Exception.DAOException;
import ads_tracking.Services.UrlService;
import org.springframework.beans.factory.annotation.Autowi... | [
"fizikovnet@gmail.com"
] | fizikovnet@gmail.com |
6ee564392ed853c3e6acf653ea3257a980f0a0ae | 42c0a019cacfe1762675da1b8aadbadbdfae548b | /src/main/java/net/jmecn/scene/Scene2D.java | 26fa8cb3cf13b7c5835973b75b7cf3ea4728ba1d | [] | no_license | jmecn/JLight2d | b08063642d396570a0afbc206bafa8a8058e6a7b | b50aaa68cc8fc67ed77986868ec52b4ff975317b | refs/heads/master | 2021-08-31T00:53:00.639623 | 2017-12-20T02:30:20 | 2017-12-20T02:30:20 | 114,624,323 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 617 | java | package net.jmecn.scene;
public abstract class Scene2D {
protected Result unionOp(Result a, Result b) {
return a.sd < b.sd ? a : b;
}
protected Result intersectOp(Result a, Result b) {
Result r = a.sd > b.sd ? b : a;
r.sd = a.sd > b.sd ? a.sd : b.sd;
return r;
}
... | [
"115050813@qq.com"
] | 115050813@qq.com |
2f55e0cf059980aff3156abc893c36ca56109e15 | 16917d6d633c9d7c9b006bb4128a5146f61b65e6 | /src/main/java/org/zwobble/couscous/interpreter/values/UnitInterpreterValue.java | 59792c6225121e1c359b3031a2a06aae63577ac9 | [] | no_license | mwilliamson/java-couscous | c3e70e296f03263ee2210d3b6e11c6be5480427d | 6d423939b255f42a3334925d7c82e81b0865b318 | refs/heads/master | 2020-04-12T09:06:08.503582 | 2018-01-28T12:06:58 | 2018-01-28T12:06:58 | 43,388,866 | 5 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,290 | java | package org.zwobble.couscous.interpreter.values;
import org.zwobble.couscous.interpreter.errors.NoSuchField;
import org.zwobble.couscous.interpreter.types.InterpreterType;
import org.zwobble.couscous.interpreter.types.IntrinsicInterpreterType;
import org.zwobble.couscous.values.PrimitiveValue;
import org.zwobble.cousc... | [
"mike@zwobble.org"
] | mike@zwobble.org |
4621f683ff25f1e4111d11181640d2f4194acef0 | 39696c6d38240f0062724609bd85df2a99fe8661 | /ogmissue-fixed/src/main/java/sample/data2/Module2.java | a5090d9d3ff9e83c860619226657418dfbded929 | [] | no_license | takouaayari/Neo4JPOC | 5741542d5c56b663653b62d7852d19ca7b6ae573 | fac1e75ee4bf0cc8c501097af3061051f2b4a2cd | refs/heads/master | 2021-10-24T03:25:35.973088 | 2019-03-21T14:20:19 | 2019-03-21T14:20:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,181 | java | package sample.data2;
import org.neo4j.ogm.annotation.GraphId;
import org.neo4j.ogm.annotation.NodeEntity;
/**
* Created by buchgeher on 05.09.2016.
*/
@NodeEntity
public class Module2 {
@GraphId
private Long id;
private String name;
private String version;
private Stri... | [
"bks.iitr@gmail.com"
] | bks.iitr@gmail.com |
e1bdcee4290bffcf6718a273954a433d16a7d555 | 3ac73f4f18e7f6f9bc2d68d45ece3cd13953cb24 | /app/src/main/java/com/riya/marvel/DetailPersonFragment.java | 2ef6c62e7e51628f5f36b722e28d009b7708f0a1 | [] | no_license | ayir/marvel-explorer | d9be69bd6ee1eb4d66f1f63e5fb3377ebb905411 | 09fa0eb172c697333286aeddeb150a34a046bd69 | refs/heads/master | 2021-01-19T20:26:53.890026 | 2017-04-17T12:23:35 | 2017-04-17T12:23:35 | 88,505,270 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,694 | java | package com.riya.marvel;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.ProgressBar;
import andro... | [
"riyasharma031995@gmail.com"
] | riyasharma031995@gmail.com |
437ee3d3df071f5e595b40aaf936f8d1ad59d506 | ec99bf182017125322c6ea40c564ba047cc90a70 | /app/src/main/java/com/eric/cookbook/ui/menudetail/viewholder/TypeTitleViewHolder.java | d160297dcb2d32bfe15e94cd2a23e54dcee2cc07 | [] | no_license | hcqeric/CookBook | 5cd3a2b9f34fc132c6a74ff7220f9aa81c6aba1e | 6965d64a8cf6eb2deb1d9e91b873516f54858813 | refs/heads/master | 2021-01-23T23:13:08.283577 | 2017-09-10T08:48:15 | 2017-09-10T08:48:15 | 102,958,944 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 694 | java | package com.eric.cookbook.ui.menudetail.viewholder;
import android.view.View;
import android.widget.TextView;
import com.eric.cookbook.R;
import com.eric.cookbook.bean.TitleBean;
import butterknife.Bind;
import butterknife.ButterKnife;
/**
* Created by Administrator on 2017/4/7.
*/
public class Ty... | [
"hcqeric@126.com"
] | hcqeric@126.com |
6df14ad52f6ddafd3fbe371b29482e4718fceea5 | 41a51ae9ea655fbf6397457133fc4c4c95f0d5f0 | /SrpingMVCJPADemo/src/main/java/com/fullstack/employee/entity/Employee.java | 7126e6db73565c73708b417df14c69388a3c6214 | [] | no_license | gudurugiri/FullstackDeveloper_practice | 24df2e5160f9786257f355e993be78e2ffe50be2 | d2d522a6e0eccb8d545ecf93dca3a96a4c197f14 | refs/heads/master | 2021-08-23T11:51:09.586025 | 2017-12-04T19:56:34 | 2017-12-04T19:56:34 | 113,081,425 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,006 | java | /**
*
*/
package com.fullstack.employee.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;
/**
* *@author BUJAIR
*
*/
@Entity
@Table(name = "EMPLO... | [
"gudurugiri@gmail.com"
] | gudurugiri@gmail.com |
72e95382866eabd044571f4ff7ce8f7171ab4ab4 | 36a8c2d89f42c5d19af8aa2e5736519b0a3a15c5 | /cmsnesia-web/src/main/java/com/cmsnesia/web/config/LoggingFilterConfig.java | ab29d45794419a3c7ddd7500c3988521004c7ae2 | [] | no_license | cmsnesia/cmsnesia | 77b6d6971f43a8455ddc267748185725356400b8 | 8d3077ee0a98dc29ffd2b0332a083275598d27c9 | refs/heads/master | 2022-04-15T17:46:41.926816 | 2020-03-16T06:21:31 | 2020-03-16T08:12:45 | 236,416,500 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,468 | java | package com.cmsnesia.web.config;
import com.cmsnesia.web.config.interceptor.RequestLoggingInterceptor;
import com.cmsnesia.web.config.interceptor.ResponseLoggingInterceptor;
import java.util.List;
import lombok.extern.slf4j.Slf4j;
import org.springframework.context.annotation.Configuration;
import org.springframework.... | [
"contact@ardikars.com"
] | contact@ardikars.com |
0881b317fdcbc035d39570b6d339cdd5011ae7a8 | 3a86eef9ac6477dc0fbc4ba263f567549214ce9b | /transaction-demo/src/main/java/com/springboot/transacltional/dao/UserMapper.java | ae03d458524d42b6339179b3b0f9613186673c99 | [] | no_license | Hurdmmmer/spring-boot-demo | d5da283c0ae50dfbf8eecbe0d92e20d66b00c0b1 | 8a9790e6155993bd8b58a9bc7b7625fc0989e635 | refs/heads/master | 2020-04-24T13:15:05.222399 | 2019-02-22T02:55:38 | 2019-02-22T02:55:38 | 171,981,133 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 304 | java | package com.springboot.transacltional.dao;
import com.springboot.transacltional.entity.User;
import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Repository;
@Repository
public interface UserMapper {
int insertUser(User user);
User getUser(@Param("id") int id);
}
| [
"youjian_work@hotmail.com"
] | youjian_work@hotmail.com |
8ef58e2c39dc547273a8e645c4722a9b7dc52721 | de25bc5b567a42dde8218b295537579daa51f534 | /imagepickerview/build/generated/source/buildConfig/debug/ru/vvdev/imagepickerview/BuildConfig.java | 7c85581f7811a2963135e2720155662223dd21fb | [] | no_license | jorzj/ImagePickerView | 8aa40832c2ebcf127303e071cdc1f4589ba7ed69 | e070e80b7e44e018a1e42b990da50e106b349445 | refs/heads/master | 2022-04-04T01:22:32.556732 | 2020-02-20T11:56:30 | 2020-02-20T11:56:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 675 | java | /**
* Automatically generated file. DO NOT MODIFY
*/
package ru.vvdev.imagepickerview;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String LIBRARY_PACKAGE_NAME = "ru.vvdev.imagepickerview";
/**
* @deprecated APPLICATION_ID is misleadi... | [
"gerasimshogd@gmail.com"
] | gerasimshogd@gmail.com |
ab091b29d4087607155490349b71cdd33632d927 | 60339d6cbfd3cb9b049df5ee3591bc82e533fa05 | /LeetcodeJava/src/strings/RotateString.java | e83474767cfe72e1d690a9b5a01a5f816fe5cf5e | [] | no_license | xuetingandyang/leetcode | 09551e0c53599679df42e2915309aec482c962ae | e1a4c1bc5d01b4e2ba51a5255deed6426557dcb0 | refs/heads/master | 2020-12-02T10:47:21.234742 | 2020-10-07T01:14:05 | 2020-10-07T01:14:05 | 230,986,809 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,131 | java | package strings;
//Rotate String
//Given a string and an offset, rotate string by offset. (rotate from left to right)
//Given "abcdefg".
//offset=0 => "abcdefg"
//offset=1 => "gabcdef"
//offset=2 => "fgabcde"
//offset=3 => "efgabcd"
//
//Challenge
//Rotate in-place with O(1) extra memory.
// 3-step rotate
public cl... | [
"gracefulrane@163.com"
] | gracefulrane@163.com |
f5d4dddb5e6efa392db8dd24a7588a8131daafbd | b8ef3edd99bae433b6a7cee2fa9792a5780ec20c | /server/src/main/java/com/fluig/identity/swagger/api/model/exception/ErrorCode.java | e9bc94765f1f40ea8501078b36b8a41f33722a47 | [] | no_license | fluigidentity/swagger-management | de42b33f7a3ef6f2042615ba290768390bf96ca7 | c113cddd5ed16af38d65b0932c2720aefd1ef67c | refs/heads/master | 2020-12-31T06:47:49.415242 | 2017-03-31T12:58:34 | 2017-03-31T12:58:34 | 86,614,210 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 369 | java | package com.fluig.identity.swagger.api.model.exception;
public final class ErrorCode {
private final String code;
private final String description;
public ErrorCode(String code, String description) {
this.code = code;
this.description = description;
}
public String getCode() {
return code;
}
public Str... | [
"paulo.francisco@fluig.com"
] | paulo.francisco@fluig.com |
fcab5334cb8c3df26f67f387122e2da68e4b2ac9 | eadba1fff7a4e4820bf032fc6a76fd3aeb116977 | /jasync-core/src/main/java/io/github/vipcxj/jasync/core/javac/visitor/ExtractMethodScanner.java | 7e359c1bb601fdbe187ff033e3f05da47c5295dd | [
"Apache-2.0"
] | permissive | iCodeIN/jasync | abc5496ca6636cb9f92cc5d65b4ecde5a3b59c85 | c7729f032a84ad62e212dba34208599edd4b8ea1 | refs/heads/master | 2023-08-07T07:27:56.247069 | 2021-09-20T19:49:41 | 2021-09-20T19:49:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,610 | java | package io.github.vipcxj.jasync.core.javac.visitor;
import com.sun.source.tree.LineMap;
import com.sun.tools.javac.code.Symbol;
import com.sun.tools.javac.tree.JCTree;
import com.sun.tools.javac.tree.TreeScanner;
import com.sun.tools.javac.util.List;
import io.github.vipcxj.jasync.core.javac.model.VarKey;
import java... | [
"vipcxj@126.com"
] | vipcxj@126.com |
800e5ad3e50a6b7e6a5fbf619f1a2be77244f3b3 | a9de22590675be8ee38163127a2c24a20c248a0b | /src/com/iremote/infraredcode/stb/codequery/AndTian.java | 411b2f154a2d1aa1a4756a7f141b9dab6236c37b | [] | no_license | jessicaallen777/iremote2 | 0943622300286f8d16e9bb4dca349613ffc23bb1 | b27aa81785fc8bf5467a1ffcacd49a04e41f6966 | refs/heads/master | 2023-03-16T03:20:00.746888 | 2019-12-12T04:02:30 | 2019-12-12T04:02:30 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,127 | java | package com.iremote.infraredcode.stb.codequery;
import com.iremote.infraredcode.tv.codequery.CodeQueryBase;
public class AndTian extends CodeQueryBase {
@Override
public String getProductor() {
return "AndTian";
}
@Override
public String[] getQueryCodeLiberay() {
return querycode;
}
private stati... | [
"stevenbluesky@163.com"
] | stevenbluesky@163.com |
fb2925c0b07b78df93bbbebdba409ec89382cc61 | c2be9db873af1bcdbbc3948dc39d669463cb51dd | /banco/src/main/java/es/cedei/plexus/models/User.java | 75304118dbfaf048e8007a51c9158bec95a9003a | [] | no_license | NoeSie7/Java-Plexus | 561bc465c72bbc29fd36eadc3f8a348f31247a94 | 2612f29d8dbc9c1ef97b07c71a7082f983d67a28 | refs/heads/master | 2020-04-20T00:18:47.897075 | 2019-01-31T12:15:34 | 2019-01-31T12:15:34 | 168,519,247 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 717 | java | package es.cedei.plexus.models;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
@Entity // This tells Hibernate to make a table out of this class
public class User {
@Id
@GeneratedValue(strategy=GenerationType.AUT... | [
"kukulumbuku@gmail.com"
] | kukulumbuku@gmail.com |
c7dc49d4bfa4f4694906a1b60e0d61d467af39cc | 26d459097a814cf68985748dded27ec0ad17e6e9 | /cdst-business/conferenza/src/main/java/conferenza/DTO/RispostaBoolean.java | f85bae52dafb2d668224b42408b5120c36322050 | [] | no_license | christiandeangelis/meetpad-public | 096af0f7d058a1dd78ce3ca667e8077302f4b20a | d7bac39cc93056859ac34cda2aa1e85cec3f73ea | refs/heads/main | 2023-07-13T20:34:52.657949 | 2021-09-01T12:19:32 | 2021-09-01T12:19:32 | 402,055,182 | 0 | 0 | null | 2021-09-01T12:37:26 | 2021-09-01T12:37:26 | null | UTF-8 | Java | false | false | 197 | java | package conferenza.DTO;
import conferenza.DTO.bean.Risposta;
import io.swagger.annotations.ApiModel;
@ApiModel(value="BooleanResponse")
public class RispostaBoolean extends Risposta<Boolean>{
}
| [
"antonio.genghi@regione.emilia-romagna.it"
] | antonio.genghi@regione.emilia-romagna.it |
809cd90848ba925c5495e80d6682b8569267c771 | a94503718e5b517e0d85227c75232b7a238ef24f | /src/main/java/net/dryuf/comp/gallery/dao/GallerySourceDao.java | f23f6ee73dff62624dceedd89571fd4139764258 | [] | no_license | kvr000/dryuf-old-comp | 795c457e6131bb0b08f538290ff96f8043933c9f | ebb4a10b107159032dd49b956d439e1994fc320a | refs/heads/master | 2023-03-02T20:44:19.336992 | 2022-04-04T21:51:59 | 2022-04-04T21:51:59 | 229,681,213 | 0 | 0 | null | 2023-02-22T02:52:16 | 2019-12-23T05:14:49 | Java | UTF-8 | Java | false | false | 2,139 | java | package net.dryuf.comp.gallery.dao;
import java.util.Map;
import java.util.List;
import net.dryuf.comp.gallery.GallerySource;
import net.dryuf.core.EntityHolder;
import net.dryuf.core.CallerContext;
import net.dryuf.transaction.TransactionHandler;
public interface GallerySourceDao extends net.dryuf.dao.DynamicDao<Ga... | [
"kvr@centrum.cz"
] | kvr@centrum.cz |
e6ec8a8d70d5a1e593449fc81d62733e64e62157 | 60fe78bb64c3d6038972acd0652ea4fe02791bb5 | /app/src/main/java/com/hc/hcppjoke/view/RecordView.java | 2fb28bcc2106609da883269ba84f346823c22761 | [] | no_license | hcgrady2/hcjoke | 95c9c3d0f39c88905ddbf08bff6e7f4fcb6b9f1e | a65f9dfde789782ec44862dcafb1db468da06160 | refs/heads/master | 2023-07-03T03:06:35.289488 | 2021-08-06T06:31:44 | 2021-08-06T06:31:44 | 267,067,312 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,589 | java | package com.hc.hcppjoke.view;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.os.Handler;
import android.os.Looper;
import android.os.Message;
import android.util.AttributeSet;
import and... | [
"hcwang1024@163.com"
] | hcwang1024@163.com |
de7c98f892a9f1a85d7464c55b9836411621fd49 | 2f3eeb0ac5ea7d0279838bb8aef2aeb26629dbdf | /src/tiles/GrassTile.java | 4b84077bf7a90f83898d1274abd9b65528db0c9f | [] | no_license | LiannevW/Game2D | 79c1b61648965c0d0659ac06c93881a690ca6887 | 4850b824a242878f0ebc967f8f037359e3a1fba8 | refs/heads/master | 2020-03-07T04:17:26.866367 | 2018-03-30T13:37:12 | 2018-03-30T13:37:12 | 127,262,170 | 0 | 0 | null | 2018-03-29T13:07:49 | 2018-03-29T08:35:33 | Java | UTF-8 | Java | false | false | 148 | java | package tiles;
import gfx.Assets;
public class GrassTile extends Tile {
public GrassTile(int id) {
super(Assets.grass, id);
}
}
| [
"lianne.vanwestrhenen@incentro.com"
] | lianne.vanwestrhenen@incentro.com |
2eed0342781d69a2d390558cc123857fe19c46ee | 3f9867f0e4f85c683366863e6d09d4f8198ae6cc | /src/main/java/org/hibernatespatial/mgeom/MCoordinate.java | aa60b53d29d4c358abba8abdfc5a4e9c33da065e | [] | no_license | igoraguiar/hibernate-spatial | 9a9f02dce1da1272f20f0f412a7cf070575ba22d | a874e8e4955f9f819a95230437204a7c42f5bfd1 | refs/heads/master | 2021-01-19T15:01:41.108414 | 2011-06-22T09:49:33 | 2011-06-22T09:49:33 | 1,995,873 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,277 | java | /**
* $Id$
*
* This file is part of Hibernate Spatial, an extension to the
* hibernate ORM solution for geographic data.
*
* Copyright © 2007 Geovise BVBA
* Copyright © 2007 K.U. Leuven LRD, Spatial Applications Division, Belgium
*
* This work was partially supported by the European Commission,
* under t... | [
"karel@geovise.com"
] | karel@geovise.com |
12c3b7fd45daeddd652fdb4926c408b8cbfdd670 | 37f24afbf92e4760f5dfceedcb5289a3514179f7 | /src/leetcode/easy/MergeSortedArray.java | 035d0d9c9fdcc14cd6b6e48f259a265f8056c65c | [] | no_license | GY15/arithmetic | 9f51b8ff4c6c8e7a040783d65f146b3d3ed333c9 | c49da30b52803e03630325df000125889ef33ab9 | refs/heads/master | 2022-02-23T09:40:31.510870 | 2019-10-02T04:02:09 | 2019-10-02T04:02:09 | 109,135,702 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 617 | java | package leetcode.easy;
public class MergeSortedArray {
public void merge(int[] nums1, int m, int[] nums2, int n) {
/*nums1的空间在后面,就要考虑从后往前排*/
int nums[] =new int[m+n];
int k = 0;
int i=0,j=0;
while(i<m&&j<n){
if (nums1[i] < nums2[j]){
nums[k++] = n... | [
"151250040@smail.nju.edu.cn"
] | 151250040@smail.nju.edu.cn |
a72de9349187e3dfd4cf4754507b58d2bf4f05fd | 27077cefd8d98a51ffa91d2085e3a389d22c77d9 | /src/main/java/com/sanvi/dto/Employee.java | 1100d2885af602990c2e2ee5526388724f766d4c | [] | no_license | JagapathiRaju/Spring-boots | 4d3c1b1d44eb8d0e91090239cd3ffbabbd34aa78 | 073de8822f9b2fce79f4c6b495ce2cb3a96f751a | refs/heads/master | 2021-01-01T15:42:14.550629 | 2017-07-19T10:07:42 | 2017-07-19T10:07:42 | 97,676,563 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 751 | java | package com.sanvi.dto;
/**
* Created by jagapathiraju on 19/07/17.
*/
public class Employee {
private Integer age;
private String name;
private String gender;
public Employee() {
}
public Employee(Integer age, String name, String gender) {
this.age=age;
this.name=name;
... | [
"jagapathiraju@Jagapathis-iMac.local"
] | jagapathiraju@Jagapathis-iMac.local |
c78f96af54cd558ea3e094f053cd8d1ea95e8b80 | 4ff3d61c76ebd766c3dd6afb9bb0e487e5f1c04b | /src/com/my/bk/views/AuthorityView.java | 23b8d7fdacd40305debdeb6b08ad19d695b245a0 | [] | no_license | overflow-lie/BookStore | 17260e04ee26b07fe561efee9e80812db5d56017 | b8f8a5d5cbb7970bdb2976c38b860fc0aa3243c6 | refs/heads/master | 2021-01-10T05:21:58.035775 | 2016-04-14T11:02:09 | 2016-04-14T11:02:09 | 55,901,842 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 979 | java | package com.my.bk.views;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import org.springframework.stereotype.Component;
import org.springframework.web.servlet.View;
import com.my.bk.entities.User;
... | [
"y_y@y_y-PC"
] | y_y@y_y-PC |
dc067c977926cc05f537f33ab0b7dff85c4e2f66 | 394852aa7b695bf2dbf513d06276fed910765657 | /src/Office_Hours/Practice_07_28_2020/Method_Practice_Mrt.java | d9d3321f6ef6cbbdf88f2d9b2ec09bbc69c05f15 | [] | no_license | Mrtdu25/Summer2020_B20_Mrt | a862e6453251e0873923263e9eae11a983ffd780 | 24887a544e77bed03dacc5d3e8a4d475a212f5c6 | refs/heads/master | 2023-06-22T04:01:18.982906 | 2021-07-09T03:58:00 | 2021-07-09T03:58:00 | 288,579,588 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 896 | java | package Office_Hours.Practice_07_28_2020;
public class Method_Practice_Mrt {
public static void main(String[] args) {
String myName="Murat";
String result= reverseStr(myName);
System.out.println(result);
System.out.println("===============================");
String str="Le... | [
"degirmenci_murat@yahoo.com"
] | degirmenci_murat@yahoo.com |
ec73e33aa6440e911d0d370334ca05c3c8b81582 | 081538de994b9ad2a615d30c10ea17f0e684bb72 | /src/com/certicom/ittsa/services/EmbarqueService.java | 299f16f30fe4974e1eff27cf6f9cac8b8e6fabd6 | [] | no_license | evelynespinozat/aladin | 28148189725c478662c0c169a5ecbf7a5a2d9ff0 | c8408f66a7435385cee995f008e9dc1ef1a35a62 | refs/heads/master | 2020-12-02T09:12:12.816379 | 2017-07-09T21:37:02 | 2017-07-09T21:37:02 | 53,199,418 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,126 | java | package com.certicom.ittsa.services;
import java.util.List;
import com.certicom.ittsa.domain.Embarque;
import com.certicom.ittsa.mapper.EmbarqueMapper;
import com.pe.certicom.ittsa.commons.ServiceFinder;
public class EmbarqueService implements EmbarqueMapper{
EmbarqueMapper embarqueMapper = (EmbarqueMapper)Servic... | [
"evelynespinozat@gmail.com"
] | evelynespinozat@gmail.com |
d43be13c96d16d15b0e3975f37dc15de12c7d714 | eac9da28dab4965af48700c8179cc90489b1ce10 | /src/main/java/com/song/system/controller/IndexController.java | 7e8ae977c3f40ceecf09a0af0d5dc1f2f1f924d2 | [] | no_license | wang200507/cms1 | 7629514025d122a167d3f72204dbf722172f0dde | 761849f85723761bc0c5b21510c44411c00ebaeb | refs/heads/master | 2021-05-06T13:18:12.116144 | 2017-12-08T06:32:24 | 2017-12-08T06:32:24 | 113,259,942 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 370 | java | package com.song.system.controller;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
/**
* ${DESCRIPTION}
*
* @author wangzy
* @date 2017-11-20
*/
@Controller
@RequestMapping("/")
public class IndexController {
@RequestMapping("index")
publi... | [
"wang200507@126.com"
] | wang200507@126.com |
3bcea2b531caff526bfd489ab61b6a698223b2eb | 4312a71c36d8a233de2741f51a2a9d28443cd95b | /RawExperiments/TB/Math95/AstorMain-math_95/src/variant-872/org/apache/commons/math/distribution/FDistributionImpl.java | 1f3307b2b7462fb4679e2593c4990ab5806896c1 | [] | no_license | SajjadZaidi/AutoRepair | 5c7aa7a689747c143cafd267db64f1e365de4d98 | e21eb9384197bae4d9b23af93df73b6e46bb749a | refs/heads/master | 2021-05-07T00:07:06.345617 | 2017-12-02T18:48:14 | 2017-12-02T18:48:14 | 112,858,432 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,722 | java | package org.apache.commons.math.distribution;
public class FDistributionImpl extends org.apache.commons.math.distribution.AbstractContinuousDistribution implements java.io.Serializable , org.apache.commons.math.distribution.FDistribution {
private static final long serialVersionUID = -8516354193418641566L;
p... | [
"sajjad.syed@ucalgary.ca"
] | sajjad.syed@ucalgary.ca |
91168016b296affcfa8c31240c33fdc0d065bc4a | c22374f024154db2ac4bed76a597ed9833eda6f0 | /app/src/main/java/sanchez/daniel/dint04_pruebaslayouts2/MyCustomAdapter.java | 68f040109b999360163151cd5b11e737e053c203 | [] | no_license | danisr/Interfaces_Android_05_PruebasLayout2 | 6d4dd8667ce903b5dfd8ab7de10061a3c5d586c4 | c6d85609077c61dbd5241b267174904bf04ed854 | refs/heads/master | 2021-06-10T07:01:23.302466 | 2017-02-02T10:36:30 | 2017-02-02T10:36:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,271 | java | package sanchez.daniel.dint04_pruebaslayouts2;
import android.content.Context;
import android.provider.ContactsContract;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.ImageView;
import android.widget.TextView;
imp... | [
"srdaniel83@gmail.com"
] | srdaniel83@gmail.com |
d71e4da375dc3de957f50755b07353d5af0d7699 | 4312a71c36d8a233de2741f51a2a9d28443cd95b | /RawExperiments/DB/Math70/AstorMain-math70/src/variant-656/org/apache/commons/math/analysis/solvers/BisectionSolver.java | 5b9f48ab992c094253056f2432730385261ec1b8 | [] | no_license | SajjadZaidi/AutoRepair | 5c7aa7a689747c143cafd267db64f1e365de4d98 | e21eb9384197bae4d9b23af93df73b6e46bb749a | refs/heads/master | 2021-05-07T00:07:06.345617 | 2017-12-02T18:48:14 | 2017-12-02T18:48:14 | 112,858,432 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,231 | java | package org.apache.commons.math.analysis.solvers;
public class BisectionSolver extends org.apache.commons.math.analysis.solvers.UnivariateRealSolverImpl {
@java.lang.Deprecated
public BisectionSolver(org.apache.commons.math.analysis.UnivariateRealFunction f) {
super(f, 100, 1.0E-6);
}
public ... | [
"sajjad.syed@ucalgary.ca"
] | sajjad.syed@ucalgary.ca |
3050942a48835bba176e9c4c0ebb6da634f68323 | b9d73db452f8fca09c698dafbbd1de35be5716af | /erp-core/src/main/java/cn/fastmc/core/pagination/PropertyFilter.java | 73ef171a073af035b0f6617e8f7c4b7f921ea004 | [] | no_license | michao66/fastmc | 8cd8624f0c9ce14b0ba6592b7592629b49452018 | e96d1e8acfd1247a1ba7af2aca2bb4752f3a209a | refs/heads/master | 2021-01-23T22:10:27.110841 | 2014-10-21T14:45:52 | 2014-10-21T14:45:52 | 25,458,186 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 17,069 | java | package cn.fastmc.core.pagination;
import java.lang.reflect.Method;
import java.lang.reflect.ParameterizedType;
import java.lang.reflect.Type;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Date;
import java.util.HashSet;
import java.util.List;
import ... | [
"michao66@126.com"
] | michao66@126.com |
83485833712e83ff1b12a77db21992b0079ce593 | 0e58001e71910b319be8edec757c18c25560db5f | /app/src/main/java/com/will/androidfeeds/droidyue/list/DroidYueAdapter.java | 86b1adae430fa8e6bf7f3aa475d8c8530a96b2ca | [] | no_license | YuanWenHai/AndroidFeeds | 179d74c711767bd4658a691fed045012c22c4630 | e60fa5b8acb3d99fc8903f8ab39d4a33de6f3e2b | refs/heads/master | 2021-01-20T17:53:42.206804 | 2016-08-11T13:53:44 | 2016-08-11T13:53:44 | 63,119,281 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,557 | java | package com.will.androidfeeds.droidyue.list;
import android.content.Context;
import android.content.Intent;
import android.text.Html;
import com.will.androidfeeds.R;
import com.will.androidfeeds.bean.DroidYueItem;
import com.will.androidfeeds.common.ErrorCode;
import com.will.androidfeeds.customAdapter.BaseRecyclerVi... | [
"a2265839@gmail.com"
] | a2265839@gmail.com |
2e96f56c178fee9dbacab9cc62dddb830dea7f68 | a14392d5ea27fb0cbde915acedc70da653a5698a | /src/implementation/GradingStudents.java | 7085dad0fdacb8e6fae1c681b241c41324b3a659 | [] | no_license | botao-zhang/hackerrank | d70edab8767ace7a6a343322e6080c6cce19322d | ebf28c040773fa488182bb631955249a1acbbc24 | refs/heads/master | 2021-05-06T18:16:32.266217 | 2017-12-05T12:56:06 | 2017-12-05T12:56:06 | 111,960,488 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 902 | java | package implementation;
import java.util.Scanner;
public class GradingStudents {
static int[] solve(int[] grades){
int[] ret = new int[grades.length];
for(int i = 0;i<grades.length;i++){
int r = grades[i] % 5;
if(grades[i] < 38 || r < 3) ret[i] = grades[i];
else... | [
"btzhang@freewheel.tv"
] | btzhang@freewheel.tv |
3101f9b09fc4ec143ddef706103c9109a2c34da3 | a96a1085105579dde2e8344c6cf40b2952ba2550 | /src/Chapter1/_7ClassAndObject/_8Practice/Test1/Main.java | 615fcc5e0089f65270c6915afca53d036f651b57 | [] | no_license | billgoo/Learn_Java_From_Beginning | 54544ba770c3bebd7f490f17362495408f60220d | 9f3e3ae72cfda2afc36d23770862409d88a9ca41 | refs/heads/master | 2020-09-15T16:19:22.460940 | 2020-05-09T08:11:49 | 2020-05-09T08:11:49 | 223,501,312 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 239 | java | package Chapter1._7ClassAndObject._8Practice.Test1;
public class Main extends Test1 {
public static void main(String[] args) {
Test1 t = new Test1();
t.setTest("Java");
System.out.println(t.getTest());
}
}
| [
"billgoo0813@gmail.com"
] | billgoo0813@gmail.com |
4d83e7f3c211d36faec1ba5ad5dc2974b2aeaee8 | 6ac02620fdfb3b9f28ad454893660cbaa9c62aee | /src/main/java/com/example/keycloak2/controller/LogoutController.java | 4a87615b8d5ff30f37dcc01baf2434d434fa66fb | [] | no_license | MaciejDebskiLd/KeycloakSpringSecurity | 83809c8e7f5d5550128cdd6b3c1f7ce3a6c58956 | 7cf0c0aaee86d401b6fd8700148871c7c3a85f0b | refs/heads/master | 2020-09-22T03:35:20.771742 | 2019-12-01T08:22:37 | 2019-12-01T08:22:37 | 225,033,565 | 0 | 0 | null | 2019-12-01T08:10:30 | 2019-11-30T15:41:41 | Java | UTF-8 | Java | false | false | 727 | java | package com.example.keycloak2.controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RestController;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
@R... | [
"maciej.debski@yahoo.com"
] | maciej.debski@yahoo.com |
01afeb0b7ddf655c3aec9e4da135578c9c4aaeb2 | 3a5985651d77a31437cfdac25e594087c27e93d6 | /driver-tests/performance/JMSBased/jmsBasedBenchmarkDriver/src/com/sun/jbi/performance/jmsbd/EventCollector.java | 1b2e5f8237f2b3220de74c2926cc8a5ec87a0865 | [] | no_license | vitalif/openesb-components | a37d62133d81edb3fdc091abd5c1d72dbe2fc736 | 560910d2a1fdf31879e3d76825edf079f76812c7 | refs/heads/master | 2023-09-04T14:40:55.665415 | 2016-01-25T13:12:22 | 2016-01-25T13:12:33 | 48,222,841 | 0 | 5 | null | null | null | null | UTF-8 | Java | false | false | 6,255 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.sun.jbi.performance.jmsbd;
import com.sun.jbi.engine.iep.core.runtime.operator.Inserter;
import com.sun.jbi.engine.iep.core.runtime.operator.Operator;
import com.sun.jbi.engine.iep.core.runtime.util.Util;
i... | [
"bitbucket@bitbucket02.private.bitbucket.org"
] | bitbucket@bitbucket02.private.bitbucket.org |
9648d4cc0a3f2ce6af8911ecde4d6b095864a3bb | c436498a73a71c608e418cba9906bca62ced3ac3 | /src/Comparable/Rectangle.java | 443e3dc278f0c3171b2d2e01189574e2d6eee3e4 | [] | no_license | TUANVUCG/Java_AbstractClass_Interface | 984735f0aa5ba2c9ba5c7063b3425303235a530f | b0fd761738cf2bc930555f8ffff22632aeb96c51 | refs/heads/master | 2023-04-02T11:58:05.961708 | 2021-04-12T09:55:53 | 2021-04-12T09:55:53 | 357,095,449 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,154 | java | package Comparable;
public class Rectangle extends Shape {
private double width = 1.0;
private double length = 1.0;
public Rectangle() {
}
public Rectangle(double width, double length) {
this.width = width;
this.length = length;
}
public Rectangle(double width, double len... | [
"tuanvuambition@gmail.com"
] | tuanvuambition@gmail.com |
61a8cc97566f8dc26de3dbbdc0d07bb726299130 | cf598c31f13ff81549da54f3b0305e1895e3eb01 | /src/main/java/br/com/alura/forum/controllers/dto/ResponseDTO.java | 2619bf42217c68631aee07b5a1365fcf69b0d5ce | [] | no_license | ghisiluizgustavo/alura-spring-boot | 5343258a92dfe25086318943d81abc41517be6f7 | 98c8dca17f2d4cb5dab4a5aa16761cd7dfeb94c3 | refs/heads/master | 2023-07-21T12:01:20.665182 | 2021-09-03T18:06:11 | 2021-09-03T18:06:11 | 321,526,838 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 796 | java | package br.com.alura.forum.controllers.dto;
import br.com.alura.forum.models.Resposta;
import java.time.LocalDateTime;
public class ResponseDTO {
private final Long id;
private final String message;
private final LocalDateTime createdAt;
private final String authorName;
public ResponseDTO(Respo... | [
"ghisiluizgustavo@gmail.com"
] | ghisiluizgustavo@gmail.com |
d8fbbc2706c285f985ac244ebc0d6928d0878511 | 25427654e8be6adbce42030f6410db9622a97b02 | /org.commonreality.net/test/org/commonreality/net/SimpleNetProviderTest.java | 7097b0d6c3fabca19fd8c44161257310b804de34 | [] | no_license | amharrison/commonreality | a6240e94167e6fd62aeab2e2d5ef0d9dc5b8a969 | c6362fdf28c1d3c13ded7b3e31a74c06365a4aae | refs/heads/master | 2021-01-13T02:08:30.534500 | 2018-08-31T13:49:28 | 2018-08-31T13:49:28 | 9,752,928 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,663 | java | package org.commonreality.net;
/*
* default logging
*/
import java.net.SocketAddress;
import java.util.Collections;
import java.util.concurrent.Executors;
import java.util.concurrent.atomic.AtomicInteger;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.commonreality.n... | [
"amharrison@gmail.com"
] | amharrison@gmail.com |
6151851d65698e2eba2afafafd513ee3f8f98b84 | d192fa57ee655146b8c73491e2ec6230e5b07d4a | /src/branch/BranchManager.java | a0478c95c60b5d122445397bf242257b8e5e0769 | [] | no_license | funball99/meidi | cc78c3f016723fde1c78d8d6d97f8928c43379aa | ad67fd846c94bf71bfb1ee31ede8e98ad4af99f2 | refs/heads/master | 2021-01-21T15:18:04.109527 | 2014-09-18T07:53:45 | 2014-09-18T07:53:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,729 | java | package branch;
import group.Group;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import order.OrderMan... | [
"think@Lenovo-PC"
] | think@Lenovo-PC |
8a643ea9752ac9ba285d9b3a70d703e3e82a40c2 | 4c127b63ff867a1dac299163bbadc2dbf8b66ed5 | /src/main/java/com/epam/izh/rd/online/JavaBasics.java | 9752bddaf4a60f65679e8ba81d57499f06dd3255 | [] | no_license | PetrovKirillDev/java-basics-template | 9706ea5a581ed60ad3053fb5725b2f8491a6685b | 9dc89fb3da3871e9976adf8dc5f2a4d6d3a1fc0c | refs/heads/master | 2023-08-03T12:09:31.292723 | 2021-09-28T11:31:25 | 2021-09-28T11:31:25 | 381,332,317 | 0 | 0 | null | 2021-09-28T11:31:26 | 2021-06-29T10:55:26 | null | UTF-8 | Java | false | false | 113 | java | package com.epam.izh.rd.online;
public class JavaBasics {
public static void main(String[] args) {
}
}
| [
"sokolov.tima@gmail.com"
] | sokolov.tima@gmail.com |
ff2b00a6d8f6cfea9172ccfe44ce5ba7f9926606 | c7530163f47e9657799d78f485b0ccee7643f122 | /app/src/main/java/picodiploma/dicoding/aplikasimoviecatalogue/Movie.java | b2fca9c6b01b6fca479b7e2a3e4c9d08844ea6de | [] | no_license | fikibrahim/listMovie | 81ce19a6c4f46cdf7310f834767a256877fe8882 | fa19a620fbdaf168e8b85b8b02184bc1090ed937 | refs/heads/master | 2020-07-04T22:00:09.155309 | 2019-08-14T22:14:29 | 2019-08-14T22:14:29 | 202,432,676 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,642 | java | package picodiploma.dicoding.aplikasimoviecatalogue;
import android.os.Parcel;
import android.os.Parcelable;
public class Movie implements Parcelable {
private int image;
private String judul;
private String rilis;
private String description;
protected Movie(Parcel in) {
image = in.readI... | [
"taufikibrahim0521@gmail"
] | taufikibrahim0521@gmail |
131913d0e172d3d2bd80d9702d201541147cfdaa | f61f785d4a9262fc4d268b376d5a554d0bdb6103 | /src/main/java/course/config/model/User.java | 6f0dbc958bb3bc1b429c4309500d472411f20e71 | [] | no_license | srikanth152/MySrpingBoot | 32c7872cfef7fa1e11d8c8de823b2aab27b2571d | dc3918edfb161c1b5b11458a073168134dec39e3 | refs/heads/master | 2020-03-23T21:33:00.297656 | 2018-07-24T06:36:58 | 2018-07-24T06:36:58 | 142,115,014 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,503 | java | package course.config.model;
import java.util.ArrayList;
import java.util.List;
import javax.persistence.Column;
import javax.persistence.ElementCollection;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import jav... | [
"Bandaru.X.Srikanth.-ND@disney.com"
] | Bandaru.X.Srikanth.-ND@disney.com |
7046a83d286ed7db2afdd33f520dd47b83a4421d | 40abcc4b6409cda83c2f84512ad7be81dfc5ab00 | /src/main/java/com/sample/project/algorithm/leetcode/LongestPalindromeSubstring.java | 65d9f43323d542866afa14f60e48e349c1f60bf1 | [] | no_license | imteyaz-khan/algorithm | 6f9eb27ca972197847ed19e1b523462a2297c732 | 8db13a63d482303be5083970124e93b28cd4bb1d | refs/heads/master | 2021-01-11T14:30:50.419146 | 2017-10-08T19:23:44 | 2017-10-08T19:23:44 | 80,147,841 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,870 | java | package com.sample.project.algorithm.leetcode;
/**
* Created by imteyaz.khan on 07/08/17.
*/
public class LongestPalindromeSubstring {
public String longestPalindrome(String s) {
if(s==null) {
return null;
}
int start=0;
int end=0;
for(int i=0;i<s.length();i++)... | [
"khan.imteyaz@gmail.com"
] | khan.imteyaz@gmail.com |
b00d863142ef50450331a3145240fa8384939d5d | b6d59cbd5a9be88da8b3e9a7be669134ef07f094 | /180619Spring4/src/com/hr/spring/tx/xml/UserAccountException.java | a18a72ad87e9773d2151e9bb5491465e1d2f6366 | [] | no_license | lemon-carl/Spring | bb75e9e9efa44e0c0570d7e9ebd64ec978a86bb6 | 27a78e4f52f779f85d4091c4d947d7591e6f67d0 | refs/heads/master | 2021-09-19T02:33:20.708659 | 2018-07-22T10:08:01 | 2018-07-22T10:08:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 988 | java | package com.hr.spring.tx.xml;
/**
*
* @Name : UserAccountException
* @Author : LH
* @Date : 2018年6月28日 下午10:57:43
* @Version : V1.0
*
* @Description :
*/
public class UserAccountException extends RuntimeException {
/**
*
*/
private static final long serialVersionUID = 1L;
public UserAccountExcepti... | [
"LingHuan5593@qq.com"
] | LingHuan5593@qq.com |
8c8a5b2df040b2efa64641e5fbc0621a8959d5ee | 1c9bac38deccf17d10b4c90196f9a4832fc10f26 | /src/main/java/com/book/store/dao/CategoryDao.java | c72b7e0581d33267ee5ffbdc211914aabcf319d9 | [] | no_license | Imdrmas/book-store-spring | bc3c731261d2c657f95fbdf7a72a70895388a417 | d0ff504716e67a2173b4af9e6e173981efa9d789 | refs/heads/main | 2023-02-11T17:04:00.013851 | 2021-01-09T19:35:37 | 2021-01-09T19:35:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 202 | java | package com.book.store.dao;
import org.springframework.data.jpa.repository.JpaRepository;
import com.book.store.modal.Category;
public interface CategoryDao extends JpaRepository<Category, Long>{
}
| [
"imdrmas@gmail.com"
] | imdrmas@gmail.com |
9570ede05373a4ebcbddc6051754901602f7207f | 870fcba8bf92ff6d9047940fed22f307768e5292 | /src/sanmiguel/Estimacion.java | 08be25b66272d0019a194a2c62552b0b9b6c2d22 | [] | no_license | luchogonzalez/sanMiguelBackend | 368ce9f99fce25cd2310ada0d685378b1d015d48 | eb8853942824a4564f36ec5c3cf8362bac16c233 | refs/heads/master | 2021-01-01T06:43:24.751646 | 2017-07-17T16:37:32 | 2017-07-17T16:37:32 | 97,496,585 | 0 | 0 | null | null | null | null | ISO-8859-10 | Java | false | false | 2,796 | java | package sanmiguel;
import java.io.Serializable;
import javax.persistence.*;
import java.util.Date;
/**
* The persistent class for the estimacion database table.
*
*/
@Entity
@Table(name="estimacion")
@NamedQuery(name="Estimacion.findAll", query="SELECT e FROM Estimacion e")
public class Estimacion ... | [
"lucho.gonzalez125@gmail.com"
] | lucho.gonzalez125@gmail.com |
c3f263680730f058566ad197f3063bd3cc7909e2 | 6a479406b9113f57fa8508a520e438eac8305bea | /项目/myseacher/src/main/java/com/peixinchen/demo/GetClassPath.java | a2b51362b9026289e4ff611abe60ea281ec7e2c0 | [] | no_license | wah369/web | 3025384bdee4fa6d459ae658c8db9b238e676710 | 1b65c3c90dc6363241fc70e8515d7c2fff7e954f | refs/heads/master | 2023-03-20T11:36:08.274456 | 2021-03-17T15:40:49 | 2021-03-17T15:40:49 | 316,527,751 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 635 | java | package com.peixinchen.demo;
import java.io.File;
import java.io.UnsupportedEncodingException;
import java.net.URL;
import java.net.URLDecoder;
public class GetClassPath {
public static void main(String[] args) throws UnsupportedEncodingException {
String classesPath = GetClassPath.class.getProtectionDoma... | [
"1808154326@qq.com"
] | 1808154326@qq.com |
16065181a2605a852937ce79e35ee4d9cf7259d5 | 2a985a74214487a77cfe2d8fcbbc1de885edc987 | /app/src/main/java/com/example/admin/calandburn/SevenAdapter.java | 4515820fef7168b334f1bb94c5ea2202db31a92d | [] | no_license | masterUNG/Cal-and-Burn-from-Gun2 | 0e90c8b8d8dfc7b10371a253f33d9b7b07bb4cee | dd2131cb0570da96a4f28ccdf5a2f3dbc49d8346 | refs/heads/master | 2021-01-01T05:26:20.185193 | 2016-05-21T10:39:40 | 2016-05-21T10:39:40 | 59,281,386 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,013 | java | package com.example.admin.calandburn;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.TextView;
public class SevenAdapter extends BaseAdapter{
//Explicit
private Context objC... | [
"phrombutr@gmail.com"
] | phrombutr@gmail.com |
fe53580a5e59c908bab0058f4c0abe1d731100a9 | 33dce6b41dad39a7651d68b8b45943a2d8fac797 | /app/src/main/java/com/cdio/ss3000/HelpActivity.java | 988f1558f46b2df9779ba9beb04985e8ab6cc582 | [] | no_license | alexnorgaard/ss3000 | 4b05d7cba08cfa839c335ee90bdeaa7faf86597f | 7fe3605013b34d499a98101a75b76efb1a9673c6 | refs/heads/main | 2022-11-06T19:00:16.191775 | 2020-06-25T15:19:08 | 2020-06-25T15:19:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 556 | java | package com.cdio.ss3000;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.text.method.ScrollingMovementMethod;
import android.widget.TextView;
public class HelpActivity extends AppCompatActivity {
TextView helptext;
@Override
protected void onCreate(Bundle save... | [
"maria.kajgaard@gmail.com"
] | maria.kajgaard@gmail.com |
0df5d8b5897426af2ef8bff46073235bf4f78ae3 | 85b06a3f7420b07290815bae81077b721e1a4486 | /src/main/java/com/cloud/memory/controller/EnumTestController.java | 43d1cd6fa1bc9e1e2958a113697a139a369739ee | [
"MIT"
] | permissive | mhearttzw/cloud-memory | 6f44e48f6ecc1067c1c9d10cdf7109ef8e209939 | ec381abf1a5c920483790aa4da3eea871ac473cd | refs/heads/master | 2020-03-28T17:08:53.915028 | 2018-11-21T11:59:41 | 2018-11-21T11:59:41 | 148,761,784 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 900 | java | package com.cloud.memory.controller;
import com.alibaba.fastjson.JSONObject;
import com.cloud.memory.common.enums.BusinessCode;
import com.cloud.memory.common.enums.ProductClassType;
import com.cloud.memory.model.EnumTestModel;
import com.cloud.memory.model.JsonResult;
import org.springframework.web.bind.annotation.Re... | [
"mhearttzw@gmail.com"
] | mhearttzw@gmail.com |
50b4bd609053585631727b8cac5d6db654810d04 | 0d430563d908de7cda867380b6fe85e77be11c3d | /workspace/spring-security-demo-02-basic-security/src/main/java/com/luv2code/springsecurity/demo/config/DemoSecurityConfig.java | 8bf140b2e5d3ebb96c8a44cd585a1928e4b9fa62 | [] | no_license | hshar89/MyCodes | e2eec3b9a2649fec04e5b391d0ca3d4d9d5ae6dc | e388f005353c9606873b6cafdfce1e92d13273e7 | refs/heads/master | 2022-12-23T00:36:01.951137 | 2020-04-03T13:39:22 | 2020-04-03T13:39:22 | 252,720,397 | 1 | 0 | null | 2022-12-16T00:35:41 | 2020-04-03T12:04:10 | Java | UTF-8 | Java | false | false | 1,536 | java | package com.luv2code.springsecurity.demo.config;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder;
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
import org.springfra... | [
"harshsharma3@deloitte.com"
] | harshsharma3@deloitte.com |
c3945b01d35b93831318390ee517b972a2a357e5 | 05f07899d8c5aff146eabebb3fd3193d3cebac7d | /PZNOOP/src/toString/Product.java | 8c5571b0389115144e8e43bf9bf6084c220b38bf | [] | no_license | agungprastia1/PZN | 662e8ce7bb73d4d69343ad172e5299462d1fe31b | 90084a43d89f2dfa6b10cfca06c4615d37f02a35 | refs/heads/master | 2023-06-22T02:17:07.569952 | 2021-07-20T11:51:26 | 2021-07-20T11:51:26 | 374,004,865 | 0 | 0 | null | 2021-07-20T11:51:27 | 2021-06-05T02:42:48 | Java | UTF-8 | Java | false | false | 673 | java | package toString;
import java.util.Objects;
public class Product {
public String name;
public int price;
public Product(String name,int price){
this.name = name;
this.price = price;
}
public String toString(){
return "nama "+name+", price "+price;
}
@Override
... | [
"agungztya@gmail.com"
] | agungztya@gmail.com |
7f8bc6c5bd35e89e6beebafbdd6629ac76dcd6d1 | b0f4d88bd9ff18e9c01703f04a1fad0fd95a775a | /src/beacons/logic/BeaconsController.java | 2f5ba8113411669631b368b4382d3503ea08f188 | [
"MIT"
] | permissive | mrumka/pip-templates-microservice-java | 749c198c5354a592023fa86d49e002bd2115550d | f0d416329974693fa33fb272a98ee17f98081e14 | refs/heads/master | 2020-05-02T11:00:05.624115 | 2019-03-20T06:11:15 | 2019-03-20T06:11:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,169 | java | package beacons.logic;
import java.util.List;
import org.pipservices3.commons.commands.*;
import org.pipservices3.commons.config.ConfigParams;
import org.pipservices3.commons.config.IConfigurable;
import org.pipservices3.commons.data.*;
import org.pipservices3.commons.errors.ApplicationException;
import org.pipservic... | [
"nuzhnykhev@gmail.com"
] | nuzhnykhev@gmail.com |
60a7a1b2ea230d550cbc02be3dbc766f17c7aedb | e86b6a5c635da579f6117dab34f8144b9756fed4 | /Code/FreshDirect/src/main/java/com/yearjane/enums/ResultResponseEnum.java | 2a8956b9433ab26b06318faa0ec089cb17724f52 | [] | no_license | CFDreamer/fresh_direct | 9ebdad9797acd6c51be1f1b6f961165a67f6a122 | 61b34200a6aa36c3c996e14da5408d597cb2e1d3 | refs/heads/master | 2022-01-10T06:25:51.744228 | 2019-05-30T05:05:14 | 2019-05-30T05:05:14 | 189,348,803 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,162 | java | package com.yearjane.enums;
public enum ResultResponseEnum {
//成功返回
RESULTSUCCESS(0, "成功!"),
RESULTOK(200, "操作成功!"),
USER_INSERT_ERROR(1001,"注册失败!"),
USERNAME_EXIT(1002,"用户名已经存在!"),
LOGIN_SUCCESS(1003,"登录成功!"),
LOGIN_FAIL(1004,"登录失败!"),
PHONE_NOTREGISTER(1005,"手机号未注册"),
PHONE_REGISTERED(1006,"手机号已经被注册"),
COD... | [
"39845479+CFDreamer@users.noreply.github.com"
] | 39845479+CFDreamer@users.noreply.github.com |
b8f60f7e787c2f2ad4c2a862b828b5cec2c3d166 | c5ea815d9a200dd990878f2c3a2bb47f79903664 | /src/DAOS/AgregarPuntosAtencionDAO.java | 3a66c0f5b9860a08aaaf62accc8b22eadc4593cc | [] | no_license | aczuleta/SistemasTransaccionales | 3a805065f373da747f3cc6e0c1bc91d10380c66a | 86225178891ad5c09bdf742e0630bce8dd2e69a8 | refs/heads/master | 2021-05-29T22:47:42.864113 | 2015-11-26T14:16:53 | 2015-11-26T14:16:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,090 | java | package DAOS;
import java.io.File;
import java.io.FileInputStream;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.Properties;
import java.util.Random;
import _ASTools.UsaRandom;
public class... | [
"sm.madera10@uniandes.edu.co"
] | sm.madera10@uniandes.edu.co |
a4c593605cfd746e41e749c04e40425980f627fb | 2f812bb134b09e1f0607e879cfcabf08ac296853 | /app/src/main/java/com/unipad/http/HitopQuitLogin.java | b63c60ffa2abd4fa6eadab4b8667a8f61349f539 | [
"Apache-2.0"
] | permissive | qiuzichi/MadBrain | 35c455ebc0da891a50bfc5b5f0ed119b5baba6ad | 3dcc615df19ae31e2d125b54e707825d5aba5a21 | refs/heads/master | 2020-04-05T22:53:59.532601 | 2016-11-01T06:08:12 | 2016-11-01T06:08:12 | 62,781,641 | 0 | 2 | null | 2016-07-07T06:42:38 | 2016-07-07T06:42:37 | null | UTF-8 | Java | false | false | 1,362 | java | package com.unipad.http;
import com.unipad.AppContext;
import com.unipad.brain.App;
import com.unipad.brain.consult.entity.AdPictureBean;
import com.unipad.brain.home.dao.NewsService;
import com.unipad.brain.personal.dao.PersonCenterService;
import com.unipad.common.Constant;
import org.json.JSONArray;
import org.jso... | [
"410133912@qq.com"
] | 410133912@qq.com |
a66851064f806950e15ba40232060dafb03a186d | 189d820ad0527b71a04596e385c6a84f904669d0 | /exercise/src/exceptions/ex14/OnOffException2.java | 5ce957d46213d89bd35c37ead8b82280d891457e | [
"Apache-2.0"
] | permissive | jhwsx/Think4JavaExamples | 30484e128ce43ed3d1da0104b77d8e3fedee7b59 | bf912a14def15c11a9a5eada308ddaae8e31ff8f | refs/heads/master | 2023-07-06T17:27:18.738304 | 2021-08-08T12:33:57 | 2021-08-08T12:33:57 | 198,008,875 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 77 | java | package exceptions.ex14;
public class OnOffException2 extends Exception {
}
| [
"wangzhichao@adups.com"
] | wangzhichao@adups.com |
a5286f6004ca94c3be2c97afa97e6ef78dbc67ea | 6e6cdcfb7f4c190d1c77c777a014accb832bcefa | /Java/com/thecodevillage/day_1/age.java | db96aeb30c086941848b62de54a9492e8a3ea430 | [] | no_license | nickmwangemi/thecodevillage-java | cd356774e41793e7bce65968cd751d752c3fbddd | b7a7ac93b147aa7312dd091ab0b37c0000414c1a | refs/heads/master | 2022-11-21T00:16:03.637444 | 2020-07-13T18:02:05 | 2020-07-13T18:02:05 | 276,166,886 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 130 | java | class Age {
public static void main(String[] args) {
int myAge = 20;
System.out.println("I am " + myAge + " years old");
}
} | [
"nickmwangemi@gmail.com"
] | nickmwangemi@gmail.com |
f43f01dfd0e374a80a9b10116aec8c28e8f3393e | aeaf2b39c46c7c8098a1c194cb318e89d628d9fc | /src/boletin18/Clase18.java | c78ea60b81d21df1b5f1d1eeb811d02c89a701eb | [] | no_license | garciaamor/Boletin18_1 | 0516a475c2cb31b1af92c0ab4ed9e812368e4c9d | 44215be50eadaaf7eac2766c9a8edefc8ea32d48 | refs/heads/master | 2021-01-10T11:11:58.535610 | 2016-01-27T10:08:24 | 2016-01-27T10:08:24 | 50,498,771 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 640 | java | package boletin18;
public class Clase18 {
int []numeros=new int [6];
public void crearArray(){
for (int i=0;i<numeros.length;i++){
numeros [i]=(int)Math.floor(Math.random()*50+1);
}
}
public void visualizarNormal(){
System.out.println("numeros generados");
... | [
"jgarciaamor@atanasoff01.danielcastelao.org"
] | jgarciaamor@atanasoff01.danielcastelao.org |
b754554e2b45bcfe76355519a731e39fc45aa249 | 8d0a4501877006fb7fb172bc0c02ba3ca1fc35be | /Lab05-OMSApp/src/com/oms/serverapi/CompactDiscApi.java | 6f1005047b273b5063036f8c91877fd8b62bdcc0 | [] | no_license | ledong2512/TKXDPM-Lab05 | d6b19c59801301bc0bf1a1afaa6215d738ffd808 | 977eab11c071a05288b202ffdf1c89dcd4c4144c | refs/heads/master | 2023-02-09T03:19:40.521164 | 2021-01-05T16:07:30 | 2021-01-05T16:07:30 | 327,049,969 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,295 | java | package com.oms.serverapi;
import java.util.ArrayList;
import java.util.Map;
import javax.ws.rs.client.Client;
import javax.ws.rs.client.ClientBuilder;
import javax.ws.rs.client.Invocation;
import javax.ws.rs.client.WebTarget;
import javax.ws.rs.core.GenericType;
import javax.ws.rs.core.MediaType;
import javax.ws.rs.... | [
"ledong2512@gmail.com"
] | ledong2512@gmail.com |
77da1b93b58fd6a527d9eb05083e8392e5aa5057 | b70e8168c170b893478ca14a0f2e8c19834d960b | /app/src/main/java/com/example/eshopping/SellerLoginActivity.java | 572758ba047f267424a0101b7b339a6a9f5f7db0 | [] | no_license | lahiru-98/eShopping-MadProject- | 0ebe32d6d6824095fe0ab157b399f74b2aad4022 | 320ae9da4262512ff7b6388d3dbd93c4223c6694 | refs/heads/master | 2022-12-28T21:20:57.326012 | 2020-10-12T08:26:40 | 2020-10-12T08:26:40 | 291,155,026 | 0 | 0 | null | 2020-10-11T09:08:04 | 2020-08-28T22:08:33 | Java | UTF-8 | Java | false | false | 4,050 | java | package com.example.eshopping;
import androidx.appcompat.app.AppCompatActivity;
import android.app.ProgressDialog;
import android.content.Intent;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast... | [
"ireshmeconi@gmail.com"
] | ireshmeconi@gmail.com |
b4aeb94af59ec63c26becd121f5ec765c7a86c99 | 41fda93dd5b89f480d67cd27c84204425c76946d | /target/tomcat/work/Tomcat/localhost/QuanLybanDienThoai/org/apache/jsp/pages/DT/addDT_jsp.java | 0268d767dfb4fa6669ffd2e64335b4602d134fb2 | [] | no_license | NguyenHoang1996/JeeProject-ManageCellPhones | daf1d0c418ac7959e5d4a4207e7141735325e97f | a53d13d2fcca3f21337bac5dff2219870c53b52f | refs/heads/master | 2020-03-24T09:48:34.930865 | 2018-07-28T02:02:56 | 2018-07-28T02:02:56 | 142,638,072 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 41,892 | java | /*
* Generated by the Jasper component of Apache Tomcat
* Version: Apache Tomcat/7.0.47
* Generated at: 2018-06-17 08:38:17 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... | [
"phunh1996@gmail.com"
] | phunh1996@gmail.com |
43a41b2f6909be5e8f4e5f3686b7027196e151dc | 2ee274075ea2ffae834fe4bce3428013296661d6 | /jam/src/main/java/it/francescosantagati/jam/JAMAgent.java | 02a027c0a7242f1acacf66dc418c76ea76bf867a | [
"MIT"
] | permissive | FrancescoSantagati/java-rmi-agents | b766c856b50cac179b358e34dff0b681ce93c397 | 1b94f8e2ae13a09e1ce1f4e0a75b0e9b22706d19 | refs/heads/master | 2021-07-05T20:38:36.242654 | 2017-09-29T13:29:57 | 2017-09-29T13:29:57 | 50,579,155 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,561 | java | package it.francescosantagati.jam;
import java.net.MalformedURLException;
import java.rmi.Naming;
import java.rmi.NotBoundException;
import java.rmi.RemoteException;
import java.util.ArrayList;
import java.util.List;
import java.util.Observable;
/**
* An intelligent object that can have multiple behaviours.
* We ca... | [
"scunsaiocu@gmail.com"
] | scunsaiocu@gmail.com |
b1cd5cb9ee0f15ddf4ab4945bffe0cd1ab8a0efc | 1194d509d9f12e5d7d3e180eedbed63efd1f99e4 | /app/src/main/java/fr/epsi/verbes/VerbAdapter.java | fb5845e28fb781e72b0caaca917568964164f08f | [] | no_license | fredericlb/tp-android-verbes-poef | 003a9241975dc721e286d6a9e00abcd612f3a23d | 00a30cff504eca8ac904efc3d918680f281cf715 | refs/heads/master | 2020-04-24T10:20:42.270241 | 2019-02-26T11:36:40 | 2019-02-26T11:36:40 | 171,891,252 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,077 | java | package fr.epsi.verbes;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.ViewGroup;
import android.widget.TextView;
import org.w3c.dom.Text;
import java.util.ArrayList;
public class VerbAdapter extends RecyclerView.Adap... | [
"fred@parapluie.org"
] | fred@parapluie.org |
f99b754b57c51a82e5be1010211d170df8930de3 | 71962842a1c32beba7b38d79befb8ded1d30b86d | /app/src/main/java/com/panaceasoft/psmultistore/viewmodel/collection/ProductCollectionProductViewModel.java | 53558838fc320375b04fd019a41ec87312302b0a | [] | no_license | davalmeyda/MultiStoreAndroid | 4e438dc1a284b9f8af149017543ddf170464e1c0 | 0667f5c667315010fd76ca25c3b9a8351e7cbea7 | refs/heads/master | 2021-01-16T16:03:21.907784 | 2020-03-09T15:18:03 | 2020-03-09T15:18:03 | 243,177,399 | 1 | 0 | null | 2020-03-09T15:18:05 | 2020-02-26T05:34:35 | Java | UTF-8 | Java | false | false | 3,721 | java | package com.panaceasoft.psmultistore.viewmodel.collection;
import com.panaceasoft.psmultistore.Config;
import com.panaceasoft.psmultistore.repository.collection.ProductCollectionRepository;
import com.panaceasoft.psmultistore.utils.AbsentLiveData;
import com.panaceasoft.psmultistore.utils.Utils;
import com.panaceasoft... | [
"dav.almeyda@gmail.com"
] | dav.almeyda@gmail.com |
ceb76fab79b4893f3c6a31ba875efe550cddb3c1 | 5c6bd14b0fe4ccb4349b88464c3fa6ef7e82f709 | /src/com/yansheng/beans/MethodInvocationException.java | f39cfbc0616c8f0bf54a7d1dbfff7aadf64aabb0 | [] | no_license | aeolusyansheng/spring-yansh | 740991732f6fa9e71e0201b4e98188396987411b | d25c88d2d46a1183916d459e4d8eb2600c551c69 | refs/heads/master | 2021-09-13T08:56:39.114652 | 2018-04-27T09:32:31 | 2018-04-27T09:32:31 | 113,549,533 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 508 | java | package com.yansheng.beans;
import java.beans.PropertyChangeEvent;
@SuppressWarnings("serial")
public class MethodInvocationException extends PropertyAccessException {
public static final String ERROR_CODE = "methodInvocation";
public MethodInvocationException(PropertyChangeEvent propertyChangeEvent, Throwable ca... | [
"aeolusyansheng@gmail.com"
] | aeolusyansheng@gmail.com |
1ef8a3f0e71afd8769f4e66043bfcc71cd5a2610 | a674c3e6e514cfee0f3a5d24265092308fec76e4 | /lec12/src/lec12/Vectordemo.java | bd092b9a533faa5b2865a4c6522d31dd3537ac91 | [] | no_license | abhishek03joshi/Java-practice | 338bc0fae62854dfb43de8f22d8a82d0e5609bf6 | 4eec98e20674ccdd8317398cce5b9bba464b5a0d | refs/heads/master | 2020-03-27T02:24:21.372911 | 2018-08-24T02:55:34 | 2018-08-24T02:55:34 | 145,788,082 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 568 | java | package lec12;
import java.util.Vector;
public class Vectordemo {
public static void main(String[] args) {
// TODO Auto-generated method stub
Vector <String> vc = new Vector<String>();
vc.add("Vector Object 1");
vc.add("Vector Object 2");
vc.add("Vector Object 3");
vc.add("Vector Object 4");
vc.add(... | [
"abhishek03joshi@gmail.com"
] | abhishek03joshi@gmail.com |
510256c7584d24d613b17b8793d54515a6055ef5 | 9f7b58f52c44e90432194e4a0e455e78cfa2f566 | /src/pl/dymczyk/arraysandstring/Problem1.java | 13ea411df1ca4bf7352902389ec86350efde361f | [] | no_license | mdymczyk/cracking-the-coding-interview | 09f16d2a50f717f9695e70474e740d10e9bac017 | 8e04ebde397fbbe08488a78733784850dc114e41 | refs/heads/master | 2021-01-11T10:47:57.786387 | 2013-03-12T16:53:44 | 2013-03-12T16:53:44 | 3,370,262 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,679 | java | package pl.dymczyk.arraysandstring;
import java.util.HashSet;
import java.util.Set;
public class Problem1 {
// ==================== MINE ==================== \\
public boolean containsOnlyUniqueChars(String string) {
Set<Character> foundCharacters = new HashSet<Character>();
for(char c : string.toCharArray()) ... | [
"dymczyk@gmail.com"
] | dymczyk@gmail.com |
4e1f4124d922c8ed5a71e5294c0a8678e1d9452b | 445c3cf84dd4bbcbbccf787b2d3c9eb8ed805602 | /aliyun-java-sdk-ecs/src/main/java/com/aliyuncs/ecs/model/v20140526/DescribeImageComponentsResponse.java | e844ee6820e893319789c7f382fb3fbc2dc19d6d | [
"Apache-2.0"
] | permissive | caojiele/aliyun-openapi-java-sdk | b6367cc95469ac32249c3d9c119474bf76fe6db2 | ecc1c949681276b3eed2500ec230637b039771b8 | refs/heads/master | 2023-06-02T02:30:02.232397 | 2021-06-18T04:08:36 | 2021-06-18T04:08:36 | 172,076,930 | 0 | 0 | NOASSERTION | 2019-02-22T14:08:29 | 2019-02-22T14:08:29 | null | UTF-8 | Java | false | false | 4,300 | java | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
22cb63640ab2e567fde6a8eab7b73be728ae14ea | 5f1456983faf72e11471e90c0a72f9aac4d66cfb | /src/main/java/day16/se01/n8DateFormat/Demo04Test2.java | bc1add87b92f914f5390828143f9c3ac593d2f35 | [] | no_license | less-2010/Demo1 | eb3c676093a45ca30279faa50b4eb905b1bde9b7 | c1434d2d2ad20fce4d2c970484c55a0211ca03e1 | refs/heads/master | 2022-12-19T03:54:14.090051 | 2020-09-14T12:53:07 | 2020-09-14T12:53:07 | 276,821,803 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 424 | java | package day16.se01.n8DateFormat;
public class Demo04Test2 {
public static void main(String[] args) {
/**
*
* 程序启动后要求用户输入自己的生日,格式如下:
* 1996-05-05
* 然后经过程序计算,输出到今天为止一共活了多少天?
* 再输出其出生10000天的纪念日是哪天?|
*/
}
}
| [
"1182577065@qq.com"
] | 1182577065@qq.com |
934ae973ffd26fb3e5d48bb42da4ee0ae4a82f7c | 0d2a216b3d07e921b83edb4315c7fd79f9546aa7 | /src/main/java/pers/opappo/playlist/controller/PlaylistController.java | 67910c495fbab945e396448b2a9db4733c2b5571 | [
"MIT"
] | permissive | Amethyst-564/springboot-playlist | 7fa33d3927bc2bad908dc6b1fb1a4ae878904ac4 | 5ee98b189b0e25eb4ce6495d736958fb5aa109c0 | refs/heads/master | 2020-03-28T23:41:47.328125 | 2018-12-18T12:56:03 | 2018-12-18T12:56:03 | 149,304,086 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,091 | java | package pers.opappo.playlist.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import pers.opappo.playlist.VO.PlaylistDetailVO;
import pers.opappo.playlist.VO.PlaylistVO;
import pers.opappo.playlist.VO.ResultVO;
import pers.opappo.playlist.data... | [
"minghli@cisco.com"
] | minghli@cisco.com |
ecab0e46bc206eccb5008951676e493a17ab9c62 | df2d0ce55896ea6349c9b594fc148827c9a1bb8b | /src/test/java/ohtu/ohtuvarasto/VarastoTest.java | b4d2d5da4f9d52ac6436582233ea6c3c888b129b | [] | no_license | sallasal/ohtu-2021-viikko1 | 6da93bfc5df8e66f1f116e0ba6a5e917645ae8ba | fc9b2c0eeef23ebcdffb811ab916d8ba7f262e44 | refs/heads/main | 2023-03-16T19:16:26.405510 | 2021-03-10T17:25:21 | 2021-03-10T17:25:21 | 330,167,099 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,691 | java | package ohtu.ohtuvarasto;
import org.junit.*;
import static org.junit.Assert.*;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import static org.junit.Assert.*;
public class VarastoTest {
Varasto varasto;
double vertailuTark... | [
"47078225+sallasal@users.noreply.github.com"
] | 47078225+sallasal@users.noreply.github.com |
59a26a0959e8f14cd18e2e075ef7d9672e1cb32f | c1fe7d7dbdb667418430f28a2b49abeab5f7e2e3 | /app/src/main/java/com/kuchingitsolution/asus/eventmanagement/config/AppStatus.java | d6e1c4d2e4f7fc0b85f24e83ddc1d2987c428050 | [] | no_license | tw-voon/event-s-ndbox | 1ad1bf467b89182f1f8198abe98d46300df10da2 | 05164937ea2f502ce9633a44d37aa6b15e36bc63 | refs/heads/master | 2020-04-20T07:14:47.934479 | 2019-12-01T07:30:17 | 2019-12-01T07:30:17 | 168,705,575 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,490 | java | package com.kuchingitsolution.asus.eventmanagement.config;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.util.Log;
public class AppStatus {
static Context context;
/**
* We use this class to determine if the application has been co... | [
"t.wui1993@gmail.com"
] | t.wui1993@gmail.com |
d1b1a20578b5a4794ee2dd23f94cc72c77df2c2d | d57862c79f348c55bef1488dcae0824abd5e7bc1 | /src/com/thread/Pool1.java | 6cbc18a9692f967ea89b900f652e16f1a477bad0 | [] | no_license | wangshiz/threadproject | 8c36b6069a05f61938a1d6043f12afe9f95f0888 | 4fb1d7f05a6e196965b1f519cb14112cf01d374f | refs/heads/master | 2022-12-25T09:41:36.912347 | 2020-09-27T12:51:24 | 2020-09-27T12:51:24 | 295,065,844 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 781 | java | package com.thread;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
//测试线程池
public class Pool1 {
public static void main(String[] args) {
//创建服务 创建线程池
//newFixedThreadPool 参数为 线程池大小
ExecutorService service = Executors.newFixedThreadPool(10);
//... | [
"312406078@qq.com"
] | 312406078@qq.com |
32cc0cbea21a806eed1a75a0284fac3b8df8ffdb | a0424a6f5fa87c725866bf349e9bceb862a36f42 | /src/main/java/getRequest/GetData.java | 90e2044dbf9ed748bb6b830fe968e3887ca32efe | [] | no_license | Udita09/Bluestacks-assignment | 593459295cf782271420f7eb5fe6163b10a492bd | 7c8c367b5703ccdd1c3ea644981540559c020990 | refs/heads/master | 2023-06-23T14:41:48.228471 | 2021-07-21T17:38:37 | 2021-07-21T17:38:37 | 388,196,744 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 565 | java | package getRequest;
import io.restassured.RestAssured;
import io.restassured.response.Response;
public class GetData {
public void testResponseCode()
{
Response res = RestAssured.get("https://api.openweathermap.org/data/2.5/weather?appid={openweathermap_apikey}&q=chicago");
int code = res.getStatusCode();
Assert.... | [
"udiupadhyay0995@gmail.com"
] | udiupadhyay0995@gmail.com |
453b159e820ed91375bab294b392fb729674fadc | 3c338c2ee66cf7ee344fcd341820155265390ed7 | /src/main/java/es/meep/tecnicaltest/utils/UrlUtils.java | 51f19415731df4d4c157084577267f5c0e1dca7c | [] | no_license | aharkergutierrez/meep-pooling | 48da1183af509e073c2186fe40a545a94c6141ea | 98d1960a1649f6c598df859e46f4104bea4101eb | refs/heads/master | 2023-03-18T00:00:37.353548 | 2021-03-02T08:06:47 | 2021-03-02T08:06:47 | 343,691,927 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,787 | java | package es.meep.tecnicaltest.utils;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Objects;
import java.util.stream.Collectors;
import com.jayway.jsonpath.DocumentContext;
import com.jayway.jsonpath.JsonPath;
public cla... | [
"andres.harker@babel.es"
] | andres.harker@babel.es |
a91c65c60ee4132740f84018ceb70defbd72cf61 | 9460a81d99c61d70dd7c77c98df797b31bec724b | /src/WrongGraphSpecificationException.java | 198952a55aff8b5041f61d251a15af47749c77f3 | [] | no_license | dke-group-23/DKE-Project | ad142b0a44d6eb2d603514bd3106dc49730fb54f | a25847acab9a79102977de08c389598f800c0579 | refs/heads/master | 2020-03-31T00:59:34.141991 | 2019-01-23T10:03:12 | 2019-01-23T10:03:12 | 151,762,759 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 513 | java | /**
* Custom exception indicating wrong graph specification.
*
* (This class is more specific than IllegalArgumentException and
* allows to catch only exceptions generated by inner workings of a game.)
*
* Author: Tomek
*/
public class WrongGraphSpecificationException extends IllegalArgumentException {
pub... | [
"isinlor@gmail.com"
] | isinlor@gmail.com |
e958929ae346de1f5ee558694f69138138b818dc | 07c41d89eb7aeee828264dc6975ef705287e2cb5 | /Test Code/testPaper.java | 78f17c511059080bfc3c6bff74302d488e912298 | [] | no_license | keevinli/TCSS360_Project | bebb668f4c527c5c48b60fa3a0174f0df066afa0 | f3d551fae186544477d5269dd645ea3535e5a9c2 | refs/heads/master | 2021-01-21T13:52:49.286362 | 2016-05-07T16:26:20 | 2016-05-07T16:26:20 | 55,426,306 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 820 | java | package JUnitTests;
import static org.junit.Assert.*;
import org.junit.Before;
import org.junit.Test;
import TCSS360.Paper;
public class testPaper {
private Paper testPaper;
private static final String TEST_PATH = "Test Path";
private static final String TEST_AUTHOR = "Test Author";
private static ... | [
"keevinli723@gmail.com"
] | keevinli723@gmail.com |
1b615c298d80771f9d7c854c706fce9fcd1491d6 | 802b594e44622958eea734e3611cc93ba830536d | /src/main/java/com/hbl/global/utils/PropertiesUtil.java | 81f46606c5c1e04b04fdb981f60da13bf34d0483 | [] | no_license | Rontic/hbl_global | a2dfe5ce71a8cccfb3c820a8cc1dd228e4fd38c3 | 282b04f5aa4c376e0b66febd631e4009ee8287e5 | refs/heads/master | 2020-04-13T19:33:49.569268 | 2019-01-06T07:26:04 | 2019-01-06T07:26:04 | 162,398,377 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,323 | java | package com.hbl.global.utils;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.util.Properties;
/**
* 资源文件读取工具类
*
* @author founder
*
*/
public final class PropertiesUtil {
private PropertiesUtil() {
}
/**
* 读取资源文件
*
* @param f... | [
"longmafan@vip.qq.com"
] | longmafan@vip.qq.com |
cdcb706950519eedf68d8339dc00ba4753e4a9bc | a9c3c705060b9efc284e9ce71743f37f06940633 | /ndsc-backstage/src/main/java/com/njusc/npm/app/security/shiro/MyCasRealm.java | 9ae3c41ddcaa20c70470d23c9816f98711f9ebb1 | [] | no_license | Mr-Swift/clock_in_project | e84f3c46464d1837b6c5066738c0d25b4adf36ae | 14084b53af59697cff8bf833cb943af097c33d44 | refs/heads/master | 2023-04-04T13:45:43.754131 | 2021-03-17T05:09:42 | 2021-04-24T12:54:05 | 348,586,432 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,248 | java | package com.njusc.npm.app.security.shiro;
import org.apache.shiro.authz.AuthorizationInfo;
import org.apache.shiro.authz.SimpleAuthorizationInfo;
import org.apache.shiro.cas.CasRealm;
import org.apache.shiro.subject.PrincipalCollection;
import java.util.HashSet;
import java.util.Set;
public class MyCasRealm extends ... | [
"1330461512@qq.com"
] | 1330461512@qq.com |
1bf1ceaa0c4f346f664007a99cab634093a3f06c | b251d4052bf32621d4ca944cc7b2717831da11d5 | /src/main/java/printing/Printer.java | ea149864f75b3fd3abc40b4596c844b9045ac81b | [] | no_license | amrutashgaikwad/JavaFundamental-Part-1 | db830576cb194091ba054acdf6f8e3165664010c | 1959a80a092ddba352ed2def1daf3a450273154e | refs/heads/master | 2020-07-05T09:35:06.161853 | 2016-08-22T12:14:58 | 2016-08-22T12:14:58 | 66,263,895 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 520 | java | package printing;
public class Printer<T>
{
private String modelNumber;
private boolean printer_isON;
private T cartridge;
public Printer(boolean isON, String modelNumber, T cartridge ) {
this.modelNumber = modelNumber;
this.printer_isON = isON;
this.cartridge = cartridge;
}
public void p... | [
"agaikwad@DIN52004227.corp.capgemini.com"
] | agaikwad@DIN52004227.corp.capgemini.com |
7899178e8d17531f0391b8c38ca72e5936e95785 | 977ebe395f2d9c1a80d6f6c505bde157f7d088f6 | /target/generated/src/main/java/com/huawei/bme/cbsinterface/bcservices/BatchChangeAcctOfferingRequestMsg.java | 035de88a2e875ec428be57b0f763a74e2baf07a9 | [] | no_license | EOnyenezido/esb | 5bc8e394809d8db46772c1e814dded69c1caa802 | 64b82667e253f03c9e18b4ff1be37264399d26b9 | refs/heads/master | 2020-03-28T06:13:37.875748 | 2018-09-14T12:44:04 | 2018-09-14T12:44:04 | 147,821,707 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,964 | java |
package com.huawei.bme.cbsinterface.bcservices;
import java.io.Serializable;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
import ... | [
"e.onyenezido@karixchange.com"
] | e.onyenezido@karixchange.com |
7703e2baaaf3500663cfa02a9bf1ea35801794f9 | 3492ca0cc61a839ad53c485185cb639ba7b6d71a | /src/com/servlet/servlet2.java | a066c4e9d3146631ac50c07a8856e5bc1b892a82 | [] | no_license | Dovishhh/Second_resp | 9648b19ca906e1274384b85f062d32b6560e3915 | 8a95d3f45c493dec2cc5204f0666d187f175b167 | refs/heads/master | 2021-02-09T08:39:45.531920 | 2020-03-03T02:43:12 | 2020-03-03T02:43:12 | 244,262,302 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,254 | java | package com.servlet;
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;
/**
* Servlet implementation class servlet2... | [
"a@LAPTOP-VQBLMAST"
] | a@LAPTOP-VQBLMAST |
27d9a74a5b9d627d3a341a429d736a24f53ade22 | 2770d8e28f3b1443de85f98845633c8a635b90e0 | /server/src/main/java/lu/cecchinel/smarthome/server/handlers/ValueHandler.java | 2ac3062ff9c84e10424ecc64208acd5f9e81110a | [
"Apache-2.0"
] | permissive | ulrich06/Smarthome | 3111aad607da2505bb661743618e22b3a1f20182 | 6919792f5746a1aa2c4206734965a91550dbb803 | refs/heads/master | 2021-06-28T01:58:59.879878 | 2020-04-18T16:21:43 | 2020-04-18T16:21:43 | 138,925,401 | 0 | 0 | Apache-2.0 | 2020-10-13T00:22:02 | 2018-06-27T19:39:50 | Java | UTF-8 | Java | false | false | 1,262 | java | package lu.cecchinel.smarthome.server.handlers;
import greycat.Graph;
import greycat.Type;
import io.undertow.server.HttpHandler;
import model.Sensor;
import model.sensors;
import static greycat.Tasks.newTask;
public class ValueHandler {
public static HttpHandler valuesHandler(Graph graph) {
return http... | [
"ulrich06@users.noreply.github.com"
] | ulrich06@users.noreply.github.com |
6e3f8c7b3f8e044b03202e066c379d80a231fdc7 | 7d260ad33e852fb22fce303282ced1c3230da4f7 | /Solution.java | 4be6cc06ba280afbdc88471a88858d6689cec177 | [] | no_license | hirenmayani/competativeCoding | a39996c360f2d0650c5b3017f73595f1a7288b76 | 625d0a1cf47a4db6e98eccf3b2c61cd6cf8c1d07 | refs/heads/master | 2021-01-16T21:24:06.221256 | 2015-01-29T11:06:00 | 2015-01-29T11:06:00 | 30,012,288 | 1 | 2 | null | 2019-10-02T06:02:10 | 2015-01-29T09:07:14 | Java | UTF-8 | Java | false | false | 782 | java | package updatequery;
import java.util.Scanner;
public class Solution {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int maxD = sc.nextInt();
sc.close();
int[] maxVals = new int[maxD];
for (int i = 2; i < maxD; i++) {
int sqrt = (int) Math.sqrt(i);
if (sqrt * sqrt != i... | [
"mayanihiren@gmail.com"
] | mayanihiren@gmail.com |
f493cec43de6a79d6ac1da2430cf2e739a0a474e | 7513707c2a1c14ef9f22a1ed317e3d448e7659d3 | /src/main/java/com/manoelcampos/server/rest/UserResource.java | d6246fdd78b1e6d886ca62fdda6e27e775ea3158 | [] | no_license | manoelcampos/quarkus-profiles-config | bc5a3e2b346e07a1f1838bd9fa5a789a44c9151b | 3a7d2a5ea8eed11b1e66e1893d4942d2d4bd0d87 | refs/heads/master | 2020-06-12T13:12:40.186027 | 2019-06-30T14:10:59 | 2019-06-30T14:13:20 | 194,310,078 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 481 | java | package com.manoelcampos.server.rest;
import com.manoelcampos.server.dao.DAO;
import com.manoelcampos.server.model.User;
import javax.inject.Inject;
import javax.ws.rs.*;
import javax.ws.rs.core.MediaType;
@Path("/user")
@Produces(MediaType.APPLICATION_JSON)
@Consumes(MediaType.APPLICATION_JSON)
public class UserRes... | [
"manoelcampos@gmail.com"
] | manoelcampos@gmail.com |
ec68979c66ab7533b87c4b73068bdbd55ff46803 | 668829ddf218f6cba1d5a7948d0fb169a99017b8 | /app/src/main/java/Interface/OnClicked.java | c1fdda02342e5bdd2132db6ef007b85c8f8c6183 | [] | no_license | NalinikantaOjha/Farfetch | daa8ab07b9452fed5c681aa7535edddba92a4c04 | da7dabbd5dbfa05861a32e6cc9decbec9f267f5b | refs/heads/master | 2023-08-09T06:30:56.571264 | 2021-08-27T15:27:46 | 2021-08-27T15:27:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 188 | java | package Interface;
import Model.HomeModel;
public interface OnClicked {
void onButtonClicked(HomeModel model, int position);
void onItemClicked(HomeModel model,int position);
}
| [
"nalinikanta7978@gmail.com"
] | nalinikanta7978@gmail.com |
9fd6388e458cdbae062132b982b496c31c1c9a71 | e66dfd2f3250e0e271dcdac4883227873e914429 | /zml-jce/src/main/java/com/jce/framework/weixin/api/core/handler/impl/WeixinReqDefaultHandler.java | 37507602e3dac218c245fff7126c9f456fd9ce9d | [] | no_license | tianshency/zhuminle | d13b45a8a528f0da2142aab0fd999775fe476e0c | c864d0ab074dadf447504f54a82b2fc5b149b97e | refs/heads/master | 2020-03-18T00:54:16.153820 | 2018-05-20T05:20:08 | 2018-05-20T05:20:08 | 134,118,245 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,222 | java | package com.jce.framework.weixin.api.core.handler.impl;
import java.util.Map;
import org.apache.log4j.Logger;
import com.jce.framework.weixin.api.core.annotation.ReqType;
import com.jce.framework.weixin.api.core.exception.WexinReqException;
import com.jce.framework.weixin.api.core.handler.WeiXinReqHandler;
impo... | [
"tianshencaoyin@163.com"
] | tianshencaoyin@163.com |
c15da95905325977ddee283cf38be75cae0eede3 | 6f758395a7aa050dd5732979d16c3453945a82fe | /src/pboif2/pkg10119044/latihan57/vehicle/Bicycle.java | 3e2ef55c779452fdf88ad35235678782b97180cb | [] | no_license | YohanaSriRejeki/PBOIF2-10119044-Latihan57-Vehicle | 4e7a77a181f73a16bb8c5e365c576d1ba399affb | 3b154eede009ba7394772c5f9cff19d5439a2723 | refs/heads/master | 2023-01-19T00:29:05.179855 | 2020-11-20T23:28:20 | 2020-11-20T23:28:20 | 314,693,177 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 758 | 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 pboif2.pkg10119044.latihan57.vehicle;
/**
*
* @author
* NAMA : Yohana Sri Rejeki
* KELAS : IF2
* NIM ... | [
"ASUS@ASUS-X541U"
] | ASUS@ASUS-X541U |
afd78ff6b96ddf27a32fb9a32cd03b7725e72fde | da3ae3952150454c35cd2bc36107dc490eaedcd8 | /src/test/java/RunnerFeatures.java | 674bbfa4ebd7c4e9c929cc261747d2bf2a280d99 | [] | no_license | CharlesArth9/POM_BASE | 46aa7580dedd56f67c5cf70c027593c6fd643c7a | 6b4b4cb7e248262f28a2aa594b5ce22536dbaf01 | refs/heads/master | 2020-11-23T22:04:16.273897 | 2019-12-13T14:04:51 | 2019-12-13T14:04:51 | 227,691,187 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 412 | java | import org.junit.runner.RunWith;
import cucumber.api.CucumberOptions;
import net.serenitybdd.cucumber.CucumberWithSerenity;
@RunWith(CucumberWithSerenity.class)
//@CucumberOptions(features ="src/test/resources/features/")
@CucumberOptions(features ="src/test/resources/features/Demo.Feature")
//@CucumberOptions(featur... | [
"charlesarth@gmail.com"
] | charlesarth@gmail.com |
167bed8cc1856dddcce336b16f38feb37f32c196 | eecc0c30a156f387c58e470a5ca2e25fd25afc4a | /rightangleoverlineview/src/androidTest/java/com/anwesh/uiprojects/rightangleoverlineview/ExampleInstrumentedTest.java | 5b7e7d6246c8fec8c16de3f73c80fc811ad64d8a | [] | no_license | Anwesh43/LinkedRightAngleOverLineView | 24dbed71ad02c3739828406be400f4675da7ad79 | 3dc8782fc3f57394e100abfba93516537336a41a | refs/heads/master | 2020-06-25T12:41:45.279511 | 2019-07-28T16:17:54 | 2019-07-28T16:17:54 | 199,310,108 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 794 | java | package com.anwesh.uiprojects.rightangleoverlineview;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will ... | [
"anweshthecool0@gmail.com"
] | anweshthecool0@gmail.com |
50ce89348507aeab40896e56001ec4f178dd33e4 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/26/26_3100248714a579293991936e25aea49170747b6a/QuestionValidation/26_3100248714a579293991936e25aea49170747b6a_QuestionValidation_t.java | 6bf7b65632e8c3c88b77dd4865e0b1d07aa45efe | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 1,922 | java | package com.forum.repository;
import org.apache.commons.lang.StringEscapeUtils;
import org.springframework.stereotype.Repository;
@Repository
public class QuestionValidation {
private static final int MINIMUM_CHARACTERS = 20;
private static final int JAVA_SPACE = 32;
private static final int HTM... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
2f99bc0394918f2ab76a84a603c798656864892a | 1ec1df92d9e579e476a5d23171a55eebe65dc06b | /target/classes/org/apache/tomcat/util/buf/ByteChunk.java | 0308de1f77c6f27ea729105fc6bc0b22ad5a5e96 | [
"LicenseRef-scancode-unknown-license-reference",
"bzip2-1.0.6",
"Apache-2.0",
"CDDL-1.0",
"CPL-1.0",
"Zlib",
"EPL-1.0",
"LZMA-exception"
] | permissive | EugeneWang/tomcat7079 | 0c8e0d182e60bb5f889dcd753440073bcb112815 | 817bb00d42d3de2cfa745e872a9b4e535a319e9c | refs/heads/master | 2022-02-02T00:53:51.675239 | 2019-05-23T06:07:06 | 2019-05-23T06:07:06 | 97,283,181 | 0 | 0 | Apache-2.0 | 2022-01-21T23:19:36 | 2017-07-15T00:54:47 | Java | UTF-8 | Java | false | false | 26,370 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... | [
"wang_c@Ctrip.com"
] | wang_c@Ctrip.com |
9921905032ea562117891f7b9bf0aa9e99f8bc27 | 96fbaf27343e4ede04672c25159b59064fbd7657 | /src/main/java/meng/spring/test19/springaopapi/MyAfterReturningAdvice.java | 7003a832b54a1a5b310870dec7e50bfa3211f3d7 | [] | no_license | mengzhang6/spring-framework-sample-v02 | 0bcc77f6bb98bb5770dba5210ba891a351eaac37 | 19792177ec8932161a0a7ba7e53780a34a69e88c | refs/heads/master | 2021-10-26T04:50:52.661122 | 2019-04-10T16:56:18 | 2019-04-10T16:56:18 | 82,319,322 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 684 | java | package meng.spring.test19.springaopapi;
import java.lang.reflect.Method;
import org.springframework.aop.AfterReturningAdvice;
public class MyAfterReturningAdvice implements AfterReturningAdvice {
private int count;
public int getCount() {
return count;
}
@Override
public void afterReturning(Object returnVa... | [
"921333285@qq.com"
] | 921333285@qq.com |
316e5f893af2e7b913801dcba3eb4bfa14f9ec3d | 06418ffe256664e0633de3cb1088260b7db8a1b7 | /source_BubbleShoot_noServer/BubbleShoot_BubbleMonster/src/com/lavagame/bubblemonster/actor/Actor.java | b61b73c7062e573cb1320b969dbcbf5dc18d16c6 | [] | no_license | hoangwin/pi-cac-chu-old-version | 7472b04cedbfad2465a969e5efa6ff2d4b26100a | 0857a97225f99e5d62cda54f75b3dcf13ea1938c | refs/heads/master | 2016-09-05T19:09:34.300481 | 2015-05-27T04:19:39 | 2015-05-27T04:19:39 | 33,906,095 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,339 | java | package com.lavagame.bubblemonster.actor;
import java.util.Random;
import com.lavagame.bubblemonster.GameLayer;
import com.lavagame.bubblemonster.GameLib;
import com.lavagame.bubblemonster.MainActivity;
import com.lavagame.bubblemonster.Sprite;
import android.graphics.Color;
public class Actor {
//type of Actor... | [
"hoang.nguyenmau@hotmail.com"
] | hoang.nguyenmau@hotmail.com |
7655dea669869ffdcb6e5506eec7187dd5ed1498 | 797124ea56e5a143cbe97121ae4b82f15c19a24f | /main/src/java/de/hunsicker/jalopy/parser/Recognizer.java | 2bf7249ec8370d2c36bf0c71b41c085f0c2a905e | [] | no_license | orb1t/jalopy-os | b6c3320e83b15daa1bffdbc0cd9ca2b40ebe5662 | a0daa39f5e74f6506a8305ba1edf4d237b491db5 | refs/heads/main | 2020-03-18T13:47:02.329690 | 2002-09-15T20:42:03 | 2002-09-15T20:42:03 | null | 0 | 0 | null | null | null | null | IBM855 | Java | false | false | 9,409 | java | /*
* Copyright (c) 2001-2002, Marco Hunsicker. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this lis... | [
"marcohu@users.sourceforge.net"
] | marcohu@users.sourceforge.net |
8f76e02188fd5dbdd78a68cc0941dca9d9624dda | 6607be1e35db578e9d2b6fc02f325a83caa4bd56 | /src/main/java/com/application/model/service/SearchBetterBusService.java | 1b4909646bcefb4a15704ab36f9469213527fd9e | [] | no_license | MeepoNeGeroi/TestDualLab | d4dd88bdbdd32607c0c81c9dc906648be21c9dfc | 2b8f3edde82deb52d46b7ff410c891b058a12942 | refs/heads/master | 2023-06-30T05:51:36.836880 | 2021-07-30T10:46:58 | 2021-07-30T10:46:58 | 391,029,470 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,611 | java | package com.application.model.service;
import com.application.model.StaticFields;
import com.application.model.entity.BusSchedule;
import java.util.List;
import java.util.Scanner;
public enum SearchBetterBusService {
INSTANCE;
public String execute(Scanner sc){
fillSchedules(sc);
findBetterB... | [
"64918686+MeepoNeGeroi@users.noreply.github.com"
] | 64918686+MeepoNeGeroi@users.noreply.github.com |
ef2798b5219d6654af85bc76ecf3f2f2251f2515 | eef9539a84c5c6817cf11500d8ec63fe3620f8dd | /app/src/main/java/com/example/diceroller/DisplayMessageActivity.java | 6586076e98ebf077feedc8db2cde127807dd2e31 | [] | no_license | Remi329/GroupProjectFolder | 6fa0ce9410f82de83ab8322b24a173121bddbf6d | 2efc28341fefdac6462eb68d9ca3b07c9bfd30dd | refs/heads/master | 2020-09-10T14:57:28.634425 | 2019-11-07T15:11:49 | 2019-11-07T15:11:49 | 221,729,383 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,060 | java | package com.example.diceroller;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.text.Editable;
import android.view.View;
import android.widget.EditText;
import android.widget.TextView;
public class DisplayMessageActivity extends AppCompatActivit... | [
"1808329@brunel.ac.uk"
] | 1808329@brunel.ac.uk |
05cdbbb0352695229464c1d05ecc4ff4566fd3b9 | b4154031c3d5ed80a25f8c10bd2436ce8958100e | /src/SumOfDigit.java | e53807de5c6e2bbd81fbe1db24d5e93cdc92ed8c | [] | no_license | SomuSinha-Java-Tutorials-ManoranjanaBor/Manoranjana-ICSE-Programs | 1b922e27f07719e7361986c3147d9edf1e7a7609 | 2bbae1f2ab637d8e515b674a3bc6585c1d299c33 | refs/heads/master | 2021-01-11T19:20:54.461429 | 2017-04-06T14:14:10 | 2017-04-06T14:14:10 | 79,362,484 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 462 | java | import java.util.*;
public class SumOfDigit
{
public static int sumDigit (int a)
{
int s=0,d;
while(a>0)
{
d = a % 10 ;
s=s+d;
a=a/10;
}
return s;
}
public static void main(String args[])
{
Scanner in = new Scanner(System.in);
System.out.pri... | [
"manoranjana.dev@gmail.com"
] | manoranjana.dev@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.