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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
eb7da0b668878e1129d922b66fcdffa7dae1fd4e | 14c2f24f4b76550da5b74817df71674b6301b5e1 | /src/main/java/com/server/shopserver/model/BookRepository.java | dcb49bd10e376fc85d9628d6824fa3937af3a6fa | [] | no_license | ViktorijaJ/spring-java-swagger.openAPI-gradle-docker | ac771bf7242222ffe0c349aa2bb24046c4df2e32 | ad3fa1ba720e70dc8bcd3287861f2d722ce3eec1 | refs/heads/master | 2020-12-08T17:36:34.536400 | 2020-01-17T14:51:41 | 2020-01-17T14:51:41 | 233,049,408 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 294 | java | package com.server.shopserver.model;
import org.springframework.data.repository.CrudRepository;
// This will be AUTO IMPLEMENTED by Spring into a Bean called userRepository
// CRUD refers Create, Read, Update, Delete
public interface BookRepository extends CrudRepository<Book, Integer> {
}
| [
"viktorija@riawolf.com"
] | viktorija@riawolf.com |
178c1eeae4edc56cb8a2e67fe7f456fefab31285 | a1d00fd7792806a7f75810813e5b0c7f6f0dfda1 | /eclipse/src/org/ripple/power/ui/table/AddressTable.java | cff0988a23ea8b387d052e33e0e45a4bd3fc95e7 | [
"Apache-2.0"
] | permissive | hjkio19086/RipplePower | 0790863058547bbd6227d1bc100e11481f7b4855 | af087e473cbacb17f4de11559493afd85ff8d171 | refs/heads/master | 2021-01-22T21:37:09.136987 | 2014-11-06T06:06:10 | 2014-11-06T06:06:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,241 | java | package org.ripple.power.ui.table;
import java.awt.Color;
import java.awt.Component;
import javax.swing.JLabel;
import javax.swing.table.DefaultTableCellRenderer;
import javax.swing.table.JTableHeader;
import javax.swing.table.TableCellRenderer;
import javax.swing.table.TableColumn;
import javax.swing.table.TableColu... | [
"longwind2012@hotmail.com"
] | longwind2012@hotmail.com |
7d1c0eeb8b1557d2cd7a3335f38fdff7079b46cb | c89a7d47f41ab950259d0170f06305071a5fcc96 | /otpserver/src/main/java/org/sisdirect/otpserver/server/api/OtpEventListener.java | c242ac51fb9896e50b83893adcf57561c94ba03b | [] | no_license | ollie314/simpleotpserver | cd0267808f566e3e0114c326a2de3054e8c6dc26 | 3974d6774e3dd818649043f2166a592ec2b01da9 | refs/heads/master | 2016-09-06T09:50:02.276356 | 2014-04-08T15:05:23 | 2014-04-08T15:05:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 84 | java | package org.sisdirect.otpserver.server.api;
public interface OtpEventListener {
}
| [
"mehdi.lefebvre@gmail.com"
] | mehdi.lefebvre@gmail.com |
9e0724937c296c613b13a90a6bcf4fe8ba496e89 | 6e6a69bdf10266274bfd59f1b911ffa8b8107435 | /src/java/cn/edu/tsinghua/sthu/action/ShowLoginPageAction.java | e70720c47c5e5d74af289790f28327e3f9c9d833 | [] | no_license | cfan8/sthu | 87f46cbe81a9ed67e61103b7717bfe04a8f9bdc6 | dc014ba08cef15baed2ad916b1582c7c9dc08391 | refs/heads/master | 2016-09-10T10:50:34.655548 | 2014-02-22T14:46:01 | 2014-02-22T14:46:01 | 32,304,208 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,842 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package cn.edu.tsinghua.sthu.action;
import cn.edu.tsinghua.sthu.Util;
import cn.edu.tsinghua.sthu.message.ShowLoginPageMessage;
/**
*
* @author linangran
*/
public class ShowLoginPageAction extends Bas... | [
"linangran@gmail.com@939c7460-21cd-d779-1633-3a3d42984b78"
] | linangran@gmail.com@939c7460-21cd-d779-1633-3a3d42984b78 |
1f89fed6451ad897ade5a22547bc2b6101b4098b | 1a84d45caa3d587154ad8a09c03d1c59c3560b7c | /steemj-core/src/test/java/eu/bittrade/libs/steemj/base/models/operations/virtual/InterestOperationIT.java | ebef4497e8ca3749d922934e179306672021bedf | [
"MIT"
] | permissive | BoomApps-LLC/SteemApp-Android | 694484c2c58ec835330272b0a87c6ba8fcb0c32c | f8ff7b430b221dc12ebb1e411b881d23f6db1c75 | refs/heads/master | 2020-03-20T15:46:23.258448 | 2018-08-30T20:32:17 | 2018-08-30T20:32:17 | 137,521,625 | 3 | 4 | MIT | 2018-09-01T08:52:05 | 2018-06-15T18:49:08 | Java | UTF-8 | Java | false | false | 2,471 | java | package eu.bittrade.libs.steemj.base.models.operations.virtual;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.equalTo;
import static org.hamcrest.Matchers.instanceOf;
import java.util.List;
import org.junit.BeforeClass;
import org.junit.Test;
import eu.bittrade.libs.steemj... | [
"Vitaliy.Grechikha@artezio.com"
] | Vitaliy.Grechikha@artezio.com |
32490653f68e161cafa1cce28c20ea6704b31bd8 | b94db279557c85068cbf4871068dea2e2852cc28 | /leetcode/editor/en/[98]Validate Binary Search Tree.java | 82c05c976acb02fbc0ca88ab7043fc61147d5602 | [] | no_license | yesluck/Leetcode | 9bd5b1cb88f6a2d5b81c74db023e19e71428de6a | 70b0aea9da52db79821a1ac5cc925b915dbabf0a | refs/heads/master | 2023-05-27T16:02:18.998830 | 2021-06-06T12:18:08 | 2021-06-06T12:18:08 | 261,068,395 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,048 | java | //Given a binary tree, determine if it is a valid binary search tree (BST).
//
// Assume a BST is defined as follows:
//
//
// The left subtree of a node contains only nodes with keys less than the node's key.
// The right subtree of a node contains only nodes with keys greater than the node's key.
// Both the lef... | [
"yesluck@126.com"
] | yesluck@126.com |
fc947183b1c221c70619f69e951d2fee82165240 | 8588fcda6065a48d153f56ae13b7a4519266ca2a | /Chapter01/ch01-jaxrs/src/main/java/com/eldermoraes/ch01/jaxrs/ClientConsumer.java | 5939a69c67017a4b198f6a5b228cd40f2f4938fc | [
"MIT"
] | permissive | PacktPublishing/Java-EE-8-Cookbook | 4bfa701685c15aa5001c3285d60a3e31ff2f7ce3 | 18a1fbc9e9d8e4efcd2a1b7521cb148baefdb4c2 | refs/heads/master | 2023-02-06T03:32:06.489220 | 2023-01-30T10:22:12 | 2023-01-30T10:22:12 | 128,202,843 | 16 | 14 | null | null | null | null | UTF-8 | Java | false | false | 1,386 | java | package com.eldermoraes.ch01.jaxrs;
import static com.eldermoraes.ch01.jaxrs.ServerMock.BASE_PATH;
import javax.ws.rs.client.Client;
import javax.ws.rs.client.ClientBuilder;
import javax.ws.rs.client.Entity;
import javax.ws.rs.client.WebTarget;
import javax.ws.rs.sse.SseEventSource;
public class ClientConsumer {
... | [
"prajaktam@packtpub.com"
] | prajaktam@packtpub.com |
ef8570b202711c5cdb7f77dd9fcef2f4d748f53c | 9857fcde58e9e09caab9063090a3c1b5787ca1bf | /src/main/java/uk/co/todddavies/website/cron/tasks/data/RecurringTask.java | 31ef5eb4b3de89e1db6a3aeb85c2ee8134516aa0 | [
"Apache-2.0"
] | permissive | DavidLeeEvans/appengine-website | 6ac9b42dd90ccf08b36c587471fddde9f633deb3 | c776588916dec315d1bb1153c2b6bba9a210cfbd | refs/heads/master | 2021-09-02T09:39:24.792883 | 2018-01-01T14:39:26 | 2018-01-01T14:39:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,606 | java | package uk.co.todddavies.website.cron.tasks.data;
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
import com.google.appengine.api.datastore.Entity;
import com.google.common.annotations.VisibleForTesting;
import java.io.Serializable;
@JsonSerialize(using = RecurringTaskSerializer.class)
public final cl... | [
"todd434@gmail.com"
] | todd434@gmail.com |
b59e7e10cc3d75bff0a6df046c8c2ca90f8f2084 | eb3d671e1c78ab3e4665c199ef8c072b287ea116 | /bank-application/Manager.java | 86277ee1ef194f3f85a09f8fcb2c1305f24c1e31 | [] | no_license | sfasihh/soft-dev | 3ce05ed11c33e0050960dd3fb033d618d8ab8044 | 61a6efb471ae483c3d02f84b2d2f5f5d4a6275f3 | refs/heads/main | 2023-04-16T05:00:09.537815 | 2019-01-22T09:41:46 | 2019-01-22T09:41:46 | 360,467,223 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,346 | 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 coe528;
/**
*
* @author Samiya Fasihuddin
*/
import java.util.*;
import java.io.*;
import java.nio.file.Files;
public clas... | [
"samiya.fasih@gmail.com"
] | samiya.fasih@gmail.com |
403417e7940e3c8c649bf25d234124604bafccc9 | 649f347cbb633c91515fccce7571b547cc3628d2 | /src/com/movilesseguros/ui/fragment/GoogleMapFragment.java | 52ef42fbab1832f6bd3fc8f8f1729192d9429760 | [] | no_license | jorgealvz/Moviles-Seguros | 21bcc3343c9f4acc6c038d68e5fd35ae49800a51 | 192daa2c01251ce8e44dc6ba69da9a505969bcf2 | refs/heads/master | 2016-09-06T19:09:39.226592 | 2014-04-26T05:31:43 | 2014-04-26T05:31:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,642 | java | package com.movilesseguros.ui.fragment;
import java.util.List;
import android.app.Activity;
import android.database.Cursor;
import android.location.Location;
import android.os.Bundle;
import android.support.v4.app.LoaderManager.LoaderCallbacks;
import android.support.v4.content.CursorLoader;
import android.support.v4... | [
"alvz.jorge@gmail.com"
] | alvz.jorge@gmail.com |
fb91b7fe1d71ee5ba18379ccaa4d00031012981b | 6ad55aac083e8418dcce803800f9c0694907e3ef | /src/main/java/com/nickcaplan/oddschecker/repository/OddsRepository.java | e51bf7566226ffbc04c3f00a511c1c4b9198a42c | [] | no_license | nickcaplan/springboot-example | 297a22fdf91b664d6fd8172df9b7893c84fea38e | 8f67ed27de2bc8ffe52d6ea965c0d20e5f57ea3e | refs/heads/master | 2022-11-13T14:15:30.799837 | 2020-07-14T14:59:16 | 2020-07-14T14:59:16 | 279,615,708 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 338 | java | package com.nickcaplan.oddschecker.repository;
import com.nickcaplan.oddschecker.model.Odds;
import org.springframework.data.repository.CrudRepository;
/**
* Provides access to the {@link Odds} table.
*/
public interface OddsRepository extends CrudRepository<Odds, Long> {
Odds findByBetIdAndUserId(Long betId, ... | [
"nicholas.caplan@moogsoft.com"
] | nicholas.caplan@moogsoft.com |
69fc7f3ac8f42b65ce97bc7444a75d970e143202 | efb25b187d19064858ecd45f0616674db807ec91 | /day5/Java/pattern_4.java | 086f126765f8d64150b40f9e5b0f15578bc227e4 | [
"MIT"
] | permissive | CodeToExpress/dailycodebase | c03956b0a6ce70e125b05e1c1515286736f01f8c | aa99d5a78a44bfe5fb5555af530a25209f120956 | refs/heads/master | 2022-08-28T05:04:10.781286 | 2022-04-14T00:52:31 | 2022-04-14T00:52:31 | 162,131,062 | 262 | 214 | MIT | 2023-01-18T01:02:58 | 2018-12-17T12:59:49 | Java | UTF-8 | Java | false | false | 923 | 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 patterns;
/**
*
* @author SPREEHA DUTTA
*/
public class pattern4 {
public static void print(int s,int p)
{
... | [
"madhavbahl10@gmail.com"
] | madhavbahl10@gmail.com |
822583b2eb8af49a47c2b8a887e4b194a9d137ef | aca5a5b0322328ef479b7d375ab6bb990e9f7574 | /jdk1.8.0_66_src/src/org/omg/PortableServer/POAPackage/AdapterAlreadyExists.java | 5a2a5dde53c4b9a40f3c52caecceff6c89235e36 | [
"Apache-2.0"
] | permissive | codecly259/read-source | 8970b37614294622b9d09b78f0b1fba3bfef97c1 | 84f31d4b1f86e8fee3c2a161251e7ccecd4ac223 | refs/heads/master | 2021-01-21T12:52:52.762373 | 2016-04-08T14:47:54 | 2016-04-08T14:47:54 | 53,556,248 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 679 | java | package org.omg.PortableServer.POAPackage;
/**
* org/omg/PortableServer/POAPackage/AdapterAlreadyExists.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/re/workspace/8-2-build-windows-amd64-cygwin/jdk8u66/5298/corba/src/share/classes/org/omg/PortableServer/poa.idl
* Monday, November ... | [
"maxinchun0215@qq.com"
] | maxinchun0215@qq.com |
98d0470ac50556d29447157b9ce3217314a1bc9b | 1dbe29422cd08ad7becfea756741fd0dc5bce841 | /app/src/main/java/me/chaoyang805/doubanmovie/data/MovieResults.java | 45907910c6bb5a4ae36bb326e05cb6bc59051179 | [] | no_license | chaoyang805/DoubanMovie-Android | fadca8745e05b22ef632a0623ef8259b9b59aa54 | 96cbd982fb0f3caf50dba2da65253bb3ebd81a96 | refs/heads/master | 2021-01-11T02:16:02.474098 | 2016-10-16T16:21:55 | 2016-10-16T16:21:55 | 70,987,177 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 850 | java | package me.chaoyang805.doubanmovie.data;
import java.util.List;
/**
* Created by chaoyang805 on 16/10/17.
*/
public class MovieResults {
private String title;
private int count;
private int total;
private int start;
private List<DoubanMovie> subjects;
public int getCount() {
r... | [
"zhangchaoyang805@gmail.com"
] | zhangchaoyang805@gmail.com |
39712ef82103e9abcf8ae2bdabad8c65973045b3 | a86baa293fb020f69f6cb42bc0ddc7668662e382 | /app/src/main/java/ar/shadow/org/exhibition/render/BackgroundRenderer.java | b4870bb87f5d6ad1696b2f111c1a55324afd0a3e | [] | no_license | Shadowru/Exhibition | 4f033dded8cc588cbc6a8ef2f217677daf07798b | afc48eaf3fa9a5af67e672f0ddc80f2ce8c3646f | refs/heads/master | 2021-05-11T16:03:07.081866 | 2018-01-16T22:37:17 | 2018-01-16T22:37:17 | 117,751,225 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,560 | java | package ar.shadow.org.exhibition.render;
import android.content.Context;
import android.opengl.GLES11Ext;
import android.opengl.GLES20;
import android.opengl.GLSurfaceView;
import com.google.ar.core.Frame;
import com.google.ar.core.Session;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.nio.Float... | [
"proteyrus@gmail.com"
] | proteyrus@gmail.com |
cd6fbd371fff624e301994726c4925d094c96fd5 | 9c38365a4980ee0ed6be4202902fda67e5bac5fc | /src/com/memory/db/Proxy.java | 12d0be8cb0af6ab2f1d9bcb9df33cdec0017ab76 | [] | no_license | 280247489/demo | dcdbf191c6e315511586698efaedc95fa5f9085e | 5d04bd68782d3a2829cd2b1210dcf7e3a4f32e33 | refs/heads/master | 2020-04-12T03:01:32.752933 | 2018-12-28T08:24:32 | 2018-12-28T08:24:32 | 162,261,280 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,841 | java | package com.memory.db;
/**
* @Auther: cui.Memory
* @Date: 2018/12/19 0019 13:28
* @Description:
*/
public class Proxy {
private String id;
private String name;
private Double money;
private Double moneySum;
private String parent;
private String parentName;
private Integer count;
pr... | [
"280247489@qq.com"
] | 280247489@qq.com |
222636931194e075f8e3852f1da2dd0715169c08 | 980c2fa0720a27060cbaa8137142b26e6e264189 | /back/java/src/main/java/com/svlada/security/auth/ajax/AjaxLoginProcessingFilter.java | 6577c175dda348cb054aec5f00fd5ade20b5bc92 | [
"MIT"
] | permissive | lfdajr/campusbase | f0d1c1ef607f35746b68bf6e516773fcb69eaf8c | 32aac95282bf847b4eca52eb8a7efa7bba8d35b4 | refs/heads/master | 2020-03-27T11:27:54.262832 | 2018-08-28T18:50:33 | 2018-08-28T18:50:33 | 139,278,727 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,591 | java | package com.svlada.security.auth.ajax;
import java.io.IOException;
import javax.servlet.FilterChain;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger;
import org.slf... | [
"lourival.almeida@gmail.com"
] | lourival.almeida@gmail.com |
1b0081a9bfc21f71ef1fbb8c5a960b81ad3a2a18 | e60685847d77895a4019426b9c291b986855d9ec | /archunit/src/main/java/com/tngtech/archunit/library/dependencies/Slice.java | 2dfad29f2508f42d29f1197807dbedc14cb57202 | [
"BSD-3-Clause",
"Apache-2.0"
] | permissive | kosani/ArchUnit | ba818058b4f9d2262b0e1c54780ee7b9a4898c84 | fefe1d372200781ada710db8ba88e4fed5fb2f2b | refs/heads/master | 2020-04-16T13:58:14.245764 | 2019-01-13T21:33:44 | 2019-01-13T21:33:44 | 165,649,629 | 5 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,075 | java | /*
* Copyright 2019 TNG Technology Consulting GmbH
*
* 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 applicabl... | [
"peter.gafert@tngtech.com"
] | peter.gafert@tngtech.com |
0b03a1f17bb25b31b7b7608fd6d0ea9c58bb64b8 | aea499d8ae43dc18f93da82f5ae70c840659bbad | /org.ektorp/src/main/java/org/ektorp/support/OpenCouchDbDocument.java | f8c899b7402f7939251f6552ddafffc926597b1d | [
"Apache-2.0"
] | permissive | mschoch/Ektorp | f7272a6f3df95640d9248a4d2a80a74d72a750ff | e4e4fdf501b40ec900830bb43173589680597ac9 | refs/heads/master | 2023-06-09T18:58:49.631846 | 2011-11-10T22:08:43 | 2011-11-10T22:08:43 | 2,257,881 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,216 | java | package org.ektorp.support;
import java.util.*;
import org.codehaus.jackson.annotate.*;
/**
* Provides convenience field and methods for holding unmapped fields in JSON serialization / deserialization.
*
* Subclasses of this class can be read and written to and from JSON documents without loosing unmapped fields... | [
"carl.henrik.lundgren@gmail.com"
] | carl.henrik.lundgren@gmail.com |
0d5e2656756e536937a32b51c30fc644f993b616 | f842b5faa55e72b3d7a72eb054d59b09aca7383b | /Hallo/src/Wurfeln/Wurfeln.java | ab6a6bc70e6069b7f7870234649bbf15ce23c66c | [] | no_license | dangtbh1623/Eclipse | 707233f6df6f820c986252d2890a245642df952e | 66fd5423e0a2b696f3fc45dec5c4c2b986ebecc7 | refs/heads/master | 2020-08-05T04:07:25.442011 | 2019-11-12T09:26:28 | 2019-11-12T09:26:28 | 212,388,034 | 0 | 0 | null | 2019-10-21T11:56:35 | 2019-10-02T16:24:18 | Java | UTF-8 | Java | false | false | 228 | java | package Wurfeln;
public class Wurfeln {
private int wurf;
public Wurfeln()
{
wurfeln();
}
public void wurfeln()
{
this.wurf = (int)(Math.random()*6 + 1);
}
public int getWurf() {
return wurf;
}
}
| [
"dang.tbh1623@gmail.com"
] | dang.tbh1623@gmail.com |
f45947b997fab36038e36a820eb104bbfc6bc090 | b56b17fb6db96b7d9ef1cf095132b038717b0b4c | /app/src/main/java/com/food/sofra/data/model/restaurant/notifications/restaurantNotificationRegisterToken/RestaurantNotificationRegisterToken.java | a2b244331f7f69f497bcb476c73cdb28d8d25f60 | [] | no_license | vetaprog85samir/Sofra | 378fabc6516b9056fc32b78e0de841434d09e17c | 7d91942978189f4771b66458bc8b158ce7b6e2e6 | refs/heads/master | 2022-07-29T04:29:26.573731 | 2020-05-23T23:02:41 | 2020-05-23T23:02:41 | 266,341,866 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 844 | java |
package com.food.sofra.data.model.restaurant.notifications.restaurantNotificationRegisterToken;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class RestaurantNotificationRegisterToken {
@SerializedName("status")
@Expose
private Integer status;
@... | [
"37863223+vetaprog85samir@users.noreply.github.com"
] | 37863223+vetaprog85samir@users.noreply.github.com |
9dfd3dd2d6819f4e74f4273427fd0d3143b74748 | 21a59430da2c8eeb7244d0ccc782b999cb4361e3 | /SilverSaver/app/src/test/java/com/weebly/silvertm/silversaver/ExampleUnitTest.java | f479682666095c0ceeff35dd818337104ead7453 | [] | no_license | guilanfredi/SilverSaverApp | 1ab646488213e3772d462bbd955102cebbe603a9 | 4128ccbe650e5d2d6573fa1085bb2a7f9b20045d | refs/heads/master | 2021-01-24T09:01:27.697714 | 2016-10-17T12:19:59 | 2016-10-17T12:19:59 | 70,080,245 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 409 | java | package com.weebly.silvertm.silversaver;
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
pu... | [
"gui.lanfredi@gmail.com"
] | gui.lanfredi@gmail.com |
30cdd751be0fee1e1c480337253eae70e2fa4035 | c86992b04c99cd54ccc31cb7402483d4326b3ea6 | /Media.io/app/src/androidTest/java/com/example/mediaio/mediaio/ExampleInstrumentedTest.java | 1c3ce9d811e9c858a7863abc726f6999a35ec16c | [] | no_license | MusicIO-Grupo2/androidUserApplication | 05ed677a6f8574d55bba99e77acc7702a84e8771 | ba485f90adaa0f1e08288d63922cf6c02fd34f94 | refs/heads/master | 2021-01-23T02:23:30.272521 | 2017-05-27T18:31:19 | 2017-05-27T18:31:19 | 85,989,670 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 758 | java | package com.example.mediaio.mediaio;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumentation test, which will execute on an ... | [
"marcospernica@gmail.com"
] | marcospernica@gmail.com |
a6770e8292756574e7de283dd3a152885c3684b1 | 180e78725121de49801e34de358c32cf7148b0a2 | /dataset/protocol1/java-design-patterns/testing/56/App.java | 54bf10e5c04c670c1742ab133d960143f40d80c3 | [] | no_license | ASSERT-KTH/synthetic-checkstyle-error-dataset | 40e8d1e0a7ebe7f7711def96a390891a6922f7bd | 40c057e1669584bfc6fecf789b5b2854660222f3 | refs/heads/master | 2023-03-18T12:50:55.410343 | 2019-01-25T09:54:39 | 2019-01-25T09:54:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,031 | java | /**
* The MIT License
* Copyright (c) 2014-2016 Ilkka Seppälä
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, c... | [
"bloriot97@gmail.com"
] | bloriot97@gmail.com |
426b2d1fa7539e504bec65b827757ba3dc8d31b3 | a448756f33d32fc6633459da21e11c40c7e824fb | /src/main/java/com/iqy/im/exception/UnAuthenticatedException.java | 25ffe650855bdef8627f6548855d8ffb4779dd96 | [] | no_license | icecream-code/im-netty | 000458f4b1c8e9b09046957eda5120d629000ca8 | 90daf5ac36815d54db3f770ed74db9c7145ca404 | refs/heads/master | 2023-06-24T11:31:43.500984 | 2021-07-30T13:26:51 | 2021-07-30T13:26:51 | 391,072,659 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 207 | java | package com.iqy.im.exception;
public class UnAuthenticatedException extends HttpException {
public UnAuthenticatedException (int code) {
this.code = code;
this.httpStatus = 401;
}
}
| [
"1784229301@qq.com"
] | 1784229301@qq.com |
915bbc4c6a8aeaebccf1caa066815e9c285ae4b4 | 31ffb347d971038f19cc4de6f9023b9f9d997cf6 | /lightframework.data/src/main/java/lightframework/data/biz/AbstractBaseBiz.java | bfd692908363a0eb660b1352a8c74d7d29829174 | [] | no_license | shaxianwei/LightFramework | 1e3db400e2f879d3cc31fe8cc94ceeafbca78778 | be66ecb87d34a4b3f79f5bd67663a5c72ee6aac7 | refs/heads/master | 2021-01-16T21:50:55.505038 | 2013-07-26T10:18:03 | 2013-07-26T10:18:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 509 | java | package lightframework.data.biz;
import java.util.List;
import lightframework.data.Select;
/**
*
* @param <TDAO>
* @param <TEntity>
* @author Tom Deng
*/
public abstract class AbstractBaseBiz<TDAO extends Select<TEntity>, TEntity> {
private TDAO dao;
protected AbstractBaseBiz(TDAO dao) {
thi... | [
"14068728@qq.com"
] | 14068728@qq.com |
e937fd461dd888930084b825b3a00db6570ed0cf | 2c47066781f0398cfc78c247b3817ef7385a78fa | /compiler/frontend/src/org/jetbrains/jet/config/CompilerConfiguration.java | 339eb8e1864b45e580827a97c541612697d06988 | [] | no_license | hhariri/kotlin | 9e60383961d5ba9e6216b8344f3fb54165262e49 | d150bfbce0e2e47d687f39e2fd233ea55b2ccd26 | refs/heads/master | 2021-01-21T02:11:33.068540 | 2014-06-20T14:52:30 | 2014-06-21T08:26:34 | 21,116,939 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,996 | java | /*
* Copyright 2010-2013 JetBrains s.r.o.
*
* 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... | [
"Evgeny.Gerashchenko@jetbrains.com"
] | Evgeny.Gerashchenko@jetbrains.com |
50a8e2304ce155406558cca27e64a27a45d184a3 | e693a7b318b63323eee669e8b443e076f415ee73 | /src/main/java/br/com/consultamedica/utils/JPAUtils.java | 880b213b5a4bc366f4603fdba75b84b37d22744c | [] | no_license | davidalmeida14/consultamed | 781effe705aee0dfdb224b50a114c5fd1bca6197 | 8708f7b003f2b0a988568baae94301b228e2e751 | refs/heads/master | 2023-08-10T12:40:03.953217 | 2019-07-28T14:29:28 | 2019-07-28T14:29:28 | 193,015,393 | 0 | 0 | null | 2023-07-22T08:54:44 | 2019-06-21T02:18:53 | Java | UTF-8 | Java | false | false | 545 | java | package br.com.consultamedica.utils;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
public class JPAUtils {
private static EntityManagerFactory factory;
public static EntityManagerFactory getEntityManagerFactory(){
if(factory == null) {
factory = Persistence... | [
"david_almeida_1@hotmail.com"
] | david_almeida_1@hotmail.com |
2446c81c30d3ba7bc65e8bdd8c9fb5de9d8a9805 | 1bf0454e84a36b8929fe400ec801ce2d74039946 | /src/riskyspace/model/BuildAble.java | 7cc2b335ae1d9bd34b3c5984c8e57edaf3c9d38e | [] | no_license | Z3B0/RiskySpace | b3984296bf27d3da09e795d941ebdf6b6dfa0690 | f6ce41bcc3efc06c74c35059572b4fc66b824f43 | refs/heads/master | 2021-01-18T06:46:56.232000 | 2012-05-08T16:13:19 | 2012-05-08T16:13:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 177 | java | package riskyspace.model;
public interface BuildAble {
public int getSupplyCost();
public int getMetalCost();
public int getGasCost();
public int getBuildTime();
}
| [
"daniel.augurell@gmail.com"
] | daniel.augurell@gmail.com |
5bfba75b14caf850bc90584b36c882244a3a748d | 729e5f9084d5bae1d5cb681c7d23dd9eac492fb5 | /src/com/generation/Main.java | 8da3fd679a745d8103f87393a1df16424b0286aa | [] | no_license | AbbyRT/java-colecciones | f7c9d5fa2669c8d3108eb3613afdfea350f4ae1d | c1bf0315bbc2a5a48473b301714a225224b6bbb7 | refs/heads/master | 2023-08-12T21:08:28.909386 | 2021-10-15T02:23:04 | 2021-10-15T02:23:04 | 417,343,693 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,848 | java | package com.generation;
import java.util.*;
public class Main {
public static void main(String[] args) {
// arreglos: hya que definir el tipo de dato que contendra el arreglo, solo se peude de un tipo
//el tamaño del arreglo es estatico, no se puede modificar
// String universidades[];
// ... | [
"romerot.abigail@gmail.com"
] | romerot.abigail@gmail.com |
c1cc4a28e6b5c3543f6a8178474c9517d80a68b4 | 69fe13445c4e1c592b94f4d80f3c78cb4e17e1b5 | /src/main/java/com/frog/serviceImpl/SysMessageServiceImpl.java | 08ef79103a1aaad003a7ef3c023cb6eb8c9a4997 | [] | no_license | chenarui/frog-provider | 6aacfb23e5d0513a47307f48d89abcda16b86e8d | c7854cfa502bf9fe92fb4b43377df1d9d933907c | refs/heads/master | 2020-04-07T22:25:56.931772 | 2018-11-23T02:43:43 | 2018-11-23T02:43:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,761 | java | package com.frog.serviceImpl;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import com.frog.dao.SysMessageMapper;
import com.frog.model.SysMessage;
import com.frog.service.SysMessageService;
public class SysMessageServiceImpl implements SysMes... | [
"Gracie@windows10.microdone.cn"
] | Gracie@windows10.microdone.cn |
e0c2a1fea86f5acbac2d994acc296e06427f9901 | a321e24b568db293b4fc7c51312549ce1f05600e | /src/main/java/com/crm/validators/DateValidator.java | 077599f19001fff3188b29139ef9f0b10c367d7b | [] | no_license | WissemMliki/Wissem-MLIKI_Module-CRM-Back-End | 002bf99fb9d360887d6284b3224d779e83a47af8 | b4c5cab9617c2cb853838ba99b3c60bfc85078a4 | refs/heads/master | 2020-07-13T20:00:13.324950 | 2019-08-29T11:09:21 | 2019-08-29T11:09:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 600 | java | package com.crm.validators;
import javax.validation.ConstraintValidator;
import javax.validation.ConstraintValidatorContext;
import com.crm.clientservice.ClientService;
public class DateValidator implements ConstraintValidator<ValidDates, ClientService>{
@Override
public void initialize(ValidDates constraintAnnota... | [
"wissem.mliki@gmail.com"
] | wissem.mliki@gmail.com |
fed0671df8d2459698a0c7a9c7af933c6364ca66 | 7ea3fee0aabf06186fa5f68c61d0c7d4492db1cf | /app/src/main/java/com/adgvit/iosfusion2017/ForumRecyclerAdapter.java | fd6a392c7fa3d8dd522931c34c1ade93053c8a22 | [] | no_license | shashankgutgutia/IOS-FUSION2017 | a7b1837bc5bc26d8d766ce940b480fe073af095b | 5072e4363cf98913cb00cce36582bef49196f47a | refs/heads/master | 2021-01-21T04:25:01.389905 | 2017-09-09T07:11:00 | 2017-09-09T07:11:00 | 101,910,406 | 0 | 1 | null | 2017-09-08T13:36:23 | 2017-08-30T17:34:57 | Java | UTF-8 | Java | false | false | 1,395 | java | package com.adgvit.iosfusion2017;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import java.util.ArrayList;
import java.util.List;
public class ForumRecyclerA... | [
"shashankgutgutia@gmail.com"
] | shashankgutgutia@gmail.com |
cf73e0600062b85c60cb01e762b26570e76ad468 | d0e38a56306c4182980485e3483931cd9ece8587 | /foodie_shop_pojo/src/main/java/net/seehope/foodie_shop/vo/CommentLevelDto.java | d50fb03162107253ac1ba39daf3b54fbb77c043f | [] | no_license | Nathan-Chen-cwj/foodie-shop | a9ca11e21a86f24bd1e6f845e914d033a4e738d2 | a1a3342ca8b43d17829cfefe3bdd5c485ab27479 | refs/heads/master | 2023-04-22T18:52:30.905040 | 2021-05-04T16:19:25 | 2021-05-04T16:19:25 | 341,104,643 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 233 | java | package net.seehope.foodie_shop.vo;
import lombok.Data;
/**
* @Version 1.0
* @Author NathanChen
* @Date 2021/1/31 21:50
*/
@Data
public class CommentLevelDto {
private Integer countsNum;
private Integer commentLevel;
}
| [
"1121369106@qq.com"
] | 1121369106@qq.com |
31659488d22bbea77bca593a79c9fb487b70d88a | 036dbf356ffa6bba65b79565fce6cd9ef8412705 | /app/src/main/java/com/example/android/celebrateawesomeness/MainActivity.java | 9b06910162926a39e30da8f0745cc115c85d73d0 | [] | no_license | codercarly/CelebrateAwesomeness | ace154293ece06529e2d247cb170af2e33cc97e0 | a0075e0953327dfe50337da31004923e6ea8150c | refs/heads/master | 2021-04-12T07:57:23.311024 | 2018-08-05T17:50:51 | 2018-08-05T17:50:51 | 126,061,980 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 353 | java | package com.example.android.celebrateawesomeness;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(... | [
"carlyc@Carlys-MacBook.local"
] | carlyc@Carlys-MacBook.local |
6ca4b4551a4d7d8e9824c6a889da0766bf5863d8 | 8f80ddab3e0988ca3e603a61e256833043c6b9dd | /src/MemberCard.java | 411c0fa2ae7eb437197be09d75d95a1ba7fe4cbd | [] | no_license | Zearss/LAP3_assignment2_211_6110450391 | 3e75c7b45eff99a901a9b9dfa9cac1c95bc5ba43 | e34ede376c83d0d519c4b34a3a73cc508e57fb46 | refs/heads/main | 2023-06-23T11:46:03.333206 | 2021-07-21T15:09:26 | 2021-07-21T15:09:26 | 388,161,723 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,749 | java | public class MemberCard {
private String name;
private String numberPhone;
private double totalMoneyPurchase;
private int totalStamp;
public MemberCard(String name, String numberPhone) {
this.name = name;
this.numberPhone = numberPhone;
}
public MemberCard(String name, Stri... | [
"suppasiri@ku.th"
] | suppasiri@ku.th |
e5455103ab2aae380db81a7d1639acd49f39208d | 30600c69d1e22d9e6fa637b978505381dbf33e6c | /src/simulation/occupant/entiy/Vehicle.java | a09d076a96fc402e29dd9986b2ab3bf08c852c57 | [] | no_license | amunkharel/siesta-garden-controller | 9d8c343961b209aab7e6c0cfd9a0dcf5c3f7496f | f26b72e91262fb3446e0b0f99d494d94694ed0a1 | refs/heads/master | 2023-04-28T04:28:42.826110 | 2021-05-12T17:39:35 | 2021-05-12T17:39:35 | 366,510,750 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,654 | java | package simulation.occupant.entiy;
import common.Coordinate;
import common.Location;
import common.device.proxy.VehicleProxy;
import common.device.state.VehicleCondition;
import simulation.Simulation;
import simulation.occupant.base.Occupant;
import simulation.occupant.base.OccupantType;
import simulation.world.Node;
... | [
"akharel@cs.unm.edu"
] | akharel@cs.unm.edu |
8e75a3cde438c9eaf03ca2738a45e9a66a84134c | a2e0d1604ac6b8d33297f4e948d5d73d74c29753 | /src/org/yccheok/jstock/engine/currency/CurrencyPair.java | a5979c6a21d269d7f5e3aea05056cbd5c8ee4786 | [] | no_license | bearrundr/jstock | eefe7d3c969a3f41378c7751320de78bd1630143 | c88dac1ae6eb9460818e0315db895c05883dedcc | refs/heads/master | 2020-04-05T23:42:24.906988 | 2014-12-21T17:14:53 | 2014-12-21T17:14:53 | 28,450,719 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,234 | java | /*
* JStock - Free Stock Market Software
* Copyright (C) 2015 Yan Cheng Cheok <yccheok@yahoo.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (... | [
"yccheok@yahoo.com"
] | yccheok@yahoo.com |
bab9009665c9797af0b0ef5c6b59c95d4f06d1f3 | 91ef9ed0d581d4383d06a65d927b0536a10e7799 | /cs555/FileSystem/node/Controller.java | 06486d5e4c7dee3a528de687a63a5b4b784af42d | [] | no_license | skmishra5/Building-A-Distributed-Replicated-And-Fault-Tolerant-File-System | bb76c42e81282c85597419979ab196f3add9a1fa | b8859068b6569e91650dcc5a56e6dbcb0deea7ed | refs/heads/master | 2021-08-30T12:49:06.541424 | 2017-12-18T02:00:04 | 2017-12-18T02:00:04 | 114,499,439 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,071 | java | package cs555.FileSystem.node;
import java.io.IOException;
import java.net.ConnectException;
import java.net.InetAddress;
import java.net.Socket;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.Map;
import java.util.Random;
import cs555.FileSystem.transport.CommandThread;... | [
"sitakanta.mishra@gmail.com"
] | sitakanta.mishra@gmail.com |
d6d968239759cb4965553d6a5621ee482050996e | 1f29f7842e30d6265fb9dbb302fe9414755e7403 | /src/main/java/com/eurodyn/okstra/KonfliktLBPPropertyType.java | a3467d60e7952d63dadedd1d45e93e4696c624d8 | [] | no_license | dpapageo/okstra-2018-classes | b4165aea3c84ffafaa434a3a1f8cf0fff58de599 | fb908eabc183725be01c9f93d39268bb8e630f59 | refs/heads/master | 2021-03-26T00:22:28.205974 | 2020-03-16T09:16:31 | 2020-03-16T09:16:31 | 247,657,881 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,751 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2020.03.09 at 04... | [
"Dimitrios.Papageorgiou@eurodyn.com"
] | Dimitrios.Papageorgiou@eurodyn.com |
25accbd7eb9cb500b05581baa71ac768d45de1af | 05570e35508f2b8f8b41e39b49f3e7a02b922d30 | /src/main/omr/check/Result.java | f9a202fa3df995f91c8e0b9ef4d048acab3d36e6 | [] | no_license | brennn-rpi/SightReaderPro | 98b214a481c9cf893e8341f7335eb9e69812de11 | ec235c3f14c90850983e1dcaf687033bc113d221 | refs/heads/master | 2021-01-15T22:19:33.959618 | 2016-02-11T22:31:01 | 2016-02-11T22:31:01 | 51,522,243 | 0 | 0 | null | 2016-02-11T15:04:36 | 2016-02-11T15:04:35 | null | UTF-8 | Java | false | false | 1,849 | java | //----------------------------------------------------------------------------//
// //
// R e s u l t //
// ... | [
"brennn@rpi.edu"
] | brennn@rpi.edu |
d3ab28c90f15ecb5dec2a5e3dd8161944ead9967 | eb035e1341e7fdf983a95526b4eb389658221ea6 | /app/src/test/java/net/toracode/moviebuzz/ExampleUnitTest.java | f5fb45235dcd1c62ad0a9da79276c3fb0d49a444 | [] | no_license | sayemkcn/md12101046android | 795036dab163f6e2bb2751e9e2a8392031ccbffa | 0b8ce7251c4d78b43cbb6ae3d63de34fddb3c373 | refs/heads/master | 2021-07-13T22:53:27.174776 | 2017-10-19T08:01:22 | 2017-10-19T08:01:22 | 107,515,885 | 0 | 0 | null | 2017-10-19T08:01:23 | 2017-10-19T07:58:51 | Java | UTF-8 | Java | false | false | 315 | java | package net.toracode.moviebuzz;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* To work on unit tests, switch the Test Artifact in the Build Variants view.
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() throws Exception {
assertEquals(4, 2 + 2);
}
} | [
"sayemkcn@gmail.com"
] | sayemkcn@gmail.com |
6c0b192f794a1c89e92891a9e38e3d3555840109 | 05402fc0ffd11a84bb9619152d2a28f1b2e10047 | /fase3/ine5409/programasEmJava/metodosDeQuebra/modelo/MetodoDaFalsaPosicao.java | 0ce4dfaaa12f5e2c2e8ceae539331ca239285879 | [] | no_license | grazipauluka/cienciasDaComputacaoUfsc | 61c14d724e6852529e5d8b0a576be819a1a1547d | 13357b174f9d520874514194efd446747e11be5b | refs/heads/master | 2023-07-24T12:45:42.635201 | 2015-12-09T20:42:27 | 2015-12-09T20:42:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,023 | java | package modelo;
public class MetodoDaFalsaPosicao
{
private static final double ZERO = 0.0;
public static double calcular(double a, double b, double e)
{
double fa = f(a);
double fb = f(b);
double xx = (a-fa*(b-a)/(fb-fa))*10;
if (verificarSeTemMesmoSinal(fa, fb))
{
return Double.NaN;
}
double e... | [
"lucas@dominiol.com.br"
] | lucas@dominiol.com.br |
1fed8ff6ff42f9ac0fde838781bab7d2492d9e7a | 4303c062f90dfd5381dfbd5272edbb88c7bf7d28 | /app/src/main/java/nl/vanrsmln/wilkin/hci2020/models/orders/FoodItem.java | 4566aa15310529e834c57f109d205e72dcc3f333 | [] | no_license | Siarl/hci-project-2020-VU | b5cadac42c6a3bfeb9465330075299b69b0e6efa | dd526856224b0fc2317e21e7a31e8be109b7b29b | refs/heads/master | 2022-10-26T18:27:12.692395 | 2020-06-16T21:47:17 | 2020-06-16T21:47:17 | 271,506,757 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 578 | java | package nl.vanrsmln.wilkin.hci2020.models.orders;
import java.io.Serializable;
public class FoodItem implements Serializable {
private String name;
private String description;
private int price; // in cents
public FoodItem(String name, String description, int price) {
this.name = name;
... | [
"w.s.roosmalen@gmail.com"
] | w.s.roosmalen@gmail.com |
c27de3eef8806a117d4660617446fd078f887d32 | 8e5bbc35328ef18589254c5113d83339f6e37fae | /src/test/java/de/pdbm/janki/core/LoggerTest.java | a0c897faa0a3be03d0f6d7528473948a430f0aeb | [
"MIT"
] | permissive | BerndMuller/JAnki | da92f7c314fb80cd69a38432cb530113b4b1b2ab | d440d00b8e2b138ffa150f52a63af545dd6e9b43 | refs/heads/master | 2023-02-17T23:09:25.268126 | 2021-01-13T20:12:21 | 2021-01-13T20:12:21 | 115,536,860 | 7 | 0 | null | null | null | null | UTF-8 | Java | false | false | 884 | java | package de.pdbm.janki.core;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import org.junit.Assert;
import org.junit.Test;
import de.pdbm.janki.core.LogType;
import de.pdbm.janki.core.Logger;
public class LoggerTest {
@Test
public void test() throws... | [
"bernd.mueller@ostfalia.de"
] | bernd.mueller@ostfalia.de |
241c674bc68ef576b20ed476af3189d90c48e362 | 327aacba9454b6f8e7f2475cca5e50e715087d35 | /src/vn/its/Java8_05_DefaultMethods.java | 2949ea08270fbba85d04599377f0e3f165f9d22b | [] | no_license | tuannt39-study/study-java8 | 4727d6ec10ee9d1aa34e79a17333da7abdf1527a | 95a258289e675e37aa4b4409bb028ceb6b127444 | refs/heads/master | 2020-03-22T23:10:28.268062 | 2018-07-13T07:55:34 | 2018-07-13T07:55:34 | 140,694,199 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 686 | java | package vn.its;
public class Java8_05_DefaultMethods {
public static void main(String[] args) {
Vehicle vehicle = new Car();
vehicle.print();
}
}
interface Vehicle {
default void print() {
System.out.println("I am a vehicle!");
}
static void blowHorn() {
System.ou... | [
"tuannt39@gmail.com"
] | tuannt39@gmail.com |
14dac95b80e661b474c3c1a1e114699b9299fe5b | 92ebd000c24b0cffbe562920f45cfd8ffad449de | /JAwesomeBase/src/math/ComplexMath.java | 93ec126fed97de47fc1860d1a2aebbe531d7cef3 | [
"Zlib",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | mokacao/JAwesomeEngine | 9977e73dd3f49fcd0b921a6addc2e29434f2ede2 | f2f6343f797a4d0998c68afcc0d6ba2b05c352b6 | refs/heads/master | 2020-12-27T15:37:54.557705 | 2015-11-25T16:59:31 | 2015-11-25T16:59:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,180 | java | package math;
import quaternion.Complex;
import quaternion.Complexd;
import quaternion.Complexf;
import vector.Vector2;
import vector.Vector2d;
import vector.Vector2f;
/**
* Applies mathematical operations on complex numbers.
*
* @author Oliver Schall
*
*/
public class ComplexMath {
privat... | [
"oliverschall22@googlemail.com"
] | oliverschall22@googlemail.com |
e513b9cf013ef820dea87ed6a3f84cf5f8e6cce1 | 48c6e9cf78f781d66e4d470844d4f222b8bce6d5 | /library/src/main/java/com/shizhefei/view/multitype/ItemViewProviderSet.java | 81140530c77aff4389df8ed327ae6bdfb631487f | [
"Apache-2.0"
] | permissive | zhufengi/MultiTypeView | 7f98984b8b46ea7569a3e7b6c1a559fe9c7a5e1f | dbfdb90dd8008cb184391249c43e4b8f7c4eeb39 | refs/heads/master | 2021-01-22T22:07:45.658435 | 2016-08-12T15:54:10 | 2016-08-12T15:54:10 | 65,565,925 | 1 | 0 | null | 2016-08-12T16:06:05 | 2016-08-12T16:06:04 | null | UTF-8 | Java | false | false | 2,017 | java | package com.shizhefei.view.multitype;
import java.util.Arrays;
import java.util.List;
/**
* DATA数据类型的imteView提供者集合
* Created by LuckyJayce on 2016/8/7.
*/
public abstract class ItemViewProviderSet<DATA> {
protected List<ItemViewProvider<DATA>> itemProviders;
private int providerType;
public ItemViewP... | [
"794629068@qq.com"
] | 794629068@qq.com |
95fec5e43e11dababdfee1191a9593fe039a4d19 | 9b01ffa3db998c4bca312fd28aa977f370c212e4 | /app/src/streamD/java/com/loki/singlemoduleapp/stub/SampleClass6863.java | 91e449b94badeeec0d19fed28e6422d49c3a368f | [] | no_license | SergiiGrechukha/SingleModuleApp | 932488a197cb0936785caf0e73f592ceaa842f46 | b7fefea9f83fd55dbbb96b506c931cc530a4818a | refs/heads/master | 2022-05-13T17:15:21.445747 | 2017-07-30T09:55:36 | 2017-07-30T09:56:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 281 | java | package com.loki.singlemoduleapp.stub;
public class SampleClass6863 {
private SampleClass6864 sampleClass;
public SampleClass6863(){
sampleClass = new SampleClass6864();
}
public String getClassName() {
return sampleClass.getClassName();
}
} | [
"sergey.grechukha@gmail.com"
] | sergey.grechukha@gmail.com |
23f20ba249e1db7fbcffce512004b4eef60e261d | d93ce3950a3c805cd2a5b32e09ed8341a0ff9bbd | /md-sal/model/model-flow-base/src/main/yang-gen-sal/org/opendaylight/yang/gen/v1/urn/opendaylight/model/match/types/rev131026/match/layer/_3/match/TunnelIpv4Match.java | 661a69bf6e0c79b14804aa897decda4f2ef68326 | [] | no_license | ycymio/opendaylight-adsal-controller | 6247d6d4b2a11718932528f4873dc90844f6145d | c3d5164e990e5f95faf02594646c164c66759a23 | refs/heads/master | 2021-01-11T09:05:36.364505 | 2016-12-26T02:40:46 | 2016-12-26T02:40:46 | 77,222,077 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,403 | java | package org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match.layer._3.match;
import org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match.Layer3Match;
import org.opendaylight.yangtools.yang.common.QName;
import org.opendaylight.yangtools.yang.binding.DataObject;
impo... | [
"ycymio@gmail.com"
] | ycymio@gmail.com |
4861e5ffa5140fa86dca4b3a2a9db50453b46985 | 6d07091a43429595973b7875196f56c659903687 | /CrossApp/proj.android/src/org/CrossApp/lib/CrossAppTextField.java | cbbed41f1ced623f5941ace1cfb20ae0b0bb9e28 | [] | no_license | ceowufan/nano-CrossApp | 63edca6cad2f75f3b0c2eaa008d2bf633f12f764 | 087dcae9625c5e89bfee7447c057cde35ae9c87a | refs/heads/master | 2020-12-24T08:10:20.148476 | 2016-11-04T09:07:19 | 2016-11-04T09:07:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 24,483 | java |
package org.CrossApp.lib;
import java.nio.ByteBuffer;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map.Entry;
import java.util.Set;
import java.util.Timer;
import java.util.TimerTask;
import android.R.bool;
import android.annotation.SuppressLint;
import android.content.Context;
import androi... | [
"278688386@qq.com"
] | 278688386@qq.com |
2b4c140d769f21564b5d951db156b43f6440d74d | 838274700405ea678189eb08c0007ac81844f3d1 | /storage/sis-xmlstore/src/main/java/org/apache/sis/internal/storage/gpx/Reader.java | 4a0b0c7c2007073a8444a025832a920a4520786f | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-public-domain"
] | permissive | dinush/sis | d2d99c1b16e8b2f11ca45245b4c2314771f2095b | eee2c18120537441a0a4ba35b0cf9284c5dd5818 | refs/heads/trunk | 2021-01-20T12:56:28.731446 | 2017-05-06T13:00:50 | 2017-05-06T13:00:50 | 90,428,282 | 0 | 0 | null | 2017-05-06T01:08:22 | 2017-05-06T01:08:22 | null | UTF-8 | Java | false | false | 30,076 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | [
"desruisseaux@apache.org"
] | desruisseaux@apache.org |
a210e0a5f143fc22e1ad9575fba7856b6a556582 | 4a5afa09ceb7df5dfbd9720279afe9ff3e9df61c | /serverside/java/src/main/java/com/justonetech/biz/utils/jbpm/extattr/instance/ObjectFactory.java | 7fdbebe7d878b5707668003d11457b9fb36c5b07 | [] | no_license | chrgu000/juyee | 00ad3af9446a1df68d5a7c286f6243700e371c5c | 0de221b728e1eed7fe8eb06c267d62a0edc99793 | refs/heads/master | 2020-05-25T01:21:01.504384 | 2016-11-28T09:26:10 | 2016-11-28T09:26:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,462 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.1-b02-fcs
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2009.03.26 at ... | [
"chenjunping@18d54d2b-35bc-4a19-92ed-a673819ede82"
] | chenjunping@18d54d2b-35bc-4a19-92ed-a673819ede82 |
6cde76b57d0058c13397b03aeb39be5ca51c971f | 6b010107b2ba1baa618453ea5cda690ea1fe26d1 | /src/com/xingpk/xiazhuji/intr/ACS.java | 12462c20c2620adfe790b94a26b5cfc0f6b9fab3 | [] | no_license | SoLonGxing/moreEffect | 1345f746e3b9c886cd075f3c240e1edec3aba4c4 | b5fdd192b0b6de4599c64b8d763666d02563576b | refs/heads/master | 2021-06-22T11:46:30.822418 | 2020-12-29T06:57:45 | 2020-12-29T06:57:45 | 131,278,476 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 314 | java | package com.xingpk.xiazhuji.intr;
public interface ACS extends Pbrb2ServiceClass {
//返回ACS类的内容
String printAcsClass();
// //生成Acs的reponse那一行
// String makeResponseString();
//
// //生成调用Bos的那一行
// String makeCallString(String calledBosServiceName);
}
| [
"xpeikang@gmail.com"
] | xpeikang@gmail.com |
49bff6900dc3ced000690efc95865fe2a49df79a | 7ecea0f90b572fbb2ba2f31c4d30a5a1538d4561 | /Aufgabe2/Bubblesort.java | 22ef09d682c2820864dce7d2be67dc86680f76a7 | [] | no_license | hyerex/SysProg | cb7ff3f3d68d77f16786093cb3656c7b0dfe1ab4 | 5d3a4a7d969745e9847a488da335da35210d3729 | refs/heads/master | 2020-04-07T20:44:48.235746 | 2019-01-12T16:34:05 | 2019-01-12T16:34:05 | 158,701,311 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,972 | java | // Bubblesort.java
import java.util.Scanner;
import java.util.Random;
/**
* Bubblesort liest ganze Zahlen ein und sortiert sie aufsteigend.
* @author H.Drachenfels
* @version 6.3.2013
*/
public final class Bubblesort {
private Bubblesort() { }
/**
* main ist der Startpunkt des Programms.
* @par... | [
"andreas.ly96@gmai.com"
] | andreas.ly96@gmai.com |
3269b13a65b2ebdff3ebf57097f4bb04c1acd74c | f8e8b214f99bf99e5fb5f346b56a4065133ef1a5 | /src/slogo/commands/idcommands/ID.java | 9e7ec5bb1d41c7cadde46f59f3286494785f0ade | [
"MIT"
] | permissive | wenyue-gu/Slogo | 9c16b9e1ba843cff97e38c13a1992b501416fb2e | 64c6504e2870c332d8137cd8d8c8beb275b63828 | refs/heads/master | 2022-04-19T21:59:08.071984 | 2020-03-07T08:14:40 | 2020-03-07T08:14:40 | 254,761,652 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,200 | java | package slogo.commands.idcommands;
import slogo.backendexternal.TurtleManifest;
import slogo.backendexternal.TurtleStatus;
import slogo.commands.IdCommand;
import java.util.LinkedList;
import java.util.List;
import java.util.function.Supplier;
/**
* Class that implements IdCommand, used to query the active turtle.
... | [
"taj26@duke.edu"
] | taj26@duke.edu |
f8eddb215423e1484cdd27feccbc98c1e554ffd7 | a36508ced89dc3c995708f7f330ddb89a2b209f5 | /app/src/main/java/com/example/k1/api/ApiService.java | 27acec14ea12e10b1f1132dc0455eb01edab2eac | [] | no_license | sanshinan/K1 | 151f711b0570c642476bc497a002d10b9967ecba | a1103b118c6ea7a2a7af7086398311c08af9eb2d | refs/heads/master | 2023-01-29T21:37:34.832919 | 2020-12-17T11:47:36 | 2020-12-17T11:47:36 | 322,257,739 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 567 | java | package com.example.k1.api;
import java.util.HashMap;
import io.reactivex.Observable;
import okhttp3.ResponseBody;
import retrofit2.http.FieldMap;
import retrofit2.http.FormUrlEncoded;
import retrofit2.http.GET;
import retrofit2.http.POST;
import retrofit2.http.Url;
public interface ApiService {
@GET
Observ... | [
"2274682830@qq.com"
] | 2274682830@qq.com |
1c43f99a978a5feb7a89e83466051302af16ff4a | 50068116a77e2beffd20770a07772e47d6f97bc8 | /src/com/halim/genericclasslar/YazdirmaSinifi.java | ad440fe435ada3f84644adb70af5a1adfc848bdf | [] | no_license | HalimBezek/Use_GenericClasses | 18a3fdced815d69be8582c84146bdb0683108e75 | e73f397da5d520d506dce29734bbae18956d2be6 | refs/heads/master | 2020-03-22T21:55:06.258839 | 2018-07-12T14:07:28 | 2018-07-12T14:07:28 | null | 0 | 0 | null | null | null | null | ISO-8859-9 | Java | false | false | 419 | java | package com.halim.genericclasslar;
//buradaki E aslında gönderilen faklı türden verileri E nerede varsa o türde kullan demek oluyor diyebliliriz.
public class YazdirmaSinifi<E> {
public void yazdir(E[] dizi) {
for(E e: dizi) //for-each dongüsü
{
System.out.println(e); //not : ogrenci sınıfı içindeki toStr... | [
"halimbezek@gmail.com"
] | halimbezek@gmail.com |
a788b0e95841908e3531d1879edb00903db45a20 | dfa13e6241bff153a8cc3bfd9b6713a22bfcc9c2 | /kodilla-intro/src/main/java/AdvCalculator.java | 42e4c0e08e2a27b0e6ba6259bf694312d14676b2 | [] | no_license | blrp/Bartosz_-Switalski-kodilla_tester | fe566afa7f6e0c424b69a61b0b3ee933cb0089be | f30f53946cdd922a11298dd8ed4af6298a3acd32 | refs/heads/master | 2023-04-14T05:17:34.174357 | 2021-04-27T16:58:13 | 2021-04-27T16:58:13 | 324,841,214 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 727 | java | public class AdvCalculator {
public double calculate() {
String userSelected = UserDialogs.getUserSelection();
int a = UserDialogs.getValue();
int b = UserDialogs.getValue();
double result = 0;
switch (userSelected) {
case "ADD":
result = a + b;
... | [
"bartosz.switalski@o2.pl"
] | bartosz.switalski@o2.pl |
0ce6d99d6751ab38cbff4c0dbc0da4b3a418b6da | af148317bd600186f91ee2430bac87eccd32a0b8 | /src/test/java/util/HexTest.java | eaefc8a12ed213273d460eafc79fd5abc8c8ed4b | [] | no_license | Lahne/factom-sdk | b7628e60f47f2fceb81947ca211e03899e192d9b | b8f14a238b1740738c768cac41463cf9d027d4b4 | refs/heads/master | 2020-03-15T23:52:59.867332 | 2018-05-07T03:39:14 | 2018-05-07T03:39:14 | 132,402,671 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 419 | java | package util;
import org.junit.Assert;
import org.junit.Test;
import io.wancloud.factom.sdk.TestBase;
import io.wancloud.factom.sdk.util.Hex;
public class HexTest extends TestBase{
@Test
public void testHex(){
String src = "abcd12中国,中國";
String dest = Hex.encode(src);
System.out.println(dest);
String back... | [
"804929779@qq.com"
] | 804929779@qq.com |
c3b45a9f30f8e1a9865008d50732455e63de69ad | d93ce3950a3c805cd2a5b32e09ed8341a0ff9bbd | /md-sal/model/model-flow-base/src/main/yang-gen-sal/org/opendaylight/yang/gen/v1/urn/opendaylight/action/types/rev131112/action/action/flood/action/_case/FloodActionBuilder.java | 985afa63a9c56c9962fb2a2181cf0139fef6fce2 | [] | no_license | ycymio/opendaylight-adsal-controller | 6247d6d4b2a11718932528f4873dc90844f6145d | c3d5164e990e5f95faf02594646c164c66759a23 | refs/heads/master | 2021-01-11T09:05:36.364505 | 2016-12-26T02:40:46 | 2016-12-26T02:40:46 | 77,222,077 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,414 | java | package org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.flood.action._case;
import java.util.Collections;
import java.util.Map;
import org.opendaylight.yangtools.yang.binding.DataObject;
import java.util.HashMap;
import org.opendaylight.yangtools.yang.binding.Augmentation;
/**
* Cl... | [
"ycymio@gmail.com"
] | ycymio@gmail.com |
5ef497b0873a87e58046f9bf1c12515a07cd7ed4 | 26e3686596206df96a9c0ae29953124c2059f318 | /src/ccb/android/fetchgraduateinfo/MainActivity.java | 681c45a182b15ae4f294e3c780f823cfe10a849b | [] | no_license | Trible-ccb/FetchGraduateInfo | 00753a0ad30ab414a5c8d317bf0e998fc9dd2fc3 | 8c9f5e682848a66fe1b52873d7bde9f0d4aff683 | refs/heads/master | 2021-01-16T18:20:18.810937 | 2015-01-04T15:49:02 | 2015-01-04T15:49:02 | 28,778,254 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,045 | java | package ccb.android.fetchgraduateinfo;
import java.io.IOException;
import java.util.List;
import android.os.Bundle;
import android.view.Menu;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import ccb.android.commons.utils.Bog;
import ccb.android.fetchgraduateinfo.biz... | [
"chenchuibo@qq.com"
] | chenchuibo@qq.com |
6c72af423835cc8b1737a5782cd5574f7b316b99 | 4126576063649742c7a7ed048011cca313cd16d9 | /ios-controllers/src/com/badlogic/gdx/controllers/IosControllerManager.java | 055e518e2a4c8fb1cc870320152540cf21b10645 | [
"LicenseRef-scancode-proprietary-license",
"Apache-2.0"
] | permissive | vminc/gdx-controllerutils | 6173fe145050af7e055380907c6df4fba54a02c3 | d83a84430fb32c8e444ca08446013fd1d5e53b6b | refs/heads/master | 2020-12-02T21:30:58.836122 | 2019-12-31T16:59:49 | 2019-12-31T16:59:49 | 231,122,020 | 0 | 0 | Apache-2.0 | 2019-12-31T16:58:58 | 2019-12-31T16:58:57 | null | UTF-8 | Java | false | false | 6,069 | java | package com.badlogic.gdx.controllers;
import com.badlogic.gdx.Application;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.LifecycleListener;
import com.badlogic.gdx.utils.Array;
import com.badlogic.gdx.utils.ObjectMap;
import org.robovm.apple.foundation.Foundation;
import org.robovm.apple.foundation.NSArray;
im... | [
"bs@golfgl.de"
] | bs@golfgl.de |
c8e2c0ba53272eef28d4a2cc567e459a9a4d025b | cf0b2e2fcd3838e470cb4c205dda8cc05ac11628 | /hotils-core/src/main/java/org/hotilsframework/lang/FatalInstanceException.java | 292532cba00a14c9c72af39cf11695330ae246c9 | [] | no_license | hireny/hotils | b216b2991c7f3ad6447dbcc8433a9a771e8be1e3 | 0b59a3853d5e636a4a499cca8e7799d540ece62b | refs/heads/master | 2021-09-10T02:05:54.275527 | 2021-08-26T14:44:08 | 2021-08-26T14:44:08 | 225,169,822 | 0 | 0 | null | 2020-10-13T20:59:23 | 2019-12-01T13:54:30 | Java | UTF-8 | Java | false | false | 868 | java | package org.hotilsframework.lang;
/**
* 这个异常主要针对:对类进行实例化失败。
* @author hireny
* @className CannotInstanceException
* @create 2020-02-21 21:25
*/
public class FatalInstanceException extends NestedRuntimeException {
private static final long serialVersionUID = 4251359161254269742L;
public FatalInstanceExcep... | [
"910502500@qq.com"
] | 910502500@qq.com |
c544457890d3e369723a2977a94f2acb8a89ea8f | b9d1c473a18b4834da5e16feaf773554bcdfd807 | /ap1/UserCompare.java | 7bbb8559d17a25ddfcd3ff34f5f43fa7c7943154 | [] | no_license | lzhan107/CodingBat | cd04c8a1aa1fcda1bd13478ccc5d60f164e5dde4 | 4adeae881ad0a26f41c1b55d740a5575af594531 | refs/heads/master | 2021-01-13T16:10:22.692737 | 2014-08-04T21:12:05 | 2014-08-04T21:12:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 479 | java | package ap1;
public class UserCompare {
public static int userCompare(String aName, int aId, String bName, int bId) {
int nameOrder = aName.compareToIgnoreCase(bName);
if (nameOrder == 0) {
if (aId < bId) {
return -1;
} else if (aId > bId) {
return 1;
} else {
return 0;
}
} else if (name... | [
"Lzhan107@gmail.com"
] | Lzhan107@gmail.com |
7a71d5222e13d5460865469189fc43ce9beab93f | ea48509d44177fa42f7b172a335d0bea0b454c96 | /gradletrans/gson/trans/gson/src/test/java/com/google/gson/functional/ThrowableFunctionalTest.java | 6c7bf88219fc81ed657f17c414167eb0888aac0d | [
"Apache-2.0"
] | permissive | touchlab-lab/DoppelPoc | b2850a7a057b0f2e5955303badf92dcaf4d671ba | 0d13d71a20b64c6c371c1bf6fc43bd6a69e9ea53 | refs/heads/master | 2021-06-09T14:57:56.642071 | 2016-11-30T15:50:36 | 2016-11-30T15:50:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,497 | java | // Copyright (C) 2014 Trymph Inc.
package com.google.gson.functional;
import java.io.IOException;
import junit.framework.TestCase;
import com.google.gson.Gson;
import com.google.gson.annotations.SerializedName;
import co.touchlab.doppel.testing.DoppelTest;
@SuppressWarnings("serial")
@DoppelTest
public final class... | [
"kgalligan@gmail.com"
] | kgalligan@gmail.com |
1eca1442d0fcaff4952ab55e8e0ca615bf54837e | 46acc5f6b0b86533549cdd2315cb851779e75b0b | /app/src/main/java/com/example/tictactoe_petar_angelov/gameComponents/Bot.java | a99b40af3677a526ff0e198e213b6646201f9337 | [] | no_license | Petretooo/TicTacToe_AI | eba9cd9f752b514f89eaa9ef9d8e08074970a754 | 5a435fb7d1e7f6122e26a742d5b69e51d4928259 | refs/heads/main | 2023-03-12T16:44:25.789307 | 2021-02-26T08:18:29 | 2021-02-26T08:18:29 | 315,783,558 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,077 | java | package com.example.tictactoe_petar_angelov.gameComponents;
import com.example.tictactoe_petar_angelov.PlayActivity;
import java.util.List;
public class Bot {
public int position = 0;
private int score;
public Bot() {
}
private Bot(int score){
this.score = score;
}
private Bo... | [
"P37arAn93l0bv!"
] | P37arAn93l0bv! |
660e2ad5948f820f64eb6ba8b4885ef55e8d8db6 | b9bc9f9070c1774388f268d58a9c528c613582e9 | /src/main/java/com/liang/controller/UserController.java | 307ca8da883e5f06f3d7104a6fa53bd7d9627495 | [] | no_license | liangbeng/myssm3 | 8687f6bed785469866663227c21b38ff0738de5d | e39b3bfadf99e6b0d565adc6f298a5f9565b315e | refs/heads/main | 2023-04-09T09:51:17.211203 | 2021-03-03T10:38:22 | 2021-03-03T10:38:22 | 344,047,588 | 0 | 0 | null | 2021-03-03T10:38:22 | 2021-03-03T08:01:13 | Java | UTF-8 | Java | false | false | 727 | java | package com.liang.controller;
import com.alibaba.fastjson.JSON;
import com.liang.pojo.User;
import com.liang.service.UserService;
import org.springframework.web.bind.annotation.*;
import javax.annotation.Resource;
@RestController
@RequestMapping("/user")
public class UserController {
@Resource
private UserSe... | [
"qxdz6dbx"
] | qxdz6dbx |
a1f5cb85db8233e1478b4852692b5226c5baeec7 | 3374b442432c922128d346d9bc21f560fc1d0ee3 | /customer-service/src/main/java/pl/piomin/microservices/customer/Application.java | 9637743024374a87b26011ae236c19a46eefd899 | [] | no_license | yashdevops27/microservices | 2ef4d905976a32f31e6e03c403460085cc7a7bd2 | 4ba648a62ea9fb037ec5a6b1bdcea312a5b576a5 | refs/heads/master | 2020-07-11T20:33:35.070480 | 2020-06-15T17:17:38 | 2020-06-15T17:17:38 | 204,639,173 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 496 | java | package pl.piomin.microservices.customer;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
import org.springframework.cloud.netflix.feign.EnableFeignClients;
@SpringBootAppli... | [
"varsha.patil@yash.com"
] | varsha.patil@yash.com |
2e78b8edd2e7f1a9260b898d518338c47f2d4b22 | 684e018ce44456ad860b9bbd01ca0fcf40be296d | /src/main/java/com/leetcode/algorithm/No23/Solution.java | 412cf56bf3758148cf1dfb80fa644f1f29a9b6f2 | [] | no_license | Nagisa12321/LeetCode | ebcfc5d9508e9e5feb1a9d44932f28f19d1ac3e2 | 14d0bd9e95fe1eef57678e3dbf3fb6751ee196d1 | refs/heads/master | 2023-07-15T21:32:51.265786 | 2021-08-29T03:37:14 | 2021-08-29T03:37:14 | 316,138,604 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 771 | java | package com.leetcode.algorithm.No23;
import com.leetcode.struct.ListNode;
import java.util.Comparator;
import java.util.PriorityQueue;
/**
* @author jtchen
* @version 1.0
* @date 2021/7/30 9:54
*/
public
class Solution {
public ListNode mergeKLists(ListNode[] lists) {
PriorityQueue<ListNode> qu... | [
"1216414009@qq.com"
] | 1216414009@qq.com |
9ed4517bac8ff595e31206d9cfc13daba14dbd2e | 7b457ebd94832a94d0df3b241e573a7e827891f8 | /laufometer.webapp/src/main/java/de/tp82/laufometer/web/controllers/TickController.java | 978c2e3dc71755bee9c674f93d6d1baf0ab144d1 | [] | no_license | ThorstenPlatz/laufometer-webapp | a716b4e3a8a46f5e2a4774c4d53bfa52fd3a3c74 | df26b20afb519a5b9a50ecacb0d234e794aff5bd | refs/heads/master | 2020-05-17T19:37:04.857427 | 2013-05-09T09:44:12 | 2013-05-09T09:44:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,801 | java | package de.tp82.laufometer.web.controllers;
import com.google.common.collect.Lists;
import com.google.common.net.MediaType;
import de.tp82.laufometer.core.RunRepository;
import de.tp82.laufometer.core.TickImportHelper;
import de.tp82.laufometer.core.importer.RunImporter;
import de.tp82.laufometer.model.run.RunInterval... | [
"thorsten.platz@capgemini.com"
] | thorsten.platz@capgemini.com |
185fa2f0a3d1a8b31a73009a48d5c9ad25a575c6 | 99dfacbdb2dbe59e8822a8a422feebcf9b4f84e1 | /spaceship-sdk/src/main/java/com/spaceship/client/model/InlineResponse2004.java | b80055dfb3cf67fa09ce4839c8f63fd205ed08ab | [] | no_license | simon-atta/spaceship | e389f0c7e7dabee4f002f71ba541eb756bf6e31b | ddf729fc857bede8438f56ff302eb2e20e46a174 | refs/heads/master | 2021-09-26T21:29:06.214609 | 2021-09-15T16:48:08 | 2021-09-15T16:48:08 | 168,671,226 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,247 | java | /*
* Spaceship API
* Spaceship API help for commincate between spaceships
*
* OpenAPI spec version: 1.0
*
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually.
*/
package com.spaceship.client.model... | [
"simon.ghobreil1@ikea.com"
] | simon.ghobreil1@ikea.com |
c94de45c9563ff5e4fd6656e137712cd33308577 | e1e432d66fb8a8bc5908e14e8f83132e3cf60e3e | /labs/lab08/src/lab08Test.java | 9a867a68a2a7e13d1c904f3d4414c5f433a31bff | [] | no_license | aranga1/CS180 | 1695a54eb9a3029c28d1e7b618d51638c0bea08b | a2230c8255b93b3b75b94ec8c32a866966571671 | refs/heads/master | 2016-08-12T04:14:22.220076 | 2015-10-25T02:47:53 | 2015-10-25T02:47:53 | 44,722,616 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,969 | java | import static org.junit.Assert.*;
import org.junit.Test;
public class lab08Test {
private Car c;
private CarLot x;
@Test(timeout = 100)
public void testgetMake() {
c = new Car("red" , "ford");
String actual = c.getMake();
String expected = "ford";
String message = "getMake() check if method is working ... | [
"aranga@purdue.du"
] | aranga@purdue.du |
ee219e9fdb956cb26d46cd1dafd4bf2062cd7002 | 1dd399e322fd936a02e1700c2b3beea05ff0993b | /src/main/java/br/edu/ifsp/app/MyResource.java | c605245a8a57d52cdcc1d8352e9b03a74bbff9c1 | [] | no_license | giovanidisperati/ADI | ff483cb3e7e2ef56ee61505f07ef46ea1eb9f95b | 061a735029562537f83e990951438d649ca2692e | refs/heads/master | 2022-08-08T07:09:46.420080 | 2019-09-17T22:36:29 | 2019-09-17T22:36:29 | 203,045,562 | 0 | 1 | null | 2022-06-21T01:53:17 | 2019-08-18T19:07:01 | Java | UTF-8 | Java | false | false | 567 | java | package br.edu.ifsp.app;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
import javax.ws.rs.Produces;
import javax.ws.rs.core.MediaType;
/**
* Root resource (exposed at "myresource" path)
*/
@Path("myresource")
public class MyResource {
/**
* Method handling HTTP GET requests. The returned object will be... | [
"giovani@ifsp.edu.br"
] | giovani@ifsp.edu.br |
d5fd14ea8210389ea0812bca8a59f455c29b3bf2 | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /java/neo4j/2019/8/AdversarialFileChannel.java | a51a51945b5606c1a3f411cf9d497afd127e92ef | [] | 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 | 6,720 | java | /*
* Copyright (c) 2002-2019 "Neo4j,"
* Neo4j Sweden AB [http://neo4j.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 General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
21304d6f6ab16aa4f01795189121ef841c2fb9e7 | 80469e6bc041910a5fdeb7b932286e67529bcb5c | /src/com/java/loops/LoopExercise.java | 4f41f87f1c3944e3e9892a5673fb8aa26332930f | [] | no_license | alokbarman/Java-Exercise | c3c577c14d63df11b9adf533ea21bb02cbe1557e | dcd066d63d149c12f90e3b7e63478e64222c9fe2 | refs/heads/master | 2020-04-02T20:04:41.935531 | 2018-10-26T01:01:12 | 2018-10-26T01:01:12 | 154,757,254 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 262 | java | package com.java.loops;
//(Ques.1.Write a for loop that prints 50 through 1 separeted by spaces in the same line.)
public class LoopExercise {
public static void main(String[] args) {
for(int i=50;i>=1;i=i-1) {
System.out.print(i+",");
}
}
}
| [
"alokgr88@gmail.com"
] | alokgr88@gmail.com |
10c2f76f1e36db36d4b7a52ef4c99a8245bbd53f | 8d1142c34f7ef5cb63c5e3115f4b58e19c036b51 | /dump-code/panelpower/a.b.a.h.c.java | f0c3b6571a11e31a63dead8c73284550cc7e6fe1 | [] | no_license | kingking888/android-auto-hack | b19c979f2c39a3584ba5841c7b13b253cfc798c8 | e91cb827c7ebf53ad253f965df55bfcaa9e82c32 | refs/heads/master | 2021-01-26T11:09:51.958052 | 2020-02-27T02:59:49 | 2020-02-27T02:59:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,401 | java | package a.b.a.h;
import a.b.a.c.a;
import a.b.a.f;
import a.b.a.g;
import android.app.AlarmManager;
import android.app.AlarmManager.AlarmClockInfo;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
import android.os.Build.VERSION;
import androidx.core.app.NotificationComp... | [
"rjsdid7325@naver.com"
] | rjsdid7325@naver.com |
0d49aeadb917d1820edd7b5fe742caace9aa9c90 | d3cec8d89422b43c636e74f82c0453c232fc980e | /app/src/main/java/com/example/hermes/bitcointwallet/ViewHolder.java | c9aa2a1ed4a72c5a63b7e79b647efdfcaec1e828 | [] | no_license | LorandP/BitcoinWallet | 658034abf35291b7f40e94c1396ceec3eaa7316c | 9bd603d327d9da36a37bfa456f2c02c31d3d82a7 | refs/heads/master | 2020-03-23T19:27:39.383788 | 2018-07-23T07:54:18 | 2018-07-23T07:54:18 | 141,979,189 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 477 | java | package com.example.hermes.bitcointwallet;
import android.widget.ImageView;
import android.widget.TextView;
/**
* Created by Hermes on 26/05/2017.
*
* This class is used to hold the view types that we are going to use to populate the list.
*/
public class ViewHolder {
TextView mTime;
TextView mHashStri... | [
"palfalvi.lorand@gmail.com"
] | palfalvi.lorand@gmail.com |
21bbccb3609e54b27e230bc15962a40d2a2d72dc | a8d2807e15c6fc23f0297ab6231f0ead2338216f | /Iterations/src/iterations/myClass.java | 6aeeb6186facaebaeb4ce64e78a918b39e195ed8 | [] | no_license | lungeloShabangu/My-Project | bed76acce19466ddf8f0fd7d1bc1e19124414f5e | 4588e73748b59110d1110ceeb46aff35457fe08a | refs/heads/master | 2020-03-30T16:26:21.420768 | 2018-10-04T08:42:28 | 2018-10-04T08:42:28 | 151,408,827 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 8,229 | 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 iterations;
/**
*
* @author User
*/
public class myClass {
//1 finding the highest value in an array
public int fin... | [
"lungelo.shabangu101gmail.com"
] | lungelo.shabangu101gmail.com |
9f2449bf1ea882981f00162668515a3d3a6ec984 | 09608caeb319ce95ce11fa950b54485a20a6a45f | /weevent-governance/src/main/java/com/webank/weevent/governance/entity/base/RuleDatabaseBase.java | 26b51e8a785d8305a1ea8e55c164c7b6a051f34c | [
"Apache-2.0"
] | permissive | jamexialove/WeEvent | 15266d639c5bf44e3e3906afec5280699ce6fe47 | d39ef2303a8d683ff6260c605f49f01b46fb0a8d | refs/heads/master | 2020-09-20T22:58:57.339439 | 2019-11-25T09:46:47 | 2019-11-25T09:46:47 | 224,611,990 | 1 | 0 | Apache-2.0 | 2019-11-28T09:02:53 | 2019-11-28T09:02:53 | null | UTF-8 | Java | false | false | 505 | java | package com.webank.weevent.governance.entity.base;
import lombok.Data;
import lombok.EqualsAndHashCode;
/**
* CirculationDatabaseBase class
*
* @since 2019/10/15
*/
@Data
@EqualsAndHashCode(callSuper = false)
public class RuleDatabaseBase extends BaseEntity {
private Integer userId;
private Integer brok... | [
"saintping@gmail.com"
] | saintping@gmail.com |
a62b2950718a71403c993b8e63c3e736adad13a8 | ee5be1c49c2c78ed3f74886e30a63be389f8e4fe | /app/src/main/java/lnq/com/lnq/utils/FontUtils.java | bcce6e50c2ee7bfe589757b5a58ca8e59604ed69 | [] | no_license | Imran7331/lnq_training | 6c26e1dfaebb06ba9eb37d7cb94b68aabf048af0 | f343f588730b8d1f5ba727b4f160d572eb9c95aa | refs/heads/master | 2023-08-02T05:43:09.582603 | 2021-09-20T13:37:27 | 2021-09-20T13:37:27 | 408,457,699 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,586 | java | package lnq.com.lnq.utils;
import android.content.Context;
import android.graphics.Typeface;
import android.text.Spannable;
import android.text.SpannableString;
import android.text.style.TypefaceSpan;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.EditText;... | [
"awaissarwar847@gmail.com"
] | awaissarwar847@gmail.com |
206f2e7ef4a51a382d4716891e8991eaa6f49cc0 | 73b934718e7e606095eb341320f865ba6c526e6a | /src/main/java/com/bluestar/teach/entity/School.java | 227f45044438e833cedb6056220973d7eef2aec9 | [] | no_license | EchoFromProgram/BlueStar_TSMS | c1fee1906d6a010e8db3d0e656c639ff8bdfa67a | c64f096c601febed50071eee3ae110fd1c7e3b12 | refs/heads/master | 2020-03-10T17:28:26.193815 | 2018-07-24T05:48:21 | 2018-07-24T05:48:21 | 129,501,117 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 750 | java | package com.bluestar.teach.entity;
/**
* 学校类,对应school表
* @author happyChicken
*
*/
public class School {
//学校id
private Integer schoolId;
//城市id
private Integer cityId;
//学校名
private String school;
public Integer getSchoolId() {
return schoolId;
}
public void setSchoolId(Integer schoolId) {
thi... | [
"1149062639@qq.com"
] | 1149062639@qq.com |
2c44bfdc1a75b5be17e3fc069c30b2a6836fff1c | a213edcb973f341078f239164e9baa7b4e0fc7c0 | /src/高频面试题/栈和队列/IsValid.java | e6bc785ec76c78d3c74a2e88688c807be2db43b0 | [] | no_license | gitlhp/JavaOffer2 | 8e327beeaee74672075651fda450f90c79ff578c | 9f850a9d10888ba47ef72987d2a20ed571002b02 | refs/heads/master | 2022-09-26T06:45:38.297787 | 2020-05-25T07:09:53 | 2020-05-25T07:09:53 | 266,709,006 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 752 | java | package 高频面试题.栈和队列;
import java.util.Stack;
/**
* @ClassName: IsValid
* @Description:有效的括号
* @Author: lhp
* @Date: 2020/5/5 15:18
* @Version: V1.0
**/
public class IsValid {
public boolean isValid(String s) {
Stack<Character> stack = new Stack<>();
for (char c : s.toCharArray()) {
... | [
"770284670@qq.com"
] | 770284670@qq.com |
09e6c6e76774ff11dc34bbafcb20e1e721fceeb4 | 186c4be66e518c796ec4785eb8b2ae6bfab4d63a | /src/main/java/com/sample/assignment/batch/reader/Reader.java | 0ae4258dc08e3ff392f26859a4ac70c97b0c8c10 | [] | no_license | BKundu/dnb-assignment | 4a09ca2f9d36d1c58d638b09147df21647322142 | 82bfa9fd3f128d6d640036ff796f3e009d2980f2 | refs/heads/master | 2023-02-22T02:12:42.693832 | 2021-01-29T04:57:55 | 2021-01-29T04:57:55 | 334,031,626 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 267 | java | package com.sample.assignment.batch.reader;
import org.apache.spark.sql.Dataset;
import org.apache.spark.sql.Row;
import org.apache.spark.sql.SparkSession;
public abstract class Reader {
public SparkSession session;
public abstract Dataset<Row> getDF();
}
| [
"biswajit.kundu@Biswajits-MacBook-Pro.local"
] | biswajit.kundu@Biswajits-MacBook-Pro.local |
15408227e79a7796e6561d5f3e4738a98e9552d0 | 964541d36d9c176b7c489077aa71b905cb15695f | /src/main/java/org/lab/basic/Coordinate4D.java | fa83870b153c56e4893b52b191014aa006433305 | [] | no_license | volodink/qweqweweq | 661675b73d591713a18499573be77b378487c530 | 11262f5e45516b36c350c4b3cab666d02e1a7d72 | refs/heads/master | 2023-09-02T22:34:49.485649 | 2021-11-07T15:07:44 | 2021-11-07T15:07:44 | 425,535,645 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 308 | java | package org.lab.basic;
public class Coordinate4D<T extends Number> extends Coordinate3D{
private T t;
public Coordinate4D(T x, T y, T z, T t) {
super(x, y, z);
this.t = t;
}
public T getT() {
return t;
}
public void setT(T t) {
this.t = t;
}
}
| [
"volodin.konstantin@gmail.com"
] | volodin.konstantin@gmail.com |
d70525b3a9602bb7f15fb1bd1f5b424c3fd3ed68 | de08da59dac5a8a047e39f6850a2ee02e084edb3 | /dop-framework-core/src/main/java/com/sunvalley/framework/core/utils/Lazy.java | bceca98b929682715d67b35822171078392ab98f | [] | no_license | hanzujun/sjroom-boot | 0c94b0fcd7235fac03ddc7b466a18e84df6211aa | 6d42336c8330ff0a588be2dd406b96fb68d63adf | refs/heads/master | 2022-03-21T12:48:52.647632 | 2019-12-18T03:37:03 | 2019-12-18T03:37:03 | 270,490,799 | 1 | 0 | null | 2020-06-08T01:50:40 | 2020-06-08T01:50:39 | null | UTF-8 | Java | false | false | 1,202 | java | package com.sunvalley.framework.core.utils;
import org.springframework.lang.Nullable;
import java.io.Serializable;
import java.util.function.Supplier;
/**
* Holder of a value that is computed lazy.
*
* @author L.cm
*/
public class Lazy<T> implements Supplier<T>, Serializable {
@Nullable
private transient... | [
"manson.zhou@sunvalley.com.cn"
] | manson.zhou@sunvalley.com.cn |
fdfec16dc059f4e533490b12b3c4e0657030f279 | ec0aa4cc75b6d8cc4dd48c03189d418fc1331853 | /Eshwara/src/com/new12/Calculator.java | 61d56d8762d1617ed8b71f3cce7d79f20ca46919 | [] | no_license | Nirmithaaa/dummy | fde41f7f1ef9dcd29a0c1b07fd671766d432b3cb | 78fc152ede4985fe62e140a42bed2dd1a445f474 | refs/heads/master | 2023-06-17T02:22:33.702256 | 2021-07-12T08:35:45 | 2021-07-12T08:35:45 | 385,177,597 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 440 | java | package com.new12;
public class Calculator
{
public static void main(String[] args)
{
A a = new A();
int sum= a.add(10, 20);
System.out.println(sum);
int sub=a.sub(50, 100);
System.out.println(sub);
}
}
class A
{
public int add(int num1,int num2)
{
int result=num1+n... | [
"NIRMITHA.C.B@DESKTOP-OAV7NRU"
] | NIRMITHA.C.B@DESKTOP-OAV7NRU |
fd41d437e4c52323a7a00fe751028b4134588485 | 2ce7ba355b4eaacbf740f8e78d2736dce631d801 | /app/src/main/java/com/yourannet/android/bean/TestBean.java | 931d7e85c6deaefb260451cbf7eba9e72631ba0c | [
"Apache-2.0"
] | permissive | nonfuxinyang/android-study | 770d27e34ce47892d8510f8cb67e8656dbe1750d | 309b8f971fc26edbcbd0c9b3fde69923766e68c0 | refs/heads/master | 2021-07-23T20:09:46.899002 | 2017-11-03T00:20:09 | 2017-11-03T00:20:09 | 100,320,855 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,115 | java | package com.yourannet.android.bean;
import java.io.Serializable;
/**
* Created by Administrator on 2017/9/5.
*/
@SuppressWarnings("serial")
public class TestBean implements Serializable {
private String username;//昵称
private String headphoto;//头像
private String content;//发布内容
private String time;//... | [
"nonfuxinyang@gmail.com"
] | nonfuxinyang@gmail.com |
a922d7c89ce99baa30bfebcbd21d2dab148fd11e | 15e8b762b6d303a66f32724b9f66b7a3ff4a3c48 | /len-web/src/main/java/test/SmsTest.java | a7b09e90e743eb384a16aee9b7321c0bcbaa416a | [
"Apache-2.0"
] | permissive | dongjinlong123/schoolitem | ee70a4b2eb43f79ba44a79b005fd388f24fedf3f | b434a2abcf2ac39808b9670cfee8bd6014694483 | refs/heads/master | 2022-10-19T06:43:39.097403 | 2019-10-28T15:26:50 | 2019-10-28T15:26:50 | 217,572,628 | 0 | 0 | Apache-2.0 | 2022-10-12T20:33:10 | 2019-10-25T16:21:48 | JavaScript | UTF-8 | Java | false | false | 4,586 | java | package test;
import com.len.Application;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.mail.javamail.JavaMailSender;
import org.springframework.mail.javamail... | [
"904118787@qq.com"
] | 904118787@qq.com |
2acf6e74cff115d6d7554169be30e7f4e4149a12 | d662c9e9254935ef71843cd81df5624a7fdc8bcd | /src/test/java/com/example/auction/AuctionApplicationTests.java | 9e934d35c8dc84f3a32ebbc1ac6604e9fc985129 | [
"MIT"
] | permissive | jonathancodev/auction | 9a1eb1582f65f3def0577c37ec1375928c93e3b4 | f6e91ea17ef95978bbd6b883225c1116ea211b7c | refs/heads/main | 2023-03-15T02:08:03.139414 | 2021-03-22T20:59:36 | 2021-03-22T20:59:36 | 350,367,410 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,165 | java | package com.example.auction;
import com.example.auction.dto.BidDTO;
import com.example.auction.dto.WinnerDTO;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.autoconfigure.web.serv... | [
"jonathan.moreira@infosolo.com.br"
] | jonathan.moreira@infosolo.com.br |
3d524a8f4ff7b349705bd5a62d268e4ace9d2d28 | e5ccbab5dbd523c4073f14b023a5e928a313c96a | /app/src/main/java/com/movies/app/movies/adapters/TrailersAdapter.java | 10ee72384568f05718e67fe5087d4f0c0aabf8b3 | [] | no_license | snowhite185/moviesold | a20b475a2b0a2fa9f118865bdcf9a14acb34718c | 73a47ec4a0d9cd0b70c422193cdb523a0ad63e04 | refs/heads/master | 2021-07-11T05:37:55.531626 | 2017-10-14T06:35:21 | 2017-10-14T06:35:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,260 | java | package com.movies.app.movies.adapters;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import com.movies.app.movies.R;
import co... | [
"snowhite185@gmail.com"
] | snowhite185@gmail.com |
4804c69d7f1e349295937830193a4f43bb78b0d3 | 0ff24eb09fcb405200da72302b8bf7497b720f5f | /app/src/androidTest/java/com/example/pcoscar/menu_v2/ExampleInstrumentedTest.java | 17d54b96e8a9281ce5d14f25d1fcdb35eaa101d7 | [] | no_license | oscarmendezzavaleta/menu_v2_may2018 | b1ed050df262a4b87a6d8c139933a0501509afee | 47191901f39697243bdbe0d4c1fa947b7b23fbfb | refs/heads/master | 2020-03-17T07:53:05.338022 | 2018-05-20T15:30:16 | 2018-05-20T15:30:16 | 133,416,500 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 738 | java | package com.example.pcoscar.menu_v2;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an And... | [
"oscar.mendez.zavaleta@gmail.com"
] | oscar.mendez.zavaleta@gmail.com |
abee4fcec045b6b9772e08e3e1f75d21111a9fd9 | 29e2f682385bc22b618569cf581134f1284aa6ed | /code/Fuego/src/cn/tinder/fuego/webservice/struts/bo/receive/ReceivePlanInfoBo.java | 6cf1954393985129c68354de9f85dc1b038276af | [] | no_license | TinderTeam/Fuego | 2140e00b33cd10925351701aada0f2eb19f3d111 | 30472f24bceb7767bc36e9dcd305ef1203f42708 | refs/heads/master | 2020-05-28T05:30:10.544230 | 2014-06-11T16:00:41 | 2014-06-11T16:00:41 | 13,932,448 | 2 | 3 | null | 2013-11-23T16:33:04 | 2013-10-28T17:04:04 | Java | UTF-8 | Java | false | false | 697 | java | /**
* @Title: ReceivePlanInfoBo.java
* @Package cn.tinder.fuego.webservice.struts.bo.receive
* @Description: TODO
* @author Tang Jun
* @date 2013-10-22 上午12:14:19
* @version V1.0
*/
package cn.tinder.fuego.webservice.struts.bo.receive;
import cn.tinder.fuego.webservice.struts.bo.assets.AssetsPageBo;
/** ... | [
"mxl805@163.com"
] | mxl805@163.com |
a14253c2bd6903b69f471ed2a7bb9ecb6d138f79 | 84a910fc5bec37503b13eca423f5872376f3af32 | /src/test/java/ru/hse/dictionary/DictionaryApplicationTests.java | 0c6c89afa7fb14b9d7249731e35f66345da84282 | [] | no_license | VincentHawks/Dictionary | c232e822cedb64b88bfbbfaa6d3b4ea9ad42b2bd | 309b6c99c25d2220df0c70c0b5ba95f954dfd05a | refs/heads/master | 2021-02-08T11:33:50.361802 | 2020-03-03T12:32:44 | 2020-03-03T12:32:44 | 244,146,973 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 222 | java | package ru.hse.dictionary;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class DictionaryApplicationTests {
@Test
void contextLoads() {
}
}
| [
"qwertar3@gmail.com"
] | qwertar3@gmail.com |
dc3181c4e741138e06761c0feb68128ff4dbd857 | 94c633c661d14ff4135a16578a0a9b38aa7244b8 | /src/main/java/com/back/lxw/mapper/ArticleCommentaryMapper.java | 9ae893706dae6682e2ea290543a3d6cc55cf385d | [] | no_license | ZzhangSamA/back_platform | 16b69ae653ac35a0848bb668dc0af6a1ad75ad7f | 121cb22e2562391ac164ec5c462d29cfd2b15a79 | refs/heads/master | 2022-12-21T13:54:33.016885 | 2019-07-08T03:05:24 | 2019-07-08T03:05:24 | 180,752,661 | 0 | 0 | null | 2022-12-16T11:06:50 | 2019-04-11T08:52:28 | JavaScript | UTF-8 | Java | false | false | 1,474 | java | package com.back.lxw.mapper;
import com.back.lxw.pojo.ArticleCommentary;
public interface ArticleCommentaryMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table article_commentary
*
* @mbggenerated
*/
int deleteByPrimaryKey(Inte... | [
"544233188@qq.com"
] | 544233188@qq.com |
3dad21d18b19917586cb31f8952b71952fb0fc89 | 92d862cc7ac14f2304abc66edc3a5112a41c5eb5 | /branches/main-release/src/ca/qc/bdeb/guillaumepoiriermorency/tp1/graphical/Interface.java | 1921bf5cf512014e5401f5ceb62afeeb73de393a | [] | no_license | arteymix/tp2-guillaume-poirier-nafie-harmani | a2ac5c7811c9fd66400f8777b35f058cf2d2879b | 1e3783fd7f91a5d1cb8204d5a64ca4c7da3c8feb | refs/heads/master | 2021-01-10T13:55:57.538523 | 2011-12-13T08:05:47 | 2011-12-13T08:05:47 | 46,582,019 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 28,147 | java | /* This file is part of "Sauver l'univers du tentacule mauve en jouant
* au Boggle!".
*
* "Sauver l'univers du tentacule mauve en jouant au Boggle!" is free
* software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software
* Founda... | [
"guillaumepoiriermorency@gmail.com"
] | guillaumepoiriermorency@gmail.com |
7aefc9d2418b8b2f4770e971ecff9394f838db00 | 28c14798300acc596b8b12f4d04167f2107a67ad | /app/src/main/java/com/news/news/ui/aljajeera/GalleryViewModel.java | 7f585e511f260c18ce47b12d649398ace11d035f | [] | no_license | guptaankit18598/NewsApp-using-Navigation-Drawer | f3cb885ec869c20fbbbbbdcb2cc1cf45b7e5713e | 545d001d4d346de34eae7137aee04ed4448821d7 | refs/heads/master | 2023-04-20T05:29:37.519448 | 2021-05-16T12:53:51 | 2021-05-16T12:53:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 453 | java | package com.news.news.ui.aljajeera;
import androidx.lifecycle.LiveData;
import androidx.lifecycle.MutableLiveData;
import androidx.lifecycle.ViewModel;
public class GalleryViewModel extends ViewModel {
private MutableLiveData<String> mText;
public GalleryViewModel() {
mText = new MutableLiveData<>()... | [
"guptankit18598@gmail.com"
] | guptankit18598@gmail.com |
d9722c2621064a02b555f1148fc848fe9f77db9a | bf3e8f3b1f2054aac46807bc23bfa775e46e48af | /代码众筹spring—cloud/atcrowdfunding-boot-act-service/src/main/java/com/atguigu/crowdfunding/listener/RefuseListener.java | c097b90a0dba759bae065ce7652b56e3f7d8f480 | [] | no_license | jianghuxiaoxiaoyu/MyCode | 371ed6b898a8f244ac941742b54f78bfdc28471c | 24d736f9de1060d1e265a20667163495e052bf7f | refs/heads/master | 2021-01-25T13:28:29.668775 | 2018-03-02T16:39:13 | 2018-03-02T16:39:13 | 123,573,759 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 347 | java | package com.atguigu.crowdfunding.listener;
import org.activiti.engine.delegate.DelegateExecution;
import org.activiti.engine.delegate.ExecutionListener;
public class RefuseListener implements ExecutionListener {
@Override
public void notify(DelegateExecution execution) throws Exception {
System.out.println("R... | [
"1130497883@qq.com"
] | 1130497883@qq.com |
4092154dcca15aef79fcba7d010709a2c4a60eb1 | c7ff844a2ac95501e38a65d2a5b1c674d20f650c | /ashigel-compiler/src/main/java/com/asakusafw/compiler/flow/epilogue/parallel/ResolvedSlot.java | 45315848781e204e8b954c22a36d3c4a907e5412 | [
"Apache-2.0"
] | permissive | tottokomakotaro/asakusafw | 3a16cf125302169fecb9aec5df2c8a387663415c | fd237fc270165eeda831d33f984451b684d5356f | refs/heads/master | 2021-01-18T05:34:48.764909 | 2011-07-28T05:48:55 | 2011-07-28T05:49:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,848 | java | /**
* Copyright 2011 Asakusa Framework Team.
*
* 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 ... | [
"akirakw@gmail.com"
] | akirakw@gmail.com |
10316d19255f45cd8d17cba3a7c7d576e52988a8 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/15/15_5ac5447456035bc650951f760cc95684076fbbd7/ClaferOptimizer/15_5ac5447456035bc650951f760cc95684076fbbd7_ClaferOptimizer_t.java | cfab5cb95cb0d8e92ed3398b9d1d7b80868aed90 | [] | 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 | 5,614 | java | package org.clafer.compiler;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import org.clafer.collection.Either;
import org.clafer.collection.Pair;
import org.clafer.common.Check;
import org.clafer.instance.InstanceModel;
import solver.ResolutionPolicy;
import solver.Solver;
im... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.