blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 332 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 7 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 557
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 82
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 7 5.41M | extension stringclasses 11
values | content stringlengths 7 5.41M | authors listlengths 1 1 | author stringlengths 0 161 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c726738c304c9d1855825c839680fff9494595e1 | 3ee15bdf61159cec159c557dd8dddf7ab38e1da3 | /src/main/java/com/deng/o2o/dao/ShopCategoryDao.java | e0fbc14014ce37d5d0ac8f874d7efc9b8c35e028 | [] | no_license | dzh6386/school-o2o | 5c3de4bddbbd58219cc21bf222d51080624b8d77 | 6287d8c078149ed9d9307334ca8e75654143ac87 | refs/heads/master | 2023-02-20T11:02:39.450065 | 2021-01-19T03:03:50 | 2021-01-19T03:03:50 | 330,840,954 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 284 | java | package com.deng.o2o.dao;
import com.deng.o2o.entity.ShopCategory;
import org.apache.ibatis.annotations.Param;
import java.util.List;
public interface ShopCategoryDao {
List<ShopCategory> queryShopCategory(@Param("shopCategoryCondition") ShopCategory shopCategoryCondition);
}
| [
"dzh6386@qq.com"
] | dzh6386@qq.com |
043063ef91c2216ba0d3712d8b3f0e5a86764f6d | 94940580bcd569d86a08d21a3d65698a3f6c2e34 | /src/spring/DependencyInjectionPropertiesSetter/FortuneServiceInterface.java | 95cd23204ffd2a08b475a4904c6f9eaa7d926ca7 | [
"Apache-2.0"
] | permissive | venkat-in/Spring-Hibernate | b8c5746f8981221182901bb9adfa3e451ba96da4 | dbe2e9ca9e12fa54fdc246dae2cbe0de54e1fc48 | refs/heads/master | 2022-01-15T05:32:59.800990 | 2019-07-25T14:53:58 | 2019-07-25T14:53:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 131 | java | package spring.DependencyInjectionPropertiesSetter;
public interface FortuneServiceInterface {
public String getFortune();
}
| [
"michael.schoeffel@t-online.de"
] | michael.schoeffel@t-online.de |
0491ac243a51472dec764dc6a52c47c17b662c34 | 3f1512fdd47a93cc7bd20c81f483e7c3aa5fa7ca | /Sympathetic_Arrays/SympatheticArrays.java | 2b41984e7eb9efd9f65f10578ed867e299f26751 | [] | no_license | natmortem/Java-tasks | a2496abc8ffebf7fa30f5947157eb57e9a8cfd91 | 2a15ef44cde1ce3e2a639eae0d99f3fe1c1ad7d0 | refs/heads/master | 2022-11-25T19:33:15.219451 | 2017-05-31T18:37:16 | 2017-05-31T18:37:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,833 | java | package Sympathetic_Arrays;
import java.io.*;
import java.util.ArrayList;
import java.util.List;
import java.util.Scanner;
public class SympatheticArrays {
private List<int[][]> listOfArrays; // здесь будут храниться массивы
public static final String INPUT_FILE_PATH = "src/Sympathetic_Arrays/input.txt"; // п... | [
"kakashi.anbu.hatake22@gmail.com"
] | kakashi.anbu.hatake22@gmail.com |
83d3cd372e71eed1017eeaeeda227cd22b23ff2c | a686429888b2d1dbb13456b2f50a26c26f688302 | /TOTest/src/main/java/com/hand/TOPatterDemo.java | 342b56eb274f3d2e7a5f5d535fdea46ef1bf59a7 | [] | no_license | caojiameng/myproject | cea28ef45173ef964202564ebc5f2b418ec32745 | feae2b7bfe90a2466c1be8360d11c445d1f4d8ed | refs/heads/master | 2020-03-23T09:30:27.629923 | 2018-07-18T12:29:57 | 2018-07-18T12:29:57 | 141,391,869 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 701 | java | package com.hand;
public class TOPatterDemo {
public static void main(String[] args){
StudentBO studentBO = new StudentBO();
//输出所有学生
for (StudentVO studentVO : studentBO.getAllStudents()){
System.out.println("Student: [RollNo :"+studentVO.getRollNo()+",Name:"+studentVO.getName... | [
"jiameng.cao@hand-china.com"
] | jiameng.cao@hand-china.com |
6a13299783cce88158b83994c2ae03d8d5954d2d | 87d7e5a881ed5d4c44b3af6e1af62908075f4d0f | /src/main/java/br/ucs/easydent/app/dto/filtro/BaseFilter.java | c1aa4abd11bbd4e0bfce9d0566c3afb0e8eadea7 | [] | no_license | lucasdoamaral/easydent-server | 00a4bc989c061e5a7d35cddb494e1566fa612ed4 | d5769cc69a135edc195a55bbddb6965690e31268 | refs/heads/master | 2021-01-09T20:41:06.893853 | 2017-08-01T20:13:46 | 2017-08-01T20:13:46 | 60,355,716 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 252 | java | package br.ucs.easydent.app.dto.filtro;
import java.io.Serializable;
import br.ucs.easydent.model.intf.Entidade;
public abstract class BaseFilter <T extends Entidade> implements Serializable {
private static final long serialVersionUID = 1L;
}
| [
"lucasdamaral@hotmail.com"
] | lucasdamaral@hotmail.com |
c484452ec87daea485c3415671791a1861d1695d | 0bf70b85b5a3f0fb51c6c3c45c2d8a7c4fa79a87 | /net.solarnetwork.node/src/net/solarnetwork/node/setup/PKIService.java | 22ebcc5daa22a830ef5f3443a7be346c9d65e36a | [] | no_license | Spudmn/solarnetwork-node | 7a1839b41a1cd2d4e996caa8cb1d82baac3fcfeb | 8701e756d91a92f76234c4b7a6e026528625b148 | refs/heads/master | 2021-01-15T11:03:11.181320 | 2014-11-06T20:21:13 | 2014-11-06T20:21:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,987 | java | /* ==================================================================
* PKIService.java - Dec 6, 2012 4:20:20 PM
*
* Copyright 2007-2012 SolarNetwork.net Dev Team
*
* 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 ... | [
"git+matt@msqr.us"
] | git+matt@msqr.us |
e6caf7d16304703b9cb03e4a22848f5cd227c9df | bfa1ff577cf9dd0d78983b1d185c1b1e2509ec9e | /src/util/Constants.java | 3f1ecdbd90c5ae8119b8d147af5288a000b57106 | [] | no_license | eren-murat/java-text-moba | e73f8d427d8bf24061c4305c749a14a86b6dd767 | 2ddf42c3873472af878a4df82d96fcb9506c41c9 | refs/heads/master | 2022-03-21T16:55:24.278074 | 2019-12-01T22:18:01 | 2019-12-01T22:18:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,439 | java | package util;
public final class Constants {
private Constants() { }
public static final int CHAMPION_TYPE = 0;
public static final int CHAMPION_POS_X = 1;
public static final int CHAMPION_POS_Y = 2;
public static final float MODIFIER_5 = 0.05f;
public static final float MODIFIER_10 = 0.1f;
... | [
"sprinzers@gmail.com"
] | sprinzers@gmail.com |
659b46b46a6b1cfc1f7948f1d97a28c561e2112a | 5fae52c87187940e17dcf1d6681c9a29dd6b0ff7 | /src/main/java/Annabelle/RTreePushUp.java | 8298366cf28e4aadd7bdca24b160631677e1823b | [] | no_license | DaliaW/Database-Engine-using-Java | 26ca8f29d10cb33f268ff10ac4f339ba9ecc2474 | ff34fe6f9629567b7562fb0098e14fa54f51196b | refs/heads/master | 2022-11-06T10:21:37.333024 | 2020-06-18T18:48:46 | 2020-06-18T18:48:46 | 260,579,044 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 406 | java | package Annabelle;
import java.io.IOException;
public class RTreePushUp {
/**
* This class is used for push keys up to the inner nodes in case
* of splitting at a lower level
*/
RTreeNode newNode;
Comparable key;
public RTreePushUp(RTreeNode newNode, Comparable key) throws ClassNotFoundException, IOExcep... | [
"47950134+DaliaW@users.noreply.github.com"
] | 47950134+DaliaW@users.noreply.github.com |
06d1c1f843ac0fbcb8b35498c574e33a277170eb | 19086df3e5933b6ec1d8f6dd157c80d751955c4f | /app/src/main/java/androidcodingchallenge/balagunateja/karlapudi/android_coding_test/CreateUserActivity.java | 1344e725ab5a8f8b4c2fb69d6d10057d11077d57 | [] | no_license | teja2495/Android_Coding_Test | a7e37098aa251bbdc62be570dcc0de374bb3b479 | c7e0f124a724c3f6fceb29ecc97f440b8870fe53 | refs/heads/master | 2020-05-23T09:27:38.114841 | 2019-05-16T05:05:14 | 2019-05-16T05:05:14 | 186,706,911 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,964 | java | package androidcodingchallenge.balagunateja.karlapudi.android_coding_test;
import android.content.Context;
import android.content.Intent;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.os.Handler;
import android.os.Looper;
import android.support.v7.app.AppCompatActivity;
import ... | [
"teja2495@gmail.com"
] | teja2495@gmail.com |
868c5cb10982cfddbba117bf86ccbbdcb0c66e66 | c5a397c1a3c69653ce3996c099b22cea948d4958 | /src/man/java/fr/aekys/aekbotdev/commands/Command.java | 72b93fc928b79951e48c3f86ba5705a0a3f9dc61 | [
"MIT"
] | permissive | ImAekys/Aek-Dev | 820ee3d6d81560f705576cbca564e1a9570ea44c | a00795761a28ca0eb8cea5c28cfd24c239ff9a38 | refs/heads/master | 2021-08-23T21:46:30.250387 | 2017-12-06T17:55:48 | 2017-12-06T17:55:48 | 113,345,078 | 0 | 1 | null | 2017-12-06T17:54:30 | 2017-12-06T17:10:49 | Java | UTF-8 | Java | false | false | 384 | java | package fr.aekys.aekbotdev.commands;
import net.dv8tion.jda.core.events.message.MessageReceivedEvent;
/**
* Creating by Aven at 06.12.2017
*
**/
public interface Command
{
public boolean called(String args[], MessageReceivedEvent event);
public void action(String args[], MessageReceivedEvent event);
pu... | [
"noreply@github.com"
] | noreply@github.com |
8b4af9a3823853ab280ee7caa8b0a2b582982367 | 361b3eaf507f271b5cedf900b199d9d2d791bb82 | /src/world/boss/slick/SlickRockDebris.java | 6494f598fee120f5a111f5d1cc2fe83bd8f52db0 | [] | no_license | hubol/2-desktop | cc4ad0368b7c3b43173664ec9daf3617777b7608 | 6946f6697cd19233655dbf8df0a5149c8ddd7be1 | refs/heads/master | 2022-11-29T05:33:52.003450 | 2020-07-24T15:12:29 | 2020-07-24T15:12:29 | 282,241,421 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 814 | java | package world.boss.slick;
import world.control.Sound;
import graphics.Sprite;
import main.Calc;
import main.Entity;
public class SlickRockDebris extends Entity{
public boolean fuck;
public SlickRockDebris(double x, double y) {
super(x, y);
sprite = Sprite.get("sSlickRockDebris");
imageSingle = (int)Calc.rand... | [
"hubol.gordon@gmail.com"
] | hubol.gordon@gmail.com |
1c0e767d60eedf4bceb9fae7fff0a0ed81fb8585 | 98d313cf373073d65f14b4870032e16e7d5466f0 | /gradle-open-labs/example/src/main/java/se/molybden/Class13350.java | 8fdabdf035f522006374b538ba7a6cdd63ff5224 | [] | no_license | Molybden/gradle-in-practice | 30ac1477cc248a90c50949791028bc1cb7104b28 | d7dcdecbb6d13d5b8f0ff4488740b64c3bbed5f3 | refs/heads/master | 2021-06-26T16:45:54.018388 | 2016-03-06T20:19:43 | 2016-03-06T20:19:43 | 24,554,562 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 110 | java |
public class Class13350{
public void callMe(){
System.out.println("called");
}
}
| [
"jocce.nilsson@gmail.com"
] | jocce.nilsson@gmail.com |
d546040ae3be8d2f0cf3f10e1b7f2e2b1e5263b1 | 904b4c1dc8f6ee419acbcf92c4308da79c231e77 | /src/main/java/com/neyas/spring5recipeapp/commands/NotesCommand.java | 82297b26008b46de2cc2133099cddc6b0609575b | [] | no_license | neyas/spring5-recipe-app | 0331f7b67a757cccd2d600965f1e827594080ef1 | 57e55bb38522605542c30e90306c66aa07059450 | refs/heads/master | 2020-03-19T05:05:55.390563 | 2018-06-06T17:31:38 | 2018-06-06T17:31:38 | 135,899,579 | 0 | 0 | null | 2018-06-06T17:31:39 | 2018-06-03T11:50:16 | Java | UTF-8 | Java | false | false | 242 | java | package com.neyas.spring5recipeapp.commands;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
@Getter
@Setter
@NoArgsConstructor
public class NotesCommand {
private Long id;
private String recipeNotes;
}
| [
"neyasanand@gmail.com"
] | neyasanand@gmail.com |
79528362dd1dab50e4200c53d034d4259c0d3320 | 3dba4508e25343a508102173715e269ea77ace3b | /src/SeleniumSessions/FrameHandling.java | df8daafccef6312c245c5760a472542c5ce150a9 | [] | no_license | parimalahc/JavaTrainingSessionRepo | a7e199c3c8a987434abbe78c38607529233483ac | 8a8f39f17a8d0f20f2a10d2c579d202b9d7bfa9f | refs/heads/master | 2020-06-12T01:12:02.330261 | 2019-06-26T20:21:20 | 2019-06-26T20:21:20 | 194,147,738 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,023 | java | package SeleniumSessions;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
public class FrameHandling {
public static void main(String[] args) throws InterruptedException {
System.setProperty("webdriver.c... | [
"parimalapawankumar@gmail.com"
] | parimalapawankumar@gmail.com |
0e15197b5f06f18f20fb831bf68a69848fa88ccf | 989ba8bd241b171a9bf7c3d985a62c6a5cd30591 | /src/main/java/org/fiware/apps/repository/model/ResourceFilter.java | 15ad65a72c8ffa40a656c13cbafdcedd3358bb1f | [
"BSD-3-Clause"
] | permissive | service-business-framework/Repository-RI | 17e22a96067ca8feb03bf2c48a37b2074e7f89d3 | 5dcd3ac78927fa98e96e14af9e35dad9eb346d56 | refs/heads/master | 2021-01-01T15:51:17.230772 | 2013-11-08T09:56:50 | 2013-11-08T09:56:50 | 6,793,252 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,244 | java | package org.fiware.apps.repository.model;
import java.util.regex.Pattern;
import com.mongodb.BasicDBObject;
public class ResourceFilter {
private int offset;
private int limit;
private String filter="";
public ResourceFilter(int offset, int limit, String filter) {
super();
this.offset = offset;
this.limit... | [
"D048888@QKAN00240246A.sap.corp"
] | D048888@QKAN00240246A.sap.corp |
4a62f172005c28854afc3deb6a5dd3e20057e845 | 3d6f3f5184849eee01bc45d1f20a357a36bea23d | /Stox 3 2/app/src/main/java/com/stox/data/TickFetcher.java | fad9da05e5a45c39a4a5569166186821a79fc650 | [] | no_license | ChristianC23/4900-Stox | 388ec8520058b23e7542a22386337309c19ed7e2 | 31bc9922b154dfb76513fcb788f0906d6f6d1beb | refs/heads/master | 2020-05-26T03:18:15.586190 | 2019-05-22T18:03:06 | 2019-05-22T18:03:06 | 188,088,791 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,556 | java | package com.stox.data;
import android.os.Process;
import android.util.Log;
import org.patriques.AlphaVantageConnector;
import org.patriques.TimeSeries;
import org.patriques.input.timeseries.Interval;
import org.patriques.input.timeseries.OutputSize;
import org.patriques.output.AlphaVantageException;
import org.patriq... | [
"noreply@github.com"
] | noreply@github.com |
2465385805a0d15bb29aec5673440e334099a69f | 3289fdc3374885ee2debb7fdda0fbb17c1f39f92 | /代码/ssm_exam/ssm_exam_web/src/main/java/com/itheima/controller/PermissionController.java | d269184aadb5fc28c13aa16c46628585039716fb | [] | no_license | ChunGeHu/repostoryTest1 | 80fad755af80d9572280249027dbeecc78c93935 | 3cfb8c95b7aa135a187861be29203b22a49b0e37 | refs/heads/master | 2020-07-06T17:36:46.901662 | 2019-08-19T03:12:04 | 2019-08-19T03:12:04 | 203,092,129 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,224 | java | package com.itheima.controller;
import com.itheima.domain.Permission;
import com.itheima.service.PermissionService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.Authentication;
import org.springframework.security.core.context.SecurityContext;
import org.spring... | [
"dizhichun@cug.edu.cn"
] | dizhichun@cug.edu.cn |
dd88dc08770a9d4040d79973fb861011569aee44 | 9507965cb7c50e863f80507641469e58b4736a8b | /src/Chp3_Stacks_and_Queues/Q6AnimalQueue.java | 83a264ee866374f241a165816f0d1d3f720e277a | [] | no_license | ShijiZ/Cracking_the_Coding_Interview | 79b2bf983321907c474e9886f70565460eb4a06c | a02be7d412ae9a1637bd17dd959ece3ad70d9527 | refs/heads/master | 2023-02-10T22:23:09.585336 | 2021-01-08T06:07:20 | 2021-01-08T06:07:20 | 208,915,168 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,327 | java | package Chp3_Stacks_and_Queues;
import java.util.LinkedList;
public class Q6AnimalQueue {
LinkedList<Dog> dogs = new LinkedList<>();
LinkedList<Cat> cats = new LinkedList<>();
private int order = 0;
public void enqueue(Animal a){
a.setOrder(order);
order++;
if (a instanceof D... | [
"zhaoshiji2016@gmail.com"
] | zhaoshiji2016@gmail.com |
72298a4dd8a16dc159ed9cd82f49d1e66bc8a98a | 30bde930a3290a6766551962302f4751bf985eb4 | /Prac_Server/app/src/main/java/com/jmdroid/prac_server/network/resmodel/ResBasic.java | 258c5b1b1351c560eaa0e8e8c1122b3e49d16416 | [] | no_license | jimin530/Prac_Android | adb4a3e4ba24982c171b48c2c65301f0db5cb873 | 61e2d8b3220dd8906e25c483926e3f853e4dc803 | refs/heads/master | 2021-03-24T13:43:34.445431 | 2017-09-21T11:47:05 | 2017-09-21T11:47:05 | 86,223,790 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 579 | java | package com.jmdroid.prac_server.network.resmodel;
/**
* Created by jimin on 2017-02-24.
*/
public class ResBasic {
String msg;
String code;
//ResError error;
public String getMsg() {
return msg;
}
public void setMsg(String msg) {
this.msg = msg;
}
public String ... | [
"jimin6407@naver.com"
] | jimin6407@naver.com |
be0611f7717809dac77f9dcef5f9f89b502a0046 | 914870faeaf77a610c37979ca61b137b1e89eade | /server/src/route/game/CommandsRoute.java | ba52a81444d5854b5fcc89cca0ccea613c8ebf3b | [] | no_license | film42/cs340-catan | 29dc98023d8ff21eda11991ac341bd8513f1a8ae | bb86f4162881cb26450176c73de1075bae0a6610 | refs/heads/master | 2016-09-11T02:33:12.083821 | 2014-04-14T20:16:51 | 2014-04-14T20:16:51 | 16,019,243 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,385 | java | package route.game;
import model.facade.GameFacade;
import model.facade.MoveFacade;
import route.CoreRoute;
import spark.Request;
import spark.Response;
import spark.Route;
/**
* Created by Jon George on 3/6/14.
*/
public class CommandsRoute extends CoreRoute {
private MoveFacade m_moveFacade;
... | [
"jgeorge@byu.edu"
] | jgeorge@byu.edu |
81e96bc375f4f4568e11902ec5ba7675da4fc1e0 | 7738a40c403f0e8342aa36475a6f152cf8a172aa | /app/src/main/java/com/abhidev/models/ShortTermCourse.java | 5a00fa6bc8a2ba2c44348920855bf3da441e329c | [] | no_license | rishabhjainj/AbhiDev | 33343755f5775ac71d6d202a5c77920dafe0c1ae | beb29c30b0889fb5053456a4c0923059e0fb6ab2 | refs/heads/master | 2022-02-26T09:29:34.390585 | 2019-09-17T08:26:27 | 2019-09-17T08:26:27 | 208,992,239 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,202 | java |
package com.abhidev.models;
public class ShortTermCourse {
private Integer id;
private Integer numLikes;
private String name;
private String image;
private Boolean userLiked;
private String offerredBy;
private String url;
private String description;
private String contact;
pri... | [
"parasjain.jain@outlook.com"
] | parasjain.jain@outlook.com |
4dfe5c2d06ddc13675aecff5aa4b54373a7f616f | 46a19ecc9f63b0099d08cf292cb71726ba690a1e | /jiggle/SteepestDescent.java | 02d8862f68da4726460d9c0e701ea80bf907e43a | [] | no_license | antfarmar/jiggle | 6672bf9ba2b8e4a36e6eb85c04294c3badb8d6a0 | 6dfe8c94b2a274f3499e49fe5d23519b5e8fd43f | refs/heads/master | 2021-05-27T21:10:21.242034 | 2014-02-09T01:18:16 | 2014-02-09T01:18:16 | 105,219,323 | 2 | 0 | null | 2017-09-29T02:11:37 | 2017-09-29T02:11:37 | null | UTF-8 | Java | false | false | 604 | java | package jiggle;
/* Class for method of steepest descent. */
public class SteepestDescent extends FirstOrderOptimizationProcedure{
public SteepestDescent (Graph g, ForceModel fm, double accuracy) {
super (g, fm, accuracy);
}
protected void computeDescentDirection () {
int n = graph.numberOfVertices... | [
"dtunkela@dtunkela-mn.linkedin.biz"
] | dtunkela@dtunkela-mn.linkedin.biz |
c6ec39fe83b87bb948ee432a08505dcb0e29666a | bd1a504efbaf0c6b85e5fc6a74b666ecf32294cf | /src/main/java/com/jackeroo/oauth/common/utils/RandImageUtil.java | d9a9b161e7f3ad072a2179f448d5c47c244f532e | [] | no_license | zhourenfei17/spring-boot-security-oauth | 65919cf184260df3a7009209089b9ace81335654 | a004b698b845eb0797e310dcc2f3cf5acd6a3fee | refs/heads/master | 2022-12-03T22:43:48.741888 | 2020-08-22T07:57:58 | 2020-08-22T07:57:58 | 288,407,645 | 3 | 4 | null | null | null | null | UTF-8 | Java | false | false | 4,568 | java | package com.jackeroo.oauth.common.utils;
import javax.imageio.ImageIO;
import javax.servlet.http.HttpServletResponse;
import java.awt.*;
import java.awt.image.BufferedImage;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.util.Base64;
import java.util.Random;
/**
* 登录验证码工具类
*/
public c... | [
"zhourenfei17@126.com"
] | zhourenfei17@126.com |
e3463d0148fb45b055eb99b1dc44c1e0ec60aba1 | 6d08e7dbabff98687f1007a4fcc3f8f155eb5ba1 | /src/actions/PublicAction.java | 554ca58f05212384fa9618b4ba27f5748f68c8bf | [] | no_license | Code-God/zysq | df1f7ff554b8648773603ec2548749d03e77284c | c7a6f08f889ae369cbb73ceca0d55c91e2a639a6 | refs/heads/master | 2020-03-21T12:34:34.764431 | 2018-06-25T07:43:13 | 2018-06-25T07:43:13 | 138,560,140 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 90,756 | java | package actions;
import java.io.File;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.UUID;
import javax.servlet.http.HttpServletRequest;
import model.GameReport;
import ... | [
"514774517@qq.com"
] | 514774517@qq.com |
b9b0888f2197921ea3823df8fc0c125c2fb4e674 | 5f507bc3497310c5debe085a2a82743c5e263ed3 | /base/src/test/java/de/n26/n26androidsamples/base/common/preconditions/PreconditionsTest.java | ef1039e41ec6a73bb0c448acd89fb3e56a9a0404 | [
"Apache-2.0"
] | permissive | hbnetBen/N26AndroidSamples | 0883d43690b1c6ea6965d849c42630c49b9d89a9 | edc9c90a9e43b72dee80b848fdb1e5e62005bc46 | refs/heads/master | 2020-04-02T06:09:24.008241 | 2017-09-12T10:02:08 | 2017-09-12T10:02:08 | 154,132,824 | 1 | 0 | NOASSERTION | 2018-10-22T11:36:37 | 2018-10-22T11:36:37 | null | UTF-8 | Java | false | false | 1,416 | java | package de.n26.n26androidsamples.base.common.preconditions;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.ExpectedException;
import static org.assertj.core.api.Assertions.assertThat;
public class PreconditionsTest {
@Rule
public ExpectedException thrown = ExpectedException.none();
... | [
"thomas.vanhelden@number26.de"
] | thomas.vanhelden@number26.de |
79b26ffa4645af2b9552d8425da8400934819889 | 217c52a593aa555bc33d09cb058cd66ddb0ec68e | /LibraryManagmentBeeHyvCaseStudyJwt[Backend_JAVA]/src/test/java/com/beehyv/demo/BookServiceTest.java | 9911ffb4f6cef021b1d422e76ccba4f7b84007b5 | [] | no_license | Sreejit-K/Library--Tracking-System-Angular-SpringBoot-Project | 3c517afc1e5c3f30d131715b2587ddc141cd7ae1 | dbe3af21da9e0d5d37284327d15f9b91718fa650 | refs/heads/master | 2023-03-24T03:41:24.417988 | 2021-03-25T15:30:27 | 2021-03-25T15:30:27 | 351,483,210 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,723 | java | package com.beehyv.demo;
import static org.junit.Assert.assertEquals;
import java.util.Optional;
import java.util.stream.Collectors;
import java.util.stream.Stream;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.TestMethodOrder;
import org.junit.jupiter.api.MethodOrderer.OrderAnnotation;
import org.... | [
"kanjarla.sreejit@gmail.com"
] | kanjarla.sreejit@gmail.com |
fdf5390863297171ace3170f354edcfb042a7ace | 3e8c365557763d021f67ceb20b5bec45ff530552 | /src/DungeonCrawl/HeroPowers/Sorcerer/ThunderSlam.java | 2469015e04b73b67eb139d1068dcef69c8615ccf | [] | no_license | Epasper/DungeonCrawl | 7b2124fb880f90251bc30169d29e7941c1cf95d7 | a106b4d6279bb3e50d277a6da5c75491708787e4 | refs/heads/master | 2023-04-27T21:50:41.785927 | 2019-08-07T07:56:17 | 2019-08-07T07:56:17 | 181,691,645 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,164 | java | package DungeonCrawl.HeroPowers.Sorcerer;
import DungeonCrawl.HeroPowers.HeroPower;
import DungeonCrawl.StaticRules.HeroClasses;
import DungeonCrawl.StaticRules.TypesOfPowers;
import DungeonCrawl.StaticRules.AttributeNames;
import DungeonCrawl.StaticRules.CreatureDefenses;
import DungeonCrawl.StaticRules.TypesOfActio... | [
"epasper@gmail.com"
] | epasper@gmail.com |
9289216ad85817a3eae33dbd88182c30d2ced066 | dd59639b4b47aa75d4fd450be68b05e9c2a3810c | /InfoSource/src/main/java/webframeapp/interfaces/RelateEntities.java | ad9fea78d7e335025b12427a8aad140f848cc5d8 | [] | no_license | sikza/ICTDTech | bcae8c1147e86afe334a7bfae752c33389819d8a | 7cf57a10baf908dd9698f31c0e6575b8cbc02b0d | refs/heads/master | 2021-09-20T13:49:37.181383 | 2018-08-10T06:36:27 | 2018-08-10T06:36:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,485 | java |
package webframeapp.interfaces;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for relateEntities complex type.
*
* <p>The following schema fragment specifies the expected content contained within th... | [
"masikisiki@gmail.com"
] | masikisiki@gmail.com |
f27839f477553eb44aa3f3f536b20ab17e4d42f6 | 5fb0e7082e5a3831d2096f59620600cdadc4508c | /src/com/trading/servlet/MakeTradeServlet.java | 5cf2cc1a36241c0845901632830d036df7ec3ac4 | [] | no_license | deep-lee/TradingPlatformWeb | 9347392d7385ae8282ce41be17059ed12a3eeee6 | a7f5671790545865b04b2ed54cc08c0e06a3a347 | refs/heads/master | 2021-01-15T10:35:06.317770 | 2017-08-08T13:19:39 | 2017-08-08T13:19:39 | 99,589,625 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,682 | java | package com.trading.servlet;
import java.io.IOException;
import java.sql.SQLException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.trad... | [
"1136855714@qq.com"
] | 1136855714@qq.com |
f77afc456bc5bcc4bc8c60299810b028f546cd45 | b4e122e0c0bf26397a7ca1348cbd4a78212d2de8 | /app/src/main/java/com/study/hotfixdemo/HotFix/LoadBugClass.java | 65f9102a13d7f93b0b0c6dfe46e2d82a58e50d03 | [] | no_license | hcgrady2/HotFixDemo | 5b1359d9fc5e869dece8ab361574667219e95b47 | 6bd3cd1bc5a92730f2fc3cd500cf3c13f88fe5cd | refs/heads/master | 2020-04-27T08:04:40.465257 | 2019-03-08T06:57:42 | 2019-03-08T06:57:42 | 174,158,229 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 238 | java | package com.study.hotfixdemo.HotFix;
/**
* Created by WenTong on 2019/3/8.
*/
public class LoadBugClass {
public String getBugString()
{
BugClass bugClass = new BugClass();
return bugClass.bug();
}
}
| [
"hcwang1024@163.com"
] | hcwang1024@163.com |
635f9dbf2b42dabe3fb5e31cdc09a8ce6e8c54dd | e799d9ac9a097af833d319c2aabdee38476a80e9 | /src/main/java/RestaurantService.java | 2dfd31bec31b1c68254f0876fcdcfc5fd43ee484 | [] | no_license | saivamsi96/C3_Project_Sai_Vamsi | 2a2c404e26ef37b69ee129d473a6450a63cb3f80 | a425f9ea697201cbfebcd020c8e0a52301f6ad58 | refs/heads/master | 2023-04-01T03:18:04.502901 | 2021-04-03T11:51:45 | 2021-04-03T11:51:45 | 354,272,979 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,209 | java | import java.time.LocalTime;
import java.util.ArrayList;
import java.util.List;
public class RestaurantService {
private static List<Restaurant> restaurants = new ArrayList<>();
public Restaurant findRestaurantByName(String restaurantName) throws restaurantNotFoundException {
//DELETE ABOVE STATEMENT... | [
"kvamsi96@gmail.com"
] | kvamsi96@gmail.com |
c81905e44ab8e02b8757b0ff20c662ab103f92ba | 7cf8860695d83086fb84cc5cd2e07695b41d309a | /src/main/java/org/zeroturnaround/jenkins/reporter/ReadTestReportHandler.java | 5aa92861898566eef0c1f73245354ea5db8b99f1 | [
"Apache-2.0"
] | permissive | vovan-/jenkins-reporter | 423420e0f0345edb7d2e82217e7e0aa1ac8528eb | 293e8897bac7a8990e34c013f84c45cc54b3af9b | refs/heads/master | 2020-03-17T10:38:08.429695 | 2015-12-05T13:26:10 | 2015-12-05T13:26:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,799 | java | package org.zeroturnaround.jenkins.reporter;
import org.xml.sax.Attributes;
import org.xml.sax.SAXException;
import org.xml.sax.helpers.DefaultHandler;
import org.zeroturnaround.jenkins.reporter.model.TestCase;
import org.zeroturnaround.jenkins.reporter.model.TestReport;
public final class ReadTestReportHandler exten... | [
"toomas@zeroturnaround.com"
] | toomas@zeroturnaround.com |
658880c63b01d8e244101431a8bcc2af4a4f3f9d | b202c4ca3b1c78d6ec280b87bf27880c4f720aa8 | /hookTest/mylibrary/src/com/lingcloud/apptrace/sdk/NetInfors.java | ee720cea73d3330290a5863ba0b38e58ece3d131 | [] | no_license | hetianlong0/hookTest | 01213f029561c5e4343501bb50faee9be3656ece | 8b675a0e17f69b4b4345592689dd5c676ea5583e | refs/heads/master | 2020-09-22T17:54:42.108818 | 2016-09-05T01:50:37 | 2016-09-05T01:50:37 | 66,046,285 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 154 | java | package com.lingcloud.apptrace.sdk;
public class NetInfors {
//获得本机IP地址
public String ip;
//获得网络类型
public String net_type;
}
| [
"htl_22@sohu.com"
] | htl_22@sohu.com |
cdd018a1329952de1a65907e2e5b4ef8079c642c | bbb8bacf0e8eac052de398d3e5d75da3ded226d2 | /emulator_dev/src/main/java/gr/codebb/arcadeflex/WIP/v037b7/mame/gfxobjC.java | 459bca9c97882869fd7675bef71b642246058e6a | [] | no_license | georgemoralis/arcadeflex-037b7-deprecated | f9ab8e08b2e8246c0e982f2cfa7ff73b695b1705 | 0777b9c5328e0dd55e2059795738538fd5c67259 | refs/heads/main | 2023-05-31T06:55:21.979527 | 2021-06-16T17:47:07 | 2021-06-16T17:47:07 | 326,236,655 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,417 | java | /*
* ported to 0.37b7
*/
package gr.codebb.arcadeflex.WIP.v037b7.mame;
public class gfxobjC {
/*TODO*///static struct gfx_object_list *first_object_list;
public static void gfxobj_init() {
/*TODO*/// first_object_list = 0;
}
public static void gfxobj_close() {
/*TODO*/// struct gfx... | [
"giorgosmrls@gmail.com"
] | giorgosmrls@gmail.com |
976c5c60e0e87e0bf3f8968dbf4caebdefc615ae | 21a66613cc7121e8527389fcef0e246b3dc7b382 | /Java/Basico/08 Arreglos de registros/01 Referencias a objetos/Referencias.java | 3876d2f80b220cf84b4036c55efd44e9ff63089f | [] | no_license | BarreraSlzr/Aprendiendo | 5e6efd535c636f53ca12e216bbc00742d41083e3 | e1b1032be30df797d4ae46705bc8df6d2e0f820a | refs/heads/master | 2021-07-14T07:54:03.861703 | 2017-10-18T18:17:32 | 2017-10-18T18:17:32 | 107,445,286 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 739 | java |
public class Referencias {
public static void main(String args[]){
Persona luis=new Persona();
Persona alberto;
luis.nombre="Luis Alberto";
luis.telefono=1234567;
alberto=luis;
System.out.println("Valores originales");
System.out.println("luis.nombre:"+luis.nombre+
", telefono:"+luis.tel... | [
"barreraslzr@gmail.com"
] | barreraslzr@gmail.com |
1f2da841fd092b59d1562f68576f5bbc9f08710e | a3e9de23131f569c1632c40e215c78e55a78289a | /alipay/alipay_sdk/src/main/java/com/alipay/api/domain/KoubeiRetailShopitemModifyModel.java | 4d156211a72f74843ff162f2ef46d63ea348b055 | [] | no_license | P79N6A/java_practice | 80886700ffd7c33c2e9f4b202af7bb29931bf03d | 4c7abb4cde75262a60e7b6d270206ee42bb57888 | refs/heads/master | 2020-04-14T19:55:52.365544 | 2019-01-04T07:39:40 | 2019-01-04T07:39:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,913 | java | package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* isv 回传的门店商品信更新接口
*
* @author auto create
* @since 1.0, 2017-04-14 18:08:34
*/
public class KoubeiRetailShopitemModifyModel extends AlipayObject {
private static final long serialVersionUID ... | [
"jiaojianjun1991@gmail.com"
] | jiaojianjun1991@gmail.com |
dde18b7cad888a3c9cadba312984b57ed8ac8a4d | 6ce3fd145b558e323c1ccfe00b87878b92b7c22a | /src/com/crazy/java006/polymorphism/inter/Circle.java | 60d014c0a4ac5b3827a3be0c5833a5122fbe126c | [] | no_license | liuxinjie123/crazy_java | e74ec974493089b859c2979da34a6ad346f2aaf6 | d66c63bdae02b88a50da41ce3ea20e10dc1eae81 | refs/heads/master | 2022-11-21T18:10:40.783775 | 2020-08-02T14:19:27 | 2020-08-02T14:19:27 | 268,749,973 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 273 | java | package com.crazy.java006.polymorphism.inter;
public class Circle implements Shape {
@Override
public void erase() {
System.out.println("erase a circle.");
}
@Override
public void drew() {
System.out.println("draw a circle.");
}
}
| [
"jackdream@163.com"
] | jackdream@163.com |
b7f60cce241852dc09c39ea35508951ccdf805bb | 4a6cc69db16aec71b8ac69abbe86ef427a71353e | /ebx/src/main/java/com/metservice/krypton/KryptonBitmap2Builder.java | 613e5675a487ccb00d2783f138c3638f5b15f094 | [] | no_license | craig-a-roach/geowx | 0532c1d4dbea383ad229200b208aaebbdbbe2b5d | 7cd7e2b7254f4a6b38762f4965dacb290f47bad1 | refs/heads/master | 2021-03-12T22:04:17.573558 | 2014-04-28T06:39:09 | 2014-04-28T06:39:09 | 9,379,471 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,396 | java | /*
* Copyright 2014 Meteorological Service of New Zealand Limited all rights reserved. No part of this work may be stored
* in a retrievable system, transmitted or reproduced in any way without the prior written permission of the
* Meteorological Service of New Zealand
*/
package com.metservice.krypton;
/**... | [
"roach@metservice.com"
] | roach@metservice.com |
6492dae184d8540d8c6aa6f163f1aba94a7cc32b | 25deabf0889e8550a0c6216c3fcd86b4cedca863 | /app/src/main/java/com/earaujo/usinglivedata/rest/model/Preview.java | 94fab5548416bfc00090912c3cb490d02a8a29ca | [] | no_license | esanchos/UsingLiveData | 5a293a019755759152d8400d921691adc13b13fb | ccdd0617d372f656a23e094c9093d02133145eab | refs/heads/master | 2020-04-05T15:25:53.635655 | 2018-11-12T12:23:04 | 2018-11-12T12:23:04 | 156,967,516 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 647 | java |
package com.earaujo.usinglivedata.rest.model;
import java.util.List;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class Preview {
@SerializedName("images")
@Expose
private List<Image> images = null;
@SerializedName("enabled")
@Expose
pr... | [
"earaujo@gmail.com"
] | earaujo@gmail.com |
fa531970fa5ae0bfbb43601742fdb9b6b710e8d4 | 3ce15dc0af4cf0cd62977fc93c8ac158e17a9526 | /src/soundsystem/SoundSystem.java | df5f1ac7cae6573460935d1f1f5437b2652f8e85 | [] | no_license | MosesEjim/SoundStreaming | 934bb973b7a29d76bc45e6a2c0636b10b5b186f1 | d32766788471b03c8bdd80fb14d9d251d85458cd | refs/heads/master | 2020-04-17T17:32:40.425930 | 2019-02-08T09:28:53 | 2019-02-08T09:28:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 699 | java |
package soundsystem;
import javafx.application.Application;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.stage.Stage;
public class SoundSystem extends Application {
public static Stage window;
@Override
public void start(Sta... | [
"CS LAB 4@192.168.137.63"
] | CS LAB 4@192.168.137.63 |
ab9ce1abf9e59e9915110d4d50b6e88f627d4366 | 91824d746654fe12881b4fc3b55c553aae0d22ac | /java/leetcode/restore_ip_addresses/Solution.java | 9aaff7bca6a22c9e7ab081a37758080970c24c9f | [
"Apache-2.0"
] | permissive | ckclark/leetcode | a1a173c67a36a3256b198f853fcd3d15aa5abbb7 | 844c6f18d06dcb397db76436e5f4b8ddcb1beddc | refs/heads/master | 2021-01-15T08:14:43.368516 | 2020-02-14T07:25:05 | 2020-02-14T07:30:10 | 42,386,911 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,357 | java | package leetcode.restore_ip_addresses;
import java.util.ArrayList;
public class Solution {
public static final int IP_BYTES = 4;
public void dfs(ArrayList<String> ans, char[] input, int offset, int length, int[] ipaddr, int depth){
if(offset == length && depth == IP_BYTES){
ans.add(ipaddr[0] + "." + ipaddr[1] ... | [
"clark.ck@gmail.com"
] | clark.ck@gmail.com |
347d3d26413fdf08ce8d45ac0b2773dae9f24e07 | ac55749807c464adf80ad92255c5bd5f3cb5104d | /holaspringhibernate/src/main/java/net/rodor/holaspringhibernate/test/TestTipoPermiso.java | 8fef74d9cacfb91601242ea740201c5d3d3099c3 | [] | no_license | jrodorgit/holaspringhibernate | f10c28c7c946ffae7e5be4b8c097f1adc21e2b95 | f8398fa7d38a2471ad7e52044057c72a7717056f | refs/heads/master | 2020-04-23T01:57:50.701446 | 2019-03-12T10:54:37 | 2019-03-12T10:54:37 | 170,830,130 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,318 | java | package net.rodor.holaspringhibernate.test;
import java.util.List;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import net.rodor.holaspringhibernate.dao.services.OIXXXService;
import net.rodor.holaspringhibernate.entity.Tipo... | [
"52535465S@DES-62396.trabajo.dom"
] | 52535465S@DES-62396.trabajo.dom |
5f6d00553c2a50a800fd1eb3c1c3551597360117 | 6a26b6b5d79d9929c063c234e6fac5851aa75357 | /app/src/androidTest/java/com/android/guidepage/ExampleInstrumentedTest.java | b065497cae28078fe738a05c2f19c8ea37fac659 | [
"Apache-2.0"
] | permissive | sure13/GuidePage | 346d4b824a03d2d71a173a6997c421f6c0de9705 | cf32b8e698e15375da351cd39aa83ab52d32d4eb | refs/heads/master | 2021-07-03T06:04:22.158332 | 2021-03-01T07:43:39 | 2021-03-01T07:43:39 | 225,838,132 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 758 | java | package com.android.guidepage;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on a... | [
"1182927134@qq.com"
] | 1182927134@qq.com |
b1e87749013b15052323166febe8df61ac5ac976 | 9f29054f738f8a454ab500f975174464c6759aad | /src/checkInf.java | 25eb212b6c016a6838fb3830b8cb0981671c3f1c | [] | no_license | qingsheng2016/Monopoly | 195bd6dc728419d58d13b78484fee023dda3ce41 | 5511b42a0d0642e1d3f0c222bbc6493c276ef5dd | refs/heads/master | 2021-01-09T06:15:14.694326 | 2016-06-07T09:28:45 | 2016-06-07T09:28:45 | 60,534,737 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,044 | java | import java.util.Scanner;
/**
* Created by dell on 2016/4/26.
*/
public class checkInf {
public void check(Person person,Map map){
Scanner scanner = new Scanner(System.in);
System.out.println("请输入您想查询的点与您相差的步数(后方用负数)");
int number = scanner.nextInt();
int temp=number+person.step;
... | [
"weina1996@hotmail.com"
] | weina1996@hotmail.com |
1e1f3b771ba1a77d728dfdb65d7b1ddfc0b4569d | b99c3c1b295ee60d025220bc5f4f01ee1ba8c732 | /app/src/test/java/cn/jr1/msghook/ExampleUnitTest.java | 68d592c2bc47a11fec294b765e68fbf631a793bd | [] | no_license | Sawyer-zh/msghook | 031441134dc88179e814790e9b4db85401b1202c | dfcdc5cd7edd24af37e33cf9486e6d2b2ed11c56 | refs/heads/master | 2020-04-09T07:03:43.356299 | 2018-12-29T16:20:39 | 2018-12-29T16:20:39 | 160,138,868 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 408 | java | package cn.jr1.msghook;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public... | [
"254091355@qq.com"
] | 254091355@qq.com |
a761334c3c21954f5b015305eebf1dcf941e7841 | a6572d3b5070407481419962c20fa2a0316a38b8 | /day_05/practice_memberManagement/app/src/main/java/com/tje/practice_membermanagement/MemberRecyclerViewAdapter.java | c52193c10f872bbe87ad173e22d6353e9cd9bebe | [] | no_license | shsewonitw/study_android | 4e19a30022012e61ba0a8d26a2e631676915c136 | f53ef709de7e1a27dc5b4e1b1f26db0c5abf78c6 | refs/heads/master | 2020-07-04T15:29:19.833671 | 2019-08-21T08:05:09 | 2019-08-21T08:05:09 | 202,324,838 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,657 | java | package com.tje.practice_membermanagement;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
public class MemberRecyclerViewAdapter extends RecyclerView.Ada... | [
"shsewonitw@gmail.com"
] | shsewonitw@gmail.com |
21bc29f765e77d450add40dc2befaf80c031fe07 | fc63affc8750dc3d2e22840f4dbc4606094769ff | /src/sample/ZooShopPet/MainZoo.java | 1be83c8db8be41a46b900427efd8a8c2ab6002bc | [] | no_license | evoskoboeva/FX_Practice_25032021_ZooShopPet | 354370a52dc0f449dd637d20bffcf8504e84b7a8 | d6c1e3dab8bda86b659df0f9adf4f69a76000fad | refs/heads/master | 2023-03-26T09:23:21.541744 | 2021-03-26T23:16:52 | 2021-03-26T23:16:52 | 351,640,103 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 710 | java | package sample.ZooShopPet;
import java.time.LocalDate;
public class MainZoo {
public static void main(String[] args) {
Cat cat = new Cat("Kot", LocalDate.of(2011,02,15),100,
LocalDate.of(2021, 03, 12), "long","www");
System.out.println(cat);
Dog dog = new Dog(200,LocalDate.of(201... | [
"GITHUB evoskoboeva@tango.com.ua"
] | GITHUB evoskoboeva@tango.com.ua |
aae6f28653bf31ce1881313845d0283cce09e721 | 50b1ebb57dac9221915d563eae372a3337ae2ad0 | /src/main/java/pugz/omni/client/render/OmniChestTileEntityRenderer.java | 54209ec9cab3080b18d64e03572f80e3a38a8f38 | [
"MIT"
] | permissive | wchen1990/Omni | 52f1c41b0c942a504219e8e312e61066d8b1fdc5 | 4d40caa1e9a9f5fa377ad43858dcc9feca32b13f | refs/heads/main | 2023-02-08T20:56:58.965316 | 2021-01-04T04:44:08 | 2021-01-04T04:44:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,064 | java | package pugz.omni.client.render;
import com.mojang.blaze3d.matrix.MatrixStack;
import com.mojang.blaze3d.vertex.IVertexBuilder;
import it.unimi.dsi.fastutil.floats.Float2FloatFunction;
import it.unimi.dsi.fastutil.ints.Int2IntFunction;
import net.minecraft.block.*;
import net.minecraft.client.renderer.Atlases;
import ... | [
"pugzfordayz132@gmail.com"
] | pugzfordayz132@gmail.com |
133156855fe967db6f8eb2b5d324c2bba4cf0a08 | acb5bc351d52b218b70773238617f912e84a61eb | /tika-ner-grobid/src/test/java/org/apache/tika/parser/ner/grobid/GrobidNERecogniserTest.java | 0982ef58f4e675509811d0b383b96722dfba5f55 | [] | no_license | sandeepkulkarni/Evaluating-Polar-Dynamic-DataSet | bc343833982cc867dbe912c75d53acd4d96fbeae | ae3a496089d46ce4de3f6c74671b999ae905f47a | refs/heads/master | 2021-01-18T02:24:19.201676 | 2016-05-08T03:59:12 | 2016-05-08T03:59:12 | 55,752,908 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,600 | 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 owlocationNameEntitieship.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "Lic... | [
"aravindram.n@gmail.com"
] | aravindram.n@gmail.com |
ae0ab6a2d05a7fe0edf1f443e480773101c83491 | 0cf473af136e6cbb6436e089088c99c2d36da0f2 | /app/src/main/java/c/example/mainscreen/MainActivity.java | b87070e1434fb88a8366f451406dfe5b18b82cd6 | [] | no_license | HewMunHon/mainscreen | 0174ad02f7f23bad3a80867d0417a89544c2dfe0 | 60ac6798dc666de2082ba7752454f59e35882aca | refs/heads/master | 2022-12-11T02:07:51.893126 | 2020-09-13T09:44:21 | 2020-09-13T09:44:21 | 293,209,106 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,392 | java | package c.example.mainscreen;
import androidx.appcompat.app.AppCompatActivity;
import androidx.fragment.app.Fragment;
import androidx.fragment.app.FragmentManager;
import androidx.fragment.app.FragmentPagerAdapter;
import androidx.viewpager.widget.ViewPager;
import android.content.Intent;
import android.os.Bundle;
im... | [
"hewmh-wm19@student.tarc.edu.my"
] | hewmh-wm19@student.tarc.edu.my |
1306b16743755c86238d8246623c401513a0c1c9 | 88b87e60afb4878d742dd10d00f22dac8e0013c2 | /src/main/java/com/dunya/stakechannel/accounts/model/TotalBill.java | 93e9c028cd87966ae9936971f122fb65af96b68d | [] | no_license | pranaysahota/mongodb-api-account-service | 092a4d3ede86105ff693aa0e9d7ed9861c1b311c | c2f9893f3f679fc9e0776901b3aeba40d64968d0 | refs/heads/master | 2020-04-01T01:21:03.808004 | 2018-10-12T10:32:38 | 2018-10-12T10:32:38 | 152,734,736 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,960 | java | package com.dunya.stakechannel.accounts.model;
import java.math.BigDecimal;
import java.util.List;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.fasterxml.jackson.annotation.JsonProperty;
public class TotalBill {
@JsonProperty("account_name")
private String accountName;
@JsonProperty("total_cpu_b... | [
"pranay.sahota@dunyalabs.io"
] | pranay.sahota@dunyalabs.io |
deb6f370daff383dbb8e95005d02f6e4005cab2c | e1e5bd6b116e71a60040ec1e1642289217d527b0 | /H5/L2_Scripts_com/L2_Scripts_Revision_20720_2268/src/l2s/gameserver/model/entity/events/actions/IfElseAction.java | c7a19e6951b682db4d56dc724c2d8fe3a556459b | [] | no_license | serk123/L2jOpenSource | 6d6e1988a421763a9467bba0e4ac1fe3796b34b3 | 603e784e5f58f7fd07b01f6282218e8492f7090b | refs/heads/master | 2023-03-18T01:51:23.867273 | 2020-04-23T10:44:41 | 2020-04-23T10:44:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 958 | java | package l2s.gameserver.model.entity.events.actions;
import java.util.Collections;
import java.util.List;
import l2s.gameserver.model.entity.events.EventAction;
import l2s.gameserver.model.entity.events.Event;
/**
* @author VISTALL
* @date 8:38/05.03.2011
*/
public class IfElseAction implements EventAction
{
priv... | [
"64197706+L2jOpenSource@users.noreply.github.com"
] | 64197706+L2jOpenSource@users.noreply.github.com |
8ff33007b5d73cee3819e2a39f384657007f556f | 3296534591d3613d10275d481294e27ab9eb9cad | /JavaClassContents/src/week2/day5/ThreadTest.java | aa81e92513194acd78719c9ce14a5b5dce413f8a | [] | no_license | rycbr124/practice | d8729cfd5d07b38dbd28ca68578d3bddcdddc978 | e0df0ad1a564da93e3ff12596fe4d1a4ac3464d9 | refs/heads/master | 2022-12-20T13:38:33.313113 | 2020-02-02T05:47:08 | 2020-02-02T05:47:08 | 237,722,459 | 0 | 0 | null | 2022-12-16T01:02:18 | 2020-02-02T05:17:30 | Java | UTF-8 | Java | false | false | 842 | java | //package week2.day5;
//
//class ThreadB extends Thread{
// int total;
//
// public void run() {
// synchronized(this){
// for(int i=0;i<5;i++) {
// System.out.println(i+"를 더합니다.");
// total+=i;
// try {
// Thread.sleep(500);
// }catch (InterruptedException en) {
// en.printStackTra... | [
"rycbr124@gmail.com"
] | rycbr124@gmail.com |
739969fa94dbf9189f355538726afb8dd3a0ee1f | ab54e9d298c15a2bf4767c02e590c13184808786 | /src/cz/tul/cc/db/DBSort.java | 58a8966e73f4b7e23248f5cb781915bf30332268 | [] | no_license | vojtaw/krivky_clanek | e3f80cc28dd89f85acc2b96d2bd1097dd0c696bb | ca9ed1837d40cce505856643df4cfdc9644dfd2b | refs/heads/master | 2021-01-15T10:50:49.867823 | 2016-01-18T13:03:00 | 2016-01-18T13:03:00 | 27,908,780 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,356 | java | package cz.tul.cc.db;
import java.util.LinkedHashMap;
import java.util.Map;
/**
*
* @author ikopetschke
*/
public class DBSort {
/**
* vnintrni trida reprezentujici jednu polozku sortu
*/
public class Sort {
private DBFieldsEnum field;
private SortTypeEnum sortType;
... | [
"vojtech.wrnata@tul.cz"
] | vojtech.wrnata@tul.cz |
5915d10d352bd755433c56add60ad9d007c06d09 | 55198905555db7de06a5ed6e743b9087560ee82e | /PlayerLib/VideoSurface/src/main/java/com/yc/videosurface/MeasureHelper.java | 1f90c8853f538f6e452c56c85aa48f4420f52464 | [
"Apache-2.0"
] | permissive | Mario0o/LifeHelper | c68ebe76e50283403587558dfdfdddd418667943 | 83c22ffbd61186aa86d29a325755e5f796d1e117 | refs/heads/master | 2023-08-17T05:49:25.116555 | 2023-08-14T23:51:17 | 2023-08-14T23:51:17 | 190,854,495 | 0 | 0 | null | 2023-08-15T08:02:23 | 2019-06-08T06:37:35 | Java | UTF-8 | Java | false | false | 5,573 | java | /*
Copyright 2017 yangchong211(github.com/yangchong211)
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... | [
"yangchong211@163.com"
] | yangchong211@163.com |
aa289f2f311759653bf521274589d375c90f8d90 | 4c5e190a9eb4925d5ef4be5f9e7f69f2bae8a9c0 | /Utils/cleansdk/src/main/java/com/clean/spaceplus/cleansdk/boost/engine/data/IPhoneMemoryInfo.java | eccdd41a4f6c9fee61a1ef5539d39bee2b7b052e | [] | no_license | SteamedBunZL/AndroidUtils | 5bb4346a373b0ef3deace4d7ad69e9deeca90ab2 | 31f9b630f5b67d8608a6b5bfc6caee4cd3c045ee | refs/heads/master | 2020-09-18T05:34:36.300027 | 2018-06-05T06:24:57 | 2018-06-05T06:24:57 | 66,835,083 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,118 | java | package com.clean.spaceplus.cleansdk.boost.engine.data;
import android.os.Parcelable;
/**
* @author zengtao.kuang
* @Description: 手机内存信息接口
* @date 2016/4/6 14:27
* @copyright TCL-MIG
*/
public interface IPhoneMemoryInfo extends Parcelable {
/**
* 当前数据是真实内存值
* */
int STATE_REAL_DATA = 1;
/... | [
"stevezhang@tcl.com"
] | stevezhang@tcl.com |
7330e726a481081e2ef530dcfea4932a3b8b9402 | c0436fd4484d0a87862950e204a94c233e0c086a | /src/lib/ui/factories/SearchPageObjectFactory.java | 794a34933a9ce7f2ec4d34657e2b5849589f2ca5 | [] | no_license | tankisleva/JavaAppiumAutomation | 7ce538e659148c784b50cb4ccf1ba530776c4e4f | b09b3bbd4f8f433441138c4fedd5660f37527385 | refs/heads/master | 2020-05-09T18:45:20.626439 | 2019-06-08T09:51:29 | 2019-06-08T09:51:29 | 181,353,851 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 696 | java | package lib.ui.factories;
import io.appium.java_client.AppiumDriver;
import lib.Platform;
import lib.ui.SearchPageObject;
import lib.ui.android.AndroidSearhPageObject;
import lib.ui.ios.IOSSearchPageObject;
import lib.ui.mobile_web.MwSearchPageObject;
import org.openqa.selenium.remote.RemoteWebDriver;
public class Se... | [
"prostooleg1@gmail.com"
] | prostooleg1@gmail.com |
9b5b26ad4322d9330c9bbf6196403a0bcbc7cefb | bdb883715afbf8ea5675d08916a640ed1813707d | /ld-oai/src/main/java/pt/ist/oai/harvester/cmd/GetRecordCmd.java | 6f9203e2f6b2cff4b43ee3c1caf80f12168dd3a1 | [] | no_license | SrishtiSingh-eu/europeana_ld | a6cdb9bc9df082d27e80e3763a3acac05bc810b9 | 1da7b8b6be98483ea5eac8a0d3e89d54200510e8 | refs/heads/master | 2020-09-10T14:23:40.002285 | 2018-11-30T16:23:00 | 2018-11-30T16:23:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,611 | java | package pt.ist.oai.harvester.cmd;
import java.io.*;
import java.util.*;
import javax.xml.transform.stream.*;
import org.apache.commons.cli.*;
import pt.ist.oai.harvester.*;
import pt.ist.oai.harvester.model.*;
import pt.ist.oai.harvester.model.rw.*;
import static pt.ist.oai.harvester.cmd.HarvesterConfigs.*;
publi... | [
"hugo.manguinhas@europeana.eu"
] | hugo.manguinhas@europeana.eu |
6709ad13f354f6f2d93727bd8fb7e28422ba6783 | e4b922044dc46fda6508952246d1a217b25aee18 | /mailer/src/main/java/gr/athenarc/n4160/mailer/mailEntities/CancelBudgetEmailEntity.java | 837cf8988872bf16c7c8feb2bf42bce56bb1a564 | [] | no_license | madgeek-arc/arc-expenses-n4160 | 35d6696d8ec1f15ba775bc064b380d0851598ca1 | 571bd0ced490e5bf1f287b9b47b06d3e79452940 | refs/heads/master | 2022-11-25T08:52:18.532242 | 2019-12-05T12:24:06 | 2019-12-05T12:24:06 | 190,744,543 | 0 | 0 | null | 2022-11-16T11:47:23 | 2019-06-07T13:04:18 | Java | UTF-8 | Java | false | false | 1,160 | java | package gr.athenarc.n4160.mailer.mailEntities;
public class CancelBudgetEmailEntity {
private String request_id;
private String project_acronym;
private String creation_date;
private String url;
public CancelBudgetEmailEntity(String request_id, String project_acronym, String creation_date, String... | [
"jdiplas@gmail.com"
] | jdiplas@gmail.com |
62af052b899690c4d88fa3c8fae1c45558a2a8e3 | 83ba85f9ff5af0e814f22259b5ad8547708a493e | /pmp-android/Webservices/InfoApp-CommunicationLib/src/de/unistuttgart/ipvs/pmp/infoapp/graphs/UrlBuilder.java | 6bc3224fda4bbf2dea4ab05e0401f7e7e98bafab | [
"Apache-2.0"
] | permissive | pmp-android/pmp-android | bf66778eecc66b43452c5fdceddb69975d67ec17 | 34456120e8a8aa3b58e9dd6befb4ea2fd7e6fc53 | refs/heads/master | 2021-01-02T22:57:46.301284 | 2012-06-10T21:09:03 | 2012-06-10T21:09:03 | 32,090,593 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,924 | java | /*
* Copyright 2012 pmp-android development team
* Project: InfoApp-CommunicationLib
* Project-Site: http://code.google.com/p/pmp-android/
*
* ---------------------------------------------------------------------
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use thi... | [
"patrick.strobel.swt@gmail.com"
] | patrick.strobel.swt@gmail.com |
d3ddc3458fed5c68df9c26a170dfbf80e6c2cda4 | fea42c69863dbd85ab894e62310e91a013bd2277 | /src/main/java/com/github/sinsinpub/doc/hint/SPI.java | 191797a2579030ab0bd56d9b7c8aa8bc23cdba46 | [
"Apache-2.0"
] | permissive | sinsinpub/doc-share | f8783ca2946b286a6b05270e2e3f22d8677a8822 | ff65c6c626d53174fdb52edccc780be1af6218a3 | refs/heads/master | 2021-01-10T03:22:39.458888 | 2016-03-11T06:17:35 | 2016-03-11T06:17:35 | 43,936,461 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,368 | 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")... | [
"sinsinpub@gmail.com"
] | sinsinpub@gmail.com |
a90016508e316d193ee11daacf00b1cf08a43f68 | 2b1a19030c67079291deedd94a5d1bcb5400f050 | /gen/com/example/sailsandroid/BuildConfig.java | 0c08c273797df30811e85dcc70e943f87ced804d | [] | no_license | PBRT/Sails-Android-Native | bfb6c99b4ad204ba54aa0e00ecffdc0541041d02 | da7ea323e47a48aadbdf295cb1aba58f1b677885 | refs/heads/master | 2021-01-19T09:25:20.526319 | 2014-05-20T20:45:00 | 2014-05-20T20:45:00 | 19,996,478 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 166 | java | /** Automatically generated file. DO NOT MODIFY */
package com.example.sailsandroid;
public final class BuildConfig {
public final static boolean DEBUG = true;
} | [
"beardpierre@gmail.com"
] | beardpierre@gmail.com |
6b8a503153c286dffc906fa77f382322c45afe50 | dcfb6e88efe38fd32b80ff33c1049dbcaa453cac | /TeamCode/src/main/java/org/baconeers/Tasks/TankDriveTask.java | a56277cd7c3f5f89476f1e2a67c45c96f7d81af5 | [
"BSD-3-Clause"
] | permissive | Paladins-of-St-Pauls/SkyStone | efbb3a7649c2f7b1639acc815c0ac5245a9ca521 | 007e5d38aabe5394f0cb43485c489fec8c42da7d | refs/heads/master | 2023-05-03T04:45:52.518372 | 2021-06-03T09:36:47 | 2021-06-03T09:36:47 | 271,449,600 | 0 | 0 | null | 2020-06-11T04:16:50 | 2020-06-11T04:16:50 | null | UTF-8 | Java | false | false | 936 | java | package org.baconeers.Tasks;
import org.baconeers.SkystoneDrive.NormalisedMecanumDrive;
import org.baconeers.common.BaconOpMode;
import org.baconeers.common.TankDrive;
public class TankDriveTask extends BaseTask implements Task {
private final TankDrive drive;
private final double leftSpeed;
private fina... | [
"24555386+calebrodgers@users.noreply.github.com"
] | 24555386+calebrodgers@users.noreply.github.com |
bdaab3216c1ba7396da0a998ecd493d266413261 | 838b89d8aab2c11ea0f0f52515e7d50b7e7045de | /src/main/java/com/example/bmicalculator/Analyse.java | 77ba05ad99b138925dbab4202ab1e6667bc8c9ba | [] | no_license | SaaraInkinen/Application_Inkinen_Pakarinen | 2a28108e0644ca33e6004cb06ee8e699e9ebf057 | 9c9c6bb6ac1b7fc442a509ba876670df0dbc5cd2 | refs/heads/main | 2023-04-23T00:21:10.748168 | 2021-05-07T10:39:36 | 2021-05-07T10:39:36 | 361,422,026 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,049 | java | package com.example.bmicalculator;
public class Analyse {
public static String analysis(String bmi) {
float BMI = Float.valueOf(bmi);
String analyse;
if (BMI < 16.0) {
analyse = "it is considered severely thin";
} else if (BMI >= 16 && BMI <= 17) {
... | [
"noreply@github.com"
] | noreply@github.com |
9f778e18dd597ff143230bc4e7106e1d97c0855d | 9d053772b771c32047c3eb9818d59e35ab9cfa99 | /src/edu/iu/grid/oim/servlet/MetricServlet.java | bfa230ae1f91aa97b215efc7718888da6f90a8ac | [
"Apache-2.0"
] | permissive | opensciencegrid/oim | 8451e1a80f367c7be74cbd26f9b5d33739bca96f | f46d835f3c0f6898817d69be91fb054b713ffaf7 | refs/heads/master | 2021-01-24T06:17:47.675362 | 2018-05-01T19:38:24 | 2018-05-01T19:38:24 | 21,243,262 | 0 | 3 | null | 2016-11-01T19:50:49 | 2014-06-26T14:21:28 | Java | UTF-8 | Java | false | false | 5,401 | java | package edu.iu.grid.oim.servlet;
import java.io.IOException;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.Set;
import javax.servlet.Servlet;
import javax.servlet.ServletException;
import javax.s... | [
"hayashis@soichi7.ppa.iu.edu"
] | hayashis@soichi7.ppa.iu.edu |
1fccc58b13b3c7f78af3a8313cd37db06959ee00 | 3d73db4a7c9a81a2ea614a05a342be50ba0502f9 | /project/src/test/java/junit5/Test2.java | 4bd20020697fb79c66a22f1c614522f17180a49b | [] | no_license | Ummnaa/javatest | 5455314dbfd162869a05e0109eed187dda41e0f3 | 26b3eb48ac998b4473ff4779f753f30b443975e1 | refs/heads/master | 2023-07-17T22:45:58.616542 | 2021-09-03T01:31:27 | 2021-09-03T01:31:27 | 402,609,162 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 850 | java | package junit5;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assumptions.assumeTrue;
import org.junit.jupiter.api.Test;
public class Test2 {
/*
Assertions : 성공/실패 검증
- assertEquals(a,b) : a와 b가 같은지 검증
- assertTrue(a) : a가 true인지 검증
- assertFalse(b) : false인... | [
"ummnaa@211.250.112.138"
] | ummnaa@211.250.112.138 |
56be80397ff96f83703e52222e8ec9d1cbc6504b | ab2fd960a295be52786b8d9394a7fd63e379b340 | /dao/src/test/java/org/thingsboard/server/dao/service/BaseDeviceServiceTest.java | c925902f6fb1dfc3cff77819d630eb9715bf365a | [
"Apache-2.0"
] | permissive | ltcong1411/SmartDeviceFrameworkV2 | 654f7460baa00d8acbc483dddf46b62ce6657eea | 6f1bbbf3a2a15d5c0527e68feebea370967bce8a | refs/heads/master | 2020-04-22T02:46:44.240516 | 2019-02-25T08:19:43 | 2019-02-25T08:19:43 | 170,062,547 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 27,258 | java | /**
* Copyright © 2016-2019 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by... | [
"ltcong1411@gmail.com"
] | ltcong1411@gmail.com |
6093db47a4bbcddb0d88695d16511e014cfc9260 | 3f00542fe73c21cd1364bbbd85c5c885537a82c7 | /src/user_reg.java | b8035960040b531ad7adf4faac75f01733e98522 | [] | no_license | juvs98/juvs | 78f5cec0b8a9a49566ec27eb6e77a517d1e9cc04 | 7419e888e200abac79a82bbe64fcf33f476b9ed7 | refs/heads/master | 2020-07-22T05:51:22.129144 | 2019-09-08T09:58:35 | 2019-09-08T09:58:35 | 207,092,733 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,187 | java |
import javax.swing.JOptionPane;
/*
* 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.
*/
/**
*
* @author hp
*/
public class user_reg extends javax.swing.JFrame {
registration r =... | [
"hp@Traci"
] | hp@Traci |
03473648a5a97c57ad80a659b973a99697e40808 | f24dc586b9be071e80931bb614f40bdcebe74781 | /src/com/example/activity/LinearLayoutActivity.java | fc5681fc7e6da7f47bba895d2fd972bb6241f2f1 | [] | no_license | handezhao/MyTest | df39cd40debbc10b9ccbe4875afe4b2084394922 | c28cc3a6bc02fb82312c41ad6d9108c9d9250349 | refs/heads/master | 2020-04-12T08:14:17.996079 | 2017-04-21T11:34:56 | 2017-04-21T11:34:56 | 64,116,600 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 306 | java | package com.example.activity;
import com.example.mytest.R;
import android.os.Bundle;
public class LinearLayoutActivity extends BaseActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_linearlayout);
}
}
| [
"handezhao@yahoo.com"
] | handezhao@yahoo.com |
b47fd6d6a79d479779f536382bf39a474cbb4e2a | f755fea078eef901ad92f5107799eea7c4d82e3b | /app/src/main/java/com/template/design/IPC/Messenger/MessengerService.java | 69913120f289ea7cb172e78bcdab7348d86bcf2a | [] | no_license | wkboys/DesignAndIPC | 4f613b7538b8367fd4b7c82dc6f7f2edfedfd736 | 4268a01cf7d287e063396d6154e1b45e352f8247 | refs/heads/master | 2023-02-22T17:29:13.897826 | 2021-01-25T07:53:40 | 2021-01-25T07:53:40 | 331,824,601 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,637 | java | package com.template.design.IPC.Messenger;
import android.annotation.SuppressLint;
import android.app.Service;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.os.IBinder;
import android.os.Message;
import android.os.Messenger;
import android.os.RemoteException;
import... | [
"wangyu@pdmi.com"
] | wangyu@pdmi.com |
8c65f94b189c275884605ddf3b2928b3f54c2981 | c6c8cfe846284bba92e0874b5bb4305a9aca4c6f | /src/main/java/com/laamella/bitmask/BitmaskModifier.java | 16001d8f4274adccb4934199633f85fb2a42cf66 | [] | no_license | gitter-badger/bitmask | 2311d0bfc45d12c6e3e5e476cde40e601ef6727b | 63e280d8835f13d7c99b5dd0f60bb28b94d9228a | refs/heads/master | 2021-01-15T17:59:48.742886 | 2016-01-27T12:14:32 | 2016-01-27T12:14:32 | 50,590,798 | 0 | 0 | null | 2016-01-28T15:05:40 | 2016-01-28T15:05:38 | Java | UTF-8 | Java | false | false | 4,628 | java | package com.laamella.bitmask;
import java.awt.geom.Dimension2D;
import java.awt.geom.Point2D;
/**
* Various drawing tools that were separated from Bitmask to prevent bloat.
*/
public final class BitmaskModifier {
private BitmaskModifier() {
// can't instantiate
}
private static final int AND = 0;
private sta... | [
"danny@werklaptop.(none)"
] | danny@werklaptop.(none) |
62f84809b9841b588ecfcd0c51da0527452bb384 | 03f609ca4950205204fda660c3db9c8c3e6ad448 | /algorithm/src/main/java/cn/edu/wj/sign/DESedeCoder.java | 148ef2cda8e9393099286770531a8af4d4de787f | [] | no_license | wujianlovewy/dubbo-study | 545fcdd71c188c5f490d3a4c480713dfab4867d1 | a7e2d92f1d3d47a542f923c89ae21bfe6367e4a0 | refs/heads/master | 2021-01-15T16:10:14.113534 | 2018-03-30T08:48:37 | 2018-03-30T08:48:37 | 99,710,348 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 2,877 | java | package cn.edu.wj.sign;
import java.security.Key;
import javax.crypto.Cipher;
import javax.crypto.KeyGenerator;
import javax.crypto.SecretKey;
import javax.crypto.SecretKeyFactory;
import javax.crypto.spec.DESedeKeySpec;
import org.apache.commons.codec.binary.Base64;
public class DESedeCoder {
/**
... | [
"jwu@wujian.handpay.com.cn"
] | jwu@wujian.handpay.com.cn |
74f23004d897da9555b86e5da632e8d355ae9951 | e5fdd57b9e77c61a506e64ecfb78d04fc008260c | /app/src/androidTest/java/com/example/reservasdeportivas/ExampleInstrumentedTest.java | b35630e93c3f0dc9e93889d0fdd285c74a766623 | [] | no_license | johnhenao10/ReservasDeportivas | 90bc1aab4243a393ce7fbf19b4e1810779d98d60 | b37a1c2679d240ca5db48969d89ddba06bba8456 | refs/heads/master | 2023-09-04T10:41:34.876074 | 2021-10-16T17:24:35 | 2021-10-16T17:24:35 | 416,586,949 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 774 | java | package com.example.reservasdeportivas;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will exe... | [
"john.alvarez@correounivalle.edu.co"
] | john.alvarez@correounivalle.edu.co |
8a3a3a6cc33b0d5b431c87f638c08fb6e40afb43 | f7c0d1659a8008c2456ee4c0541501735f030232 | /src/main/java/com/insight/web/controller/WelcomeController.java | 633df33fe907a76b1b8226de90488c396c38af15 | [] | no_license | lovjitbedi/Server | 81677a788c4d45561a33201a5c1c5d3a4ead10c4 | e612a6b8d3d50d900431105b1d6b9dd220b94227 | refs/heads/master | 2020-07-04T18:57:34.816619 | 2016-01-26T19:20:15 | 2016-01-26T19:20:28 | 50,452,599 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 531 | java | package com.insight.web.controller;
import java.security.Principal;
import javax.servlet.http.HttpServletRequest;
import org.json.JSONObject;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframewor... | [
"lovjit.bedi@insightplm.com"
] | lovjit.bedi@insightplm.com |
5b90266dae538091bc1cce1ff42c2071df3e3ad3 | 4f1b3b797feb068c81f3dac97d7b84872185c919 | /smart_student/src/main/java/org/seusl/dto/email/EmailConfigurationImpl.java | 5e04236990cb7667a891a19c8a83bbb1ec942375 | [] | no_license | jmhmjayamaha/Student-Management-System | c9553e65346a693bab92429a2711ab5d9d32e3e0 | 1b0eabe43e03d88d62566026c36397954049de1c | refs/heads/master | 2021-01-13T04:35:54.595398 | 2017-03-18T15:50:53 | 2017-03-18T15:50:53 | 79,515,602 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,745 | java | package org.seusl.dto.email;
import java.util.Properties;
import javax.mail.Message;
import javax.mail.MessagingException;
import javax.mail.PasswordAuthentication;
import javax.mail.Session;
import javax.mail.Transport;
import javax.mail.internet.InternetAddress;
import javax.mail.internet.MimeMessage;
import org.a... | [
"jmhmjayamaha@gmail.com"
] | jmhmjayamaha@gmail.com |
c803dd3816caa19fec36ee63e03f2e711a77028f | 77a7120c33201c984153c93eeec5b5dc1d943e60 | /src/main/java/com/ippse/web/IppseWebApplication.java | d0f5da7fb1f828894b1d10aa2259281f06dab5f1 | [] | no_license | mahaorong/ippse-web | 2bdfb3d9c7515ec3bdd8c78e2d035626eae412c3 | 54833ec84b23845f6f11e820a7c8a64b8d117793 | refs/heads/master | 2023-05-12T15:30:22.918264 | 2019-06-24T02:22:11 | 2019-06-24T02:22:11 | 193,419,358 | 0 | 0 | null | 2023-05-06T03:18:52 | 2019-06-24T02:21:19 | JavaScript | UTF-8 | Java | false | false | 4,616 | java | package com.ippse.web;
import java.util.Locale;
import java.util.Map;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.domain.Enti... | [
"931380187@qq.com"
] | 931380187@qq.com |
ad12ef66327bd2239ed1c23f193fa04e5643feea | 891a3485edf6a1b6473423b9cdf3c3c37884af19 | /src/Dog.java | b6a297eeac95fe062bfbc141421982742f0678f5 | [] | no_license | cCraBb1538/Lab1_Dyuko | e627cedc2c775124d2d1875113eba5504aeb355f | a1ecd7ff087e54570aaac053cfb44bbd92ff1eb2 | refs/heads/master | 2022-12-29T23:24:27.187824 | 2020-10-16T20:54:00 | 2020-10-16T20:54:00 | 304,736,611 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 776 | java | import java.lang.System;
public class Dog {
private String name;
private int age;
public Dog(String n, int a) {
name = n;
age = a;
}
public Dog(String n) {
name = n;
age = 0;
}
public Dog() {
name = "CraB";
age = 6;
}
public void ... | [
"dyukoivan@gmail.com"
] | dyukoivan@gmail.com |
1a765b4a409967097b596eaf840254db2ec4e01a | 488c74bf97574547d01ce6c330f51bc8f78352d3 | /src/java_study_0130/CompositeMain.java | 0e2f0f2230fb119871170c742abde2a9e9271d93 | [] | no_license | hiwony7933/JavaApp | 365b8a74354f658504d89233e05a04a51272e564 | 36b6ca58be0308f9378621184dc7dc88e4e2c0ae | refs/heads/master | 2021-03-30T01:28:52.387021 | 2020-03-18T07:37:33 | 2020-03-18T07:37:33 | 248,001,856 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 693 | java | package java_study_0130;
public class CompositeMain {
public static void main(String[] args) {
File f1 = new File("파일1");
File f2 = new File("파일2");
File f3 = new File("파일3");
Directory subDirectory = new Directory("하위 디렉토리");
subDirectory.add(f1);
subDirectory.add(f2);
Directory superDirectory ... | [
"59089034+hiwony7933@users.noreply.github.com"
] | 59089034+hiwony7933@users.noreply.github.com |
e9750dd2ab0740d9e4945acb7bb990e81711867d | 129f58086770fc74c171e9c1edfd63b4257210f3 | /src/testcases/CWE483_Incorrect_Block_Delimitation/CWE483_Incorrect_Block_Delimitation__semicolon_04.java | c43053330ab074f54676af37f28df3430cd9e38c | [] | no_license | glopezGitHub/Android23 | 1bd0b6a6c7ce3c7439a74f1e4dcef2c4c0fac4ba | 6215d0684c4fbdc7217ccfbedfccfca69824cc5e | refs/heads/master | 2023-03-07T15:14:59.447795 | 2023-02-06T13:59:49 | 2023-02-06T13:59:49 | 6,856,387 | 0 | 3 | null | 2023-02-06T18:38:17 | 2012-11-25T22:04:23 | Java | UTF-8 | Java | false | false | 4,948 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE483_Incorrect_Block_Delimitation__semicolon_04.java
Label Definition File: CWE483_Incorrect_Block_Delimitation.label.xml
Template File: point-flaw-04.tmpl.java
*/
/*
* @description
* CWE: 483 Incorrect Block Delimitation
* Sinks: semicolon
* GoodSink: Absence of suspi... | [
"guillermo.pando@gmail.com"
] | guillermo.pando@gmail.com |
5e14068fee120268d2baa6e3212ec3d78c18777a | 5bec604b105dbb48aa9a50a9edf76bb1ce76b6df | /src/main/java/com/mycompany/myapp/web/rest/GeoCoordinateResource.java | 04700d1db7d94dff46a2134a392d1c6300d4fe36 | [] | no_license | vin-node/jhipster | f320deb82e22edd21fdbd22c0fb9b794d53738c9 | ad9668e34242048841682bb0b7e16d8619fb1f4e | refs/heads/master | 2021-07-02T22:16:04.237075 | 2017-09-25T03:37:24 | 2017-09-25T03:37:24 | 104,521,156 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 5,477 | java | package com.mycompany.myapp.web.rest;
import com.codahale.metrics.annotation.Timed;
import com.mycompany.myapp.domain.GeoCoordinate;
import com.mycompany.myapp.service.GeoCoordinateService;
import com.mycompany.myapp.web.rest.util.HeaderUtil;
import com.mycompany.myapp.web.rest.util.PaginationUtil;
import io.swagger.a... | [
"vin.ror@gmail.com"
] | vin.ror@gmail.com |
3952e872112c878b792f255dd26b5f10b200e89a | ad605e50c86de5b91c23ce47a8b79100bfa4cf6d | /org.talend.mdm.core/src/com/amalto/core/webservice/WSPutBusinessConcept.java | a9ddc7f9e08e3265d39179cad72baca019f03424 | [] | no_license | marclx/tmdm-server-se | 85e56728718f131e54b786518b58aee4f2b3b794 | 6c234c0f7ed467e7e1a8b76e80831db25ed6ff71 | refs/heads/master | 2021-01-18T15:12:30.154475 | 2015-03-20T12:56:25 | 2015-03-20T12:56:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,271 | java | // This class was generated by the JAXRPC SI, do not edit.
// Contents subject to change without notice.
// JAX-RPC Standard Implementation (1.1.2_01,编译版 R40)
// Generated source version: 1.1.2
package com.amalto.core.webservice;
public class WSPutBusinessConcept {
protected com.amalto.core.webservice.WSDataMode... | [
"achen@f6f1c999-d317-4740-80b0-e6d1abc6f99e"
] | achen@f6f1c999-d317-4740-80b0-e6d1abc6f99e |
2912ce8f6bd3008325829f0d353d35e2d8cdc78a | 700ed5ee07c596a027856552f1eb0bf90a6130a0 | /JavaSE/src/Java_More/IO/ByteStream/OutputStream.java | 50093c9e18e3ece592d8b621a7310dda1f133a61 | [] | no_license | Dreamer0089/Java | 8fcb0cb105aa9c98b196ca850d9a20f46b753491 | bef37eab45e0fb39823947eeef08414158433a75 | refs/heads/master | 2020-09-09T14:12:18.179439 | 2019-12-20T16:12:49 | 2019-12-20T16:12:49 | 221,468,104 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,948 | java | package Java_More.IO.ByteStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.util.Arrays;
/*
字节输出流:OutputStream
输入输出是相对于内存来说的;读写是相对于硬盘的
输入:从硬盘到内存,读
输出:从内存到硬盘,写
java.io.OutputStream 字节输出流所有类的超类
一些子类共性的成员方法:
pu... | [
"35098390+Dreamer0089@users.noreply.github.com"
] | 35098390+Dreamer0089@users.noreply.github.com |
a0877b146bf3405376ed368a7fdb41cbec017ac0 | 2c0004276a6bddbb66c0ddfc6d0b1528ccafa321 | /jascut/src/main/java/jascut/xml/ArgumentXml.java | a8101a32c556ce8709ba06c30700f323b81e0432 | [] | no_license | SoffidIAM/tools | 95e78ab1f8f196b875f27383d492798dd55a3535 | 7f39a223ff263dffb7ada7aca136cbc6b6041381 | refs/heads/master | 2023-04-07T10:11:48.457811 | 2023-04-01T16:07:32 | 2023-04-01T16:07:32 | 20,801,807 | 0 | 0 | null | 2023-01-29T14:49:10 | 2014-06-13T11:15:53 | Java | UTF-8 | Java | false | false | 1,438 | java | /*
* Copyright(c) Zdenek Tronicek, FIT CTU in Prague. All rights reserved.
*
* The contents of this file are subject to the terms of the Common Development
* and Distribution License (CDDL). You can obtain a copy of the CDDL at
* http://www.netbeans.org/cddl.html.
*
*/
package jascut.xml;
import javax.xml.bind.... | [
"gbuades@soffid.com"
] | gbuades@soffid.com |
8f5ff94f7fdaa91bfae15af2ea79a5d68b9bcf90 | 25de7355e1fd741e5d8f50f9a13a9afc99222fab | /SeleccionFutbol/src/modelo/Persona.java | 8f09d7e6c972f2078420afe2cb47448df65f8391 | [] | no_license | Developer85/Cursos | 28d6b2988e912aa97b5cec79b14bd7542a4298a7 | f3864b220bc64aef81e4848565aadc2679e45098 | refs/heads/master | 2021-01-17T06:44:44.502588 | 2016-06-15T18:57:23 | 2016-06-15T18:57:23 | 61,227,451 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,879 | java | /*
* Clase Padre de Entrenador y Jugador
*/
package modelo;
import java.beans.PropertyChangeListener;
import java.beans.PropertyChangeSupport;
import java.io.Serializable;
import java.util.Date;
import java.util.Objects;
/**
*
* @author mfontana
*/
public class Persona implements Serializable, Com... | [
"usuari@DebianPC"
] | usuari@DebianPC |
38aad29c3fb6e85033938db8c4885f7263a49ce1 | e08a57885cb3a7f09b631e116ddb8dbbb9e454ff | /app/src/main/java/com/weique/overhaul/v2/mvp/model/entity/ContradictionItemBean.java | 8114ae4a4aae8cb19c050a7414245b2cb3c3d552 | [
"Apache-2.0"
] | permissive | coypanglei/zongzhi | b3fbdb3bb283778b49cba1e56b9955fd19dc17d4 | bc31d496533a342f0b6804ad6f7dc81c7314690b | refs/heads/main | 2023-02-28T07:20:18.249292 | 2021-02-07T07:04:17 | 2021-02-07T07:04:17 | 336,143,136 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,029 | java | package com.weique.overhaul.v2.mvp.model.entity;
import java.util.List;
/**
* @author GreatKing
*/
public class ContradictionItemBean {
/**
* pageCount : 1
* list : [{"Id":"817820a8-d1e1-495d-b9ff-44ed40e744a8","STANDARDADDRESSID":"8397accf-797e-40bb-9bce-184597ab9176","Address":"御山雅苑网格","Code":"MDD... | [
"434604925@qq.com"
] | 434604925@qq.com |
2c071840dbc01dca72862ae5aba24d6aca2e4441 | 9b45ff5d545aa9eda394ed4255b0962d55931827 | /Selenium/src/Package/JavaTutorial/InterfaceExampleTwo.java | 555abd515b83f59f8a63a262d228afe0bd62242c | [] | no_license | anand16/Download_Classes_V1 | b5987d4a8aaa51901db2323473d167913bf1eb3f | 706c611731edc3db8cf736d5ad321af56cab1637 | refs/heads/master | 2020-12-25T14:38:58.468057 | 2016-07-30T13:12:53 | 2016-07-30T13:12:53 | 64,544,854 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 710 | java | package Package.JavaTutorial;
interface HumanEyes{
void EyesCount();
}
interface HumanLegs{
void LegCount();
}
class Actions implements HumanEyes,HumanLegs{
public void LegCount() {
// TODO Auto-generated method stub
System.out.println("2");
}
public void EyesCount() {
// TODO Auto-ge... | [
"you@example.com"
] | you@example.com |
e1e0c5b5308819031f7c3903569fff1a85e56d41 | 999a5e33d8f4ac263b796c135e463bfa8c96fda2 | /src/me/kernelfreeze/uhc/cmds/StartGameCMD.java | 246f62b428c942b7164677de84838c798a59db0f | [] | no_license | foxkdev/UHC | f29e26ec854b04ac5f703497cc0d3a91aab3db7d | 0c11e2985a48efd0cf2104c2b92b2c2cee55c448 | refs/heads/master | 2021-06-16T03:45:47.464804 | 2017-05-03T01:51:54 | 2017-05-03T01:52:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,007 | java | package me.kernelfreeze.uhc.cmds;
import me.kernelfreeze.uhc.UHC;
import me.kernelfreeze.uhc.game.GRunnable;
import me.kernelfreeze.uhc.game.GameManager;
import me.kernelfreeze.uhc.game.ScoreboardM;
import me.kernelfreeze.uhc.scenarios.ScenarioManager;
import me.kernelfreeze.uhc.teams.TeamManager;
import org.bukkit.Bu... | [
"kernelfreeze@outlook.com"
] | kernelfreeze@outlook.com |
06210640193bbdf92db4510c15b6e9ecf86c7102 | 0127db3ee7e5b79045348ae8f7f282272faba496 | /src/cn/xmlanno/BookDao.java | e5b3d3170ed15c4e83ba0f327280330752defaee | [] | no_license | christivin/Sspring2 | 2c7e16180c0d7e89aad45269ab6d3a7711bcc9c5 | ca75b05d1181b8a50ebdcfb78a03c2b6dbcabd9f | refs/heads/master | 2020-03-09T22:03:32.063862 | 2018-04-28T00:27:00 | 2018-04-28T00:27:00 | 129,025,734 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 214 | java | package cn.xmlanno;
import org.springframework.stereotype.Component;
/**
* Created by Sheng on 2018/4/11.
*/
public class BookDao {
public void book(){
System.out.println("BookDao.....");
}
}
| [
"544915551@qq.com"
] | 544915551@qq.com |
e312fa51223c4eb8d74701c8aacc4521f3dd6c77 | 8458751f4ec92e6c1481aa2122fb166339a736bf | /project-pattern/02-Singleton/src/port/IConnection.java | c98172ff5d0361daca1bc427b7c2be8683b49e59 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0",
"MIT"
] | permissive | caiolucena/geeklab | d28cf1e870a7405c53ad972aef595f379df1a960 | 3cd76177c317e1af2080836e25f98c153b38795b | refs/heads/master | 2023-02-21T23:09:12.433843 | 2021-01-28T01:11:44 | 2021-01-28T01:11:44 | 310,440,887 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 135 | java | package port;
public interface IConnection {
public void connect();
public boolean isConnected();
public void disconnect();
}
| [
"lucascosmorocha@gmail.com"
] | lucascosmorocha@gmail.com |
91cd70cd525e102c2707380db3f7a95103e7e3d8 | df87a2294de003216de9a404c1e17d217699bac5 | /src/main/java/cn/aysst/bghcs/serviceImpl/UserServiceImpl.java | 834715cbdb6e0ec16ae160efc9b4f548505ad7d3 | [] | no_license | mengmalgz/bghcs | 918dd2bf327c5e39ef843e0f35cb9bc4d9cad03f | e2d53e30d949539dc05f7c983a450a258e94db6c | refs/heads/master | 2022-03-30T10:25:31.076262 | 2019-12-26T01:27:47 | 2019-12-26T01:27:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 872 | java | package cn.aysst.bghcs.serviceImpl;
import cn.aysst.bghcs.dao.UserDao;
import cn.aysst.bghcs.entity.User;
import cn.aysst.bghcs.service.UserService;
import cn.aysst.bghcs.util.JsonUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import java.util.Li... | [
"nh4l@qq.com"
] | nh4l@qq.com |
3729d73b322fc3e75f387c2ded09e5fb1df0d416 | 00996f7110e39861b6e07a026832a70e3e7e85e4 | /labs/sem1/bank/Runner.java | 18b78b1a02d2e74b16823eb8bff36e19752ae9d8 | [] | no_license | arjunpat/adv-comp-sci | f26decf7c65913d263b0f05428e16fa10cbb7689 | c29c0171cc3243a1c0adb3ee4b889fc8320cc604 | refs/heads/master | 2021-07-10T20:20:45.319388 | 2020-01-23T08:18:57 | 2020-01-23T08:18:57 | 145,757,313 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 279 | java | import javax.swing.JFrame;
public class Runner {
public static void main(String[] args) {
JFrame frame = new JFrame("Bank");
Screen sc = new Screen();
frame.add(sc);
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
frame.pack();
frame.setVisible(true);
}
} | [
"ajpat1234@gmail.com"
] | ajpat1234@gmail.com |
8a949ceadb1ec9f42deba391db909e88a12d2b4b | 013e83b707fe5cd48f58af61e392e3820d370c36 | /spring-beans/src/main/java/org/springframework/beans/factory/support/BeanDefinitionValidationException.java | 7c2de76e42a8496970a8b274b98749036fbd364a | [] | no_license | yuexiaoguang/spring4 | 8376f551fefd33206adc3e04bc58d6d32a825c37 | 95ea25bbf46ee7bad48307e41dcd027f1a0c67ae | refs/heads/master | 2020-05-27T20:27:54.768860 | 2019-09-02T03:39:57 | 2019-09-02T03:39:57 | 188,770,867 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 435 | java | package org.springframework.beans.factory.support;
import org.springframework.beans.FatalBeanException;
/**
* 当bean定义的验证失败时抛出.
*/
@SuppressWarnings("serial")
public class BeanDefinitionValidationException extends FatalBeanException {
public BeanDefinitionValidationException(String msg) {
super(msg);
}
public... | [
"yuexiaoguang@vortexinfo.cn"
] | yuexiaoguang@vortexinfo.cn |
e06b8d440ea4cbd9580640bb8de8b327dd8459f9 | cbcba2664f9e81dcd71ef7d3ccdcefa89021ffb0 | /alumni/alumni-common/src/main/java/com/wisdombud/alumni/vo/RemindVo.java | 30012100f91b94789e402be437e3b2800c429cac | [] | no_license | NumberFairy/test | 123d024280587c847bc402398d4853c1c16dcd08 | 0fac3117a8f44b5fcae210b5b1e8fdf27ef0c528 | refs/heads/master | 2021-04-12T10:31:42.041939 | 2017-06-16T10:18:44 | 2017-06-16T10:18:44 | 94,532,190 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 770 | java | package com.wisdombud.alumni.vo;
import java.util.Date;
/**
* @DES 办工桌提醒事件
* @author xiefei
*/
public class RemindVo {
public static final Integer ALUMNI_BIRTH = 0;
public static final Integer ALUMNI_ACTIVE = 1;
private String id;
private Date time; // 时间
private String title; // 标题
private Integer type; /... | [
"114868873@qq.com"
] | 114868873@qq.com |
b20073c7a9b99094b090e9c4a2208bd0893d2f7e | 65a6345a544888bcbdbc5c04aa4942a3c201e219 | /src/main/java/mayday/wapiti/experiments/generic/mapping/csv/GenericMappingImporter.java | 0f99ce4f8732f02ae369506be9d4e0ec040239cf | [] | no_license | Integrative-Transcriptomics/Mayday-level2 | e7dd61ba68d149bed845b173cced4db012ba55b1 | 46a28829e8ead11794951fbae6d61e7ff37cad4a | refs/heads/master | 2023-01-11T21:57:47.943395 | 2016-04-25T12:59:01 | 2016-04-25T12:59:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,922 | java | /*
* Created on 29.11.2005
*/
package mayday.wapiti.experiments.generic.mapping.csv;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.text.DecimalFormat;
import java.util.Arrays;
import java.util.Collections;
import java.util.HashMap;
im... | [
"adrian.geissler@student.uni-tuebingen.de"
] | adrian.geissler@student.uni-tuebingen.de |
2efc467e90574d9800ca49baa0938b7ef7659b5e | 9b0567a5db5d377c92f0397310ef64501357e9cd | /src/com/programmers/study/CollatzGuess.java | 779921c775d35adfa6d05fad1c31cd2921424800 | [] | no_license | 2dh2wdk/programmersStudy | 3d4a5b368bf414efb0e6adcbf2ee31d880dbfd39 | ef6b6cb026367e05c161181665911523cb5fa263 | refs/heads/main | 2023-07-05T04:06:36.434720 | 2021-08-31T08:57:35 | 2021-08-31T08:57:35 | 385,146,704 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 773 | java | package com.programmers.study;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class CollatzGuess {
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
System.out.println(soluti... | [
"2dh2wdk2@naver.com"
] | 2dh2wdk2@naver.com |
086f0d4066400797d3645da27430441ed9b469be | 1a5fd4f42a016b493ed5d7f03c2e2819a512c1be | /src/main/java/cz/sharee/backend/dto/profile/VoteDTO.java | 7a8a3b2ee79a37217de8ef92a4474b80b64d954c | [
"MIT"
] | permissive | sharee-app/veverka-backend | 81135b9a7ca2e45736fd6858138192eb16952825 | 1a9c79361b5e1baf2ee482eb31542625c29c53e5 | refs/heads/main | 2023-02-28T19:29:48.177846 | 2021-02-04T22:05:17 | 2021-02-04T22:05:17 | 282,027,410 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 231 | java | package cz.sharee.backend.dto.profile;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
public class VoteDTO {
private Long id;
private Boolean value;
private UserDTO user;
private PostDTO votedPost;
}
| [
"filip.tronicek@seznam.cz"
] | filip.tronicek@seznam.cz |
7fae2eef2f4c6eae1e86d5308ff1925a6554a69f | 6d08aac3915ca5f7bd2911bf2044811a6fa6dd48 | /camp/src/exam3/mazepath2.java | 4059296dac5a9c073fff2969477ed060577eba3c | [] | no_license | catherinecho/USACO | e0543f72f92563793fba284306695e591f4d45bd | 133d3afde94f5be9ddd9d859b46e490bba06759c | refs/heads/master | 2020-06-01T21:15:33.190296 | 2020-04-01T18:43:33 | 2020-04-01T18:43:33 | 190,306,204 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,803 | java | package exam3;
import java.util.*;
public class mazepath2 {
static Scanner in = new Scanner(System.in);
static int n = in.nextInt();
static int[][] grid = new int[n][n];
static String ans = "";
static int end = 0;
static int[] dr = {0,0,-1,1};
static int[] dc = {1, -1, 0,0};
public static void main(String[] arg... | [
"ccho20112@gmail.com"
] | ccho20112@gmail.com |
bd1439b3301cbd282992b57ae0ecd29de246a874 | 5cad59b093f6be43057e15754ad0edd101ed4f67 | /src/Interview/Google/Array/NextClosestTime.java | a153564509c360639918699d8b9673ea41f933e3 | [] | no_license | GeeKoders/Algorithm | fe7e58687bbbca307e027558f6a1b4907ee338db | fe5c2fca66017b0a278ee12eaf8107c79aef2a14 | refs/heads/master | 2023-04-01T16:31:50.820152 | 2021-04-21T23:55:31 | 2021-04-21T23:55:31 | 276,102,037 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,212 | java | package Interview.Google.Array;
public class NextClosestTime {
/*
* 681. Next Closest Time (Medium)
*
* https://leetcode.com/problems/next-closest-time/
*
* solution: https://leetcode.com/problems/next-closest-time/solution/
*
* reference:
*
* https://www.youtube.com/watch?v=YYtQrH-aPXI&ab_chan... | [
"iloveitone@gmail.com"
] | iloveitone@gmail.com |
23040ab839d014bfb04094b1ec0612f4c9c57ff6 | b583a5ce252b8ecdabef2e35a56be5e4563542c3 | /src/com/app/example/baidutranslateapp/bean/trans_result.java | 6d2c29ddcc6f7aa2a156efccf0fe50338731218c | [] | no_license | lishenshang/BaiduTranslate | 6bec9cf3f879c5c27f4b30043aaf070bd0c71910 | fe1db8d164d31910cc1803d406bd83e1b1d57192 | refs/heads/master | 2021-01-19T03:48:24.391289 | 2016-07-06T09:03:29 | 2016-07-06T09:03:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 322 | java | package com.app.example.baidutranslateapp.bean;
public class trans_result {
String src;
String dst;
public String getSrc() {
return src;
}
public void setSrc(String src) {
this.src = src;
}
public String getDst() {
return dst;
}
public void setDst(String dst) {
this.dst = dst;
}
}... | [
"wy_mymailbox@163.com"
] | wy_mymailbox@163.com |
c925dfc31a944e351a0d01cad23aaab26917d9df | ce4226d5d869625648f3c9f67e8d3bac222cc59a | /app/src/main/java/app/amrelmasry/capstone_project/features/notes/ToolbarPhotoAsyncTask.java | d3eb9c180b02ffa09c485cd10a247f3a7e35c3c2 | [] | no_license | AmrElmasry/Capstone-Project | 815b5165de079ac0528c89fe4210c87e2fdf5011 | 4e2d7cd24e339454af722ccf7f25413fb87e4a86 | refs/heads/master | 2021-01-20T13:21:49.679017 | 2017-05-14T21:36:41 | 2017-05-14T21:36:41 | 90,476,695 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,497 | java | package app.amrelmasry.capstone_project.features.notes;
import android.os.AsyncTask;
import android.text.TextUtils;
import android.widget.ImageView;
import com.squareup.picasso.Picasso;
import java.io.IOException;
import java.lang.ref.WeakReference;
import app.amrelmasry.capstone_project.common.DataManager;
import ... | [
"amrelmasry.me@gmail.com"
] | amrelmasry.me@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.