blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 132
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 28
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 352 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7aaaa5554977821f39c3a6cffe673323efc7a779 | f918c45b7469e6b34f6673f7dd0666d070362c7c | /src/main/java/com/zl/way/mp/model/WayDiscountResponse.java | 81e35d15be71b5405dc6c7f59c8a5ff3b1c4f4cd | [
"MIT"
] | permissive | SimonOsaka/way-api | b75220c275565c0f0ad636a2679e75ad7acfc218 | d3f1f6cd6557d95ede209aa55dbcb38e942a6791 | refs/heads/master | 2023-08-14T07:04:09.331777 | 2021-09-17T03:19:23 | 2021-09-17T03:19:23 | 320,438,909 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 572 | java | package com.zl.way.mp.model;
import java.util.List;
public class WayDiscountResponse {
private List<WayDiscountBo> discountBoList;
private Long discountTotal;
public List<WayDiscountBo> getDiscountBoList() {
return discountBoList;
}
public void setDiscountBoList(List<WayDiscountBo> di... | [
"geniusmickymouse@qq.com"
] | geniusmickymouse@qq.com |
e3134ae8829bf5a9c9d302b673960b0cfc6e65e6 | 93bb6cec40c47cbe24839a916b1789460f49cb8a | /Object_Pool.java | c1a350ea3fe2196107cb68936f9599ade18cbf4f | [] | no_license | JacobBarthelmeh/raxus_prime | 433387ccfc965ab550a3ab48da73b5e10570ff09 | 2df45284308d782564c3c0dd701b2e5c099fe384 | refs/heads/master | 2020-04-26T15:48:50.516037 | 2014-07-28T00:56:07 | 2014-07-28T00:56:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,411 | java | package raxus_prime;
import java.util.Arrays;
/**
* Used so that only creating one object then using it by refrence. Using static
* in the assumption that will only be called by one rc. Otherwise ..... why
* have communication and all that jazz.
*
* @author TheLogicalWeapon
*
*/
public class Object_Pool {
s... | [
"jacob@wolfssl.com"
] | jacob@wolfssl.com |
b9bdfc5412861d790f3903843c859326e4724d2c | 6eed69ebd174472b4ec69314d673670490a2413b | /src/test/java/com/openenglish/ayuda/adobeconnectguiarapida/C48VerifyLinksAndContentTest.java | 73b80b54c127e1fdd859c8d22a973ca329497840 | [] | no_license | MarynaOliinyk/oe-lp-selenium | c0c38bb42300157d06ed673e84aff1a6807adedf | 5e0b1e538db1e15f955979505527a92eb792a6b4 | refs/heads/master | 2020-04-10T10:26:45.270113 | 2017-09-08T03:37:37 | 2017-09-08T03:37:37 | 160,966,709 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,598 | java | package com.openenglish.ayuda.adobeconnectguiarapida;
import com.openenglish.core.DriverBase;
import com.openenglish.pages.AbstractPage;
import com.openenglish.pages.ParticipantsGuidePage;
import org.testng.annotations.Test;
import static com.codeborne.selenide.Selenide.open;
import static com.codeborne.selenide.Sele... | [
"oliinyk.maryna@gmail.com"
] | oliinyk.maryna@gmail.com |
7d1dd7eeaf49bd2a838711a72fdbe6309fb9ed77 | 101837d84e6fc8ff40a95bb801aae05334d8a453 | /_java/src/_java/_LEETCODE/Graph/M_DFS_4_maximum_depth_of_binary_tree.java | 679bd02dd9b43adb7c5943471095906cf6de2236 | [] | no_license | Abhijeet-14/java_dsa | cc37ba853afd98ed34a36bb58f4fd579384a8bc0 | 83af604d5b73f77cd7cbddf6af981d0e50098222 | refs/heads/main | 2023-03-03T22:10:44.711172 | 2021-02-11T20:19:41 | 2021-02-11T20:19:41 | 306,916,662 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,593 | java | package _java._LEETCODE.Graph;
// QUESTION: https://leetcode.com/problems/maximum-depth-of-binary-tree/
// RESPONSE: SOLVED, With help of previous questions
// OPTIMIZE: DFS METHOD
public class M_DFS_4_maximum_depth_of_binary_tree {
public static void main(String[] args) {
TreeNode root = new TreeNode(3);
root... | [
"abj1.rts@gmail.com"
] | abj1.rts@gmail.com |
953101e373e2091310c41922cdef1864201659ad | 2eb5604c0ba311a9a6910576474c747e9ad86313 | /chado-pg-orm/src/org/irri/iric/chado/so/PopulationSpecificVariant.java | 69e40b21feac0eb65167213589cc60c452599ebb | [] | no_license | iric-irri/portal | 5385c6a4e4fd3e569f5334e541d4b852edc46bc1 | b2d3cd64be8d9d80b52d21566f329eeae46d9749 | refs/heads/master | 2021-01-16T00:28:30.272064 | 2014-05-26T05:46:30 | 2014-05-26T05:46:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 545 | java | package org.irri.iric.chado.so;
// Generated 05 26, 14 1:32:25 PM by Hibernate Tools 3.4.0.CR1
/**
* PopulationSpecificVariant generated by hbm2java
*/
public class PopulationSpecificVariant implements java.io.Serializable {
private PopulationSpecificVariantId id;
public PopulationSpecificVariant() {
}
publi... | [
"locem@berting-debian.ourwebserver.no-ip.biz"
] | locem@berting-debian.ourwebserver.no-ip.biz |
d7b87242af220e1cc5c1ee8a01115db90533fcb9 | 934385617ef14fd62904ab9fd210b2f3f7c7216d | /TradingClient_backend/stock-trading-client/src/main/java/zju/se/modelandrepository/FundSecurityRepository.java | c0e4265c450a402401b5a63e43b6d0a3c17096ae | [] | no_license | Eulogizethesun/stock | fcad1a1b86dbcd3ab61a687b8bff6a122752ad90 | f9c5463b330c89c6ae757e8ea13faa2972802b34 | refs/heads/master | 2023-01-13T08:25:04.357777 | 2020-01-11T08:15:29 | 2020-01-11T08:15:29 | 233,199,232 | 0 | 0 | null | 2023-01-04T13:56:06 | 2020-01-11T08:19:45 | JavaScript | UTF-8 | Java | false | false | 212 | java | package zju.se.modelandrepository;
import org.springframework.data.jpa.repository.JpaRepository;
import java.util.List;
public interface FundSecurityRepository extends JpaRepository<FundSecurity, String> {
}
| [
"38456859+Eulogizethesun@users.noreply.github.com"
] | 38456859+Eulogizethesun@users.noreply.github.com |
bd961283bedf6c38bd4dfa8dfc7ac23bbfd04a7b | 0e33906044a49f6cf1c21a606f7f81e122459fce | /src/main/java/com/ximo/designpattern/behavior/strategy/ManjianPromotionStrategy.java | 5e4d12b90d9a40e9685223d8df2a328cbaa81e79 | [] | no_license | Xikl/design-pattern-in-action | 11bf786cb1d102a44ad607a2e9c14718aab17223 | 9a28f9ec5034ec0661782f892716b21d50f38c0f | refs/heads/master | 2021-04-26T22:09:14.616777 | 2019-06-03T15:55:41 | 2019-06-03T15:55:41 | 124,028,131 | 0 | 0 | null | 2021-03-31T21:03:46 | 2018-03-06T05:53:43 | Java | UTF-8 | Java | false | false | 292 | java | package com.ximo.designpattern.behavior.strategy;
/**
* @author xikl
* @date 2019/4/18
*/
@Strategy(type = StrategyEnums.MAN_JIAN)
public class ManjianPromotionStrategy implements PromotionStrategy{
@Override
public void promote() {
System.out.println("满减");
}
}
| [
"1392936858@qq.com"
] | 1392936858@qq.com |
1d29dde3b789893cf61339f3a85ad304f8786a3d | 41255e4837aeb73e45a9f322a716869c489554f0 | /app/build/generated/source/kapt/debug/com/sample/ali/testmodules/components/DaggerAppComponent.java | 66051a75649f76aa21ab19a50a58aa1d9863d3d9 | [] | no_license | aliaiden/DaggerSample | d423e4fbaaae6a172a645aa044eed54227edc2b1 | 0e0a000eeadd64af05ff7a7bd47f101bf6131b9f | refs/heads/master | 2020-09-04T13:07:01.830787 | 2019-11-06T05:08:56 | 2019-11-06T05:08:56 | 219,738,921 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,418 | java | // Generated by Dagger (https://dagger.dev).
package com.sample.ali.testmodules.components;
import android.content.SharedPreferences;
import com.sample.ali.testmodules.MyApplication;
import com.sample.ali.testmodules.datamodels.UserDataModel;
import com.sample.ali.testmodules.modules.ActivitiesAndFragmentsBindingModul... | [
"aliaiden@yahoo.com"
] | aliaiden@yahoo.com |
45210bbffda918ab6e131dba15fb3f2383a994f5 | 96fd3f6a89aaf16537e501c38c1abe640ce95fbe | /android/app/src/main/java/com/udasie/MainActivity.java | 82adfc63f0caa8020f8c681de1af6b0dc7bcc3a6 | [] | no_license | miloszkaczmarek/Weather-App | 0524773cec413c5f577936b4599f52b2cd8fa1a3 | a1a5f554dec854bfaac63606eade6e829e2a6be7 | refs/heads/master | 2020-04-20T17:33:57.482676 | 2019-02-07T17:14:10 | 2019-02-07T17:14:10 | 168,992,260 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 357 | java | package com.udasie;
import com.facebook.react.ReactActivity;
public class MainActivity extends ReactActivity {
/**
* Returns the name of the main component registered from JavaScript.
* This is used to schedule rendering of the component.
*/
@Override
protected String getMainComponentName(... | [
"miloszkaczmarek@hotmail.com"
] | miloszkaczmarek@hotmail.com |
9ac1f9958c81b5c4d8bb81b9f3008f1b2404016e | c8625244e0e6de721d0087e653955e822ebf7f80 | /Cerrojo.java | 26167b36f1fe4d1cbdead0b3f970fd6503e8702a | [] | no_license | LuisMora77/POO | 112361ac552321593ad4604d5e5db44ddfa0217c | 09dbed41b952cb2889c86aa7964bfbf9f7cdc14c | refs/heads/master | 2021-01-10T16:56:43.956812 | 2016-03-15T04:19:17 | 2016-03-15T04:19:17 | 53,913,972 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 273 | 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 tarea2;
/**
*
* @author Luis
*/
public class Cerrojo {
}
| [
"luismorah77@gmail.com"
] | luismorah77@gmail.com |
80eb65e40e1a2f77461b3de48a1f14c0f11b8d1e | c77fdaae357eb8a131a114c21c6d5ecf5c04d49f | /jiabian-dao/src/main/java/com/jiabian/dao/basic/complaints/CommentMapper.java | 67c0bc315a80b2d527ecc770f4cc1c932003fc5e | [] | no_license | RenYongliang/jiabian-parent | 9b6af4e2d84d597f733cd7c0f99af5f80a608411 | 1df2425633446ffd4ae16670e69d46d119ff237d | refs/heads/master | 2020-03-25T15:06:50.398611 | 2018-08-13T16:46:07 | 2018-08-13T16:46:16 | 143,867,728 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,676 | java | /*
* CommentMapper.java
* Copyright(C) 20xx-2015 xxxxxx公司
* All rights reserved.
* -----------------------------------------------
* 2018-07-27 Created
*/
package com.jiabian.dao.basic.complaints;
import com.jiabian.base.PagesModel;
import com.jiabian.beans.basic.complaints.Comment;
import com.jiabian... | [
"1017632646@qq.com"
] | 1017632646@qq.com |
7f395bb6f9318a219f2658d45b14905b94ac402d | 18203445c2820356eb2eef09883b7c905f5493cf | /src/com/bee/common/Upload.java | 0ac6016876dcc6d4d3198686e420935e9f3a1448 | [] | no_license | jiashi1208/chinabee | 90547f3c1affe8e075d7072d242796a868c2b91e | 0737a792ca48fafe5472d34172867a9aa4156abe | refs/heads/master | 2016-09-06T11:00:34.357741 | 2013-10-21T15:16:10 | 2013-10-21T15:16:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,871 | java | package com.bee.common;
import java.util.ArrayList;
import java.util.List;
import org.apache.http.NameValuePair;
import org.apache.http.message.BasicNameValuePair;
import org.json.JSONArray;
import org.json.JSONObject;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android... | [
"shijia@shijia-2013ubuntu.(none)"
] | shijia@shijia-2013ubuntu.(none) |
50cb838e50fef4a81a3a4d140a92a3e1e2b7d273 | 90d9ecef8114f611b1177e27f15adb484b826db4 | /app/src/main/java/com/codepath/apps/restclienttemplate/models/Tweet.java | 18f38442b7fdd7dddb33160cb893669888f2b47d | [
"Apache-2.0",
"MIT"
] | permissive | marymonique/SimpleTweet | 677b2e9c8bb9ddbd74c282a27a6cbb0cb29aefff | 5c5346921936142573f0e5f8541ba2855cc6b2df | refs/heads/master | 2023-08-25T08:48:00.805526 | 2021-10-08T06:48:34 | 2021-10-08T06:48:34 | 412,226,069 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,035 | java | package com.codepath.apps.restclienttemplate.models;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import org.parceler.Parcel;
import java.util.ArrayList;
import java.util.List;
@Parcel
public class Tweet {
public String body;
public String createdAt;
public long ... | [
"mary99campbell@gmail.com"
] | mary99campbell@gmail.com |
00f7ce501bcea20d3b84e43d8239a4c4d7bcc406 | 7c9f40c50e5cabcb320195e3116384de139002c6 | /Plugin_Debugger_Simulation/src/tinyos/yeti/debug/simulation/launch/configuration/ITinyOSDebugSimulationLaunchConstants.java | bffe7295d1bc77f11410a8ff0a0e5032c6ab2223 | [] | no_license | phsommer/yeti | 8e89ad89f1a4053e46693244256d03e71fe830a8 | dec8c79e75b99c2a2a43aa5425f608128b883e39 | refs/heads/master | 2021-01-10T05:33:57.285499 | 2015-05-21T19:41:02 | 2015-05-21T19:41:02 | 36,033,399 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,215 | java | package tinyos.yeti.debug.simulation.launch.configuration;
/**
* Defines common TinyOS debug simulation launch configuration constants.
* @author Richard Huber
*
*/
public interface ITinyOSDebugSimulationLaunchConstants
{
/**
* Prefix for all launch constants
*/
public static final String TINYOS_DBG_LAUNCH_... | [
"phsommer@2a69fd7c-12de-fc47-e5bb-db751a41839b"
] | phsommer@2a69fd7c-12de-fc47-e5bb-db751a41839b |
f8f55100f0ea894f4557b8d568594fa11ba1fbe2 | e16fe00533605a724a390c0f50bc6e76f83303f6 | /app/src/main/java/es/exsample/ExSample4_01.java | 5809ddfe74511138e816709b377c7dd415b8d667 | [] | no_license | bouto963/ExSample | fbebd4716151fc8d69513d3761c8b39708ab255e | 9328f9dd7e6b7b9f5a4650f1a743256a3c415baa | refs/heads/master | 2020-03-18T16:17:39.161620 | 2018-05-26T18:39:22 | 2018-05-26T18:39:22 | 134,957,779 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,298 | java | //ExSample4_01.java 暗黙的なインテントを使ったアプリケーションの連携に関するサンプル
package es.exsample;
import android.app.*;
import android.content.*;
import android.net.*;
import android.os.*;
import android.support.v7.app.AppCompatActivity;
import android.view.*;
import android.view.View.*;
import android.widget.*;
public class ExSample4_01 ex... | [
"bouto0963@gmail.com"
] | bouto0963@gmail.com |
4081e0109c3d9c84a916319ac3f31a2175cbc29e | 4e5fe354dc363a814cbb3893fde62bc72ed2fa76 | /blog-war/src/main/java/com/lihebin/blog/dao/ArticleDao.java | 2adbe5ee17fe050af62e17715b6caf2cb631df39 | [] | no_license | include12345/blog-message-backend | 8b56c6e4df17d064600109973cb7ac9c2f7cb606 | 7fc0572742182c99b50692b5be09b2fbc34bdb5d | refs/heads/master | 2022-11-20T07:07:43.278238 | 2019-08-01T14:29:22 | 2019-08-01T14:29:22 | 159,950,047 | 5 | 0 | null | 2022-11-16T05:50:52 | 2018-12-01T13:59:36 | Java | UTF-8 | Java | false | false | 9,742 | java | package com.lihebin.blog.dao;
import com.lihebin.blog.bean.Article;
import com.lihebin.blog.bean.Articles;
import com.lihebin.blog.bean.PageInfo;
import com.lihebin.blog.utils.SqlUtil;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.jdbc.core.BeanPropertyRowMapper;
import org.spring... | [
"lihebin@shouqianba.com"
] | lihebin@shouqianba.com |
3f17d0f20bd7e55abfb53c6879dd8079f55c11dc | c885ef92397be9d54b87741f01557f61d3f794f3 | /tests-without-trycatch/Chart-2/org.jfree.data.general.DatasetUtilities/BBC-F0-opt-60/29/org/jfree/data/general/DatasetUtilities_ESTest.java | 9db76e28468902d0ffe3ff570688ec95810bb012 | [
"CC-BY-4.0",
"MIT"
] | permissive | pderakhshanfar/EMSE-BBC-experiment | f60ac5f7664dd9a85f755a00a57ec12c7551e8c6 | fea1a92c2e7ba7080b8529e2052259c9b697bbda | refs/heads/main | 2022-11-25T00:39:58.983828 | 2022-04-12T16:04:26 | 2022-04-12T16:04:26 | 309,335,889 | 0 | 1 | null | 2021-11-05T11:18:43 | 2020-11-02T10:30:38 | null | UTF-8 | Java | false | false | 412,885 | java | /*
* This file was automatically generated by EvoSuite
* Fri Oct 22 17:12:27 GMT 2021
*/
package org.jfree.data.general;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.shaded.org.mockito.Mockito.*;
import static org.evosuite.runtime.EvoAssertions.*;
import java.lang.reflect.Arr... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
5a3d2fdcd8e36e1a429e97aa5e0abeee69ed290e | 973daca154a965fa4b0af604b602a24e338f3cc1 | /src/main/java/org/mozilla/universalchardet/prober/sequence/Ibm855Model.java | f0df3c82aa6b93bd030a660ab18f63edea61bde0 | [] | no_license | rbmurussi/nfe310 | 3afdb638fce825a983d59bc7a223d58705420fcd | e77cd8d1c2d94e7a51c39c3968dc8f65d30d7382 | refs/heads/master | 2021-01-01T17:14:45.682827 | 2017-07-22T15:15:05 | 2017-07-22T15:15:05 | 98,032,550 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,791 | java | /*
* Decompiled with CFR 0_122.
*
* Could not load the following classes:
* org.mozilla.universalchardet.Constants
* org.mozilla.universalchardet.prober.sequence.CyrillicModel
* org.mozilla.universalchardet.prober.sequence.Ibm855Model
*/
package org.mozilla.universalchardet.prober.sequence;
import org.mozil... | [
"uesr@DESKTOP-G8E4RE1"
] | uesr@DESKTOP-G8E4RE1 |
f9aba740fc7fca1fe60ee9f541bafe7b9ae6dc8a | addb3793d13ea834caebc00158f06075b1dae5c1 | /src/main/java/com/infinty/wordsclients/Main.java | f323050227b9bf76c7caf9879cc1430050d0ae25 | [] | no_license | faulken32/wordsClients | 5d496acea4c1876968f5420857a53e561a60d7f7 | 54ed3189e422560dbda461673d93bf19dad108fa | refs/heads/master | 2022-11-27T11:20:02.889521 | 2020-08-03T09:55:13 | 2020-08-03T09:55:13 | 281,354,797 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 303 | java | package com.infinty.wordsclients;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication public class Main {
public static void main(String[] args) {
SpringApplication.run(Main.class, args);
}
}
| [
"nicolas.canicatti@ericsson.com"
] | nicolas.canicatti@ericsson.com |
9c5538dc119bd2a7fa86d49503eab72a48096b55 | abb4932e8e901f2d4805ca4b2de23be3edf07a42 | /3.JavaMultithreading/src/com/javarush/task/task23/task2309/vo/Server.java | 40541070b04c086085e7c1b9da7a1f9ea45d56cc | [] | no_license | KarneyenkaDzmitry/JavaRushTasks | 44386b02a9deebad071828c58997c4393fa72ede | a6a739ab20fd2cb44e07537ee0d4499cdb16542b | refs/heads/master | 2021-09-07T22:49:48.207329 | 2018-03-02T12:24:54 | 2018-03-02T12:24:54 | 111,918,339 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 142 | java | package com.javarush.task.task23.task2309.vo;
/**
* Created by Дмитрий on 19.10.2017.
*/
public class Server extends NamedItem {
}
| [
"33957610+KarneyenkaDzmitry@users.noreply.github.com"
] | 33957610+KarneyenkaDzmitry@users.noreply.github.com |
be5d5eac109b654828754a2c51184a193d5f637f | 8d44bad0e16f8b28901c70a5936856e059e06a56 | /pony_music/src/main/java/me/wcy/music/adapter/OnlineMusicAdapter.java | 9249261fd9913f29c2cb3782661ab8333f1280b8 | [] | no_license | Ccapton/Mvp-RxJava2 | 6e6b7a6d99efcee182c5973734dc229081011aa2 | 7f07746a82431482592ea22359a51f05af874bb6 | refs/heads/master | 2021-01-22T15:21:47.418115 | 2017-09-04T17:49:57 | 2017-09-04T17:49:57 | 102,382,100 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,162 | java | package me.wcy.music.adapter;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.TextView;
import com.bumptech.glide.Glide;
import java.util.List;
import me.wcy.music.R;
import me.wcy.... | [
"chenweibin1125@foxmail.com"
] | chenweibin1125@foxmail.com |
0881523a1d1d5cfeea21fa6abfbcad4b1c3d44d8 | eb56950c69933e8075196b9a555a9e05c8d7734d | /src/main/java/flinkapp/wordcount/StatefulWordCount.java | 5cec097123acca6dd365f2cb788a5b072c89040a | [] | no_license | maxCodeVector/flink-testbed | 944c92707bb4c40998a3c0a731968e6f2690d97c | 6659abbf92ccdf2eb1b0a9a3a993121833c028e1 | refs/heads/master | 2022-04-18T02:44:00.650032 | 2020-04-13T12:50:14 | 2020-04-13T12:50:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,847 | java | package flinkapp.wordcount;
import Nexmark.sinks.DummySink;
import flinkapp.wordcount.sources.RateControlledSourceFunctionKV;
import org.apache.flink.api.common.functions.FlatMapFunction;
import org.apache.flink.api.common.functions.MapFunction;
import org.apache.flink.api.common.functions.ReduceFunction;
import org.a... | [
"maoyancan@gmail.com"
] | maoyancan@gmail.com |
3e7f938e4008be243173d5c83a9f5ebb8556ce6a | 66ff8b480283c26ae15ede752c374978217bf386 | /Artistation/Artistation/src/main/java/art/services/NotificationServiceImpl.java | 566d34558ed4f87352552bb094ad18586e178818 | [] | no_license | SunsetUzuki/BigProjects | 69a87fe722b0eaa9082f74409b16cded46806447 | 1f797619e6a8cb29738cd72d5540c36f4a6f71c4 | refs/heads/master | 2020-04-16T04:12:23.775400 | 2019-02-11T11:17:59 | 2019-02-11T11:17:59 | 165,258,992 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,658 | java | package art.services;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import javax.servlet.http.HttpSession;
import java.util.ArrayList;
import java.util.List;
@Service
public class NotificationServiceImpl implements NotificationService {
public stat... | [
"10seansov@gmail.com"
] | 10seansov@gmail.com |
248c07a4a1f06b2b08ce57b5662017b9e2bacfb4 | 2b2c1d4c3580e794096d9264efc0f28a31e5d76e | /app/src/main/java/com/framgia/moneymanagement/screen/statistics/StatisticsContract.java | dd57d2e43ab6f8296fb981d982156ca01ea99e1a | [] | no_license | awesome-academy/Android_Money_Management_01 | 9cf416ab2414d4f721adce96c5d8c6ea79ac142d | 39b5e6b43b62107773b5aff9e5eb2a0fd05de42c | refs/heads/master | 2020-04-04T01:53:37.208099 | 2018-11-23T13:19:47 | 2018-11-23T13:19:47 | 155,680,941 | 1 | 1 | null | 2018-11-23T13:19:49 | 2018-11-01T07:54:26 | Java | UTF-8 | Java | false | false | 657 | java | package com.framgia.moneymanagement.screen.statistics;
import com.framgia.moneymanagement.data.model.Income;
import com.framgia.moneymanagement.data.model.Spending;
import java.util.List;
public interface StatisticsContract {
interface View {
void onGetSumIncomeSuccess(int sumIncome);
void onGet... | [
"johndoe@example.com"
] | johndoe@example.com |
6f32834b387a0c62c81d130033076098020572da | e028965049bdadc7efbabe8a14f076bf1c736731 | /src/test/java/be/odisee/fit20/UI/FitnesserDetailPage.java | 90cec75cbc4558604a5872262dde5729ddddc31f | [] | no_license | JulienLalmand/FIT20 | 52ace2c6be3ec479760503f3a22816a1d03c75be | ab51a66d54a2d0e52f5825ad84f755dd7355514e | refs/heads/master | 2020-06-16T08:25:12.978245 | 2016-11-29T22:13:24 | 2016-11-29T22:13:24 | 75,123,405 | 0 | 0 | null | 2016-11-29T21:23:47 | 2016-11-29T21:23:47 | null | UTF-8 | Java | false | false | 710 | java | package be.odisee.fit20.UI;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.support.ui.ExpectedConditions;
import org.openqa.selenium.support.ui.WebDriverWait;
public class FitnesserDetailPage extends AbstractPage {
public FitnesserDetailPage(WebDriver driv... | [
"Julien@DESKTOP-QO11DVP.home"
] | Julien@DESKTOP-QO11DVP.home |
5454cee243f66c327f18f0a5f7e58e7130b6904a | 0ae5fef166df8d453f9edb117ceedc6f096551cf | /app/src/main/java/com/example/board2deathapp/ui/calendar/AddEventViewModel.java | c6f125165b3ebcc664b8fbeb81f6be8877f478cd | [] | no_license | jklypchak13-School-Projects/Board-To-Death-App | 444d406248d613ae6b976b4ebc4757430d093c6e | 70760d0f4562a9b6c5ead1df48686a24c54799df | refs/heads/master | 2022-04-14T03:26:46.643953 | 2020-04-14T22:22:21 | 2020-04-14T22:22:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,328 | java | package com.example.board2deathapp.ui.calendar;
import android.icu.text.DateFormat;
import android.util.Log;
import androidx.lifecycle.ViewModel;
import java.util.Calendar;
import java.util.Date;
import java.util.Locale;
public class AddEventViewModel extends ViewModel {
private Calendar startCalendar;
pri... | [
"snickhackman@gmail.com"
] | snickhackman@gmail.com |
29d13a1a7a3d85caf9fadb01d6df6c4a22e2d5ea | 32e15e119b3a9ac8fddf05a581e245990be621d3 | /1.Trainee/003.CollectionsLite/src/main/java/ru/job4j/banking/menu/action/DeleteUserAction.java | d91d7ea66a11ca74e330e67a16ebf92e028d9941 | [
"Apache-2.0"
] | permissive | LuxCore/dkitrish | 0a9bd4ef108f6bbfb64a0a9f9b2b3f9dfead53e3 | 141b2b1806b966e1e4711834958c87e1e93d5ba9 | refs/heads/master | 2021-06-02T20:34:15.831517 | 2020-12-17T14:47:53 | 2020-12-17T14:47:53 | 104,072,243 | 2 | 0 | Apache-2.0 | 2020-10-13T06:48:43 | 2017-09-19T12:32:29 | Java | UTF-8 | Java | false | false | 1,293 | java | package ru.job4j.banking.menu.action;
import ch.qos.logback.classic.Logger;
import org.slf4j.LoggerFactory;
import ru.job4j.banking.core.Bank;
import ru.job4j.banking.core.NoSuchUserException;
import ru.job4j.banking.core.User;
import ru.job4j.banking.input.Input;
import java.util.Optional;
/**
* Deletes a user fro... | [
"Denis.Kitrish@Yandex.ua"
] | Denis.Kitrish@Yandex.ua |
c825772067f45c4ef64db97a00a806312befdf6a | 5a04698fafdfec99da7c61612c6a120c74b32d0e | /src/main/java/br/com/libshare/security/SecurityConfiguration.java | 0800d46100f76f53e297064fc1e15799f2c49fe9 | [] | no_license | josiemerson/libshare | c8893f160c7ddd6af0096fbe7262cd968cb77336 | 314ae27f2135f986bd0ad4906c11b6c3dc936ae1 | refs/heads/master | 2020-04-07T01:04:50.344019 | 2018-11-28T02:39:57 | 2018-11-28T02:39:57 | 123,058,900 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,089 | java | package br.com.libshare.security;
import java.io.IOException;
import javax.servlet.Filter;
import javax.servlet.FilterChain;
import javax.servlet.ServletException;
import javax.servlet.http.Cookie;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework... | [
"josiemersonsouzalacerda@gmail.com"
] | josiemersonsouzalacerda@gmail.com |
5bcc38b664432359ebcd612ef53ca57ac5375048 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_dd0b0f849b1237cd49e64e0bc90057ea6110c1aa/Main/2_dd0b0f849b1237cd49e64e0bc90057ea6110c1aa_Main_t.java | 774d0a12399eda12b8e48888665544343351e043 | [] | 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 | 10,193 | java | package org.blitzortung.android.app;
import java.util.Calendar;
import java.util.GregorianCalendar;
import java.util.List;
import org.blitzortung.android.alarm.AlarmLabel;
import org.blitzortung.android.alarm.AlarmManager;
import org.blitzortung.android.alarm.AlarmStatus;
import org.blitzortung.android.data... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
af82aaa776099d0644f36f446559e1b43b65e462 | 88d63579463c5cc0538895c42b95ae1a8de3b1d0 | /hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestHAFileCreationMultipleNNFailure.java | b3b0fbd8086646b8fc900a760c1be0decc9512c5 | [
"Apache-2.0",
"BSD-2-Clause",
"BSD-3-Clause"
] | permissive | shps/hops | 889f5dbd2b6da22c8ceb5f2de1fd39c90ad30cad | 13a83976ccaeff96d3edf1a0a8fba277fcb58a00 | refs/heads/master | 2021-01-12T21:44:08.672343 | 2015-03-27T10:49:01 | 2015-03-27T10:49:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,456 | java | /*
* Copyright (C) 2015 hops.io.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | [
"steffeng@hops.io"
] | steffeng@hops.io |
cef857cbcf6018a37417bc561800308d72b70aa8 | c77bebb78a89d3a84acee89fbc406cd535afa4a5 | /Lab1/src/com/shenyu/factory/Memory.java | ec9da9012d2a0c0fc0f2b7c0adacd412a067458a | [] | no_license | malBeshaba/Java_Homework | 791619f31b085c332f552fc81258358ac24a0b73 | 5f638db9f6b2e17fbb9a1e8c9849556824f67e67 | refs/heads/master | 2021-01-26T03:29:12.830888 | 2020-03-23T14:44:53 | 2020-03-23T14:44:53 | 243,290,173 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 222 | java | package com.shenyu.factory;
public abstract class Memory extends ComputerItem {
protected int volume;
public Memory(String name, int price, int volume) {
super(name, price, "Memory");
this.volume = volume;
}
}
| [
"1175245836@qq.com"
] | 1175245836@qq.com |
4c55fbf2648bfa165fca758f3e4e726f3f5c2f0b | f0f8cf8e29e06fffb178369fa936e75d1c031687 | /java_intro/Assignment/Driver.java | 730ec7b73fe224d09874da4bb4c60c2fd4d0f444 | [] | no_license | sagardnshah/cs_coursework | 7c9ef64da2e300f803a389c7c6b363b69c99e7ef | 48b63c765a3a326da75b0ed290523dfe3506e2ea | refs/heads/master | 2021-04-16T10:22:17.346790 | 2018-10-03T03:22:41 | 2018-10-03T03:22:41 | 126,418,195 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,603 | java | import java.util.Scanner;
import java.io.*;
import java.util.StringTokenizer;
/**
* The purpose of this class:
* read data from a file
* process clients and pets in to two seperate arrays
* using the example text file, there are 5 clients and 11 pets
* it also prints the client and pet details in a clean format
... | [
"sagardnshah@gmail.com"
] | sagardnshah@gmail.com |
438e21637361195d9e538f3537fbb98b6aa802cb | 42bb692d9140736c468e7ae328564c12b830b4be | /bitcamp-javaproject/src24/main/java/bitcamp/java106/pms/controller/BoardController.java | 8b233d609964e9d16f39ce11771b379bfb1a7eea | [] | no_license | kimkwanhee/bitcamp | b047f4cc391d2c43bad858f2ffb4f3a6a3779aa2 | 0245693f83b06d773365b9b5b6b3d4747877d070 | refs/heads/master | 2021-01-24T10:28:06.247239 | 2018-08-20T03:13:18 | 2018-08-20T03:13:18 | 123,054,178 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,809 | java | // Controller 규칙에 따라 메서드 작성
package bitcamp.java106.pms.controller;
import java.sql.Date;
import java.util.Iterator;
import java.util.Scanner;
import bitcamp.java106.pms.annotation.Component;
import bitcamp.java106.pms.dao.BoardDao;
import bitcamp.java106.pms.domain.Board;
import bitcamp.java106.pms.util.Console;
@C... | [
"rhdwn1955@naver.com"
] | rhdwn1955@naver.com |
f10bf7ded48f9ff0c552ef7014fcf5f0a4f77073 | 4ed193c7481174d25897de4fbd3b39d05da1948c | /src/com/justahero/maze/algorithms/RecursiveBacktracker.java | 1588f9d1d028148873e18a4a5a4a3d88f2bce746 | [] | no_license | justahero/maze-algorithms | 234cae5f31efe936491de3bb6e4572aa4d253777 | 42ec536f74a208e31d19a4168d1dfce60b7e6ba4 | refs/heads/master | 2021-01-16T19:02:58.487394 | 2014-03-01T16:25:54 | 2014-03-01T16:25:54 | 11,069,281 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,295 | java | package com.justahero.maze.algorithms;
import static java.util.Arrays.asList;
import java.util.Collections;
import java.util.List;
import com.justahero.maze.Board;
import com.justahero.maze.Cell.Direction;
public class RecursiveBacktracker extends MazeAlgorithm {
public RecursiveBacktracker(Board board) {
... | [
"sebastian.ziebell@asquera.de"
] | sebastian.ziebell@asquera.de |
ba97c635a18d8879ccd5a0d367c06ce08f5f0754 | e9a9ebd570dba2d6bc19514dcf9c9c1f9f1de879 | /src/main/java/com/yinzhiwu/yiwu/zhangkaitao/common/web/controller/KindEditorController.java | c49e616508acdbd63020dbcb3925b96de91762e5 | [] | no_license | ping-0123/yiwu | b868f4b31ee5591e10cfd2818364bb38d0e0a7bd | eeaa6981b0836555f76b8528382e7d461cdacbed | refs/heads/master | 2021-01-19T10:52:52.386288 | 2017-12-08T05:24:36 | 2017-12-08T05:24:36 | 87,905,504 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 12,192 | java | /**
* Copyright (c) 2005-2012 https://github.com/zhangkaitao
*
* Licensed under the Apache License, Version 2.0 (the "License");
*/
package com.yinzhiwu.yiwu.zhangkaitao.common.web.controller;
import java.io.File;
import java.io.IOException;
import java.text.SimpleDateFormat;
import java.util.Arrays;
import java.u... | [
"wild_ghost@yeah.net"
] | wild_ghost@yeah.net |
512ab2d5dd17dd3d5c136f6f594739b218904df6 | 51aef8e206201568d04fb919bf54a3009c039dcf | /trunk/src/com/jme/scene/state/lwjgl/records/StencilStateRecord.java | 6782073a4621746108cd8b31242f8857d2a992c6 | [] | no_license | lihak/fairytale-soulfire-svn-to-git | 0b8bdbfcaf774f13fc3d32cc3d3a6fae64f29c81 | a85eb3fc6f4edf30fef9201902fcdc108da248e4 | refs/heads/master | 2021-02-11T15:25:47.199953 | 2015-12-28T14:48:14 | 2015-12-28T14:48:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,304 | java | /*
* Copyright (c) 2003-2008 jMonkeyEngine
* 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... | [
"you@example.com"
] | you@example.com |
fedf430bc08cf9d6b0966f35292daa242580a396 | 8e7fe8e6164e2de9c654e749a711115466c6153b | /Piloto/build/generated-sources/jax-ws/paqueteservicios/Servicios_Service.java | 5cb083ec4f556826979d62290fbc998d769cb572 | [] | no_license | Jportillo7/Sa_DepVops | 46e4c864984dc764d0e91010936cc3870d93301d | c776311c7a4904c2f0ccf245d5b5bd2f2a8f2a81 | refs/heads/master | 2022-12-15T03:33:40.319553 | 2019-09-02T06:22:46 | 2019-09-02T06:22:46 | 205,784,386 | 0 | 0 | null | 2022-12-04T09:51:46 | 2019-09-02T05:41:06 | Java | UTF-8 | Java | false | false | 2,882 | java |
package paqueteservicios;
import java.net.MalformedURLException;
import java.net.URL;
import javax.xml.namespace.QName;
import javax.xml.ws.Service;
import javax.xml.ws.WebEndpoint;
import javax.xml.ws.WebServiceClient;
import javax.xml.ws.WebServiceException;
import javax.xml.ws.WebServiceFeature;
/**
* This clas... | [
"jportillo.auxiliatura@gmail.com"
] | jportillo.auxiliatura@gmail.com |
75ead3c6ae992bcb5200bab34a9f199429e0c904 | 4ed6c7e25f1edd55c48d056a2034df68c61b8ea8 | /src/main/java/org/openjdk/jmh/samples/JMHSample_21_ConsumeCPU.java | 8cac43d247e43b00f40f2a171a139dab640f3e0e | [] | no_license | haihuiyang/jmh-study | d1a91692c11df5220ca9f5c315877305b8f3a9d5 | 86b6188166f970b9c22ce370033302bc9ca51748 | refs/heads/master | 2020-11-24T05:33:09.504932 | 2019-12-17T15:55:51 | 2019-12-17T15:55:51 | 227,986,194 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,712 | java | /*
* Copyright (c) 2014, Oracle America, Inc.
* 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 o... | [
"yanghaihui@betalpha.com"
] | yanghaihui@betalpha.com |
c47dd9fd5fe2873919e661a3a4c8fdc7b42f04de | 56b5f756498efef1c4ee3368156dbfaf7b7485e6 | /test/cs3500/animator/model/ComponentTests.java | d3ed8b0a611b0e130a3ffc078b8faf46660ec1b9 | [] | no_license | chantheepic/Excellence | b138d446cd7ed7d1259eb9acdd418d16ce0d3c0b | 8bf0a504f0aac11a3f7eb15ef0c932705b371983 | refs/heads/master | 2020-05-22T21:37:32.786504 | 2018-12-12T20:30:30 | 2018-12-12T20:30:30 | 186,530,564 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,035 | java | package cs3500.animator.model;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import cs3500.animator.model.components.Component;
import cs3500.animator.model.components.IComponent;
import cs3500.animator.model.components.Shape;
import static org.junit.Assert.assertEquals;
public class Comp... | [
"zohillman@gmail.com"
] | zohillman@gmail.com |
4c92a5e9e145c82f897f7bd69f09ccfadc9495f9 | 5ddca58c8148d1c4e48c06408ac64f18fb190882 | /pattern-singleton/src/test/java/com/pattern/singletong/test/SeriableSingletonTest.java | 387e567cfc86e93bf6f1a4a3a52911a6178f070e | [] | no_license | pandaapo/DesignPatterns | 6fb0d035969c47c2908fb3a6599449c898ba25a3 | f460abd3cbc32f5ce3c478d2e5f34199e2898ea7 | refs/heads/master | 2020-05-05T10:45:26.980269 | 2019-05-02T07:41:11 | 2019-05-02T07:41:11 | 179,959,334 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,181 | java | package com.pattern.singletong.test;
import com.pattern.singleton.seriable.SeriableSingletong;
import java.io.*;
// 利用序列化攻击单例
public class SeriableSingletonTest {
public static void main(String[] args) {
SeriableSingletong s1 = null;
SeriableSingletong s2 = SeriableSingletong.getInstance();
... | [
"1052156701@qq.com"
] | 1052156701@qq.com |
4bfe8ab742f6f5d728a2cbb803b2e538ae54e3e8 | 626ef9f6802a771bab4dd2676e5260c1d51da717 | /src/com/demo/Content.java | cd21fefb5a35b35fe323c281e633da6ae5fe3589 | [] | no_license | zdez/szqq | bee66f44a22571b821a131dbc0493c8a0c231432 | 30670a51ccb3e598491df402a4f76b4eaf27b5f7 | refs/heads/master | 2020-05-05T02:36:06.133691 | 2013-06-25T08:11:24 | 2013-06-25T08:12:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 286 | java | package com.demo;
import java.io.File;
public class Content {
String message;
File image;
File audio;
File file;
boolean send;
public void clear(){
message = null;
image = null;
audio = null;
file = null;
}
}
| [
"zdez.qy@gmail.com"
] | zdez.qy@gmail.com |
f844fab766eb574616e78668601429b554c75144 | 22fb8e10e9bbaf4ab29e43656436041b8c887b7e | /src/main/java/com/nenufarinformatica/javatestmavenapplication/MainClass.java | 9a71cdd314d4cbd30b1e41a039502a7493f5eee6 | [] | no_license | tuping/JavaTestMavenApplication | 13ec52d0aef31de3112c71a0e6ad283c7e6426f3 | 8917a3c2fe3b6ba1fa86ee496e13a06549f31f49 | refs/heads/master | 2020-03-08T05:47:14.286899 | 2018-04-03T19:15:33 | 2018-04-03T19:15:33 | 127,956,670 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,519 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.nenufarinformatica.javatestmavenapplication;
import java.io.StringReader;
import org.jruby.embed.PathType;
import org.jrub... | [
"webrodrigo@gmail.com"
] | webrodrigo@gmail.com |
cf40cd66a7ea7e8f11e9dff3b14475b4b8d34ab5 | 6046cbe85c3263e13eaf9c6f1af6d1745ad4f4f7 | /src/User.java | d97408170f145c31753e7c2ca17edbf21a78c24b | [] | no_license | Volokhyna/javaHW | b816a36b7d446c444faa483e86854cc129e69b29 | 1900d1e5eb3e30b6b5242f782ffb97a9f680ebeb | refs/heads/master | 2023-03-13T22:23:20.100167 | 2021-02-25T12:56:41 | 2021-02-25T12:56:41 | 341,956,944 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,465 | java | import java.util.Arrays;
public class User {
private int id;
private String name;
private String[] skills;
private Wallet wallet;
public User() {
//дефолтний конструктор
}
public User(int id, String name, String[] skills) {
this.id = id;
this.name = name;
t... | [
"volokhyna28alina@gmail.com"
] | volokhyna28alina@gmail.com |
1d83177268f6d5a48eb0966478aab7cda22d68a1 | e2d4cbd4302c153b4f797855930c85a044c25b62 | /src/br/com/generation/interface1/poliformismo/TestaAnimal.java | 3d0682d804ef5e8e81b22683adb2d54e73cafed0 | [
"Apache-2.0"
] | permissive | YasGerotto/ExerciciosJava | bad525236bc9e169d7d80b551ec2fae1d34977a0 | 03a64abf4f398a0a4d9f62c8b5dbe4df21903ba7 | refs/heads/main | 2023-08-13T00:17:15.708962 | 2021-10-15T21:36:35 | 2021-10-15T21:36:35 | 413,632,601 | 0 | 0 | null | null | null | null | ISO-8859-3 | Java | false | false | 398 | java | package br.com.generation.interface1.poliformismo;
public class TestaAnimal {
public static void infoAnimal (Animal animal) {
animal.nome();
animal.idade();
animal.emitirSom();
animal.correr();
animal.SubiremArvore();
animal.comer();
}
public static void maisn(String[] args) {
infoAnimal(new c... | [
"ygerotto@gmail.com"
] | ygerotto@gmail.com |
5b4d906effbd9b745262faec207045ecb5e6e5af | 79cc3f6f2d9ee56b6992805ecfaacc36558525b3 | /GIM-light/src/com/syncron/rebind/PropertyObjectGenerator.java | f20115c34dbb7dad848942d8ea8eec35abaac30c | [] | no_license | maciejjaskowski/GIM-light | a614d5f990447b13e1e33af74320f4b485caffd9 | aeb28c42ff4756a375057a6403718b134c56bc52 | refs/heads/master | 2020-12-24T17:17:27.411017 | 2012-03-30T18:21:05 | 2012-03-30T18:21:05 | 3,305,507 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,912 | java | package com.syncron.rebind;
import java.io.PrintWriter;
import java.lang.reflect.Field;
import java.util.Iterator;
import com.google.gwt.core.ext.Generator;
import com.google.gwt.core.ext.GeneratorContext;
import com.google.gwt.core.ext.TreeLogger;
import com.google.gwt.core.ext.UnableToCompleteException;
i... | [
"michal.grzejszczak@syncron.com"
] | michal.grzejszczak@syncron.com |
0f23a7ab875749a8a781f8f240db8650921e1851 | 369ed3e9c8a9d0f72d46b89e954e1b87d021d4e4 | /src/main/java/ch/lukas/ts/model/GameDoneListener.java | 4e7ac27246de91005ccf7ac6815ca01bc69ca51b | [] | no_license | lbuchli/TschauSepp | 6be91e6e4db8eb52080f948192da07a08e50985f | 1ceee290e1aff2801fed2f8e38b6465311e2f2bd | refs/heads/master | 2022-12-02T15:56:23.823535 | 2020-08-21T06:56:49 | 2020-08-21T06:56:49 | 273,951,201 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 242 | java | package ch.lukas.ts.model;
/**
* A listener to get notified when the game is done.
* @author lukas
*/
@FunctionalInterface
public interface GameDoneListener {
/**
* Gets called when the game is done
*/
public void onGameDone();
}
| [
"lbu01@buchli-bigger.ch"
] | lbu01@buchli-bigger.ch |
97be4caf3e25cad943b32c7ca1bfd619a9922652 | 2db30fa9cfca70e88a813480d151fde9966092f7 | /src/Algorithm/Test.java | 0e9cb3fab1807ea2a74dafd06ec035a6625cf75a | [] | no_license | Chen1900SEU/Java_LeetCode | bace2b2ecc176a1564f51a0e9bf4e055bef88649 | e00f2000325e57f1183db0ad2aa0129a80ffa54a | refs/heads/master | 2021-04-09T10:22:59.450732 | 2018-04-22T11:30:40 | 2018-04-22T11:30:40 | 125,340,141 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,711 | java | package Algorithm;
import java.util.Scanner;
//public class Test {
// public static void main(String[] args) {
// Scanner sc = new Scanner(System.in);
// int n = sc.nextInt();
//// Array ans = new a
// int ans = 0, x;
// for(int i = 0; i < n; i++){
// for(int j = 0; j < ... | [
"chen1900_seu@163.com"
] | chen1900_seu@163.com |
90977a65c9ebde9018aa6802d6720a717304c217 | 64c92f62962b3707de056ed0bdb91b4ef7383bd1 | /src/main/java/com/lynch/domain/DownInfoC_LoRa.java | 46db4bc541b2da076375a94377d1384df831f1ed | [] | no_license | flywind2/LoRaServer_Netty | fb80c4bfda4e9403d1e9dc2cdc26d14dc95cf9a9 | 05923c183a0ab46e9d2d128567f06e723785a9b4 | refs/heads/master | 2022-03-03T02:42:18.641252 | 2019-08-04T14:35:32 | 2019-08-04T14:35:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,368 | java | package com.lynch.domain;
import com.lynch.util.base64.base64__;
public class DownInfoC_LoRa implements DownInfoForm{
/**
* class C 的各项 JSON 数据
*/
private boolean imme;
private boolean ncrc;
private float freq;
private int rfch;
private int powe;
private String modu;
private String datr;
private Strin... | [
"lynch_jach@126.com"
] | lynch_jach@126.com |
209e79be1b24184ef46389e3490c5470d5f01cf9 | f1307b4696b439fbcf9e0b9a4db67215a7dac84b | /src/main/java/com/praveen/denominations/USD.java | 10bdb0b3361b840218e1ed0da1ccd2644460ab62 | [] | no_license | spraveenit/coin | a3d784d50f87796c834902df89d8ad01d40410da | 171e667d110ad0b6a0a90537149795cf204a27e7 | refs/heads/master | 2021-03-30T12:48:33.650808 | 2020-03-18T03:35:18 | 2020-03-18T03:35:18 | 248,055,687 | 0 | 0 | null | 2020-10-13T20:26:14 | 2020-03-17T19:26:34 | Java | UTF-8 | Java | false | false | 1,565 | java | package com.praveen.denominations;
import com.praveen.denominations.model.Denomination;
import java.util.HashMap;
import java.util.Map;
/**
* This class represents USD currency
* and its denominations
*/
public class USD extends Currency{
public USD() {
super("USA","USD", initINRDenominations());
... | [
"praveenthesun@yahoo.co.in"
] | praveenthesun@yahoo.co.in |
fdc12214144326a60f97313fa7070b63249b003c | d55a817d64e6b44e64ddc9d8ef3b7d92fb47e3d7 | /src/main/java/com/ihelin/car/controller/BaseController.java | 7d1c7c46e2d9c7e3ff6a091dd2cc08ca6cb6dda5 | [] | no_license | iHelin/car | 55bb5049fd4f1d016b089339fad820f239186c8d | 436f58e0928b725bd80ceed429cab9426f5f2fab | refs/heads/master | 2020-04-16T02:08:53.602806 | 2018-08-23T00:54:50 | 2018-08-23T00:54:50 | 63,486,898 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,138 | java | package com.ihelin.car.controller;
import javax.annotation.Resource;
import org.springframework.stereotype.Controller;
import com.ihelin.car.db.manager.AccessTokenManager;
import com.ihelin.car.db.manager.BusinessManager;
import com.ihelin.car.db.manager.CarouselManager;
import com.ihelin.car.db.manager.MediaManager... | [
"ihelin@outlook.com"
] | ihelin@outlook.com |
c74006ca030bf24b80403a089a86d0d7acbb6f59 | 9706d9ce0fc1ab73128ea2f6a10c9ac379e278a0 | /src/com/afkar/sundatepicker/month/MonthMainFragement.java | f25d070fa39d3361178850435496fd4d782b78d1 | [
"Apache-2.0"
] | permissive | srfarzad/SunDate_Picker | 21c1fb07148ade8fe31b0bdd5405ce70859791be | b2ae0015b90df03e52d40449a886d6826072c492 | refs/heads/master | 2021-01-18T18:34:40.157294 | 2014-10-28T08:14:22 | 2014-10-28T08:14:22 | 25,965,136 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,910 | java | package com.afkar.sundatepicker.month;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.view.ViewPager;
import android.support.v4.view.ViewPager.OnPageChangeListener;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import ... | [
"pesiran@gmail.com"
] | pesiran@gmail.com |
c0b06e327f4b4d70630bd5a20af55c719ac87e27 | cf2f6f490ad991f37cdf475e3b0db3ee638de8bc | /DemoProjects/J2EE/core/src/main/java/com/mercury/core/bean/OrderProduct.java | 54353541b0dbecd5b36e5a8969054e37522c8639 | [] | no_license | mingjiew97/MyFullStackLearningPath | 43db067f0f0c1ea1bc8b8b00ebc0b53fa10ef224 | 56bc208aabcf65ebc46579705b779010da73bf1c | refs/heads/master | 2023-08-29T10:06:50.853240 | 2021-10-11T04:32:31 | 2021-10-11T04:32:31 | 415,778,172 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,165 | java | package com.mercury.core.bean;
import java.io.Serializable;
public class OrderProduct implements Serializable{
private static final long serialVersionUID = 1L;
private int id;
private int qty;
private Order order;
private Product product;
public OrderProduct() {
super();
}
public OrderProduct(int qty, Or... | [
"mingjiew1997@gmail.com"
] | mingjiew1997@gmail.com |
f96c3579724964549bf98a820059fbc06485adda | 042342f9dc0e8662a1a7da671ab5dc9d82ccd835 | /esb/org.wso2.developerstudio.eclipse.gmf.esb.diagram/src/org/wso2/developerstudio/eclipse/gmf/esb/diagram/custom/direction/DirectionEnrichMediatorAction.java | 3188803a5e90d7cad8d49aed804f845d15144a10 | [
"Apache-2.0"
] | permissive | ksdperera/developer-studio | 6fe6d50a66e4fb73de3a4dbeef8d68b461da1ab6 | 9c0f601b91cc34dda036c660598a93c232260e08 | refs/heads/developer-studio-3.8.0 | 2021-01-15T08:50:21.571267 | 2018-10-26T12:59:17 | 2018-10-26T12:59:17 | 39,486,894 | 0 | 1 | Apache-2.0 | 2018-10-26T12:59:18 | 2015-07-22T05:13:13 | Java | UTF-8 | Java | false | false | 673 | java | package org.wso2.developerstudio.eclipse.gmf.esb.diagram.custom.direction;
import org.eclipse.core.runtime.IProgressMonitor;
import org.eclipse.gef.EditPart;
import org.eclipse.ui.IWorkbenchPart;
public class DirectionEnrichMediatorAction extends DirectionEsbNodeAction {
EditPart editorPart;
public DirectionEn... | [
"harshana@wso2.com"
] | harshana@wso2.com |
3ec5cafed24c31f2c74ebad221f0a745c7f6ad6f | 6ec94ad3e4be35e5a7fddd0c8d00defcbc0d09a4 | /src/com/common/Application.java | 2b6f1c603a24ced7fccea704c6fbd5015e84fa77 | [] | no_license | clapmyhands/cz4031-Postgresql_Query_Analysis | 4227ffbb613977f1403b9d03f776ceda1d261a02 | 14c52e8bd17c3c47951135ace8782421c32a5dfb | refs/heads/master | 2021-08-14T10:03:15.261122 | 2017-11-15T10:05:50 | 2017-11-15T10:05:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 967 | java | package com.common;
import javax.xml.parsers.*;
import org.xml.sax.helpers.*;
import java.io.File;
import java.sql.SQLException;
public class Application {
public static void main(String[] args){
PostgreSQL postgreSQL = null;
try {
postgreSQL = new PostgreSQL();
SAXParser... | [
"pineapplepie90@gmail.com"
] | pineapplepie90@gmail.com |
f44af7ef514f183875ffd6aa98ecbaeacacb0faa | 64700b3b6f2d836793c4ae78ae9fd2f32be06a4b | /src/main/java/com/project/ordermanagementsystem/repository/OrderRepository.java | f9d3bdbdeeb638624ede2d4424b2d2e31cfb93fb | [] | no_license | davoraleksic/pharmacy-service | c9bba7eba8e2e3eca3b9f54ef9f1746b06b2d2e6 | 2b573f85331a07d64052e98c4bec762fbb8e6ad0 | refs/heads/master | 2023-08-14T03:26:44.909717 | 2021-09-26T06:41:28 | 2021-09-26T06:41:28 | 410,472,355 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 718 | java | package com.project.ordermanagementsystem.repository;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.stereotype.Repository;
import com.project.ordermanagementsystem.model.Order;
@Repository
public ... | [
"davor.aleksic@inovatrend.com"
] | davor.aleksic@inovatrend.com |
593e34355cebe5c206f9c6bb4dd8ee4c3b63925c | 47e4d2da9539eb7d205acb94d2e33ff0aa2b46b3 | /src/main/java/com/github/vaerys/tags/cctags/TagIfChannelReplace.java | e0ac7d15f6ddd3fa8024d122365ff2fb0a542e93 | [] | no_license | Vaerys-Dawn/DiscordSailv2 | 46b93969e58bf810d118d5e1243e9c8a23f44841 | 0ce6a9e8865919e8a7ad830c5d92c71d172b8c33 | refs/heads/master | 2022-05-31T02:53:23.265370 | 2018-11-23T01:01:11 | 2018-11-23T01:01:11 | 66,695,839 | 28 | 11 | null | 2020-07-07T00:58:10 | 2016-08-27T04:27:02 | Java | UTF-8 | Java | false | false | 1,883 | java | package com.github.vaerys.tags.cctags;
import com.github.vaerys.masterobjects.CommandObject;
import com.github.vaerys.enums.TagType;
import com.github.vaerys.objects.ReplaceObject;
import com.github.vaerys.templates.TagReplaceObject;
import org.apache.commons.lang3.StringUtils;
import java.util.List;
import java.util... | [
"thelegotechhead@yahoo.com.au"
] | thelegotechhead@yahoo.com.au |
7099ef1f3f8b148aed23cf0ddcfdc874811fdd26 | f36c09b6299eda58d1465bb5aacf1a12edc35407 | /app/src/main/java/com/qs/qswlw/okhttp/Moudle/IPopRankingBiz.java | efa1bc505be4f9ce8e8a202145beeffea7b2e826 | [] | no_license | xiaoyuanxiao/QSWLW | 6cd8e51fe9aed50490ac9f7d1d5e73cbd8d8c42e | 7534e54e90611d13913729960e5754e36310869c | refs/heads/master | 2021-01-18T15:52:39.402467 | 2017-12-28T09:33:39 | 2017-12-28T09:33:39 | 86,685,025 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 265 | java | package com.qs.qswlw.okhttp.Moudle;
import com.qs.qswlw.okhttp.oncallback.PopRankingListener;
/**
* Created by xiaoyu on 2017/12/13.
*/
public interface IPopRankingBiz {
void getdata(PopRankingListener popRankingListener, String role, String time_slot);
}
| [
"750264859@qq.com"
] | 750264859@qq.com |
2d802c2b16d40d9faaf32a3c1746d325748a7804 | 4ffef4b1e3214dfb42dc079aacc7a9df83b4e8df | /third_party/galago/core/src/main/java/org/lemurproject/galago/core/parse/Tag.java | 499f4ec006f2f811308696edb3c16b550c990cdb | [
"BSD-3-Clause"
] | permissive | jjfiv/irene | 55145fc6118dfac6ad449419ac342a41a96a129a | 8713a97600cc939bddb1d66fa3bf04658c035db3 | refs/heads/main | 2021-08-16T18:33:51.336630 | 2021-06-15T20:23:45 | 2021-06-15T20:23:45 | 130,254,789 | 6 | 0 | BSD-3-Clause | 2021-04-03T01:53:18 | 2018-04-19T18:13:44 | Kotlin | UTF-8 | Java | false | false | 2,645 | java | // BSD License (http://lemurproject.org/galago-license)
package org.lemurproject.galago.core.parse;
import java.io.Serializable;
import java.util.Map.Entry;
import java.util.Map;
/**
* This class represents a tag in a XML/HTML document.
*
* A tag has a tagName, an optional set of attributes, a beginning position ... | [
"johnf@middlebury.edu"
] | johnf@middlebury.edu |
d57ed05487aaab7e3d3be72ae9e72b306710d288 | 54db9b91c141fe6f88fe3b4a540114bf565e4e52 | /src/tasks_09/task0925_Static.java | 98a54a8589c842574ba118b0c45a9fd5cfbfccde | [] | no_license | Dizigin/JRTasks | 2a2c40fbc1a4e685168d25f71a263866f393ee97 | fb314ffd0388683bd611671a69e841e88e8c8aa7 | refs/heads/master | 2022-03-25T23:21:56.607431 | 2022-02-08T11:48:56 | 2022-02-08T11:48:56 | 137,733,123 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 933 | java | package tasks_09;
public class task0925_Static {
/*
Статики не на своем месте
Расставь модификаторы static так, чтобы пример скомпилировался.
Требования:
1. В классе должна быть переменная A.
2. В классе должна быть переменная B.
3. В классе должна быть переменная C.
4. Метод main не изменять.
5. Метод getA не изменя... | [
"dizigin@yandex.ru"
] | dizigin@yandex.ru |
5719e2c69585897d3a1c727a474c30624499dcbd | 2763ebf3ac5f979b4e2054c490393e0bef7758b8 | /src/com/nil3/basixlauncher/CellLayout.java | 159bcc79079fc7ac6b74b16d80bfeee188a57afd | [] | no_license | sajonoso/android-basix-launcher | 1aaf519265928ceb1192e0470297af61fb4222fd | 892b51eb42d18848a41cb51209109e1670320373 | refs/heads/main | 2023-03-21T01:48:10.588837 | 2021-03-16T13:35:16 | 2021-03-16T13:35:16 | 347,813,859 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 133,019 | java | /*
* Copyright (C) 2008 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
*
* Unless required by app... | [
"sajonoso@users.noreply.github.com"
] | sajonoso@users.noreply.github.com |
0a754ec336410604dfe554db7dc015da34c958d9 | ef3bd1bf1967bd0e80696980512a0407b6c72591 | /SortAlgorithms.java | bf31abe24095f7a47270c20032b990c26554aca9 | [] | no_license | wh279813/LeetCode | d32ff67059b812221f423ab655c47433343edeb6 | f012740215568768794a019153af0b6e4c77b91b | refs/heads/master | 2021-01-15T15:36:19.380619 | 2016-09-02T08:55:57 | 2016-09-02T08:55:57 | 57,111,604 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,224 | java | public class Solution {
public static void quickSort(int[] data, int start, int end) {
// 设置关键数据key为要排序数组的第一个元素,
// 即第一趟排序后,key右边的数全部比key大,key左边的数全部比key小
int key = data[start];
// 设置数组左边的索引,往右移动比key大的数
int i = start;
// 设置数组右边的索引,往左移动比key小的数
int... | [
"harry.wang@generalbiologic.com"
] | harry.wang@generalbiologic.com |
c3a90978f3560e1e3b8eecbf214932a9391a7ca4 | 30e1729ab6be577fdbfcd2c5cb0761f68abd2ba9 | /src/main/java/test/Test9_1.java | fa35f0f9e247b9a1eb96928958fac8848c7ce70e | [] | no_license | ShaunaChow/2020test | a486d8492d2236cd605e277e54430cacf233b2bd | c7eb00b1a7c1023a464b6455712345493eb95ffd | refs/heads/master | 2022-12-25T19:50:52.069251 | 2020-09-29T13:00:35 | 2020-09-29T13:00:35 | 294,407,937 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,093 | java | package test;
import java.util.Scanner;
public class Test9_1 {
public static void main(String[] args) {
Scanner s = new Scanner(System.in);
int n = s.nextInt(), p = s.nextInt();
int[][] in = new int[n+1][n+1];
for(int i=0;i<p;i++){
int ii = s.nextInt(), jj = s.nextInt(... | [
"57432193+ShaunaChow@users.noreply.github.com"
] | 57432193+ShaunaChow@users.noreply.github.com |
890fdca42f422ba467d8c17ee1fae3923a0f5478 | b3cc9b7546af98f69ba6b81744c10beda7e3149f | /src/com/readersdigest/onepass/db/OptStatus.java | 59f497641c27667bf915169981a642ee086b1505 | [] | no_license | shaktichauhan/preferenceservice | bb49ba1f8ae580fb6d291bd646f18cf20bfa5b4f | 35d2305215d581024a63952644d00140cb7ba465 | refs/heads/master | 2020-05-17T14:15:07.469677 | 2014-11-11T13:56:56 | 2014-11-11T13:56:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,284 | java | package com.readersdigest.onepass.db;
import java.util.HashSet;
import java.util.Set;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.Id;
import javax.persistence.OneToMany;
import javax.persistence.Ta... | [
"shakti_singh@consultant.rd.com"
] | shakti_singh@consultant.rd.com |
a4b5393a173fce0cab10a75becfb85384003fbe2 | dc73461c65058cacfea0483b1eeb79efb7f6b3e4 | /src/com/kostakov/core/worker/OnTaskErrorListener.java | 28cab20da451cd6f6a7402a3051d3999d8e58cce | [] | no_license | RVSN451/core.worker | 9baf780a36798456c3b71fdc9f62fb9cbe886f30 | 29b4965b2fb93d8f8b0e08e35d07ff5b6db2b0d5 | refs/heads/master | 2023-04-18T14:18:45.220844 | 2021-05-05T23:56:37 | 2021-05-05T23:56:37 | 364,734,658 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 130 | java | package com.kostakov.core.worker;
@FunctionalInterface
public interface OnTaskErrorListener {
void offDone(String result);
}
| [
"kvg.huawei@gmail.com"
] | kvg.huawei@gmail.com |
8f64cc0069d47833698d26df39ae19f722c82d4c | 0e9699d72135bc6e89b2e609bf5d1ba726a68190 | /metodologie2019_progetto/fabbricasemantica/src/it/uniroma1/fabbricasemantica/db/DatabaseService.java | 24c98dfe1b678b6b5c6d71c3bb698221c06c7591 | [] | no_license | francescopioscognamiglio/metodologie_scognamiglio.1801156 | 76de135c8513f5987763f75f4481177ad99393da | 47bf4b170e54610e12f2ffcab1e355bcc938f290 | refs/heads/master | 2023-06-08T20:59:55.324411 | 2020-02-13T20:25:15 | 2020-02-13T20:25:15 | 176,898,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,131 | java | package it.uniroma1.fabbricasemantica.db;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
/**
* Classe che permette di interagire col Database
* @author francescopioscognamiglio
*/
public class DatabaseService {
/** Driver di connessione */
private static final String DR... | [
"francescopio.scognamiglio@4science.it"
] | francescopio.scognamiglio@4science.it |
e8efd6b3f23c33dadbbc73ee763902165e186cde | 76295da98dec4be426011f55685eacad9896f167 | /src/main/java/com/ept/demo/b/GlobalExceptionHandler.java | b9e9886935777e98ae56f64b54d866f01205b656 | [] | no_license | Snowman1024/exception-demo | b63abfb263817c3d6c6d993d305f401a3710edcc | 858ac0402c7b84d5055416daf49265bd83d423d4 | refs/heads/master | 2023-01-23T17:25:21.348812 | 2020-11-20T09:04:45 | 2020-11-20T09:04:45 | 314,500,219 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,639 | java | package com.ept.demo.b;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.ConversionNotSupportedException;
import org.springframework.beans.TypeMismatchException;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.http.converter.HttpMessageNotReadableException;
impor... | [
"guoqingfu1987@163.com"
] | guoqingfu1987@163.com |
548e17ff031511ecc8cb79037f8ecf80c6412fa6 | e2865f506109bfca62178ba63c1c2695490efa8e | /cloud-zjx-txlcn/src/main/java/com/zjx/mapper/BaseDemoMapper.java | 1a079dc37f8d85e89c01eaed445d7f6e86c11c2b | [] | no_license | jackyzheng123/cloud-zjx | ab557d3309a046ca1f7b444bf093fdf61dc76e51 | a093cdd8fd8947f76fe1aa542b4f523ae37a2794 | refs/heads/master | 2021-07-23T17:20:09.842455 | 2020-05-20T08:33:30 | 2020-05-20T08:33:30 | 157,758,933 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 581 | java | package com.zjx.mapper;
import com.zjx.domain.Demo;
import org.apache.ibatis.annotations.Delete;
import org.apache.ibatis.annotations.Insert;
import org.apache.ibatis.annotations.Mapper;
/**
* @Description
* @Author Carson Cheng
* @Date 2020/3/19 10:48
* @Version V1.0
**/
@Mapper
public interface BaseDemoMapper ... | [
"zhengjiaxing@spek.hk"
] | zhengjiaxing@spek.hk |
179e295a2b3e1d18c108a8278315b91da35c49d1 | 650ec389c1a1955aea854b3a04e4b4237981b9ca | /Java/algorithms/src/main/java/com/gabeharms/linkedList/Node.java | 272f0c78c0a27cd2c1d01bd607e1852fe310e64e | [] | no_license | gabeharms/Practice | 415900a1e044c36bc8fada74a96f8f30cc1abf45 | eb0e431eac21b18d7b1aa09cad72a53d8d1e9b05 | refs/heads/master | 2023-01-10T08:58:20.846672 | 2021-10-22T13:08:39 | 2021-10-22T13:08:39 | 47,004,265 | 0 | 0 | null | 2022-12-22T08:56:47 | 2015-11-28T00:25:32 | JavaScript | UTF-8 | Java | false | false | 617 | java | package com.gabeharms.linkedList;
public abstract class Node<T>
{
protected T value;
protected Node<T> previous;
protected Node<T> next;
public Node()
{
}
public Node(T value, Node<T> previous, Node<T> next)
{
this.value = value;
this.previous = previous;
this.next = next;
}
abstra... | [
"gabeharms@gmail.com"
] | gabeharms@gmail.com |
c8a8f49fc5999b525f65333fbfc30246f4a92ff8 | 4627d514d6664526f58fbe3cac830a54679749cd | /results/evosuite5/math-org.apache.commons.math.geometry.CardanEulerSingularityException-14/org/apache/commons/math/geometry/CardanEulerSingularityException_ESTest.java | ab710e9a3085f42a509e5159089c8b07a3239ea1 | [] | no_license | STAMP-project/Cling-application | c624175a4aa24bb9b29b53f9b84c42a0f18631bd | 0ff4d7652b434cbfd9be8d8bb38cfc8d8eaa51b5 | refs/heads/master | 2022-07-27T09:30:16.423362 | 2022-07-19T12:01:46 | 2022-07-19T12:01:46 | 254,310,667 | 2 | 2 | null | 2021-07-12T12:29:50 | 2020-04-09T08:11:35 | null | UTF-8 | Java | false | false | 1,058 | java | /*
* This file was automatically generated by EvoSuite
* Tue Aug 13 15:52:20 GMT 2019
*/
package org.apache.commons.math.geometry;
import org.junit.Test;
import static org.junit.Assert.*;
import org.apache.commons.math.geometry.CardanEulerSingularityException;
import org.evosuite.runtime.EvoRunner;
import org.evos... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
87ffac3e3e9b5b396b7716b96f9a9bb359236a81 | 981460b39c5ae1bdb517e5a8628abcaac57827c5 | /WarmUpAndStretching-HW/src/list/DoublyLinkedList.java | ebfbfb858d9ae384e77e93444a28f0e2f5358f77 | [] | no_license | halawami/Data-Structures-and-Algorithm-Analysis | 843435517659205790fca4cd42c7b0c1a1e6e877 | aaa78bcc1466b250e5efefba768f63d24f7e0b3f | refs/heads/master | 2021-09-20T22:47:01.629926 | 2018-08-16T02:28:21 | 2018-08-16T02:28:21 | 106,038,115 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,790 | java | package list;
import java.util.NoSuchElementException;
/**
* This is a collection that stores measurable objects and can answer some basic
* statistical queries.
*
* @author Curt Clifton.
* @param <E>
* the type of elements in the list
*/
public class DoublyLinkedList<E extends Comparable<E>> {
/*... | [
"alawamhm@alawamhm-5510.rose-hulman.edu"
] | alawamhm@alawamhm-5510.rose-hulman.edu |
eb1e7ae775a5761697daf56946e94e79e1ce773c | 81cda7f3f8d7a0ca307a606a65b243bc08d8eb88 | /siy-user/src/main/java/org/siy/shop/user/mapper/CollectMapper.java | 40303e3414a3944015a1065560b3e2eeb83d16f8 | [
"Apache-2.0"
] | permissive | SiY2OS/SiY | b92d2cb00db0ea8c6aac83aac4b827466d244ece | afd285d25d986c499fd288c5c0c3049e535c142d | refs/heads/master | 2020-07-11T22:43:20.990833 | 2019-08-29T05:26:21 | 2019-08-29T05:26:21 | 204,659,335 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 314 | java | package org.siy.shop.user.mapper;
import org.siy.common.utils.MyMapper;
import org.siy.shop.user.dto.GoodsCollectDTO;
import org.siy.shop.user.po.Collect;
import java.util.List;
public interface CollectMapper extends MyMapper<Collect> {
List<GoodsCollectDTO> selectGoodsCollectByUserId(Integer userId);
}
| [
"zhao@kkqb.cn"
] | zhao@kkqb.cn |
fea898bd839c647f5fae11816365bdd3fedfef5b | 15a9601331360ab090a1b5a033d6d1fa74360a9b | /src/main/java/com/test/MvcTest.java | a6edc9315e10ced4ec21de849c132ad634a0a6f3 | [] | no_license | 514416712/ninGameDemo | 5aecb1d14842f20f0b4da4d99b9955da47ce307d | a146316a28db9244f9cb2d156beef45b2f54ed5a | refs/heads/master | 2020-03-06T23:48:59.998953 | 2018-03-28T13:11:39 | 2018-03-28T13:11:39 | 127,141,999 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,409 | java | package com.test;
import java.util.List;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.mock.web.MockHttpServletRequest;
import org.springframework.test.context.ContextConfiguration;
i... | [
"Administrator@DESKTOP-PN3B3UU"
] | Administrator@DESKTOP-PN3B3UU |
2b8bc089ffe607547919e3167da2934d9f4009f2 | 4688d19282b2b3b46fc7911d5d67eac0e87bbe24 | /aws-java-sdk-gamelift/src/main/java/com/amazonaws/services/gamelift/model/transform/DeleteMatchmakingConfigurationRequestProtocolMarshaller.java | 2a985f5e7217a9b4408b6a5e5a40a9f67eb31dee | [
"Apache-2.0"
] | permissive | emilva/aws-sdk-java | c123009b816963a8dc86469405b7e687602579ba | 8fdbdbacdb289fdc0ede057015722b8f7a0d89dc | refs/heads/master | 2021-05-13T17:39:35.101322 | 2018-12-12T13:11:42 | 2018-12-12T13:11:42 | 116,821,450 | 1 | 0 | Apache-2.0 | 2018-09-19T04:17:41 | 2018-01-09T13:45:39 | Java | UTF-8 | Java | false | false | 2,870 | java | /*
* Copyright 2012-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | [
""
] | |
f65340d3ef5bab73a43d965982819fd6e72ddc14 | a7e18ac008a13693b09d57aeecc89b062278c209 | /GameOver/src/com/example/gameover/CocktailAdapter.java | 88c59c7377d8a5644e6ead8fd937d45c5a28ef03 | [] | no_license | norfalking/GameOverApp | 974861f0e2cf660d9efbbf979d61a0f17ca41b68 | 19f632ff3c20d641eed23c06ddad7a7f3ca5251d | refs/heads/master | 2021-01-14T12:05:45.635993 | 2014-12-12T23:29:24 | 2014-12-12T23:29:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,089 | java | package com.example.gameover;
import java.util.List;
import android.app.Activity;
import android.content.Context;
import android.content.SharedPreferences;
import android.content.SharedPreferences.Editor;
import android.preference.PreferenceManager;
import android.view.LayoutInflater;
import android.view.View;
import... | [
"plassier.arnaud@gmail.com"
] | plassier.arnaud@gmail.com |
b51f837ba82543b1c8bc8a53338a6f91d78b754a | b6de35d8c20140e89e888989741ab034e76e1b30 | /com-nginx-gui-core-dashboard/src/main/java/com/nginx/gui/core/dashboard/api/TestApi.java | dbc615e951c6cd72640387a459f0c7cdfb6a849e | [] | no_license | guochunliang/nginx-gui-java | 5a2157cde58ebe29a40326c0bc57bc8ecdc0d4c9 | cf0dc04f03a4e19b9ebb5718c7da4779871954ae | refs/heads/master | 2020-12-29T11:20:24.549185 | 2019-01-22T07:12:31 | 2019-01-22T07:12:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 770 | java | package com.nginx.gui.core.dashboard.api;
import com.nginx.gui.core.dashboard.socket.WebSocket;
import com.nginx.gui.core.util.result.ResultModel;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.... | [
"289096333@qq.com"
] | 289096333@qq.com |
2a36ec66edf4521fc37b4715880656e98bae1faf | 334f06e82fdf4d2735fd491bd698bcd7fdfd86e0 | /src/com/ray/leetcode/LC135.java | 43b0c439ace594a30dc1cdaf755903675848722e | [
"MIT"
] | permissive | xuChaoPang/algorithm | ad9c57a3abf7234d387d40a70af46688349cca7b | 86e699a2931547fb7da9c9abf8a0af83edafd82d | refs/heads/master | 2020-05-03T18:33:10.442004 | 2019-05-05T13:53:19 | 2019-05-05T13:53:19 | 178,765,246 | 5 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,183 | java | package com.ray.leetcode;
/**
* Created by xuChaoPang on 2019/4/25.
*
* Candy -Level H
*
* There are N children standing in a line. Each child is assigned a rating value.
* You are giving candies to these children subjected to the following requirements:
* Each child must have at least one candy.
* Children wi... | [
"787274064@qq.com"
] | 787274064@qq.com |
ee4d5b359eb4f36d1bb3c1a1ea7a546bbf7f4420 | cce6803c395fb2393b155a151862e21a754418a7 | /module-cms/module-cms-api/src/main/java/com/nowui/cloud/cms/article/controller/mobile/ArticleCategoryMobileController.java | 4aa3e54f9e5c4310ab498d1a15d2feebedcc3f67 | [] | no_license | ChuangShiTeam/NowUI-Cloud | 6b935078ad2a4f6087093fe5c04c03be796b7378 | d7b276c291b34450ca046a7fde0ef93177957b4e | refs/heads/master | 2021-05-06T13:01:11.283405 | 2018-03-12T07:47:18 | 2018-03-12T07:47:18 | 113,208,160 | 4 | 6 | null | null | null | null | UTF-8 | Java | false | false | 698 | java | package com.nowui.cloud.cms.article.controller.mobile;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RestController;
import com.nowui.cloud.cms.article.service.ArticleCategoryService;
import com.nowui.cloud.controller.BaseController;
import io.s... | [
"marcus_hualebin@163.com"
] | marcus_hualebin@163.com |
b5a60ef21f5e84181dc8f31202440e561f830ec3 | 473d1a1b5ae7450579a33b6cedc7d7fbc373eed8 | /app/src/test/java/linhao/redridinghood/ExampleUnitTest.java | bd0e0e14ea9ecf040f455e66b510a2d8db1a9241 | [] | no_license | dewey00/RedRidingHood | e891b893cddf04ab71d4c8ab6153764b09786373 | b43c5764497c6ab8b7db2929ca91716d20ac5342 | refs/heads/master | 2020-06-26T23:07:46.006708 | 2016-09-20T09:26:06 | 2016-09-20T09:26:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 508 | java | package linhao.redridinghood;
import org.junit.Test;
import linhao.redridinghood.model.entity.Search;
import linhao.redridinghood.model.service.ClientApiManager;
import rx.Observable;
import rx.functions.Action1;
import rx.schedulers.Schedulers;
import static org.junit.Assert.*;
/**
* To work on unit tests, switch... | [
"lin1282634597@163.com"
] | lin1282634597@163.com |
01813e80449f98ea42a56a2004f4c564cbfd0cec | e27c599a2f03e7562e2153883b8196abd42b9f6e | /app/src/main/java/com/example/emp354/myapplication2/ApiWithToken/POJOBooksCategory/BooksCategory.java | 87328e9e31833c8dad2be4683decad373b55a31f | [] | no_license | AbhinavGarg007/Self | 53785bc0e1e61a2a6b79cb41cd601d3c4604b1d8 | deb0f10dd76056306f68bde5698fcd4668570732 | refs/heads/master | 2020-04-03T16:00:14.464361 | 2018-11-12T13:23:40 | 2018-11-12T13:23:40 | 155,386,930 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 250 | java | package com.example.emp354.myapplication2.ApiWithToken.POJOBooksCategory;
import java.util.List;
public class BooksCategory {
private String name;
private String url;
private String id;
private List<SubCategories1> subCategories;
}
| [
"abhinav.g@finoit.co.in"
] | abhinav.g@finoit.co.in |
970a12aa11477d5c136e90b4946d9e3ca85888ee | 87a0be882b4348f84eb9afcaa1fe08cb4b91620b | /src/main/java/org/iiiedu/eeit88/health/shoppingcart/model/ProductBean.java | 76e4223b6b2f1a2431d8a056416720c02dbfec6a | [] | no_license | EEIT88Team06-github/health | e0fc877d4db7c5151c12e23a1af5298fcb7a99b2 | e6fab6939c031d585e11c85b713f8d6e68cd2a6e | refs/heads/master | 2021-05-03T23:38:41.135303 | 2016-10-25T02:56:32 | 2016-10-25T02:59:17 | 71,770,988 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,959 | java | package org.iiiedu.eeit88.health.shoppingcart.model;
import java.io.Serializable;
import java.util.Arrays;
public class ProductBean implements Serializable{
private Integer id;
private String name;
private byte[] pic;
private Integer price;
private Integer productType;
private String content;
private Integer ... | [
"eeit8802@III-ITC"
] | eeit8802@III-ITC |
be3f9e02d177f1797008ab2c28ca80e76c2086e9 | 36f91ca97796714ac140eab5aca4c5bb9005fff3 | /src/test/java/com/github/krtools/blinddate/NaturalLanguageParserTest.java | 84e0fa6aca06b5c820971ae70bcefb1517125c8d | [] | no_license | krtools/blinddate | 0a1a25f26f4c5559f79d5f2fe1d686ba14ac7ba1 | 38a4794b0bc12e006ba187229850e5d78eaab4fd | refs/heads/master | 2021-01-20T12:50:26.584573 | 2017-05-05T21:31:04 | 2017-05-05T21:31:04 | 90,417,719 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,084 | java | package com.github.krtools.blinddate;
import org.joda.time.DateTime;
import org.junit.Ignore;
import org.junit.Test;
public class NaturalLanguageParserTest extends AbstractDateParserTest {
@Ignore
public void testParseNaturalLanguageStrings(){
/**
* Notes:
*
* Make the DateVisitorImpl have ... | [
"krtools@users.noreply.github.com"
] | krtools@users.noreply.github.com |
a1d287c85425586b8c2755f05de9d59fdf7b19c4 | bd9b857461a5f6940a3ed8a0a45dad6bfa13b207 | /src/POJO/RFC.java | 776ae9a85474784a93990fba334fb662e7c306f8 | [] | no_license | jubin5555/PeerToPeerNetwork | c3d3401e5357d2b0cd01495f97c12df03e4f32aa | 23e7e84c63408125a332e5c065689ac976192079 | refs/heads/master | 2020-04-20T21:52:15.955522 | 2020-03-22T06:33:44 | 2020-03-22T06:33:44 | 169,121,552 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 750 | java | package POJO;
import java.util.HashSet;
import java.util.Set;
public class RFC {
private Integer RFCId;
private String RFCName;
private Set<Peer> setOfPeerWithRFC ;
public RFC(int RFCId/*,String RFCName*/) {
this.RFCId =RFCId;
/*this.RFCName =RFCName;*/
this.setOfPeerWithRFC =... | [
"antonyjubin20@gmail.com"
] | antonyjubin20@gmail.com |
4e3534eecc3c37d3e9a78f3b3071f7d6719c0b28 | aeecca872d1359e6ff12c4264bc7ef07f41fbf9e | /practice-java/src/main/java/com/harinder/huawei/EqualsAndHashcodeDemo.java | 6a5abd12eac477294313325517a716ea74035549 | [] | no_license | harinderhhh/practice-java | cad210ffe2f28a9fcf150f46e7f9bdedfa3dfecd | 60a7378fe7cdf4884ff9c644861d6ea14ee74056 | refs/heads/master | 2022-11-13T22:21:53.438992 | 2020-06-23T14:41:42 | 2020-06-23T14:41:42 | 274,431,456 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 939 | java | package com.harinder.huawei;
public class EqualsAndHashcodeDemo {
public static void main(String[] args) {
Employee emp1 = new Employee(123, "Harinder");
Employee emp2 = new Employee(333, "Dheeraj");
Employee emp3 = new Employee(123, "Harinder");
System.out.println("Are emp1 and emp2 the same: ");
... | [
"Harin@LAPTOP-TS9U3IG7"
] | Harin@LAPTOP-TS9U3IG7 |
6f9257ee9394fdd1954a00aa9cc5f69bc474bd3a | ea5d1ce4a5f9fcabbf81ec1049be2bd1c1bd7d4a | /app/src/main/java/com/example/edittext/ActivityWeb.java | d678113a8345ac70f3fdbb8b55c3f47e0b7fd1c3 | [] | no_license | NahuelAlvarez18/ProyectoAndroidApp-Pregucom | 98d721d3d6b1915d49903ef6fc23987f8fec65af | fc93994b741e2354757871a499b02fd5546ab934 | refs/heads/master | 2023-01-08T23:36:08.287159 | 2020-10-28T00:31:54 | 2020-10-28T00:31:54 | 307,801,359 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 948 | java | package com.example.edittext;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.webkit.WebView;
import android.webkit.WebViewClient;
import java.net.URL;
public class ActivityWeb extends AppCompatActivity {
WebView wv1; // es algo por default po... | [
"nahuelalvarez01@hotmail.com"
] | nahuelalvarez01@hotmail.com |
bf4aaac45bf8642e0f7a363f58d003dbedaa0583 | ead2696eba89acb1085b0ca4beb3bb52e919ae33 | /src/main/java/com/yong/dao/UserDao.java | 929505a6b2799c62e39517c7caa1a882f03cdb38 | [] | no_license | 18773887273/bootstrap-denglu | 04fe17a3cd9618192bbed48af9411dcc8652398e | da2b717e4d89c0a7df8fd59d922543fba69637ce | refs/heads/master | 2022-12-25T13:08:26.644680 | 2020-09-26T02:17:30 | 2020-09-26T02:17:30 | 298,720,635 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 116 | java | package com.yong.dao;
import com.yong.vo.User;
public interface UserDao {
public User getselect(User user);
}
| [
"2113249768@qq.com"
] | 2113249768@qq.com |
0a55513ab64ea6a4ad3305ed16785c480f4f1eaa | 251fd8c2ea37819be68ebc5b24b40ba42a9d071e | /src/swmrf/media/surfhmp/jsonifapi/dtmf_generate.java | d0e133ad154fa267094d5bf96ba177e71a4ea8f3 | [] | no_license | tonylim01/MSF_SURFHMP_API | 3bcc9a817017bf6f1c8f850612e7bb2f7c7fc0b0 | 0378d3068c6d62cfd65ca283b11df181d390e4de | refs/heads/master | 2021-07-22T01:28:22.176109 | 2017-10-27T08:29:57 | 2017-10-27T08:29:57 | 107,261,357 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,238 | java | package swmrf.media.surfhmp.jsonifapi;
import java.util.HashMap;
import org.json.simple.JSONObject;
public class dtmf_generate {
private String cmd_type;
private String req_type;
private String rtp_or_inband;
private String named_event;
private int tool_id;
private int req_id;
private int total_duration;
p... | [
"jongchullim@Jongui-MacBook-Pro.local"
] | jongchullim@Jongui-MacBook-Pro.local |
f9f631a45f51b26675d6039a92d1b2fce23946e4 | 02ec317332d846b89bf5351664310dfd158384ae | /src/net/drewke/tdme/audio/AudioStream.java | 69831590e99db8d0bd5ca2f716830b3ce3bd22f6 | [
"MIT"
] | permissive | study-game-engines/tdme-java | 23eabc30444bd2e588536eab0b307f9fa623ae51 | cc5c8384cc98a8c3a5671cb3ad57143d300cb8a9 | refs/heads/master | 2023-04-03T02:20:58.539745 | 2017-10-17T08:56:42 | 2017-10-17T08:56:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,677 | java | package net.drewke.tdme.audio;
import java.io.IOException;
import java.nio.ByteBuffer;
import net.drewke.tdme.audio.decoder.AudioDecoder;
import net.drewke.tdme.audio.decoder.AudioDecoderException;
import net.drewke.tdme.audio.decoder.JOrbisDecoder;
import net.drewke.tdme.utils.Console;
import com.jogamp.openal.AL;
... | [
"andreas@drewke.net"
] | andreas@drewke.net |
544ee3aaa86c2372f7d7ff5bfa81ca800a265af4 | da5abaf47be7d23dd839a69df03eb85f7ee18723 | /src/main/java/de/codesourcery/jasm16/parser/Identifier.java | de68d61161babfe243616ca1cb15da44fb3f1d17 | [
"Apache-2.0"
] | permissive | johnwayner/jASM_16 | 854e0d54090f72646da01f73bf22483b17f42518 | 78c7de6aaca59bfb5f7c8b8533867b19adf534df | refs/heads/master | 2021-01-17T23:10:53.715517 | 2012-04-26T18:27:27 | 2012-04-26T18:27:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,152 | java | /**
* Copyright 2012 Tobias Gierke <tobias.gierke@code-sourcery.de>
*
* 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... | [
"tobias.gierke@voipfuture.com"
] | tobias.gierke@voipfuture.com |
b50e07d8ee8217ab6d4d2d60d6865d3b8abdc60a | ae4f3a8c28a5dfb0877ffd0df671ad3904aa8ed5 | /ws/src/main/java/com/client/manager/ws/rest/UserController.java | 5bda58594bfd0f45d542dd8535a3a085e1510b1d | [] | no_license | hrodriguezv/customer-api--MS-approach- | 4666a98fd7e76c3313a71827fa09393f0f6e67fc | 818462c4bafc0571e2c0389fbcef562abb971009 | refs/heads/master | 2023-06-22T21:38:43.365132 | 2020-01-02T17:46:35 | 2020-01-02T17:46:35 | 231,431,123 | 0 | 0 | null | 2023-06-20T18:32:08 | 2020-01-02T17:44:57 | Java | UTF-8 | Java | false | false | 909 | java | package com.client.manager.ws.rest;
import com.client.manager.core.exception.UserNotFoundException;
import com.client.manager.core.service.IUserService;
import com.client.manager.entities.dto.UserDTO;
import com.client.manager.entities.util.UserUtil;
import org.springframework.http.HttpStatus;
import org.springframewo... | [
"reynoldmorel@gmail.com"
] | reynoldmorel@gmail.com |
35938287458eef1219a571ea1d75aefb721fa062 | 5974689de2ed5bf24c2413f01699c8f159399fe1 | /src/com/upenn/statistics/HotellingOneSampleTTest.java | e1aece335427ca1f052a76532daddd64d9ab2e1b | [] | no_license | jiach/pairdas | ff0bc0939e0e0d1e85474b61f53fc7fb81e3073a | 4bd745d77db7d17396f6a21d7eaa69437bf374c2 | refs/heads/master | 2020-05-17T17:40:47.553469 | 2015-04-29T05:20:19 | 2015-04-29T05:20:19 | 25,094,395 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 948 | java | package com.upenn.statistics;
import org.apache.commons.math3.linear.Array2DRowRealMatrix;
import org.apache.commons.math3.stat.correlation.Covariance;
/**
* Created by chengjia on 8/28/14.
* This Class reads in a matrix with the colums being different regions,
* and the rows being different subjects,
* and perfo... | [
"jiacheng@mail.med.upenn.edu"
] | jiacheng@mail.med.upenn.edu |
10d4ca091517f686161f7bcafa149f7a813dfb4e | 7fa1f4a4b84a7779daaa718a68c81fe43a9529ed | /yangkaijing/AppiumFramework/appTest/src/main/java/com/pages/LoginPage.java | 175afd0b9dd7d2976f266a7f3e420aa6e7c6d4f2 | [] | no_license | liuchen0510/apptest | 5a37551e095d7369c0d696c9ae7d120bff1a2248 | 34830d0ec367050cca48fc484d53641a66482e24 | refs/heads/master | 2020-05-20T09:51:56.130991 | 2019-06-21T07:47:01 | 2019-06-21T07:47:01 | 185,510,034 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,388 | java | package com.pages;
import com.utils.Actions;
import org.junit.Test;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindAll;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
import java.util.List;
import io.appium.jav... | [
"2939479023@qq.com"
] | 2939479023@qq.com |
3cf14b26d75ac8eb11db2ce20fd18e9c178e03e0 | afd0a42f9afc6b2aa96c6f0360c29f8f1037fc91 | /src/OCJP/chapter2/designpatterns/Animal.java | 53e64ac64dead2188e8fa68aa8de8e5a9b552fae | [] | no_license | grimstonenin/LearnJava | 82696362e574700897bbbe8374409b469970fec0 | 4ec7b4cb60aead1ddb684e024bac5cfc5150b963 | refs/heads/master | 2022-12-21T04:57:03.501978 | 2019-08-23T10:37:12 | 2019-08-23T10:37:12 | 89,998,347 | 0 | 0 | null | 2022-12-16T12:21:33 | 2017-05-02T06:18:38 | Java | UTF-8 | Java | false | false | 777 | java | package OCJP.chapter2.designpatterns;
import java.util.*;
public final class Animal {
private final String species;
private final int age;
private final List<String> favoriteFoods;
public Animal(String species, int age, List<String> favoriteFoods)
{
this.species = species;
this.age... | [
"andreicristea@Andreis-MacBook-Pro.local"
] | andreicristea@Andreis-MacBook-Pro.local |
6aa5e55445f9caaa848824afcd6916baa677db94 | b0cb38e7fb57d625529884c7f025333e89fc24db | /dubbo-demo/user-service-provider-boot/src/test/java/com/howard/dubbo/boot/UserServiceProviderBootApplicationTests.java | 53d6eeaa9802685fcc5e6969fdd0f0546104f753 | [] | no_license | Yhongwu/MyDemo | 4a5ca4f027400d16734e1ccc53f1d62fdc144861 | dd1079aed01df4ded54f5163b8980705e422d4bf | refs/heads/master | 2021-01-01T17:35:22.742169 | 2019-04-13T01:57:19 | 2019-04-13T01:57:19 | 83,219,344 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 356 | java | package com.howard.dubbo.boot;
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 UserServiceProviderBootApplicationTests {
@Test
... | [
"hongwu39028@163.com"
] | hongwu39028@163.com |
dc77b67f0255d1bb129d54c79c3843e15241eccb | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /java/neo4j/2017/12/QueryLoggerKernelExtension.java | 8c392d00664045552012e1a7bffde0604d881b9a | [] | no_license | rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703005 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | null | UTF-8 | Java | false | false | 2,951 | java | /*
* Copyright (c) 2002-2017 "Neo Technology,"
* Network Engine for Objects in Lund AB [http://neotechnology.com]
*
* This file is part of Neo4j.
*
* Neo4j is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Fo... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
22ecebcab8fdca41a9d8f854536c4d4778bdb4ee | c0ec0286f93dbe9ac8ed54e1fcc43861d7124326 | /src/homesbg/registration/main/RegisterMain.java | 402295e3dacc5f2c14ba3bfe94c32b910c17876a | [] | no_license | gkLogodazhki/homesBgProject | a2c7d923455cbe9ebf2c632c3a9ff7275477933f | 68b9c464c79aaeb2dac7593e5b8fd9f1cc9473d2 | refs/heads/master | 2021-07-11T09:48:05.810463 | 2017-09-19T22:58:07 | 2017-09-19T22:58:07 | 103,838,075 | 0 | 0 | null | 2017-09-19T22:54:30 | 2017-09-17T15:07:46 | Java | UTF-8 | Java | false | false | 799 | java | package homesbg.registration.main;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
@WebServlet("/RegisterMain")
public clas... | [
"martin.kosturkovv@gmail.com"
] | martin.kosturkovv@gmail.com |
f7cae4c19d862ca46f43d65ffddceec283cf0091 | eb5b2d0633d202752b7d1078d5c13e6f1588a3c3 | /src/main/java/in/himtech/boot/learn/exp/ExceptionMessage.java | 3337238e4598ec92236d2d74f7084e5bf48dfa45 | [] | no_license | hupadhyay/learn_springboot | 67895aadc9b88fec34a4fb54be8d0c9bb5c57bd1 | db65e555ab6e4d967c3af96bfe447e97e03c8c88 | refs/heads/master | 2021-07-06T02:53:01.114417 | 2020-07-20T03:33:29 | 2020-07-20T03:33:29 | 137,205,829 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,203 | java | package in.himtech.boot.learn.exp;
import java.sql.Timestamp;
public class ExceptionMessage {
private Timestamp timeStamp;
private String message;
private String requestedResourceUri;
private String errorDetail;
public ExceptionMessage() {
super();
// TODO Auto-generated constructor stub
}
publ... | [
"himanshu2703@gmail.com"
] | himanshu2703@gmail.com |
a13c88a610ec85eabf08d37a4ae927c04e99dc02 | 3d7d658f0d95d19eae9ee94bf6f339a33e0b7679 | /lucas-services/src/main/java/com/lucas/entity/ui/canvas/CanvasType.java | d220ee15d8d0f621465bdc4978107af5b974084f | [] | no_license | goverdhan1/lucasware | a3a6c2e898c7f3d413628c1dc97bfb328a75ccc3 | fc59d862afd62cab0098ebe99ed5f8b604a87c35 | refs/heads/master | 2021-01-10T10:52:14.222460 | 2015-11-29T17:28:43 | 2015-11-29T17:28:43 | 47,071,633 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 311 | java | package com.lucas.entity.ui.canvas;
public enum CanvasType {
COMPANY ("company"),
PRIVATE ("private"),
LUCAS ("lucas");
private String name;
CanvasType(String name) { this.name = name; }
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
}
| [
"goverdhan.k@gmail.com"
] | goverdhan.k@gmail.com |
301b6432fc326a5d58128745a1df1ad0a1baf3d0 | 4bebd76e65768c6a2fe9f8019c99ae9e579dbafd | /code/HADAD-base/src/main/java/hadad/base/compiler/model/xq/naive/XQForwardEncoderNestedBlockTreeVisitor.java | d52c6862c62ff6d9a5719db0217e1cb715560ab4 | [] | no_license | hadad-paper/HADAD_SIGMOD2021 | 7e0f7687bfdb3601b817570a2c10c2b923970fd9 | 6bfef6838a5549288adca6bdd71ec0d3497d3f2e | refs/heads/master | 2023-03-05T22:54:36.894263 | 2021-02-22T23:24:43 | 2021-02-22T23:24:43 | 296,177,486 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,606 | java | package hadad.base.compiler.model.xq.naive;
import java.util.ArrayList;
import java.util.List;
import com.google.common.collect.ImmutableList;
import com.google.inject.Inject;
import com.google.inject.Singleton;
import hadad.commons.conjunctivequery.Atom;
import hadad.commons.constraints.Constraint;
import hadad.com... | [
"hadad-paper@clt-128-93-177-51.vpn.inria.fr"
] | hadad-paper@clt-128-93-177-51.vpn.inria.fr |
bab39aed582bd99c73e3bb7608370c0887aea986 | 921dc113fded19ff4bee28e9cf3d051e847affdf | /chapter_004/src/main/java/ru/job4j/menu/KeyGenerator.java | a1321da18af5ee836a13f8da36b5b755895239ce | [
"Apache-2.0"
] | permissive | dinar92/java_training | f712abef7b59478c85518f960f4ec61d8a703f1e | 25cafd4b4e1305823904afe96d7318f2e471ce8e | refs/heads/master | 2022-09-04T04:19:53.892550 | 2020-06-19T21:04:00 | 2020-06-19T21:04:00 | 78,676,585 | 0 | 0 | Apache-2.0 | 2022-09-01T22:50:04 | 2017-01-11T20:24:35 | Java | UTF-8 | Java | false | false | 360 | java | package ru.job4j.menu;
/**
* Created by pacman on 11.05.17.
* Generates unique sequence of identifiers.
*/
public interface KeyGenerator {
/**
* Generates the next identifier in order each time it is invoked.
* @return generated identifier.
*/
int getNextKey();
/**
* Resets to init... | [
"gdinar92@gmail.com"
] | gdinar92@gmail.com |
d298a3efff3f0cdeee8bf0535208012e9b6c1023 | d8564e3fd63c04c5299f3c8099fe5d373dd715d2 | /src/ru/dvfu/mrcpk/ex02Classes/Person.java | 750884a4fe7d539ce789f9f45c096328f7d8f8bc | [] | no_license | gorynychalex/JavaDVFUMRCPK | 5b4ba941e1fb729f5480958014901bc2643e90a2 | 1280922d5c19a4c4fe97f980b7ff02bfa62814b4 | refs/heads/master | 2020-12-24T07:14:11.586463 | 2017-11-24T02:12:49 | 2017-11-24T02:12:49 | 59,619,304 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,707 | java | package ru.dvfu.mrcpk.ex02Classes;
public class Person {
private String firstname;
private String lastname;
private int age;
private boolean isMail;
private float height;
public static int number;
public Car getCar() {
return car;
}
public void setCar(Car car) {
... | [
"gorynychalex@gmail.com"
] | gorynychalex@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.