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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1e7d22d81ea3aba7559728a51b4836424ba87b52 | 3ddeeb06543267a97bdd15aed5d4bef6d3d8f5e6 | /app/src/main/java/br/com/veteritec/usecase/UseCaseAbstract.java | 77d9e5dce3c2742c023b2251849b593623fbc689 | [] | no_license | cleysondiego/veteritec-mobile | 75dc8a8183d79460de5714e71a53f8ffdbc38d68 | 1af31729e02c57fbd2683af14f1de536b8279c8c | refs/heads/master | 2021-03-02T14:12:56.341386 | 2020-11-14T16:10:43 | 2020-11-14T16:10:43 | 245,873,094 | 2 | 0 | null | 2020-05-08T12:57:09 | 2020-03-08T19:15:37 | Java | UTF-8 | Java | false | false | 297 | java | package br.com.veteritec.usecase;
public abstract class UseCaseAbstract implements UseCase {
private Executor executor;
public UseCaseAbstract(Executor executor) {
this.executor = executor;
}
@Override
public void execute() {
executor.execute(this);
}
}
| [
"cleyson.dasilva@dieboldnixdorf.com"
] | cleyson.dasilva@dieboldnixdorf.com |
b8afa6a18570d700a6083984807a3d3645d13ac4 | d1a6d1e511df6db8d8dd0912526e3875c7e1797d | /genny_JavaWithoutLambdas/applicationModule/src/main/java/applicationModulepackageJava17/Foo835.java | 16b4a5b95a5713b80211960ca7630e63a8e6eeb9 | [] | no_license | NikitaKozlov/generated-project-for-desugaring | 0bc1443ab3ddc84cd289331c726761585766aea7 | 81506b3711004185070ca4bb9a93482b70011d36 | refs/heads/master | 2020-03-20T00:35:06.996525 | 2018-06-12T09:30:37 | 2018-06-12T09:30:37 | 137,049,317 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 348 | java | package applicationModulepackageJava17;
public class Foo835 {
public void foo0() {
new applicationModulepackageJava17.Foo834().foo5();
}
public void foo1() {
foo0();
}
public void foo2() {
foo1();
}
public void foo3() {
foo2();
}
public void foo4() {
foo3();
}
public void... | [
"nikita.e.kozlov@gmail.com"
] | nikita.e.kozlov@gmail.com |
d2754e709a87911fdb731d1cf62fb68b3495ec6a | bcd4be1e1e06ad5e1aa396a76fb956feded52426 | /app/src/main/java/com/w1761940/coursework2/Database.java | 673c6849f5e795472cc69436bf0c9d0bfe1e6e92 | [] | no_license | thirandev/Imdb-Tracker-Mobile-App | fe73e4c6f73859d7e6a331cbf034f357804c8f22 | e809b25a3d054ab973af6d6c60a7cd0b7102855e | refs/heads/main | 2023-04-24T00:56:11.981234 | 2021-05-16T08:52:55 | 2021-05-16T08:52:55 | 367,824,794 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,924 | java | package com.w1761940.coursework2;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.util.Log;
import java.util.ArrayList;
public class Database extends SQLiteOpenHelper {
private static f... | [
"78394671+thirandev@users.noreply.github.com"
] | 78394671+thirandev@users.noreply.github.com |
675ce157b9bbf032d593b5b53175224547ff9616 | d3df25004d54f6ae14a1c140db18d071023ec656 | /src/main/java/rojbot/PhotoBot.java | ba396b3a8624c9db1dea07d1a17d6f5ba50315b5 | [] | no_license | ormeno/R_1 | b3bf41c838f2ccff45a4a212d006f6c132828594 | 49bae31a7dcb1ca29311450a296d2cb28c70338b | refs/heads/master | 2020-04-30T23:18:07.060471 | 2019-03-29T13:27:02 | 2019-03-29T13:27:02 | 177,140,582 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,300 | java | package rojbot;
import org.telegram.telegrambots.meta.api.methods.send.SendMessage;
import org.telegram.telegrambots.meta.api.methods.send.SendPhoto;
import org.telegram.telegrambots.meta.api.objects.PhotoSize;
import org.telegram.telegrambots.meta.api.objects.Update;
import org.telegram.telegrambots.meta.api.ob... | [
"roj@PC-ROJ.ttec.es"
] | roj@PC-ROJ.ttec.es |
29f7671ea4eeeec330749a3fa1f2052c17f177a5 | 05542e2cda404697913c65bef9764454543b0ed5 | /src/day10/inherit/player/Mage.java | a62d2fc79e99547373a12b8119303f53fc17c493 | [] | no_license | pfull-coder/java_study | b75610570826c3d618fac9d9b3a05aeb25167af6 | e95ca6d99f49492df362734a9fcf5d8742b9ee89 | refs/heads/master | 2023-03-12T03:32:38.480219 | 2021-02-26T02:42:38 | 2021-02-26T02:42:38 | 334,021,104 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 277 | java | package day10.inherit.player;
public class Mage extends Player {
int mana;
public Mage() {
super("마법사", 1,50);
}
void meteo() {}
@Override
void info() {
super.info();
System.out.println("# 마력: " + this.mana);
}
} | [
"sevnich@gmail.com"
] | sevnich@gmail.com |
ceba24fb2cb6d63ad7628d413a806b6817815399 | 54ef079676a462a75a321d73fe20eb0ef45c01d1 | /src/servlets/ServletAlumno.java | 11b83da737014ae6d01dfb1bc6c15b3d281247f5 | [] | no_license | JulioLimache/Proyecto_Voluntariado | a00b061b285fc67d81f3c04dd91e34eb9fc6ef3e | 95d2ef0938270ed6c3c80f8465003c8bd8c28347 | refs/heads/master | 2021-07-23T14:42:03.124584 | 2017-10-19T02:58:39 | 2017-10-19T02:58:39 | 107,610,337 | 0 | 0 | null | 2017-10-19T23:46:54 | 2017-10-19T23:46:54 | null | ISO-8859-10 | Java | false | false | 2,667 | java | package servlets;
import java.io.IOException;
import java.text.ParseException;
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 javax.servlet.htt... | [
"cinthya.barrezueta.reyes@gmail.com"
] | cinthya.barrezueta.reyes@gmail.com |
a0efa9418dd16b34b1b939f0b267d882d725a07f | adaad49512645463be44a148a82026d4cf11aea2 | /modules/andes-core/common/src/main/java/org/wso2/andes/framing/ContentHeaderBodyFactory.java | ad1cd460fc874c60374469734fa8b97329f479c4 | [
"Apache-2.0"
] | permissive | isurulucky/andes | d0ec4a036124060363c25e50f95537271308e842 | 0d23e9507a8e3076cb3789c42d3539cd80c744e9 | refs/heads/master | 2022-06-03T00:37:00.994308 | 2022-05-31T04:26:11 | 2022-05-31T04:26:11 | 66,438,011 | 0 | 0 | Apache-2.0 | 2022-05-31T04:18:05 | 2016-08-24T06:41:47 | Java | UTF-8 | Java | false | false | 1,731 | 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"); y... | [
"shammi@Shammis-MacBook-Pro.local"
] | shammi@Shammis-MacBook-Pro.local |
e777196efd1503960214f4191410b04e97fd54b8 | 2fd1b33dd3110777e9b41ee1371daf12a749a9ee | /Chap15/src/EyeHandCoordination.java | 93d847e60cda88964ecf2604049b9fafde0dd941 | [] | no_license | HULLZHU/eclipse-workspace | 04c474c3cdfdfc79567342974ef04c037e684fae | 3989116abd9a994336e649af11650761693e92c3 | refs/heads/master | 2021-06-09T18:34:17.479825 | 2019-11-05T20:39:05 | 2019-11-05T20:39:05 | 145,763,364 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,408 | java | import javafx.application.Application;
import javafx.scene.Scene;
import javafx.scene.layout.Pane;
import javafx.scene.paint.Color;
import javafx.scene.shape.Circle;
import javafx.scene.text.Text;
import javafx.stage.Stage;
public class EyeHandCoordination extends Application {
private Pane pane = new Pane()... | [
"noreply@github.com"
] | HULLZHU.noreply@github.com |
163e78a3cd3863b2d38ea31a11dd71c9389622aa | 96f51591d0c0a71a1f67668a844d17c45fc5a3e1 | /src/test/java/com/timshaya/springboot/web/TodoApp/TodoAppApplicationTests.java | 57680640cc9bcbf08ff217a11b1c1ca3a7b52d49 | [] | no_license | timshaya/TodoApp | 201482b767caf73f398bcdb401424e7f960a3f89 | 7dd2a58e26349dca522bf8d063787d74dbfe86a4 | refs/heads/master | 2020-04-08T09:48:11.414501 | 2018-11-28T19:37:40 | 2018-11-28T19:37:40 | 159,240,324 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 353 | java | package com.timshaya.springboot.web.TodoApp;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class TodoAppApplicationTests {
@Test
pu... | [
"TAS1225@172.27.101.74"
] | TAS1225@172.27.101.74 |
d33a93277fe1a1b8f5a003dcc66f7cd2abecfcff | 18ad8213a95cce1d8c3e10188f9f605f2f2e77d6 | /Core-2/Core-2/CompositionEncapsulationPolymorphism/src/main/java/com/purplewisteria/CompositionEncapsulationPolymorphism/polymorphism/ex01/CrossCountryMountainBike.java | 8899c382e24eda305a0d4b6b89774520996f1353 | [] | no_license | vishucloud/Project_1 | 3a52f507f3f0322286d05bbc9ab0f463cfa5364a | 48cf1d4877ba421a4af3f8215536b9ce05cf5d9e | refs/heads/master | 2023-04-14T06:53:34.913898 | 2021-04-28T20:39:32 | 2021-04-28T20:39:32 | 362,598,377 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 431 | java | package com.purplewisteria.CompositionEncapsulationPolymorphism.polymorphism.ex01;
public class CrossCountryMountainBike extends Bike {
public CrossCountryMountainBike(String bikeType, String model, double price) {
super(bikeType, model, price);
// TODO Auto-generated constructor stub
}
@Override
public Str... | [
"49354802+vishucloud@users.noreply.github.com"
] | 49354802+vishucloud@users.noreply.github.com |
b366d5fe65b7163306f455abf9669cbe5cf6daf5 | 8eeca7aa9f558d575e7db306bd708302c61ccc79 | /Midterm/app/src/main/java/hu/cai/ait/midterm/MainActivity.java | add1fbde7dca00e5f0ebe9e68bb0119df788d454 | [] | no_license | Cai-Glencross/AndroidProjects | eff918e364c4fc01a5c28ff7a5226720aaa3a0d8 | 70cd7c6abe133143b6ba2885f295f094d90be918 | refs/heads/master | 2022-03-12T21:33:53.433610 | 2017-04-09T12:57:45 | 2017-04-09T12:57:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,707 | java | package hu.cai.ait.midterm;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.text.Layout;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.ImageView;
import android.widget.LinearLayout;
import... | [
"cai.glencross@pomona.edu"
] | cai.glencross@pomona.edu |
a3757e342f0153fe59a16149a957cbd5c26e5302 | e82c1473b49df5114f0332c14781d677f88f363f | /MED-CLOUD/med-data/src/main/java/nta/med/data/dao/medi/cpl/Cpl0608RepositoryCustom.java | 1a700eaadaffd0b879e470a7608a404f718ff825 | [] | no_license | zhiji6/mih | fa1d2279388976c901dc90762bc0b5c30a2325fc | 2714d15853162a492db7ea8b953d5b863c3a8000 | refs/heads/master | 2023-08-16T18:35:19.836018 | 2017-12-28T09:33:19 | 2017-12-28T09:33:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 112 | java | package nta.med.data.dao.medi.cpl;
/**
* @author dainguyen.
*/
public interface Cpl0608RepositoryCustom {
}
| [
"duc_nt@nittsusystem-vn.com"
] | duc_nt@nittsusystem-vn.com |
470287d0a1bf459e3cb27dc91159a93a3040673b | bd1f79f99474bbb1efbdb65d1cf8c7ec157caa01 | /cineast-api/src/main/java/org/vitrivr/cineast/api/rest/handlers/actions/segment/FindSegmentsByIdGetHandler.java | cf208a7dc904fefe0e169da897b67a122548a67d | [
"MIT"
] | permissive | mpas97/cineast | 83084d7390ea4ae5fd1c40f44aeef01fac1d0129 | 82e3df6663ca5c3538ce0d2fe2a9421651b5eecd | refs/heads/dev | 2022-12-27T21:15:20.781110 | 2020-09-14T11:38:32 | 2020-09-14T11:38:32 | 255,859,359 | 0 | 0 | MIT | 2020-09-22T09:36:19 | 2020-04-15T08:54:35 | Java | UTF-8 | Java | false | false | 2,141 | java | package org.vitrivr.cineast.api.rest.handlers.actions.segment;
import io.javalin.http.Context;
import io.javalin.plugin.openapi.dsl.OpenApiBuilder;
import io.javalin.plugin.openapi.dsl.OpenApiDocumentation;
import org.vitrivr.cineast.api.messages.result.MediaSegmentQueryResult;
import org.vitrivr.cineast.api.res... | [
"loris.sauter@unibas.ch"
] | loris.sauter@unibas.ch |
cbd4039101dbad4c823d6e6580f779bddd8471bf | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/XWIKI-13316-6-3-FEMO-WeightedSum:TestLen:CallDiversity/com/xpn/xwiki/internal/template/InternalTemplateManager_ESTest.java | 240448866d6750f86d37fa69cae88109515695cf | [] | no_license | STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application | cf118b23ecb87a8bf59643e42f7556b521d1f754 | 3bb39683f9c343b8ec94890a00b8f260d158dfe3 | refs/heads/master | 2022-07-29T14:44:00.774547 | 2020-08-10T15:14:49 | 2020-08-10T15:14:49 | 285,804,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 584 | java | /*
* This file was automatically generated by EvoSuite
* Fri Apr 03 23:51:55 UTC 2020
*/
package com.xpn.xwiki.internal.template;
import org.junit.Test;
import static org.junit.Assert.*;
import org.evosuite.runtime.EvoRunner;
import org.evosuite.runtime.EvoRunnerParameters;
import org.junit.runner.RunWith;
@RunWi... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
fce6ba77a030d36023052b44d8b310ff0828d633 | 99c14585111f3c73a305242473b6e7a79a5743f8 | /src/main/old/com/workasintended/chromaggus/ai/behavior/FindClosestCity.java | c264ba1418ed8184d1b318e3ac91b1f43fdb7245 | [] | no_license | mazimeng/chromaggus | 3a5fdb68108a6d50c5d8f1636519cd8752a9309e | 912ae7fdf50d46dc7f312b812af4339b327a4c2a | refs/heads/master | 2021-01-16T18:33:02.030430 | 2017-09-17T15:43:41 | 2017-09-17T15:43:41 | 100,087,622 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,115 | java | package com.workasintended.chromaggus.ai.behavior;
import com.badlogic.gdx.ai.btree.LeafTask;
import com.badlogic.gdx.ai.btree.Task;
import com.badlogic.gdx.utils.Predicate;
import com.workasintended.chromaggus.Unit;
import com.workasintended.chromaggus.WorldStage;
/**
* Created by mazimeng on 5/2/16.
*/
public abs... | [
"mazm@unicc.com.cn"
] | mazm@unicc.com.cn |
ce85d465d41762307703a9845d3fe9757fb296df | d4757083d1b938a23d97a1158ed16f510634799f | /алгоритмы и структуры данных + установка Java/src/JavaCore/laba1_2/Part2/WorkWithArray.java | a572681f461784a9fc4ed9410ba69526b8ffcf41 | [] | no_license | DmitryiIvanoff/learn | 8cc0d1542e9ef7ac8d22e989fd16d666cabc5794 | 1280a52e9a841a935f63500c8c7572219dc8b667 | refs/heads/master | 2021-04-29T22:11:34.444634 | 2018-02-17T13:48:46 | 2018-02-17T13:48:46 | 121,631,007 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,324 | java | package JavaCore.laba1_2.Part2;
import java.math.BigDecimal;
import java.text.DecimalFormat;
import java.util.Locale;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class WorkWithArray {
public int[] parseArray(String string){
int[] array;
String[] arrayOfStrings = strin... | [
"DmtrIvanoff@yandex.ru"
] | DmtrIvanoff@yandex.ru |
be5b99dd7a887b34ab979ae2d6f5a496e95a8c02 | 385e3414ccb7458bbd3cec326320f11819decc7b | /frameworks/base/services/core/java/com/android/server/statusbar/StatusBarManagerService.java | 9d2353c003460e0d1e072e6e9f04108e070766f5 | [
"LicenseRef-scancode-unicode",
"Apache-2.0"
] | permissive | carlos22211/Tango_AL813 | 14de7f2693c3045b9d3c0cb52017ba2bb6e6b28f | b50b1b7491dc9c5e6b92c2d94503635c43e93200 | refs/heads/master | 2020-03-28T08:09:11.127995 | 2017-06-26T05:05:29 | 2017-06-26T05:05:29 | 147,947,860 | 1 | 0 | null | 2018-09-08T15:55:46 | 2018-09-08T15:55:45 | null | UTF-8 | Java | false | false | 28,634 | java | /*
* Copyright (C) 2014 MediaTek Inc.
* Modification based on code covered by the mentioned copyright
* and/or permission notice(s).
*/
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with th... | [
"zhangjinqiang@huaqin.com"
] | zhangjinqiang@huaqin.com |
b89985142dae2cbbe905b507aab9b986cbbbb221 | 53bec2582b32ad49ac02e902395b316212ec4a1c | /APersist/src/com/ng/apersist/dao/NoIterableTypeAsToManyRelationException.java | 98ca276b31b353519d0cd4d44610483ca28e07bd | [] | no_license | gundermann/APersist | 42933da7e805436be4ccc3ea015d853edf0411f2 | bef9e055e2b7730cd46b913e549c8698abd96c0e | refs/heads/master | 2021-01-10T20:13:23.407973 | 2019-01-12T12:16:55 | 2019-01-12T12:16:55 | 35,281,056 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 384 | java | package com.ng.apersist.dao;
public class NoIterableTypeAsToManyRelationException extends Exception {
private Class<? extends Object> class1;
public NoIterableTypeAsToManyRelationException(
Class<? extends Object> class1) {
this.class1 = class1;
}
@Override
public String getMessage() {
... | [
"gundermann.niels.ng@googlemail.com"
] | gundermann.niels.ng@googlemail.com |
66a07f43d5b2fd194324f9e3593e6a8bf71fbb61 | 0f9028514d74feaebfd9b1a8641fc2c5ed82516a | /src/queue/CircleArrayQueue.java | 3a7b7d066e8fd0601a1c6ad1f4c20158012d7150 | [] | no_license | luxx2019/DataStructureAndAlgorithms | 3b5e59efaa0288bc16e60c9ffe518883ddcc1866 | 4094504400f717e97a8a862c45a58fc2f9f4bff3 | refs/heads/master | 2022-12-15T02:49:59.970209 | 2020-09-09T07:39:53 | 2020-09-09T07:39:53 | 294,039,414 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,129 | java | package queue;
/**
* 关于循环队列的一些想法
* 循环队列与普通队列大致相同,不同点在于,出队列和进队列时, front 和 rear 自增后需要模上数组的长度
* 此时存在一个问题需要解决,队空和队满两种情况无法做出区分,此处以头指针指向队列的头下标,尾指针指向队列尾下标进行说明
* 判空判满的的条件都是 front == (rear + 1) % arr.length
* 此时我们把队列尾部留下一个空格不用,用以区分
* 那么,此时判空条件不变,判满的条件为 front == (rear + 2) % arr.length
*
* 在debug的过程中,发现当 front 初始值为 0,re... | [
"moocaa@163.com"
] | moocaa@163.com |
1bd96a56d02c80d4183bf8112ca2843b27460cea | beabf30419ef33ffeea6e661b13880064df46aed | /OO_3/src/entities8/UsedProduct.java | a442c2ebfe2c03ae79111d71107f39cb22d1a858 | [] | no_license | rodwanz/OO----AN----Un----2 | 4773eca8813f05d3ce95999151c742437b3461c8 | 0f2fc109e21cdea24ecd52962d54167b02f89779 | refs/heads/main | 2023-08-14T08:01:28.218662 | 2021-09-27T14:57:47 | 2021-09-27T14:57:47 | 410,923,950 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 834 | java | package entities8;
import java.text.SimpleDateFormat;
import java.util.Date;
public class UsedProduct extends Product3{
private static final SimpleDateFormat sdf = new SimpleDateFormat("dd/MM/yyyy");
private Date manufactureDate;
public UsedProduct() {
super();
}
public UsedProduct(String ... | [
"noreply@github.com"
] | rodwanz.noreply@github.com |
4df83a3f9c41e087cdaeed42e5ce45555b9a1841 | 4863ad3f5abf8492062cb27f7d23d9157534c848 | /TicTacToe.java | 9ec3fe2a4485a409a4e54e8bf5bb8d6dbf27e006 | [] | no_license | ccydouglas/tictactoe | 26851c7348a83566daf9d1e02dbb75f119855ce0 | 464c2aaa13a28a871707b61b42753e2cbf0e55b8 | refs/heads/master | 2020-03-11T07:43:54.146606 | 2018-04-17T08:18:51 | 2018-04-17T08:18:51 | 129,864,896 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,816 | 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 chun_chan_assignment6;
import java.util.Scanner;
/**
* This TicTaeToe class is the program of a tic tac toe board game. It h... | [
"noreply@github.com"
] | ccydouglas.noreply@github.com |
9d6fc4bae0b7aa49c835c5763096455b105f67d6 | d584a67371be79bd392036850515e83eb6eb505c | /src/test/java/com/java/login/LoginApplicationTests.java | f2b468270489742b107750f8d554135a78aa029a | [] | no_license | vishalpaalakurthi/SpringBootLoginExample | 826ff5fc918c7ccb75ebd554582b45b82dc956fd | 58d4e515a581557334e6f5100a28e8af86eca2b6 | refs/heads/master | 2020-05-17T06:01:57.255775 | 2019-04-26T12:44:44 | 2019-04-26T12:44:44 | 183,550,091 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 330 | java | package com.java.login;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class LoginApplicationTests {
@Test
public void contextLoads(... | [
"vpaalakurthi@nextsphere.com"
] | vpaalakurthi@nextsphere.com |
50e6ccf011403ebdac865ca30c1a3d1d279d6dd2 | 586874a36ba77d438e386e72792e40255660a841 | /src/main/java/AppForTestConnect/Main.java | 92cb92ba5f7afadf6301b458fd88338de5de3849 | [] | no_license | lapitus/AppForTestConnect | c4b3c28ca2b123a1ef6c14152f4ef671fceebebf | fec67a5ed527a4cae815c4e3c3918d0135d1bded | refs/heads/master | 2023-03-30T07:30:08.067406 | 2021-04-08T10:49:01 | 2021-04-08T10:49:01 | 355,622,487 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 789 | java | package AppForTestConnect;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration;
import org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfigura... | [
"lapitusik@gmail.com"
] | lapitusik@gmail.com |
781fe295313d4c1c775632ebea2bcb8cd8cd9322 | 5ca3901b424539c2cf0d3dda52d8d7ba2ed91773 | /src_cfr/com/google/security/zynamics/zylib/gui/JStackView/IStackModel.java | 6ea8407da9892b704969283f4b3deafd5a0952dc | [] | no_license | fjh658/bindiff | c98c9c24b0d904be852182ecbf4f81926ce67fb4 | 2a31859b4638404cdc915d7ed6be19937d762743 | refs/heads/master | 2021-01-20T06:43:12.134977 | 2016-06-29T17:09:03 | 2016-06-29T17:09:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 502 | java | /*
* Decompiled with CFR 0_115.
*/
package com.google.security.zynamics.zylib.gui.JStackView;
import com.google.security.zynamics.zylib.gui.JStackView.IStackModelListener;
public interface IStackModel {
public void addListener(IStackModelListener var1);
public String getElement(long var1);
public int ... | [
"manouchehri@riseup.net"
] | manouchehri@riseup.net |
9c085bd4008d3899d691dce7d1ca982b0f30be20 | a2b648c56a521eac4c47161400385944cfa9d4e5 | /api-test/src/main/java/com/gdrive/apitest/controllers/HomeController.java | e79e15e2156165fbdfa114005d7fac00cb283b47 | [] | no_license | pathtolearn/gdrive-api-test | aec0176d914f48b16be3bb09588f51b35ba5350d | 3618a4e28dc20e11957cfcaf0da613e7f075b7f3 | refs/heads/master | 2020-05-15T22:42:42.504025 | 2019-04-21T13:18:30 | 2019-04-21T13:18:30 | 181,952,895 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,446 | java | package com.gdrive.apitest.controllers;
import java.io.File;
import java.io.FileInputStream;
import java.io.InputStream;
import java.net.URLEncoder;
import java.util.List;
import java.util.Optional;
import javax.activation.MimetypesFileTypeMap;
import javax.servlet.http.HttpServletResponse;
import org.springframewor... | [
"trinad536@yahoo.com"
] | trinad536@yahoo.com |
d1f64af0830f0a72d871ee9826fbd85261bcaea4 | adaef51ca14f6b60a8d59bc6df2d345c36a7180a | /vgandroid/src/main/java/com/hucanhui/vgandroid/testview/view/GraphView.java | 184e0d87ff6939646316b05e11b69561e3fae6b8 | [] | no_license | HuCanui/drawplant | 0d84d53b4ca0f3272086470389b6fb81f6374ddc | 0ae8729d39dbed7cd265248d3088f577cfd4038f | refs/heads/master | 2020-12-31T00:39:57.371279 | 2017-03-29T10:00:37 | 2017-03-29T10:00:37 | 86,559,265 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,425 | java | //! \file GraphView.java
//! \brief Drawing view class
// Copyright (c) 2012-2015, https://github.com/rhcad/vgandroid-demo, BSD license
package com.hucanhui.vgandroid.testview.view;
import rhcad.touchvg.core.GiCoreView;
import rhcad.touchvg.core.GiGestureState;
import rhcad.touchvg.core.GiGestureType;
import rhcad.to... | [
"shixi_canhui@staff.sina.com.cn"
] | shixi_canhui@staff.sina.com.cn |
d7f0e4f9c6f2254e32a9fe50a619f727d9318885 | fd86e54ce3088976b33aea13e95446248f009ce9 | /src/main/java/com/example/projekat/controller/TrenerController.java | 2dc588a3b3d220b1aff7373b1b8e497804bae75a | [] | no_license | zolten95/projekat | 861a2b2a043357ad5817380e111b72d41022243a | 42be76476c6d16d8f5a3763966830d36a08d1ff5 | refs/heads/main | 2023-07-21T17:23:04.498908 | 2021-09-01T19:59:29 | 2021-09-01T19:59:29 | 365,722,289 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,008 | java | package com.example.projekat.controller;
import com.example.projekat.model.Clan;
import com.example.projekat.model.DTO.ClanDTO;
import com.example.projekat.model.DTO.TrenerDTO;
import com.example.projekat.model.Trener;
import com.example.projekat.service.TrenerService;
import org.springframework.beans.factory.a... | [
"noreply@github.com"
] | zolten95.noreply@github.com |
7cc579f21b3f3036440b4767e156085b3ed93c82 | 2564e90aad15d50bc3e9101cd8f261aaae654418 | /android/app/src/main/java/com/second/MainApplication.java | 43a2c6749800938e9153b1f3520a62652816328f | [] | no_license | Ipek-GitHub/Trivia_Game_App | bcce0b4a59bd57dfbc01396d47f2c1740f3c7d76 | 357af233df8d7d1f298a33f80713a85166946862 | refs/heads/master | 2023-01-09T07:00:51.466641 | 2020-11-08T15:25:11 | 2020-11-08T15:25:11 | 311,085,373 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,595 | java | package com.second;
import android.app.Application;
import android.content.Context;
import com.facebook.react.PackageList;
import com.facebook.react.ReactApplication;
import com.facebook.react.ReactInstanceManager;
import com.facebook.react.ReactNativeHost;
import com.facebook.react.ReactPackage;
import com.facebook.s... | [
"curgulipek@gmail.com"
] | curgulipek@gmail.com |
b630e1a14e13a924f2f69f619f040d11cb63c599 | 466912406272829982f75854cf0104c6ce8c9814 | /web/site-v2/api/service-company/src/main/java/com/tsb/company/dao/DealScoreVODao.java | be6e8cedeb9bb910cff198c78472e8849d125146 | [] | no_license | logonmy/Codes | 9631fa103fc499663361fa7eeccd7cedb9bb08e4 | 92723efdeccfc193f9ee5d0ab77203c254f34bc2 | refs/heads/master | 2021-09-21T18:07:22.985184 | 2018-08-30T05:53:26 | 2018-08-30T05:53:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 888 | java | package com.tsb.company.dao;
import java.util.Date;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import com.tsb.company.vo.DealScoreVO;
public interface DealScoreVODao {
int countAssigned(@Param("organizationId") int organizationId, @Param("userId") int userId, @Param("type") int type, @Param... | [
"hush_guo@163.com"
] | hush_guo@163.com |
ca037b1ee87f893f98d07914e9d6ef6685b467f9 | 7ee709db6967587dcf6a3f75f725fc69b7ed91af | /190628/src/Ex0313_eunbiSsem.java | 623228ecead909e87a587ed3cdeedab20e4d40cc | [] | no_license | kumdori/java_smhrd | 316bcdc5a63dfb0afd69ce993365d36b679791d5 | efe31360751f71b8c895c684216c67d68b7c98df | refs/heads/master | 2020-06-05T02:40:38.192995 | 2019-07-17T04:39:11 | 2019-07-17T04:39:11 | 192,285,266 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,960 | java | import java.util.ArrayList;
import java.util.Scanner;
public class Ex0313_eunbiSsem {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
ArrayList<String> musiclist = new ArrayList<String>();
ArrayList<ArrayList<String>> allPlayList = new ArrayList<ArrayList... | [
"SM14@DESKTOP-G8C6S9Q"
] | SM14@DESKTOP-G8C6S9Q |
961ef1f927aeb10fabbdb21c01cd5df4f2724a5b | 6264d334cc6a2af608d0e57d3eb62bb7811b12f1 | /dabenxiang-security-core/src/main/java/com/dabenxiang/security/core/authorize/GycAuthorizeConfigManager.java | efba13ea64323123e3262f3f31f53afed6bcc1e6 | [] | no_license | dabengxiang/dabenxiang-security | bf4d4fb50546c3a38b7b97fc54b814215d67cf33 | 92211922d1289d5cc762ed10e4c53b97387af671 | refs/heads/master | 2020-03-23T20:18:21.946322 | 2018-10-14T15:02:44 | 2018-10-14T15:02:44 | 142,033,960 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,164 | java | package com.dabenxiang.security.core.authorize;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.authentication.AuthenticationManager;
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
import org.springframework.security.config.annotation... | [
"836732982@qq.com"
] | 836732982@qq.com |
b331db949cd8fd8bcb0229d4f545d1a85dc377aa | e2151b1e55920e180a1a837d50ed4c0a47a3e07c | /src/de/xcom/keshlib/keshlibandroiddemo/KeshApplication.java | cfecb261c8ee1b39a06fa0e6f12182ff28535470 | [
"MIT"
] | permissive | xcom-ag/keshlib-android-demo | 74abcbaeb1d44e700b99ed03ff21dcadba4eebc0 | 9aa20cc9aced8a09b0189af1805dc7ac57858891 | refs/heads/master | 2016-09-10T19:08:01.178783 | 2016-01-13T08:35:37 | 2016-01-13T08:35:37 | 31,542,696 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 268 | java | package de.xcom.keshlib.keshlibandroiddemo;
import android.app.Application;
public class KeshApplication extends Application {
/*
* (non-Javadoc)
*
* @see android.app.Application#onCreate()
*/
@Override
public void onCreate() {
super.onCreate();
}
}
| [
"gerrit.holz@xcom.de"
] | gerrit.holz@xcom.de |
9d97450f53f807ecf87417e54df9d426ad337ecc | 9b01ffa3db998c4bca312fd28aa977f370c212e4 | /app/src/streamD/java/com/loki/singlemoduleapp/stub/SampleClass7281.java | e00a65e1cd6d3b6091d4ba9aceb41670ea249ae5 | [] | no_license | SergiiGrechukha/SingleModuleApp | 932488a197cb0936785caf0e73f592ceaa842f46 | b7fefea9f83fd55dbbb96b506c931cc530a4818a | refs/heads/master | 2022-05-13T17:15:21.445747 | 2017-07-30T09:55:36 | 2017-07-30T09:56:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 281 | java | package com.loki.singlemoduleapp.stub;
public class SampleClass7281 {
private SampleClass7282 sampleClass;
public SampleClass7281(){
sampleClass = new SampleClass7282();
}
public String getClassName() {
return sampleClass.getClassName();
}
} | [
"sergey.grechukha@gmail.com"
] | sergey.grechukha@gmail.com |
81e7c95a9dfdb34d9c4fbc43dcb4cd5bf96c44fe | b218f5aeed569041e458cae50ed76e77c2235021 | /OrbOfDeception.java | 0826eb6453869b8b97d444165fd1d81d0702c389 | [] | no_license | gaberies/DungeonAdventure | 9b1f65a333c76a4eb9ccd93a124fe945b023ec53 | 5f36b31b57b4ac70547460b436a8b19a8fd71658 | refs/heads/master | 2020-09-27T19:00:18.747769 | 2019-12-12T04:26:06 | 2019-12-12T04:26:06 | 226,586,567 | 0 | 0 | null | 2019-12-12T04:26:07 | 2019-12-07T22:56:13 | Java | UTF-8 | Java | false | false | 911 | java |
public class OrbOfDeception implements SkillBehavior {
@Override
public String skillName() {
return "Orb of Deception";
}
@Override
public void execute(Hero hero, Monster monster) {
if (Math.random() <= .4)
{
int orbPoints = (int)(Math.random() * 76) + 100;
System.out.println(hero.getName() + " sen... | [
"noreply@github.com"
] | gaberies.noreply@github.com |
70b622f14cdfc6280c31ec5d43a6c14874e69bdf | 90c50a85dd77e1dcb1aa71e6bc9997deb1ac5906 | /pyg-mapper/src/main/java/com/dt/pyg/mapper/ContentMapper.java | f118a2e2e595e54a32d9753f445d939a5f312a43 | [] | no_license | github-dt/pyg | 928d59b59273026038b066c07f2aac0d33dfea89 | 6beb3db6ded8636b64ad182c9e0701016348c777 | refs/heads/master | 2020-07-07T09:56:53.842015 | 2019-09-07T14:41:48 | 2019-09-07T14:41:48 | 203,319,202 | 0 | 0 | null | 2019-08-22T06:06:47 | 2019-08-20T07:03:53 | JavaScript | UTF-8 | Java | false | false | 161 | java | package com.dt.pyg.mapper;
import com.dt.pyg.pojo.Content;
import tk.mybatis.mapper.common.Mapper;
public interface ContentMapper extends Mapper<Content>{
} | [
"1224956007@qq.com"
] | 1224956007@qq.com |
84ec47e1f2924a70ac5a385be4ac811493b42096 | 182b7e5ca415043908753d8153c541ee0e34711c | /spring-basics/spring-core/xml/src/main/java/com/vinaylogics/springbasics/core/xml/LifeCycleBean.java | b445ece5c267d8a4dab2849bfe7892080756f492 | [] | no_license | akamatagi/Java9AndAbove | 2b62886441241ef4cd62990243d7b29e895452f7 | ff002a2395edf506091b3571a470c15fa0742550 | refs/heads/master | 2023-02-09T17:38:21.467950 | 2020-12-30T14:47:59 | 2020-12-30T14:47:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 155 | java | package com.vinaylogics.springbasics.core.xml;
public interface LifeCycleBean {
void init() throws Exception;
void destroy() throws Exception;
}
| [
"vinayagam.d.ganesh@gmail.com"
] | vinayagam.d.ganesh@gmail.com |
44c7fae6934d32d94a2ba7215ee9e5773fc92946 | 0e309678d59fa85285d034059e3bd5ca1ffb56cf | /telemetry-netty/src/test/java/me/dmexe/telemetery/netty/channel/TestEnv.java | 74d659b38da860219628b36ab323ba0c3f4cba73 | [
"Apache-2.0"
] | permissive | dmexe/telemetry | 26357ed37cf5f49a050ed0c0e39a8afbd6e8dcf4 | 3a09f1b3cf97a2d46d265dfb1e46c44986cd5246 | refs/heads/master | 2021-09-15T04:14:00.940619 | 2018-03-13T16:47:30 | 2018-05-25T15:56:20 | 105,984,813 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,953 | java | package me.dmexe.telemetery.netty.channel;
import io.netty.bootstrap.Bootstrap;
import io.netty.bootstrap.ServerBootstrap;
import io.netty.channel.Channel;
import io.netty.channel.ChannelFuture;
import io.netty.channel.EventLoopGroup;
import io.netty.channel.nio.NioEventLoopGroup;
import io.netty.channel.socket.nio.Ni... | [
"dima.exe@gmail.com"
] | dima.exe@gmail.com |
7d584684a309bf0fb46c75cb91951ce6955ffe40 | e75be673baeeddee986ece49ef6e1c718a8e7a5d | /submissions/blizzard/Corpus/eclipse.jdt.ui/1154.java | da704d5bfc94322b63fb982a2c309f0f6a2d59bf | [
"MIT"
] | permissive | zhendong2050/fse18 | edbea132be9122b57e272a20c20fae2bb949e63e | f0f016140489961c9e3c2e837577f698c2d4cf44 | refs/heads/master | 2020-12-21T11:31:53.800358 | 2018-07-23T10:10:57 | 2018-07-23T10:10:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,444 | java | /*******************************************************************************
* Copyright (c) 2007, 2012 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... | [
"tim.menzies@gmail.com"
] | tim.menzies@gmail.com |
710735569aa2e883e62c03534ac0c624cecd74ae | bfe61e2f03d91e31a9191f3aa3940c9be9cde949 | /src/main/java/com/one/mongoreactivehumanresources/documents/Job.java | ee450795a00d94250b851b053ff6e2a5c4a09d86 | [] | no_license | TomasOtano25/mongo-reactive-human-resources | 215cf8d6c5a9f7413cf9fec06fbc121abd3bb195 | 6c49f9ffb9a7bda9afec01bc3604fdd0fc70ce3b | refs/heads/master | 2022-12-20T13:04:07.668551 | 2020-10-15T17:06:59 | 2020-10-15T17:06:59 | 300,307,579 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,190 | java | package com.one.mongoreactivehumanresources.documents;
import com.one.mongoreactivehumanresources.documents.enums.Risk;
import com.one.mongoreactivehumanresources.dtos.JobDto;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.NoArgsConstructor;
import lombok.ToString;
import org.springframework.data.a... | [
"tomasotano25@gmail.com"
] | tomasotano25@gmail.com |
0bbbbf7b3e59f3a76a96189321fc074edebbb232 | 6cf6e5c9c63a621fdfb4794c8ae0831ec725970f | /tulingmall-getway-demo/src/main/java/com/tuling/exception/GateWayExceptionHandlerAdvice.java | 8f3a7f13bc580c3d572125b41beba87dd3921824 | [] | no_license | LCcFw/tuling-mall | 469ebc188a2ea581bb67ce79007bf126330757e7 | 77987691111bdf93d71c26023450c7d1cf9414be | refs/heads/master | 2023-04-17T04:55:16.274800 | 2021-04-26T15:46:32 | 2021-04-26T15:46:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,077 | java | package com.tuling.exception;
import com.tuling.tulingmall.common.api.CommonResult;
import com.tuling.tulingmall.common.exception.GateWayException;
import lombok.extern.slf4j.Slf4j;
import org.springframework.http.HttpStatus;
import org.springframework.stereotype.Component;
import org.springframework.web.bind.annota... | [
"wjdcrw@mail.com"
] | wjdcrw@mail.com |
9a04c6075cd346523cff099a7b9e1984366f2b20 | e1b44f655f4102eb06b133220a0f6c0ab58b1e20 | /src/main/java/com/loohp/interactivechat/NMS/V1_8_R3.java | cb358fc08dc650cedc02a7fe14d7a5703746953e | [] | no_license | NotYusta/InteractiveChat | 3a37e1f198dd9cf3b73ccfd3b57d0823e4956090 | adf91a5241e360676b19682d0b09c85da7173f99 | refs/heads/master | 2023-03-04T11:10:00.618442 | 2021-02-19T14:14:02 | 2021-02-19T14:14:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,345 | java | package com.loohp.interactivechat.NMS;
import org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer;
import org.bukkit.entity.Player;
import net.md_5.bungee.api.chat.TextComponent;
import net.md_5.bungee.chat.ComponentSerializer;
import net.minecraft.server.v1_8_R3.IChatBaseComponent;
import net.minecraft.server.v1_8_R3.... | [
"jamesloohp@gmail.com"
] | jamesloohp@gmail.com |
95ea25b11a97f30c17462b2615de430506342f32 | f6b23975d200f554b892f6f8ace299092357501d | /wechatDev/src/main/java/com/lex/model/BaseMessage.java | 150c96f03debf1049d36815e2a7ef01ef351ddd5 | [] | no_license | lex19950102/wechatDev | f9bdac5a3f5ecb227de0c3e7e4ba6738d52dd586 | cb637ba9a4eb8e68c74fd6e4f4c5aa6602c351d9 | refs/heads/master | 2020-04-04T18:47:37.555164 | 2018-11-07T06:25:39 | 2018-11-07T06:25:39 | 156,179,124 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 692 | java | package com.lex.model;
public class BaseMessage {
private String ToUserName;
private String FromUserName;
private Long CreateTime;
private String MsgType;
public String getToUserName() {
return ToUserName;
}
public void setToUserName(String toUserName) {
ToUserName = toUserName;
}
public String getFromUse... | [
"274164963@qq.com"
] | 274164963@qq.com |
1b2b8db777b5865723a33d265b54ae826601934a | 63ca33ae98f64b52c7586e68c639f177d78fe6be | /microservice-provider-pay/src/main/java/com/hzg/tools/SignInUtil.java | f4180041b9f5a7624dacdeb6b6e218011c7d2dab | [
"MIT"
] | permissive | smjie2800/spring-cloud-microservice-redis-activemq-hibernate-mysql | 366b6e5106f3014bc17823a0bea7d6c3d53a868c | 9ef2aa11622cee3d03be9ad5ed5350259d71f239 | refs/heads/master | 2021-01-19T19:08:44.659496 | 2018-05-23T07:01:59 | 2018-05-23T07:01:59 | 86,646,685 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 5,325 | java | package com.hzg.tools;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.redis.core.RedisTemplate;
import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Component;
import java.util.Set;
import java.util.concurrent.TimeUnit;
@Com... | [
"sunminjie2800@163.com"
] | sunminjie2800@163.com |
ec8c4069c6c12cde22ffef505a0f4a403c3ea099 | 4c19b724f95682ed21a82ab09b05556b5beea63c | /XMSYGame/java2/server/zxyy-webhome/src/main/java/com/xmsy/server/zxyy/webhome/modules/manager/webhomepopulargames/entity/WebhomePopularGamesEntity.java | 1098c11d6c5bee0d43eeeb9450ad4a241774c64d | [] | no_license | angel-like/angel | a66f8fda992fba01b81c128dd52b97c67f1ef027 | 3f7d79a61dc44a9c4547a60ab8648bc390c0f01e | refs/heads/master | 2023-03-11T03:14:49.059036 | 2022-11-17T11:35:37 | 2022-11-17T11:35:37 | 222,582,930 | 3 | 5 | null | 2023-02-22T05:29:45 | 2019-11-19T01:41:25 | JavaScript | UTF-8 | Java | false | false | 1,053 | java | package com.xmsy.server.zxyy.webhome.modules.manager.webhomepopulargames.entity;
import com.baomidou.mybatisplus.annotations.TableName;
import com.xmsy.server.zxyy.webhome.base.BaseEntity;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.experimental.Accessors;
/**
* 官网热门游戏
*
* @author xiaoliu... | [
"163@qq.com"
] | 163@qq.com |
352c0d7d65376a51dd546d501e1907a9e9b7070e | 311f1237e7498e7d1d195af5f4bcd49165afa63a | /sourcedata/lucene-solr-releases-lucene-2.2.0/contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/ResourceNotFoundException.java | f7470fa48ffd545e5772a339f18d4dc2cae597be | [
"Apache-2.0"
] | permissive | DXYyang/SDP | 86ee0e9fb7032a0638b8bd825bcf7585bccc8021 | 6ad0daf242d4062888ceca6d4a1bd4c41fd99b63 | refs/heads/master | 2023-01-11T02:29:36.328694 | 2019-11-02T09:38:34 | 2019-11-02T09:38:34 | 219,128,146 | 10 | 1 | Apache-2.0 | 2023-01-02T21:53:42 | 2019-11-02T08:54:26 | Java | UTF-8 | Java | false | false | 2,233 | 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 may... | [
"512463514@qq.com"
] | 512463514@qq.com |
20517b657455380925e0e5dc5255b1df20b8e970 | 39ab9de5107dc1df998156a8aa4dcdea66730f33 | /ucv-android-master/ucv-android-master/app/src/main/java/com/creatio/imm/Adapters/ADBusiness.java | d061b1c1f94d4cce17f1cc5368b0b5bfeae7cef3 | [] | no_license | JuanPenaloza1987/Unidas_Con_Valor | b4bbd6cc6868088c82afc6640171e92542f1ba12 | e9fb41a86c7f659b0fafcaf08b369c3a8476a05b | refs/heads/master | 2021-02-16T17:12:27.851576 | 2020-03-05T00:03:31 | 2020-03-05T00:03:31 | 245,027,261 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,842 | java | package com.creatio.imm.Adapters;
import android.content.Context;
import android.content.Intent;
import android.support.v7.widget.CardView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.Button;
import android.widget... | [
"juan.penaloza1987@gmail.com"
] | juan.penaloza1987@gmail.com |
ea4802fe554a9b1b30320998559606129cd3d627 | db2cd2a4803e546d35d5df2a75b7deb09ffadc01 | /nemo-tfl-batch/src/main/java/com/novacroft/nemo/tfl/batch/action/impl/cubic/ReconcileAutoLoadChangeActionImpl.java | 7200f586a42383934cd2b9494b174ee24b631945 | [] | no_license | balamurugan678/nemo | 66d0d6f7062e340ca8c559346e163565c2628814 | 1319daafa5dc25409ae1a1872b1ba9b14e5a297e | refs/heads/master | 2021-01-19T17:47:22.002884 | 2015-06-18T12:03:43 | 2015-06-18T12:03:43 | 37,656,983 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,281 | java | package com.novacroft.nemo.tfl.batch.action.impl.cubic;
import com.novacroft.nemo.tfl.batch.action.cubic.ImportRecordAction;
import com.novacroft.nemo.tfl.batch.domain.ImportRecord;
import com.novacroft.nemo.tfl.batch.domain.cubic.AutoLoadChangeRecord;
import com.novacroft.nemo.tfl.common.application_service.Reco... | [
"balamurugan678@yahoo.co.in"
] | balamurugan678@yahoo.co.in |
261c8fbbd5443ad1d8cec8225d1fdcfe9d4acf96 | 27fdfa63b4d062058440a95ec29a334033fd2f77 | /app/src/test/java/com/kk/solution/dev/chatfirebase/ExampleUnitTest.java | 45d907c7d75484035a699fbfa81dec342a0312fc | [] | no_license | UncagedMist/ChatFireBase | 6dc4c595cba208772f7a75431f0e1427983a8e27 | fea4c67f46b1ca5b93ec038c79caeb45bd2888bf | refs/heads/master | 2021-09-15T04:22:30.358792 | 2018-05-25T19:24:05 | 2018-05-25T19:24:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 410 | java | package com.kk.solution.dev.chatfirebase;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
p... | [
"Kundan_kk52@outlook.com"
] | Kundan_kk52@outlook.com |
5ff764f1cf8c79ad3ca3a6a2852943bf3d21c98a | 891ee6fd497c8aab932b386d78801700c6e2f24e | /Day-17/similar.java | 9a09c8a3b86363506490ca74811bc2c40b4777f9 | [] | no_license | Namanshkh/100daysofcode | 24451dfed12532f4850f5baf8df84baebba9dc7d | 483c0d94a71445d9784d6a3d1500461caf2b470f | refs/heads/main | 2023-08-20T02:14:02.703339 | 2021-10-08T14:46:17 | 2021-10-08T14:46:17 | 392,814,434 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 355 | java | public static boolean areSimilar(Node n1, Node n2) {
if (n1.children.size() != n2.children.size()) {
return false;
}
for (int i = 0; i < n1.children.size(); i++) {
Node c1 = n1.children.get(i);
Node c2 = n2.children.get(i);
if (areSimilar(c1, c2) == false) {
return false;
... | [
"noreply@github.com"
] | Namanshkh.noreply@github.com |
5dad0eb91c31699ff5a10738de5a3daa4d5658bd | 1f30af7bf56cda8a0f2ac66b03874ce2566cd9ff | /languages/BSML/source_gen/BSML/behavior/RegionLocalDeclaration_Behavior.java | 605fb8974654c2baa5d5886a0998b22aa2785655 | [] | no_license | z9luo/BSML-mbeddr-MPS3.2 | 26cd19f0d524d0932bd9ecc7086e54b89800cf50 | 466cbf0d92c8c5d45b19062a6ba069eab333a48a | refs/heads/master | 2020-07-05T17:58:39.262828 | 2016-10-24T07:33:10 | 2016-10-24T07:33:10 | 67,258,964 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 203 | java | package BSML.behavior;
/*Generated by MPS */
/**
* Will be removed after 3.3
* Need to support the legacy static direct method calls
*/
@Deprecated
public class RegionLocalDeclaration_Behavior {
}
| [
"zhaoluo@microsoft.com"
] | zhaoluo@microsoft.com |
13a89966c7f14e8ae778a125b1ce0953644be937 | 67878c79f8f92bad9f20d4b65419016273a9c392 | /back_end/ChildHood/src/edu/buu/childhood/login/service/LoginServiceImpl.java | 7a07612eefa42cb49988c4f7a03aa51408d6421f | [] | no_license | buutongnian/ChildHood | ef3724968afcbfe249607cf44c7f798348bc5db2 | 3cc129f7238f7ddac2543e5d1fe1ba2a8071de04 | refs/heads/master | 2021-01-19T02:29:51.323050 | 2017-01-23T08:14:20 | 2017-01-23T08:14:20 | 60,964,086 | 0 | 0 | null | 2017-01-07T17:08:26 | 2016-06-12T11:37:30 | Java | UTF-8 | Java | false | false | 4,150 | java | package edu.buu.childhood.login.service;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.transaction.annotation.Transactional;
import edu.buu.childhood.achvmt.service.EventSupport;
import edu.buu.childhood.achvmt.service.TriggerService;
import ... | [
"joe-ji@outlook.com"
] | joe-ji@outlook.com |
d49bf969739694d2deb75f5f705c7e5ef5cb620b | ccb220316d0e5721e3097293d3dbb77a3452b7b2 | /cadastro_produto.java | a337a5ed233ba9f6930a58dd4c07bf2f1be9c2e0 | [] | no_license | agcanthony/SistemaAFG | bc6077eb8094a97a6f13296c8d0171508c0df221 | 274fcc52520b0d159bad55f0a096cb0d2389c299 | refs/heads/main | 2023-02-27T06:16:18.897856 | 2021-02-01T15:15:29 | 2021-02-01T15:15:29 | 334,990,445 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 9,711 | java | import java.sql.*;
import javax.swing.*;
import javax.swing.text.*;
import java.awt.*;
import java.awt.event.*;
import java.text.*;
import javax.swing.JButton;
//----------------------------------------------------//
public class cadastro_produto extends JFrame implements ActionListener{
ResultSet resultSet;
Statem... | [
"agc22.ag@gmail.com"
] | agc22.ag@gmail.com |
cea2eee87153d1279a6eb8dff255aa2e5afe163a | 7f20b1bddf9f48108a43a9922433b141fac66a6d | /coreplugins/tags/Cyto-2.5.0-beta3/RFilters/src/RFilters/cytoscape/CsFilter.java | 46140b867c49a41eeb650331ccbaa777b4bfac05 | [] | no_license | ahdahddl/cytoscape | bf783d44cddda313a5b3563ea746b07f38173022 | a3df8f63dba4ec49942027c91ecac6efa920c195 | refs/heads/master | 2020-06-26T16:48:19.791722 | 2013-08-28T04:08:31 | 2013-08-28T04:08:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,613 | java |
/*
Copyright (c) 2006, 2007, The Cytoscape Consortium (www.cytoscape.org)
The Cytoscape Consortium is:
- Institute for Systems Biology
- University of California San Diego
- Memorial Sloan-Kettering Cancer Center
- Institut Pasteur
- Agilent Technologies
This library is free software; you can redistribute it... | [
"mes@0ecc0d97-ab19-0410-9704-bfe1a75892f5"
] | mes@0ecc0d97-ab19-0410-9704-bfe1a75892f5 |
d1939dd4da54980729de43e7635697218ee71003 | a4f86ab8dd9a6e73024b6647622eb47562b016da | /src/com/review/AbstractAppDemo.java | 565861879085c16eaee6d8542e451b23c486db96 | [] | no_license | zjs1224522500/JavaSE | 819f637e9b5df3e3f33e7d12c45f712c3826d075 | e4b38541a55dd0dba59a7d3b5d2c04663c8dad97 | refs/heads/master | 2021-01-21T18:21:10.099571 | 2017-05-30T07:14:28 | 2017-05-30T07:14:28 | 92,033,914 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,081 | java | /**
* <p>Project: 网络管理委员会招新网站, NetUnion Recruit WebSite </p>
* <p>File: AbstractAppDemo.java</p>
* <p>Description: </p>
* <p>Copyright: Copyright (c) 2017</p>
* @author 张健顺
* @email: 1224522500@qq.com
* @date 2017年5月14日
*/
package com.review;
import java.util.Random;
/**
* 抽象类的应用
*/
public class AbstractApp... | [
"1224522500@qq.com"
] | 1224522500@qq.com |
77a2ed4e1bb3f85dee21fcd85f5e049d77ca72b9 | 4c78e2c7e129493ed849033a8333f6b0a4f149e6 | /myenum/PlaceEnum.java | f66bac6460938419d6852ed1b4306e3f32dbaffb | [] | no_license | IshinagiMoeta/LostFind | cbd86153f625f7ffe6a6199fd9cb462f5d8f5cdc | 8506047310a0d321f901f97e2dae5232155c91f6 | refs/heads/master | 2021-01-01T18:38:41.043256 | 2017-07-26T06:26:05 | 2017-07-26T06:26:05 | 98,387,167 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 124 | java | package com.whitesharkapps.lostfind.myenum;
/**
* Created by ketianxing on 2017/7/13.
*/
public interface PlaceEnum {
}
| [
"jackktx@gmail.com"
] | jackktx@gmail.com |
750c8a21d90547cb6fbfe4efdee47ab36d8bebb5 | 743592757b5229f2dc1386d38146d323e46da967 | /02 Java/Ex04/ConstructorDemo.java | 2e54842c9966c3c90dd33b59248297eda79b9ddf | [] | no_license | Sherlock20200304/fullstackdeveloper | 74db1abbc9f5abecc53513349c711adc867fda9f | 9cc949137a287719744ca106f568924a714d7ec3 | refs/heads/master | 2023-04-13T16:14:35.503222 | 2021-04-20T15:01:35 | 2021-04-20T15:01:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 443 | java | class ConstructorDemo
{
public ConstructorDemo()
{
System.out.println("Inside ConstructorDemo Constructor ");
}
public ConstructorDemo(String name)
{
System.out.println("Inside ConstructorDemo Constructor Name: "+ name);
}
public static void main(String[] args) {
ConstructorDemo obj = new ConstructorDem... | [
"zackria@gmail.com"
] | zackria@gmail.com |
d4992eb53e27f72ac9da0a50c6db5dc713bc3d92 | 733534e3b5d1ac3a2c49962007f12f526cba6cdb | /QUIZ_PBO_ARI-GUNAWAN_A-/src/com/pbo_p2/Main.java | 352a998f0b1636f886a82c8936dfa6f733e7ef0e | [] | no_license | ari-gunawan/PBO | 75bfc2e3007050b2904ee333af2cf88b312cd292 | 0fe7fc4600e100de731138c182e30c7d30e71608 | refs/heads/main | 2023-01-21T16:40:29.194521 | 2020-11-24T15:41:30 | 2020-11-24T15:41:30 | 301,753,433 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,526 | java | package com.pbo_p2;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
// 1. Buatlah program dengan konsep OOP, untuk menginput 3 buah
// nilai dari keyboard. Lalu hasilnya dikumlah dan ditampilkan ke layar monitor
Scanner in = new Scanner(System... | [
"noreply@github.com"
] | ari-gunawan.noreply@github.com |
29ab8e86a05b814df8b69c8ccf43558e17f5cfef | ea43f4cbcd1a1ae58dea0b6fbe51ffd4ec37a017 | /src/me/xiaopan/pullview/PullTouchListener.java | 6c9658256e3113ffd7817f7948929fd367a24117 | [
"Apache-2.0"
] | permissive | wang9090980/Android-PullView | d83dadc65faa7683de0373912be7bda97000d71f | 05088663d30df3b26551110441faeb070f1a0d3e | refs/heads/master | 2021-01-22T10:22:39.029272 | 2014-03-26T09:17:37 | 2014-03-26T09:17:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,890 | java | /*
* Copyright (C) 2013 Peng fei Pan <sky@xiaopan.me>
*
* 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 appli... | [
"sky@xiaopan.me"
] | sky@xiaopan.me |
0c597def8c5edd17bbf6738f4fb2af6276bb423f | 44ec741b7dcd961b3d189f25d2c2f3d23280525b | /app/src/main/java/com/slightech/testwficonnectandsave/ObjectSaveUitls.java | e74ddf3029450f3070e335aa7ced7db27fa4aa21 | [] | no_license | zhaozong/TestWfiConnectAndSave | 5b030cac8fe5010da3ee980afeeddcc1044d7c12 | 6c19c490895069cefef7aba3da4c674cf37f675f | refs/heads/master | 2021-01-18T15:42:15.665292 | 2017-03-30T07:42:45 | 2017-03-30T07:42:45 | 86,673,837 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,518 | java | package com.slightech.testwficonnectandsave;
import android.content.SharedPreferences;
import android.text.TextUtils;
import android.util.Log;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
imp... | [
"rokeyzhao@slightech.com"
] | rokeyzhao@slightech.com |
9701c6a90fd4ab8ee32f62ad794932770a7be8f2 | 741d24ba3f1cb9687add839face5511da9bb3256 | /AndroidFree/src/test/java/com/chewielouie/textadventure/LocationExitFactoryTests.java | 576c84effdee7c454413f211939a5eb06bdf43f8 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | SergeyPtica/text-adventure | efd605197dc8424fd3595700df535bf60002dc1b | 2da3f2d289a7d6e62bde353d69628111769f2e59 | refs/heads/master | 2020-04-07T20:21:12.061355 | 2014-11-14T20:04:44 | 2014-11-14T20:04:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 317 | java | package com.chewielouie.textadventure;
import static org.junit.Assert.*;
import org.junit.Test;
public class LocationExitFactoryTests {
@Test
public void produces_LocationExit_objects() {
Exit exit = new LocationExitFactory().create();
assertTrue( exit instanceof LocationExit );
}
}
| [
"chewielouie03@gmail.com"
] | chewielouie03@gmail.com |
f3aa7124265078f4f8bfbd87bc48a6a5e1a3a25b | bb0d45a5d60aad37f528227a70e8912d0a39b924 | /src/main/java/net/caseif/flint/steel/lobby/type/SteelStatusLobbySign.java | 8f39cb052a1c5b7da909f0b6270f57cfec30388e | [
"MIT"
] | permissive | caseif/Steel | e56a18a1ae04c48ee40c868986b5403c13b1ad41 | d2608e62d3a3742c4ea4bae3af735e6e56469942 | refs/heads/master | 2022-04-30T13:47:24.708824 | 2019-04-23T21:55:18 | 2019-04-23T21:55:18 | 34,961,217 | 7 | 8 | null | 2016-04-07T13:55:11 | 2015-05-02T19:49:55 | Java | UTF-8 | Java | false | false | 1,678 | java | /*
* The MIT License (MIT)
*
* Copyright (c) 2015-2016, Max Roncace <me@caseif.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation ... | [
"me@caseif.net"
] | me@caseif.net |
3246ed9ad906fe65d8310b90826e991728d7a432 | e0dd9c46388a928d284f794d4a2428372d5acabc | /app/src/main/java/ru/nsu/bobrofon/easysshfs/log/LogFragment.java | c8cb516f4769114fc3169ac79d350a529c251854 | [] | no_license | cantenna/easysshfs | d54c88e0f1a7f6d92aad81fb29a49b5e8f47c8ae | 329eb46ac562c3c56b8ab42221034efac2cf2ce5 | refs/heads/master | 2020-06-08T23:38:20.948500 | 2015-05-10T14:40:14 | 2015-05-10T14:40:14 | 193,327,765 | 0 | 0 | null | 2019-06-23T09:10:42 | 2019-06-23T09:10:42 | null | UTF-8 | Java | false | false | 2,527 | java | package ru.nsu.bobrofon.easysshfs.log;
import android.app.Activity;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.Menu;
import android.view.MenuInflater;
import android.view.MenuItem;
import android.view.View;
import ... | [
"bobrofon@gmail.com"
] | bobrofon@gmail.com |
35971a43b9d2408600701d5db03a04e066dcaeac | a662a01c51e2514ecfc96c5b01c201b246646417 | /src/main/java/vavi/util/archive/rar/JunrarRarEntry.java | 5f66fd056ba7d0f1acf83473f00a71479a81b5a5 | [] | no_license | umjammer/vavi-util-archive | d19d81a7e9bae6f438212cf73893458fc9ff6121 | fec692501830809d215b088c378c79f6d20b3bec | refs/heads/master | 2022-10-30T04:10:05.365947 | 2022-10-24T04:14:19 | 2022-10-24T04:14:19 | 33,908,487 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,083 | java | /*
* Copyright (c) 2022 by Naohide Sano, All rights reserved.
*
* Programmed by Naohide Sano
*/
package vavi.util.archive.rar;
import com.github.junrar.rarfile.FileHeader;
import vavi.util.archive.WrappedEntry;
/**
* Represents RAR archived file.
* warring the library 'com.github.junrar:junrar'
*
* @autho... | [
"namachapanda2005@gmail.com"
] | namachapanda2005@gmail.com |
87855f32d61728a58e4a97714dda61408fff8d34 | 1fc1bc95e0eea6431d826968f9d1c66f19bc3da9 | /disfrutapp/src/com/disfruta/gestion/logistica/GestionPresentacionPrecioVenta.java | 9430d56dc2954eba7b776af77da4eadbebd2f72d | [] | no_license | josejuape/ProjectDisfrutapp | e4f6e1a726754a11c14a1204119a854093e385c7 | 2cf41c2bf470c0cc59ccd85513e84c606f06b69e | refs/heads/master | 2020-12-24T15:31:13.810491 | 2015-04-14T14:17:57 | 2015-04-14T14:17:57 | 29,478,188 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,751 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.disfruta.gestion.logistica;
import com.disfruta.bean.logistica.PresentacionPrecioVenta;
import com.disfruta.bean.logistica.ProductoCarta;
import com.disfruta.conexion.ObjConexion;
import com.disfruta.logic.l... | [
"josejuape@gmail.com"
] | josejuape@gmail.com |
18587ec2a7eb97971ed367fb3fa2e83666de52c1 | ee56df0d8f4d58a6c3b45ed0d2cfb9e47b2e04e0 | /app/src/androidTest/java/com/example/javierescobar/tallerlistview/ExampleInstrumentedTest.java | e6da37e608f855b93296e449be9cdf984dadac92 | [] | no_license | javieresos12/Taller-de-List-View | 8edc7fb108cfc469fb62cec2a1b13fc094721073 | 80564d8edeb24770647d485268f11bc9307c7c40 | refs/heads/master | 2020-03-28T14:51:12.246266 | 2018-09-14T21:15:42 | 2018-09-14T21:15:42 | 148,529,157 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 764 | java | package com.example.javierescobar.tallerlistview;
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 exec... | [
"javieresos12@gmail.com"
] | javieresos12@gmail.com |
3d3ad013341382b4d9fc76659b4ef6ec14be426d | b98514eaefbc30b7b573922bd09887162d31aedd | /app/src/main/java/cn/flyrise/feep/collaboration/matter/MatterListFragment.java | 40f70d15ef306667500260729805c311e624b5e0 | [] | no_license | mofangwan23/LimsOA | c7a6c664531fcd8b950aed62d02f8a5fe6ca233c | 37da27081432a719fddd1a7784f9a2f29274a083 | refs/heads/main | 2023-05-29T22:25:44.839145 | 2021-06-18T09:41:17 | 2021-06-18T09:41:17 | 363,003,883 | 3 | 2 | null | null | null | null | UTF-8 | Java | false | false | 7,069 | java | package cn.flyrise.feep.collaboration.matter;
import android.os.Bundle;
import android.os.Handler;
import android.os.Looper;
import android.support.v4.app.Fragment;
import android.support.v4.widget.SwipeRefreshLayout;
import android.support.v7.widget.DefaultItemAnimator;
import android.support.v7.widget.LinearLayoutMa... | [
"mofangwan23@gmail.com"
] | mofangwan23@gmail.com |
d35a434aad2038074d9493c20ad4dd5fd8225b94 | 765a421b9911bd1aa855c9802e35faf95be028d3 | /src/proyectoprogra/Componente.java | 2f198c8725999357e46dadc985ce03c0b28314c0 | [] | no_license | brmusic9957/AjedrezHexagonal | fb9c027773c765238fd70f7eae777130903ff60b | d7074c75d3fabea87db7366e6362d2ad371c1dbd | refs/heads/master | 2021-09-02T23:30:23.339599 | 2018-01-04T03:38:14 | 2018-01-04T03:38:14 | 115,671,811 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 472 | java | package proyectoprogra;
import javax.swing.JLabel;
public class Componente extends JLabel {
public static int CELDA = 1;
public static int PIEZA = 2;
private int tipo;
public Componente(int tipo, int size, int posx, int posy) {
this.tipo = tipo;
this.setBorder(null);
this.se... | [
"bruce dilan lopez velasquez"
] | bruce dilan lopez velasquez |
2a85fb97436c565c812508141ca1c2de05afc96c | 7360a4690e7aac8f768eacde499fdc09c0195e55 | /Project01/src/main/java/StoreRunner.java | 8569313e0a2d0b9db2187818a68bd88e70d387c5 | [] | no_license | Gumennnik/JavaCourses_TeachMeSkills | e3f40c09cd34530ffbcb2ca3fee500a7c6baa539 | e102da71dd5003a66b702245757ecd5e8a5074a5 | refs/heads/master | 2022-06-24T08:28:48.970420 | 2019-07-04T20:32:34 | 2019-07-04T20:32:34 | 179,712,013 | 0 | 0 | null | 2022-06-21T01:17:48 | 2019-04-05T15:53:21 | Java | UTF-8 | Java | false | false | 29 | java | public class StoreRunner {
}
| [
"Gumennnik@rambler.ru"
] | Gumennnik@rambler.ru |
0ab3e4b394dde248f94dcd1dfd4793ff717458f7 | 51d351448a5ea1fd481a869ec3466e5c505539e1 | /CM5/deployment-tool/src/main/java/ru/intertrust/cm/deployment/tool/task/attachment/temp/AttachmentUnzipTempTask.java | 4838a8637ca0cff49dc555e9180ffdc510d5a47d | [
"Apache-2.0"
] | permissive | mrBertieWooster/ActiveFrame5 | b17fa77156981ad63d147fcd15a18a67e22bd824 | 3a8f0281b4f1fafa23db01027fa2e049f55c06d8 | refs/heads/master | 2020-11-30T03:18:12.028257 | 2019-12-26T15:36:17 | 2019-12-26T15:36:17 | 230,284,850 | 0 | 0 | null | 2019-12-26T15:19:53 | 2019-12-26T15:19:53 | null | UTF-8 | Java | false | false | 764 | java | package ru.intertrust.cm.deployment.tool.task.attachment.temp;
import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Component;
import ru.intertrust.cm.deployment.tool.task.TaskResult;
import ru.intertrust.cm.deployment.tool.task.attachment.AttachmentUnzipTask;
import static ru.in... | [
"alexander.bogatyr@gmail.com"
] | alexander.bogatyr@gmail.com |
f7787c82d8d57cce80818c1c2e289bfd09ef2e08 | 95a54e3f3617bf55883210f0b5753b896ad48549 | /java_src/com/liber8tech/tago/Constants.java | cf3031288ad58bc84e122c99e32a47dd9bb17818 | [] | no_license | aidyk/TagoApp | ffc5a8832fbf9f9819f7f8aa7af29149fbab9ea5 | e31a528c8f931df42075fc8694754be146eddc34 | refs/heads/master | 2022-12-22T02:20:58.486140 | 2021-05-16T07:42:02 | 2021-05-16T07:42:02 | 325,695,453 | 3 | 1 | null | 2022-12-16T00:32:10 | 2020-12-31T02:34:45 | Smali | UTF-8 | Java | false | false | 3,009 | java | package com.liber8tech.tago;
import java.io.File;
import kotlin.Metadata;
import org.jetbrains.annotations.NotNull;
@Metadata(bv = {1, 0, 3}, d1 = {"\u0000\"\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\b\u0002\n\u0002\u0010\u0006\n\u0000\n\u0002\u0010\u000e\n\u0002\b\f\n\u0002\u0010\u0007\n\u0002\b\u0005\bÆ\u0002... | [
"ai@AIs-MacBook-Pro.local"
] | ai@AIs-MacBook-Pro.local |
6588fa2d9acbf47e204f5d4c191ade179ed2dece | b5f6622cc5eaec6bfa146ee32e925c60b79cc787 | /src/Model/Payment.java | 4affb48220d5c5f62cb1f9a501c64bed00110d4a | [] | no_license | yasinduramanayake/itp_java | bb89d643154b62ee082644196314438eaf6b5d02 | 90f177f78f7d8262afe9f7e10b51150b9c1c01bd | refs/heads/master | 2023-03-05T10:50:39.544075 | 2021-02-06T08:27:19 | 2021-02-06T08:27:19 | 336,493,529 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,043 | java | package Model;
public class Payment {
private double Amount;
private String Email;
private int PhoneNo;
private String CrdName ;
private int CrdNo;
private String Ex_Date ;
private int CVV;
private int P_id;
private String name;
private int cus_id;
public int getCus_id() {
return cus_id;
}
publ... | [
"yasinduramanayake123@gmail.com"
] | yasinduramanayake123@gmail.com |
261034fe850bb7d8b2bef1daff8d02391d58eaea | 1385f704f09e5d2239773b539229f86e5a3df003 | /dhis-2/dhis-api/src/main/java/org/hisp/dhis/common/BaseAnalyticalObject.java | 223236d6b08e34eefe50e1fc88be4d92e02e13f4 | [
"BSD-3-Clause"
] | permissive | hispindia/PLAN-2.22 | 685af400a458d2dd5d79e1a51c2338c6f60d65b8 | e25d2d4eb2164f8f6f84208334e60768a96c7543 | refs/heads/master | 2020-05-25T14:13:00.336780 | 2017-03-14T11:07:57 | 2017-03-14T11:07:57 | 84,938,376 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 46,702 | java | package org.hisp.dhis.common;
/*
* Copyright (c) 2004-2016, University of Oslo
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyrig... | [
"mithilesh.hisp@gmail.com"
] | mithilesh.hisp@gmail.com |
703bc20699795373364d0110d84e4fddfa6e7a26 | c9b8db6ceff0be3420542d0067854dea1a1e7b12 | /web/KoreanAir/src/main/java/com/ke/css/cimp/fwb/fwb13/Rule_SHIPPER_STATE_PROVINCE.java | 82eb1e141df32f7b18f34236d3710ede4486ab2a | [
"Apache-2.0"
] | permissive | ganzijo/portfolio | 12ae1531bd0f4d554c1fcfa7d68953d1c79cdf9a | a31834b23308be7b3a992451ab8140bef5a61728 | refs/heads/master | 2021-04-15T09:25:07.189213 | 2018-03-22T12:11:00 | 2018-03-22T12:11:00 | 126,326,291 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,250 | java | package com.ke.css.cimp.fwb.fwb13;
/* -----------------------------------------------------------------------------
* Rule_SHIPPER_STATE_PROVINCE.java
* -----------------------------------------------------------------------------
*
* Producer : com.parse2.aparse.Parser 2.5
* Produced : Tue Mar 06 10:35:29 KST 201... | [
"whdnfka111@gmail.com"
] | whdnfka111@gmail.com |
506f8e2ff5f765bb2adc28a88c59d7997dbba5c5 | 7efbda1bff2d304f9f86259ece5127dc9ee69111 | /BIServer/src/main/java/com/tonbeller/wcf/table/TableModelChangeListener.java | abaa176fdb51b7e579b2ea2a894870def4df5b62 | [] | no_license | kalyansvm/biproject | 8f1bafd57b4cb8affa443a394dee2e774b9a9992 | 482b461f3b05b33b9a468526c5a59ed98dd4551c | refs/heads/master | 2021-01-10T09:34:25.669950 | 2009-05-13T01:50:17 | 2009-05-13T01:50:17 | 50,026,186 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 668 | java | /*
* ====================================================================
* This software is subject to the terms of the Common Public License
* Agreement, available at the following URL:
* http://www.opensource.org/licenses/cpl.html .
* Copyright (C) 2003-2004 TONBELLER AG.
* All Rights Reserved.
* You... | [
"wuyiding@gmail.com"
] | wuyiding@gmail.com |
5b09c167fe7f5fd3d356a636d68145114f84375c | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/12/12_34939cea663c63f64a18549e15787e3a8de964c6/OpenStackAuthenticationHeaderManager/12_34939cea663c63f64a18549e15787e3a8de964c6_OpenStackAuthenticationHeaderManager_s.java | 515efaf21c671be7c54959f48515ac5a3701f31c | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 7,969 | java | package com.rackspace.papi.components.clientauth.openstack.v1_0;
import com.rackspace.auth.AuthGroup;
import com.rackspace.auth.AuthToken;
import com.rackspace.papi.commons.util.StringUtilities;
import com.rackspace.papi.commons.util.http.HttpStatusCode;
import com.rackspace.papi.commons.util.http.IdentityStatu... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
fa84988d2f6954bc7a39fd2323e37c043a5ca9ad | 75024dc0736e5405045a46e0a123cd7b69d28626 | /src/huellitasjsf/model/entities/Adopcion.java | 0b630f2736c51554f5daf1e600116372f8514a96 | [] | no_license | Gersong11/proyectohuellitas | 745975fa2ed784b9f038c1b46b96f571d5f5d43b | 0caeda26654eb60d7f301462e8a47e4d429065c9 | refs/heads/main | 2023-04-20T18:04:33.612195 | 2021-05-20T20:15:24 | 2021-05-20T20:15:24 | 369,278,142 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,574 | java | package huellitasjsf.model.entities;
import java.io.Serializable;
import javax.persistence.*;
import java.util.Date;
/**
* The persistent class for the adopcion database table.
*
*/
@Entity
@NamedQuery(name="Adopcion.findAll", query="SELECT a FROM Adopcion a")
public class Adopcion implements Serializable {
pri... | [
"49883692+perrito11@users.noreply.github.com"
] | 49883692+perrito11@users.noreply.github.com |
f56180526ce708c062457aa7bf5e1165716015b3 | 806f62ffbc260f44bdeb88ae8bd1104da6da0b9b | /changgou-parent/changgou-service/changgou-service-seckill/src/main/java/com/changgou/seckill/service/SeckillOrderService.java | 2680a3e128ff326a23e14041f48403e9b2832bee | [] | no_license | zwz001/changgou | ca8ae841521a54547e52e9bec4ffadbdde70a5e7 | 05ad0b688efc6643ccf5849846985853b49001b3 | refs/heads/master | 2022-06-22T05:53:48.736625 | 2020-02-12T01:03:51 | 2020-02-12T01:03:51 | 239,896,972 | 0 | 0 | null | 2022-06-21T02:47:06 | 2020-02-12T00:52:54 | JavaScript | UTF-8 | Java | false | false | 1,643 | java | package com.changgou.seckill.service;
import com.changgou.seckill.pojo.SeckillOrder;
import com.changgou.seckill.pojo.SeckillStatus;
import com.github.pagehelper.PageInfo;
import java.util.List;
/****
* @Author:admin
* @Description:SeckillOrder业务层接口
* @Date 2019/6/14 0:16
*****/
public interface SeckillOrderService... | [
"793730938@qq.com"
] | 793730938@qq.com |
bcd84e37fd92ca9d7262ec4ed3f42816e659ba1b | eeba21320e1cabcc03d5d743ae7b819df955c500 | /src/lrsbp7saxparser/XMLLoader.java | a752cf437c0a97bb62cd57749798c7295d538021 | [] | no_license | lydsnyder/Java-Sax-Parser | fb21ffe896a380509cf12e2dcd2a418b0e7773b4 | b2109d6bfb7c02b6a123ef25b6bdef41f822222c | refs/heads/master | 2021-09-07T20:48:21.850495 | 2018-02-28T21:56:02 | 2018-02-28T21:57:03 | 123,346,020 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,132 | 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 lrsbp7saxparser;
import java.io.File;
import javax.xml.parsers.SAXParser;
import javax.xml.parsers.SAXParserFactory;
import or... | [
"lrsbp7@mail.missouri.edu"
] | lrsbp7@mail.missouri.edu |
c25030970b1f5f005b21b91e3f52f8c3ffb176d4 | 60d0b76ed27d8afb01e08c8b8e3e9cfbce085091 | /src/model/entities/Department.java | 2ae2630123b0af2d6aba6fe21873fa73ac00fdbe | [] | no_license | crisaoo/demo-dao-jdbc | d95f3049183fdb06fc42ab1fa347d04d38b0ba3d | 0814144102db89c6bacb734001684cf9660b82f5 | refs/heads/master | 2022-11-10T10:59:05.141074 | 2020-07-01T19:10:34 | 2020-07-01T19:10:34 | 275,465,355 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,053 | java | package model.entities;
import java.io.Serializable;
public class Department implements Serializable{
private static final long serialVersionUID = 1L;
private Integer id;
private String name;
public Department() {}
public Department(Integer id, String name) {
this.id =id;
this.name = name;
}
public I... | [
"Cristianocosta2019@outlook.com"
] | Cristianocosta2019@outlook.com |
0e501ef676018bc12430b362a8e32e8d29b03a81 | 8d82c3a4fd44c82523f6dc2191d694bd6a3de4e5 | /src/main/java/com/poc/patientportal/web/rest/errors/FieldErrorVM.java | 21dc19cd2bc06aa51a1e4958f2dcc6d9bcffabe5 | [] | no_license | maurofokker/patient-portal | a20a76fd3da6dca34f85df5eba20242e841a0f68 | 3ede18d735aafa2ebb73909f236e2372b477e81a | refs/heads/master | 2020-03-23T08:37:58.254976 | 2018-07-17T22:18:06 | 2018-07-17T22:18:06 | 141,337,762 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 653 | java | package com.poc.patientportal.web.rest.errors;
import java.io.Serializable;
public class FieldErrorVM implements Serializable {
private static final long serialVersionUID = 1L;
private final String objectName;
private final String field;
private final String message;
public FieldErrorVM(Strin... | [
"mgaldamesc.azurian@bancochile.cl"
] | mgaldamesc.azurian@bancochile.cl |
99739a1246a4c70e716dcb7a8fde0a941cede203 | e5116b8d162c761d537f026c3921536398b05d30 | /app/src/main/java/com/example/testing/MainActivity.java | 481e10bf08e3215e28aad6e38875dccd091d5c37 | [] | no_license | keyman500/firstapp | 25a0d28612b4e954b398b8fb7361bd1236789c42 | 26b6ee84821a6e6196da83e6a35a10068b34c036 | refs/heads/master | 2022-12-20T02:53:56.635084 | 2020-10-14T05:34:23 | 2020-10-14T05:34:23 | 303,890,465 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,839 | java | package com.example.testing;
import android.os.Bundle;
import com.google.android.material.floatingactionbutton.FloatingActionButton;
import com.google.android.material.snackbar.Snackbar;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.widget.Toolbar;
import android.view.View;
import andro... | [
"mar-chy@hotmail.com"
] | mar-chy@hotmail.com |
e509b26c03805d37b30ded26be26e5fafba1e787 | 28e099b5e7306d601dea4f11480de69cad07140e | /Data Structures/src/binary_tree/Node.java | 8ebacb1baf97682e96e75ca8423ed1bddbab7650 | [] | no_license | roalts/Data_Structures | c4fe6126df68583e9f5c84108ce50d8b51e7669c | f57e73789a645009b0b4ce80f74a12a79b5c831f | refs/heads/master | 2020-12-24T15:49:13.485805 | 2015-09-27T05:02:52 | 2015-09-27T05:02:52 | 37,371,505 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 71 | java | package binary_tree;
public class Node<T> {
T data;
Node<T> next;
}
| [
"raghav.apoorv@gmail.com"
] | raghav.apoorv@gmail.com |
a476787dad0df7b4d4c64de2fcb4874d32a77f69 | 6d60a8adbfdc498a28f3e3fef70366581aa0c5fd | /codebase/dataset/t1/2275_frag2.java | 3f0f0380823148b84ed2423e3c8db48b93135772 | [] | no_license | rayhan-ferdous/code2vec | 14268adaf9022d140a47a88129634398cd23cf8f | c8ca68a7a1053d0d09087b14d4c79a189ac0cf00 | refs/heads/master | 2022-03-09T08:40:18.035781 | 2022-02-27T23:57:44 | 2022-02-27T23:57:44 | 140,347,552 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 538 | java | public org.omg.CORBA.portable.OutputStream _invoke(String method, org.omg.CORBA.portable.InputStream _input, org.omg.CORBA.portable.ResponseHandler handler) throws org.omg.CORBA.SystemException {
org.omg.CORBA.portable.OutputStream _out = null;
java.lang.Integer opsIndex = (java.lang.Integer) m_op... | [
"aaponcseku@gmail.com"
] | aaponcseku@gmail.com |
c9ac5d146874f393817cda3773f9578a4829cc10 | f2db7ebc9c1b82ee772bf5358dad363799a54557 | /BankOfAmerica/src/main/java/com/revature/driver/Driver.java | 75db555b95c2dbe67ebb47e7bfb627a768ceb795 | [] | no_license | 2010USFJava/HowardM | bd54d1166f84e9cb86f557a59b7aa1433138427d | ff14674b352a5d8c91d615ff41000b371f8201eb | refs/heads/master | 2023-01-18T17:49:12.348310 | 2020-11-18T15:37:26 | 2020-11-18T15:37:26 | 305,754,516 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 282 | java | package com.revature.driver;
import com.revature.menu.Menu;
import com.revature.users.User;
public class Driver {
public static void main(String[] args) {
User u1 = new User("Beyonce", "Knowles-Carter", "111 Main", "queenbey", "444");
Menu.greeting();
}
}
| [
"jay.m.howard@gmail.com"
] | jay.m.howard@gmail.com |
a5aeb57a3b2658e2253afa9748fd33394265e85f | ab88e7de951de23c9c1ebf7c1dde4a54577c1261 | /src/at/dbo/cc/objects/musiker/Schlagzeuger.java | 06574f6840ab4c0b6382c626fc0220d44842b8e0 | [] | no_license | dboljevic/CC_02_Objektorientierung | 9f7b4960be37850c59ab3f31a60b173502ba5a80 | 41b0cf1f5c6634930a042d713a07a19f22559f95 | refs/heads/main | 2023-05-15T07:42:55.628956 | 2021-06-14T18:14:34 | 2021-06-14T18:14:34 | 366,795,976 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 290 | java | package at.dbo.cc.objects.musiker;
public class Schlagzeuger extends Musiker{
public Schlagzeuger(String name, int alter) {
super(name, alter);
}
@Override
public void singenSolo(){
System.out.println("You got mud on your face, you big disgrace");
}
}
| [
"dboljevic84@gmail.com"
] | dboljevic84@gmail.com |
696a59281698315abf51357e13c9eb7851805ef7 | 58105e31d1378db95dc81645bbb196a77162f344 | /src/main/java/com/yanfeitech/application/config/UserIDAuditorBean.java | 13be578216eccd730e84f04f6b4010538c466427 | [] | no_license | Obito-hy/heyang | fae755ed13e6403907df8c2cc78231827210182f | 0ab1938c723e98124bcf64cf042dbbdcd0e97456 | refs/heads/master | 2023-04-09T05:25:00.274644 | 2021-04-26T13:31:24 | 2021-04-26T13:31:24 | 361,764,316 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,505 | java | package com.yanfeitech.application.config;
import java.util.Optional;
import org.springframework.context.annotation.Configuration;
import org.springframework.data.domain.AuditorAware;
import org.springframework.security.authentication.AnonymousAuthenticationToken;
import org.springframework.security.authentication.Us... | [
"1758673915@qq.com"
] | 1758673915@qq.com |
0d52f671704ad938753f457ffa2be33f0e8bb4cc | 7191cb83b268c7b5f9871699a02106351b3bb0fd | /android/app/src/main/java/com/pianeta/MainApplication.java | 39b552ba354d55f3eecc5b3c95020ede36a3f045 | [] | no_license | naniii17/pianetaApp | c170fe2abd68b563d13f40d38e99d1bc1cb73fed | 806de05c3ab3653545e26f090d3d1ab927a67099 | refs/heads/master | 2023-02-04T13:39:32.657950 | 2020-03-29T14:38:02 | 2020-03-29T14:38:02 | 251,052,206 | 0 | 0 | null | 2023-01-26T18:44:10 | 2020-03-29T14:29:52 | Objective-C | UTF-8 | Java | false | false | 2,274 | java | package com.pianeta;
import android.app.Application;
import android.content.Context;
import com.facebook.react.PackageList;
import com.facebook.react.ReactApplication;
import com.facebook.react.ReactNativeHost;
import com.facebook.react.ReactPackage;
import com.facebook.soloader.SoLoader;
import java.lang.reflect.Invo... | [
"ugo.nani@efrei.net"
] | ugo.nani@efrei.net |
d68d2d17a99e078106b4071d4738c759ef159f91 | 37de4516e2da3495cb3e59713be08fa6e2209f19 | /chat/src/chat/Setting.java | fd37f52c7590a890fbffe38dd3790dd26bd73b5a | [] | no_license | Dar9586/workspace | afac3c818513e8cbede58e9374a851bc20babc0f | f7ae503c8313bc9bdeda8a49f79b203cf45bb5db | refs/heads/master | 2020-05-30T12:28:31.132121 | 2017-04-14T20:51:24 | 2017-04-14T20:51:24 | 83,596,392 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 707 | java | package chat;
import java.awt.EventQueue;
import javax.swing.JFrame;
public class Setting {
private JFrame frame;
/**
* Launch the application.
*/
public static void main(String[] args) {
EventQueue.invokeLater(new Runnable() {
public void run() {
try {
Setting window = new Setting();
win... | [
"atoppi2012@gmail.com"
] | atoppi2012@gmail.com |
ba547172da73b26206e9bacbb62e6f88b691197d | cf5e34bfaa9900df687652f92c9dce3cbfd8266c | /src/main/java/recursion/RecursionBasics.java | 9c3390df78f3588ef107250b1488e9f1d82f45be | [] | no_license | deepanshu7211/DataStructureUdPractice | fa58ffe0fb8f8905c07bb4192c59fb3179303bbe | e3cad594a00a9e4af2f1dab18f568e11fdfaea7c | refs/heads/master | 2023-06-27T16:43:58.436754 | 2021-08-02T16:21:18 | 2021-08-02T16:21:18 | 296,819,712 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 493 | java | package recursion;
public class RecursionBasics {
public static void main(String[] args) {
headRecursion(3);
tailRecursion(3);
}
public static void headRecursion(int n){
if(n>0){
headRecursion(n-1);
System.out.println("headRecursion N value " +n);
}
}
... | [
"“deepanshu7211@gmail.com”"
] | “deepanshu7211@gmail.com” |
4260f38b929c29682fe1b8201fe674a1fa86afc1 | d4b0afbdbfe705678a868a016f7e5f1309486d99 | /Comp1451_Assignment_2_Payroll_Framework/src/ca/bcit/comp1451/a2/payroll/test/VolunteerTest2.java | e45bef32af53178048fafea41ed343e00a2fd8bf | [] | no_license | e1212545/COMP-1451-Introduction-to-Java-2 | 17926018ec7ca17b14143cf1655147bd2b6086ce | da747c4ef52115383340d32a2b8c67027f16bbcc | refs/heads/master | 2020-04-18T06:25:20.426611 | 2017-03-01T20:47:45 | 2017-03-01T20:47:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,022 | java | package ca.bcit.comp1451.a2.payroll.test;
import static org.junit.Assert.*;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import ca.bcit.comp1451.a2.payroll.Volunteer;
/**
* A Test2 Class for Volunteer methods
*
* @author Ronni... | [
"tresivileo@hotmail.com"
] | tresivileo@hotmail.com |
7f21e8997234cd9214ef279cd082f0494e6ff71b | 1c59e750d2cdf1f6268d7c35303d2f412ed2f597 | /home-modules/home-customer/home-customer-common/src/main/java/com/home/customer/common/vo/CustomerVo.java | fcaf412e54f1d8cec73b410c9c2812ddd165bbe6 | [] | no_license | chocoai/home-platform | 9e03f8cd7243ffd96e689238c7fefd2e4e26c7ba | 05c0f4e0823fe5a7f04839462d12393e20f3f3d2 | refs/heads/master | 2020-04-28T20:12:38.528072 | 2018-08-06T01:17:58 | 2018-08-06T01:17:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,090 | java | package com.home.customer.common.vo;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import java.util.Date;
/**
* Customer 视图对象
*
* @author roger
* @email 190642964@qq.com
* @create 2018-06-29 14:32
**/
@Data
@ApiModel(value = "Customer响应")
public cla... | [
"190642964@qq.com"
] | 190642964@qq.com |
c304771f976bd6ded447c25511df074db7dd3699 | d154422af1f25d821f71d7ca8491139a5b26cefe | /Jsp/src/board/command/CDelete.java | 91ca3fc9b5d789c4d2322570858b4924f291ca21 | [] | no_license | navang/-Studying-java | d6c6f1b932f35ca4b15c3a3907a8481eeeab9e45 | d737ca06acbb268a506f9cd6abdcb5b83f3ffb05 | refs/heads/master | 2020-05-16T03:05:04.211372 | 2019-06-27T16:45:36 | 2019-06-27T16:45:36 | 182,648,703 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 807 | java | package board.command;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import board.model.BoardDao;
import board.model.BoardException;
public class CDelete implements Comm {
private String next;
public CDelete( String _next ){
next = _next;
}
public String execu... | [
"2012102367@khu.ac.kr"
] | 2012102367@khu.ac.kr |
4b9831e4cd02baea9425bc5f42a825fa7ddc2bbe | c76549d852b520ef6b6aa1cae5ff395d7550f53a | /app/src/main/java/org/stepic/droid/util/resolvers/StepTypeResolverImpl.java | 0c6c01f5e5a5da5f886c23a1f11ee27e7ae8412f | [
"Apache-2.0"
] | permissive | meanmail/stepik-android | e592433e1b61fd2394454a6ac16c8b091a32d84f | d9a6b303f9d94035fcc5d3dc47b0252c02805e8b | refs/heads/master | 2021-01-11T04:30:03.091518 | 2016-10-10T08:21:53 | 2016-10-10T08:21:53 | 71,148,437 | 1 | 0 | null | 2016-10-17T14:42:13 | 2016-10-17T14:42:13 | null | UTF-8 | Java | false | false | 9,694 | java | package org.stepic.droid.util.resolvers;
import android.content.Context;
import android.graphics.PorterDuff;
import android.graphics.drawable.Drawable;
import android.os.Build;
import android.support.annotation.DrawableRes;
import android.support.annotation.NonNull;
import org.jetbrains.annotations.NotNull;
import or... | [
"kir-maka@yandex.ru"
] | kir-maka@yandex.ru |
24204775c5d8616f8aefb9e7c7d785493a9237ee | e4178cd5b13e31e35d07667658a7e7cc5e7a884d | /src/lbs/goodplace/com/View/main/MainIHaveView.java | c9b50848e5cb9e80a94ed34c954e3adc06adf5da | [] | no_license | itman83/ShopMall-Android | 7285d14b6215a0f53bdf4fafc57f7e5b20bf0adf | ee52fdab6a24379180bc762ae1fbf6199c7cb897 | refs/heads/master | 2020-12-31T06:22:54.926454 | 2014-01-23T12:09:57 | 2014-01-23T12:10:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,020 | java | package lbs.goodplace.com.View.main;
import java.util.ArrayList;
import java.util.List;
import lbs.goodplace.com.R;
import lbs.goodplace.com.controls.RefreshListView;
import lbs.goodplace.com.controls.RefreshListView.OnRefreshListener;
import android.content.Context;
import android.graphics.Color;
import an... | [
"Kingsleyyau@gmail.com"
] | Kingsleyyau@gmail.com |
14ef987665ce7a4ccd134edacbe859284801a878 | 57414c0898b42f1891060806cf27ec8129f2cc7d | /src/main/java/boipelo/domain/user/UserEventHandler.java | 38807ce3c9339fd0b3d237f17b1526f28e70b96d | [] | no_license | Jamil-Najafov/Boipelo | daf343a81583a29df3bdb1c77c16d94b3a930c9f | d0dd4902c4e886bc46873d3eaeed7f096a9ca256 | refs/heads/master | 2021-01-15T17:51:11.705693 | 2015-03-25T00:21:44 | 2015-03-25T00:21:44 | 32,987,265 | 0 | 0 | null | 2015-03-27T13:22:10 | 2015-03-27T13:22:10 | null | UTF-8 | Java | false | false | 614 | java | package boipelo.domain.user;
import org.springframework.data.rest.core.annotation.HandleBeforeCreate;
import org.springframework.data.rest.core.annotation.HandleBeforeSave;
import org.springframework.data.rest.core.annotation.RepositoryEventHandler;
import org.springframework.security.access.prepost.PreAuthorize;... | [
"Aycan@Corsair"
] | Aycan@Corsair |
5d1545a6bc3ab828ae9c008a190a85e0274470cc | 0b051a5272e12ea7bcc7424b7e98122b6e82807c | /app/src/main/java/com/example/plauction/Common/CenteringTabLayout.java | 90561dd526697a98ae2156f481a48bea4b0d5632 | [] | no_license | mrchaos10/PLAuction | d19be284e8211025a0441d242757d60d899290cc | 4d37af2d48e378a21a404f44207a147691183afa | refs/heads/master | 2023-01-29T13:13:18.798398 | 2020-12-07T10:20:31 | 2020-12-07T10:20:31 | 294,385,955 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,136 | java | package com.example.plauction.Common;
import android.annotation.SuppressLint;
import android.content.Context;
import android.util.AttributeSet;
import android.view.ViewGroup;
import com.google.android.material.tabs.TabLayout;
public class CenteringTabLayout extends TabLayout {
public CenteringTabLayout(Contex... | [
"santhoshm309@gmail.com"
] | santhoshm309@gmail.com |
687fed4c57eb65e2cd997bf0bdd0a9769abc8f32 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/24/24_4eb2fea10ec0985554499c054920d234eb4404f7/MediatedBannerAdViewController/24_4eb2fea10ec0985554499c054920d234eb4404f7_MediatedBannerAdViewController_t.java | 162fee4686794c253cf254562bf5e5e50f30cc5d | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 2,168 | java | /*
* Copyright 2013 APPNEXUS INC
*
* 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 req... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
478c93c5ac12de71ee2fac2252736ee1576ea6c5 | 4abb3d0bbabfef16f6f5142d70e4261e912cc329 | /src/test/java/tw/edu/ntub/imd/camping/request/MockRequest.java | 1fce09f5086b7b2e0bba3c1faa5aa9c59b83dc7a | [] | no_license | bbblu/camping-backend | 1bcbe5d480aea015a9009bd634e3fb0a84e268de | e5ce9c3b37e803c188c5f6ababeb8ae05c832feb | refs/heads/master | 2023-01-28T12:35:46.691937 | 2020-10-11T08:40:52 | 2020-10-11T08:40:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 871 | java | package tw.edu.ntub.imd.camping.request;
import tw.edu.ntub.imd.camping.enumerate.ContentType;
import java.time.LocalDateTime;
public interface MockRequest {
default MockRequest setContentType(ContentType contentType) {
return addHeader("Content-Type", contentType.type);
}
MockRequest addHeader(... | [
"10646007@ntub.edu.tw"
] | 10646007@ntub.edu.tw |
b998e580ddbcfa62fbeea233c8eb3cdd172eb113 | c454a46ca3831dd5df13ae6a3ff6b31bd0dd06de | /workspace/02-ServiceBuilder/02-ServiceBuilder-api/src/main/java/com/liferay/curso/service/BarService.java | 25363127c43c71a1237da50e5cb8e08043420d44 | [] | no_license | victorherrerocazurro/CursoLiferayNalandaJulio2018 | d44f75414bde4c8e358b353c04ef40c209e52c33 | e5c5bca170d789a6d8ee7da1fa48443d427fdc31 | refs/heads/master | 2020-03-23T22:08:56.829387 | 2018-07-26T11:59:29 | 2018-07-26T11:59:29 | 142,156,277 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,391 | java | /**
* Copyright (c) 2000-present Liferay, Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any la... | [
"victorherrerocazurro@gmail.com"
] | victorherrerocazurro@gmail.com |
ffa6289742265392d6af3e26d2b77e20cbc355d1 | 8ec981e516cd7254d53bdb225d53aad2c06ee7a2 | /src/main/java/com/t248/lmf/crm/CrmApplication.java | be47192f0c6029b0d5cfd5939d58849f51e2ca10 | [] | no_license | 2767274907/crm | 5d728c4ace6e31d46a62cab5342e4ab04f5505e1 | c5446e76c5d86df6d788ad7987e1cf0db53e76c6 | refs/heads/master | 2023-05-12T20:12:46.996859 | 2020-02-29T03:05:16 | 2020-02-29T03:05:16 | 243,885,521 | 3 | 0 | null | 2023-05-08T04:15:02 | 2020-02-29T01:36:54 | HTML | UTF-8 | Java | false | false | 342 | java | package com.t248.lmf.crm;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
//@EnableAutoConfiguration
public class CrmApplication {
public static void main(String[] args) {
SpringApplication.run(CrmApplication.c... | [
"2767274907@qq.com"
] | 2767274907@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.