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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b58382529a640ccdc5224fad523f4b4e8ba38ac2 | 927a79e515892662d4a42572184b7b67cc830bd2 | /web/src/main/java/com/school/utils/StrFormatter.java | 32156b71a3a4becd2467d3e205df8531c940ab70 | [] | no_license | adlin2019/schoolserver | 072405f7352e99fc7b76c665969cea5ac50e0e3d | 8a0c14019e4ffd8160409d26d217a0b10225d4c3 | refs/heads/master | 2023-08-04T05:23:24.362565 | 2021-09-10T08:09:17 | 2021-09-10T08:09:17 | 401,086,913 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,476 | java | package com.school.utils;
import com.school.utils.StringUtils;
/**
* 字符串格式化
*
* @author ruoyi
*/
public class StrFormatter {
public static final String EMPTY_JSON = "{}";
public static final char C_BACKSLASH = '\\';
public static final char C_DELIM_START = '{';
public static final char C_DELIM_END... | [
"812080203@qq.com"
] | 812080203@qq.com |
c5ba17896e4014a0343450b9d3746ff30791d3cf | 3b8fcc9fb93606aa460a3815a6131888b915b0b7 | /src/parser/AstNode.java | 755b9b5d8356b53e4bf7b656294fe217edc6a3bd | [
"MIT"
] | permissive | mklinik/compiler-construction-werkcollege-java | 9b22890c7ad3ff6b90ee3ef423f2c7bc8b296ce2 | 0cf331b636b8d223bcc0b3a7fb12d0117928b01f | refs/heads/master | 2021-04-29T16:30:26.525075 | 2018-03-26T15:08:31 | 2018-03-26T15:08:31 | 121,651,466 | 0 | 1 | MIT | 2018-03-11T15:15:31 | 2018-02-15T16:20:10 | Java | UTF-8 | Java | false | false | 269 | java | package parser;
import typechecker.Type;
import util.Visitor;
public abstract class AstNode {
private Type type = null;
public Type getType() {
return type;
}
public void setType(Type type) {
this.type = type;
}
public abstract void accept(Visitor v);
}
| [
"mkl@lambdanaut.net"
] | mkl@lambdanaut.net |
4148cd1f37aea6bd82a1101928e0a17a551bc758 | cc5f525525070c785c2470ff2b30d9f5cd859cf8 | /src/app/command/CMDAddShape.java | 0c5dd8ff6251d0e5923bdf50893a58a3a7a48a17 | [] | no_license | sladjapopadic/PaintDO | d629cba1b1943689d1da1746decbfa18b0a2f692 | f2d1707a241c1d18f9d69b76b4dd8f7d3cc285d6 | refs/heads/master | 2020-09-06T21:25:37.665522 | 2019-11-08T23:41:17 | 2019-11-08T23:41:17 | 220,557,486 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 524 | java | package app.command;
import app.mvc.AppModel;
import geometry.Shape;
public class CMDAddShape implements Command{
private static final long serialVersionUID = 1L;
private AppModel model;
private Shape shape;
public CMDAddShape(AppModel model, Shape shape) {
this.model = model;
this.shape = shape;
}
@Ov... | [
"32782130+sladjapopadic@users.noreply.github.com"
] | 32782130+sladjapopadic@users.noreply.github.com |
8f586f254168d0eb3f831d3c6f5d7a87493e8690 | b09abc5c601569de9739959c27a88aef2813688e | /SeleniumWebmanager/src/test/java/deep/parameter/TestNG_parameterDemo.java | 3f36cc5b7fb44cde5cdc049cae73d2c8690f5874 | [] | no_license | dilipdire/SeleniumStep_by_Step | a5bd8f74dc823ea66d36cad5f36ccc882c2e52a1 | 5d0f5e43d5bb8460f72710521793d99bf75fcbe7 | refs/heads/master | 2023-08-23T13:08:37.537886 | 2021-10-13T02:35:34 | 2021-10-13T02:35:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 316 | java | package deep.parameter;
import org.testng.annotations.Optional;
import org.testng.annotations.Parameters;
import org.testng.annotations.Test;
public class TestNG_parameterDemo {
@Test
@Parameters({"Myname"})
public void test(@Optional String name)
{
System.out.println("name "+name);
}
}
| [
"Dilip Kumar@192.168.0.7"
] | Dilip Kumar@192.168.0.7 |
3d0a1a6a537a4ad58856b13804fea608e5b73fb6 | 934a8d7d5a7e3dc0700ef32ca21e90b5d75f0ae7 | /src/main/java/com/xiezhaoxin/test/EclEmmaTest.java | b1d747f3054cd433d7f1dbbcde8eca4fe5f01821 | [] | no_license | xiezhaoxin/exercise | 6925f347a7cc09ea4c898b4c9ec92e06b62ca02a | 713f1c3bbd8233e42e282b40fbba532cb429ef67 | refs/heads/master | 2021-01-17T14:57:27.375875 | 2016-03-07T02:29:10 | 2016-03-07T02:29:10 | 53,289,101 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 873 | java | package com.xiezhaoxin.test;
import org.junit.Test;
public class EclEmmaTest {
@Test
public void testA(){
TestA a = new TestA();
a.aaa();
}
// @Test
// public void myWordsTest(){
// System.out.println(new Date().getTime());
// int i = 0;
// int j = 0;
// int k = 0;
//
// i = i ... | [
"xiezhaoxin@outlook.com"
] | xiezhaoxin@outlook.com |
d26b137e478426a264b36403de5fa1eabf136288 | 3b9816e0a3d7e3eb4b7d0427bd3519de004c9c10 | /src/main/java/com/maven/hello/App.java | 79d06abb26ebd6eb290fd91c0b48bacf584b91ae | [] | no_license | Balajihockey/hello | a9b3dfa2cb0ab0e0ca1cdcebe1d05dcc00e8e6eb | b1b7040416fd29c8f5d95d50878b598f6f3f9a6f | refs/heads/main | 2023-02-12T09:00:03.891488 | 2021-01-09T12:17:07 | 2021-01-09T12:17:07 | 328,147,038 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 178 | java | package com.maven.hello;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
}
}
| [
"minibala33@gmail.com"
] | minibala33@gmail.com |
678402a5a0348d33a5057075be908fe3451adcef | d7b57ef0c06806e1f96ad1280cb63d993cc3ba4c | /src/Ex3ArrayZigZag.java | 737755fa465a629da0e9dd5d031bb52e9583808f | [] | no_license | Aethernite/Softuni-Technology-Fundamentals | 3875711b6b59d96dc6b1aefad9459aa185f8a5a1 | 3405945539b4af3fcbedc04917f35e40d8e9a538 | refs/heads/master | 2021-10-22T11:24:33.402583 | 2019-03-10T08:29:31 | 2019-03-10T08:29:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 740 | java | import java.util.Scanner;
public class Ex3ArrayZigZag {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int n = Integer.parseInt(scanner.nextLine());
int[] arr = new int[n];
int[] arr2 = new int[n];
for(int i=0; i<n; i++){
if(... | [
"b.arangelov@mail.bg"
] | b.arangelov@mail.bg |
669a032be270aa880a2f799919861fe9f9f12ed6 | 1671d87c2e414de8186570983c65c220888f20b1 | /第一阶段/Spring2/src/com/atguigu/test/TestSpring.java | 5efe704c1f013f2477608d367398f29e8d7c8c07 | [] | no_license | qisirendexudoudou/BigData_0722 | 4f25b508b4c20088d4155abb2d52e1d39c8b0e81 | e474e6ebcbbfedd12f859f0198238f58b73e5bec | refs/heads/master | 2022-07-21T17:41:47.611707 | 2019-11-16T05:59:11 | 2019-11-16T05:59:11 | 221,875,869 | 0 | 0 | null | 2022-06-21T02:14:43 | 2019-11-15T08:10:07 | Java | UTF-8 | Java | false | false | 2,042 | java | package com.atguigu.test;
import static org.junit.Assert.*;
import org.junit.Test;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import com.atguigu.entity.User;
public class TestSpring {
/*
* 1. 容器中的对象 是什么时候创建的?
* 对象是随着容器的... | [
"546223079@qq.com"
] | 546223079@qq.com |
778f9319277cdb3e31f3b68d4473ac41f272addf | 1f9baaa9d5ae5d31a68f8958421192b287338439 | /app/src/main/java/ci/ws/Models/entities/CIApisStateEntity.java | 9cb93cc2fd03695da5365fea6d301d24bdaf2e6d | [] | no_license | TkWu/CAL_live_code-1 | 538dde0ce66825026ef01d3fadfcbf4d6e4b1dd0 | ba30ccfd8056b9cc3045b8e06e8dc60b654c1e55 | refs/heads/master | 2020-08-29T09:16:35.600796 | 2019-10-23T06:46:53 | 2019-10-23T06:46:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 250 | java | package ci.ws.Models.entities;
import com.google.gson.annotations.Expose;
/**
* Created by joannyang on 16/6/1.
*/
public class CIApisStateEntity implements Cloneable {
@Expose
public String code;
@Expose
public String name;
}
| [
"s2213005@gmail.com"
] | s2213005@gmail.com |
300d2730a361990ad7152be219ead8ef31cfc85d | 7fb15446b5645b7761a8ac1eee7fce8ff2bfb493 | /app/src/main/java/com/dibs/dibly/daocontroller/FollowingController.java | 74d8f117ed5fb423425968d06a67562801a16cc6 | [] | no_license | loipn1804/Dibly | 4d7d3cbf3b895b27a3244cb52df9acaade776b20 | d94e40208b90cc602812a701c6c0a77855741721 | refs/heads/master | 2020-12-31T05:09:33.182036 | 2017-04-26T14:18:44 | 2017-04-26T14:18:44 | 59,657,238 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 901 | java | package com.dibs.dibly.daocontroller;
import android.content.Context;
import com.dibs.dibly.application.MyApplication;
import java.util.List;
import greendao.Following;
import greendao.FollowingDao;
/**
* Created by USER on 7/10/2015.
*/
public class FollowingController {
private static FollowingDao getFoll... | [
"phanngocloi1804@gmail.com"
] | phanngocloi1804@gmail.com |
b9f99bb012bf40d9c246dfc7b05dac2605b1fbee | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/16/16_ad6e673d389e5a5b5912d1b5134861925c289e97/ThingListFragment/16_ad6e673d389e5a5b5912d1b5134861925c289e97_ThingListFragment_s.java | 62d6e36b58b95e064d968cac8586cea0aee20b98 | [] | 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 | 9,763 | java | /*
* Copyright (C) 2012 Brian Muramatsu
*
* 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 applicabl... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
60ce901d85d546b9b4e32ab86aad5ff259e86fa4 | 3567d60bfc736ff40d57c02c79610c5b77032725 | /src/main/java/com/CS5500/springbootinfrastructure/view/DateLogQuery.java | 1e89b891f89a6bcfd706cc1566f6028895cbba90 | [
"MIT"
] | permissive | Ivor808/CS5500-Project | ad301ace56d0f983c64e1f5add082d91ad95dcba | 9b5c06428de10aa21c25f31a5eebff5d13397647 | refs/heads/main | 2023-07-10T23:28:00.761619 | 2021-08-20T00:32:06 | 2021-08-20T00:32:06 | 373,665,420 | 0 | 0 | null | 2021-08-11T18:38:50 | 2021-06-03T23:13:44 | Java | UTF-8 | Java | false | false | 363 | java | package com.CS5500.springbootinfrastructure.view;
import com.CS5500.springbootinfrastructure.parser.DataFormatterImpl;
import java.sql.Timestamp;
public class DateLogQuery {
public static void main(String[] args) {
Timestamp t = new DataFormatterImpl().convertTimestamp("20130209T185023-0800");
... | [
"kulkarni.akash@gmail.com"
] | kulkarni.akash@gmail.com |
20668fc332db42b9ec90d57d97a65cc9f6a4ce36 | b479e6a04d5141936975c5c1aa8705b038c279d5 | /src/java/controlador/UbicacionServices.java | 48a3e7d8c46c1c150a546a4f1f1dfe486d7b054d | [] | no_license | alexv96/DE4504---Examen | 138cbe2b53ca15507857b64aa46b1bcaaea42a42 | 2588629d0a6d7b21d24abdc18a43b3a0ad9697de | refs/heads/master | 2021-03-30T13:38:22.522895 | 2020-03-19T01:40:01 | 2020-03-19T01:40:01 | 248,060,264 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 587 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package controlador;
import DAO.UbicacionDAO;
import modelo.Carretera;
import modelo.Ubicacion;
/**
*
* @author Alex
... | [
"alex.antoniovalenzuelai@gmail.com"
] | alex.antoniovalenzuelai@gmail.com |
ac1164f9c7bc563cae316e1c4ac1bcf8b134bbcd | 7d35c7f927de649dc15a9600fdfa15e7a177f4f6 | /src/test/java/com/bridgelabz/converter/unitconverter/UnitconverterApplicationTests.java | 8400fc93bb19632026c92c821f65f04b72c7efd9 | [] | no_license | AvatarMalekar/QUANTITY-MEASUREMENT-SPRING-API-2 | 74b5e61635dd2cd5829b216374e240255206422b | 9b1f4bcd05e634311467ea7b47fa8939dafd79e1 | refs/heads/master | 2022-04-23T14:01:53.830102 | 2020-04-18T07:59:16 | 2020-04-18T07:59:16 | 255,959,436 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 950 | java | package com.bridgelabz.converter.unitconverter;
import com.bridgelabz.converter.unitconverter.enumration.UnitConverterEnum;
import com.bridgelabz.converter.unitconverter.service.IUnitConverterService;
import org.assertj.core.api.Assert;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
import... | [
"avatarmalekar4@gmailcom"
] | avatarmalekar4@gmailcom |
1398f22ea2d1c3262b42da35e0385dff6cf81b15 | f6190666e6fda3e017b6be3ee1cb14ec7a11a1be | /src/main/java/uz/pdp/online/helper/GsonUserHelper.java | b50709909cfddeaa549e0a4c05dab98dad37812f | [] | no_license | Muhammad0224/MiniInternetMagazine | f076a7e3be0d91a133150e7dcb00559dd2d6d1b8 | 7add03feff69dbd1b1ccc77a4a720ad18234f488 | refs/heads/master | 2023-07-15T05:58:50.428927 | 2021-08-31T16:51:12 | 2021-08-31T16:51:12 | 401,777,602 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 860 | java | package uz.pdp.online.helper;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.google.gson.reflect.TypeToken;
import uz.pdp.online.model.Goods;
import uz.pdp.online.model.User;
import uz.pdp.online.service.GsonToList;
import java.io.*;
import java.util.ArrayList;
import java.util.Arrays;
im... | [
"murtazayevmuhammad@gmail.com"
] | murtazayevmuhammad@gmail.com |
815b9bfc126a76ff55e49f292868fe708a116c67 | 5b2c309c903625b14991568c442eb3a889762c71 | /classes/com/xueqiu/android/trade/model/SnowxTraderConfigItem.java | b383ded94b79436f8c3cf6aeb590ba06588f47e7 | [] | no_license | iidioter/xueqiu | c71eb4bcc53480770b9abe20c180da693b2d7946 | a7d8d7dfbaf9e603f72890cf861ed494099f5a80 | refs/heads/master | 2020-12-14T23:55:07.246659 | 2016-10-08T08:56:27 | 2016-10-08T08:56:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 914 | java | package com.xueqiu.android.trade.model;
import com.google.gson.annotations.Expose;
public class SnowxTraderConfigItem
{
@Expose
private String configMessage;
@Expose
private String configValue;
@Expose
private String tid;
public String getConfigMessage()
{
return this.configMessage;
}
pu... | [
"1776098770@qq.com"
] | 1776098770@qq.com |
99502c158df0cbc7febb6d06b252e1ed5bc6ed47 | 5d2a0f937f4e028d28cb366a1a78f356f8574867 | /src/main/java/project/spring/data/dao/InterfaceSpringDataUser.java | 0d29e023e7d400d463e64eec613089a137f5d840 | [] | no_license | EderCamposRibeiro/project-spring-data | 36fe56b1b00aebe246569eb718f84595ddf54218 | b8098b56a99eb6fb921fee26ca988ba80167f0e5 | refs/heads/master | 2022-12-25T19:26:58.288039 | 2020-10-11T13:00:52 | 2020-10-11T13:00:52 | 302,047,204 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,443 | java | package project.spring.data.dao;
import java.util.List;
import javax.persistence.LockModeType;
import org.springframework.data.jpa.repository.Lock;
import org.springframework.data.jpa.repository.Modifying;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.CrudRepository... | [
"edercribeiro@gmail.com"
] | edercribeiro@gmail.com |
38e5eb640ae63771b650b3d8db72d63b83ed811a | 30533228f1ed42590dcd87c5ef424fef82aa18a3 | /movieapp/src/main/java/com/hoangmn/config/JwtRequestFilter.java | 204776e096c454f5ecd05735f538f2656e74efda | [] | no_license | thayhoang/react-movie | ced269fc7aa32f6938fb7bcb5b2cf63ad32d0581 | 9e6666e92950dcfbb0846fbfb19235299edf06e4 | refs/heads/master | 2023-02-10T02:11:37.297088 | 2020-05-12T17:14:58 | 2020-05-12T17:14:58 | 263,401,301 | 0 | 0 | null | 2021-01-06T02:29:36 | 2020-05-12T17:11:36 | Java | UTF-8 | Java | false | false | 2,482 | java | package com.hoangmn.config;
import com.hoangmn.service.UserDetailsServiceImpl;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.authentication.UsernamePasswordAuthenticationToken;
import org.springframework.secur... | [
"minhhoange10cn@gmail.com"
] | minhhoange10cn@gmail.com |
14180e615b97c70b415f7b10a787f02679886db4 | 3636c15b123684d1ca051cac023168a03f9268db | /app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/v7/appcompat/R.java | b7b3a9e483d224801f5befbaa0cbf49808de8345 | [] | no_license | SOUHAIBMEHEMEL/Retrofit_EXO4 | f498767ef341d843174e4fa485eb3aac440961b9 | 9936e4c0d57598c15de1c55ea7f11e58de548f3f | refs/heads/master | 2022-09-02T16:06:58.477487 | 2020-05-18T02:48:05 | 2020-05-18T02:48:05 | 263,734,468 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 120,814 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package android.support.v7.appcompat;
public final class R {
private R() {}
public static final class anim {
private a... | [
"fs_mehemel@esi.dz"
] | fs_mehemel@esi.dz |
4246c60831e914b8644db716781045211e36c031 | e705f88c4a45c60a1dd37ffbdc71cab876cf43ff | /src/main/java/ru/onyx/clipper/pdfgenerator/converter/JSONObject.java | d25fce8d36c0f33562e21089fd0756ae6d21fd7a | [] | no_license | MasterSPB/pdf-generator | 468f99a9cb663ac5f67914cd40277f12a52dd065 | ab7e36f4558579245ba5da1e656dc48a3bbe9764 | refs/heads/master | 2021-01-01T18:42:34.868937 | 2015-12-08T08:37:34 | 2015-12-08T08:37:34 | 19,023,355 | 0 | 8 | null | 2015-12-08T08:38:52 | 2014-04-22T09:02:55 | Java | UTF-8 | Java | false | false | 56,501 | java | package ru.onyx.clipper.pdfgenerator.converter;
/**
* Created by anton on 30.04.14.
*/
import java.io.IOException;
import java.io.StringWriter;
import java.io.Writer;
import java.lang.reflect.Field;
import java.lang.reflect.Method;
import java.lang.reflect.Modifier;
import java.util.Collection;
import java.util.Enum... | [
"eggrevolver@gmail.com"
] | eggrevolver@gmail.com |
d453863c774d756d28699f1bbd50dc256e687ece | b7456ce38350766c2c4d4ff102cbdddfd864e53b | /Driver.java | 01f43eaf2819031f11b7cff8789e6e9494af2e67 | [] | no_license | GabrielAiello/csc370_gabriel_assignment5 | eeb1e13f131df2b7e65dfb2cc0be819a26b86387 | 28469c270da701709fb0e3a2a90eebfbd984df8c | refs/heads/master | 2021-01-20T12:10:19.579056 | 2017-02-21T06:24:06 | 2017-02-21T06:24:06 | 82,644,349 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 600 | java | package hwassignment5csc300;
public class Driver
{
public static void main(String[] args)
{
LinkedList happy = new LinkedList();
System.out.println("" + happy.getCount());
happy.addFront("a");
happy.addFront("b");
happy.addEnd("c");
happy.addFront("d");
happy.addFront("e");
happy.addEnd("f");
happy... | [
"gabriel.aiello@cuw.edu"
] | gabriel.aiello@cuw.edu |
f420db9132c6b3dbb71e9473f78fd67c6ddf026b | 87ef8bb6cd54cf24731c6ae19041db5c8f44a31f | /src/main/java/com/community/demo/dao/EducationMapper.java | b3247b84db0ad9e2df0db747e83fd210c39bc298 | [] | no_license | b15952025503/correction | 0c65e0593d5a00bae72229703833d0fbf342172b | 12e31f175f321c061b9f6c85612d32408b1a37fd | refs/heads/master | 2020-04-09T07:21:02.941833 | 2019-01-09T10:30:48 | 2019-01-09T10:30:48 | 160,151,712 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 941 | java | package com.community.demo.dao;
import com.community.demo.entity.Education;
import com.community.demo.entity.EducationExample;
import java.util.List;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
@Mapper
public interface EducationMapper {
long countByExample(EducationExa... | [
"jia_long_fei@163.com"
] | jia_long_fei@163.com |
55d55a6c1dd3dd2290a94e05ed9c0e1214d2b1a1 | e630cc31142e1ce19b28a90bb9e0cde331fee371 | /src/test/java/ex34/AppTest.java | 9aef2f89e5294cfb6ccc831a932012a72ce11225 | [] | no_license | AwesomeDin/dinesh-cop3330-assignment2 | 65d1687f329d57926cf7561a2f0dba18501dbd2a | 4bc84b66a2e6701b1c34a83a6a2fc66fc2ca0693 | refs/heads/master | 2023-08-01T18:52:54.365438 | 2021-09-27T22:18:18 | 2021-09-27T22:18:18 | 407,016,611 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,196 | java | package ex34;
import org.junit.jupiter.api.Test;
import java.util.ArrayList;
import static org.junit.jupiter.api.Assertions.*;
class AppTest {
@Test
void addEmp() {
ArrayList<String> employees = new ArrayList<>();
ArrayList<String> currentEmployees = new ArrayList<>();
employees.add... | [
"73072931+AwesomeDude357@users.noreply.github.com"
] | 73072931+AwesomeDude357@users.noreply.github.com |
a52417c52d6d3d826902fb19161540feebdafe2a | a77083d81255eecf1cc1096b25829800fe139ebd | /src/main/java/com/sohoenwa/primefaceslogin/java/dao/UserDAO.java | f6a355fe9956cbd558e076040d79b35147c0b99d | [] | no_license | rai-prashanna/MovieGenie | c69b92aeca38cc7d777b87dd7e4eafb29035c201 | 2397b78e081464154fb1bff8cefd2d5b840964d0 | refs/heads/master | 2021-05-12T12:07:56.608260 | 2018-01-27T10:02:05 | 2018-01-27T10:02:05 | 117,405,416 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,218 | java | package com.sohoenwa.primefaceslogin.java.dao;
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
import com.prashanna.model.MovieIDDTO;
import java.sql.*;
import java.util.logging.Level;
import java.util.logging.Logger;
public class UserDAO {
private Connect... | [
"pras.sohoenwa@gmail.com"
] | pras.sohoenwa@gmail.com |
f3a2c739675c3c1d0528488709d2b27a03d4a36a | 59909bbf3e8fb8a416cbd88b6faa94cdfe0884e1 | /app/src/main/java/com/robugos/tcc/dominio/ImageLoadTask.java | f521f634ead4aa87a1090241cdb10c0589dfcc34 | [] | no_license | robugos/tcc | e3de590cad1d8ff952b7f73d81a5c6c8b8f18699 | 3499a5bf4a56ec8a65dd446f0c500f20092be88f | refs/heads/master | 2020-03-23T06:32:37.912916 | 2018-07-25T11:21:56 | 2018-07-25T11:21:56 | 141,215,019 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,279 | java | package com.robugos.tcc.dominio;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.AsyncTask;
import android.widget.ImageView;
import java.io.InputStream;
import java.net.HttpURLConnection;
import java.net.URL;
/**
* Created by Robson on 05/06/2017.
*/
public class ImageLoad... | [
"robugos@gmail.com"
] | robugos@gmail.com |
8ed107d51920a50db3dc0c7f11937835fd3e26db | af6251ee729995455081c4f4e48668c56007e1ac | /domain/src/main/java/mmp/gps/domain/push/InstructResultMessage.java | 4b5ada1bcda4c7e7492a4d6a247692f96705bbe9 | [] | no_license | LXKing/monitor | b7522d5b95d2cca7e37a8bfc66dc7ba389e926ef | 7d1eca454ce9a93fc47c68f311eca4dcd6f82603 | refs/heads/master | 2020-12-01T08:08:53.265259 | 2018-12-24T12:43:32 | 2018-12-24T12:43:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 323 | java | package mmp.gps.domain.push;
/**
* 指令结果消息
*/
public class InstructResultMessage {
/**
* 设备号
*/
public String number;
/**
* 记录号
*/
public String id;
/**
* 结果
*/
public String result;
/**
* 数据
*/
public Object data;
}
| [
"heavenlystate@163.com"
] | heavenlystate@163.com |
4960d079fca2e322d1fdcfa018e62e4989e5727e | 7c11fa420a6ecb67e0a2e74ee55422917e20e695 | /app/src/main/java/com/bin/studentmanager/utils/FileUtils.java | 324bb0fa4cc53bd9e74187eb08a91c30fdbfb951 | [] | no_license | xlbin/StudentManager_OpenCV_Java4 | 511aeb2cc799a0ebfd6ae8eb1603876afb0d704d | fe7fab9a01f46c5cbcc2c6ae0f87bff47dfa00b6 | refs/heads/master | 2020-03-14T12:10:41.390013 | 2018-04-30T14:43:07 | 2018-04-30T14:43:07 | 131,568,122 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,006 | java | package com.bin.studentmanager.utils;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.net.Uri;
import android.os.Environment;
import android.util.Log;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.util.ArrayL... | [
"956803914@qq.com"
] | 956803914@qq.com |
73912673f9944c499b79d0595640c45128bbf51d | 3b1206648485806c988ac23e6f0f5377b2ac540f | /app/src/main/java/com/example/android/bakingtime/data/Contract.java | ffc80ed8b9b25c94d0a103c7b59a876441412ccb | [] | no_license | HarunJr/Baking-Time | f1458465382eb9d9b3afa72f8827514c58045827 | 4b2c65f72b7a854fa51117ce1360ad3a564a91ad | refs/heads/master | 2021-05-10T16:20:32.423588 | 2018-01-26T07:02:05 | 2018-01-26T07:02:05 | 118,572,323 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,913 | java | package com.example.android.bakingtime.data;
import android.content.ContentResolver;
import android.net.Uri;
import android.provider.BaseColumns;
public class Contract {
// The "Content authority" is a name for the entire content provider, similar to the
// relationship between a domain name and its website. ... | [
"harunm28@gmmail.com"
] | harunm28@gmmail.com |
0a7dca773ebb34c349f809640bc3a0f4a105252d | 4bf9ea8553b332b3239bfe7a84bd28dc0539ca81 | /src/test/java/ParserJsonTest.java | bcb56d925f5c17a76207f697dc4cd0bc8fbd6d3c | [] | no_license | flackyang/mysql-parser | c70e4345e7313af4a2497a1afa51566c01af0fb9 | b8a0292c66e00a31fce035d304b33354c7c03e1a | refs/heads/master | 2021-05-09T20:33:09.413243 | 2017-05-09T03:00:19 | 2017-05-09T03:00:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,182 | java | import com.github.hackerwin7.mysql.parser.protocol.json.ConfigJson;
import net.sf.json.JSONObject;
import com.github.hackerwin7.mysql.parser.parser.utils.ParserConfig;
/**
* Created by hp on 14-11-14.
*/
public class ParserJsonTest {
public static void main(String[] args) {
ParserConfig configer = new P... | [
"1186897618@qq.com"
] | 1186897618@qq.com |
32ecd9c9d64c97466a360021c304b10c890795a3 | a8d5ff68abf0951313c4c1fc19be73d09ca5a24f | /main/java/com/example/demo/repository/HelloRepository.java | eb0260a4c362308a048022cdc4946f4b69454097 | [] | no_license | fernandonguyen/Junit-Mock | b09db01391ad7d04aabff2fcfb978283488f6119 | b3aaa0a7176ba1913aabe77fd39db08d7d4a3d48 | refs/heads/master | 2022-04-24T09:01:06.516633 | 2020-04-26T03:32:09 | 2020-04-26T03:32:09 | 258,929,838 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 99 | java | package com.example.demo.repository;
public interface HelloRepository{
public String get();
}
| [
"kienkun1990@gmail.com"
] | kienkun1990@gmail.com |
0b40d41e97b719b5d04319575364ab28ad036c89 | 9d4766278acfe37053e890be8f23694ac1c339ee | /src/main/java/com/udacity/jdnd/course3/critter/user/repository/EmployeeRepository.java | 51efd387f5988ff66996183b9d24563d5583083d | [] | no_license | btran-developer/udacity_critter_chronologer | 7fed05eeac358b6c85ca9ab8e4e1477c63c0c17e | bd48581aae45930077c5f6ad59c0cea170bb55bb | refs/heads/master | 2022-12-22T17:25:35.982232 | 2020-09-10T23:26:39 | 2020-09-10T23:26:39 | 294,544,648 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 585 | java | package com.udacity.jdnd.course3.critter.user.repository;
import com.udacity.jdnd.course3.critter.user.entity.Employee;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.stereotype.Repository;
import java.time.DayOfWeek;
impo... | [
"btran.developer@gmail.com"
] | btran.developer@gmail.com |
94fb64df36c583e3d56cb188c16cd528b70f5d5e | 9b664f13978672bb3fbb666fb585a0a0556e6a3e | /com.kin207.zn.web/src/main/java/com/hd/service/gh/WorkContentManager.java | 9a40b588d9269f8a6b4da94e09c16b7166dfb204 | [] | no_license | lihaibozi/javaCode | aa36de6ae160e4278bc0d718881db9abbb5c39c0 | 1fa50e7c88545cfa9d9cd1579d21b1725eef7239 | refs/heads/master | 2020-03-29T18:11:30.894495 | 2018-12-27T03:55:16 | 2018-12-27T03:55:16 | 150,198,657 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,391 | java | package com.hd.service.gh;
import java.util.List;
import com.hd.entity.Page;
import com.hd.util.PageData;
/** 科室信息接口类
* @author lihaibo
* 修改时间:2018.10.26
*/
public interface WorkContentManager {
/**科室信息列表
* @param page
* @return
* @throws Exception
*/
public List<PageData> workcontentList (Page page)... | [
"340063567@qq.com"
] | 340063567@qq.com |
3e71f1a94b9b476c2b2f433a583454c59fcf3fbb | 6cb0fc33a5f43c910cf15522e5dead41433eb101 | /UlityCore/src/fr/mrmicky/fastparticle/ParticleType.java | b64531a7d5e8f2971ce39bc22fb4cfb4097a99a6 | [] | no_license | 360matt-archives/UlityCore-v0-alpha | 3e5408273ff2a01331100a4a22db43eab0c163f6 | f6738b5d8e744eb05263c5077ae81f446f0fd856 | refs/heads/master | 2022-04-10T07:41:59.672614 | 2020-02-20T21:04:57 | 2020-02-20T21:04:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,170 | java | package fr.mrmicky.fastparticle;
import org.bukkit.Color;
import org.bukkit.inventory.ItemStack;
import org.bukkit.material.MaterialData;
/**
* @author MrMicky
*/
@SuppressWarnings("deprecation")
public enum ParticleType {
// 1.7+
EXPLOSION_NORMAL("explode", "poof"),
EXPLOSION_LARGE("largeexplode", "ex... | [
"mattbacq2004@gmail.com"
] | mattbacq2004@gmail.com |
184269b45b5b631d7f1c2943440fac3277bb3510 | 1ec994d0d929051d2ef63c3d45d8af7a7603b006 | /app/src/test/java/com/hackernews/reader/news/NewsAdapterActivity.java | 450701772819a17248de9f6e767504ff2e6ded74 | [] | no_license | HassanUsman/HackerNews-MVM-Espresso-Robolectric-Data-Binding-RxJava-RxAndroid-Dagger | 523ee68c2aea2204b6be93a4b26be71a751f160d | 21e8ea98f9e9c2ff621e790f60bc1af709a2c3e4 | refs/heads/master | 2021-09-08T05:05:52.675001 | 2018-03-07T10:07:18 | 2018-03-07T10:07:18 | 116,226,468 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,091 | java | package com.hackernews.reader.news;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import com.hackernews.reader.R;
import com.hackernews.reader.news.NewsAdapter;
import com.hackernews.reade... | [
"HafizHassanUsman1@gmail.com"
] | HafizHassanUsman1@gmail.com |
e3507c8b2afb571cdbf97b4f6e0636062948ae2f | df5e404747be479cc80e1cec49ff6608519595fe | /APS/Exercicios/TorrentzFilmes/src/br/com/torrentz/app/AuxPlano.java | bc6fdb8ebe0a42e6d2ae79d17d6532d17cf75dfa | [
"MIT"
] | permissive | lucasDEV20/ADS--3- | e35a7d1c92343ac1548a103442e7b559be0e7b4e | bc7464eb08c0707de7d3dc99fec5a17aef73bc34 | refs/heads/master | 2023-03-15T23:02:01.233179 | 2021-03-06T03:13:35 | 2021-03-06T03:13:35 | 284,832,489 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 24,079 | java | package br.com.torrentz.app;
//import br.com.marcosjob.bll.FabricanteBll;
//import br.com.marcosjob.model.Fabricante;
import java.util.ArrayList;
import java.util.List;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.swing.JOptionPane;
import javax.swing.JTable;
import javax.swing.table.D... | [
"lucasgoias11@gmail.com"
] | lucasgoias11@gmail.com |
e82d50b49e77d7332488eef16ae761652de7c74a | 55286976be14bb6fd441b67f79f7a3256e93f91c | /Project4/src/inf22/bitly/command/LoginCommand.java | 698b0fc0f3f4e6387c93f331410a29e125b43413 | [] | no_license | taithienbo/urlShortenerSystem | 962273f2784bab82cb89296d7d3e13855c363034 | bd0e8f10aeb15c1ee9f2303d491ef1d48602520f | refs/heads/master | 2020-04-06T06:51:50.828109 | 2013-02-20T23:53:21 | 2013-02-21T01:05:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 276 | java | package inf22.bitly.command;
import inf22.bitly.result.AbstractResult;
import inf22.bitly.state.State;
public class LoginCommand implements AbstractCommand
{
@Override
public AbstractResult execute(State state) {
// TODO Auto-generated method stub
return null;
}
}
| [
"taithienbo@gmail.com"
] | taithienbo@gmail.com |
ebf357f1b5b93046378796ab18c81a5e399e7a13 | f39da8943819ffa95b47d8ca73f9a6ea87bcbb3e | /app/src/main/java/com/example/android/notesapplication/Fragments/DetailFragment.java | 96f06146d51761c1b0c52ac6a0bf3cd1b2f5a73a | [] | no_license | geekanamika/NotesApplication | 193b9239748cf39d98e510d46554ed65194e1237 | 10d5b3c4ff16531d226fc72620c060aea1596684 | refs/heads/master | 2021-07-08T21:27:49.625853 | 2017-10-06T14:38:54 | 2017-10-06T14:38:54 | 106,013,848 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,625 | java | package com.example.android.notesapplication.Fragments;
import android.content.Context;
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 com.example.android.notesapplication.R;
... | [
"anamikatripathi1601@gmail.com"
] | anamikatripathi1601@gmail.com |
ef3edbfa4106fa040f474ea17acab4a9134d1d77 | fec0e99cf50694827ee8155df16ce6c93c83c479 | /src/main/java/org/excelsi/tower/Emerald.java | 1f619ab4b4e2474c343aa7edc401d58811e03241 | [] | no_license | jkwhite/sketch | e320dfcb5eda2b5b0ee06c0ad8ac4131e0441924 | d75f973cdfc50b5d6ae77ca0eb4e02b82de63065 | refs/heads/master | 2020-04-06T06:51:36.800562 | 2019-09-27T07:59:17 | 2019-09-27T07:59:17 | 31,822,501 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,160 | java | /*
Tower
Copyright (C) 2007, John K White, All Rights Reserved
*/
/*
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any la... | [
"dhcmrlchtdj@gmail.com"
] | dhcmrlchtdj@gmail.com |
d8025d92185eb0b8eea2c392a6ab6294e3c870cf | 1f031ccfd9f3ca311a440f442125f10a51740aa7 | /app/src/main/java/com/example/guessthecelebrityapplication/MainActivity.java | ce7af876057e909bf0ac3c33a6523138d34ccfae | [] | no_license | hamza-albanaa1/GuessTheCelebrit | 459b46d6e1c6c159d428df715e9bb8c8a954428a | 87343976d4ae2d72b71a1fb622a6e279d2dd44d8 | refs/heads/master | 2020-07-25T03:52:31.099686 | 2019-09-12T22:31:33 | 2019-09-12T22:31:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,390 | java | package com.example.guessthecelebrityapplication;
import androidx.appcompat.app.AppCompatActivity;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.AsyncTask;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import andro... | [
"marta@MacBook-Air-Marta.local"
] | marta@MacBook-Air-Marta.local |
bbe26d2dfe6d000cc8f4894a941ed54b1616baa3 | 9630c7c54e36bf6f1e5f6921f0890f9725f972b9 | /src/main/java/com/jxf/web/admin/sys/CommonController.java | 2f9023b5ce0af8110b4faae5f1f9a477e42d62fa | [] | no_license | happyjianguo/wyjt | df1539f6227ff38b7b7990fb0c56d20105d9c0b1 | a5de0f17db2e5e7baf25ea72159e100c656920ea | refs/heads/master | 2022-11-18T01:16:29.783973 | 2020-07-14T10:32:42 | 2020-07-14T10:32:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,400 | java | package com.jxf.web.admin.sys;
import java.io.File;
import java.io.IOException;
import java.security.interfaces.RSAPublicKey;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Date;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.ut... | [
"gbojob@126.com"
] | gbojob@126.com |
a2da3aecae12e3fab8d58de8d501a8d40641e4e8 | b852321ea62776a130e1359cd373d47c6163ff29 | /git-mdstudio-core/src/java/com/md/studio/service/Refreshable.java | 60af87ed2c6d4b1e0f3886eb1dfc1ee8b29b521e | [] | no_license | randhie/mds-prod-core | b20464a557e8735cece1a72d92e95744fc39e57a | 6bd5235dbcdf6538a5a28ed0937d18f7fd9a08c1 | refs/heads/master | 2021-03-30T22:40:50.711110 | 2018-03-09T05:37:47 | 2018-03-09T05:37:47 | 124,492,568 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 109 | java | package com.md.studio.service;
public interface Refreshable {
public void refresh(String arg);
}
| [
"randolph.ordinario@gmail.com"
] | randolph.ordinario@gmail.com |
4d5ca90d7e79faa7784a5bb8e010252ba62f0389 | 126b90c506a84278078510b5979fbc06d2c61a39 | /src/ANXCamera/sources/com/color/compat/net/ConnectivityManagerNative.java | 2ea6036d654e7916ac82b49be7f0969041ad9863 | [] | no_license | XEonAX/ANXRealCamera | 196bcbb304b8bbd3d86418cac5e82ebf1415f68a | 1d3542f9e7f237b4ef7ca175d11086217562fad0 | refs/heads/master | 2022-08-02T00:24:30.864763 | 2020-05-29T14:01:41 | 2020-05-29T14:01:41 | 261,256,968 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,536 | java | package com.color.compat.net;
import android.net.ConnectivityManager;
import android.os.Handler;
import android.util.Log;
import com.color.inner.net.ConnectivityManagerWrapper;
import com.color.util.UnSupportedApiVersionException;
import com.color.util.VersionUtils;
import java.util.List;
public class ConnectivityMan... | [
"sv.xeon@gmail.com"
] | sv.xeon@gmail.com |
90dfe40c6f94f52ecbebc116ead2527fc9b339f6 | 09eaa46b4fddeb990fb94312bd9d0e8c2dada07c | /Shop/src/java/controller/CartServlet.java | 254d439edf3a0472c33c6f6002393b482791bf4b | [] | no_license | dinhuy6695/Show | 479d0df93715754dabee5220e527f138e1c5a1dc | 8be353661b87e98c1bbb84bc870978fdb6ce3bdf | refs/heads/master | 2021-09-01T00:08:41.368824 | 2017-12-23T17:41:39 | 2017-12-23T17:41:39 | 115,211,003 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,972 | java | package controller;
import dao.ProductDAO;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import mode... | [
"dinhuy6695@gmail.com"
] | dinhuy6695@gmail.com |
ddfc457af75071bc5c1c7eae423dd029ea6913fa | c82e242bb65a6abe6638d0542fb0e370e8d959d5 | /src/com/itcast/web/servlet/ServletDemo1.java | f1b354aabe44e71fd794a194713ad14eb925d239 | [] | no_license | zb666/TomcatProject | ec030b9c2fc82bacdee01b32d4be677f345367f9 | 8b498d62b8cb1122212ec2b35530b874b1a09ca8 | refs/heads/master | 2022-12-26T21:35:42.767588 | 2020-10-05T07:08:47 | 2020-10-05T07:08:47 | 301,315,034 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 735 | java | package com.itcast.web.servlet;
import javax.servlet.*;
import javax.servlet.annotation.WebServlet;
import java.io.IOException;
@WebServlet({"/demo1","/demo2","/demo3"})
public class ServletDemo1 implements Servlet {
@Override
public void init(ServletConfig servletConfig) throws ServletException {
}
... | [
"1360799362@qq.com"
] | 1360799362@qq.com |
ef6d897046f1a7c3e26c0ebec547b3c8488f0e1a | 7c3caea671dc84b553e44ea62af86970e7801305 | /app/src/androidTest/java/com/example/administrator/android_animation_tween/ApplicationTest.java | f1a160a692fb9cde3ff9cf6972f31b76d21a4418 | [] | no_license | liyiJiang/Android_animation_tween | ef4c50e18d65b11ec0fa5c3639c7532e33af40e6 | 2d07ea47b7dffba00c45b9256a6d67fe68b75d75 | refs/heads/master | 2021-01-12T15:17:10.758423 | 2016-10-24T02:55:20 | 2016-10-24T02:55:20 | 71,741,077 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 380 | java | package com.example.administrator.android_animation_tween;
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 A... | [
"787206710@qq.com"
] | 787206710@qq.com |
9b8cecf90fc1504125d20349211cb3f977a4f6db | c19d27a3c089b12400cdb93acc43dc977f42fffa | /app/src/main/java/com/hakber/dietgo/weight.java | 2f988059df6631397a9931620c0cb51997354247 | [] | no_license | qpelit/DietGo-Android- | 7302f5a561319a706be97445e2cb627fc58f3c1a | f4cc0b1497a63e265f23c49923c27d96fb11df08 | refs/heads/master | 2021-01-11T01:45:36.745012 | 2017-01-24T23:13:34 | 2017-01-24T23:13:34 | 70,643,497 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,826 | java | package com.hakber.dietgo;
import android.app.DatePickerDialog;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCompatActivity;
i... | [
"qpelit@Hakans.local"
] | qpelit@Hakans.local |
c0de4b78c9dcb2e1366d34d76e2f48a876d26879 | d175e7c1a5700479a7bb0ed864d463f588c1e61f | /Solution_剑指Offer20表示数值的字符串.java | accd8efe82d51968f4f183a5cd08120266ee3532 | [] | no_license | 1160300404/leetcodeSolution | 5754b8fdd8d31ce7a7d0a0e95d4afd411396853b | eaab2c4924684e6f0dc7852612975e8aa1da8bac | refs/heads/master | 2023-03-14T10:07:33.181694 | 2021-03-01T10:58:55 | 2021-03-01T10:58:55 | 309,036,780 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 953 | java | public class Solution_剑指Offer20表示数值的字符串 {
public boolean isNumber(String s) {
boolean ans=false;
int index=getnum(s,0);
if(index>0) ans=true;
if(s.charAt(index)=='.'){
int oldindex=index;
index=getnum(s,oldindex+1);
ans=ans||(index>oldindex);
... | [
"1273652804@qq.com"
] | 1273652804@qq.com |
41442e957f46d9ae687584ef5ecae46d3577ba56 | 63daf67dc2a2f12ba3900b9ef15f89950ac5f4c5 | /app/src/main/java/com/offcasoftware/shop2/model/Product.java | 8dc19e0e8cbf69e218b657ea8f89a74a738a9cd3 | [] | no_license | mgieysztor/Shop2_orm | f5ece35cdda2abd2a9408572c3275cb77bfae3d3 | 44203f33d66a43fb49221ba1dd46f5b7bb32597d | refs/heads/master | 2020-05-18T13:07:31.493604 | 2017-03-07T19:59:37 | 2017-03-07T19:59:37 | 84,239,366 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,177 | java | package com.offcasoftware.shop2.model;
import com.j256.ormlite.field.DatabaseField;
/**
* @author maciej.pachciarek on 2017-02-18.
*/
public class Product {
static final String TABLE_NAME = "products";
@DatabaseField(columnName = "id", generatedId = true)
private int mId;
@DatabaseField (columnN... | [
"michal.gieysztor@gmail.com"
] | michal.gieysztor@gmail.com |
6a006ec609c6f702bd4c458f644ef57ec2f3b3f9 | f4e83217c4b3fb830ccf273d9feb38d0c70aad10 | /app/build/generated/source/r/debug/android/support/coreui/R.java | 75ce0a8243af40106c97041a959e225d6535b7b8 | [] | no_license | vantien1401/FoodOrder | acc55fb07124a6ccaf0b0ba4b2aa32b69e69ad62 | 392014a62988e8dc0868b7d34ca101128fbb68aa | refs/heads/master | 2020-06-02T08:17:41.559806 | 2019-09-23T04:25:28 | 2019-09-23T04:25:28 | 191,094,158 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,610 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package android.support.coreui;
public final class R {
public static final class attr {
public static final int font = 0x7f... | [
"pvtien140193@gmail.com"
] | pvtien140193@gmail.com |
8a6fafe8a378df6e4a3b5e0e41ed0fb9c2484c4c | c18ec8f6ed0b10dead92812f41242974a7c4773a | /app/src/main/java/me/arun/arunrxjavaexploring/utils/FragmentHelper/FrgamentViewSelectionHelper.java | 1dceea1ab38b5b00a693584c568cf8326448d35e | [] | no_license | arunpandian22/RxJavaExploring | 2b5c20a64cd2d3ee99f8761a4bd97090c0134ffe | b4431b2c9013d11843f60e1502a13caf1a3d5c4f | refs/heads/master | 2020-04-16T06:36:49.992955 | 2019-01-28T03:41:45 | 2019-01-28T03:41:45 | 165,354,362 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,048 | java | package me.arun.arunrxjavaexploring.utils.FragmentHelper;
/**
* A Class created for the get the view id for the Fragment add
* Created by Jaison.
*/
public class FrgamentViewSelectionHelper
{
public static final String TAG="ViewSelectionHelper";
public static final int LOCATION_COLLECTION_DETAILS=1;
pub... | [
"arun@nfnlabs.in"
] | arun@nfnlabs.in |
5979b1c45f22158ae9ec53c588c42ee064b01acc | f10ffc7f6f7fcbf03c0b5d3cdef0b58d2a294332 | /201412377_exConstructorSpringDI/src/main/java/kr/ac/dit/ClassB.java | a5c060cd9796034a3655b26cce2887a49f800031 | [] | no_license | qerwa/webproject | 1abe6a81d13b2a80b5b3598a7afd925d3fb22d5b | 927878fc06d6a231481de563d84e9269d3997d8d | refs/heads/master | 2020-03-29T04:35:36.270099 | 2018-11-29T01:17:43 | 2018-11-29T01:17:43 | 149,538,550 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 233 | java | package kr.ac.dit;
public class ClassB {
ClassA classA;
public void setClassA(ClassA classA) {
this.classA = classA;
}
public void methodB() {
System.out.println("ClassB depends on "+classA.methodA());
}
} | [
"D7608@DESKTOP-PNB790R"
] | D7608@DESKTOP-PNB790R |
939f9f867f9a3f27fc9d08f67b8c85f7ae3fdd1a | d1f0340b0355e59f2d154b27b22629379fd7f930 | /src/main/java/com/princeli/pattern/strategy/pay/payport/Payment.java | 5fcfc533559d1db13cce107bca6fc1c85ede9b98 | [] | no_license | future1314/pattern-demo | 4dd022bdd81c165acf635768b270a0ec547f2e77 | ea90c6f7c4a65d492c8fc06cd5205e5419df4569 | refs/heads/master | 2020-06-04T20:36:20.127545 | 2019-05-10T03:42:28 | 2019-05-10T03:42:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 532 | java | package com.princeli.pattern.strategy.pay.payport;
import com.princeli.pattern.strategy.pay.PayState;
/**
* @program: pattern-demo
* @description: ${description}
* @author: ly
* @create: 2018-07-16 11:30
**/
public interface Payment {
public final static Payment ALI_PAY = new AliPay();
public final stat... | [
"liyang@elineprint.com"
] | liyang@elineprint.com |
6eeab44bb93ed7986542358a0934d13e10344e6e | 40a3d5f4cd6aaa490489bb485f3efb01c72e9c0c | /src/main/database/dao/impl/SaverAccountDaoImpl.java | c299e3b959b92d98934365309a521062e7f46d59 | [] | no_license | zolars/bank-system | df6594f57f5d8c0df81066887bd6a80e1b829773 | d7fb0ff6f155963033c92ea78c313376f2d33f32 | refs/heads/master | 2021-11-23T08:35:08.795872 | 2021-10-27T07:22:14 | 2021-10-27T07:22:14 | 185,564,487 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,008 | java | package database.dao.impl;
import database.BaseDao;
import database.dao.SaverAccountDao;
import database.entity.Account;
import database.entity.Customer;
import database.entity.SaverAccount;
import java.io.IOException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
import java.uti... | [
"zolars@outlook.com"
] | zolars@outlook.com |
a9e446189b72241d7338c0cc5d428844940f0a21 | 9821426ca32b707134eee8dbda9ef4ce64a97045 | /MiuiSystemUI/raphael/systemui/statusbar/phone/HeadsUpTouchCallbackWrapper.java | a6be640f77683a0c2725cd7df4c218218910c77a | [] | no_license | mooseIre/arsc_compare | a28af8205cc75647b3f6e8c1b3310ca2b2140725 | 3df667d4e4d4924e11cbcfd9df29346a3c259e32 | refs/heads/master | 2023-06-21T13:30:23.511293 | 2021-08-12T15:13:08 | 2021-08-12T15:13:08 | 277,633,842 | 3 | 3 | null | null | null | null | UTF-8 | Java | false | false | 2,135 | java | package com.android.systemui.statusbar.phone;
import android.content.Context;
import com.android.systemui.statusbar.notification.row.ExpandableView;
import com.android.systemui.statusbar.phone.HeadsUpTouchHelper;
import kotlin.jvm.internal.Intrinsics;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.anno... | [
"viiplycn@gmail.com"
] | viiplycn@gmail.com |
2ec941ab097bd56d2e828a9ac9d7e2691e0d88bb | c7872978380cf768450183c214be2f2516071691 | /src/main/java/com/example/controller/OrderMasterController.java | 05ac39222546a9bdda263508700073b4e5510bfa | [] | no_license | MwGitHub2019/wxdc | 7fd72350ca5bd09caeddeab01dd3662fbb76a877 | 2d8f89f18593eb016ac63baae87d720d1f38d1cd | refs/heads/master | 2020-05-14T16:30:39.425566 | 2019-04-17T11:02:48 | 2019-04-17T11:02:48 | 181,873,760 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,735 | java | package com.example.controller;
import com.example.common.ResultResponse;
import com.example.dto.OrderMasterDto;
import com.example.service.OrderMasterService;
import com.example.util.JsonUtil;
import com.google.common.collect.Maps;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import... | [
"mw01063396@163.com"
] | mw01063396@163.com |
8a8c1f49591571bedffaf623a101838de177ee0d | 0c23ed20a42b97fa58f5576b30088fb4e6d68bec | /src/main/java/com/tec/anji/binding/primitive/Main3.java | 57fffd3f454817264b58d224a22ac9a45df2e184 | [] | no_license | wangxqdev/javafx | 460e678f34fb9bc4f7fee76b4ebe58f74f3256dd | 860d002c8271ef61cf6cc4ff8e39663f915acc67 | refs/heads/master | 2020-12-14T21:11:42.015783 | 2020-02-20T06:28:08 | 2020-02-20T06:28:08 | 234,869,709 | 0 | 0 | null | 2020-10-13T18:56:57 | 2020-01-19T09:01:37 | Java | UTF-8 | Java | false | false | 1,459 | java | package com.tec.anji.binding.primitive;
import javafx.application.Application;
import javafx.beans.property.DoubleProperty;
import javafx.beans.property.IntegerProperty;
import javafx.beans.property.SimpleDoubleProperty;
import javafx.beans.property.SimpleIntegerProperty;
import javafx.scene.Scene;
import javafx.scene... | [
"wangxinquan@anji-tec.com"
] | wangxinquan@anji-tec.com |
a677450fb9c10aca8c10e984cd54801e319149f8 | 8005a4573346456721b2da81a024153ff71a002e | /src/sepm/ss17/e1228930/dao/DBManager.java | 07208eec6698ed6ac61b629cab959746d4aa61fd | [] | no_license | rasmina/Einzelbeispiel | a1d89c23c5da1c6a03953010b1e5a56c71f13d1a | 0ff1148935ef993f067d5f5c7ae867c013ffd3e4 | refs/heads/master | 2020-12-30T16:02:59.373135 | 2017-05-11T09:16:23 | 2017-05-11T09:16:23 | 90,959,773 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,442 | java | package sepm.ss17.e1228930.dao;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
//singleton
public class DBManager {
private static Connection singleCon;
private static final Logger logger = LoggerFactory.getLog... | [
"e1228930@student.tuwien.ac.at"
] | e1228930@student.tuwien.ac.at |
ee02467c45726e1b543ba0a9690b8423c77de084 | 0b85c646f35243bb90ebad968fdde3e55dc958c4 | /src/net/moppletop/gamemanager/eventhandler/EventHandler.java | 07b9269a345386dabdc8e21a51aa8014da9ef340 | [] | no_license | OldAI/Planetary-Plunder | a35be512fca95d87f5add8de0509a1067de6d02e | 73f00b12cf26a376228075c8380b38a7e919d805 | refs/heads/master | 2021-01-18T05:27:36.035261 | 2015-01-12T21:37:38 | 2015-01-12T21:37:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 395 | java | package net.moppletop.gamemanager.eventhandler;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target({java.lang.annotation.ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
public @interface EventHandler
{
EventPriority priority() def... | [
"huzzahpinkyoshi@gmail.com"
] | huzzahpinkyoshi@gmail.com |
8590c0e8bd9ef57f02839ea34032b8ca4931322e | 5b3ccd03986b0c2c9e2426e31326e154a4aa1711 | /Doorbell/app/src/main/gen/com/solutions/nimbus/doorbell/R.java | 7caa2126bd6fb289e8c16e829e0a3a838537756f | [] | no_license | hacktm/Hardware-Nimbus-solutions | 8eb6d9aaa68a08e04c6323342f3ad9b78f9d7d6e | a00d4675d1fd323be103ddbb90943895564ce0c8 | refs/heads/master | 2016-09-05T11:45:23.852641 | 2015-02-09T20:19:22 | 2015-02-09T20:19:22 | 25,373,572 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 185 | java | /*___Generated_by_IDEA___*/
package com.solutions.nimbus.doorbell;
/* This stub is only used by the IDE. It is NOT the R class actually packed into the APK */
public final class R {
} | [
"alexandra_br@ymail.com"
] | alexandra_br@ymail.com |
802e38b9c31d9275b899ef9e3360975d39579a43 | 0885c2cf8960c646c4b887136ed3a80ce453fabd | /src/main/java/com/gow/beau/model/req/category/CategoryListPageReq.java | 0b1a6996c2c8866e48bbcb91eb6e79e9ebe0abb9 | [] | no_license | 295647706/gow | 2295f770c29a3bfb6990486352f7f5cf4fbb99aa | ead69a8dd65ca4e1d0b7697860d636d459d6b1ff | refs/heads/master | 2022-06-24T20:55:26.662637 | 2020-03-23T00:03:02 | 2020-03-23T00:03:02 | 182,363,425 | 0 | 0 | null | 2022-06-21T01:04:36 | 2019-04-20T05:16:46 | JavaScript | UTF-8 | Java | false | false | 306 | java | package com.gow.beau.model.req.category;
import com.gow.beau.model.data.PageInfo;
import lombok.Data;
/**
* @ClassName CategoryListPageReq
* @Author lzn
* @DATE 2019/8/30 15:27
*/
@Data
public class CategoryListPageReq extends PageInfo {
private String catName;
private String catIsShow;
}
| [
"295647706@qq.com"
] | 295647706@qq.com |
63eac90c71d26d6f2796f9dc77e4c113bedd8a25 | 9c7d1e5d606f61247ade6f03ac6f863983d4bed9 | /source/WEB-INF/classes/com/jada/service/SimpleAction.java | 0cf047ccb449658b58c74f4d61762f1206a689da | [] | no_license | langtianya/JadaSite | 96dcc9d3873ae32ee4fdfc0f74f258d548194312 | db50635cc77d0fdb99221b98fd8657e3ebf7e56c | refs/heads/master | 2021-01-17T14:35:16.588822 | 2016-09-04T06:13:13 | 2016-09-04T06:13:13 | 67,328,699 | 0 | 1 | null | 2016-09-04T06:07:46 | 2016-09-04T06:07:45 | null | UTF-8 | Java | false | false | 2,455 | java | /*
* Copyright 2007-2010 JadaSite.
* This file is part of JadaSite.
* JadaSite is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later ... | [
"marius.jigoreanu@gmail.com"
] | marius.jigoreanu@gmail.com |
a25f18270039827d08fa84a14bb945a43e8b031b | c2534889a9c4dd26728b1604b08c67ba84679693 | /br.ufes.inf.nemo.ontol.parent/br.ufes.inf.nemo.ontol.model/src-gen/br/ufes/inf/nemo/ontol/model/impl/AttributeAssignmentImpl.java | 9b1523c530309eeac4b08bd11c8e662d032a0496 | [] | no_license | claudenirmf/old-tests-on-xtext | 109335082e9445ad27ec13405f7259080d33c457 | d8de5d035742840d488ed5467f435c95290742a4 | refs/heads/master | 2021-06-19T05:19:02.695301 | 2017-06-21T15:00:47 | 2017-06-21T15:00:47 | 71,890,847 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,803 | java | /**
*/
package br.ufes.inf.nemo.ontol.model.impl;
import br.ufes.inf.nemo.ontol.model.Attribute;
import br.ufes.inf.nemo.ontol.model.AttributeAssignment;
import br.ufes.inf.nemo.ontol.model.DataValue;
import br.ufes.inf.nemo.ontol.model.ModelPackage;
import java.util.Collection;
import org.eclipse.emf.co... | [
"claudenirmf@gmail.com"
] | claudenirmf@gmail.com |
2dd7bc88594539cc90a471c0532495a654045f94 | 275793cd7c5c9ba554bf0aef17e0899fb591ca88 | /aliyun-java-sdk-openanalytics-open/src/main/java/com/aliyuncs/openanalytics_open/model/v20200928/AlterDatabaseRequest.java | f4d30795346f6ab294e3f012fcf2af3d35a34417 | [
"Apache-2.0"
] | permissive | wosniuyeye/aliyun-openapi-java-sdk | 4f8a0b5bf1a90ec917bf29bb71a5b231ac28b2f9 | c30731a2d65b5156948120e1168f3ed6a4897d7a | refs/heads/master | 2023-04-05T13:15:34.306642 | 2021-04-08T02:31:03 | 2021-04-08T02:31:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,664 | 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 |
d3592326c0a03605635f83c630bde68c966e35a8 | eaf2920c4c1dbd0596358a277a90d50426430c3b | /src/main/java/com/qa/pages/SearchPage.java | 6adca69f6fdc66f5c67528b362788c8bd22e93d6 | [] | no_license | kichha123/Demo1Repo | 7a618217176ba25537086fc4ba2b1568bb13d1a3 | 744282b37b1d8e3e01e2dd572cdaa78ab8e731dd | refs/heads/master | 2022-06-04T22:14:30.447642 | 2019-07-02T07:57:28 | 2019-07-02T07:57:28 | 194,800,982 | 0 | 0 | null | 2022-05-20T21:01:19 | 2019-07-02T06:22:48 | Java | UTF-8 | Java | false | false | 157 | java | package com.qa.pages;
public class SearchPage {
public void searchPage() {
System.out.println("this is search method of search page");
}
}
| [
"anila1@pune.smartek21.st21"
] | anila1@pune.smartek21.st21 |
05ac13a4d031f3ef1090f587fa10c4faf171edc1 | 99b3895cf8926f1549205f33e0a064f26e5662e4 | /bioproject/.svn/pristine/05/05ac13a4d031f3ef1090f587fa10c4faf171edc1.svn-base | 4fc2238ddaf55b415eaa27a62112086e06b5c468 | [] | no_license | marais89/BioPoint | 29ba23d99df0e5eed1f4d6bfffe713bb3021ff99 | bbb6557f25fb7bbc93ec3b00ab76282c16e8fd02 | refs/heads/master | 2021-01-12T15:11:49.775834 | 2016-10-03T12:32:36 | 2016-10-03T14:19:08 | 69,874,250 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,224 | package org.bio.model;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence... | [
"rais.dali@gmail.com"
] | rais.dali@gmail.com | |
d9277a75b7059b76dbdc190dd0761681facea069 | 6d7f162d7512f860f955d28549c340f867c5c157 | /DiayDunerProject/Api DiayDoner/Duner/src/main/java/apiControllers/AdminController.java | 9290da060a068d51a490b25469b13786eb5db574 | [] | no_license | taurus366/DiayDoner | 4b8821e1b74b65dbbb84a5e867d0018c5b091af4 | cbf3b1aec540c52398be377600b1b36930c40265 | refs/heads/master | 2022-12-25T08:31:45.054241 | 2019-12-14T17:34:46 | 2019-12-14T17:34:46 | 228,061,230 | 0 | 0 | null | 2022-12-09T22:16:29 | 2019-12-14T17:25:49 | Java | WINDOWS-1251 | Java | false | false | 5,088 | java | package apiControllers;
import java.net.URISyntaxException;
import java.sql.SQLException;
import javax.ws.rs.CookieParam;
import javax.ws.rs.FormParam;
import javax.ws.rs.POST;
import javax.ws.rs.Path;
import javax.ws.rs.core.NewCookie;
import javax.ws.rs.core.Response;
import booleanCheck.AdminCheck;
import... | [
"taurus.ali47@gmail.com"
] | taurus.ali47@gmail.com |
57d2d676c39ef5cbceb9d84030a9d9b9e389d4da | 06ae23b23927437bde71a89bd51b05c24e485dbe | /niugraph/src/main/java/com/github/niugraph/model/Vertex.java | 0155ab201625b2edeccb467c2514f99a39d38655 | [] | no_license | jiangjianbo/niugraph | fb2299d3be2386834ae4447f2b6fbec33eb7b834 | 9c5a5563ca43b7e8f0b351b4aa32f794e69d9aed | refs/heads/master | 2020-03-28T01:26:16.994087 | 2014-03-17T18:31:20 | 2014-03-17T18:31:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,414 | java | package com.github.niugraph.model;
import java.util.Collection;
/**
* vertex of graph
* @author jjb
*
* @param <E> {@link Edge} type of graph
*/
public interface Vertex<E> {
/**
* get all outgoing {@link Edge}s of vertex
* @return
*/
Collection<E> getOutgoingEdges();
/**
* g... | [
"jiangjianbo@gmail.com"
] | jiangjianbo@gmail.com |
a1defc083ea7a3fad0c055ca852aab88cdb7f881 | cdd225e1f15916327cc00277a97f6dccd4953057 | /staticBlock.java | 73078e0439c1d0b30cfd3ccb71b241fddf6bdbbb | [] | no_license | alexi001/assignment_6 | ed6772332ea40bac70e306292a8aba4c1e7814a2 | c61a7cc9b6a317859840725fe346ef10a910f9af | refs/heads/master | 2020-03-27T04:26:59.971670 | 2018-08-29T03:44:33 | 2018-08-29T03:44:33 | 145,940,663 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 222 | java | class abc{
static int i;
abc(int x){
super();
i=x;
System.out.println(i);
}
static{
System.out.println("This is a static block");
}
}
class staticBlock{
public static void main(String args[]){
abc obj=new abc(10);
}
}
| [
"harshshrm246@gmail.com"
] | harshshrm246@gmail.com |
fe70cb341cbeec2c4130c2f41440ba051e9fd3a2 | b89548ab5bda5d0594fa9131ab3657cef789f167 | /SpringMVCDemo/src/cn/com/pers/utils/BeanUtil.java | 04c159e4cef2c6be6cabbe287efa9afb671e8150 | [] | no_license | xplx/SpringCode | 1276216812e6c5bcc4503a0bddbac8d11ce6a446 | 6bb3b6f98ace2fe43b0e1a3529d3e6daa20779f9 | refs/heads/master | 2021-05-14T18:36:03.921147 | 2018-01-31T08:01:34 | 2018-01-31T08:01:34 | 116,078,483 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,051 | java | package cn.com.pers.utils;
/**
* 对象常用方法工具类
*
* @author WJ
*/
public final class BeanUtil {
/**
* 此类不需要实例化
*/
private BeanUtil() {
}
/**
* 判断对象是否为null
*
* @param object 需要判断的对象
* @return 是否为null
*/
public static boolean isNull(Object object) {
return ... | [
"xplx12@163.com"
] | xplx12@163.com |
286cd823cd28b75419bd883248a9afd9ed2e9c88 | eba01a2bf91141b134bb06d420384d9d1cee4de9 | /src/main/java/xyz/yyaos/demo/entity/user/User.java | 400b76e3fc604869eb1cfb3b47158b4b4f3d5d90 | [] | no_license | yaoyaosen/demo | cdb1a79f01bcfe948529588dd0c38a5f4477d5d6 | 4296ad81eee95e53e48958054bfb830461d12b15 | refs/heads/master | 2021-04-16T06:33:07.205393 | 2020-04-16T12:44:45 | 2020-04-16T12:44:45 | 249,334,611 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 500 | java | package xyz.yyaos.demo.entity.user;
import lombok.Data;
import java.util.Date;
/**
* 用户
*/
@Data
public class User {
/**
* id
*/
private String id;
/**
* 名称
*/
private String name;
/**
* 头像
*/
private String img;
/**
* 性别
*/
private Integer gender;
/**
* 简介
*/
private String summ... | [
"wxzhao.wang217@gmail.com"
] | wxzhao.wang217@gmail.com |
73c3b26533c2abda85d8e2429c33133112f2c856 | 79cd3695226ad33d988ba25eed49b92855990159 | /src/com/program_in_chinese/定制监听器.java | 4e42505755f19fb5b74b476eed19c7b2074cb185 | [] | no_license | tangfengray/quan2 | cb6b5441b31448d2383584b0a2a9cb9667c3f95c | f528061cad8267d886d908bdbb86b879ea8122c3 | refs/heads/master | 2020-06-17T13:22:25.022599 | 2017-12-29T20:38:23 | 2017-12-29T20:38:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,694 | java | package com.program_in_chinese;
import static com.program_in_chinese.圈2Parser.加Context;
import static com.program_in_chinese.圈2Parser.赋值Context;
import static com.program_in_chinese.圈2Parser.打印Context;
import java.util.HashMap;
import java.util.Map;
public class 定制监听器 extends 圈2BaseListener {
private Map<String, ... | [
"fromwheretowhere.service@gmail.com"
] | fromwheretowhere.service@gmail.com |
33aa8f9c94d939dec647b16160d02299814013f3 | 432f6473e6be5af23beeca0bd86c11b1c7198495 | /src/main/java/com/penguin/penguincoco/lib/judge/PythonJudger.java | ef12f52d5b5ebe8976294d0544ef6ca4b9cab37f | [] | no_license | penguin-coco/PenguinCoCoBE | 36d66408daa2fe6e4c97de9573b98bcf7dff97f8 | 0fc1022a9ef166e1439eb2f4c6dcba21df3dc1ee | refs/heads/master | 2021-06-18T20:19:31.528925 | 2020-01-18T09:02:57 | 2020-01-18T09:02:57 | 205,515,964 | 2 | 0 | null | 2021-04-26T19:28:08 | 2019-08-31T08:11:17 | Java | UTF-8 | Java | false | false | 601 | java | package com.penguin.penguincoco.lib.judge;
import com.penguin.penguincoco.lib.model.JudgeData;
import com.penguin.penguincoco.lib.model.JudgeReport;
import com.penguin.penguincoco.lib.model.Language;
import com.penguin.penguincoco.lib.model.PythonCommand;
public class PythonJudger extends Judger {
public PythonJ... | [
"kennychen851228@gmail.com"
] | kennychen851228@gmail.com |
98e8232651081ad7d8a391059dd7892ea71fc2cd | e023d5c2f895b8002831c2709badaab82c6d0785 | /src/com/dsa/array/RemoveMultipleOccurrence.java | 92d1d0c7e6c5c87bfeeea9869f157ac9aba9ad60 | [] | no_license | rupambika/Arrays | 155a1618c01c8f35ab0280f6c5b653f1f2587ad9 | 1a42b3fd9a4997bfacfe1a2ec928fc84da3ec909 | refs/heads/master | 2023-01-09T16:10:21.450168 | 2020-11-09T16:21:13 | 2020-11-09T16:21:13 | 311,397,790 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 512 | java | package com.dsa.array;
public class RemoveMultipleOccurrence {
public static void main(String[] args) {
int arr[] = { 1, 2, 2, 5, 5, 5, 4, 4, 4, 4, 4, 6, 6 }; // O\P = {1,2,5,4,6}
removeMulti(arr);
}
public static void removeMulti(int arr[]) {
int arr2[] = new int[arr.length];
int j = 0;
for (int i = 0;... | [
"rupambika@users.noreply.github.com"
] | rupambika@users.noreply.github.com |
eaf235c7f447e345a7488b765f068333c8ad8b2e | f0c5e953731e47acb6235a25a0239434bf935642 | /Proj_CardGame_Socket/src/ChatWithGame/PersonInfo.java | b6b0a80a5fb45e4dc8bd7bff3ebb92abba8b8db1 | [] | no_license | kingkwung/MyProject | e2e08cf1f6c3993312a0288717d638d4c2582a99 | 855eaf89278e6c4d53e25a2cf372f39329f73124 | refs/heads/master | 2021-01-10T08:22:21.644679 | 2015-10-21T05:08:06 | 2015-10-21T05:08:06 | 44,615,679 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 2,878 | java | package ChatWithGame;
import java.io.Serializable;
import java.util.Calendar;
import java.util.Date;
public class PersonInfo implements Serializable{
private String ID;
private String password;
private String name;
private String Sex;
private String major;
private String StudentNum;
private String... | [
"dndudska89@naver.com"
] | dndudska89@naver.com |
3739b03700f65ded1ef303eadbf3bf068573ecac | a8d5e1c3ce10a1f3afda7f668a58771ec1170887 | /後端微服務API/DWWorkOrder/workorder-service-impl-dwworkorder/src/main/java/com/digiwin/workorder/dwworkorder/service/impl/DBConstants.java | 2536af306354f5ef6b54f01611413d52cc6604c0 | [] | no_license | ben802115451/ChenBoMin | b236e4c14886316ffce3e5a27a6b98f7a9df621a | 35de19fbce472b5d668ed3d8b20bd2ee709a1559 | refs/heads/master | 2023-03-01T11:16:43.197235 | 2021-02-17T02:20:23 | 2021-02-17T02:20:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,530 | java | package com.digiwin.workorder.dwworkorder.service.impl;
import com.digiwin.utils.DWTenantUtils;
/**
* data base constants
*
* @author falcon
*/
final class DBConstants {
static final String tenantSqlTag = DWTenantUtils.getTenantTagByColumnName(); //default:${tenantsid}
// 資料表
static final String WO... | [
"ben802115451@digiwin.com"
] | ben802115451@digiwin.com |
a23357f746e319f928f3ea1bdff0e291bb3c939c | 68871d82209187096274eb8013376985ed9f1831 | /src/main/java/ru/luvas/physics/cw1/entity/Text.java | ab0f1ef39d05b0afccd3a53bbe3e6b72f0227394 | [] | no_license | RinesThaix/PhysicsCW1 | b70b32204d1e2f8bd7b87067761af30537906b1f | 791573bbfb3280ba9a7227ea7dcf2d651a32c9d2 | refs/heads/master | 2020-06-17T20:45:10.406181 | 2016-12-27T23:18:43 | 2016-12-27T23:18:43 | 74,970,832 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 840 | java | package ru.luvas.physics.cw1.entity;
import java.awt.Color;
import java.awt.Font;
import java.awt.Graphics2D;
/**
*
* @author RINES <iam@kostya.sexy>
*/
public class Text extends Colored {
private String text;
private int size;
public Text(int x, int y, String text, Color color, int size) {
... | [
"iam@kostya.sexy"
] | iam@kostya.sexy |
f4468ff2abaf10532200d8e74b869ba019a731d8 | 3336c692fcfab64e14cae25809225aaf622500dc | /service-core/src/main/java/com/atguigu/srb/core/pojo/entity/BorrowInfo.java | 407f729cdf96d60736b2a5d5e57d7f45b900a1c8 | [] | no_license | caozheng0401/srb | b6185f40280d5be07f90cc75144340f52c3120e1 | dc33531725bce96a2f5b9601281a0448862dada0 | refs/heads/main | 2023-04-14T18:34:37.987178 | 2021-04-27T08:22:52 | 2021-04-27T08:22:52 | 359,733,025 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,914 | java | package com.atguigu.srb.core.pojo.entity;
import java.math.BigDecimal;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import java.time.LocalDateTime;
import com.baomidou.mybatisplus.annotation.TableLogic;
import com.baomidou.mybatisplus.annotation.TableField;
imp... | [
"1546376420@qq.com"
] | 1546376420@qq.com |
b332c70c3ce3cd2cd151e4841414739abbfcc958 | 36e649cb326402a23a1a38e72ac1e765329d9315 | /Android/DesTools/des/src/androidTest/java/com/jni/utils/des/ExampleInstrumentedTest.java | 7c7622aac8f534e73f8173674487b16e88c27cc3 | [] | no_license | yanglw115/Softwares | 6d844818bbf99271137cc41c64c8636a9a560f8a | d6772bd1ba89d44a134e396ce9ed8221f40a271f | refs/heads/master | 2021-12-09T19:22:13.273159 | 2020-03-29T02:42:08 | 2020-03-29T02:42:08 | 139,205,287 | 2 | 6 | null | null | null | null | UTF-8 | Java | false | false | 761 | java | package com.jni.utils.des;
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 execute on an A... | [
"yanglw115@fdc7a43b-4700-4cfd-aa5a-fbf62e556ab2"
] | yanglw115@fdc7a43b-4700-4cfd-aa5a-fbf62e556ab2 |
da196942ffa4e22d92e2d3369b7c6c14636f5a48 | 35559cc0d6962fde2d67618aae41a8ba1e8dcd43 | /②JAVA基础/11月16日作业/四组/IT02_李静静/AnimalDemo/src/Dog.java | 3a81b77f97e0735317eef93d85c19b4693b127fa | [] | no_license | qhit2017/GR1702_01 | bc9190243fc24db4d19e5ee0daff003f9eaeb2d8 | 8e1fc9157ef183066c522e1025c97efeabe6329a | refs/heads/master | 2021-09-03T16:27:00.789831 | 2018-01-10T11:08:27 | 2018-01-10T11:08:27 | 109,151,555 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,141 | java | /**
*@author 作者 E-mail:996939518@qq.com
* @date 创建时间:2017年11月15日 下午8:18:41
* @version 1.0
* @parameter
* @since
* @return
* @function
*/
public class Dog extends Animal{
/*定义一个类:狗,属性包括: 品种,
* 毛的颜色, 年龄,重量 方法包括:叫、吃、睡觉
* 要求属性私有,并提供get、set方法
*/
private String breed ;
private String ... | [
"hudi@qq.com"
] | hudi@qq.com |
02109c32c5ef29d564dd3d3144afb9fc6171f8e2 | 043703eaf27a0d5e6f02bf7a9ac03c0ce4b38d04 | /subject_systems/Struts2/src/struts-2.5.2/src/core/src/main/java/org/apache/struts2/views/freemarker/tags/TextModel.java | f49715da88b5d351351070dd2eb6cb369cc73147 | [] | no_license | MarceloLaser/arcade_console_test_resources | e4fb5ac4a7b2d873aa9d843403569d9260d380e0 | 31447aabd735514650e6b2d1a3fbaf86e78242fc | refs/heads/master | 2020-09-22T08:00:42.216653 | 2019-12-01T21:51:05 | 2019-12-01T21:51:05 | 225,093,382 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 129 | java | version https://git-lfs.github.com/spec/v1
oid sha256:6234e3b250457ae26ec280120aa6eb940d7c34c4747dad3ed1142fad01935c3f
size 1416
| [
"marcelo.laser@gmail.com"
] | marcelo.laser@gmail.com |
ce65f07df1e6cfe52c2ea3a9d0cb5f193a8c0bee | 7e6860768e6d124ba041c896d7122b7faef4f5eb | /1_ThreadsAndLocks/src/main/java/day3/wordcount/v3_wordcount_synchronized_hashmap/Counter.java | e2cab8c342c2ce466f94d7bf4d54513dc2fdb366 | [] | no_license | LukasWoodtli/SevenConcurrencyModelsInSevenWeeks | 0567e6c6eb2eb0eed94f3acd997ed0b2bebe271d | 57d40b9b495f0e491b98b26fcd6f149482eeff4b | refs/heads/master | 2021-07-14T15:53:23.803002 | 2021-03-24T13:37:15 | 2021-03-24T13:37:15 | 28,269,669 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,513 | java | package day3.wordcount.v3_wordcount_synchronized_hashmap;
import day3.wordcount.common.Page;
import day3.wordcount.common.Words;
import java.util.Map;
import java.util.concurrent.BlockingQueue;
import java.util.concurrent.locks.ReentrantLock;
public class Counter implements Runnable {
private BlockingQueue<Page> ... | [
"woodtli.lukas@gmail.com"
] | woodtli.lukas@gmail.com |
6c595679e115fe33701239ecbdfbb7dd59b6351a | b71a250c31025d11708352e951beba8b3ff47f7c | /app/src/main/java/com/yuan/rxokhttp/QQParam.java | 03e7760aae30277a9b036c97b919fcec54536774 | [] | no_license | PMMKing/RxOkhttp | 8d78da303ef727ae8a07ed209e8f3e977c071f3d | 8d1930c19c466d123ae85b8cb754005177230e3e | refs/heads/master | 2020-03-22T19:25:56.759177 | 2018-07-13T08:47:09 | 2018-07-13T08:47:09 | 140,527,108 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 310 | java | package com.yuan.rxokhttp;
import com.yuan.library.base.BaseParam;
/**
* Created by shucheng.qu on 2018/7/13
*/
public class QQParam extends BaseParam{
public String showapi_appid = "48527";
public String showapi_sign = "8a664492b3d94c51b09f0fd36fbc52f5";
public String qq = "91735485456";
}
| [
"shucheng.qu@ucarinc.com"
] | shucheng.qu@ucarinc.com |
9216dc03acd70927fa1a3ca0800d5d4c225a110c | abd6fb9938dfe360906fa92fc6cb47687f781100 | /src/main/java/nyist/edu/cn/service/GodService.java | 42289f934c80fcc71f6557ca392b5d90dbfe376a | [] | no_license | lovely960823/videomall | d80b35d039ff042978face66f7201cb5c9181b0e | eeab5f3f7abaf69f806d05cf3086c56f48d7ca1b | refs/heads/master | 2022-06-27T12:14:04.111580 | 2020-07-12T11:41:10 | 2020-07-12T11:41:10 | 237,393,115 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 474 | java | package nyist.edu.cn.service;
import java.util.List;
import nyist.edu.cn.entity.God;
import nyist.edu.cn.service.base.BaseService;
import nyist.edu.cn.vo.ResultPage;
public interface GodService extends BaseService<God> {
/**
* 后台根据姓名查找
* @param resultPage
* @param god
* @return
*/
Result... | [
"374905102@qq.com"
] | 374905102@qq.com |
085f67e25ffbcf8610d3aa508f07ab43066311be | 990ca50f86bf877f46851425b79ffdfe26590c71 | /IC_JL_2.2.4/app/src/main/java/examples/pltw/org/collegeapp/Guardian.java | 21de57db86494cd4a4e28560aa3f85841cfa5874 | [] | no_license | justlee06/IC_JL_2.2.4 | 980552b445143fa0bfdbf44193b9517f325627f0 | 922cbda4ed8f36f23b12e3bb735954f4ac7c93ca | refs/heads/master | 2021-09-06T02:29:29.149826 | 2018-02-01T18:09:39 | 2018-02-01T18:09:39 | 119,581,746 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 859 | java | package examples.pltw.org.collegeapp;
/**
* Created by wdumas on 4/8/16.
*/
public class Guardian extends FamilyMember {
private String occupation;
public Guardian() {
super();
occupation = "unknown";
}
public Guardian(String firstName, String lastName) {
super(firstName, la... | [
"lee6281@mydusd.org"
] | lee6281@mydusd.org |
d5f5b9b22308a004c9eb0bae44a6f53740614a22 | 1204868f57bbd15757cd79c6838b31c903abd177 | /camel-blueprint-salesforce-test-6.2/src/main/java/org/apache/camel/salesforce/dto/QueryRecordsContentDocumentFeed.java | d72ae7f46fc6f6d97a1088f913b87e053fdff57b | [] | no_license | shivamlakade95/fuse-examples-6.2 | aedaeddcad6efcc8e4f85d550c9e2e174b25fb14 | f7f9ac9630828dd4e488f80011dbc2e60a7e3e2c | refs/heads/master | 2023-05-11T04:05:40.394046 | 2020-01-02T08:23:34 | 2020-01-02T08:23:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 732 | java | /*
* Salesforce Query DTO generated by camel-salesforce-maven-plugin
* Generated on: Thu Sep 03 14:23:16 IST 2015
*/
package org.apache.camel.salesforce.dto;
import com.thoughtworks.xstream.annotations.XStreamImplicit;
import org.apache.camel.component.salesforce.api.dto.AbstractQueryRecordsBase;
import java.util.... | [
"shekhar.csp84@yahoo.co.in"
] | shekhar.csp84@yahoo.co.in |
f20368e2749d3fc2cfc81159ebd8f935864d2e66 | 63011b0d7fabbf715f018f019fe1c3ca245c8ada | /src/main/java/com/minejunkie/junkiepass/commands/GiveChallengeCommand.java | ef308dda3f192a7272f7044b416692fab06074e6 | [] | no_license | Minertainment/JunkiePass | 8fabb6f4785d9251153f48e50843e7ec2fef1de6 | cff2caffe465fc0319573e04e7f22cfde2c3c4be | refs/heads/master | 2022-02-10T06:32:14.378562 | 2019-08-05T08:48:24 | 2019-08-05T08:48:24 | 136,778,918 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,463 | java | package com.minejunkie.junkiepass.commands;
import com.minejunkie.junkiepass.JunkiePass;
import com.minejunkie.junkiepass.challenges.Challenge;
import com.minejunkie.junkiepass.challenges.ChallengeType;
import com.minejunkie.junkiepass.profiles.JunkiePassProfile;
import com.minertainment.athena.Athena;
import com.mine... | [
"nkrausemc@gmail.com"
] | nkrausemc@gmail.com |
ce9ee76679c71f28f279035976752dc1abb6ca6d | 4d0c4d6f0de899eb22f400b6769ef0b49430be1f | /web/src/test/java/com/springboot/web/WebApplicationTests.java | eec51f9f217f62cb0d59dcf9d7940c23e8e1e5a5 | [] | no_license | LesliePie/springboot-shiro-redis | d266c182dc7ab66258988fc28eee296aeaec36af | ca55268505f369ea22bc56a44c8a90e08fe85f5d | refs/heads/master | 2020-04-06T08:23:48.827859 | 2018-11-28T06:21:38 | 2018-11-28T06:21:38 | 157,303,167 | 4 | 1 | null | null | null | null | UTF-8 | Java | false | false | 341 | java | package com.springboot.web;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class WebApplicationTests {
@Test
public void conte... | [
"15198264880@163.com"
] | 15198264880@163.com |
92791a05c6c6e25b1a244c0110fff29094ea0de6 | 69fefed1b1b16c4af6662cef757c7d2e3d3e6226 | /app/src/main/java/com/myappcompany/steve/canvaspaint/Adapters/SaveLoadRecyclerViewAdapter.java | a440b3fa7bb2157f5085e459458b1399598e4907 | [] | no_license | tutoringsteve/GameOfLifeAndroid | 1299949202efd28af59b541101cd91e18f3d25e1 | e2a59cdee27d0708360513c40a0494fe8a392f38 | refs/heads/master | 2021-08-11T01:35:06.477388 | 2020-12-26T23:06:54 | 2020-12-26T23:06:54 | 236,388,618 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,716 | java | package com.myappcompany.steve.canvaspaint.Adapters;
import android.content.Context;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.annotation.NonNull;
import android... | [
"tutoringsteve@gmail.com"
] | tutoringsteve@gmail.com |
6b2cbfe3dc8cb0ab130113fbc632967a108b15fa | e6fc90b1044b3830dc76014e210bebfe20723879 | /phase3/everything/Node.java | 494f4f4328bac984c9056cb8deaedddf178513ce | [] | no_license | DKEProjectGroup26/Project-1-3 | 3407945d527a03983b1aa2e935d13161f969947d | 3f62fe1e5e488991154a322716de4843ed7761ef | refs/heads/master | 2020-04-15T05:12:35.960451 | 2019-01-27T14:02:42 | 2019-01-27T14:02:42 | 164,412,943 | 0 | 0 | null | 2019-01-16T19:00:54 | 2019-01-07T10:00:26 | Java | UTF-8 | Java | false | false | 1,706 | java | package phase3.everything;
import java.util.ArrayList;
/**
* The class representing a node (or vertex) in a graph, edge information is stored
* in this class as a list of other {@link Node} objects stored as {@link Node#neighbors}
*/
public class Node implements Comparable {
/**
* The index of the node in... | [
"43991400@users.noreply.github.com"
] | 43991400@users.noreply.github.com |
3becb6cf5c284e99efff4f520613fdc8b556477d | d0094eec897f6cf935fae911d85366d6da216535 | /src/main/java/com/vmware/vim25/DeviceNotSupported.java | 155f4ab842aae56aeb1525f8122b23cf0c657118 | [
"BSD-3-Clause"
] | permissive | darkedges/vijava | 9e09798f8cfc61ec28a7a214e260f464c26e4531 | c65a731a25aa41d96e032271496f2464a8aa6fe9 | refs/heads/main | 2023-04-20T10:41:43.931180 | 2021-05-22T00:03:58 | 2021-05-22T00:03:58 | 369,026,457 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,586 | java |
package com.vmware.vim25;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for DeviceNotSupported complex type.
*... | [
"nirving@darkedges.com"
] | nirving@darkedges.com |
fd516cba3192178c5cdecdeb7dc8bd934fc53b3a | 12e49096e213e13f6958ac5ff73009b3a5bec724 | /alert-service/src/main/java/ru/ifmo/ailab/daafse/alertservice/CQELSEngineImpl.java | 202ae0dea00e1f1377c61b4172b8c662fa2e7cdb | [
"MIT"
] | permissive | ailabitmo/DAAFSE | 47a15763228c718b291a945c204c469736601193 | 6c3b7529954e68b93bd9927564b95a9c3a8fded8 | refs/heads/master | 2016-09-06T16:55:50.002845 | 2014-12-08T16:17:19 | 2014-12-08T16:17:19 | 19,241,273 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,409 | java | package ru.ifmo.ailab.daafse.alertservice;
import java.io.File;
import java.io.IOException;
import java.nio.file.FileVisitResult;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.SimpleFileVisitor;
import java.nio.file.attribute.BasicFileAttributes;
import javax.annotation.PostConstruct;
imp... | [
"kolchinmax@gmail.com"
] | kolchinmax@gmail.com |
58e6570f82ad8a4d0befd63d7c8fd514f3d41487 | 45a436b49dc644978f9ae43d512be48d529664bb | /app/src/main/java/pe/edu/cibertec/retrofitgitflow/presentation/main/view/IMainContract.java | 21d55137d58a39c354a2a7c64c6b53f0c13b3e02 | [] | no_license | wcondori/Retrofic_mvp | 36873b659eab6f49a70fd1f097e177fdc88f4dab | e7b5147e1bbd72dbdf922fa8bad6ffdf8d2fe194 | refs/heads/master | 2020-06-19T19:52:58.668706 | 2019-07-14T18:50:06 | 2019-07-14T18:50:06 | 196,849,771 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 571 | java | package pe.edu.cibertec.retrofitgitflow.presentation.main.view;
import java.util.List;
import pe.edu.cibertec.retrofitgitflow.data.entities.Post;
public interface IMainContract {
interface IView {
void showError(String errorMsg);
void showProgressBar();
void hideProgressBar();
voi... | [
"wcondori2015@gmail.com"
] | wcondori2015@gmail.com |
0eda6bd01919c3224f6b47033a1734a019262017 | ce3515b2787a9473dd4aadbe38c7708debc82cf3 | /src/se/liu/ida/gusan092/tddd78/project/game/objects/still/Road.java | fd43d06b56119a37a72c8abf72856040b5b7b0ba | [] | no_license | gvekan/tddd78-project | 069ce0e867551ca7f7a7fcf5374ef1b306d92278 | 45b9abbde759c89ec0e1582b74af4ef9a8147b48 | refs/heads/master | 2021-01-02T07:27:02.664301 | 2017-05-07T21:39:16 | 2017-05-07T21:39:16 | 239,547,226 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,410 | java | package se.liu.ida.gusan092.tddd78.project.game.objects.still;
import se.liu.ida.gusan092.tddd78.project.game.Game;
import se.liu.ida.gusan092.tddd78.project.game.Handler;
import se.liu.ida.gusan092.tddd78.project.game.objects.Type;
import javax.imageio.ImageIO;
import java.awt.*;
import java.awt.image.BufferedImage;... | [
"gusan092@student.liu.se"
] | gusan092@student.liu.se |
68fa83e5439fc4a14a0f3eb8f5475abb0ec61908 | 3d0f633c7067559c5c3e1eb27ca3ba42bd9ea4bc | /Stabel/src/no/hib/dat102/LabyrintSpill.java | d985fadadd3460eacb6f96f81c2cd7640d64c7fb | [] | no_license | hvl578007/Innlevering_1_dat102 | 088caf9fe9032454c5b02662eca2e0743dc10363 | d02d1a92211d612a8380ae02534442aef0183731 | refs/heads/master | 2020-04-20T15:53:06.336287 | 2019-02-13T13:31:22 | 2019-02-13T13:31:22 | 168,944,234 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,482 | java | package no.hib.dat102;
import no.hib.dat102.adt.StabelADT;
import no.hib.dat102.exception.*;
import no.hib.dat102.tabell.*;
import no.hib.dat102.kjedet.*;
public class LabyrintSpill {
private Labyrint labyrint;
public LabyrintSpill(Labyrint labyrint) {
this.labyrint = labyrint;
}
/**
* Fors�ke � gjennomg� l... | [
"stian.gronaas@outlook.com"
] | stian.gronaas@outlook.com |
0808e1a2701127a6082a7aea0faa4f50ab157942 | e58d9bb8d0ec1c0e2d447dd4246d0c7d2f9f22ed | /src/main/java/io/github/mechevo/common/block/ores/ChromiteOre.java | 72470980c898df1b42aeaa32c1cd640e3b21142f | [] | no_license | tmLegion/Mechanized_Evolution | 86b5e84e65bfe26a7639facaac0e62b9674133f5 | e8bd53f3928a0587fbd54b804e609b50537dc491 | refs/heads/master | 2023-03-24T13:23:00.511805 | 2021-03-08T02:42:55 | 2021-03-08T02:42:55 | 344,593,846 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 75 | java | package io.github.mechevo.common.block.ores;
public class ChromiteOre {
}
| [
"76824525+ReaperMSF@users.noreply.github.com"
] | 76824525+ReaperMSF@users.noreply.github.com |
e23964b5b9b67d9be313e042af5c6267d9a901b2 | e7ca3a996490d264bbf7e10818558e8249956eda | /aliyun-java-sdk-rds/src/main/java/com/aliyuncs/rds/model/v20140815/CreateDampPolicyResponse.java | a0918b83c607f359c40328de7fe39a8c753cead8 | [
"Apache-2.0"
] | permissive | AndyYHL/aliyun-openapi-java-sdk | 6f0e73f11f040568fa03294de2bf9a1796767996 | 15927689c66962bdcabef0b9fc54a919d4d6c494 | refs/heads/master | 2020-03-26T23:18:49.532887 | 2018-08-21T04:12:23 | 2018-08-21T04:12:23 | 145,530,169 | 1 | 0 | null | 2018-08-21T08:14:14 | 2018-08-21T08:14:13 | null | UTF-8 | Java | false | false | 1,582 | 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... | [
"haowei.yao@alibaba-inc.com"
] | haowei.yao@alibaba-inc.com |
9e561d5059a0496321d102a849558017168b4f2c | cd880943bbe93d1c542cfe144561be3f81443c96 | /ExchangeRates/app/src/main/java/com/achek/exchangerates/repository/model/ResponseModel.java | 852b2cb0909a46153e8e1c90a20ee075a00cf672 | [] | no_license | a-chekulov/Currency-Converter | a3d1046b82a5e35df1dc90839828d55726250160 | fe49934f50dbf0cecb3bbd8a2a3dd13abfab7200 | refs/heads/master | 2020-07-19T20:21:47.059809 | 2019-09-05T08:09:12 | 2019-09-05T08:09:12 | 206,509,166 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 684 | java | package com.achek.exchangerates.repository.model;
import androidx.annotation.Nullable;
public class ResponseModel {
public ResponseModel(@Nullable CbrInfo cbrInfo, @Nullable String error) {
this.cbrInfo = cbrInfo;
this.error = error;
}
@Nullable
private CbrInfo cbrInfo;
@Nullabl... | [
"44943685+a-chekulov@users.noreply.github.com"
] | 44943685+a-chekulov@users.noreply.github.com |
e6b1a00309728ba5dc50125084a711aadf8f30d0 | 517fb69ca6b9f7c478f0cd6201d5ec250dc3c776 | /FastOrm/src/main/java/org/fastorm/defns/IMutableMakerAndEntityDefnVisitor.java | 0b3fe04e3db51317bbd2184a47a1081da6c423e0 | [] | no_license | phil-rice/fastorm | 2af3baa2f18fa8f2f6bfb319623ce32dd8f5d2e6 | ae6f16a147c013e55d39031668a804c3b19c69db | refs/heads/master | 2021-01-23T13:29:16.818262 | 2011-06-14T21:11:27 | 2011-06-14T21:11:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 218 | java | package org.fastorm.defns;
import org.fastorm.temp.IMutatingTempTableMaker;
public interface IMutableMakerAndEntityDefnVisitor {
void accept(IMutatingTempTableMaker maker, IEntityDefn entityDefn) throws Exception;
} | [
"phil.rice@erudine.com"
] | phil.rice@erudine.com |
0f130badf82631d1160ff44e93c5de488dd07d14 | f085625f1a0796853f39ee52f71e34aba2b65a5b | /src/main/java/com/common/Utils/JwtUtils.java | 3d00a0e0dc8fd751f427a885df6e690ce47bde3d | [] | no_license | h7775259966/medical_waste | 7bdf0e1df0a36d0c40edba0fc087eec189513c7c | 34297cfccdf83854235c086203249bf9f8c021b2 | refs/heads/master | 2023-01-30T17:58:41.826491 | 2020-10-12T03:50:50 | 2020-10-12T03:52:19 | 320,127,176 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,561 | java | package com.common.Utils;
import io.jsonwebtoken.Claims;
import io.jsonwebtoken.JwtBuilder;
import io.jsonwebtoken.Jwts;
import io.jsonwebtoken.SignatureAlgorithm;
import lombok.Getter;
import lombok.Setter;
import org.springframework.boot.context.properties.ConfigurationProperties;
import java.util.Date;
import java.... | [
"245357619@qq.com"
] | 245357619@qq.com |
d533fc24a1693763ca0715996f56480d2e932066 | e0e835dac93f7221c2cc178cf33e6a418ed8cd26 | /javafx-demonstration/src/main/java/com/etlsolutions/gwise/data/log/LogType.java | 4d7aec37b423dba7367d3b27d328516e5efe3713 | [] | no_license | eep60b/projects | d810507558c34471bacdf6345ce4b63c18912ac4 | 2a17c436049a1b5a8769b91d54dea48f41100629 | refs/heads/master | 2022-09-22T19:39:35.060351 | 2021-12-03T09:17:29 | 2021-12-03T09:17:29 | 126,003,168 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 179 | java | package com.etlsolutions.gwise.data.log;
/**
* The LogType interface is mask interface for all log types.
*
* @author ZhipengChang
*/
public interface LogType {
}
| [
"ZhipengChang@DESKTOP-L02HLUE"
] | ZhipengChang@DESKTOP-L02HLUE |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.