blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 332 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 7 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 557
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 82
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 7 5.41M | extension stringclasses 11
values | content stringlengths 7 5.41M | authors listlengths 1 1 | author stringlengths 0 161 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
95760211f8315d8be3e1168bd50b373e5a9d537f | af4278ccc5669938a1904222f80fa27f62cd05eb | /src/com/frs/pojos/UserProfile.java | 9136f35f1a1eecf60693142d09ac894c9ce86713 | [] | no_license | muniramPune/CdacProject | c04bbf72b8282e8de8291580ebe4e2e72ff5576d | ea63a303b3edf73a4c8da56cefea6184e198882f | refs/heads/master | 2021-01-23T01:00:44.623544 | 2017-03-22T17:56:09 | 2017-03-22T17:56:09 | 85,857,683 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,646 | java | package com.frs.pojos;
import java.io.Serializable;
import javax.persistence.*;
import java.util.Date;
/**
* The persistent class for the FRS_TBL_USER_PROFILE database table.
*
*/
@Entity
@Table(name="FRS_TBL_USER_PROFILE")
@NamedQuery(name="UserProfile.findAll", query="SELECT u FROM UserProfile u")... | [
"noreply@github.com"
] | noreply@github.com |
76686d18d9bfcce4e4255e6b7659f037d2fe0738 | ce8e849e624985033bc89ade92002daa8656733c | /app/src/main/java/com/example/myapplication/DeleteInspection.java | 4cb112fa1b03bb4630229287e0380107ded9f8fb | [] | no_license | JD-Mehlenbacher/app | ac1a8ee9204d8bae6637d1d408081bece22affea | eb6a05927c2cdcb5c690990bf1f45f5fc7780471 | refs/heads/master | 2023-05-31T12:31:09.881049 | 2021-06-25T17:45:19 | 2021-06-25T17:45:19 | 375,773,045 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,397 | java | package com.example.myapplication;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.view.WindowManager;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.Button;
import android.... | [
"jdmehlenbacher@hotmail.com"
] | jdmehlenbacher@hotmail.com |
28e85cd8ec8f8ad2a2b326e9b87468d90d4817ea | d77a9e877a2ab84a75e4ed8f161b5d49c5e65ec6 | /com.jaspersoft.studio/src/com/jaspersoft/studio/widgets/framework/WColorsItemProperty.java | dcf8bb1fa59d63d2851a2e2e8cd5a57d0ef49d65 | [] | no_license | jasonbrianhall/Jaspersoft-Studio | 3b0faa08e4da17c24f2f60531e3a5c2e8d7b6478 | 33f85aee98402cb9da4ac305eab7f071e2ff1b61 | refs/heads/master | 2021-01-21T20:28:59.761114 | 2017-05-24T13:10:37 | 2017-05-24T13:10:37 | 92,215,885 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,630 | java | /*******************************************************************************
* Copyright (C) 2010 - 2016. TIBCO Software Inc.
* All Rights Reserved. Confidential & Proprietary.
******************************************************************************/
package com.jaspersoft.studio.widgets.framework;
impor... | [
"mrabbi@6833c83e-4fd0-4c68-a3df-283c6148db30"
] | mrabbi@6833c83e-4fd0-4c68-a3df-283c6148db30 |
380bce99ecca1608d7e42188e2447416ba1e4ac0 | 71293f413b3628f3f6d5b47c28f117fa4bd1bc86 | /StarbuzzCoffee/src/starbuzzCoffee/Milk.java | 387773cf80821e3078dc668cc66b0bb8cc8ddce9 | [] | no_license | JohnnyWang1998/DesignPattern | c3481e4405c1308235e6cb433998f464e8c47623 | 88d7ac0cb39319d471a27aff6518fc016fec27e1 | refs/heads/master | 2020-12-30T05:53:51.574723 | 2020-05-14T05:21:30 | 2020-05-14T05:21:30 | 238,882,757 | 0 | 0 | null | 2020-02-25T04:16:40 | 2020-02-07T09:08:43 | Java | UTF-8 | Java | false | false | 307 | java | package starbuzzCoffee;
public class Milk extends CodimentDecorator {
protected Beverage _beverage;
public Milk(Beverage beverage) {
_beverage = beverage;
}
public float cost() {
return _beverage.cost()+0.10f;
}
public String getDescription() {
return _beverage.getDescription()+", Milk";
}
}
| [
"johnny98@foxmail.com"
] | johnny98@foxmail.com |
a648a5fedf4c9ce7d998bffc57e8b2c93a57c18a | 5ff124c03289ff0d89349162b15161b9dd14a2b0 | /java-workspace/DesignPatterns/src/com/ericsson/learning/designpatterns/state/State.java | e2a1abfc37198bf84ed1e978577a1db6f5e551a5 | [] | no_license | mida87/learning-workspace | 26f4c41c5965e36e1d8d2da0370368c9ec402c99 | f9bb6fa246c3b2acbaca58d4eabdb7a241ee818d | refs/heads/master | 2021-01-16T18:06:23.699767 | 2014-09-01T13:16:56 | 2014-09-01T13:16:56 | 14,470,350 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 577 | java | package com.ericsson.learning.designpatterns.state;
/**
* STATE: State <interface>, every state will implement required steps if applicable
* */
public abstract class State {
public void insertQuarter() {
System.err.println("You cannot insert quarter at this point");
}
public void ejectQuarter()... | [
"martin.marecic@gmail.com"
] | martin.marecic@gmail.com |
f11c7747c47782ff0d1aad7a10eac10349486853 | 065c1f648e8dd061a20147ff9c0dbb6b5bc8b9be | /eclipsejdt_cluster/66583/tar_1.java | 938817a0d62781cb8e06bf802b3ef1b3ab1350d0 | [] | no_license | martinezmatias/GenPat-data-C3 | 63cfe27efee2946831139747e6c20cf952f1d6f6 | b360265a6aa3bb21bd1d64f1fc43c3b37d0da2a4 | refs/heads/master | 2022-04-25T17:59:03.905613 | 2020-04-15T14:41:34 | 2020-04-15T14:41:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 89,347 | java | /*******************************************************************************
* Copyright (c) 2000, 2008 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... | [
"375833274@qq.com"
] | 375833274@qq.com |
e51bab3137feb87d320127885c68960ddeb04e80 | e7ffc81ad06a842645527cf81a5fc2659f86e21f | /app/src/test/java/com/mohsenafana/BakingApp/ExampleUnitTest.java | 7acaef6251f3add16fac2ec6115ac54b3272aa51 | [] | no_license | MohsenAfana/BakingApp | 14d4a7ffb0cd7eebd724297828151eec57460ea2 | 2286b8a62b662a14808b17f08679e733037c6cf2 | refs/heads/master | 2020-04-13T05:41:58.280406 | 2018-12-24T15:55:50 | 2018-12-24T15:55:50 | 163,000,014 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 414 | java | package com.mohsenafana.BakingApp;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
/**
* 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
... | [
"mohseneyas@gmail.com"
] | mohseneyas@gmail.com |
f63d2949ca7f57725aeb9fbf170f6ad81929e353 | 07136cff3669f908e320edd8a643a08fd822a56d | /lore-material/material-core/src/main/java/im/heart/material/service/impl/MaterialPeriodicalServiceImpl.java | d80645898d8fc65320fd7fd7c9dad35078efee5f | [] | no_license | LKG/lore_1 | 68b82bd0f2bc57d9de4cd9a5d40bad37189f53ad | 3c72ef40f5f631d9196a0ad29fe9b4f4fb338917 | refs/heads/master | 2020-04-07T15:44:46.764269 | 2018-12-16T15:43:48 | 2018-12-16T15:43:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,285 | java | package im.heart.material.service.impl;
import java.math.BigInteger;
import java.util.Collection;
import java.util.HashSet;
import java.util.List;
import com.google.common.collect.Sets;
import im.heart.core.CommonConst;
import im.heart.core.enums.Status;
import im.heart.core.service.impl.CommonServiceImpl;
import im.... | [
"lkg61230413@163.com"
] | lkg61230413@163.com |
51e1df8ff0f08556d31f9ed168984ef74b57c06a | e93e71f22156447c120209f2da8b8a91fbe1495f | /src/com/metier/Usager.java | d0616867029841a782f8c1b80b4283a8d4773fa6 | [] | no_license | bavencoff-a/triselVersionHibernet | f7b6eae72291bff378632b70ff48f1a4d6c2ada6 | 3c191647ab36ab8772ce3f63e7c5b05d81965cbd | refs/heads/master | 2016-08-11T21:50:46.644538 | 2016-03-31T16:31:25 | 2016-03-31T16:31:25 | 55,166,044 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,702 | java | package com.metier;
import java.util.List;
import javax.persistence.*;
@Entity
@Table (name="usager")
@Inheritance (strategy=InheritanceType.JOINED)
public class Usager {
@Id
@Column (name = "idUsager")
private String idUsager;
@Column (name = "nom")
private String nom;
@Column (name = "prenom")... | [
"antoine.bavencoff@gmail.com"
] | antoine.bavencoff@gmail.com |
5bcac3ef635fb674bf219ef7bc7f144b89fdc3b8 | 36a3ca40b4deaaca91d233371f8779191d745a9e | /src/graphs/KruskalMST.java | 3c2bc06397663aa78584de3cb7ad08c48059690f | [] | no_license | bhasVankam/AlgoDS | 4a67f9aec912ed06014ba42beaf050de358c5792 | 136b9835b182f6bd7e27d9f5a2cf6aa503e61fd2 | refs/heads/master | 2023-03-17T20:06:14.232419 | 2020-08-13T01:45:36 | 2020-08-13T01:45:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,535 | java | package graphs;
import java.util.ArrayList;
import java.util.Comparator;
import java.util.List;
public class KruskalMST {
public List<Edge<Integer>> getMST(Graph<Integer> graph) {
List<Edge<Integer>> allEdges = graph.getAllEdges();
allEdges.sort(Comparator.comparingInt(Edge::getWeight));
List<Vertex... | [
"aiyangar@godaddy.com"
] | aiyangar@godaddy.com |
d81a6f1bb0b7b2917eae4a5f08ef1e29f6d924dd | 37b38dc2dc8148bb1dbee5a7e0da804ee3242c92 | /app/src/main/java/com/feicui/mygitdroid/github/hotrepo/HotRepoAdapter.java | 1d122e293d5520c2255831d9102e3998cc3f0886 | [] | no_license | ccyy30/MyGitDroid | 5a3769e5898d41146db56c0e7c66465c7d7bc85b | 9f0c4cea6216972b819fea99bd1a3eb08d01b91e | refs/heads/master | 2021-01-17T08:37:53.654507 | 2016-08-05T14:22:58 | 2016-08-05T14:22:58 | 64,199,101 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 987 | java | package com.feicui.mygitdroid.github.hotrepo;
import android.content.Context;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPagerAdapter;
import com.feicui.mygitdroid.github.hotrepo.repolist.RepoListFragment;
import java.util.List;
/**
... | [
"ccyy30@163.com"
] | ccyy30@163.com |
6711aef0dcbc7e34f13e704ebee5eaae33286679 | fd76d488c5057e4829b2d83f01370ea260d9912b | /lib/jspf-d7e879684cc6/tests/src/net/xeoh/plugins/sandbox/PrintClasspath.java | f1cbff2618b259c3177702eec5a777c3f45a104f | [] | no_license | Energy0124/EnergyDominion | 680f4931445e8eee9cca319010e5026422f8c285 | 263ab07e750dd6609f332f897f7fb98b48fa1326 | refs/heads/master | 2020-05-19T10:19:14.207419 | 2015-10-11T19:59:08 | 2015-10-11T19:59:08 | 13,497,109 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 779 | java | package net.xeoh.plugins.sandbox;
import net.xeoh.plugins.base.Plugin;
import net.xeoh.plugins.base.util.PluginManagerUtil;
import java.net.URL;
import java.net.URLClassLoader;
public class PrintClasspath {
public static void main(String[] args) {
// Get the System Classloader
ClassLoader sysCla... | [
"energystar.0124@gmail.com"
] | energystar.0124@gmail.com |
1f93c7ca562be2d6e0cd686318bb4d2f48b8ad22 | cd2a299c704b3877ba43b8bb39f42f91ae72d774 | /src/test/java/com/cucumber/framework/runner/IMDb/Question_2.java | d4a65597e88a3fd75ecb93d53475fa1b46eb1dbb | [] | no_license | manivannanpannerselvam/TODOS | 4ae328bda9a0c05b9c1fa0318971bcc956cf3b41 | 5c2330f05a5a47ae35e08b5db2ca639b2c8f3d41 | refs/heads/master | 2023-06-06T20:59:22.533049 | 2021-07-14T03:04:07 | 2021-07-14T03:04:07 | 385,789,550 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 489 | java | package com.cucumber.framework.runner.IMDb;
import cucumber.api.CucumberOptions;
import cucumber.api.testng.AbstractTestNGCucumberTests;
@CucumberOptions(features = { "classpath:featurefile/todos/OfficialResource.feature"}, glue = {
"classpath:com.cucumber.framework.stepdefinition",
"classpath:com.cucumber.framewo... | [
"manipinnai238@gmail.com"
] | manipinnai238@gmail.com |
8eb1474468e0806b66eda310bfbba318a4c352fe | 0b7b7bf7b7d8998e02945bb0f80b53963f7e0f26 | /BattleShip_Game/BattleShip_Web/src/servlets/LoginServlet.java | 50e614d0b3c0edc913ea6d314c9b047d7d60e8e2 | [] | no_license | amitdror/BattleShip-Game | 88c898ec965292cf49b0a66c8eb3bc74ecc27649 | bb9cdefb2cc8450fe658b2f5b8b876bc661c579c | refs/heads/master | 2020-04-13T01:31:25.335488 | 2018-12-23T09:04:04 | 2018-12-23T09:04:04 | 162,876,734 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,249 | java | package servlets;
import managers.UserManager;
import utils.ServletUtils;
import utils.SessionUtils;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
public class Logi... | [
"Amit.Dror@nice.com"
] | Amit.Dror@nice.com |
2def282f53984a5599fdf264205c7f449e0d38ff | 4108ea0acb11ca0f43b6daf961862f7a927c94d0 | /petclinic-data/src/main/java/guru/springframework/sfgpetclinic/model/PetType.java | ba988ac8ceb1e2770afa1538f087eaf595b7c739 | [] | no_license | Digitanalogik/spring-petclinic | aa41ed128b23736c629fde65722374357e060768 | 325589c55e6c67b2d877dbf4b1e88c5dcf269f4f | refs/heads/master | 2020-04-07T23:55:18.953672 | 2019-02-13T08:47:45 | 2019-02-13T08:47:45 | 158,829,939 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 361 | java | package guru.springframework.sfgpetclinic.model;
import lombok.*;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Table;
@Setter
@Getter
@NoArgsConstructor
@AllArgsConstructor
@Builder
@Entity
@Table(name = "types")
public class PetType extends BaseEntity {
@Column(na... | [
"tatu.soininen@cinia.fi"
] | tatu.soininen@cinia.fi |
98871c4b6755be3d355e30cfa1ee09f2df4f08e4 | 02be66fe088f3748617164d7414d0ccfff2bbc75 | /core/src/main/java/eu/okaeri/configs/configurer/Configurer.java | 3dc7893567a91d5b2dea6acd39f86f9f6b01825e | [
"MIT"
] | permissive | CDFN/okaeri-configs | 0cc9099da83ac3b1e9610641005066bfedee7103 | a5dab4c8a18978ba27dfa92bbfa5b378707642be | refs/heads/master | 2023-03-30T07:47:18.039586 | 2021-03-31T12:44:36 | 2021-03-31T12:44:36 | 353,368,450 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,171 | java | package eu.okaeri.configs.configurer;
import eu.okaeri.configs.ConfigManager;
import eu.okaeri.configs.OkaeriConfig;
import eu.okaeri.configs.exception.OkaeriException;
import eu.okaeri.configs.schema.ConfigDeclaration;
import eu.okaeri.configs.schema.FieldDeclaration;
import eu.okaeri.configs.schema.GenericsDeclarati... | [
"pinklolicorngithub@daffit.pl"
] | pinklolicorngithub@daffit.pl |
91ef603573208d77d8460df21ee3124a38336f03 | 233c60d1601f5b55e6fbf0e0b894a56067499406 | /src/main/java/com/schoolofnet/LearningSpark/App.java | 331822cb19765d7100dc822dbb88349b4acb5c8f | [] | no_license | pedrodib/LearningSpark | 137595351a487c3c0c7f7f28b17b5859d9382fa3 | 602115f2eefce967a5015bac5361446680c3fd60 | refs/heads/master | 2020-03-16T23:51:58.232001 | 2018-05-11T22:27:42 | 2018-05-11T22:27:42 | 133,094,168 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,997 | java | package com.schoolofnet.LearningSpark;
import static spark.Spark.*;
import com.google.gson.Gson;
import com.schoolofnet.LearningSpark.beans.MyBean;
import com.schoolofnet.LearningSpark.utils.JsonResponse;
public class App
{
/*public static void main( String[] args )
{
port(8080);
ipAddress("... | [
"pedrohenrique635@hotmail.com"
] | pedrohenrique635@hotmail.com |
9b271be5b9192edad1092acb2e5d08d0133b98d1 | 0d505f64db6b6eac4a33a57ca6c66c507eebc535 | /productservice/src/main/java/com/springcloud/product/repos/ProductRepo.java | 830366de9a147ea09a40a38e65837be0266a5561 | [] | no_license | avishekhsinhaRepo/Spring_Micro_Services | a231a84544cb79e37edc4e946ba29c1827f8baf4 | 2abc82a00e2ce9d960d2e1549f42fe8d7e5582a1 | refs/heads/main | 2023-08-01T06:22:43.008637 | 2021-09-06T01:26:54 | 2021-09-06T01:26:54 | 402,349,057 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 221 | java | package com.springcloud.product.repos;
import org.springframework.data.jpa.repository.JpaRepository;
import com.springcloud.product.model.Product;
public interface ProductRepo extends JpaRepository<Product, Long> {
}
| [
"avishekh_sinha@optum.com"
] | avishekh_sinha@optum.com |
64b16461734f9a15b2203abf983ab49b6233d28c | c645b47c73b3ece77b4b0f7b080008b57db001d3 | /workspace/Training/src/edu/adaptive/database/client/StudentCourseDelete.java | 9ac44e24919f1328527b5790fc7576fb3282805d | [] | no_license | mabruli0990/DasarJava | 888c32d1437481b25b8cf908be6f1fa8364e238d | 19a020ba580613947fd11cd9d29cc012a56270d8 | refs/heads/master | 2020-03-29T21:02:35.946765 | 2018-09-26T01:35:15 | 2018-09-26T01:35:15 | 150,345,746 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,219 | java | package edu.adaptive.database.client;
import java.util.Scanner;
import edu.adaptive.database.model.StudentCourse;
import edu.adaptive.database.services.StudentCourseService;
import edu.adaptive.database.services.StudentCourseServiceImpl;
public class StudentCourseDelete {
public void Delete()
{
Scanner scan = ne... | [
"mabruli0990@gmail.com"
] | mabruli0990@gmail.com |
6ee160a64fdc76bf389eccd8ece4a59191d515da | 12bba6843eaaeed7e629ab3c39e80eb9650b49f6 | /app/src/main/java/com/android/line/server/ParseMessage.java | 230cabc8fd58b744e6a1b577817f3cf6c7141c40 | [] | no_license | wconker/Line | 7c7b3e694602f8e92c31d0ff3c33109464f21b24 | fd10f349916e42fbce48585f4cf7a35f3db25d94 | refs/heads/master | 2021-01-13T16:44:57.179899 | 2016-12-20T14:36:57 | 2016-12-20T14:36:57 | 76,962,857 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,400 | java | package com.android.line.server;
import static com.android.line.utils.Constants.CMD_LOGIN;
import java.util.ArrayList;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import android.content.Context;
import android.content.SharedPreferences.Editor;
import android... | [
"conker@conkertekiMBP.lan"
] | conker@conkertekiMBP.lan |
6e3741d29dec5b02229039199e4fab95b393492f | 81772c781435489f66ff07af0565bde7bbcdb097 | /deltaforge-client-starter/src/main/java/net/brutus5000/deltaforge/client/DeltaforgeClientProperties.java | 1cd3f21aac6b0845259e14782cdedea4ab3e5d2e | [
"MIT"
] | permissive | Brutus5000/deltaforge | 6a2ff4a1a837ac2a087cf16d640eeee0ddd31f73 | 53d51654e06716b570c2f4d6d90833f40da6fe98 | refs/heads/master | 2021-07-02T20:00:00.280889 | 2020-08-29T13:51:53 | 2020-08-29T13:51:53 | 153,530,557 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 674 | java | package net.brutus5000.deltaforge.client;
import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.validation.annotation.Validated;
import javax.validation.constraints.NotBlank;
@ConfigurationProperties(prefix = "deltaforge")
@Validated
@Data
public c... | [
"Brutus5000@gmx.net"
] | Brutus5000@gmx.net |
8e5775725f29609ea3d0433a51ba9dd3b6ec2adb | 26da0aea2ab0a2266bbee962d94a96d98a770e5f | /nam/nam-engine/src/main/java/nam/service/src/test/java/ServiceClassMainBuilder.java | c077fe001ece31e5e659b59d68b69ce1cba72e80 | [
"Apache-2.0"
] | permissive | tfisher1226/ARIES | 1de2bc076cf83488703cf18f7e3f6e3c5ef1b40b | 814e3a4b4b48396bcd6d082e78f6519679ccaa01 | refs/heads/master | 2021-01-10T02:28:07.807313 | 2015-12-10T20:30:00 | 2015-12-10T20:30:00 | 44,076,313 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,182 | java | package nam.service.src.test.java;
import java.lang.reflect.Modifier;
import java.util.Iterator;
import java.util.List;
import nam.model.Operation;
import nam.model.Service;
import nam.model.util.ServiceUtil;
import nam.model.util.TypeUtil;
import nam.service.ServiceLayerHelper;
import org.aries.util.NameUtil;
impo... | [
"tfisher@kattare.com"
] | tfisher@kattare.com |
8366ef1e0bf82db3a753b6d586703455310c20f9 | 2a4c9deaa1dffbda3c677902fdec798d3389332f | /src/uk/ac/ebi/age/service/impl/IdGeneratorImpl.java | 744d057d78d557a0be50422bc182396221c3f02c | [] | no_license | EBIBioSamples/AGE | 7583767d1b2977def6e512a545eee0883c3b1941 | 5f1ada98f2ef1a6ed46a928915664bad0979012e | refs/heads/master | 2020-03-26T17:07:00.138863 | 2011-08-10T12:52:54 | 2011-08-10T12:52:54 | 2,591,007 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 440 | java | package uk.ac.ebi.age.service.impl;
import uk.ac.ebi.age.service.IdGenerator;
public class IdGeneratorImpl extends IdGenerator
{
private long init=(System.currentTimeMillis() - 1270000000L*1000L)*100;
@Override
public String getStringId()
{
return String.valueOf(init++);
}
@Override
public S... | [
"gostev@ebi.ac.uk"
] | gostev@ebi.ac.uk |
ad2a144af1e3acdaabeca1b621c3c6736c1c3bcf | c9dc4dc47ef12c0ddef366ed589d7ce2a7c6d42b | /src/Cos.java | 3058f78a47b3ab3cddb60d81b4c5ec850e0682fe | [] | no_license | M-Elmaghraby/MagicMathematics | 16715c7ea7bb234e677ebb4bbfd1a53bf9d6d404 | 3056e87288b5751405f8d0254eeecc154a47fc38 | refs/heads/master | 2021-01-10T21:14:56.829853 | 2014-05-14T19:46:25 | 2014-05-14T19:46:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,123 | java | /**
* The implementation of the Cosine Class
*
* @author Hatem Moustafa & Mahmoud El-Maghraby
*/
public class Cos
{
private Polynomial angle;
/**
* The Constructor
*
* @param p
* : the angle
*/
public Cos(Polynomial p)
{
angle = p;
}
/**
* Method to evaluate the function
*
*... | [
"mahmoud.nabil.elmaghraby@gmail.com"
] | mahmoud.nabil.elmaghraby@gmail.com |
3e54388b7ef6c34346fbdb8b51e28fcdbe88ef63 | c11e30afd6b5e6c37ac7c96a951b6117e0fa2e57 | /app/src/main/java/Model/Address.java | 7927b4302373c77e605ca4ef26077d04857a92bc | [] | no_license | AmeRaino/Mobile | 5751a1e314787cd06006a24032582cbf29fb9759 | a9a32d8e51eab704e8b1abe6a8c7df4ea78d2501 | refs/heads/main | 2023-06-07T14:07:03.159021 | 2021-06-27T03:28:20 | 2021-06-27T03:28:20 | 380,641,342 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,821 | java | package Model;
public class Address {
private String fullName;
private String phone;
private String City;
private String ward;
private String province;
private String addressDetail;
public Address() {}
public Address(String fullName, String phone, String city, String ward, String prov... | [
"minhvh1232@gmail.com"
] | minhvh1232@gmail.com |
0a9e589158936df61723b4509a1aef700a99e38a | df58f4946bcdbcbd9c653733809b298ec82e20ce | /app/src/main/java/com/MAVLink/enums/AIS_TYPE.java | 5b11b2470b35f11b19b50c3b4cedeb75cedd2893 | [
"Apache-2.0",
"MIT",
"BSD-3-Clause"
] | permissive | sunny-2446/rosettadrone | d8cecc9c63e511ed9de19ec98e953405b180ac2e | 9fca2776d0f51da308617aa99eb0d87e589a6b24 | refs/heads/master | 2022-12-19T12:53:00.482137 | 2020-08-29T16:30:29 | 2020-08-29T16:30:29 | 297,603,851 | 1 | 0 | BSD-3-Clause | 2020-09-22T09:42:51 | 2020-09-22T09:42:50 | null | UTF-8 | Java | false | false | 7,163 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* java mavlink generator tool. It should not be modified by hand.
*/
package com.MAVLink.enums;
/**
* Type of AIS vessel, enum duplicated from AIS standard, https://gpsd.gitlab.io/gpsd/AIVDM.html
*/
public class AIS_TYPE {
... | [
"teni@9tek.no"
] | teni@9tek.no |
cf0f3d7d877f417ee8185d21d7527bb03a8b2146 | e6459a810063dcd7c54329928040f350e341b112 | /src/main/Algorithms/ManhattanDistanceHeuristic.java | 8327f3c5589e5ad6106e35310ffd1518048f06da | [] | no_license | Nir-Shmuel/The-X-Puzzle | 6168b392d5edbaebaa839fb912c495e1fc225a6c | b74e9afa5f55cf4e9224d59bd2e550b24ab6b547 | refs/heads/master | 2022-12-27T19:03:05.727490 | 2020-10-15T13:42:56 | 2020-10-15T13:42:56 | 258,867,446 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,395 | java | package main.Algorithms;
import main.States.BoardState;
import java.util.HashMap;
import java.util.Map;
public class ManhattanDistanceHeuristic implements HeuristicFunction<BoardState> {
private Map<Integer, int[]> indexMap;
@Override
public void setGoalState(BoardState goalState) {
indexMap = n... | [
"48351010+NirShmuel94@users.noreply.github.com"
] | 48351010+NirShmuel94@users.noreply.github.com |
9e9fcae6afede89253520d4f713996495560721b | c6c1a124eb1ff2fc561213d43d093f84d1ab2c43 | /games/jigsaw/android/src/cn/javaplus/jigsaw/android/UmengConfigs.java | e20307700788c4dea2a4f19782c1bdd14e358d1b | [] | no_license | fantasylincen/javaplus | 69201dba21af0973dfb224c53b749a3c0440317e | 36fc370b03afe952a96776927452b6d430b55efd | refs/heads/master | 2016-09-06T01:55:33.244591 | 2015-08-15T12:15:51 | 2015-08-15T12:15:51 | 15,601,930 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 685 | java | package cn.javaplus.jigsaw.android;
import org.javaplus.game.common.Configs;
import android.app.Activity;
import com.umeng.analytics.MobclickAgent;
public class UmengConfigs implements Configs {
private Activity activity;
public UmengConfigs(final Activity activity) {
this.activity = activity;
... | [
"12-2"
] | 12-2 |
3c44d1db039178bbbe61cb71526f76be90aaf3ef | a1826c2ed9c12cfc395fb1a14c1a2e1f097155cb | /dt-oc-info-20220829/src/main/java/com/aliyun/dt_oc_info20220829/models/GetOcNegativeQualityPunishmentResponse.java | 4644911431d3fc1fe85c3d7799014938e36a7b16 | [
"Apache-2.0"
] | permissive | aliyun/alibabacloud-java-sdk | 83a6036a33c7278bca6f1bafccb0180940d58b0b | 008923f156adf2e4f4785a0419f60640273854ec | refs/heads/master | 2023-09-01T04:10:33.640756 | 2023-09-01T02:40:45 | 2023-09-01T02:40:45 | 288,968,318 | 40 | 45 | null | 2023-06-13T02:47:13 | 2020-08-20T09:51:08 | Java | UTF-8 | Java | false | false | 1,524 | java | // This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dt_oc_info20220829.models;
import com.aliyun.tea.*;
public class GetOcNegativeQualityPunishmentResponse extends TeaModel {
@NameInMap("headers")
@Validation(required = true)
public java.util.Map<String, String> headers;
@NameIn... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
fd6e8f08501e3f1e1f1855432f2e9d340ab71ede | 8c730c8e57d6ec89923e0f0e94b78af8a5eb4745 | /src/com/arogya/filereader/dao/ArogyaConnectionFactory.java | 1d4b770ea1f4b381bbb158d3ac3466f1bb0d4a5e | [] | no_license | Truein/ArogyaFilePolling | e1ec983bc8cf080fa515a320862baf1f5b3dae33 | 861407c1996047c9bdc92c49079bb9e1686dea6d | refs/heads/master | 2021-08-26T09:45:15.725098 | 2017-11-23T03:52:00 | 2017-11-23T03:52:00 | 111,761,181 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,196 | java | package com.arogya.filereader.dao;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
//import com.arogya.stage.db.ArogyaConnectionFactory;
public class ArogyaConnectionFactory {
//static reference to itself
private static ArogyaConnectionFactory instance = new ArogyaConn... | [
"hduser@arogya_supp.com"
] | hduser@arogya_supp.com |
588b73f7df481a94bb24c67262f1626bc8e44d69 | 900521857ed0f6ee9234a7a4ac15bfa2377167f1 | /src/main/java/com/lambton/string_handling.java | ea5545ae16c902efa7cea0a8057bca68ea5c5b74 | [] | no_license | MANBEERGIL/string | 1594968c4982d9f390c79a8b394b05570b81d759 | 2cf68287cee9e9af4215ebf4076f6d671ff0fd80 | refs/heads/master | 2020-12-20T16:40:42.377511 | 2020-01-25T07:49:38 | 2020-01-25T07:49:38 | 236,140,947 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,213 | java | package com.lambton;
public class string_handling
{
public static void main(String[] args) {
String s[];
s =new String[5];
s[0]="canada";
s[1]="geet";
s[2]="komal";
s[3]="kamal";
s[4]="manu";
String zigzagStrings[]=new String[s.length];
System... | [
"manbeergill545@gmail.com"
] | manbeergill545@gmail.com |
6023ec1df1ec27e3773168cba57e8708d2c40214 | 2fc30f1ba7df2dbbfa796a8bbda015a68a27261d | /Lab2/src/Bonus/Problem.java | e0a0ba117243d54bea6a277a75783fb396648591 | [] | no_license | andreihaivas6/Advanced-Programming-Labs | 0270e7138adafea0304c26073eefe9cfcb513a57 | 48d9a10c8276fcef2390b0ebe97df8464d12d140 | refs/heads/main | 2023-05-03T02:24:35.097091 | 2021-05-27T15:40:11 | 2021-05-27T15:40:11 | 340,159,118 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,000 | java | package Bonus;
import java.util.Arrays;
import java.util.Vector;
public class Problem {
protected Vector<Source> sources = new Vector<>();
protected Vector<Destination> destinations = new Vector<>();
protected int[][] costs;
public Problem() { }
public Problem(int[][] costs) {
this.costs... | [
"andreihaivas006@gmail.com"
] | andreihaivas006@gmail.com |
e02f0f1d4e7cbd68c32b7d068615100a29e301d1 | 2d629ce27823b96b4ec6874dbe809ae8e2e55c76 | /src/controller/SearchBookController.java | 3d991bd565c466e7140f5e40a2e3a978be82ba1b | [] | no_license | dashrath-bawne/BookShopping | 456da65e0d68b4cff408af01256f6674a9fe7d25 | c892437a901b2182eaf0b065a1b162b1f8dbfd41 | refs/heads/master | 2021-10-08T02:15:13.460423 | 2014-12-10T18:31:49 | 2014-12-10T18:31:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,894 | java | package controller;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletConfig;
import javax.servlet.ServletContext;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http... | [
"bawne.dashrath1@gmail.com"
] | bawne.dashrath1@gmail.com |
d1a8a56f10c4797309be5a8e9295b981717d1dd5 | 71948eb96dfaa3f4a1707bffd70487af9985f4af | /algs/src/test/java/me/jy/sort/NumericSeriesTest.java | 9b9572297dcec0422a20d08faed6e8e5d26756da | [] | no_license | px307/tech | d86354960dfbee4495d1d10226f6ae221ce3cb5a | 74fe24ce80153929b7a4fe080d60e98fcca7346d | refs/heads/master | 2020-07-08T05:03:03.590658 | 2019-08-21T10:32:45 | 2019-08-21T10:32:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 724 | java | package me.jy.sort;
import org.junit.Assert;
import org.junit.Test;
import static me.jy.sort.NumericSeries.getNextSeries;
/**
* @author jy
*/
public class NumericSeriesTest {
@Test
public void testGetNextSeries() {
Assert.assertArrayEquals(new int[]{5, 2, 3, 4, 1}, getNextSeries(new int[]{5, 2, 3,... | [
"977996067@qq.com"
] | 977996067@qq.com |
2bec71a729029c1248de0fafe2757ceaa9bd3a72 | 27602550b705ec0ee08f2ca35fa6653b6d5fc53d | /Movie-Stage-2/testing/app/src/main/java/com/example/android/movie_json/database/MovieContract.java | b36c183df49bcbe93b7a010b7c75f0c54df41ecb | [
"Apache-2.0"
] | permissive | vivekingh/Udacity-Nano-Degree | 4984c46d978400dea40fd186186a600b64a28d00 | 0ed220a2f4e589696ffcc78a633f68b571697a01 | refs/heads/master | 2020-03-19T04:54:43.856057 | 2018-09-15T09:05:34 | 2018-09-15T09:05:34 | 135,881,290 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,023 | java | package com.example.android.movie_json.database;
import android.net.Uri;
import android.provider.BaseColumns;
public class MovieContract {
public static final String AUTHORITY = "com.example.android.movie_json";
public static final Uri BASE_CONTENT_URI = Uri.parse("content://" + AUTHORITY);
public stat... | [
"singh108vivek@gmail.com"
] | singh108vivek@gmail.com |
c9d8160fce9c57aead110790ced43b6b3ce761e3 | 401acd2c65254be8eafa84eaa065aff7c6943d72 | /eclipse-workspace/aula2/src/aula2/Teste.java | cb3b7caedcaca9c9eedc42dd01be5d4b8b38b85d | [] | no_license | WeskleySantos/Java | d4c5e9466d024023e84ea51c7ee88cd272b85a01 | 844d2f5c6ea43e6ca560df0e0efd9b1a2b7da79b | refs/heads/master | 2021-02-10T15:08:59.163748 | 2020-03-02T14:34:53 | 2020-03-02T14:34:53 | 244,392,544 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 512 | java | package aula2;
public class Teste {
public static void main(String[] args) {
Arma metralhadora = new Arma(2,3);
metralhadora.atirar();
metralhadora.atirar();
metralhadora.atirar();
metralhadora.atirar();
metralhadora.atirar();
metralhadora.atirar();
metralhadora.atirar();
metralhadora... | [
"noreply@github.com"
] | noreply@github.com |
b6a48159f97dcd614c169404b188bdbda5aadf12 | 0fc43e89aaabdf94d77a58fc81cdb1af3dfe0c6f | /src/data/week10/Week10Level2Run.java | 848201ee12da5ed339e8dc63c894876c2e9c1dae | [] | no_license | mrLWachs/programmingChallenges | 211886e30d716d3dbe776e8b17851e58852b3f97 | af20726446a8ee3641a483cbfcea4b52f20eec82 | refs/heads/master | 2023-09-01T13:15:46.850650 | 2023-08-25T18:07:36 | 2023-08-25T18:07:36 | 220,297,407 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,485 | java |
package data.week10;
import io.System;
import java.util.ArrayList;
import mainpackage.AutoRun;
public class Week10Level2Run extends AutoRun
{
public void auto(int week, int level) {
start(week, level);
System.autoFlush();
}
public void run(int week, int level) {
start(... | [
"mrLWachs@gmail.com"
] | mrLWachs@gmail.com |
a06f6c9c3a81365539330889b98af2b1e1a54be1 | 315347959b6275f413eb529c7d4aa49b656960fb | /kie-dmn/kie-dmn-core/src/test/java/org/kie/dmn/core/stronglytyped/JavadocTest.java | 728f034894593046e3f561a4ee8f19a357d4c939 | [
"Apache-2.0"
] | permissive | yangjava/drools | b12cf12f94de329a1d152be28426724bb3f728b8 | 1b34665ba4c84c5fe92c20e70b1fe52938822c6c | refs/heads/master | 2022-04-29T07:01:18.856979 | 2022-04-26T08:03:29 | 2022-04-26T08:03:29 | 53,998,396 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,297 | java | /*
* Copyright 2020 Red Hat, Inc. and/or its affiliates.
*
* 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 a... | [
"noreply@github.com"
] | noreply@github.com |
6b80e9e5e35db9b3ae5b565ebc100131d39b6f4e | 0b95a85deaf1c9fade3e2a5af2e816a5b00607a4 | /tempcode/src/main/java/com/temp/code/thread/pooldesign/demo/Worker.java | ec185f9d68efee8fac7afaa1c639c8c38093cd81 | [] | no_license | liwen666/lw_code | 6009fb1a83ad74c987a5e58937c3a178537094b0 | 6fb3f4373fdf1363938ee4f30b39c9fd17c8a8d7 | refs/heads/master | 2020-04-09T22:58:38.355751 | 2019-04-25T07:37:52 | 2019-04-25T07:37:52 | 160,643,842 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,885 | java | package com.temp.code.thread.pooldesign.demo;
import javafx.beans.property.ReadOnlyBooleanProperty;
import javafx.beans.property.ReadOnlyDoubleProperty;
import javafx.beans.property.ReadOnlyObjectProperty;
import javafx.beans.property.ReadOnlyStringProperty;
/**
* <p>describe</p>
* <p>Worker.java</p>
* <p></p>
* @au... | [
"1316138287@qq.com"
] | 1316138287@qq.com |
cd29234e3590db15f0f0b4c64b4b0ed5734b905d | 12a001b6723a6e4f1e840cca696218a368919c0b | /src/main/java/com/StaticPH/SongJ/cli/ArgManager.java | 2097411bf522baed887387d19a9d1f0e9e285964 | [
"MIT"
] | permissive | StaticPH/SongJ | 7550aad1827bd2ab05b6d05861602b0443dd5ca8 | 587d367bb4335a4ad9c0cb7a5fd5a95b7993b749 | refs/heads/master | 2021-12-14T19:50:39.179510 | 2021-12-10T15:41:52 | 2021-12-10T15:41:52 | 230,526,661 | 0 | 0 | MIT | 2021-12-10T15:41:53 | 2019-12-27T22:25:21 | Java | UTF-8 | Java | false | false | 2,858 | java | package com.StaticPH.SongJ.cli;
import com.StaticPH.SongJ.Constants.Colors;
import com.StaticPH.SongJ.StringUtils;
import com.beust.jcommander.JCommander;
import java.io.File;
import java.util.List;
import java.util.Vector;
import org.apache.logging.log4j.Logger;
import org.apache.logging.log4j.LogManager;
@Suppres... | [
"7786502+StaticPH@users.noreply.github.com"
] | 7786502+StaticPH@users.noreply.github.com |
c2e47a12be53417a2d9eed141fbd073f7acc83dd | 7360bcbf840bc1284de56e12b757df9ad077b992 | /base_library/src/main/java/com/ljh/custom/base_library/receiver/LibProvider.java | 246b898b3e5b39885ea7aa673f4106d875728085 | [] | no_license | lijunhuayc/ExamSDK | b26d32655215ef11e137013a57dcbe8917dae1bb | 91320efa4e2e965a04ed2f2b807b08bb66f40908 | refs/heads/master | 2020-09-11T23:59:39.001180 | 2019-11-17T14:03:32 | 2019-11-17T14:03:32 | 222,233,504 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,434 | java | package com.ljh.custom.base_library.receiver;
import android.content.ContentProvider;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.net.Uri;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
/**
* Desc:
* Cre... | [
"lijunhuayc@sina.com"
] | lijunhuayc@sina.com |
f8a1ef60c8be9412f30df213f6d236e7bf8fdc1b | 55b09434be16c7cbefdf12236a9ee77ad63bcc2d | /Proyecto/CrudFirebaseJAVA/app/src/test/java/com/example/crudfirebasejava/ExampleUnitTest.java | 321b17bf838e7877dc668b8355f49c6a0c68e523 | [] | no_license | alcarazolabs/android_crud-firebase-java | 4d350791445d6c5a10514ab53c918b5af7ba40f7 | 08e705ad13fccd21eb0873901dc5976dc0501581 | refs/heads/main | 2023-01-19T11:16:51.648852 | 2020-11-07T22:56:23 | 2020-11-07T22:56:23 | 309,800,717 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 389 | java | package com.example.crudfirebasejava;
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
publi... | [
"creatorpart@gmail.com"
] | creatorpart@gmail.com |
7cae1cc55525ace1cba37d94aeb5ceb174faa972 | afc6d1c3ffc4af1d257b46e0a3857feb40c4f068 | /src/main/java/Detection/AssignmentOptimal.java | d862219f4f51f1f455ece2dd3ca9d714f01e4485 | [] | no_license | Apparum/Projet-Info-HogwarTse | f62d94afde836227332901115be4ba643776b91f | 16287239dd295d2faddd6ebd97588dc0f5602e81 | refs/heads/master | 2021-04-28T10:47:45.932825 | 2018-03-11T20:54:21 | 2018-03-11T20:54:21 | 122,075,396 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 583 | java | package Detection;
import java.util.Vector;
public class AssignmentOptimal {
public double Solve(double[][] DistMatrix,
Vector<Integer> Assignment) {
int N = DistMatrix.length; // number of columns (tracks)
int M = DistMatrix[0].length; // number of rows (measurements)
int dim = Math.max(N, M);
// Init
... | [
"aurelien.turpin@telecom-st-etienne.fr"
] | aurelien.turpin@telecom-st-etienne.fr |
dcb71cbbbb405a70993c320a534bc5555880b07c | ac8ff39884195bf9107653442dee659d36829f4b | /irontest-core-server/src/main/java/io/irontest/core/assertion/JSONPathXMLEqualAssertionVerifier.java | 11c99681cf0760bccca74dc466b6761cf6687e9f | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Nicky82/irontest | dac0b4252c3f633b70525270c407e0d0da0a96bd | d7cc1a5f25d1c189f9b1a05e9dafda8246a98c56 | refs/heads/master | 2022-09-16T08:16:17.063356 | 2020-06-01T12:19:02 | 2020-06-01T12:19:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,728 | java | package io.irontest.core.assertion;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.jayway.jsonpath.JsonPath;
import io.irontest.models.TestResult;
import io.irontest.models.assertion.Assertion;
import io.irontest.models.assertion.AssertionVerificationResult;
import io.irontest.models.assertion.JSONPath... | [
"zheng-wang@users.noreply.github.com"
] | zheng-wang@users.noreply.github.com |
736d34485fc34e59db74842a93cc7b77f6809292 | e297e599702b92293c275fb2b5e2b30870671507 | /app/src/main/java/com/example/menudigital/RecyclerViewAdapter.java | 12d50e471e8416ba9c83823590ece59e2cdfb13d | [] | no_license | OscarNoe/DeliveryMovil | 4eec1edfe758cb1fac7124c6d8d88c3c1666e8f6 | 1e3a884ce3c4d00b94cb65c5b12e07312e4bf22f | refs/heads/master | 2022-02-02T00:36:50.428176 | 2019-07-16T05:31:04 | 2019-07-16T05:31:04 | 197,116,975 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,632 | java | package com.example.menudigital;
import android.content.ContentValues;
import android.database.sqlite.SQLiteDatabase;
import android.support.v4.app.DialogFragment;
import android.content.Context;
import android.graphics.Bitmap;
import android.media.Image;
import android.os.Handler;
import android.support.annotation.Non... | [
"41075783+OscarNoe@users.noreply.github.com"
] | 41075783+OscarNoe@users.noreply.github.com |
0527dd04e2f8c8eb3e0cec83350682ba25bb0434 | bdc2dad0bd3246338299e0ef8e1df3c08bd374c4 | /app/src/main/java/ertzil/com/huella/FingerprintActivity.java | e68d6e25a60034f8be97d0d544890d6f81d6394e | [] | no_license | lubaspc/House | 9b7ec712c0a13583ceedb9327dadb8faede18109 | 9cdcb47dc2a9e90294ee3e96b65de10ed9a789db | refs/heads/master | 2020-08-30T10:44:41.201584 | 2019-11-07T02:54:49 | 2019-11-07T02:54:49 | 218,355,256 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,119 | java | package ertzil.com.huella;
import android.Manifest;
import android.annotation.TargetApi;
import android.app.KeyguardManager;
import android.content.pm.PackageManager;
import android.hardware.fingerprint.FingerprintManager;
import android.os.Build;
import android.security.keystore.KeyGenParameterSpec;
import android.... | [
"lubinpc@gmail.com"
] | lubinpc@gmail.com |
062b7a340ed9ae35049d2e7570861cb41968baa2 | 5b2563b913959dc06719e338b1c20afda22a95f9 | /mobile/src/main/java/model/DatabaseToJSON.java | a6dacfb364ee7e3662ba0233521c58c85ae3cd03 | [] | no_license | upadhyay213213/Communicator | 1a471169b66f85269ff815a61f7a4e05980b87e8 | 0a6d954bc0a17ebf64ead6fd65b4ca0609a8540e | refs/heads/master | 2021-05-03T06:56:00.160783 | 2016-12-07T19:44:18 | 2016-12-07T19:44:18 | 68,847,892 | 0 | 0 | null | 2016-12-07T19:44:18 | 2016-09-21T18:50:39 | Java | UTF-8 | Java | false | false | 1,152 | java | package model;
import android.content.ClipData;
import android.content.Context;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import java.util.ArrayList;
import databasequery.DataBaseQuery;
import databasequery.DatabaseHelper;
/**
* Created by nupadhay on 9/20/2016.
*/
pub... | [
"nandanupadhyay222@gmail.com"
] | nandanupadhyay222@gmail.com |
d42d779759d55083344e7631376b25dbf948a375 | f77d2b687a0e22365c8ce119449c4619377f2b71 | /app/src/main/java/com/wlb/framework/learning/ui/learning/allList/AllTrendingList.java | 22ea7601f577f2c529791135e0d96cd1385a7251 | [
"Apache-2.0"
] | permissive | khaerulumam11/wlblearning | 80849906077cfa48651ab25b32bb787e6f326ba6 | bff132688570a03e4ca7d72c210299e25b9ce13d | refs/heads/master | 2020-05-16T08:00:33.124677 | 2019-04-23T01:21:34 | 2019-04-23T01:21:34 | 182,894,828 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,185 | java | package com.wlb.framework.learning.ui.learning.allList;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.view.View;
import android.widget.Toast;
import com.androidnetworking.error.ANError;
import com.wlb.framework.learning.BR;
import co... | [
"kendryayu98@gmail.com"
] | kendryayu98@gmail.com |
b6e76c89f98693ec29a7aa66a2c4c4f5b7907221 | ddace72fcb5996d589541bf9ee1b4e6afab57751 | /TeamCode/src/main/java/org/firstinspires/ftc/teamcode/intro.java | 08e1f01ff72c78e4b6c4a69348031b759fdaea2a | [
"BSD-3-Clause"
] | permissive | bkcrusadersrobotics/bkCrusaders2019-2020 | 7516036ba1e22a9338de1124276a6559c700768f | 0e7c275906838189c44e832d62c7b93f63c1499b | refs/heads/master | 2020-07-27T15:35:46.541411 | 2019-09-24T19:34:09 | 2019-09-24T19:34:09 | 209,142,869 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,287 | java | /* Copyright (c) 2017 FIRST. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted (subject to the limitations in the disclaimer below) provided that
* the following conditions are met:
*
* Redistributions of source code must retain the above cop... | [
"bkcrusadersrobotics@gmail.com"
] | bkcrusadersrobotics@gmail.com |
e1c893187ac79afef3b8db8a706ac63edfae1e6d | bfff24d1042a4cc926c411916e59fdcabdb62b1c | /src/test/java/com/codewars/kyu7/AlphabetWar/AlphabetWarTest.java | 8f392a0979a3a3dbe32c71297419682ea03632b7 | [] | no_license | mkosecki1/codewars | 5b9e4982158f8b116ed35276d4a156e22215c4ec | c57147e8577f1b4540b9dcb8accd1199376fc1a5 | refs/heads/master | 2021-03-30T23:32:27.446891 | 2019-01-06T13:41:53 | 2019-01-06T13:41:53 | 124,662,737 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 465 | java | package com.codewars.kyu7.AlphabetWar;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class AlphabetWarTest {
@Test
public void BasicTest() {
assertEquals("Right side wins!", Kata.alphabetWar("z"));
assertEquals("Let's fight again!", Kata.alphabetWar("zdqmwpbs"));
... | [
"“mkosecki@op.pl"
] | “mkosecki@op.pl |
ac10787892da6df0d54fd450ccef262bc64cbdf6 | 57e9ddffc08d7f2d48c78f01a266d9823c1fffb5 | /article-service/src/main/java/cn/manchester/blog/article/ArticleApplication.java | 9f563ecbbdbe661e5951c301d801ed02ba4e4d43 | [] | no_license | ManchesterLee/blog | 927cb8f121ed0d4ed1ebbd0a551b04e993aa1d9f | 4e235bbc831458f4fc4f9b4afe265fefc38584b7 | refs/heads/master | 2021-01-12T16:08:49.718471 | 2019-02-21T05:05:47 | 2019-02-21T05:05:47 | 70,562,704 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 851 | java | package cn.manchester.blog.article;
import cn.manchester.blog.account.facade.AccountFacade;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.client.disc... | [
"man.chester.lee.cn@gmail.com"
] | man.chester.lee.cn@gmail.com |
b51f3194bbac67370d16bb40bd31cf103735f1cf | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/30/30_79826b292cecba9c0cb4f3117d09900c1b664408/Tokenizer/30_79826b292cecba9c0cb4f3117d09900c1b664408_Tokenizer_s.java | 2268621bd04b96fdc8c051eb6e227cd900a4c56c | [] | 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 | 235,294 | java | /*
* Copyright (c) 2005, 2006, 2007 Henri Sivonen
* Copyright (c) 2007-2008 Mozilla Foundation
* Portions of comments Copyright 2004-2007 Apple Computer, Inc., Mozilla
* Foundation, and Opera Software ASA.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this softwa... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
1b1be4b49d7eeb757786926d65d91dc23490a1e5 | ed76d002599caf2686d826783a17c157a7b80655 | /common/src/main/java/com/github/dynamic/threadpool/common/config/ApplicationContextHolder.java | f12df7e4f19293c5cf2e05c4cb2884b956409ed1 | [
"Apache-2.0"
] | permissive | Xusheng94/dynamic-threadpool | 59ae1d4eddb7f83a7f30db07d42f78e8503587bf | 28c6a9b627b514824f85530a46c98892b5ba539e | refs/heads/main | 2023-09-02T23:43:20.765395 | 2021-10-31T14:07:49 | 2021-10-31T14:07:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,889 | java | package com.github.dynamic.threadpool.common.config;
import org.springframework.beans.BeansException;
import org.springframework.context.ApplicationContext;
import org.springframework.context.ApplicationContextAware;
import java.lang.annotation.Annotation;
import java.util.Map;
/**
* Application context holder.
*
... | [
"machencoding@163.com"
] | machencoding@163.com |
1dbe483c4164e7e035acff1380ad17d94a84050d | a9938e101afa994c98e54ab4be5b7f9db1ecc6d5 | /src/main/java/br/com/eicon/model/Cliente.java | 53f76d2af268f0f85f0508f93e38ba7dd632f11f | [] | no_license | akiotiago/prova-eicon | 5fd80eba7de7e3af0ae5e6e3b1beb19f4cf35ec8 | 72df50ecaa93d7d247af99518497de9a67f530b7 | refs/heads/master | 2022-12-08T03:21:37.686488 | 2021-02-18T22:00:36 | 2021-02-18T22:00:36 | 228,288,490 | 0 | 0 | null | 2022-11-16T01:19:42 | 2019-12-16T02:42:12 | Java | UTF-8 | Java | false | false | 1,989 | java | package br.com.eicon.model;
import java.io.Serializable;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import j... | [
"akiotiago@gmail.com"
] | akiotiago@gmail.com |
e07527e313435e7dc960fb049696a4ba552647e7 | 4e35f22c436ddba0229dac8e64b2141c9cc94d27 | /src/com/adagio/java8/lesson02/ReusageDemo.java | 2c3de431b60b68b0d75560ff3aa757f2212860a9 | [] | no_license | poseidon-ocean/road | 2a89333301f985e938f994add018ad43465e776d | b45a3c8ad0751ec61061979dd2a7ed7ae3e86f5e | refs/heads/master | 2021-05-16T12:19:16.728007 | 2019-01-11T09:21:26 | 2019-01-11T09:21:26 | 105,232,119 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 921 | java | package com.adagio.java8.lesson02;
import java.util.function.Supplier;
import java.util.stream.Stream;
/**
* 复用数据流
*
*/
public class ReusageDemo {
public static void main(String[] args) {
// Java8的数据流不能被复用。一旦你调用了任何终止操作,数据流就关闭了
Stream<String> stream =
Stream.of("d2", "a2", "b1", "b3", "c")
... | [
"poseidon@163.com"
] | poseidon@163.com |
cf7cc8d108a6ef054824f1e6aa9337836080e17e | 04c0eea10d2e31e74b60f60c1cfd032d738b59e9 | /src/main/java/com/tact/poec/todo/FakeAndBadTodoItemController.java | bd28dad29c5521a86ea1117850d95228b2dc6faa | [] | no_license | jponcy/poec_sept_rest_example | 5b7f291fd28f86f656ba597e0c34784dc477ea90 | 0c48d112fa9ad5ed99488842279b9aa29e0561c8 | refs/heads/master | 2020-04-08T00:14:49.438779 | 2018-11-23T15:38:54 | 2018-11-23T15:38:54 | 158,843,701 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,084 | java |
package com.tact.poec.todo;
import java.util.List;
import javax.validation.Valid;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import ... | [
"jonathan.poncy@tactfactory.com"
] | jonathan.poncy@tactfactory.com |
0d562d104bbe66df650332294c001b06a630f7d4 | 0144030fd822ff06d875e4ac2b1201c2cc04c77d | /IDE/src/main/java/org/jdesktop/swingx/calendar/AbstractDateSelectionModel.java | e7d3e75b16191085d103485f9be051ede9ecf91a | [
"MIT"
] | permissive | xiaolongWangDev/SikuliX1 | 56ecffe16f41aad888541328080210f2cb18474d | cad35cdc580ca12762f2410f279e06366c9e7cc2 | refs/heads/master | 2020-04-20T10:17:38.051534 | 2019-02-05T06:58:52 | 2019-02-05T06:58:52 | 168,786,983 | 0 | 0 | MIT | 2019-02-02T02:46:01 | 2019-02-02T02:46:00 | null | UTF-8 | Java | false | false | 8,876 | java | /*
* Copyright (c) 2010-2018, sikuli.org, sikulix.com - MIT license
*/
package org.jdesktop.swingx.calendar;
import java.util.Calendar;
import java.util.Collections;
import java.util.Date;
import java.util.List;
import java.util.Locale;
import java.util.SortedSet;
import java.util.TimeZone;
import java.util.TreeSet;... | [
"rmhdevelop@me.com"
] | rmhdevelop@me.com |
3122a8af34578477bb09a9b38143938d847c360e | 7fa9c6b0fa1d0726ae1cda0199716c811a1ea01b | /Crawler/data/WithUnauthenticatedMockUser.java | dfc55c57d2fb10ee3dde1c3e4eef9229b1432d95 | [] | no_license | NayrozD/DD2476-Project | b0ca75799793d8ced8d4d3ba3c43c79bb84a72c0 | 94dfb3c0a470527b069e2e0fd9ee375787ee5532 | refs/heads/master | 2023-03-18T04:04:59.111664 | 2021-03-10T15:03:07 | 2021-03-10T15:03:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,124 | java | 2
https://raw.githubusercontent.com/Vondser/mmwms-antd/master/src/test/java/com/meimos/myapp/web/rest/WithUnauthenticatedMockUser.java
package com.meimos.myapp.web.rest;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotat... | [
"veronika.cucorova@gmail.com"
] | veronika.cucorova@gmail.com |
bdc6c76500d52f3cf844317677d9c780829de2ea | 54e6529aa2ee0bb9ebbc0ff889d77f6882b6702b | /Mixtap_Piano_Roll-master/app/src/main/java/com/example/arturo/mixtap_piano_roll/Measure.java | d91a636e47d05631fc178afc671af9d22241f55a | [] | no_license | NMSU-UID/Mixtape | 2b2006d8706995fe440d230e5a6e4f1691f87b6c | 824a47ac42985b3780a7c05d8f6d28c031537493 | refs/heads/master | 2020-12-01T03:53:24.925525 | 2016-12-02T04:21:08 | 2016-12-02T04:56:10 | 67,736,948 | 0 | 0 | null | 2016-09-08T20:28:03 | 2016-09-08T20:14:20 | null | UTF-8 | Java | false | false | 9,354 | java | package com.example.arturo.mixtap_piano_roll;
import android.content.Context;
import android.content.res.Resources;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.Path;
import ... | [
"jose_o@nmsu.edu"
] | jose_o@nmsu.edu |
64e04f4a901345267404a8f8d4fae1ea94795727 | 736b5edc318f50713f0ecd433f2a162818ed432d | /src/net/Batalla2/Exercit.java | 9dfe94e007a4559f52768f2d02760631535e79e5 | [] | no_license | yoseef/Batalla | c1ba0817c8b2fd64cd4dfc267f80307f2dd9e990 | 757c3fb1a28a7c41b59a3b1ad192670faf3c0eac | refs/heads/master | 2016-09-05T17:50:56.634350 | 2014-11-04T18:48:16 | 2014-11-04T18:48:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,311 | 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 net.Batalla2;
import java.util.ArrayList;
import java.util.Random;
/**
*
* @author user
*/
public class Exercit {
/**... | [
"yoseef@gmail.com"
] | yoseef@gmail.com |
63c16be12261994815fad9a80a4abfa4dd2c564b | d1ecb935c32da8a2240c2eca6d8f934c0b233a82 | /buruberi-core/src/main/java/is/hello/buruberi/bluetooth/errors/BondException.java | 0dfbd180bf571874f8ac5ad7fe4ed69e5998c8ed | [
"Apache-2.0"
] | permissive | hello/android-buruberi | 32cc4df10abb1ea7ad60649977a72f3f3a830083 | 40d8623830d68df3d8a510c59fcf107fddf61013 | refs/heads/master | 2021-01-11T10:05:40.929814 | 2016-03-03T00:48:42 | 2016-03-03T00:48:42 | 43,840,940 | 6 | 0 | null | 2016-03-03T00:48:43 | 2015-10-07T19:46:56 | Java | UTF-8 | Java | false | false | 6,815 | java | /*
* Copyright 2015 Hello Inc.
* Copyright (C) 2013 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 the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
... | [
"km@sayhello.com"
] | km@sayhello.com |
96ea95c9eab45b47054a472b808e1ca4913dbdce | be8ecc5179de2d5b361079913f6b866bb679e161 | /src/dto/dtoreply.java | 4a39de8bafabb98819ace8168f23ea828fa20b41 | [] | no_license | wolffly/test | 887c8b36879d7aa87f364809e5be198a6592b33b | cca7d1b4804c88c649de29a92784e7603a5d43c0 | refs/heads/master | 2021-01-01T05:48:26.537039 | 2015-04-20T13:30:42 | 2015-04-20T13:30:42 | 34,261,116 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 971 | java | package dto;
public class dtoreply {
private int reply_id;
private String user_name;
private String reply_sign;
private String replytime;
private int user_id;
private int post_id;
public int getPost_id() {
return post_id;
}
public void setPost_id(int postId) {
post_id = postId;
}
... | [
"lf123123"
] | lf123123 |
ec92bd14a3cd4c3fadbe9c01104193f2d84ea8ec | bb450bef04f1fab24a03858343f3e8fd9c5061ee | /dependencies/JAVA_GAT/tests/src/examples20/LogicalFileExample.java | 5d22552a89e78eda700e69c8eeccfe786a7765ee | [
"Apache-2.0"
] | permissive | bsc-wdc/compss | c02b1c6a611ed50d5f75716d35bd8201889ae9d8 | 5f7a31436d0e6f5acbeb66fa36ab8aad18dc4092 | refs/heads/stable | 2023-08-16T02:51:46.073185 | 2023-08-04T21:43:31 | 2023-08-04T21:43:31 | 123,949,037 | 39 | 21 | Apache-2.0 | 2022-07-05T04:08:53 | 2018-03-05T16:44:51 | Java | UTF-8 | Java | false | false | 3,882 | java | package examples20;
import java.io.IOException;
import java.net.URISyntaxException;
import org.gridlab.gat.GAT;
import org.gridlab.gat.GATInvocationException;
import org.gridlab.gat.GATObjectCreationException;
import org.gridlab.gat.URI;
import org.gridlab.gat.io.LogicalFile;
public class LogicalFileExample {
/... | [
"cramonco@9ab3861e-6c05-4e1b-b5ef-99af60850597"
] | cramonco@9ab3861e-6c05-4e1b-b5ef-99af60850597 |
9fdecba700445f64575d45f415e3bac2220b8a1b | 5b6566f3ebd88f1c4258b3c78fa2a33181d1ad2e | /src/test/java/com/example/demo/DemoApplicationTests.java | aac20df3ecf11f98197205aa0193d7e99bab271a | [] | no_license | amyxin/springbootdemo | aae6052527e61ff3e692c883c7159aa5cc35e832 | be756be3d2f9c4e368e2db53be5761365499f64e | refs/heads/main | 2023-03-06T16:46:41.867464 | 2021-02-19T09:14:28 | 2021-02-19T09:14:28 | 340,311,187 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 277 | java | package com.example.demo;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class DemoApplicationTests {
@Test
void contextLoads() {
String test="test";
System.out.println(test);
}
}
| [
"896123009@qq.com"
] | 896123009@qq.com |
58ce74193db15be596b23cf8d6c977eceb5886e2 | 0578f583e40499681668d3cf91a2d37a3f81fa2a | /ComputerBuilderFX/src/controller/CheckBuildController.java | f77ec238614b68a79e41f5addf8079474c29b0e7 | [] | no_license | henrynguyen1/JavaFXAssign | 665b6af5ed2e3c45c81b9364b375d3ab3e6e8e8c | cb0bb7665955e975d4cd7484fdd65d5365c842c1 | refs/heads/master | 2022-02-22T06:39:43.285315 | 2019-08-07T06:35:53 | 2019-08-07T06:35:53 | 200,978,603 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,741 | java | package controller;
import au.edu.uts.ap.javafx.*;
import javafx.scene.text.*;
import javafx.scene.control.*;
import javafx.stage.*;
import javafx.beans.binding.*;
import javafx.beans.property.*;
import java.io.*;
import java.text.*;
import javafx.collections.*;
import javafx.collections.transformation.*;
import javafx... | [
"noreply@github.com"
] | noreply@github.com |
9c58bde83b22e9d8ef33fb8d983604cdf44c7f44 | 6015fbe95f706421892f65a0e1cfa504fb9a34ad | /src/main/java/opcode_/austinmod/advancements/CustomTrigger.java | 7229e113760e9311a1b2a9883f04c3e0d61828e4 | [] | no_license | nu-musketeers/austin-mod | 37a214e970ceaa4586452972fc25190038690c98 | 50c958444f3756e072b05c99b38a6a992a5565a4 | refs/heads/master | 2020-07-06T14:56:22.337613 | 2019-08-19T00:01:53 | 2019-08-19T00:01:53 | 203,058,573 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,413 | java | /**
Copyright (C) 2017 by jabelar
This file is part of jabelar's Minecraft Forge modding examples; as such,
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) a... | [
"adv0003@uah.edu"
] | adv0003@uah.edu |
dc4ede67f734945ba4a0b41f562b93e1140c3ba1 | 0f886fd97e35218930f3076f187b193922820549 | /src/test/java/com/baidu/statistics/login/svc/LoginTest.java | 89fe3889e0be7dbd772e5727125e80ab8f7ff9c1 | [] | no_license | EricGSX/BaiduTongjiClient | c8d609713d9d64eeeb25ffa029ba371521809788 | 68a4efdd770808d38a75f6f03ba3693d3e24a7f7 | refs/heads/master | 2021-01-15T22:18:42.659201 | 2015-11-04T02:16:47 | 2015-11-04T02:17:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 878 | java | package com.baidu.statistics.login.svc;
import static org.junit.Assert.*;
import org.junit.Before;
import org.junit.Test;
import com.baidu.statistics.login.om.DoLoginResponse;
public class LoginTest {
private BaseLoginTest login;
@Before
public void loginInit() {
login = new BaseLoginTest();
}
@Test
pu... | [
"bu__dong@163.com"
] | bu__dong@163.com |
e5cea177ba2bb180a67b9dd633619186c5295d9d | 5fd989728eabb7421e071b17fdc3ed741607545d | /src/main/java/com/restaurants/service/FileServiceImpl.java | bd0d7cf2afda7eefc13a1521143c5e8b44305bc1 | [] | no_license | lfdel24/restaurantsapi | 0533911d65c98a4d1f2636c68b40bf9d271fa258 | 0209270d17c905a5e455467b5829212bf48e91d8 | refs/heads/main | 2023-03-30T19:10:00.450887 | 2021-03-25T03:10:19 | 2021-03-25T03:10:19 | 348,446,802 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 874 | java | package com.restaurants.service;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import org.springframework.core.io.Resource;
import org.springframework.core.io.UrlResource;
import org.springframework.stereotype.Service;
import org.springframework.web.multipart.... | [
"lfdel24@gmail.com"
] | lfdel24@gmail.com |
bf9061ee787ce160c5a7ec597b71f5a5b0624343 | 93f59b248ed9369c6872c0d2ce16ae6491b88891 | /src/main/java/com/imooc/service/ProductService.java | 71ffc12367edae8da42f8ad158c55c02d98e9cf6 | [] | no_license | qinqinma/sell | c9eec24e05a27e5a7dfaa92fca8982aca6d4dd6d | 8ebf4a815908f471490a728f04564fa5e80926f5 | refs/heads/master | 2020-07-16T03:02:26.767749 | 2019-09-01T16:43:27 | 2019-09-01T16:43:27 | 205,704,749 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 753 | java | package com.imooc.service;
import com.imooc.dataobject.ProductInfo;
import com.imooc.dto.CartDTO;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import java.util.List;
/**
* @author MQQ
* @title: ProductService
* @projectName sell
* @description: TODO
* @date 2019/... | [
"501838837@qq.com"
] | 501838837@qq.com |
d332e5639ed684bc45d83924ba3abac5d3d04912 | c2d0c189087f3d9738b86503e853875595220931 | /nav/src/main/java/com/bigzhao/andframe/nav/FragmentNav.java | 4e766aba2545e046cb370337a0395682dd49cf17 | [] | no_license | l741589/ZAndFrame | cc156a594ae70226f7234062e2f8994fcd18c5e6 | 1ff76cf53677fdf4727e0762890d7560dac8c5dc | refs/heads/master | 2020-04-14T00:40:50.695894 | 2015-08-16T04:42:28 | 2015-08-16T04:42:28 | 37,644,877 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,799 | java | package com.bigzhao.andframe.nav;
import android.app.Activity;
import android.app.Fragment;
import android.app.FragmentManager;
import android.app.FragmentTransaction;
import android.os.Build;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.v4.app.FragmentActivity;
import an... | [
"459735496@qq.com"
] | 459735496@qq.com |
8c6de3bf533242c3c1bf4def8fada0d185ce20f4 | 3ac65d164cc74a1e11a5798a9796ade327a990c5 | /kvstore/src/main/java/com/whiker/learn/kvstore/util/Util.java | 2ecc4cb23c3ff6ecf8fe86dee7919cab51f78d4b | [] | no_license | leizton/learnjava | a6a5aacd7bf8c3f165ffbbacf894c2ee70059063 | 41b0da32615284729bcbe4ece2292242f28311fd | refs/heads/master | 2021-05-07T05:32:56.166924 | 2019-04-24T12:50:51 | 2019-04-24T12:50:51 | 111,564,595 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,405 | java | package com.whiker.learn.kvstore.util;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.Closeable;
import java.io.IOException;
import java.nio.channels.Channel;
import java.nio.channels.Selector;
import java.nio.channels.ServerSocketChannel;
import java.nio.channels.SocketChannel;
import java.n... | [
"leizton@126.com"
] | leizton@126.com |
dbfd67969a6dcb6f612fa68ab51166cd5ba24251 | c04e2250e502d060e87c0b9ec1564c00303ecd4c | /git-api/src/main/java/com/hivescm/tms/api/dto/es/transport/component/TmsTransportDetailDTO.java | fa53eef6ff5a803bb06e2dbccd4a8390e40029ca | [] | no_license | newbigTech/git | 152a52f9b88421d0dc59ba80f9b72f1480d259ce | bcccc20f3011a003740a0211a8d8a2322313f943 | refs/heads/master | 2020-04-28T08:29:06.981774 | 2018-08-24T07:07:02 | 2018-08-24T07:07:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,623 | java | package com.hivescm.tms.api.dto.es.transport.component;
import com.google.common.collect.Lists;
import com.hivescm.tms.api.dto.es.transport.TransportGoodsDetailEsDTO;
import com.hivescm.tms.api.dto.es.transport.TransportWaybillDetailEsDTO;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import lomb... | [
"jiawenxiong@newbeescm.com"
] | jiawenxiong@newbeescm.com |
2303c6ed281d2c5e7fd5cc1556298b47b001e9ee | bf4ad0a2921886afbd1a9637ff6c811b216cbde4 | /src/main/java/com/njq/nongfadai/test/DynamicProxyPerformanceTest.java | 5d59d0187d49c664e63a3a1ef51d0ceb3a00a494 | [] | no_license | jerrik123/BytecodeGenerator | 1e5556767bbb5e669663762b2d6b876b02782196 | 7d9e8cccac02ed4f9efa31c2f6d48fbc0e6bd59b | refs/heads/master | 2021-01-01T17:51:24.516481 | 2017-07-24T14:30:49 | 2017-07-24T14:30:49 | 98,178,914 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,548 | java | package com.njq.nongfadai.test;
import java.lang.reflect.Field;
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Method;
import java.lang.reflect.Proxy;
import java.text.DecimalFormat;
import org.objectweb.asm.ClassWriter;
import org.objectweb.asm.FieldVisitor;
import org.objectweb.asm.M... | [
"yangjie_software@163.com"
] | yangjie_software@163.com |
1666977955fa4bd2908253b4b6685420044bbe2e | 0db0728b17e34ae1fe5a5d2273f9632a0c4ad115 | /day15/src/instanceInnerEx/InstanceInnerTest01.java | 7c3b746ab53eaf8470ed3319311cb3927065d6fd | [] | no_license | kiekk/study-java | db4739b42993dbdb593ef9494ba60f56f122b5ed | bb1c4ad38a1b810c03826911b6ca7b6b6abfff2e | refs/heads/master | 2023-02-08T23:10:22.738744 | 2020-12-31T06:24:38 | 2020-12-31T06:24:38 | null | 0 | 0 | null | null | null | null | UHC | Java | false | false | 1,054 | java | package instanceInnerEx;
/*
이너클래스
-인스턴스 이너 클래스
-이너(내부) 클래스가 잇는데, 그 이너 클래스도 멤버입니다.
-그 멤버는 필드나 메서드가 아니라, 클래스인 멤버입니다.
-따라서 클래스인 멤버(이너 클래스)는 인스턴스를 만든 후, 내부 클래스의 필드에 접근해야 합니다.
*/
class Outer{
int x = 10; //outer의 x
void fct() { //outer의 fct()
System.out.println(x);
}
class Inner{
int y = 10;
void fct_y... | [
"dbstnsgh2@naver.com"
] | dbstnsgh2@naver.com |
16e81add95984d60820350096bdf8aca83e31b9a | c81ff1ad77c970130d7aea281910eb389e70d0d9 | /Exp_8/Bank.java | cfd948faa48ce472f1dbfb20eacfd936aec940d5 | [] | no_license | SomnathShintre91/Java | 601cb198c30f4f5bcd16d9331e0587b7237e1de3 | 9296ff95310ffe031932f1d39fd72afa7799af55 | refs/heads/master | 2023-03-29T14:50:31.072468 | 2021-03-30T14:03:12 | 2021-03-30T14:03:12 | 278,625,523 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 523 | java | public interface Bank {
public static final int permanentpassword = 9359;
public abstract double balanceEnquery();
public abstract double withdraw(double withdrawAmount) throws LowBalanceException, NegetiveNumberException;
public abstract String transfer(int password, double transferAmount, ... | [
"noreply@github.com"
] | noreply@github.com |
e5f50ef4afdab55270f2b207b6da7e5f10ff6472 | 47ca68cfb7bb6838bf5b24021122908c7c5cd8d6 | /skstructure/src/main/java/com/skstructure/modules/retrofit2/http/OPTIONS.java | c03a9228b784daa4db30bd7de4461aec77740a40 | [] | no_license | ShuKeW/SKStructure | 352b2730668989aa6c5fab0addac5c413a89dd1d | f2a5bf56fe9d6fc17a36643982e06f29023db9ef | refs/heads/master | 2020-04-15T10:24:28.222175 | 2019-01-09T06:56:46 | 2019-01-09T06:56:46 | 164,594,656 | 4 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,423 | java | /*
* Copyright (C) 2015 Square, 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 required by applicable law or agre... | [
"shukai.wei@okcoin.com"
] | shukai.wei@okcoin.com |
ca02ac72098cecdca5a4fc0a4b7dc4126233aa0e | 2e5494a28d0315e31a7eb31bb10cd2b9821b8bc2 | /src/main/java/nl/kolkos/domoticz/dashboard/domoticz/repositories/HeaterRepository.java | 4eebcbc89467e9e244d5694bcc44e2d2a6a3bc93 | [
"MIT"
] | permissive | kolkos/domoticz.dashboard | a7675363c00e6ba77cf11d7ada361aabe7e36484 | 369798d95ac29d7b2dc8b2bbbc490a6a166c4ede | refs/heads/master | 2023-04-30T14:32:25.596505 | 2020-02-21T14:34:55 | 2020-02-21T14:34:55 | 220,426,529 | 0 | 0 | MIT | 2023-04-14T17:54:48 | 2019-11-08T08:56:34 | Java | UTF-8 | Java | false | false | 251 | java | package nl.kolkos.domoticz.dashboard.domoticz.repositories;
import nl.kolkos.domoticz.dashboard.domoticz.entities.Heater;
import javax.transaction.Transactional;
@Transactional
public interface HeaterRepository extends DeviceRepository<Heater> {
}
| [
"a.vanderkolk@kolkos.nl"
] | a.vanderkolk@kolkos.nl |
8feaf3eda3a2646493a1d9670726e44212540087 | ffdbd487e1ea5e15a9b64b4dd007655e21c6e52a | /smartsoft_spring/src/main/java/com/smartsoft/test/repositories/ClientRepository.java | 1a44002d1731adaca8f724a6aaad3599f5ce8c1c | [] | no_license | dmedinao11/smartsoft_test | 57ecec05143c4c2f90d86f2226f1aa14449740d1 | 50c1941dfd0cbd1d26ca8b44846b73af19f35b6e | refs/heads/main | 2023-08-31T08:33:25.811543 | 2021-10-29T00:17:14 | 2021-10-29T00:17:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 338 | java | package com.smartsoft.test.repositories;
import com.smartsoft.test.models.Client;
import org.springframework.data.repository.CrudRepository;
import java.util.List;
import java.util.Optional;
public interface ClientRepository extends CrudRepository<Client, Long> {
List<Client> findAll();
Optional<Client> fin... | [
"dmedinao@unal.edu.co"
] | dmedinao@unal.edu.co |
9d9ebd5a528ee6f673d6faa1aa0d0eed67160577 | b473c2f1ccf7b67e3d061a2d11e669c33982e7bf | /apache-batik/sources/org/apache/batik/bridge/EmbededExternalResourceSecurity.java | 7a45d167602f8c76d62844b76049c396f0f76d54 | [
"Apache-2.0"
] | permissive | eGit/appengine-awt | 4ab046498bad79eddf1f7e74728bd53dc0044526 | 4262657914eceff1fad335190613a272cc60b940 | refs/heads/master | 2021-01-01T15:36:07.658506 | 2015-08-26T11:40:24 | 2015-08-26T11:40:24 | 41,421,915 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,873 | 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... | [
"HebnerN@gmail.com"
] | HebnerN@gmail.com |
857990043f9183bba6f59e5b020abf376ade0509 | d9fd9de6d33a2ca9443d72b1361165d42a17fe28 | /SpringCloudDemo/cloud_modules/itdj-upms-server/src/main/java/com/itdj/admin/mapper/SysDeptMapper.java | ad19f65e4517c7f7de1b7bdc141678f27cfd359f | [] | no_license | mingtin1/springCloud-itdj | 6c4818fdbf4c92feb48573b5f63efc1230199cbd | 13797651feee11aaa79145003790ddb6616d8791 | refs/heads/master | 2020-04-01T13:44:23.445900 | 2019-01-15T08:08:32 | 2019-01-15T08:08:32 | 153,265,406 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,406 | java | /*
* Copyright (c) 2018-2025, djj 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 copyright notice,
* this list of conditions and t... | [
"466378334@qq.com"
] | 466378334@qq.com |
960293c4aa97f56186953b4f3bae7594ea95be22 | cb67755debd4ea35e90d31704c18be8318be5849 | /app/src/main/java/cjx/liyueyun/viewpagerdemo/viewpager/NoScrollViewPager.java | 4668d019fc4d6f600cbc70cdb7691e4a244afcfd | [] | no_license | caijianxiong/ViewPagerDemo | d3b2200744baf00f7a04ffb719a42536a7a76d8b | 7d6121b26d286db7336a4d34c0a80a8487bfb2fe | refs/heads/master | 2020-08-29T10:42:01.454596 | 2019-10-29T08:31:31 | 2019-10-29T08:31:31 | 218,008,854 | 6 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,468 | java | package cjx.liyueyun.viewpagerdemo.viewpager;
import android.content.Context;
import android.support.v4.view.ViewPager;
import android.util.AttributeSet;
import android.view.FocusFinder;
import android.view.View;
/**
* Created by SongJie on 10/23 0023.
* 设置禁止左右键滑动
*/
public class NoScrollViewPager extends ViewPag... | [
"1153448695@qq.com"
] | 1153448695@qq.com |
05b3f8a89b6ba5798493dead4770a7bdeb14aea1 | 08f6a91b35764decfba3814f5703cc738cbb1a33 | /BandaDeInstrumentos/src/bandadeinstrumentos/Chelo.java | 9ba2cabbb15feabab0a11440d4fe98455d852c3b | [] | no_license | JoaquinAguilar/Java_Practices | f794867a2b4c225ba2bbdae0c7101bb8a870f79e | 41b09c24607d04711877e9fd604652efc686d4ed | refs/heads/main | 2023-02-20T03:38:56.927353 | 2021-01-26T00:19:14 | 2021-01-26T00:19:14 | 332,917,411 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 82 | java | package bandadeinstrumentos;
public class Chelo extends Instrumento{
}
| [
"noreply@github.com"
] | noreply@github.com |
40d4da6acbf4aec80f96a9ff78aab8d978d2b494 | cd4196462c2c3accbb658e4399db2fa1f26ad2a1 | /src/main/java/com/hao/util/ImportExcelUtil.java | bea44207ac89b129ea80eca9b8a62c4a25cee247 | [] | no_license | wuhao1123/myUtil | 2b6cdd79f50e6d2603890981ceec51e80d81c772 | 204774aae9b5dfc91b7d50ced8cc3f1031244d24 | refs/heads/master | 2021-04-27T02:35:42.183472 | 2018-03-17T01:04:29 | 2018-03-17T01:04:29 | 122,698,277 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,790 | java | package com.hao.util;
import java.io.File;
import java.io.FileInputStream;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import com.hao.util.base.StringUtil;
import org.apache.poi.hssf.usermodel.HSSFCell;
import org.apache.poi.hssf.usermodel.HSSFDataFormatter;
impo... | [
"wuhao135798462"
] | wuhao135798462 |
628ab26f889a6317f0994be748d72e179847f51c | c0630011b46eca7e9644d884fe162c2e009a87f7 | /javav2/example_code/kms/src/main/java/com/example/kms/ListAliases.java | 95838460eead0435ca721e0569b6916062830750 | [
"Apache-2.0",
"CC-BY-NC-SA-4.0"
] | permissive | BrentAtAWS/aws-doc-sdk-examples | 6e5c7ea2dca3b26f207088627ffe35f3d411524c | 79adcbb48c63729b100bd6b5745d74494d4c1559 | refs/heads/main | 2022-08-19T08:31:32.861516 | 2022-07-22T17:57:21 | 2022-07-22T17:57:21 | 427,142,303 | 0 | 0 | Apache-2.0 | 2021-11-11T21:02:37 | 2021-11-11T21:02:37 | null | UTF-8 | Java | false | false | 2,471 | java | //snippet-sourcedescription:[ListAliases.java demonstrates how to get a list of AWS Key Management Service (AWS KMS) aliases.]
//snippet-keyword:[AWS SDK for Java v2]
//snippet-keyword:[Code Sample]
//snippet-service:[AWS Key Management Service]
//snippet-sourcetype:[full-example]
//snippet-sourcedate:[05/18/2022]... | [
"noreply@github.com"
] | noreply@github.com |
6a083d84cd5ea608c4e5737eafde1f9aa2c3b89e | ee19c2fff19caddf0210496da6d8640a509dc911 | /app/src/androidTest/java/com/example/elvira/helloworld/ApplicationTest.java | fcde0b3e4fe6c4b0d7db90818af787a2da63aa5d | [] | no_license | ElviraLee/HelloWorld | 916b16ac3094789dd56bb6049ebfb2be7ad47934 | 4cc2e11d3f98d7b85ee60bf8498da787be9cc06a | refs/heads/master | 2021-01-17T19:52:19.903849 | 2016-07-27T03:40:22 | 2016-07-27T03:40:22 | 64,207,906 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 360 | java | package com.example.elvira.helloworld;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
... | [
"Elvira Lee"
] | Elvira Lee |
2e3d7bc4cc0de7ff2f91b0bed21f55fccd42bcea | 3f655ad097dde073d28c304e07cf16ca8cc1af43 | /src/AdditionDynInput.java | e697dcb2ffcacd64fdb99f21f03f769f9710fd58 | [] | no_license | Muralidhargoudediga/JavaClass | a927f784aa8aa7633dc564f462fc1858caadc6f0 | 969de356377a416bb14ceec367a7f09c74f9a3ca | refs/heads/master | 2020-04-25T11:59:49.242067 | 2019-03-20T18:08:02 | 2019-03-20T18:11:29 | 172,763,921 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 675 | java | import java.util.Scanner;
public class AdditionDynInput {
int a;
int b;
//Initialization purpose
public AdditionDynInput(int x, int y){ //Constructor
a = x;
b = y;
}
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
System.out.println("Please enter a value : ");
... | [
"muralidhar.g@247.ai"
] | muralidhar.g@247.ai |
35e8cf85861df44acf9872484c6b9c4b9d8d8222 | 5cf97055ef6c0f61f1fa58b70b12ec55bdf319f7 | /WindowUtils.java | 66080eac46353ef8c42e4989a7b56e8acccd5e02 | [] | no_license | ysnows/androidUtils | 337d1656a4c81f8ee8404655eb48f7f4303a23f1 | 8528e872e706f9e078f8ff8a9947ea97b2b9d890 | refs/heads/master | 2021-01-11T09:33:26.527573 | 2017-01-01T02:06:05 | 2017-01-01T02:06:05 | 77,762,546 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,398 | java | package ysnows.myapplication;
import android.app.Activity;
import android.app.ActivityManager;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.content.pm.ResolveInfo;
import android.graphics.PixelFormat;
import android.net.Uri;
import android.os.B... | [
"1447360366@qq.com"
] | 1447360366@qq.com |
62b5bad0b5324c6dda2265cbf6eb95ffb9aa7bb2 | 217d8acdf1480c83f368a34cff1512cfe83b8db0 | /src/main/java/pl/sda/quiz_app/Models/Answer.java | c23d09233e70cdfdfcddab7cb42dc708229e5efb | [] | no_license | Gnidus/quiz_app | 69514595cd8f71a36d2abc9d32faa9d4831e6858 | f2fd76135da86f6a1974e45ecbb0cb2ab42d7f6e | refs/heads/master | 2020-08-05T04:41:54.977727 | 2019-10-07T18:12:04 | 2019-10-07T18:12:04 | 212,399,892 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 368 | java | package pl.sda.quiz_app.Models;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.*;
@Entity
@Data
@NoArgsConstructor
public class Answer {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Integer id;
private String content;
private boolean correct;
... | [
"dawid41.1993@gmail.com"
] | dawid41.1993@gmail.com |
99abd3df2d1ad4a3ec2fbde0d73ea2a47191cd60 | 7abff576a8ee9eb1a5093deb79d5fd6b9d02ff8e | /arbi-micro-third-service/src/main/java/com/zyxy/service/micro/third/client/ruilian/webservice/CancelReceiptStockVO.java | 2860fe1e04f1d928ca802b4c9f164558dc33be72 | [] | no_license | xdis/parent | 54b894308c237e1e16277b32b5622082a39cb56a | e7cf1b8ce6396127b6e9d88f3533b2c23ff90db8 | refs/heads/master | 2020-03-28T19:42:16.724284 | 2018-08-21T06:35:23 | 2018-08-21T06:35:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,566 | java | /**
* CancelReceiptStockVO.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
*/
package com.zyxy.service.micro.third.client.ruilian.webservice;
public class CancelReceiptStockVO extends com.zyxy.service.micro.third.client.ruilian.webservice.G... | [
"qli@sj-book.com"
] | qli@sj-book.com |
6788e782fe2dd6fd57924da5c684f8202805e31f | a1780458ec351ac03e1d77f4425c4cdbba38f013 | /dbflute-jdk15-example/src/main/java/com/example/dbflute/spring/dbflute/cbean/cq/bs/BsVendor$DollarCQ.java | fcb841aa6eba50a1f5967e52375e5dd0d395a99c | [] | no_license | seasarorg/dbflute-jdk15 | 4ed513486277c5f79ed2de5ff4a6eeeaaf84e0ff | ee920d7580d89725ded68c958b6788da0d574bd2 | refs/heads/master | 2018-12-28T05:27:19.388357 | 2014-01-18T11:49:23 | 2014-01-18T11:49:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,656 | java | /*
* Copyright(c) DBFlute TestCo.,TestLtd. All Rights Reserved.
*/
package com.example.dbflute.spring.dbflute.cbean.cq.bs;
import java.util.Map;
import org.seasar.dbflute.cbean.*;
import org.seasar.dbflute.cbean.cvalue.ConditionValue;
import org.seasar.dbflute.cbean.sqlclause.SqlClause;
import org.seasar.... | [
"dbflute@gmail.com"
] | dbflute@gmail.com |
a8a8f6687d4653d3db549d50bcc59f3bd5e236ac | 163d4c4fe4f189f25fd9ef35c868970b0ad5b7c0 | /src/main/java/com/assignments/service/users/DemographicService.java | 9c62a3ca808522706280a4a0d7c94782b2bbfd24 | [] | no_license | Saaligha/Assignment7 | 070eed3b9a1cc6377a0bcae185bf757a493d391a | e071bbeace0e2a954f6e8eebbf6c139eda908da0 | refs/heads/master | 2022-05-31T03:22:37.850513 | 2019-10-20T15:22:46 | 2019-10-20T15:22:46 | 183,959,682 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 249 | java | package za.ac.cput.service.users;
import za.ac.cput.domain.users.Demographic;
import za.ac.cput.service.IService;
import java.util.Set;
public interface DemographicService extends IService<Demographic, String> {
Set<Demographic> getAll();
} | [
"logday.saaligha368@gmail.com"
] | logday.saaligha368@gmail.com |
493b4bd5c6a30d8ebee89aa07e97fb8528b7a4de | 1661886bc7ec4e827acdd0ed7e4287758a4ccc54 | /srv_unip_pub/src/main/java/com/sa/unip/app/srv/common/ctrlmodel/DataSyncInDefaultDRBarModel.java | bfb61af7d16b7fdd19d7e79e35c7670d9b6e32d1 | [
"MIT"
] | permissive | zhanght86/iBizSys_unip | baafb4a96920e8321ac6a1b68735bef376b50946 | a22b15ebb069c6a7432e3401bdd500a3ca37250e | refs/heads/master | 2020-04-25T21:20:23.830300 | 2018-01-26T06:08:28 | 2018-01-26T06:08:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,671 | java | /**
* iBizSys 5.0 机器人生产代码(不要直接修改当前代码)
* http://www.ibizsys.net
*/
package com.sa.unip.app.srv.common.ctrlmodel;
import java.util.ArrayList;
import java.util.List;
import net.ibizsys.paas.util.StringHelper;
import net.ibizsys.paas.web.AjaxActionResult;
import net.ibizsys.paas.web.WebContext;
import net.ibizsys.pa... | [
"dev@ibizsys.net"
] | dev@ibizsys.net |
30ca9ddaa4900b1201ff1346bef15f71ea891ae8 | cc109222071be2d7286b60ae823cdedd6916a735 | /Ticketing_Management_System/src/com/tolo/tabcs/server/action/AddBranchAction.java | 514f122b9b46c695cd9d1aa019eeac00e62adb3a | [] | no_license | 2724869229/Ticket-management-System | e0283d9978aae504dc198ab8d91cd7d60012d114 | e49ce2c9e4dc82d84387cb81acdd7e99855d0fcd | refs/heads/master | 2021-05-30T09:57:45.102094 | 2014-08-31T05:09:29 | 2014-08-31T05:09:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 659 | java | package com.tolo.tabcs.server.action;
import com.tolo.tabcs.common.entity.Branch;
import com.tolo.tabcs.common.pro.Request;
import com.tolo.tabcs.common.pro.Response;
import com.tolo.tabcs.server.dao.BranchDao;
import com.tolo.tabcs.server.daoimp.BranchDaoImp;
import com.tolo.tabcs.server.service.ServerAction;
/**
*... | [
"279962296@qq.com"
] | 279962296@qq.com |
a5ae3fde385246979239b43a81edb89bf3b46312 | 999b17d0eef77578819d66865138f36a0f4c2ef0 | /src/main/java/com/stock/mgmt/database/LoginDAO.java | fdff9b7828697a129abfe05699e7b02e411e296a | [] | no_license | sleshatuladhar/StockManagement | b18afc506c3111da04c159542a7e2644e2b6569f | cd3940dedc69f54019c04b228d6d6e7c00cbc4c0 | refs/heads/master | 2020-04-07T13:27:52.019385 | 2018-11-20T15:17:04 | 2018-11-20T15:17:04 | 158,408,442 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,576 | java | package com.stock.mgmt.database;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
import com.stock.mgmt.entity.User;
public class LoginDAO {
private static final Stri... | [
"sleshatuladhar@gmail.com"
] | sleshatuladhar@gmail.com |
46c3f98280a203eabd282382a0b07c4987260c02 | ce8b7326331a775c27e92575cb17bf0a4a019d99 | /AlchemistAppFW/plugins/cordova-plugin-local-notification/src/android/notification/Notification.java | a35c0e2b445caa37cba71e5be805bb6beaf541bc | [
"Apache-2.0"
] | permissive | mtsthibau/AlchemistAppFW | 7bc999d909e77869ef8abf1a997eae2d57a45d62 | 53378aba35ea727d26301c1a9c9c583cf2bc1890 | refs/heads/master | 2021-11-04T17:02:29.569399 | 2019-04-28T00:32:20 | 2019-04-28T00:32:20 | 61,774,068 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,392 | java | /*
* Apache 2.0 License
*
* Copyright (c) Sebastian Katzer 2017
*
* This file contains Original Code and/or Modifications of Original Code
* as defined in and that are subject to the Apache License
* Version 2.0 (the 'License'). You may not use this file except in
* compliance with the License. Please obtain a ... | [
"mtsthibau@gmail.com"
] | mtsthibau@gmail.com |
a57b109fb27891582c3d877ba6bcc49e75d28d46 | 8ead90decf9c9d24134eb74f8738772e601725fe | /src/HeatIndexDisplay.java | 9da58be7fc3cafdf4072aeb3f620b6d58f2ef15c | [] | no_license | JonnyFucker/DesignPattern-Observer | 8e64538cfda67553755b01049c921b6f51993bdf | 6d010440a7351acd192173f196a1ebb89b4208ba | refs/heads/master | 2021-04-15T16:19:16.764675 | 2016-07-09T15:48:18 | 2016-07-09T15:48:18 | 62,956,601 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,068 | java |
public class HeatIndexDisplay implements Observer, DisplayElement {
float heatIndex = 0.0f;
private Subject weatherData;
public HeatIndexDisplay(Subject weatherData) {
this.weatherData = weatherData;
weatherData.registerObserver(this);
}
public void update(float t, float rh, float pressure) {
heatIndex = ... | [
"tezeet7@gmail.com"
] | tezeet7@gmail.com |
e325a7d1e1ef0c5ace1a8b98aedf36d1869ab202 | b280a34244a58fddd7e76bddb13bc25c83215010 | /scmv6/core-base-public/src/main/java/com/smate/core/base/pub/dao/pdwh/PdwhFullTextImageDao.java | 98641464b94805d033259f934d3f97f50621703b | [] | no_license | hzr958/myProjects | 910d7b7473c33ef2754d79e67ced0245e987f522 | d2e8f61b7b99a92ffe19209fcda3c2db37315422 | refs/heads/master | 2022-12-24T16:43:21.527071 | 2019-08-16T01:46:18 | 2019-08-16T01:46:18 | 202,512,072 | 2 | 3 | null | 2022-12-16T05:31:05 | 2019-08-15T09:21:04 | Java | UTF-8 | Java | false | false | 1,636 | java | package com.smate.core.base.pub.dao.pdwh;
import java.math.BigDecimal;
import org.springframework.stereotype.Repository;
import com.smate.core.base.pub.model.pdwh.PdwhFullTextImage;
import com.smate.core.base.utils.data.PdwhHibernateDao;
/**
*
* @author LIJUN
*
*/
@Repository
public class PdwhFullTextImageDao ... | [
"zhiranhe@irissz.com"
] | zhiranhe@irissz.com |
eb569191552819b18f394ade07ee31043f601c52 | 2d8daca2f394423e00b772fe3563d5d47b365826 | /learn-modules/learn-store/learn-store-shoppingcart/learn-store-shoppingcart-dao/src/main/java/me/own/learn/store/shoppingcart/po/ShoppingCart.java | 7e435a67938658253022e755a9a7425d129faacf | [] | no_license | xudongye/learn | 07601d1f57cf52ff63a70d83f30670e38fc9cb77 | dd88d68cf45014f68210c24982b994d21dd850cc | refs/heads/master | 2022-07-12T23:47:06.073893 | 2020-04-17T09:23:38 | 2020-04-17T09:23:45 | 181,639,796 | 0 | 0 | null | 2022-06-25T07:28:37 | 2019-04-16T07:41:27 | Java | UTF-8 | Java | false | false | 1,253 | java | package me.own.learn.store.shoppingcart.po;
import me.own.commons.base.model.BaseEntity;
import javax.persistence.*;
@Entity
@Table(name = "learn_store_shoppingcart")
public class ShoppingCart extends BaseEntity {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long id;
private Long... | [
"simonye@aliyun.com"
] | simonye@aliyun.com |
d8d440ac7901c45026f183e1998b70577de444e4 | 4f7df07fe61d6ce30c113068853b7d88565a73e0 | /src/main/java/kiba/plasmids/items/ItemMedKit.java | 1191eefd15cd5d92d0e7a43ae10e4fdb8e363ceb | [] | no_license | sekwah41/Practical-Plasmids | 5126d2957e86adbcb29278f0730e2ec0b647daca | c293af2ef34c7c1c37fa088788f4cce2abaccab5 | refs/heads/master | 2023-04-07T02:33:25.974150 | 2016-11-14T17:36:21 | 2016-11-14T17:36:21 | 73,733,939 | 1 | 0 | null | 2023-04-04T01:40:33 | 2016-11-14T18:19:47 | Java | UTF-8 | Java | false | false | 1,028 | java | package kiba.plasmids.items;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.init.MobEffects;
import net.minecraft.item.ItemStack;
import net.minecraft.potion.PotionEffect;
import net.minecraft.util.ActionResult;
import net.minecraft.util.EnumHand;
import net.minecraft.world.World;
public class ... | [
"roxxanrebirth@gmail.com"
] | roxxanrebirth@gmail.com |
58d478f484bdcd31861676876f14aa424c5f8de0 | cd1e60af5201413ddbdaa56c58e1d0600bc4af35 | /ask/kuaida-main/src/main/java/com/izhubo/web/vo/AppLiveListVO.java | c540fd90ab9630ae8224b762b9285c113d9e06e6 | [] | no_license | franywhy/projects | 6b3fe268709c7239536da802e57f9f1630688061 | 965b2b0938f8c3620299b52055035f522559fa5c | refs/heads/master | 2020-04-18T01:14:13.551295 | 2019-01-23T02:49:00 | 2019-01-23T02:49:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,151 | java | package com.izhubo.web.vo;
import com.wordnik.swagger.annotations.ApiModelProperty;
public class AppLiveListVO {
@ApiModelProperty(value = "_id")
private int _id;
@ApiModelProperty(value = "是否預約 0:還沒預約 1:已經預約")
private int live_reservation_state;
@ApiModelProperty(value = "直播间显示状态 0:尚未开始 1 :即将开始... | [
"longduyuan@hengqijy.com"
] | longduyuan@hengqijy.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.