blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 689M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 131
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 32
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 313 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f24734b1f0dda8fe11c55614d3c233f9f78e2106 | e9ea97be53f799856ab89da1c96f0bf7cd30f2c4 | /Polymorphism/src/animals/Main.java | e81fefc5cd374f70945b9c5d3c070ae75e8ff190 | [] | no_license | Chris-Mk/OOP | 65bdb5b409ad2ed2bf7992702268523e246e7da6 | 6d2414e45de389ecfbd9e9a8f978598870457a3f | refs/heads/master | 2020-06-25T09:51:02.168026 | 2019-10-12T13:15:51 | 2019-10-12T13:15:51 | 199,277,053 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 294 | java | package animals;
public class Main {
public static void main(String[] args) {
Animal cat = new Cat("Oscar", "Whiskas");
Animal dog = new Dog("Rocky", "Meat");
System.out.println(cat.explainSelf());
System.out.println(dog.explainSelf());
}
}
| [
"noreply@github.com"
] | Chris-Mk.noreply@github.com |
5173ec086b5d1e0b355c314f7ff65a423016f4aa | 9ab54a7d05a669e9643382047564091a0d2276b6 | /Calculadora/src/TextPanel.java | 3df446217926a805b92f6b6d4826dc7fdb65a2ce | [] | no_license | Diegoecj/proyectosJava | 9396e5d6d7520e1e63904d3d69e6500e2c0b0768 | c03cdf8d4d5b9f945075577116128c6d4699f79c | refs/heads/master | 2020-04-24T15:35:23.790200 | 2014-02-25T03:23:02 | 2014-02-25T03:23:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 997 | java | import java.awt.BorderLayout;
import java.awt.Component;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.JPanel;
import javax.swing.JScrollPane;
import javax.swing.JTextArea;
public class TextPanel extends JPanel {
private JTextArea textAre... | [
"ddiego_msd@hotmail.com"
] | ddiego_msd@hotmail.com |
371212ad63bc8844eed2c0bb5fd965fd997739ea | 4547c4a06d74a2ab14acea62b84c238abdcf7b09 | /src/com/app/pictolike/SignUpActivity.java | 12f7bce9e4e72f1cf40a59d9fed9e025fda8b66c | [] | no_license | pictodroid/StageSignIn | 65bc37ebd9dfcad8269fb0bd02557a69c84b7238 | 51707a34415fb39f49f5e461b79ac15bdfc7d4f2 | refs/heads/master | 2016-09-10T16:26:03.372549 | 2014-10-10T19:42:23 | 2014-10-10T19:42:23 | 24,165,267 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,685 | java | package com.app.pictolike;
import java.util.Calendar;
import java.util.Scanner;
import android.app.ActionBar;
import android.app.Activity;
import android.app.DatePickerDialog;
import android.app.Dialog;
import android.content.Intent;
import android.os.AsyncTask;
import android.os.Bundle;
import android.provider.Setti... | [
"hup128@psu.edu"
] | hup128@psu.edu |
a0fbd952c30401ae82f03f93049c3529736ffd2d | 6832918e1b21bafdc9c9037cdfbcfe5838abddc4 | /jdk_8_maven/cs/graphql/petclinic-graphql/src/main/java/org/springframework/samples/petclinic/model/Person.java | 5e8655d920741d24bb026ccf3b8916a7449ae737 | [
"Apache-2.0",
"GPL-1.0-or-later",
"LGPL-2.0-or-later"
] | permissive | EMResearch/EMB | 200c5693fb169d5f5462d9ebaf5b61c46d6f9ac9 | 092c92f7b44d6265f240bcf6b1c21b8a5cba0c7f | refs/heads/master | 2023-09-04T01:46:13.465229 | 2023-04-12T12:09:44 | 2023-04-12T12:09:44 | 94,008,854 | 25 | 14 | Apache-2.0 | 2023-09-13T11:23:37 | 2017-06-11T14:13:22 | Java | UTF-8 | Java | false | false | 1,440 | java | /*
* Copyright 2002-2013 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | [
"arcuri82@gmail.com"
] | arcuri82@gmail.com |
0c1a78f25a41c9b9289d206d64ffec19793feb0e | 9f8da47949dfcba19ab791f53d4fb5c84be5a315 | /src/main/java/bumblebee/core/exceptions/BusinessException.java | 5eafe625580410cc898eb10c4be94d2ad118dd91 | [] | no_license | webgoal/bumblebee | aafbf0580e86accd56652d44d98663ef4a09e7bc | cce1e294998f23a7ab96a7600db6703768d80cbe | refs/heads/master | 2022-10-01T10:35:02.928786 | 2022-09-03T05:04:07 | 2022-09-03T05:04:07 | 58,248,419 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 211 | java | package bumblebee.core.exceptions;
public class BusinessException extends RuntimeException {
private static final long serialVersionUID = 1L;
public BusinessException(Throwable cause) {
super(cause);
}
}
| [
"altiereslopes@webgoal.com.br"
] | altiereslopes@webgoal.com.br |
cd17ca94ac264f94b9f0600f16a7e1014288a7d4 | bfa4da4077803410e30232f0f8d101b8283d19d0 | /src/OperateTest.java | 239ffd1cddb9d85f684f63fcea5c7abe0efb6776 | [] | no_license | LannibaleS/JAVA | 2f3b28f945f094fb419a90e983bb0d380aff4c9c | de530c8d8357d33a941a1dd2ce545c2c37207683 | refs/heads/master | 2020-07-09T13:32:56.527239 | 2016-09-08T13:41:43 | 2016-09-08T13:41:43 | 67,700,536 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 962 | java |
public class OperateTest {
public static void main(String[] args){
//1、最有效率2*8
System.out.println(2<<3);
//2、两个整数变量的值进行互换,不要第三方变量
int a=3 , b=7;
//通过求和的方式,有个弊端,两个数据较大,会超出int的范围
a = a + b; //a = 3+7 =10
b = a - b; //b = 3+7-7 = 3
a = a - b; //a = 3 + 7 - 3 = 7
//通过位运算
a = a... | [
"651041029@qq.com"
] | 651041029@qq.com |
e994de9b1eb1ead237bb9da91e4f1fa7175ad087 | 32e121db9a490b3417cc04c7aecafe532a9a2a05 | /main/java/com/example/alejandrotorresruiz/taller/Activities/SettingsActivity.java | a635884eaa355f3c8102d52a1ab407b0204c6eee | [] | no_license | AlejandroTorresDEV/GestionTallerMecanico | 2ba551c17af911d4661b527de66ade40c856de6b | b55dbe2b0d78a0c5fc45c29d7278a8ccceaf74c9 | refs/heads/master | 2020-05-07T17:56:35.809025 | 2019-04-11T18:19:01 | 2019-04-11T18:19:01 | 180,747,925 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,157 | java | package com.example.alejandrotorresruiz.taller.Activities;
import android.annotation.TargetApi;
import android.content.Context;
import android.content.Intent;
import android.content.res.Configuration;
import android.media.Ringtone;
import android.media.RingtoneManager;
import android.net.Uri;
import android.os.Build;... | [
"alejandrotorresruiz@MacBook-Pro-de-Alejandro.local"
] | alejandrotorresruiz@MacBook-Pro-de-Alejandro.local |
2e4a7c5d722fd030f227117904d16a9ab49c4994 | 1b24036bc4381dcb337be0b71ed00bdbce49fea1 | /src/main/java/com/job5156/task/count/CountTouch.java | d84795b81b7120465ddc47b9444ab29697cf92d4 | [] | no_license | miketom156/easy-run | a328d0942fedcb1241cbf600724d71db26349164 | 3ee8c067c43b407b73345d12e76bbdfa1e949524 | refs/heads/master | 2020-05-17T10:56:32.580587 | 2015-08-24T02:20:23 | 2015-08-24T02:20:23 | 41,276,378 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 7,531 | java | package com.job5156.task.count;
import com.job5156.common.ApiCallTypeEnum;
import com.job5156.common.util.HibernateCountUtil;
import com.job5156.common.util.HibernateUtil;
import com.job5156.model.statistics.CountAccessModeDaily;
import com.job5156.model.statistics.SysCountMobileApp;
import org.apache.log4j.Logger;
i... | [
"790260645@qq.com"
] | 790260645@qq.com |
3031e316bb41524c5d4c52e2bf804812615ed4ab | 5034fe38d1a395b06774b9fc9630d5787a8356f8 | /src/main/java/mariot7/decorativestyles/blocks/WhiteCobblestone.java | bf6dd94c6c93b18a800ccfb0c10255309e10d6a9 | [] | no_license | mariot7/Decorative-Styles | 7fe41bd567998edd880385e35a7caa0d3bce1fef | 1ef131f4bb2778f2eb481c9f6e81ed2838e2bf12 | refs/heads/master | 2021-01-18T23:44:58.124400 | 2016-09-27T22:18:21 | 2016-09-27T22:18:21 | 62,554,398 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 348 | java | package mariot7.decorativestyles.blocks;
import net.minecraft.block.Block;
import net.minecraft.block.SoundType;
import net.minecraft.block.material.Material;
public class WhiteCobblestone extends Block{
public WhiteCobblestone(Material materialIn) {
super(materialIn);
this.setHardness(1.5F);
this.setSoundTyp... | [
"mariot789@gmail.com"
] | mariot789@gmail.com |
521ca097771d4ba18dce235dd5e30cca6702ad38 | 88b237552d6e00d27cb4f06c1427dd96816d97d6 | /org/grouplens/mooc/cbf/dao/WeightedFlag.java | ebe7925cf42c854e18fdd3d31707edf319bc038c | [
"MIT"
] | permissive | elcodedocle/recsys-p2-test | 40d9863b542b8069ddcd919ef5239903e75649bf | 0dfb3647558cf68a9e490ff4a02c8d3aac0668da | refs/heads/master | 2020-05-30T18:34:26.182574 | 2013-10-15T17:48:17 | 2013-10-15T17:48:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 418 | java | package org.grouplens.mooc.cbf.dao;
import org.grouplens.lenskit.core.Parameter;
import javax.inject.Qualifier;
import java.lang.annotation.*;
/**
* Parameter annotation for user profile elaboration method selection.
* @author Gael Abadin
*/
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(Ele... | [
"gael.abadin@gmail.com"
] | gael.abadin@gmail.com |
56f1bed5aa0d577d8269648cada702f6bf471ade | 99d4861ade920c7181d728d99f1b3775592748fb | /src/main/java/com/giovanni/javajpa/dao/UserDAO.java | 9850f53842b67ea450fce50f3543f0c898867c4f | [] | no_license | alexanderhuayama/javajpa | e118f70db11e99595f125ecca1f8f65305f0cc6d | cb43f92949ffdb59879a145e18970041903aa297 | refs/heads/master | 2020-08-07T09:17:04.813650 | 2019-10-08T16:17:44 | 2019-10-08T16:17:44 | 213,387,837 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 279 | java | package com.giovanni.javajpa.dao;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.giovanni.javajpa.entity.UserEntity;
@Repository
public interface UserDAO extends JpaRepository<UserEntity, Integer> {
} | [
"alexander.hh.cc@gmail.com"
] | alexander.hh.cc@gmail.com |
0e7c52c97e67794dc99589ceac117540115c8328 | de9fbfe16c807c3e2a888d308b999e49cd6c9227 | /app/src/main/java/app/marks/com/ir/viewModel/SignUpViewModel.java | b08b0bd7dfc4ce00d627f43fabdfb4048089d32d | [] | no_license | vishu287/IR | a8ddc46fdb917fb7d8632c31d751ff857b0cae93 | 5e7de707f5c1b6eb82e2b0c2fd02c45087119434 | refs/heads/master | 2021-09-08T10:35:28.962614 | 2018-03-09T07:25:43 | 2018-03-09T07:25:43 | 115,621,282 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 208 | java | package app.marks.com.ir.viewModel;
import app.marks.com.ir.form.SignUpForm;
/**
* Created by vishwanathm on 2/7/2018.
*/
public interface SignUpViewModel {
public void register(SignUpForm form);
}
| [
"vishwanathm@xpanxion.co.in"
] | vishwanathm@xpanxion.co.in |
29860d6438aada5d9743e61d11ddf5e1d606b3f3 | 9f19fdc96605c3bc29c9d24b58364cba999a7be3 | /MyApp/app/src/main/java/com/example/biank/meuapp/Activity/editMetodo.java | e385724c7c675d950f7cf36611d8a0f3764fcf45 | [] | no_license | biancasouza/Projeto-EduActive | caa134c68e828af4ea6d011b8f309e2c0dd36b3d | cdb9b4d664eb752e87bebe7ed586006607996ef0 | refs/heads/master | 2020-04-06T21:04:07.475591 | 2018-11-16T00:43:56 | 2018-11-16T00:43:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,674 | java | package com.example.biank.meuapp.Activity;
import android.Manifest;
import android.app.AlertDialog;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.net.Uri;
import android.support.annotation.NonNull;
import andro... | [
"biankasouza.012@gmail.com"
] | biankasouza.012@gmail.com |
d0d6bc6aa6799675753147c40123b2416e0c9b85 | 28aa93fafadc58cb0967306489d8bdaa39350029 | /expensetrackerapi/src/main/java/com/example/technoxtream17/expensetracker/service/impl/ExpenseServiceImpl.java | ea191e523aa7e6fd1c0ba4a9a04b2ba489cb9f7a | [] | no_license | faikturan/ExpenseTrackerAPIGateway | 3b1535dd1a77f2ba85fe9420e99b184252dd17fa | 6dd6949c17e432d3464f8d9bb435fb32f2038e7a | refs/heads/main | 2023-03-16T02:33:39.897108 | 2020-11-20T16:13:54 | 2020-11-20T16:13:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,473 | java | package com.example.technoxtream17.expensetracker.service.impl;
import static com.example.technoxtream17.expensetracker.constant.Paths.EXPENSENOTMATCH;
import java.util.List;
import java.util.Locale;
import java.util.Optional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.... | [
"nitinrai17@gmail.com"
] | nitinrai17@gmail.com |
00882f5b9c6377fde838be98729431f333d907bd | c1f1c7e2807a56e743cb3043b695f5f0e0a4e44c | /src/TextStrategy.java | 735a42194eac1e150cbc1b9f0c0515f5c430b8ac | [
"MIT"
] | permissive | markuslaubenthal/ba | 91a02860eae9a92b1ea3eb998c09c47179404822 | 39f7b8c29704139055a9229647c326db0b74010c | refs/heads/master | 2021-07-14T06:10:36.544695 | 2020-06-11T11:56:16 | 2020-06-11T11:56:16 | 157,418,127 | 0 | 0 | MIT | 2020-06-11T11:56:17 | 2018-11-13T17:17:07 | Java | UTF-8 | Java | false | false | 177 | java | import java.util.ArrayList;
import javafx.scene.layout.Pane;
import javafx.scene.text.*;
interface TextStrategy {
public void drawText(VertexPolygon poly, Pane textLayer);
}
| [
"mail@lennardalms.de"
] | mail@lennardalms.de |
e45f1555e10d910221165fb3ed01962893ad9ce7 | 64166946f36e054791087e382a4eab438f65a490 | /Euler/ProjectEuler/src/Problem45.java | 0c87c43119c32e5168ec2f8cf4f9b16c6f7f7fe3 | [] | no_license | iainswarts/git | 6bf7b87925d1706ba7b8cc7caa1707f7c212e2ce | a85c44d20a3d5f65108a6b060b068932c4bdca75 | refs/heads/master | 2021-01-25T07:35:16.300805 | 2015-01-02T13:03:02 | 2015-01-02T13:03:02 | 28,713,552 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,254 | java | import java.util.ArrayList;
import javax.swing.plaf.basic.BasicTreeUI.TreeIncrementAction;
public class Problem45 {
private static ArrayList<Long> penta = new ArrayList<Long>();
private static ArrayList<Long> triangle = new ArrayList<Long>();
private static ArrayList<Long> hexa = new ArrayList<Long>();
... | [
"iainswarts@gmail.com"
] | iainswarts@gmail.com |
bfd50869d04dbe8000f51c571655d34fa69ca918 | bbb4fbe5ad3725ab6c231b4ad899f7efe26734c5 | /src/com/kt/james/wmsforserver/servlet/LayoutAJustServlet.java | 0b29095d9563c8a3700b121d3e5aba8bc531fd7c | [] | no_license | IaMJamesHuang/WmsForServer | 45483138e1cf3e881abf5a0cd5f35e92e0b52031 | a2247011bc1758507ae18657822107d83b2f0a6e | refs/heads/master | 2020-04-17T07:17:34.492686 | 2019-05-19T07:50:02 | 2019-05-19T07:50:02 | 166,362,971 | 6 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,700 | java | package com.kt.james.wmsforserver.servlet;
import com.google.gson.Gson;
import com.kt.james.wmsforserver.controller.LayoutAJustController;
import com.kt.james.wmsforserver.dto.GetLayoutDto;
import com.kt.james.wmsforserver.dto.InsertLayoutsDto;
import com.kt.james.wmsforserver.util.StringUtil;
import javax.servlet.Se... | [
"13631413532@163.com"
] | 13631413532@163.com |
0d974641a00bde829a4c1709cbb58ffcd540b54e | eb8bd17cb53cb932d7f9fe24c2f205a7b6aeeaed | /graph-matching/src/auction/StandaloneAuctionVertexOutputFormat.java | 8bfa95a1a95dbe6395e685049035a2e9cf3ce1a5 | [
"Apache-2.0"
] | permissive | vishalbelsare/XDATA | afa39f9a9ee739aa1d4c0af51064269ff09d7ed7 | 4f571cea29e9f7411979b53cd298816ffdaadba5 | refs/heads/master | 2020-03-20T11:26:16.975599 | 2016-11-29T16:05:27 | 2016-11-29T16:05:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,084 | java | /*
# DARPA XDATA licenses this file to You 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 writi... | [
"ppetrov@bbn.com"
] | ppetrov@bbn.com |
123e884fed70d8e47d57a8f4506537736b7e4acc | b82f7ca02d166e27e276ce280b62cf27ae0b0fb6 | /src/Java6Taskas.java | a3790b355e86368aa99ecbdf2b606fcb25b0d690 | [] | no_license | raimondassi/JavaKursai | a4c3795da41e49649dc0d272adc218aa521d72a1 | b56068b819b9aaf22aa0517fb8c8f0fd288ebd1f | refs/heads/master | 2020-12-02T06:39:19.142475 | 2017-09-04T10:21:39 | 2017-09-04T10:21:39 | 96,771,775 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,650 | java | import com.sun.javafx.scene.paint.GradientUtils;
import java.awt.*;
import java.awt.Point;
import java.awt.geom.Point2D;
/**
* Created by Raimondas on 2017.07.13.
*/
public class Java6Taskas {
public static void main(String[] args) {
//System.out.println("Atstumas iki kito tasko : "+apskiaciuojaAtstuma... | [
"raimondassiup@gmail.com"
] | raimondassiup@gmail.com |
3e2f474da89bf7ff28162a945676bf5014abe3fe | ebca15c8a793107cbd75e1140ab390a9cbbac442 | /fac/src/modelo/maestros/Zona.java | 21ef3b8bebe10b4244e509a967919dea79d5c326 | [] | no_license | dusa-repository/bizapps-fac | 052acd38b68ce0d64a11783715b528313f3222c6 | fc397d8268acdb5bb7b4fb37aedf6c982152f2e3 | refs/heads/master | 2016-08-03T18:44:30.145069 | 2015-08-15T19:56:16 | 2015-08-15T19:56:16 | 40,714,324 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,563 | java | package modelo.maestros;
import java.io.Serializable;
import java.sql.Timestamp;
import java.util.Set;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.OneToMany;
import javax.persistence.Table;
import modelo.seguridad.Usuario;
impor... | [
"linkin9014@gmail.com"
] | linkin9014@gmail.com |
c6e1ced8ff5e1c7e30c57f4b547823134dcdd3f2 | 4276f8d7eba853b87d04ef8b5ad165b30a76b8ae | /src/main/java/com/puzhen/heap/trial/TryHeapWithComparator.java | 650c53b49087b1572a111b898cb294b39264ef31 | [] | no_license | Clifnich/MyMedianMaintenance | 4af7e13406c2f947fa7b509ae114e432246095ee | 0fb33b43006522272c52decee44fbc1a6ad759a5 | refs/heads/master | 2020-06-28T09:46:22.912721 | 2017-07-13T07:07:14 | 2017-07-13T07:07:14 | 97,074,405 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 492 | java | package com.puzhen.heap.trial;
import java.util.Comparator;
import java.util.PriorityQueue;
import java.util.Queue;
import com.puzhen.median.main.InvComparitor;
public class TryHeapWithComparator {
public static void main(String[] args) {
Comparator<Integer> comparator = new InvComparitor();
Queue<Integer> hea... | [
"puqian@ebay.com"
] | puqian@ebay.com |
a651a8d76541c318f464a384af537b612ed4ec31 | 70daf318d027f371ada3abeaaa31dd47651640d7 | /src/com/javahis/system/combo/TComboINFDieinflu.java | b08d47d07e0bf9ba50c2178ffec9d72bbcde24b1 | [] | no_license | wangqing123654/web | 00613f6db653562e2e8edc14327649dc18b2aae6 | bd447877400291d3f35715ca9c7c7b1e79653531 | refs/heads/master | 2023-04-07T15:23:34.705954 | 2020-11-02T10:10:57 | 2020-11-02T10:10:57 | 309,329,277 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,714 | java | package com.javahis.system.combo;
import com.dongyang.config.TConfigParse.TObject;
import com.dongyang.ui.TComboBox;
import com.dongyang.ui.edit.TAttributeList;
/**
* <p>Title: 感染对死亡的影响下拉列表</p>
*
* <p>Description: 感染对死亡的影响下拉列表</p>
*
* <p>Copyright: Copyright (c) Liu dongyang 2008</p>
*
* <p>Company: JavaHis</p... | [
"1638364772@qq.com"
] | 1638364772@qq.com |
c8f65efed6a5d91970979ad434da5a3134e1b465 | 9d3c2b1a422bf99f91d731bedbb0991b3ea4d7aa | /app/src/main/java/com/codepath/apps/mysimpletweets/EndlessScrollListener.java | da74713c620a9784401d165f299cbce2c4d1f908 | [] | no_license | abhijitdhar/MySimpleTweets | 105bbcfc5956e1b60943ff2a8b5f4127ffaf6bd1 | 579deebf62af0ae35930f5725d93c8dcc66c5b45 | refs/heads/master | 2016-09-05T14:26:57.695119 | 2015-02-18T23:55:24 | 2015-02-18T23:55:24 | 30,525,079 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,003 | java | package com.codepath.apps.mysimpletweets;
import android.widget.AbsListView;
/**
* Created by abhidhar on 2/8/15.
*/
public abstract class EndlessScrollListener implements AbsListView.OnScrollListener {
// The minimum amount of items to have below your current scroll position
// before loading more.
pri... | [
"abhidhar@yahoo-inc.com"
] | abhidhar@yahoo-inc.com |
3f689f6b684116c22a5f7ac47ded44e040aedca0 | 83b58cfecff4f21e7c9c5f3ce1f1cf9788d29706 | /android-scaffold/app/src/main/java/com/jeremyliao/android/scaffold/recyclerview/group/GroupDecorationAdapter.java | 39c3de6682bfbcda6f199c5a24e6e4863e753707 | [
"Apache-2.0"
] | permissive | JeremyLiao/android-scaffold | 788341bb89cfb0ce021346afeb071a670772a233 | 64c38e2c62b3e584079eaf5cef28132113082264 | refs/heads/master | 2021-07-13T02:04:06.748009 | 2020-07-27T09:08:09 | 2020-07-27T09:08:09 | 182,100,978 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 387 | java | package com.jeremyliao.android.scaffold.recyclerview.group;
import android.view.View;
/**
* Created by liaohailiang on 2020-02-07.
*/
public interface GroupDecorationAdapter {
View onCreateGroupView();
void onBindGroupView(View groupView, int groupPosition);
int getGroupCount();
int getStartPos... | [
"liaohailiang@meituan.com"
] | liaohailiang@meituan.com |
29defaa491becc104f20715bdab645be5b7367f9 | 8a2f7176441dc558af335c1c77c4df314715cf6d | /admin-war-demo/src/main/java/cn/starteasy/security/AuthoritiesConstants.java | f8e5ad77b0e0437b03ce2a21b0bb99af6001ba9b | [] | no_license | Wandering/se-common | 06ddd4cb097a6225199fc42c6ecbc57a1e89f8bf | e0069a60b3490de030b4e8d5a56979113c119483 | refs/heads/master | 2021-01-23T05:29:23.748990 | 2016-11-22T02:05:30 | 2016-11-22T02:05:30 | 86,309,635 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 342 | java | package cn.starteasy.security;
/**
* Constants for Spring Security authorities.
*/
public final class AuthoritiesConstants {
public static final String ADMIN = "ROLE_ADMIN";
public static final String USER = "ROLE_USER";
public static final String ANONYMOUS = "ROLE_ANONYMOUS";
private Authorities... | [
"yq76034150@gmail.com"
] | yq76034150@gmail.com |
2bfb2b9019203f3107e63f95b9a35cb9131fbec6 | ded15e84ea46b8b7486548667360685321a57985 | /edziennik/src/com/polsl/edziennik/desktopclient/model/comboBoxes/ComboModel.java | 6a649117d6b92918dc4c34ed4a2edf29f62b3735 | [] | no_license | mateuszgolab/edziennik-desktop-client | 59d96c979cd1801ee1612049e402c744a9b110dc | 9ae378e5046de9532d67b0faa1c7c71d710653df | refs/heads/master | 2016-09-05T15:34:58.944767 | 2012-05-09T16:17:45 | 2012-05-09T16:17:45 | 32,699,821 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,067 | java | package com.polsl.edziennik.desktopclient.model.comboBoxes;
import java.util.ArrayList;
import java.util.List;
import javax.swing.ComboBoxModel;
import javax.swing.event.ListDataListener;
public class ComboModel<Entity> implements ComboBoxModel { // extends
// DefaultComboBoxModel{//
protec... | [
"Mathgol@gmail.com@9a3c01a8-007e-c14a-894e-62519730d3a8"
] | Mathgol@gmail.com@9a3c01a8-007e-c14a-894e-62519730d3a8 |
d08c74129f6a8d339fd6188861b6ad55c9f8ea9d | 65a3a8fc09c1f0c01c83bb869d8af18798ad3614 | /app/src/main/java/com/example/josip/gameService/engine/GameEngine.java | e85746d5762a6034f347a00a7ea8f1ffc03172b6 | [
"MIT"
] | permissive | Antolius/quester-playground | ed1ce14db29b3506ebe3d6740c25ae847b741f89 | fa4854a3b1d140927d6d13e40ffab68171f9b31f | refs/heads/master | 2021-01-10T20:40:47.816936 | 2014-09-22T21:06:37 | 2014-09-22T21:06:37 | 22,804,091 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 304 | java | package com.example.josip.gameService.engine;
import com.example.josip.model.Checkpoint;
/**
* Created by Josip on 11/08/2014!
*/
public interface GameEngine {
public void onCheckpointAreaEnter(final Checkpoint checkpoint);
public void onCheckpointAreaExit(final Checkpoint checkpoint);
}
| [
"josipantolis@gmail.com"
] | josipantolis@gmail.com |
25a1bf01fe7f54feefed9f92edf75bd2baec4fb6 | 4441ac0860a3b296b6df91a690bef227532b4a58 | /src/test/java/MaOP/WFGTest.java | b438b7adabd3f50d9cbcacd0c999d6b359cc23cd | [] | no_license | renansantosmendes/MOEA_VRPDRT_Refactoring | 1dbc879a6e86dfa1acea3fe7a440a8e0fd13c92d | f656a9736ac9e53fcf5e13f4df0beca22d48247d | refs/heads/master | 2020-03-07T02:43:50.255485 | 2018-05-10T12:58:49 | 2018-05-10T12:58:49 | 127,215,663 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,272 | 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 MaOP;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.PrintStream;
import java.util.List;
import org... | [
"renansantosmendes@gmail.com"
] | renansantosmendes@gmail.com |
ed8003d6b454c4b2977fa49de5a37af796c1fa87 | e55a0fa9a1c1b9ac84e28ccd806338733c3b26a9 | /backend/manual/src/main/java/com/slim/manual/domain/repository/ManualRepository.java | 701b7e87dd26e1c0cdd4a0a245dd56a99b1f8950 | [] | no_license | BettoFranca/API_Slim_4Semestre | b7627ffc00e42fbd7b67175efa51b840460996f8 | 8dae790277e3ae7c25d4334b1cab9cd4f2d501a5 | refs/heads/main | 2023-08-14T05:36:07.838615 | 2021-10-11T03:07:21 | 2021-10-11T03:07:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 234 | java | package com.slim.manual.domain.repository;
import com.slim.manual.domain.model.Manual;
import org.springframework.data.jpa.repository.JpaRepository;
public interface ManualRepository extends JpaRepository<Manual,Integer> {
}
| [
"nicholas.sroque@gmail.com"
] | nicholas.sroque@gmail.com |
7d0f8c571cd417a72c7f375dfdcc6a755747738d | a68dc34ebd0174b58a804f7eee9f04d45d32e9fe | /src/main/java/com/gsafety/bridgeQualityCk/IOTBridgeQualityBolt.java | 7f8e10661dae9e018f08a387868fa08415c5aaaf | [] | no_license | MatlabPython/Storm | b66e62d694457fa7b4520cbdc4af38333043bdcf | 81b837e54288fa4f0aaa9ce9834a216816bdb109 | refs/heads/master | 2020-03-09T05:05:24.199657 | 2018-06-04T08:27:38 | 2018-06-04T08:27:38 | 128,603,718 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 23,356 | java | package com.gsafety.bridgeQualityCk;
import backtype.storm.task.TopologyContext;
import backtype.storm.topology.BasicOutputCollector;
import backtype.storm.topology.OutputFieldsDeclarer;
import backtype.storm.topology.base.BaseBasicBolt;
import backtype.storm.tuple.Tuple;
import com.gsafety.common.BaseZookeeper;
impor... | [
"2479296995@qq.com"
] | 2479296995@qq.com |
9e57c492489a63402046fc734e747d808854096f | d61cbe04b46e3480d5f2acf356f8ccdbab28dbc7 | /Universidad Java De Cero a Master/05 - Servlets y JSP/19_EjemploExcelJSP_v2/src/java/util/Conversiones.java | 9a3bc46b7559f3240d731023b9107c7062ab9d6b | [] | no_license | decalion/Formaciones-Platzi-Udemy | d479548c50f3413eba5bad3d01bdd6a33ba75f60 | 3180d5062d847cc466d4a614863a731189137e50 | refs/heads/master | 2022-11-30T18:59:39.796599 | 2021-06-08T20:11:18 | 2021-06-08T20:11:18 | 200,000,005 | 1 | 2 | null | 2022-11-24T09:11:48 | 2019-08-01T07:27:00 | Java | UTF-8 | Java | false | false | 682 | java | package util;
import java.util.Date;
import java.text.SimpleDateFormat;
/**
*
* @author Ismael Caballero
*/
public class Conversiones {
private static final String FORMATO_FECHA = "dd-MM-yyyy";
/**
* Metodo que permite convertir una fecha en una cadeca con el formato especificado
* @par... | [
"icaballerohernandez@gmail.com"
] | icaballerohernandez@gmail.com |
7a45b00179f0d4e6368f71cb6d7c3dd3bfd57c6d | 443928d406ef51efd35020de050decd8151dae9b | /asnlab-uper/src/main/java/com/hisense/hiatmp/asn/v2x/DefPositionOffset/Longitude.java | 6b30b98b75dfce9e68b44892078c48e1f9c0dcd1 | [
"Apache-2.0"
] | permissive | zyjohn0822/asn1-uper-v2x-se | ad430889ca9f3d42f2c083810df2a5bc7b18ec22 | 85f9bf98a12a57a04260282a9154f1b988de8dec | refs/heads/master | 2023-04-21T11:44:34.222501 | 2021-05-08T08:23:27 | 2021-05-08T08:23:27 | 365,459,042 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,457 | java | /*
* Generated by ASN.1 Java Compiler (https://www.asnlab.org/)
* From ASN.1 module "DefPosition"
*/
package com.hisense.hiatmp.asn.v2x.DefPositionOffset;
import org.asnlab.asndt.runtime.conv.AsnConverter;
import org.asnlab.asndt.runtime.conv.EncodingRules;
import org.asnlab.asndt.runtime.conv.IntegerConverter;
imp... | [
"31430762+zyjohn0822@users.noreply.github.com"
] | 31430762+zyjohn0822@users.noreply.github.com |
23664fb55c90e93b682cba880730e27fc866651b | 593814bbe82b454683566dfba1cf39d3e2d86792 | /src/tests/unverified/TelephoneBoxKatTest.java | 8f9e69b21c65225f839623ba53215db29b635b67 | [] | no_license | theojulienne/acceptance | 7ab534664a971257c4e2a12983d070dc46e457ae | 4315558b5041b2cc7e42d59136d7634909b02908 | refs/heads/master | 2021-01-17T05:26:07.644623 | 2012-05-20T11:11:14 | 2012-05-20T11:11:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,758 | java | package tests.unverified;
import framework.Rules;
import framework.Test;
import framework.cards.Card;
import framework.interfaces.GameState;
import framework.interfaces.MoveMaker;
import framework.interfaces.activators.LegionariusActivator;
import framework.interfaces.activators.TelephoneBoxActivator;
impor... | [
"mzhou.acceptanceupload@cse.unsw.edu.au"
] | mzhou.acceptanceupload@cse.unsw.edu.au |
939d04e381c63f73103cc57a3dbc5fd229f345fe | b02c9acafea5d971566653558738ea3734e6ffe5 | /app/src/androidTest/java/dev/sadovnikov/dagger2examples/ExampleInstrumentedTest.java | a9ed2f0f07a721a278a5dabf0238954122d07113 | [] | no_license | sadovnikovrussia/Dagger2Examples | c6d6d70c6edf51d5767a2cef9bb5f6e0b002a99f | 956f9be8ed7a2583df434347b440b92a5891cf28 | refs/heads/master | 2020-04-12T07:03:37.224780 | 2018-12-19T16:02:46 | 2018-12-19T16:02:46 | 162,356,131 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 744 | java | package dev.sadovnikov.dagger2examples;
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 ... | [
"sadovnikov.russia@gmail.com"
] | sadovnikov.russia@gmail.com |
cb7606ceff16693eecd6296a991351d05c6d44d2 | e89dc01c95b8b45404f971517c2789fd21657749 | /src/main/java/com/alipay/api/domain/KoubeiRetailWmsDeliveryorderprocessQueryModel.java | 37d5f419c0ee0f88294d93925e3b40f1e7505129 | [
"Apache-2.0"
] | permissive | guoweiecust/alipay-sdk-java-all | 3370466eec70c5422c8916c62a99b1e8f37a3f46 | bb2b0dc8208a7a0ab8521a52f8a5e1fcef61aeb9 | refs/heads/master | 2023-05-05T07:06:47.823723 | 2021-05-25T15:26:21 | 2021-05-25T15:26:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 647 | java | package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 物流单状态查询
*
* @author auto create
* @since 1.0, 2018-06-01 17:20:06
*/
public class KoubeiRetailWmsDeliveryorderprocessQueryModel extends AlipayObject {
private static final long... | [
"ben.zy@antfin.com"
] | ben.zy@antfin.com |
de55eb5c36f19e4105ac8ae5a84fd862e4f242dc | 899365d0910cc35022ec316ba756f911e376132c | /common/MessageType.java | 86b902350a2390a7bdeed4c27f306f48fd05c7c6 | [] | no_license | Zxxjgp/wxdemo | a043f524ad586378dc0b56f98010b22155be62ae | 679d495f1c7c2c0d2778bfb06d3a8cc6a906cb3d | refs/heads/master | 2020-03-27T02:59:53.921183 | 2018-10-21T12:24:29 | 2018-10-21T12:24:29 | 145,832,316 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 386 | java | package com.wx.ioc.wxdemo.common;
import com.wx.ioc.wxdemo.controller.Test;
/**
* 接收到的消息类型
* @author HSHY-394
*/
public enum MessageType {
TEXT,//文本消息
IMAGE,//图片消息
VOICE,//语音消息
VIDEO,//视频消息
SHORTVIDEO,//小视频消息
LOCATION,//地理位置消息
LINK,//链接消息
EVENT,//事件消息
TEST
}
| [
"948102903@qq.com"
] | 948102903@qq.com |
a93f7cf7a28389a4f186238ab2585b64d06901c3 | 40f779ec3f249cc6c0d04eb05f45502ae67ebe2c | /sample/timetracker-gui/core/src/main/java/org/andromda/timetracker/domain/UserRoleDaoImpl.java | 1d8baf6cde618e95ed8ac05b5b6d11b33cf2ada8 | [
"BSD-3-Clause"
] | permissive | AlbanAndrieu/nabla-andromda | 4a52c3bb2d1823d0f3c4fc23ba94605754fd58cf | 145f7dd8321ca7512cf3cf7d7b391219b89d0306 | refs/heads/master | 2022-11-16T12:55:03.769743 | 2022-01-27T16:47:16 | 2022-01-27T16:47:16 | 32,604,523 | 1 | 1 | null | 2022-11-08T17:48:55 | 2015-03-20T20:10:05 | Java | UTF-8 | Java | false | false | 2,282 | java | // Generated by: hibernate/SpringHibernateDaoImpl.vsl in andromda-spring-cartridge.
// license-header java merge-point
/**
* This is only generated once! It will never be overwritten.
* You can (and have to!) safely modify it by hand.
*/
package org.andromda.timetracker.domain;
import org.andromda.timetracker.vo.Us... | [
"alban.andrieu@misys.com"
] | alban.andrieu@misys.com |
6a6a2b21ebc6ab0d79b4fb24213146a324d83c06 | 4294e40b060baaba734d535c539c259f57a7b055 | /section11/src/main/java/com/learn/spring/section11/repositories/UnitOfMeasureRepository.java | 449b577e50a2b34cdc5f71f750cfc28a5de1f5f8 | [] | no_license | songk1992/Spring-Framework-5-Beginner-to-Guru | 662da72481919744bdefd778960abcd1e7711948 | 463aa689954420bf46b0e33b4010417c544065ff | refs/heads/main | 2023-08-27T19:21:22.568975 | 2021-11-08T15:05:26 | 2021-11-08T15:05:26 | 409,848,680 | 0 | 0 | null | 2021-10-31T04:21:15 | 2021-09-24T05:56:29 | Java | UTF-8 | Java | false | false | 1,134 | java | package com.learn.spring.section11.repositories;
import com.learn.spring.section11.domain.UnitOfMeasure;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
import java.util.Optional;
@Repository
public interface UnitOfMeasureRepository extends CrudRepository<... | [
"zuppiy@naver.com"
] | zuppiy@naver.com |
382e08469c691b02e4745b7096f58e21ebc75b6a | 481a2ccdbaad190d02015f2e99eebe41415b956c | /Core/SDK/org.emftext.sdk.concretesyntax.resource.cs/src-gen/org/emftext/sdk/concretesyntax/resource/cs/mopp/CsBracketPair.java | d8c65aaf9f778f959513d3383321f22933a1a8be | [] | no_license | balazsgrill/EMFText | 2f3d5eb1ac9d794325b61a8bbea2e1d2c7d4b279 | cbbf0f472f5a4ab7222c7d9df9cb0962dac989da | refs/heads/master | 2020-12-30T18:38:38.790410 | 2013-04-24T10:03:32 | 2013-04-24T10:03:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,093 | java | /*******************************************************************************
* Copyright (c) 2006-2012
* Software Technology Group, Dresden University of Technology
* DevBoost GmbH, Berlin, Amtsgericht Charlottenburg, HRB 140026
*
* All rights reserved. This program and the accompanying materials
* are made a... | [
"mirko.seifert@devboost.de"
] | mirko.seifert@devboost.de |
03dad43a3b5e9614b035b03f399989858ad1b83b | d1421cd4725a83f56814fc887e86089189a45d08 | /src/main/java/ru/dsoccer1980/service/TestingService.java | 50f7a72c5cac2057c68b5e8c7631903e8b758885 | [] | no_license | dsoccer1980/otus_hw02 | 6eafcdd53e5df31e9914274466682cc234fe3d7c | dd60dd06e58f87bb4de32eea280f5da36270e957 | refs/heads/hw02 | 2020-04-26T09:00:06.551725 | 2019-03-17T14:29:51 | 2019-03-17T14:29:51 | 173,441,097 | 0 | 0 | null | 2019-03-17T14:35:08 | 2019-03-02T11:44:21 | Java | UTF-8 | Java | false | false | 117 | java | package ru.dsoccer1980.service;
public interface TestingService {
void showQuestions();
int getResult();
}
| [
"dsoccer1980@gmail.com"
] | dsoccer1980@gmail.com |
592c84c82492afb71108c3c860a1361071921ce7 | dac8845d5b99f6765ce1c86b8daee3c36321d0a5 | /Forge/src/main/java/com/blamejared/crafttweaker/natives/event/interact/ExpandRightClickItemEvent.java | 9927ffcd8caeb1b7cb77287213129159841e6070 | [
"MIT"
] | permissive | CraftTweaker/CraftTweaker | d6f9519e790782b26bf08c703ca0068884f89152 | eed8f2ca850b231e081c8d748bae1fd68c788296 | refs/heads/1.20.1 | 2023-09-05T19:18:17.472399 | 2023-09-01T22:28:40 | 2023-09-01T22:28:40 | 41,600,436 | 248 | 149 | MIT | 2023-09-04T16:08:47 | 2015-08-29T16:53:44 | Java | UTF-8 | Java | false | false | 1,431 | java | package com.blamejared.crafttweaker.natives.event.interact;
import com.blamejared.crafttweaker.api.annotation.ZenRegister;
import com.blamejared.crafttweaker.api.event.ForgeEventCancellationCarrier;
import com.blamejared.crafttweaker.api.event.ZenEvent;
import com.blamejared.crafttweaker.api.event.bus.ForgeEventBusWir... | [
"jaredlll08@gmail.com"
] | jaredlll08@gmail.com |
e638044ed0e72df134ab92506651187372dd737d | e3cad0271926eacfa769a88e57c349fbcda53680 | /design-patterns/src/main/java/com/sda/patherns/behavioral/memento/ex2/commands/MoveCommand.java | 642c23a9c21fd8354a61806be66f373886cee502 | [] | no_license | DanNistor1/sda-course | 72030b4cd0ce4701b3cd4caf093fdea7a0795534 | 3209f143c942947e06a66d3f57ca04709bc325b5 | refs/heads/master | 2022-12-13T23:49:36.595420 | 2022-12-05T07:17:47 | 2022-12-05T07:17:47 | 219,139,511 | 0 | 0 | null | 2022-12-04T23:31:14 | 2019-11-02T10:43:36 | Java | UTF-8 | Java | false | false | 1,228 | java | package com.sda.patherns.behavioral.memento.ex2.commands;
import com.sda.patherns.behavioral.memento.ex2.editor.Editor;
import com.sda.patherns.behavioral.memento.ex2.shapes.Shape;
public class MoveCommand implements Command {
private Editor editor;
private int startX, startY;
private int endX, endY;
... | [
"dan.nistor1@yahoo.ro"
] | dan.nistor1@yahoo.ro |
da660eb0edd801a379e9f64edeb5eb6ddba6e03e | fbea2cf570fb3dd582cba9272e63066df76aaa6b | /RonproEditor/testbase/testcases/BlockConvetrTest/_02IfElseTest.java | cbb7b11f1600b7c2a9954bd684ee9d605c96c9b2 | [] | no_license | macc704/CRiPS | 3a2da4b0dfc20d6a598e0f361669706d8c7cbcea | 4a2b34f041a55150aca1660c7364fb48ed95c3a1 | refs/heads/master | 2020-12-24T06:33:33.346484 | 2015-09-03T07:08:03 | 2015-09-03T07:08:03 | 13,116,338 | 5 | 3 | null | null | null | null | SHIFT_JIS | Java | false | false | 459 | java | /**
* プログラム名:
* 作成者:
* 作成日: Thu Nov 08 10:57:58 JST 2012
*/
public class _02IfElseTest extends Turtle {
//起動処理
public static void main(String[] args) {
Turtle.startTurtle(new _02IfElseTest());
}
//タートルを動かす処理
public void start() {
int x = 0;
if(x == 3){
}else if(x == 4){
fd(50);
... | [
"yoshiaki.matsuzzawa@gmail.com"
] | yoshiaki.matsuzzawa@gmail.com |
aca7a4fbca501d4164e3480820b2b30320084b8d | 8d9030504c905250d26915827097a28bb0e4c72c | /src/main/java/com/macro/mall/tiny/mbg/model/PmsComment.java | 4401f19a595604069597de79005d865bdc2232dd | [] | no_license | biqin/myMall | 0bda8e6549b2b880556b6a6b1e7420ee608d7fae | b367071d8d4ec9e97584ffef19ee3c5a22efabb5 | refs/heads/main | 2023-02-15T07:28:58.338406 | 2021-01-10T08:52:15 | 2021-01-10T08:52:15 | 303,088,594 | 0 | 1 | null | 2020-10-12T13:37:14 | 2020-10-11T09:49:17 | Java | UTF-8 | Java | false | false | 4,549 | java | package com.macro.mall.tiny.mbg.model;
import io.swagger.annotations.ApiModelProperty;
import java.io.Serializable;
import java.util.Date;
public class PmsComment implements Serializable {
private Long id;
private Long productId;
private String memberNickName;
private String productName;
@ApiM... | [
"bq7327645@163.com"
] | bq7327645@163.com |
7b860ea4aaafa0c8f69e15c38c648416274ecada | b1cf2425d706c5c73f8aad90fa76ef900f4bab73 | /src/main/java/com/github/hypfvieh/util/StringUtil.java | a91d7fb632d2a286c4344c9cb89850f737f4b0c1 | [
"MIT"
] | permissive | hypfvieh/java-utils | b254a9b79db3a854d663b8940263fed925b7431c | 003ecd2ef6c10efb1e59194f87ad94e901d60cea | refs/heads/master | 2023-01-21T22:00:50.313598 | 2023-01-12T14:51:16 | 2023-01-12T14:51:16 | 81,177,563 | 2 | 4 | MIT | 2022-01-04T16:59:57 | 2017-02-07T07:04:51 | Java | UTF-8 | Java | false | false | 27,835 | java | package com.github.hypfvieh.util;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Random;
import java.util.StringTokenizer;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import java.util.stream.IntStream;
... | [
"maniac@case-of.org"
] | maniac@case-of.org |
b95d1e1bb09c5b988fc74eb26ff6fc07e5a11677 | eea72f74da07136361571dfde78a93fd93d3da41 | /init/src/main/java/com/fld/framework/entity/BiDoubleEntry.java | ca165904cfac0c3ee0c149d35d5f62d263a56879 | [] | no_license | bangbangbangbang/pr_init | ba730f9a2c30c9da2128cb8504068af40b98941e | a63a0ef6a4f52a23803ad545250400a0fb076f57 | refs/heads/master | 2020-05-04T07:57:46.477898 | 2019-04-02T08:56:49 | 2019-04-02T08:56:49 | 179,037,853 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 267 | java | package com.fld.framework.entity;
public class BiDoubleEntry extends Entry<Double, Double> {
private static final long serialVersionUID = 1L;
public BiDoubleEntry() {
}
public BiDoubleEntry(Double code, Double msg) {
this.code = code;
this.msg = msg;
}
}
| [
"15538521119@163.com"
] | 15538521119@163.com |
35d24c16d49da5cfa39aa4c0b0742562fca24c1a | fb5e3512dd9ed67274aeddd090982692a328ea5b | /experiencemanager-google-translate/bundle/src/main/java/com/adobe/translation/google/impl/TranslationServiceImpl.java | c400f302db69b9ae2280d521d49e5c0269656652 | [
"Apache-2.0"
] | permissive | Adobe-Marketing-Cloud/experiencemanager-workflow-samples | 118dce388e79206b726e005da8861444dba069b0 | 7d44143abadd295f2a0d5d337f2fdff95fff0155 | refs/heads/master | 2023-03-06T23:02:23.134711 | 2013-09-16T13:56:06 | 2013-09-16T13:56:06 | 12,299,824 | 6 | 11 | Apache-2.0 | 2023-03-01T16:12:07 | 2013-08-22T14:59:53 | Java | UTF-8 | Java | false | false | 4,471 | java | /*
* Copyright 2013 Adobe
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | [
"mboucher@adobe.com"
] | mboucher@adobe.com |
1a597fd81749072e77b20bf342c2316c324ff47a | 1f19aec2ecfd756934898cf0ad2758ee18d9eca2 | /u-1/u-11/u-11-111/u-11-111-1111/u-11-111-1111-f9953.java | 9d66c275e7b5ddcebcf79a1dbdd3dcd238a59d2f | [] | no_license | apertureatf/perftest | f6c6e69efad59265197f43af5072aa7af8393a34 | 584257a0c1ada22e5486052c11395858a87b20d5 | refs/heads/master | 2020-06-07T17:52:51.172890 | 2019-06-21T18:53:01 | 2019-06-21T18:53:01 | 193,039,805 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 106 | java | mastercard 5555555555554444 4012888888881881 4222222222222 378282246310005 6011111111111117
2231394392000 | [
"jenkins@khan.paloaltonetworks.local"
] | jenkins@khan.paloaltonetworks.local |
580436d40bba6272481479b0af6bcb4652006b78 | f11f33feac255ab0cb9887c06dfd0c741066631b | /StableMatching/src/Main.java | 152b0741fb65c921314cbef11127e4da6ad3cefe | [] | no_license | nionanov/INF421 | 66c9e419327dc418f6ce959f99de9244da829318 | a57d8f8f6d61997b9e4c1f3e4ed7cbba50e67728 | refs/heads/master | 2021-01-22T09:41:38.289132 | 2016-12-10T14:20:56 | 2016-12-10T14:20:56 | 76,078,507 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 301 | java | public class Main {
public static void main (String[] args)
{
// The random seed must be fixed, so that the tests are the same for everyone
// and are reproducible.
new StableMatchingTest (
new StableMatching (),
System.out,
new java.util.Random (0L)
).test();
}
}
| [
"nikolayionanov@yahoo.com"
] | nikolayionanov@yahoo.com |
5b534008d1f836f44f97e8e0d115a8f057bf7333 | 0b610540510885a0ee0e983722472f13214c2ed7 | /Observer/DisplayElement.java | b2ac30bb350452ae2b1b8c64fa17979f0691855c | [] | no_license | Sergey531/Patterns | c6cbaec3f5a2b34e72c9f7f61097ad5b7a5c87f3 | f9eb2110fceafd28e30b1d2abaa18f7afcd42ded | refs/heads/main | 2023-09-03T17:04:25.007364 | 2021-10-30T08:07:38 | 2021-10-30T08:07:38 | 422,821,170 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 87 | java | package Observer;
public interface DisplayElement {
public void display();
}
| [
"noreply@github.com"
] | Sergey531.noreply@github.com |
331d12f3bc54febe47f34997b91cc10ad44125ee | e86c66596ee477bcecb190a76ca78bf07fef377e | /src/Stringpgm.java | 64bd15c29035b40decc836cb2ee0a64323d843dc | [] | no_license | tiju46/Java-Projects-Code | 255eb1c9a00b026c0cad919030f6d9b68cf5716c | a2f77e081b51e923ddeccaa6dce559a5f623a6d5 | refs/heads/main | 2023-07-10T15:11:28.460376 | 2021-08-21T12:47:15 | 2021-08-21T12:47:15 | 398,555,606 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 490 | java | public class Stringpgm {
static String name = "tiju";
private static char index1;
private static char befoeIndex;
public static void stringCheck(){
index1 = name.charAt(3);
befoeIndex = (char) name.codePointBefore(3);
System.out.println(index1);
int ctr = name.codePoint... | [
"addauser@Abduls-MacBook-Air-2.local"
] | addauser@Abduls-MacBook-Air-2.local |
48a4b4ae91ffc4396418d7e4a33b9960b0a591ad | 5cb91546166decf58413dbe68178620ad08e38de | /src/main/java/com/myszor/msscbreweryclient/web/config/BlockingRestTemplateCustomizer.java | 929fb62ea16adbe814334ba3d4db577dde46aa47 | [] | no_license | Maxomys/mssc-brewery-client | b6663de197ebbf9a2e751d72deaf419f840f0abe | 598d5b13dfd46be9914680ec9c7755f2e3eceb55 | refs/heads/master | 2023-01-07T05:25:47.201469 | 2020-11-09T23:31:06 | 2020-11-09T23:31:06 | 310,181,756 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,236 | java | package com.myszor.msscbreweryclient.web.config;
import org.apache.http.client.config.RequestConfig;
import org.apache.http.impl.client.CloseableHttpClient;
import org.apache.http.impl.client.DefaultConnectionKeepAliveStrategy;
import org.apache.http.impl.client.HttpClients;
import org.apache.http.impl.conn.PoolingHtt... | [
"mistrz7losos@live.com"
] | mistrz7losos@live.com |
b282553239bddfa8a7048974050a2a9f6b7af7bb | fd779e2290b9bdea3230fd299101ced4885c5e09 | /app/src/main/java/pexzu/unitech_test_application/utilitty/AsyncHttpClient.java | cfbfe3dd6e654fa41d8ba52d816cd0eab0e1a8b6 | [] | no_license | pexzu/Unitech_test_application | 691063fe3c39ed3d8e2be545722adddf46e295d0 | 4d972b636686053c234ea74e7504833930124d57 | refs/heads/master | 2021-01-23T02:19:23.532081 | 2017-03-24T00:27:04 | 2017-03-24T00:27:04 | 85,985,400 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,463 | java | package pexzu.unitech_test_application.utilitty;
import android.content.Context;
import android.os.AsyncTask;
import org.apache.http.HttpResponse;
import org.apache.http.client.ClientProtocolException;
import org.apache.http.client.HttpClient;
import org.apache.http.client.methods.HttpPost;
import org.apache.http.ent... | [
"100053761"
] | 100053761 |
c103fdcec637c3a46369ebb053ebbd270d577fd0 | 62e9e9cbcdde0a6ef47156e055f791bb90a63f13 | /src/main/java/com/fjs/cronus/model/DocumentCategory.java | ec444512b0ab519b2213ae9f2f1fddb36520dc7e | [] | no_license | machihaoyu/cronus | 02e23973678042ea67b3dea22cb56ed86f9d96a6 | 915d6d9ab2bcc3badcb637432a388baaad9ad5c8 | refs/heads/master | 2020-03-26T08:12:12.567691 | 2018-08-22T08:57:59 | 2018-08-22T08:57:59 | 144,691,019 | 0 | 3 | null | null | null | null | UTF-8 | Java | false | false | 1,612 | java | package com.fjs.cronus.model;
import java.util.Date;
public class DocumentCategory extends BaseModel {
private Integer id;
private Integer documentCParentId;
private Boolean documentCLevel;
private Boolean documentCLevelId;
private String documentCNameHeader;
private String documentCName;... | [
"zhanglei@fangjinsuo.com"
] | zhanglei@fangjinsuo.com |
a0a8ea71bd195d2d2460cc0c62cfedcd103f3553 | 6f1b6c4d0ff4d0594ae912ed737244cd38be0b86 | /src/main/java/pl/sternik/mm/kawiarnia/dekoratory/NapojDekorator.java | ee13ee6a5f52c7e728ef9a3c72dd81d430b02d39 | [] | no_license | lovemuffin-git/sternik-kawiarnia | 0392cbe44e10bc53c8fe29d914c59bdd32b1e331 | 6c79c9bd35e028ef39f8cb380e642699de2b66a6 | refs/heads/master | 2021-09-08T00:32:18.662332 | 2018-03-04T11:57:49 | 2018-03-04T11:57:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 332 | java | package pl.sternik.mm.kawiarnia.dekoratory;
import pl.sternik.mm.kawiarnia.napoje.Napoj;
public abstract class NapojDekorator implements Napoj {
private final Napoj napoj;
public NapojDekorator(Napoj napoj) {
super();
this.napoj = napoj;
}
public Napoj getNapoj() {
return na... | [
"marta.morawiec@edu.uekat.pl"
] | marta.morawiec@edu.uekat.pl |
1699aa72f1cb9a3cc3b85bbdf2a3f9765240b5e6 | f4d8542bf52fd0b61adc6c48af4165914b455b50 | /information/src/main/java/com/example/information/InformationApplication.java | 771ea5056b00279eea38a62823731f69a170bc43 | [] | no_license | zjj412550708/timeoninformation | d26ed185b5ef5da05426ebe00a267d4a87adad9f | 33469ddc2a204b9530d0080cbe165336bafd0f64 | refs/heads/master | 2022-12-17T16:18:36.849768 | 2019-09-02T09:59:49 | 2019-09-02T09:59:49 | 205,772,919 | 0 | 0 | null | 2022-12-11T04:05:17 | 2019-09-02T03:51:26 | Java | UTF-8 | Java | false | false | 326 | java | package com.example.information;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class InformationApplication {
public static void main(String[] args) {
SpringApplication.run(InformationApplication.class, args);
... | [
"15171140326@163.com"
] | 15171140326@163.com |
289119254927afb9ff36be3c8f258fcbc13c34ee | 1d3c582a363e8b8598a7cfaf774e484905c56c04 | /src/Main.java | 35af114ebfdc859ab9eecc1da7ba01309b96ef58 | [] | no_license | Angitae/boj1937 | fd152aa8bd5718aede73de551f746e521c250a18 | 36fa0e904b66e19784485de1fc55fef738ae9a2a | refs/heads/master | 2021-09-01T13:06:46.674703 | 2017-12-27T05:26:37 | 2017-12-27T05:26:37 | 115,484,623 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 2,872 | java |
//import java.util.Scanner;
////import java.util.*;
//import java.lang.Math;
//
//public class Main {
// static int map[][]; // map size
// static int k; // 최대로 오래 살 날 임시변수
// static int N;
// static int dx[] = { 0, 1, 0, -1 };
// static int dy[] = { -1, 0, 1, 0 };
// static int x, y;
// static int dix, di... | [
"dksrlxo0724@naver.com"
] | dksrlxo0724@naver.com |
0cf1fe07f102d1e158987ab91539dd14f5de9ae0 | db77908c40c076bb713c1b00fd633457658964a3 | /common/ifs-resources/src/test/java/org/innovateuk/ifs/invite/builder/NewUserStagedInviteListResourceBuilderTest.java | 38499ca669da0a23b57d56deaf3728eeb0b4ccc6 | [
"MIT"
] | permissive | InnovateUKGitHub/innovation-funding-service | e3807613fd3c398931918c6cc773d13874331cdc | 964969b6dc9c78750738ef683076558cc897c1c8 | refs/heads/development | 2023-08-04T04:04:05.501037 | 2022-11-11T14:48:30 | 2022-11-11T14:48:30 | 87,336,871 | 30 | 20 | MIT | 2023-07-19T21:23:46 | 2017-04-05T17:20:38 | Java | UTF-8 | Java | false | false | 2,589 | java | package org.innovateuk.ifs.invite.builder;
import org.innovateuk.ifs.invite.resource.NewUserStagedInviteListResource;
import org.innovateuk.ifs.invite.resource.NewUserStagedInviteResource;
import org.junit.Test;
import java.util.List;
import static org.innovateuk.ifs.invite.builder.NewUserStagedInviteListResourceBui... | [
"markd@iuk.ukri.org"
] | markd@iuk.ukri.org |
552442580e2bae0f12359a9631d4bfaa338313a5 | db0921e16640bebf261b188fe45ca3d3bff6631e | /TeamCode/src/main/java/org/firstinspires/ftc/teamcode/subsystems/TapeMeasureLauncher.java | e15aa41290503d552b6edc5cf698870085b80da7 | [] | no_license | SCHS-Robotics/LevelUp2019-2020 | e8a1360d42c9dd99c49165d3d7ba4cf02de8dae1 | 21afb4e050f788548888512a34f28295eae8dfa4 | refs/heads/master | 2020-09-22T06:37:22.874993 | 2020-03-04T23:50:15 | 2020-03-04T23:50:15 | 225,088,761 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,924 | java | package org.firstinspires.ftc.teamcode.subsystems;
import com.SCHSRobotics.HAL9001.system.source.BaseRobot.Robot;
import com.SCHSRobotics.HAL9001.system.source.BaseRobot.SubSystem;
import com.SCHSRobotics.HAL9001.util.annotations.TeleopConfig;
import com.SCHSRobotics.HAL9001.util.misc.Button;
import com.SCHSRobotics.H... | [
"colesavage02@gmail.com"
] | colesavage02@gmail.com |
730b60cd002922225b4362ee5d03511f54ea6c05 | fd2ceb7ce1c27d68881c395fa599a1a3506b9e70 | /10mybatis/src/main/java/tw/elliot/ms/mybatis/typehandler/DgtSportListHandler.java | 0757fc8e5ae719a4d2ae6a7f5f5f0259efdff2ff | [] | no_license | ElliotChen/spring_boot_example | f7a5118df60608058c889c828aa1b423e9a3b5d3 | ac4ad02a02c103e54f0277f204ea19975e32e7b0 | refs/heads/master | 2023-02-20T03:39:20.685123 | 2023-02-13T03:42:09 | 2023-02-13T03:42:09 | 83,627,197 | 1 | 4 | null | 2022-06-20T23:29:30 | 2017-03-02T02:55:25 | JavaScript | UTF-8 | Java | false | false | 306 | java | package tw.elliot.ms.mybatis.typehandler;
import org.apache.ibatis.type.JdbcType;
import org.apache.ibatis.type.MappedJdbcTypes;
import org.apache.ibatis.type.MappedTypes;
import tw.elliot.ms.domain.dgt.Sport;
import java.util.List;
public class DgtSportListHandler extends DomainListHandler<Sport> {
}
| [
"elliot@esport-tech.com"
] | elliot@esport-tech.com |
9caa96a829b580bea5b706e98e0bcf0cef29dc47 | 8d8a28e26d9c6d0dfc1551169e84aec9b5d9d476 | /src/main/java/com/example/demo/test/AutowireTest.java | aacacc3ad7749bfd1c251b0db26c6c52b6c0edfb | [] | no_license | saifullah007/CustomEnableAnotation | f4bd74e97da5796b0b24664239c5ab7c30bf248f | f78a69362552ae71d3cf6cb2f25942d3f3c75c44 | refs/heads/master | 2021-09-02T16:25:18.608725 | 2018-01-03T16:15:12 | 2018-01-03T16:15:12 | 116,154,826 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 479 | java | package com.example.demo.test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import javax.annotation.PostConstruct;
/**
* @Author saifullah on 3/1/18.
*/
@Component
public class AutowireTest {
@Autowired
private String aBean1;
@Autowir... | [
"="
] | = |
78b19eb0f097ab2fe8f259556164c87ed8730555 | 60a8c046881707ff4aac5a19fb2a0cee8fcbf5ae | /LearnJava_WeekendAfternoon_Selenium_NY_Fall20201/src/LearnEscapeSequences.java | bd83bdafaf6eb1138d1f1003f79bea642f760ef5 | [] | no_license | mamiar1989/EclipseWorkFlow | bbf60a6c07b3433c8438f7976ced5c4d216d7b36 | 3546cb77637c1bd0c512900e42202d7e06962ae6 | refs/heads/main | 2023-02-21T08:37:27.027539 | 2021-01-22T14:31:44 | 2021-01-22T14:31:44 | 331,967,708 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 909 | java |
public class LearnEscapeSequences {
public static void main(String[] args) {
// TODO Auto-generated method stub
System.out.println("this is an \t engeneering calss"); // insert a tab in the text at this point
System.out.println("this is an \b engeneering calss"); // /b insert a backspace in the text a... | [
"mariaamiar89@gmail.com"
] | mariaamiar89@gmail.com |
d35683c68423e1a69b42ac2d780535f1cc7fee47 | e7838536e710397b5c10b2f1492fbf3490be38f3 | /app/src/main/java/com/mmrx/gymstopwatch/ui/MainActivity.java | 0487e7a5f07015323cfd86f04dcf3a51887245ca | [] | no_license | liulinru13/GymStopWatch | cf137b4277544732a36fa70b6952bfaedc6abbff | ec3132d39a5d21cabb8971247b867743ebe53100 | refs/heads/master | 2020-04-11T15:44:06.110996 | 2019-02-20T13:54:28 | 2019-02-20T13:54:28 | 161,901,183 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 6,174 | java | package com.mmrx.gymstopwatch.ui;
import android.os.PowerManager;
import android.os.SystemClock;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import com.mmrx.gymstopwatch.listener.OnDoubleClickListener;
import com.mmrx.gymstopwatch.R;
im... | [
"liulinru13@126.com"
] | liulinru13@126.com |
0989b6dac90c772e374db733116bd74201100652 | 612aed6e68a9adaf0a82156a1c0d563f1c78362d | /课堂笔记/java基础部分/2.08.quickHitDemo/src/com/kgc/exam/Main.java | fb820a436a5359433c56dbad23e8b4881dbf0ac7 | [] | no_license | bairiyanhua/java_note | 24c9a03fe42cc22018c8e540591da1bda281429e | f0e04f63f3f90abefd68adec24fc5486e48fe15e | refs/heads/master | 2020-06-01T11:51:33.468532 | 2019-07-17T09:11:30 | 2019-07-17T09:11:30 | 190,768,835 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 544 | java | package com.kgc.exam;
import java.util.Random;
public class Main {
public static void main(String[] args) {
Player player = new Player();
player.play();
/*String aa = "123";
String bb = aa + "456";
System.out.println(bb);
StringBuffer sb = new StringBuffer();
sb.append("123")... | [
"fangtao04@meituan.com"
] | fangtao04@meituan.com |
298ed4897f6dbaced9c2326eb2b884934c51a5dd | df1c9e7d198c41dfb2c1d387ec358880ba1240f7 | /src/main/java/by/bsu/zinkovich/generator/impl/LinearCongruentialGenerator.java | b7c786240f33aa0ee12adbdad7dda4f4df4f62f4 | [] | no_license | IlyaZinkovich/ismLab2 | 63cd7958e854607f8b6d5a039b3b8bf2e7da0c9a | a944b09346ffc0019c81c0f0322b6476cffac11d | refs/heads/master | 2021-01-10T16:29:52.328582 | 2016-03-25T10:48:33 | 2016-03-25T10:48:33 | 54,208,409 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 834 | java | package by.bsu.zinkovich.generator.impl;
import org.apache.commons.math3.random.AbstractRandomGenerator;
public class LinearCongruentialGenerator extends AbstractRandomGenerator {
private long multiplier;
private long addend;
private long mask;
private long oldseed;
public LinearCongruentialGe... | [
"Ilya_Zinkovich@epam.com"
] | Ilya_Zinkovich@epam.com |
27a6bc3f73dfdd2bfdb663ec41e3e4e5b8469399 | 200b4b20c66767981292d99b5ffdca00fb693036 | /testservice/src/main/java/com/jichuangsi/school/testservice/config/Swagger2.java | 9b8dfbe48f3a862aa9af1e83c5996bbc27b789c4 | [] | no_license | NaiCha821/school | 50182f0b2dd8d0a34fbff6d4d1d65b71c1dcf0d7 | b8816b4689f5f6fc8ef82b1a9c2b6628bd7a20f2 | refs/heads/p2 | 2022-07-15T21:24:47.277606 | 2019-06-06T03:13:24 | 2019-06-06T03:13:24 | 189,579,010 | 0 | 0 | null | 2022-06-29T17:24:48 | 2019-05-31T10:55:19 | Java | UTF-8 | Java | false | false | 1,530 | java | /**
*
*/
package com.jichuangsi.school.testservice.config;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import springfox.documentation.builders.ApiInfoBuilder;
import springfox.documentatio... | [
"school@jichuangsi"
] | school@jichuangsi |
36b8e71b5a1108f01d289cb53695c8aa58ae2f76 | e92622134baa62a06f65d6875c3d2ae48725c066 | /demo3/src/main/java/com/wuyue/pojo/Request.java | 09ee534b33c92b22df45ecc8b90b7eb353207985 | [] | no_license | lambertss/Zero | 933d3d74daf075bd65503f25d0ab98891703bcd8 | 39815a2ce76b9d24050c85bd0cde4af02cb4680e | refs/heads/master | 2020-05-01T02:54:46.061214 | 2019-03-26T05:50:44 | 2019-03-26T05:50:44 | 177,231,575 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 330 | java | package com.wuyue.pojo;
import lombok.Getter;
import lombok.Setter;
/**
* 说明: 请求体包装
*/
@Getter
@Setter
public class Request<T> {
/**
* 用户token;
*/
private String token;
private Integer page=1;
private Integer limit=15;
/**
* 请求数据;
*/
private T data;
}
| [
"774873044@qq.com"
] | 774873044@qq.com |
444bf20b747d1677a52fb7f8173e7a46d1a3aafb | d2ec57598c338498027c2ecbcbb8af675667596b | /src/myfaces-api-2.1.10-sources/javax/faces/convert/NumberConverter.java | ebeffb1f42564d5a7c3dfa28b0c5891d93e51fc7 | [
"Apache-2.0"
] | permissive | JavaQualitasCorpus/myfaces_core-2.1.10 | abf6152e3b26d905eff87f27109e9de1585073b5 | 10c9f2d038dd91c0b4f78ba9ad9ed44b20fb55c3 | refs/heads/master | 2023-08-12T09:29:23.551395 | 2020-06-02T18:06:36 | 2020-06-02T18:06:36 | 167,005,005 | 0 | 0 | Apache-2.0 | 2022-07-01T21:24:07 | 2019-01-22T14:08:49 | Java | UTF-8 | Java | false | false | 20,680 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | [
"taibi@sonar-scheduler.rd.tut.fi"
] | taibi@sonar-scheduler.rd.tut.fi |
2129edceb667f3d7c576b5074e76c5e61ed74269 | e4c01c4f36bbf12abfee027a6f6bd468abe83bb4 | /JavaPro/src/GenericsWildCardUooerBound.java | 00d19cb8e4bbfc39bd74201a210308a71a9b9a8a | [] | no_license | kuldeep1024/Java | 8287b162bda47c2804517f41edae0bf1d76f1a6e | b660b49557df2609505ac5ef04f235c12b60053f | refs/heads/master | 2021-09-07T07:13:55.190711 | 2018-02-19T12:14:48 | 2018-02-19T12:14:48 | 115,595,955 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 744 | java | import java.util.ArrayList;
import java.util.List;
public class GenericsWildCardUooerBound {
public static void main(String[] args) {
List<? extends Number> list = new ArrayList<>();
//list.add((MyCls)12);
//list.add(new Double(12.9));
//list.add(new Object());
list.add(null);
}
}
c... | [
"noreply@github.com"
] | kuldeep1024.noreply@github.com |
a1a90e97c9076ca8813a0ab844a203ab47b04f43 | 23611f95ae0282f2f0dd2ff33ab532369a86ac8f | /src/main/java/com/herokuapp/theinternet/TestUtilities.java | 22ae86a043d4623e49dd53bbd0ae316cbc3469a3 | [] | no_license | anatolikarman/SeleniumUdemy | 07d042b29fb6b2aaa08a97ccdb65e07f8d8f93cb | d882d646e0feace3c6da83a7235747454480d11e | refs/heads/master | 2023-01-07T02:33:50.075450 | 2020-11-02T20:07:56 | 2020-11-02T20:07:56 | 309,479,716 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 334 | java | package com.herokuapp.theinternet;
import org.testng.annotations.DataProvider;
public class TestUtilities extends Basetest {
@DataProvider(name = "files")
protected static Object[][] files(){
return new Object[][]{
{1, "funny_meme.jpg"},
{2, "haha.txt"}
};
... | [
"anatolikarman@gmail.com"
] | anatolikarman@gmail.com |
db9d42455472d7d3b7aeb3a13e660f07b3e46611 | 5f0628275cce0c5d3937d90dcc45a2df988e8f46 | /tp1/src/main/java/fr/miage/m1/cours/SeLit.java | 8bce9cb95519a437822b3cd36915ec15b8747d9e | [] | no_license | Miage-M1-Unice/tp1-doumbe | 38262e52b3008b8ea15f9dbb6604b5caa8406700 | d9342d71c885a544aab9bc087bac39a6f66848f8 | refs/heads/master | 2020-04-22T03:46:48.035185 | 2019-03-05T10:53:16 | 2019-03-05T10:53:16 | 170,100,310 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 796 | java | package fr.miage.m1.cours;
import java.io.File;
import java.io.FileNotFoundException;
import java.util.Scanner;
public class SeLit{
void lecture(Scanner source){
while(source.hasNextLine()){
String s = source.nextLine();
System.out.println(s);
/... | [
"doumstar90@gmail.com"
] | doumstar90@gmail.com |
31bac1404f89230dcf3a8b73914c1c0cbb120065 | 6d74ccea8979b32f527b2195e436b033b8ae37ed | /JavaPolymorphism/src/model/ColorPrinter.java | 50dcb1f39632c5c57838e1ee9ad411d6b84949f3 | [] | no_license | y24er/Java_practice | bb8cf3cba2a4221047cc532ffd71fd42dd666d7f | 826440b8fa80f66db7b4781260683e11f230ef51 | refs/heads/master | 2022-11-15T00:11:55.531670 | 2020-06-28T03:39:43 | 2020-06-28T03:39:43 | 275,104,667 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 159 | java | package model;
public class ColorPrinter extends Printer{
@Override
public void printing() {
System.out.println("color printing...");
}
}
| [
"1028704486@qq.com"
] | 1028704486@qq.com |
0bfcef54bd7cdb06a0ba90599c9ec9d6d77ef3cf | 03bb0a86e0986dd7fc926a265ea71f2e108d8dbd | /src/redes/Correccion.java | 3429ba2a5ecdf01b228fe32ddf20ed4c8b852b43 | [] | no_license | fazd/RedesLab1 | 08b3c296ddbafa879fe7b6398fb87396ee397ad4 | f7f872b87fcedd640b5f38c9a911bb04d25188b4 | refs/heads/master | 2020-04-28T01:41:35.200113 | 2019-03-18T00:36:20 | 2019-03-18T00:36:20 | 174,866,955 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,386 | 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 redes;
import java.util.ArrayList;
import java.util.BitSet;
import javax.swing.JOptionPane;
import static redes.Hamming.getInd... | [
"fabioandres2907@hotmail.com"
] | fabioandres2907@hotmail.com |
262c639329d9be9553bed4736a0fe6d535e97c92 | a456b870118fe3034eb72f4f94bde593e5c016d0 | /src/com/innowhere/jnieasy/core/impl/common/typedec/model/natobj/data/TypeNativeStringBufferUnicodeArrayWrapperImpl.java | 69e4fb3e2aa60dae0a6bcc1ee0dd7d497bf59295 | [
"Apache-2.0"
] | permissive | fengxiaochuang/jnieasy | 0b0fed598e1d0ea2f24ab9a9e9476b58ec2fd510 | e295b23ee7418c8e412b025b957e64ceaba40fac | refs/heads/master | 2022-01-21T04:21:58.382039 | 2016-08-21T17:17:34 | 2016-08-21T17:17:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,685 | java | /*
* TypeNativeStringBufferUnicodeArrayWrapperImpl.java
*
* Created on 19 de enero de 2004, 20:47
*/
package com.innowhere.jnieasy.core.impl.common.typedec.model.natobj.data;
import com.innowhere.jnieasy.core.impl.common.classtype.model.natobj.data.ClassTypeNativeStringBufferUnicodeArrayWrapperImpl;
import com.inn... | [
"jmarranz@innowhere.com"
] | jmarranz@innowhere.com |
af57b1bcb834557148bac40c6a64e9d226baefdf | dbf5f6e79d3e499bf428de25ca3fec8033c18622 | /src/main/java/com/xr/question1/Sort.java | b2e414d359e9d9281d9a767999fe9ed64cc37444 | [] | no_license | 13530038279/xr-answer | 535f55571f276a834b09f68fa74d2d20407b70ff | 26eeb0ced71fd29f9d9658e2e3e407fb147a7a9c | refs/heads/master | 2023-02-15T07:03:26.145536 | 2021-01-06T02:07:46 | 2021-01-06T02:07:46 | 327,168,374 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,188 | java | package com.xr.question1;
import java.util.Arrays;
public class Sort {
public static int[] merge(int a[],int b[])
{
int result[];
result = new int[a.length+b.length];
//i:a数组下标 j:b数组下标 k:新数组下标
int i=0,j=0,k=0;
while(i<a.length && j<b.length){
if(a[i] <=... | [
"thinkinginchwj@163.com"
] | thinkinginchwj@163.com |
546d40238ce6a009706fc56957cacca8b17c4823 | c429f156cd2e59cb0d0adcdef2776bc0c455f619 | /src/main/java/com/example/domain/IA.java | 411cf6a89becc865e59895dc7d37fdc8327fc364 | [] | no_license | praveshtora/Metrics | adb5341703fc2c36359030966a37984e1cbc81e6 | 232bddc898970502ee804a6e654c80eabdefed44 | refs/heads/master | 2021-01-11T08:06:34.546806 | 2016-11-06T05:00:26 | 2016-11-06T05:00:26 | 72,908,551 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,060 | java | package com.example.domain;
import jdk.nashorn.internal.objects.annotations.Getter;
import jdk.nashorn.internal.objects.annotations.Setter;
import org.springframework.boot.autoconfigure.domain.EntityScan;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import... | [
"abhishek.palsule@gmail.com"
] | abhishek.palsule@gmail.com |
4eb10144e76cea1259539c25fbbc50d142da220b | e664c2376df92ea98fc50c840f3cb2a5df0caa9a | /src/dominio/Tabuleiro.java | dbe1c3a121dc5aa527d8a5686023c3fb3a583476 | [] | no_license | GabrielBoscoli/Campo-Minado | 2ea9c79c091b4e526abcb2f5f614c3c337f9206d | cc86a568cb0624234527323ce9ed92456533cada | refs/heads/master | 2022-03-30T19:02:54.782345 | 2020-01-17T07:31:02 | 2020-01-17T07:31:02 | 228,912,600 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 4,890 | java | package dominio;
import java.util.Random;
public class Tabuleiro {
private int numColunas;
private int numLinhas;
private TipoCasa[][] matrizTabuleiro;
private int[][] numBombasAoRedor;
private int quantidadeDeCasasSemMina;
public Tabuleiro(int numColunas, int numLinhas, int quantidadeDeCasasSemMina) {
this... | [
"gabriel_boscoli@hotmail.com"
] | gabriel_boscoli@hotmail.com |
68cf994272cf48de100d44b529bf34b4f2be8387 | b0d5ea5da78552b83e787e9ed0d3c7325eaa67f2 | /src/test/java/com/ipaly/transer/TransTest.java | 8de40a5d5f4b5fad84f3937633bbae1a7897062b | [] | no_license | guyuhan777/EntityTransfer | 12f3e2eefeed430975fa042bb61fe6f76c65e613 | 363d5ff8108ee4e23098dd487a1712ce5241836f | refs/heads/master | 2021-04-26T06:30:20.047282 | 2018-02-26T09:15:24 | 2018-02-26T09:15:24 | 121,357,641 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 928 | java | package com.ipaly.transer;
import java.util.ArrayList;
import java.util.List;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
public class TransTest extends TestCase {
public TransTest(String testName) {
super(testName);
}
/**
* @return the suite of tests ... | [
"gu_y@worksap.co.jp"
] | gu_y@worksap.co.jp |
6f60680bf82ba27f1b993381a2afee10275be70f | d19940133860bbddb4b9c79a3236d7402d19152c | /src/main/java/org/xperiment/php/core/tree/impl/EchoStatementTree.java | 5eb6fe40e92f6812a07a3563f755cd23e74498ae | [] | no_license | ghabxph/php-interpreter | 64f8f197b84906a025fc3f5bf6803871a179837e | 7700d7f92c59071ffa52cef52754a3bded53802f | refs/heads/master | 2023-08-10T02:04:37.591979 | 2019-02-25T16:26:46 | 2019-02-25T16:28:07 | 171,160,048 | 0 | 0 | null | 2023-07-21T08:56:27 | 2019-02-17T19:01:27 | Java | UTF-8 | Java | false | false | 1,043 | java | package org.xperiment.php.core.tree.impl;
import org.xperiment.php.core.tree.abs.StatementTreeImpl;
import org.xperiment.php.core.tree.iface.StatementTree;
import org.xperiment.php.core.tree.iface.StringLiteralTree;
import java.util.ArrayList;
import java.util.List;
/**
* (Class) EchoStatementTree
* - Class respon... | [
"me@ghabxph.info"
] | me@ghabxph.info |
5266cfbc7ede31abd6a8d31326e1e6cbc7d81136 | a6df3ca677cb301ae67220d1a2bec37f5045d270 | /cit590Examples/Java/GUI/BoxLayoutExample.java | 99b8342b821978c622f8fd48d017bbd94316182a | [] | no_license | abhusnurmath/rando | 53c6fdf5ef8ecbe8440c09acb79636db7f0bbd42 | 84260a35399d983ed0154a5e004cadd970d2be6a | refs/heads/master | 2020-05-19T11:07:09.372441 | 2015-02-21T01:35:25 | 2015-02-21T01:35:25 | 2,403,652 | 7 | 10 | null | 2015-01-25T02:02:12 | 2011-09-17T05:34:24 | Java | UTF-8 | Java | false | false | 476 | java | package guiprograms;
import javax.swing.Box;
import javax.swing.BoxLayout;
import javax.swing.JApplet;
import javax.swing.JButton;
public class BoxLayoutExample extends JApplet {
public void init () {
Box box = new Box(BoxLayout.Y_AXIS);
add(box);
box.add(new JButton("One"));
box.add(new JButton("Tw... | [
"bhusnur4@seas.upenn.edu"
] | bhusnur4@seas.upenn.edu |
8d6bd4e01a72c818ac4ef7c6a42ef75b961e8e27 | 28b6e7c633829a5a6b2bf51b00fd36c6e07cb02e | /src/java/com/pracbiz/b2bportal/core/mapper/PoLocationDetailMapper.java | 0b67db2dfb368ab64fe550320a8879e5eebe84fc | [] | no_license | OuYangLiang/pracbiz-Ntuc-B2B | db3aa7cc3cbd019b720c97342ffce966d1c4c3da | a6a36fbd0be941c19b9223aab5d0ec129b9752f1 | refs/heads/master | 2021-01-01T16:55:23.897814 | 2015-02-17T16:04:03 | 2015-02-17T16:04:03 | 30,924,377 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 376 | java | package com.pracbiz.b2bportal.core.mapper;
import com.pracbiz.b2bportal.base.mapper.BaseMapper;
import com.pracbiz.b2bportal.base.mapper.DBActionMapper;
import com.pracbiz.b2bportal.core.holder.PoLocationDetailHolder;
public interface PoLocationDetailMapper extends
BaseMapper<PoLocationDetailHolder>,
... | [
"ouyanggod@gmail.com"
] | ouyanggod@gmail.com |
45801755fb9613c7dd18652db741ca1e27be3575 | 62e334192393326476756dfa89dce9f0f08570d4 | /tk_code/tiku-essay-app/essay-server/src/main/java/com/huatu/tiku/essay/repository/EssayGoodsOrderRefundRepository.java | e76a378231ff8de30e781c2a0d72d0cc7374f07c | [] | no_license | JellyB/code_back | 4796d5816ba6ff6f3925fded9d75254536a5ddcf | f5cecf3a9efd6851724a1315813337a0741bd89d | refs/heads/master | 2022-07-16T14:19:39.770569 | 2019-11-22T09:22:12 | 2019-11-22T09:22:12 | 223,366,837 | 1 | 2 | null | 2022-06-30T20:21:38 | 2019-11-22T09:15:50 | Java | UTF-8 | Java | false | false | 873 | java | package com.huatu.tiku.essay.repository;
import com.huatu.tiku.essay.entity.EssayGoodsOrderRefund;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
import java.util.List;
/**
* 商品订单退款
*
* @author geek-s
* @date 2019-07-09
*/
p... | [
"jelly_b@126.com"
] | jelly_b@126.com |
7c2d8afaf9940ce6575c12cf0586a73671a5668b | cc3054de4cc317dd89b39d5e878e062e50837e0e | /app/src/main/java/com/mordreth/easyalertapp/app/MainActivity.java | 2b8bf5f30076138086783b64a988791ae76de6fb | [] | no_license | savelascod/EasyAlertApp | 8b6a71da69f44eb6ab7264e9ee673bb621390057 | 6987264fae7175da0ae0e7413cf3dbc65c633947 | refs/heads/master | 2021-01-10T04:08:52.414142 | 2015-11-20T04:51:52 | 2015-11-20T04:51:52 | 46,526,302 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,274 | java | package com.mordreth.easyalertapp.app;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.EditText;
import org.apache.http.NameValuePair;
import org.apache... | [
"savelascod@unal.edu.co"
] | savelascod@unal.edu.co |
2df89a46197c9e91a59a950f5bab9da87d175708 | 3116ca829e0d014c85eb8ae7b330e822ce95a132 | /c_libs/src/main/java/com/yefeng/support/base/AppInfo.java | bbdc1de523033088941eccdd41e1d20b06c6c918 | [] | no_license | yefengjie/yfsms | a9a1d02da08ae69a31ecb0dcd1fd2cfce491979e | b1e82fe50f26891e7c50b8a453816689d55b3378 | refs/heads/master | 2020-03-12T14:46:01.779755 | 2019-01-21T08:41:17 | 2019-01-21T08:41:17 | 130,675,486 | 11 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,632 | java | package com.yefeng.support.base;
import android.content.Context;
import android.content.pm.PackageInfo;
import android.os.Build;
import android.util.DisplayMetrics;
import com.yefeng.support.R;
/**
* Created by yee on 11/18/13.
* app basic information
*
* @author yefeng
*/
public class AppInfo {
public st... | [
"yefeng@MacBook-Pro.local"
] | yefeng@MacBook-Pro.local |
d762dc85813f3898973c4a168d44e18a15d2f054 | 42bfd6f4eda7a0331d7ddef1decf883ec64e98ad | /src/main/java/com/ih/service/MerchantImportServiceImpl.java | 21bbdbc493ea8cc09fcd40846f089e8e1e975f1b | [] | no_license | iliyahristov/emp-test | 5b7a46489a910a09b15e0763437af316d877ddf7 | 5627dde9ee8b5d69c3a6f1037e6ae05f493341c8 | refs/heads/master | 2023-03-11T13:15:34.522495 | 2021-02-28T19:34:50 | 2021-02-28T19:34:50 | 340,724,443 | 0 | 0 | null | 2021-02-28T19:34:51 | 2021-02-20T18:27:50 | Java | UTF-8 | Java | false | false | 1,269 | java | package com.ih.service;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.web.multipart.MultipartFile;
import com.ih.helper.MerchantHelper;
import com.... | [
"ihristov@intersoftpro.com"
] | ihristov@intersoftpro.com |
4727fd5a493d43bcaea9afe8bf1451f92861b808 | 386a0f03b65ed4fdd2e61fbcba4c5c0e7af3f07c | /src/by/lyubin/task4OOP/constant/DistrictConstant.java | fb4f53a5c6ed7482ed07bb21a14bd95ebebe1c18 | [] | no_license | shadow1230001/ItAcademy-Lesson5 | de1697f3a81c0e69b7ebf45f11aec07ce7b8ff22 | 04d331c06c12b76691bf809c16bf68546d2738fa | refs/heads/master | 2021-05-06T04:23:22.691764 | 2017-12-24T16:15:49 | 2017-12-24T16:15:49 | 114,994,904 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,519 | java | package by.lyubin.task4OOP.constant;
public class DistrictConstant {
public static final String DISTRICT_BRESRSKIY = "Brestskiy";
public static final String DISTRICT_VITEBSKIY = "Vitebskiy";
public static final String DISTRICT_GOMELSKIY = "Gomelskiy";
public static final String DISTRICT_GRODNENSKIY = "... | [
"vlyubin@list.ru"
] | vlyubin@list.ru |
487d37886290ed45f7df890765fcbc383dd8a326 | d2e737c077e9afb19b0d230c07e7828eb45a0691 | /00_leetcode/src/com/jms/链表/_206_反转链表.java | 1421fe068b4f8ce50c84c742629b58632c439f44 | [] | no_license | superJamison/algorithm | 5a78ac7c623cdf7a344d6494e39d2b97adb3cfb3 | 236c1500cf8a7d5c27327020b7505bec578e0359 | refs/heads/main | 2023-08-23T14:45:42.953098 | 2021-11-07T08:01:53 | 2021-11-07T08:01:53 | 352,030,810 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 771 | java | package com.jms.链表;
/**
* @author Jamison
* @version 1.0
* @date 2021/3/21 19:30
*/
public class _206_反转链表 {
public ListNode reverseList(ListNode head) {
if (head == null || head.next == null){
return head;
}
ListNode node = reverseList(head.next);
head.next.next = ... | [
"2982935350@qq.com"
] | 2982935350@qq.com |
c106c9e58cc5f0d4823dc738c56129ce1afdf61c | ef0c1514e9af6de3ba4a20e0d01de7cc3a915188 | /sdk/security/azure-resourcemanager-security/src/main/java/com/azure/resourcemanager/security/models/ComplianceResults.java | dfea3d0538114c107cfcb6c1a9bf1216fe1cb7e9 | [
"LicenseRef-scancode-generic-cla",
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unknown-license-reference",
"LGPL-2.1-or-later",
"CC0-1.0",
"BSD-3-Clause",
"UPL-1.0",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause"
] | permissive | Azure/azure-sdk-for-java | 0902d584b42d3654b4ce65b1dad8409f18ddf4bc | 789bdc6c065dc44ce9b8b630e2f2e5896b2a7616 | refs/heads/main | 2023-09-04T09:36:35.821969 | 2023-09-02T01:53:56 | 2023-09-02T01:53:56 | 2,928,948 | 2,027 | 2,084 | MIT | 2023-09-14T21:37:15 | 2011-12-06T23:33:56 | Java | UTF-8 | Java | false | false | 3,350 | java | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.security.models;
import com.azure.core.http.rest.PagedIterable;
import com.azure.core.http.rest.Response;
import com.azure.core.... | [
"noreply@github.com"
] | Azure.noreply@github.com |
b4959ea9544af8d18c68463408715f006986b8d9 | 6c28eca2c33a275fb0008a51b8e5776a82f5904d | /Code/Hierarchy_GenerationTestProject/src/net/unconventionalthinking/matrix/AppSymbols.java | 76599fd59ef099453716dfa1cb67e1f00e7302e4 | [] | no_license | UnconventionalThinking/hierarchy | 17dc9e224595f13702b9763829e12fbce2c48cfe | de8590a29c19202c01d1a6e62ca92e91aa9fc6ab | refs/heads/master | 2021-01-19T21:28:29.793371 | 2014-12-19T03:16:24 | 2014-12-19T03:16:24 | 13,262,291 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 31,670 | java | /* Copyright 2012, 2013 Unconventional Thinking
*
* This file is part of Hierarchy.
*
* Hierarchy 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 la... | [
"github@unconventionalthinking.com"
] | github@unconventionalthinking.com |
57486a3ccd561f06931371a8e8fb1a28f35255bd | 613d4ac6b2e99f3ee9c84ad77822f79c2a4cc068 | /iscript-core/iscript-core-match/src/test/java/com/lezo/iscript/match/algorithm/tokenizer/UnitTokenizerTest.java | a5472fc06dbf22c83f96442bca86082393397bb4 | [] | no_license | juan8510/iscript | dd6b881bda5db2c4b34a45068f2dc13a64c2e9ca | 352c6344b4fbed225df2ff36957ea420c2b5f4ba | refs/heads/master | 2021-01-16T22:50:42.368044 | 2015-12-07T04:01:39 | 2015-12-07T04:01:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,776 | java | package com.lezo.iscript.match.algorithm.tokenizer;
import java.util.List;
import org.apache.commons.lang3.ArrayUtils;
import org.junit.Assert;
import org.junit.Test;
import com.lezo.iscript.match.pojo.CellToken;
public class UnitTokenizerTest {
UnitTokenizer tokenizer = new UnitTokenizer();
@Test
publ... | [
"lcstore"
] | lcstore |
39c77ea71c87a5ed672ec04f6a06cc88b44ada5e | 9b2f53b63fe5cd2a223fdf72486ef80e41f0313b | /src/main/java/com/andy/recipe/model/UnitOfMeasure.java | c0fb1f7c14298439bbf41e5e65dd33a771cd0d06 | [] | no_license | brokorenko/recipe | ae079caa5f17f8004e9a9d7d6cc498d4db5a137c | 74b73523b16e05548c75e515a1a1fd67724c1aae | refs/heads/master | 2020-04-03T03:17:35.085561 | 2018-10-31T14:01:23 | 2018-10-31T14:01:23 | 154,981,462 | 0 | 0 | null | 2018-10-31T14:01:25 | 2018-10-27T15:49:09 | Java | UTF-8 | Java | false | false | 341 | java | package com.andy.recipe.model;
import javax.persistence.*;
@Entity
public class UnitOfMeasure {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long id;
private String name;
public String getName() {
return name;
}
public void setName(String name) {
this.... | [
"brokorenko@gmail.com"
] | brokorenko@gmail.com |
d0721e0ebcf03def4a07f8445347f66d79d26576 | 40f500cd396bf84db3d130b9b6ea731378024dc8 | /src/main/java/com/ms/et/initdata/InitDataLoader.java | 0f172d5e0e9d7dd72ad508b76cd8ce6e2a88c939 | [] | no_license | FGM-148/eqtrack | d89899fa620c84e3113bdc339bc43305994f2a82 | e1f430cb39d2c08a0e4f2de641330010766bc542 | refs/heads/master | 2020-03-28T20:05:27.380467 | 2018-10-06T08:42:30 | 2018-10-06T08:42:30 | 149,037,596 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,756 | java | package com.ms.et.initdata;
import com.ms.et.domain.*;
import com.ms.et.repositories.*;
import com.ms.et.services.CompanyService;
import com.ms.et.services.ItemService;
import com.ms.et.services.ProjectService;
import org.kohsuke.randname.RandomNameGenerator;
import org.springframework.beans.factory.annotation.Autowir... | [
"maciej.siekierda@gmail.com"
] | maciej.siekierda@gmail.com |
d5bb64e5fbeac4ca8169e2500b2c97a718929608 | 588944fafb1178ce48c5e50fa02291b8e23ce159 | /src/com/codegym/service/CustomerService.java | 3c7f716a0ebd48d7847138970952428f4b32933d | [] | no_license | KhoiPham1/java-web-mvc | c8e2a35fd49ae146da71b0f0d22a16c681c5fe43 | 3764a408b3344878b1e8826ecf4bf591dbfdfbbf | refs/heads/master | 2020-04-09T10:59:40.221489 | 2018-12-04T03:28:15 | 2018-12-04T03:28:15 | 160,290,980 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 294 | java | package com.codegym.service;
import com.codegym.model.Customer;
import java.util.List;
public interface CustomerService {
List<Customer> findAll();
void save(Customer customer);
Customer findById(int id);
void update(int id, Customer customer);
void remove(int id);
}
| [
"khoi171195@gmail.com"
] | khoi171195@gmail.com |
abf88e6edc9041580d964e86ca951c0c7557d2e5 | a4469318865d15dd57cc7e8248838861d47e81fe | /branch/crm-service-utils/src/main/java/com/np/tele/crm/pojos/CrmMasterPojo.java | 34517947c386337a70508cb976be4a8eac2f5ec3 | [] | no_license | shailendrasemilo/Timbl | f002efa9c39470302fce66492cfabd3d8a1b4379 | f6a13de62694db287afa464303b0d0c7afbab6ed | refs/heads/master | 2023-01-04T15:51:48.001632 | 2020-11-03T05:30:38 | 2020-11-03T05:30:38 | 309,582,556 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,515 | java | package com.np.tele.crm.pojos;
// Generated 5 Jul, 2013 11:15:37 AM by Hibernate Tools 3.4.0.CR1
import java.util.Date;
/**
* CrmMaster generated by hbm2java
*/
public class CrmMasterPojo
implements java.io.Serializable
{
private long categoryId;
private String category;
private String subCategory... | [
"shailendrasemilo@gmail.com"
] | shailendrasemilo@gmail.com |
eea9eeececddc40fee27531c80bfae9fdc0c0abe | 93de0f492db1a5105c51d76d66ab78429d1d4edb | /gateway/src/main/java/io/study/gateway/interceptor/FilterLoader.java | 639f3c3ba761f5815306c0f9809c7c318d0a4cec | [] | no_license | wangjingf/onlyforstudy | 5a7cb0538f3277e7180f113d2bbfc0ca23b9ed07 | ef19167138836957d3de72bcbee35b8b6ac15732 | refs/heads/master | 2022-12-21T09:55:23.673174 | 2022-01-15T07:40:21 | 2022-01-15T07:40:21 | 107,334,182 | 1 | 1 | null | 2022-12-10T06:23:12 | 2017-10-17T23:16:45 | Java | UTF-8 | Java | false | false | 1,533 | java | package io.study.gateway.interceptor;
import com.jd.vd.common.exception.BizException;
import java.util.ArrayList;
import java.util.List;
/**
* filters数量刚才是固定的,只能有这么多,动态加的一下配置在filters里再做处理吧,可以再进行 二级封装,非线程安全
*/
public class FilterLoader {
ArrayList<IFilter> filters = new ArrayList<>();
public void addLas... | [
"wangjingfang3@jd.com"
] | wangjingfang3@jd.com |
247a86d008b511c6b6bbb37b76fbad7bf12b854f | d5a78cc4b2f456d863de50656b2986f95200f00f | /app/src/main/java/com/e/maintabactivity/PrivateTripActivity.java | 63bf0e8ddf8b257c2b54e9c875f3251aa9b9541d | [] | no_license | TNaeem/TripAdvert | 9b404a21d49e2e02eb1b8edabcfedb889ecd10f0 | a61f3c8141164c1525957425e727cc161002b3f4 | refs/heads/master | 2022-10-14T20:09:03.197449 | 2020-06-12T21:35:10 | 2020-06-12T21:35:10 | 259,290,766 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,985 | java | package com.e.maintabactivity;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.core.app.ActivityCompat;
import androidx.core.content.ContextCompat;
import android.Manifest;
import android.app.DatePickerDialog;
import android.app.Dialog;
import android.content.Inten... | [
"talhanaeem395@gmail.com"
] | talhanaeem395@gmail.com |
4601aad95e41d4165be79346b76b362645e5c3f3 | 8391818059e1ff4fef436b77a3dd62a131d1c813 | /VirtualnySensor/src/main/java/com/mycompany/virtualnysensor/Sensor.java | b5fe3b023f26f1ed97fedd8081480e282099e7f2 | [] | no_license | ChilyB/IoT | a6fc3579bfcaedbd3d7d1f0a9791690ed4be8bf1 | c5d213a5e7927fc986e41240ba9655164503fecc | refs/heads/master | 2021-01-25T08:19:29.839147 | 2017-06-11T11:51:37 | 2017-06-11T11:51:37 | 93,753,757 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,835 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.mycompany.virtualnysensor;
import java.io.IOException;
import java.util.Optional;
import java.util.Scanner;
impo... | [
"noreply@github.com"
] | ChilyB.noreply@github.com |
fc3f73a3bd0a744639a9503dfce6b8504bd6215a | e9057a9ba387eadf55e83ce006507523be62ce77 | /app/src/main/java/com/hb/mydietcoach/activity/challenge/NewChallengeActivity.java | 824cd01afc9152847e4569f7405172ec362af725 | [] | no_license | hungnb94/MyDietCoach | e145d48b62cd64a420ccb3511bb582e3385dacbe | 3684a99f15ffb3b39a7e38890c7846ca4b5a4630 | refs/heads/master | 2020-03-18T23:01:43.964319 | 2018-07-18T09:51:47 | 2018-07-18T09:51:47 | 135,379,030 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,839 | java | package com.hb.mydietcoach.activity.challenge;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.widget.Toolbar;
import android.text.TextUtils;
import android.view.MenuItem;
import android.view.View;
import android.widget.EditText;
import android.widget.LinearLayout;
import android.wid... | [
"hungnb94@gmail.com"
] | hungnb94@gmail.com |
b2827ade7234f390f1564a21ed8a569c6ae1d744 | 86505462601eae6007bef6c9f0f4eeb9fcdd1e7b | /bin/modules/web-content-management-system/cmsfacades/testsrc/de/hybris/platform/cmsfacades/workflow/populator/CMSWorkflowDataPopulatorTest.java | f1c3d1440538c4f9d23c59f82fc09007c08160a0 | [] | no_license | jp-developer0/hybrisTrail | 82165c5b91352332a3d471b3414faee47bdb6cee | a0208ffee7fee5b7f83dd982e372276492ae83d4 | refs/heads/master | 2020-12-03T19:53:58.652431 | 2020-01-02T18:02:34 | 2020-01-02T18:02:34 | 231,430,332 | 0 | 4 | null | 2020-08-05T22:46:23 | 2020-01-02T17:39:15 | null | UTF-8 | Java | false | false | 2,147 | java | /*
* Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved.
*/
package de.hybris.platform.cmsfacades.workflow.populator;
import static java.lang.Boolean.TRUE;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.when;
import de.hybris.bootstrap.annotations.UnitTest;
impor... | [
"juan.gonzalez.working@gmail.com"
] | juan.gonzalez.working@gmail.com |
eb60d251faa84d23d155e7b2669e384a8bb49379 | 20eb62855cb3962c2d36fda4377dfd47d82eb777 | /newEvaluatedBugs/Jsoup_31_buggy/mutated/2151/HtmlTreeBuilderState.java | 5cc2962fb73280034ce23f48590ea4c10d8dd7dc | [] | no_license | ozzydong/CapGen | 356746618848065cce4e253e5d3c381baa85044a | 0ba0321b6b1191443276021f1997833342f02515 | refs/heads/master | 2023-03-18T20:12:02.923428 | 2020-08-21T03:08:28 | 2020-08-21T03:08:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 68,524 | java | package org.jsoup.parser;
import org.jsoup.helper.DescendableLinkedList;
import org.jsoup.helper.StringUtil;
import org.jsoup.nodes.*;
import java.util.Iterator;
import java.util.LinkedList;
/**
* The Tree Builder's current state. Each state embodies the processing for the state, and transitions to other states.
*... | [
"justinwm@163.com"
] | justinwm@163.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.