blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 689M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 131
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 32
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 313 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
627a3ab1f8fc2ab7514d777fc6f388a4c7bd6210 | ad76e355162545170e5c06958e1588637088acc6 | /src/main/java/top/jloeve/aigou/services/ISearchHistoryService.java | 5a34e1b9951fe9a8086e3f12e4aef7adf4345c92 | [] | no_license | LonelySteve/aigou | fcc8244b2ddfbf3732980fd9ae0f40c7a2c1c9fa | f27df348c6eb679c11807145f83854e1f0a3cca2 | refs/heads/master | 2022-12-10T10:03:54.232968 | 2020-09-07T12:57:41 | 2020-09-07T12:57:41 | 284,291,169 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 763 | java | package top.jloeve.aigou.services;
import top.jloeve.aigou.domains.impl.SearchHistory;
import java.util.List;
public interface ISearchHistoryService extends IService {
default List<SearchHistory> getPopularSearchHistories() {
return getPopularSearchHistories(null);
}
default List<SearchHistory> getRecent... | [
"jianglufull@foxmail.com"
] | jianglufull@foxmail.com |
380a74f62a347dcf43ab2003bed42acecf71d7ed | 9e3ebe9976745df2936de1e2e176911b77dc5b0c | /aula-06-01-optionals-and-async-programming/src/main/java/isel/leirt/mpd/optionals/Car.java | 55076056ae424a8d127743a860f9839b1580d8fb | [] | no_license | isel-leic-mpd/mpd-2021-leirt | 0b4ec5f3ebd36983092f309d3c00a535bb68361a | 04ad47ae1fc27188669d31a84113ab63e22602a5 | refs/heads/main | 2023-06-01T05:36:09.453614 | 2021-06-22T16:32:15 | 2021-06-22T16:32:15 | 347,735,625 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 372 | java | package isel.leirt.mpd.optionals;
import java.util.Optional;
import java.util.function.IntUnaryOperator;
public class Car {
private Optional<Insurance> insurance;
public Car(Insurance insurance) {
this.insurance = Optional.of(insurance);
}
public Car() {
insurance = Optional.empty();
}
public Optional<I... | [
"jmartins@isel.pt"
] | jmartins@isel.pt |
17d7948f626a8bd8c5114f7654a5f11b04a27599 | 05dd02ab29df9a3ee5dfabedac659d50bf7249b5 | /HackerRank/Sorting/Sorting: Bubble Sort/Solution.java | 86db0dd6356c86184d80c6529254bd66b01b4e63 | [] | no_license | Mach330/ChallengeSolutions | a12d0c14b596463efb5313dcb389b837889bb250 | 281f3cc0fac8b1538053ece2bbed17459a88ee11 | refs/heads/master | 2020-06-06T07:25:36.455790 | 2019-07-08T08:15:52 | 2019-07-08T08:15:52 | 192,677,174 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,431 | java | import java.io.*;
import java.math.*;
import java.security.*;
import java.text.*;
import java.util.*;
import java.util.concurrent.*;
import java.util.regex.*;
public class Solution {
// Complete the countSwaps function below.
static void countSwaps(int[] a) {
int counter = 0;
for (int i = 0;... | [
"mvan439@aucklanduni.ac.nz"
] | mvan439@aucklanduni.ac.nz |
17ac3da4bb2f3af73508935c587e5d37ab4a2333 | c1c9c6be3a04e54b441b5ac6822b0402c88d7bd5 | /app/src/main/java/com/example/alexa/carwiki/Helper/Async/AddCar.java | a82fb97648f663cfc2fbfbe5d92abe5cbf86ab7f | [] | no_license | VolVoX94/CarWikiFire | d72302265ea35257c4b2a032c471b36d2b543a53 | 51f36c0ea3a7b4fd16ecd3780bbe367864f0364a | refs/heads/master | 2020-03-18T00:04:07.900340 | 2018-05-27T15:20:54 | 2018-05-27T15:20:54 | 134,076,086 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 993 | java | package com.example.alexa.carwiki.Helper.Async;
import android.arch.persistence.room.Room;
import android.os.AsyncTask;
import android.view.View;
import com.example.alexa.carwiki.Entities.AppDatabase;
import com.example.alexa.carwiki.Entities.CarEntity;
import java.lang.ref.WeakReference;
/**
* Created by alexa on 1... | [
"alexandre.crooij@students.hevs.ch"
] | alexandre.crooij@students.hevs.ch |
d8defe58abc5ff7dd10489689ae408b66620457e | 93694c90cef607e99faddb2c116fc1f2a2766952 | /pinyougou_service_sellergoods/src/main/java/com/jlb/core/service/spec/SpecificationServiceImpl.java | a8305591281b0863490348e7e63271562561a4b1 | [] | no_license | yuxfan/pingyougou_parent | c404cc95966866966dd419939e340a2505758253 | ab550be8045af62fb964dcd6e0e3032182ac9282 | refs/heads/master | 2020-04-08T02:30:05.312575 | 2018-11-24T13:07:31 | 2018-11-24T13:09:15 | 158,937,592 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,587 | java | package com.jlb.core.service.spec;
import com.alibaba.dubbo.config.annotation.Service;
import com.github.pagehelper.Page;
import com.github.pagehelper.PageHelper;
import com.jlb.core.dao.specification.SpecificationDao;
import com.jlb.core.dao.specification.SpecificationOptionDao;
import com.jlb.core.entity.PageResult;... | [
"jlb@163.com"
] | jlb@163.com |
8912df88896b17770c9406130a6011fb64e36c83 | 733493ab0a9f3232954769a364e271ec547f2cec | /src/main/java/br/com/blz/testjava/controller/ProductController.java | 5f61cda59a7ffe7afcd8e83dd04d273ff698fff6 | [] | no_license | evignacio/test-java | 1533a7fe6ab2328543d8b88f28e28fc63b3777ca | 6e4702f299e45ad8d144cfc9f3bbb7f8101ce89c | refs/heads/master | 2023-02-14T20:50:07.374094 | 2021-01-17T18:32:42 | 2021-01-17T18:32:42 | 330,005,496 | 0 | 0 | null | 2021-01-15T19:38:53 | 2021-01-15T19:38:33 | null | UTF-8 | Java | false | false | 1,552 | java | package br.com.blz.testjava.controller;
import br.com.blz.testjava.controller.request.ProductRequest;
import br.com.blz.testjava.domain.entity.Product;
import br.com.blz.testjava.service.ProductService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import or... | [
"evandro.ignacio@fcamara.com.br"
] | evandro.ignacio@fcamara.com.br |
38bebb7e9d24d7a33e4401a37b50380a8c0714c7 | bc81e0f5e18c98b2c9705616d9ef976d5a8a3547 | /src/main/java/com/expedia/fitflights/models/enums/TimeOfDay.java | bf9f5b48ac58d2b8d983cd5ae437318772bb60c1 | [] | no_license | EnzoRoselli/globant-fit | 61d16ba5b5ca9fe4ec65e1da9ef2245906260054 | 54bea74b1eeee6168ca73559ab9f696e629fd784 | refs/heads/main | 2023-06-04T15:55:12.584356 | 2021-06-20T18:43:02 | 2021-06-20T18:43:02 | 375,508,102 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 103 | java | package com.expedia.fitflights.models.enums;
public enum TimeOfDay {
AM,
PM,
am,
pm
}
| [
"enzo1999@live.com.ar"
] | enzo1999@live.com.ar |
2adb5c2c3c8eefe7805e14e8602bdb60a89964b9 | 14d1ceda0a3be4e1a1d0af9105c49f97a7a6336d | /android-application/ChineseCheckers/src/instrumentTest/java/ca/brocku/chinesecheckers/tests/SettingsActivityUnitTest.java | 765c11fe93ea107e9fc15680182761ab10df4879 | [] | no_license | kubasub/chinese-checkers | 5cc0d3342a8ed7cf3bb861ed60c66db36f17dc4e | a744c61bc113e14458c434887e85efafa23a9459 | refs/heads/master | 2021-01-17T21:57:43.401284 | 2014-04-03T21:12:36 | 2014-04-03T21:12:36 | 13,486,584 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,885 | java | package ca.brocku.chinesecheckers.tests;
import android.app.Activity;
import android.app.Instrumentation;
import android.content.SharedPreferences;
import android.preference.PreferenceManager;
import android.test.ActivityInstrumentationTestCase2;
import android.test.TouchUtils;
import android.widget.EditText;
import a... | [
"saajid.mohammed@hotmail.com"
] | saajid.mohammed@hotmail.com |
443f60bea9c287f29c404efecfc042d91e5d7485 | bc5231970ae7d1cd717c81dd168b620ac8ff9001 | /app/src/main/java/com/roman/fightnet/ui/activities/profileActivities/fragments/SearchFragment.java | 5834953f5ea181c71dc9e402b7cc80fcd2dd4543 | [] | no_license | Dardem30/fightnetAndroid | 3c62662acfd8187a0d0820d0116c41dbf1c65127 | 3a64aa864a75c85ea190d5970cfc66bc69c883de | refs/heads/master | 2020-06-21T06:57:19.336777 | 2019-11-17T13:21:28 | 2019-11-17T13:21:28 | 197,375,365 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,243 | java | package com.roman.fightnet.ui.activities.profileActivities.fragments;
import android.databinding.DataBindingUtil;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.design.widget.BottomSheetBehavior;
import android.support.v4.app.Fragment;
import android.support.v7.widget.Linea... | [
"rlukashenko@cygno.com"
] | rlukashenko@cygno.com |
4184d57c239a214c0e54e8435abd0109c73fc357 | 79cf7adc9360fa29c565cc02865c63b1c18a30cf | /src/com/company/arrays/Maximum_absolute_value_expression.java | cf8bc1f4b44e1eff3b0eea9fb7712581ded9f627 | [] | no_license | justdvnsh/Leetcode_solutions | 9e183f43800d27d5f1ad6bd962be449d7c4adb5d | b4881a0444f8acc69d95fc2f7aa01d3741845b0b | refs/heads/master | 2023-07-02T06:39:54.902627 | 2021-07-31T17:51:08 | 2021-07-31T17:51:08 | 379,597,175 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,768 | java | package com.company.arrays;
import java.util.ArrayList;
import java.util.Arrays;
public class Maximum_absolute_value_expression {
public static void main(String[] args){
int[] arr1 = {1,2,3,4};
int[] arr2 = {-1,4,5,6};
int[] arr3 = {1,-2,-5,0,10};
int[] arr4 = {0,-2,-1,-7,-4};
... | [
"justdvnsh2208@gmail.com"
] | justdvnsh2208@gmail.com |
7452194dbf7ddcf0b52cc8b9a29fabe0d7ff7105 | fed778472dcdf4f872f485769eb6ce46ba62166c | /p4/wordTree/src/wordTree/threadMgmt/PopulateThread.java | 01d59b265b037dd6e8fcf9b589f6d4db835616e5 | [] | no_license | KsirbJ/Design-Patterns | 87aa1ff449f1c7f1e5c75ad36d116c7dc21a108a | caabd5be09a5648f58bdf811df0e9b2e0d89006e | refs/heads/master | 2021-08-28T11:16:45.528203 | 2017-12-12T03:20:34 | 2017-12-12T03:20:34 | 113,937,171 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,138 | java | package wordTree.threadMgmt;
import wordTree.util.FileProcessor;
import wordTree.util.MyLogger;
import wordTree.store.Results;
import wordTree.wordNode.Tree;
import java.util.regex.PatternSyntaxException;
public class PopulateThread implements Runnable {
Tree tree;
FileProcessor myFile;
public PopulateThread(Fil... | [
"ksirbj@users.noreply.github.com"
] | ksirbj@users.noreply.github.com |
0201d4e0924a5e70176515d177ce8d27cedc2a68 | 27c90e727c49c907ad2f4c22747e8b920bcc4d75 | /src/stackqueuepackage/Stack.java | ad86edc57b435d932442524c2f2322a2f8e69e0a | [] | no_license | satyasagar/eclipse-DS | 3b8b585666242218f6b1f2433cfa5a54bb2b8093 | d53451ff6952f9805601a75495c4eded05b3f5aa | refs/heads/master | 2020-03-26T19:05:36.634953 | 2018-08-18T20:12:28 | 2018-08-18T20:12:28 | 145,248,612 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 589 | java | package stackqueuepackage;
public class Stack {
Node top;
public void push(int data){
if(top == null){
top = new Node(data);
top.value = data;
return;
}
Node newNode = new Node(data);
newNode.next = top;
top = newNode;
}
public int pop(){
int popped = top.value;
top... | [
"satya@LAPTOP-ATHC71MV.CSGICORP.COM"
] | satya@LAPTOP-ATHC71MV.CSGICORP.COM |
4f9adf460b70a398a2cfe3cda329933374280159 | 2e924b045959e20a7ae5a286f794e8609664c68c | /BibliotecaApp/src/cl/inacap/bibliotecaApp/frames/package-info.java | 2dc6981be97d2b42b63d9f80f619e5767bf680a0 | [] | no_license | constanzaB72/biblioteca | 40e79d29e3cef73027b1f52f39188b70664eb1c9 | 4d2cb82fc21ee3e764d9529c983ac43a540fe813 | refs/heads/main | 2023-06-29T11:44:51.652477 | 2021-07-28T17:18:20 | 2021-07-28T17:18:20 | 377,364,486 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 39 | java | package cl.inacap.bibliotecaApp.frames; | [
"constanzabelen1.bm@hotmail.com"
] | constanzabelen1.bm@hotmail.com |
f6861e09b3c4a60ad5a93ababd2b5f0b3d6db317 | 11ad2a4b481deca08f5f174211cf8a82511bf86d | /dpsrc_2009-10-10/src/AbstractFactory/A2/listfactory/ListPage.java | 0bbb1fc912506702f71a8ef1824df1b736d1abb1 | [
"Zlib"
] | permissive | MaoTSUJI/Java_design | 5fd83decceeb73d61b20c07d7aef03ca3403ed33 | 8287e028b357771cc4a27d00e94677a50247a76b | refs/heads/master | 2023-02-01T04:44:37.280680 | 2020-12-20T04:55:46 | 2020-12-20T04:55:46 | 272,476,081 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 749 | java | package listfactory;
import factory.*;
import java.util.Iterator;
public class ListPage extends Page {
public ListPage(String title, String author) {
super(title, author);
}
public String makeHTML() {
StringBuffer buffer = new StringBuffer();
buffer.append("<html><head><title>" + title + "</title><... | [
""
] | |
07ee95610e65d35341bad3eeb2b0513948698e76 | d9983b2a036d8409f6ba019aceac679e11984e33 | /transfer/core/src/test/java/com/asta/app2/dao/TicketTempDaoTestOff.java | ac75c8904777890f20b54a37025183597d6a98a7 | [] | no_license | transx/transx | 0354c884937337b4506f8960cd27a2f8a510d5cb | bdb0c8b048764b173bd0588c0cea6ac17c722222 | refs/heads/master | 2016-09-06T01:47:36.624698 | 2013-03-04T18:49:25 | 2013-03-04T18:49:25 | 7,987,873 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,261 | java | /* *Class created on [ Jun 24, 2008 | 12:31:01 PM ] */
package com.asta.app2.dao;
import com.asta.app2.model.Service;
import com.asta.app2.model.TicketTemp;
/**
*
* @author <a href="mailto:saeid3@gmail.com">Saeid Moradi</a>
*/
public class TicketTempDaoTestOff extends BaseDaoTestCase {
private TicketT... | [
"saeid@236e5a06-0ea0-467e-baea-b0eaaccbcb26"
] | saeid@236e5a06-0ea0-467e-baea-b0eaaccbcb26 |
39f19eae8f4978f0466cf63752fad0a497b02912 | a1826c2ed9c12cfc395fb1a14c1a2e1f097155cb | /vs-20181212/src/main/java/com/aliyun/vs20181212/models/SetVsStreamsNotifyUrlConfigResponse.java | 8d64259111a34281b3b11c63006e101dc622b219 | [
"Apache-2.0"
] | permissive | aliyun/alibabacloud-java-sdk | 83a6036a33c7278bca6f1bafccb0180940d58b0b | 008923f156adf2e4f4785a0419f60640273854ec | refs/heads/master | 2023-09-01T04:10:33.640756 | 2023-09-01T02:40:45 | 2023-09-01T02:40:45 | 288,968,318 | 40 | 45 | null | 2023-06-13T02:47:13 | 2020-08-20T09:51:08 | Java | UTF-8 | Java | false | false | 1,168 | java | // This file is auto-generated, don't edit it. Thanks.
package com.aliyun.vs20181212.models;
import com.aliyun.tea.*;
public class SetVsStreamsNotifyUrlConfigResponse extends TeaModel {
@NameInMap("headers")
@Validation(required = true)
public java.util.Map<String, String> headers;
@NameInMap("body")... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
b33897e260d4ed7adb1c34f712ce092fc4a9c704 | c885ef92397be9d54b87741f01557f61d3f794f3 | /results/JacksonDatabind-103/com.fasterxml.jackson.databind.deser.BasicDeserializerFactory/BBC-F0-opt-70/tests/19/com/fasterxml/jackson/databind/deser/BasicDeserializerFactory_ESTest.java | f40797040788132ac7c59050c4e90c4defc73512 | [
"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 | 96,156 | java | /*
* This file was automatically generated by EvoSuite
* Thu Oct 21 19:44:07 GMT 2021
*/
package com.fasterxml.jackson.databind.deser;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.shaded.org.mockito.Mockito.*;
import static org.evosuite.runtime.EvoAssertions.*;
import com.fas... | [
"pderakhshanfar@serg2.ewi.tudelft.nl"
] | pderakhshanfar@serg2.ewi.tudelft.nl |
8a225e6a35665bca40cfdeb57266bbe81ffa7d97 | 09f936dbd84816c340acb6ab2d952527358e8646 | /WoPeD-Editor/src/main/java/org/woped/editor/controller/bpel/BPELwaitPanel.java | 721127d52fb1de152d183c4036c959ce2fae2bf9 | [] | no_license | CodeWithFriendsKa/woped | dc7d047d3cea1da41d11b4ba10b0ad83f11d6c66 | 4c0a96530dc1cc990275d17171aca46688b4632c | refs/heads/master | 2022-05-30T23:15:56.482652 | 2020-06-22T11:36:28 | 2020-06-22T11:36:28 | 235,068,677 | 0 | 1 | null | 2021-06-16T18:00:36 | 2020-01-20T09:52:35 | Java | UTF-8 | Java | false | false | 20,175 | java | package org.woped.editor.controller.bpel;
import java.awt.BorderLayout;
import java.awt.FlowLayout;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.Insets;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.Calendar;
import java.util.Locale;
im... | [
"tamino.fischer@outlook.de"
] | tamino.fischer@outlook.de |
65b624e84e9e5c8f25be76d15ca4beddeb67aac9 | 75394abecf3532c228a8a9fd1dc62599c8414d31 | /zap/src/main/java/org/zaproxy/zap/extension/alert/AlertPanel.java | f1d10730a8b4251d622f0183cd3eba54bf31df23 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-free-unknown"
] | permissive | netsec/zaproxy | 4020780845bd946fef4229bf218451b235e07583 | a372a9b17c1f72409a99dd6498d2920d325106ed | refs/heads/develop | 2020-06-26T19:41:16.544628 | 2019-07-30T14:31:20 | 2019-07-30T14:31:20 | 199,734,091 | 1 | 1 | Apache-2.0 | 2019-07-30T22:07:38 | 2019-07-30T22:05:32 | Java | UTF-8 | Java | false | false | 33,513 | java | /*
* Zed Attack Proxy (ZAP) and its related class files.
*
* ZAP is an HTTP/HTTPS proxy for assessing web application security.
*
* Copyright 2010 The ZAP Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo... | [
"thc202@gmail.com"
] | thc202@gmail.com |
e861decbb61bc6f381e39bf6d021c99e3ab9581e | 8c2d585245900d0fbdd4b5f623b28b4db212833e | /src/main/java/com/ghassen/arbres/entities/ArbreProjection.java | 677151ca7ad2cf36fbaf046a455d3dcb80561c0a | [] | no_license | ghassendev/Spring-Boot-Simple-Crud | d4b4cd6de4ba7e6fd1f5a5f690c183dd3e3e6d35 | 546397b618054cc1c606231ea5fae6f8eb194eb1 | refs/heads/main | 2023-01-21T12:30:37.678390 | 2020-12-03T20:43:57 | 2020-12-03T20:43:57 | 301,571,748 | 0 | 0 | null | 2020-12-03T20:43:58 | 2020-10-06T00:20:08 | Java | UTF-8 | Java | false | false | 223 | java | package com.ghassen.arbres.entities;
import org.springframework.data.rest.core.config.Projection;
@Projection(name = "nomArb", types = { Arbre.class })
public interface ArbreProjection {
public String getNomArbre();
}
| [
"g.ghassen@bluepenlabs.com"
] | g.ghassen@bluepenlabs.com |
dcf7512ad3176b320bb4a95660a4d03b784f869d | 127c82b80b8603493a3e3b0cabfd92b5fd74fb1d | /whp-visual/whp-monitor/src/main/java/com/cloud/whp/monitor/support/RedisEventStore.java | 4c2fc32a602e102c0a78e190101fb4c2ef0e4275 | [] | no_license | fengclondy/whp-cloud | ff6fe61494b93856e9e481a429ba7ec5e4fc8d20 | 824fd5b2290d6744d214d755d97be7401feda36f | refs/heads/master | 2020-04-24T02:14:48.884067 | 2018-12-26T10:27:19 | 2018-12-26T10:27:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,284 | java |
package com.cloud.whp.monitor.support;
import com.cloud.whp.common.core.constant.CommonConstant;
import de.codecentric.boot.admin.server.domain.events.InstanceEvent;
import de.codecentric.boot.admin.server.eventstore.InMemoryEventStore;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annota... | [
"1032998173@qq.com"
] | 1032998173@qq.com |
c8e43d4fa9504b3e76eaaa86adb63a6ab4bba4bf | a9185f673e9e30614143def66628671379099b1c | /market-data-processor/src/main/java/org/kaloz/datafeed/processor/infrastructure/messaging/listener/ProcessorListener.java | 80238872a3c165726dac27987208ba41dafaf58e | [
"Apache-2.0"
] | permissive | parrondo/market-data-feed | 800671eec214688360decc4a511904e443e0277d | 46e39c7fd3a32988e4c49107504cd27c2db87c79 | refs/heads/master | 2020-12-11T04:11:25.596303 | 2013-12-16T21:59:34 | 2013-12-16T21:59:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,706 | java | /*
* Copyright 2013 Krisztian Lachata
*
* 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... | [
"krisztian.lachata@gmail.com"
] | krisztian.lachata@gmail.com |
dc0c0501d3f77be5fb6ebad544ca082f60d57020 | 5f783378eb66481617346c3ea9aa8df20c683b0a | /src/main/java/com/netsuite/suitetalk/proxy/v2018_1/lists/accounting/types/RevRecScheduleAmortizationStatus.java | 9a9ba662b7029dfc7a61acb670f309ea764e961a | [] | no_license | djXplosivo/suitetalk-axis-proxy | b9bd506bcb43e4254439baf3a46c7ef688c7e57f | 0ffba614f117962f9de2867a0677ec8494a2605a | refs/heads/master | 2020-03-28T02:49:27.612364 | 2018-09-06T02:36:05 | 2018-09-06T02:36:05 | 147,599,598 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,960 | java | package com.netsuite.suitetalk.proxy.v2018_1.lists.accounting.types;
import java.io.ObjectStreamException;
import java.io.Serializable;
import java.util.HashMap;
import javax.xml.namespace.QName;
import org.apache.axis.description.TypeDesc;
import org.apache.axis.encoding.Deserializer;
import org.apache.axis.encoding.... | [
"ccolon@git.eandjmedia.com"
] | ccolon@git.eandjmedia.com |
dad3a193bfe870da3aea2e76c3edacd20d376269 | e108d65747c07078ae7be6dcd6369ac359d098d7 | /com/itextpdf/text/pdf/security/VerificationException.java | 0feccf3954eb0d86dd1ff164bd9df9a7b602f597 | [
"MIT"
] | permissive | kelu124/pyS3 | 50f30b51483bf8f9581427d2a424e239cfce5604 | 86eb139d971921418d6a62af79f2868f9c7704d5 | refs/heads/master | 2020-03-13T01:51:42.054846 | 2018-04-24T21:03:03 | 2018-04-24T21:03:03 | 130,913,008 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 651 | java | package com.itextpdf.text.pdf.security;
import java.security.GeneralSecurityException;
import java.security.cert.Certificate;
import java.security.cert.X509Certificate;
public class VerificationException extends GeneralSecurityException {
private static final long serialVersionUID = 2978604513926438256L;
pub... | [
"kelu124@gmail.com"
] | kelu124@gmail.com |
236979564caa974373b690e192de18bf9afec9f7 | 550c0a8aada492436154b655dc7ff0a9debc172b | /src/main/java/org/leg/library/type/core/ITree.java | 9ee63314821a36dd4c00033620671c347b0ff25f | [] | no_license | linlieycm/leg | 4cfd92c1da8ee8fc338d986fde072cc542dc6279 | 1a3a9608b654f5d6b2028a8d60fb644361e031b8 | refs/heads/master | 2021-01-10T08:12:54.833724 | 2015-05-29T08:17:31 | 2015-05-29T08:17:31 | 36,490,765 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 544 | java | package org.leg.library.type.core;
/**
* 树接口
*/
public interface ITree<T extends ITree<T>> extends IGraph<T> {
/**
* 获取父节点
*
* @return 父节点对象
*/
public T parent();
/**
* 设置父节点
*
* @param parent 待设置为父节点的节点对象
* @return 原父节点,若原父节点不存在则返回null
*/
public T setPar... | [
"yangcm04@163.com"
] | yangcm04@163.com |
006963e3ba7ba20f15316f3d68989a1fbc3516fd | b5a4343608394c99dbf4e6d906d6e343c5f95432 | /gmall-mbg/src/main/java/com/atguigu/gmall/pms/service/impl/SkuStockServiceImpl.java | 098bf882155658ac406328cdfdc3821bda96599b | [] | no_license | w8ava8w/gmall-parent | ace36a051e33c8f58ab8db407a5cbb8025384778 | 89ed2d095289964c8aa48a496354b687ecd617ac | refs/heads/master | 2020-04-30T21:48:30.873779 | 2019-03-22T14:56:14 | 2019-03-22T14:56:14 | 176,322,877 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 531 | java | package com.atguigu.gmall.pms.service.impl;
import com.atguigu.gmall.pms.entity.SkuStock;
import com.atguigu.gmall.pms.mapper.SkuStockMapper;
import com.atguigu.gmall.pms.service.SkuStockService;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import org.springframework.stereotype.Service;
/**
* ... | [
"w8ava8w@qq.com"
] | w8ava8w@qq.com |
43ab109047434d203c823742c2d937cb0b7d7e20 | ef12a03a0dd66aafb20a2847c851fbd44dc45bc8 | /Guice/ch05.02-ProviderInterface Inject Constants/my-guice-app/src/main/java/com/app01/ch01/module/AppModule.java | 80cab4eb01fe43d308437c410776972dca1b2a11 | [] | no_license | softwareengineerhub/learning | 24727a07e646a134c9d4db9d424ba546f90c0b52 | dc572f685ffdf8f356ee82b1d28ad940871d05fb | refs/heads/master | 2023-07-27T04:16:26.988338 | 2022-11-10T09:40:46 | 2022-11-10T09:40:46 | 179,563,742 | 0 | 0 | null | 2023-09-05T21:58:38 | 2019-04-04T19:28:55 | Java | UTF-8 | Java | false | false | 722 | java | package com.app01.ch01.module;
import com.app01.ch01.providers.DrawSquareProvider;
import com.app01.ch01.request.SquareColorValue;
import com.app01.ch01.shape.DrawShape;
import com.app01.ch01.shape.DrawSquare;
import com.google.inject.AbstractModule;
import com.google.inject.Provides;
import com.google.inject.Scopes;
... | [
"denis.prokopiuk@yahoo.com"
] | denis.prokopiuk@yahoo.com |
572ee52a3b43b80d4b2e5b20400978cfba7be19b | 88e9c95706428ffdba71799302dda47bd49ecbc9 | /src/java/logica/Tiquete.java | dcb6148bb3f8e0bb3abb5f19dda4169791eeb234 | [] | no_license | moiso0499/Lab-No1-Moviles | 3546e67ada4275fbe95a671a6c6cba242313f22c | 51ac9debb5934e59479b38b528d0cc44f679d694 | refs/heads/master | 2023-04-10T00:23:14.448106 | 2021-04-19T05:19:07 | 2021-04-19T05:19:07 | 354,410,973 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,114 | 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 logica;
/**
*
* @author Moi
*/
public class Tiquete {
Compra compra_id;
int asiento;
Vuelo vuelo_id;
publi... | [
"moiso0499@outlook.com"
] | moiso0499@outlook.com |
1670c6b471713102b1f7a23503074b472c745585 | 23e81fa38c4b214316e9764787e732dad581ece6 | /src/main/java/auction/demo/repository/UserRepository.java | 20efa2e5cb0e20b2e2bed7047c8702ec2484f707 | [] | no_license | mkergal/auction-api | a58cdcb6114a3d1f19fb6e5106a64317730f9046 | b2313fbb23cc3f43593fde60d24c4603c1dc54d9 | refs/heads/master | 2022-01-07T01:46:16.973110 | 2019-04-24T09:18:14 | 2019-04-24T09:18:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 203 | java | package auction.demo.repository;
import org.springframework.data.repository.CrudRepository;
import auction.demo.models.User;
public interface UserRepository extends CrudRepository<User, Integer> {
}
| [
"ddaksh.93@gmail.com"
] | ddaksh.93@gmail.com |
96b016081d5d0d8add3433a8c1c581d65438eb7a | 0e175cf3f2caeca8f258d9c48ad55d28f2608442 | /src/View/UserViewScreen/UserViewController.java | 6f57e7bd35f4b899e8ad9432f85ffba4a4124817 | [] | no_license | tal8374/EverythingForRent | 83843a4596f1c530f19d0976425e91e1b0775e6c | 26376733365c745de53c19c53d65351cd76365dc | refs/heads/master | 2021-03-30T21:56:15.855024 | 2018-03-12T14:44:51 | 2018-03-12T14:44:51 | 124,902,241 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,734 | java | package View.UserViewScreen;
import App.Product;
import App.User;
import App.Package;
import View.ProductDescriptionView.ProductViewController;
import Main.ViewModel;
import javafx.collections.FXCollections;
import javafx.collections.ObservableList;
import javafx.fxml.FXMLLoader;
import javafx.fxml.Initializable;
impo... | [
"talivanov@gmail.com"
] | talivanov@gmail.com |
56ddeebb4eb0ce6087fe105784b6529b04766ea9 | a3250c5ae4614a3392f422cfa60114b310f02641 | /Android App/GlucUp-2Date/app/src/main/java/magnusdroid/com/glucup_2date/Model/MValueGlucose.java | 9dafe8a2a0ed2c3f175d61bd5b372d4cd65620a5 | [] | no_license | rubielchapal/Glucemia | f25ef5a95b3c8ac6674f3d232865f6a10453d805 | 5f1bf1d0b7928766b5aa288e6042906c763359cc | refs/heads/verBeta | 2021-01-13T05:49:38.500401 | 2018-08-25T02:37:59 | 2018-08-25T02:37:59 | 70,057,410 | 0 | 0 | null | 2016-10-05T12:18:21 | 2016-10-05T12:18:21 | null | UTF-8 | Java | false | false | 5,687 | java | package magnusdroid.com.glucup_2date.Model;
import android.content.Context;
import android.util.Log;
import org.json.JSONException;
import org.json.JSONObject;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.Reader;
import java.math.RoundingMode;
import jav... | [
"man_alejo@hotmail.com"
] | man_alejo@hotmail.com |
dcdd9689b873d109717dc22fb7bac4efba99d1bc | 95020c7e244426fa05bbacba32b328d6693361c2 | /lei20_21_s4_2dl_02/HelpdeskService/helpdesk.core/src/main/java/eapli/helpdesk/equipa/exception/DesignationException.java | 9d17c05e6dede29b9ebc3c5a2bdab0bf2699f13f | [
"MIT"
] | permissive | GJordao12/ISEP-LAPR4 | cd98eec39010f2ea566376a247e7ebfbd441e12d | 06e6b2f515445777180faaa603c023ce9b702bdf | refs/heads/main | 2023-08-23T19:19:47.228134 | 2021-10-02T17:23:19 | 2021-10-02T17:23:19 | 412,626,451 | 2 | 3 | null | null | null | null | UTF-8 | Java | false | false | 166 | java | package eapli.helpdesk.equipa.exception;
public class DesignationException extends Exception {
public DesignationException(String s) {
super(s);
}
}
| [
"grtjordao782001@gmail.com"
] | grtjordao782001@gmail.com |
447bcd703580792179f9b63d0bedf8c24fd2f570 | b698ce1c1b798ea23e33c7a51ce59de4d8856d49 | /code/src/main/java/com/kangyl/test/controller/TestController.java | bd8fbf4b5964cb97676c14bf86e7d2322d58b3eb | [] | no_license | kangyl/mycode | a98387ee6e255a32f9d7ba7bbeabe67057af8fd3 | d1e9cc7c32a096c80a5d014f7ef158d50f82a6bf | refs/heads/master | 2022-12-21T09:51:24.955182 | 2020-05-19T08:01:11 | 2020-05-19T08:01:11 | 145,866,956 | 0 | 0 | null | 2022-12-16T04:31:54 | 2018-08-23T14:42:37 | JavaScript | UTF-8 | Java | false | false | 243 | java | /**
* Copyright 2018
*/
package com.kangyl.test.controller;
import org.springframework.web.bind.annotation.RestController;
/**
*
*@author : kangyl(460720197@qq.com)
*@date: 2018/3/10
*/
@RestController
public class TestController {
}
| [
"460720197@qq.com"
] | 460720197@qq.com |
ef59427898537246fbfa3c9041f3979d79a517b0 | c89317715262e0091d4c2333898a8a7fede7a9e2 | /MybusTrip-backend/src/main/java/com/bus/booking/Dao/BusCompanyDao.java | 1e6969949a720d3f6ae6ba2894d55be1de537900 | [] | no_license | suryaaravind97/MybusTrip-backend | bcdea4163d8d915d440e0c494720544e6c2ec4fc | bbd2f3c00f3ff6b7e0dac777f9af2beb926c2e4f | refs/heads/master | 2022-04-17T11:29:16.215921 | 2020-04-10T09:20:03 | 2020-04-10T09:20:03 | 254,592,123 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 272 | java | package com.bus.booking.Dao;
import com.bus.booking.models.Buscompany;
import org.springframework.data.repository.CrudRepository;
public interface BusCompanyDao extends CrudRepository<Buscompany, Integer> {
public Buscompany findByCompanyName(String companyName);
}
| [
"noreply@github.com"
] | suryaaravind97.noreply@github.com |
cadf31679220831282c6c95f67c65a12addfd74a | b66bdee811ed0eaea0b221fea851f59dd41e66ec | /src/com/google/android/gms/d/af$1.java | da329beb0f2268f82f1261161ec8998409cc3081 | [] | no_license | reverseengineeringer/com.grubhub.android | 3006a82613df5f0183e28c5e599ae5119f99d8da | 5f035a4c036c9793483d0f2350aec2997989f0bb | refs/heads/master | 2021-01-10T05:08:31.437366 | 2016-03-19T20:41:23 | 2016-03-19T20:41:23 | 54,286,207 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 654 | java | package com.google.android.gms.d;
import android.os.RemoteException;
import com.google.android.gms.appdatasearch.UsageInfo;
import com.google.android.gms.common.api.GoogleApiClient;
import com.google.android.gms.common.api.Status;
class af$1
extends ah<Status>
{
af$1(af paramaf, GoogleApiClient paramGoogleApiClie... | [
"reverseengineeringer@hackeradmin.com"
] | reverseengineeringer@hackeradmin.com |
89de47890032223ea6fa7f19a0a8de3bdbf70e3d | 07e2221d48f3f778b0a2694544d5a6933857313f | /src/test/java/helpers/InitDriver.java | 663817caea662c6133b16ddc62777a09d9cf6df1 | [] | no_license | sloymad/TestExercise | b1794111556dc58f9c4e2421f9be64c3cd95696f | 5e8c015cd7a67bf6379d5226892e15cd86f691c7 | refs/heads/master | 2020-03-07T19:27:20.660717 | 2018-04-18T12:30:30 | 2018-04-18T12:30:30 | 127,670,980 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 815 | java | package helpers;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.remote.DesiredCapabilities;
import org.openqa.selenium.remote.RemoteWebDriver;
import java.net.MalformedURLException;
import java.net.URI;
public class InitDriver {
private WebDriver driver;
public WebDriver chromeDriver() {
... | [
"sloymad@gmail.com"
] | sloymad@gmail.com |
abaa74060b4c76d2d8463f4e85c6f3b1f1cca5b3 | dd1541bed714f0e3a8c7e2e1360c483cc935013f | /app/src/main/java/com/example/TheArcade/BrickGame/Brick.java | cad94a2e1852a717f889eada7913093c4b9835e2 | [] | no_license | AlyssaChow/TheArcade | f3cd3b5891b516556f83a83cd7627017ac5f40a1 | 83a5297db72b37e752fc17eb0945c30cd8850849 | refs/heads/master | 2023-01-28T21:14:02.154170 | 2020-12-13T16:24:09 | 2020-12-13T16:24:09 | 294,725,604 | 0 | 0 | null | 2020-12-07T04:22:19 | 2020-09-11T15:00:56 | Java | UTF-8 | Java | false | false | 2,006 | java | package com.example.TheArcade.BrickGame;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.content.SharedPreferences;
import android.content.pm.ActivityInfo;
import android.os.Bundle;
import android.view.MotionEvent;
import android.view.... | [
"craigpinchin@gmail.com"
] | craigpinchin@gmail.com |
58526e8d12a1007df0e88187950e346153fde4b0 | c1d8a2f4250503b33c4a9ab33366553b3af226b4 | /src/test/java/com/imz1/service/security/jwt/JWTFilterTest.java | 95052e59aa8f516e32e0acb10b3f35093c15cd7d | [] | no_license | anupgupta100/imz1-utdb-service-sample2 | 8b02e65436e59fec83fbcad9d97bf49f6069ddf2 | a1b3312e82de7beccbf42f8981bca3441b86a8b2 | refs/heads/master | 2022-11-25T08:06:08.841660 | 2020-07-31T12:01:40 | 2020-07-31T12:01:40 | 284,026,851 | 0 | 0 | null | 2020-07-31T12:18:52 | 2020-07-31T12:01:21 | Java | UTF-8 | Java | false | false | 5,559 | java | package com.imz1.service.security.jwt;
import static org.assertj.core.api.Assertions.assertThat;
import com.imz1.service.security.AuthoritiesConstants;
import io.github.jhipster.config.JHipsterProperties;
import io.jsonwebtoken.io.Decoders;
import io.jsonwebtoken.security.Keys;
import java.util.Collections;
import or... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
ae62f78b0f097a9d7e4dccbfd7a02c32f20a2224 | 3370a0d2a9e3c73340b895de3566f6e32aa3ca4a | /alwin-middleware-grapescode/alwin-rest/src/main/java/com/codersteam/alwin/rest/ContactDetailResource.java | a8a8ef6315165b3b0f769063767d9539c3bafcbe | [] | no_license | Wilczek01/alwin-projects | 8af8e14601bd826b2ec7b3a4ce31a7d0f522b803 | 17cebb64f445206320fed40c3281c99949c47ca3 | refs/heads/master | 2023-01-11T16:37:59.535951 | 2020-03-24T09:01:01 | 2020-03-24T09:01:01 | 249,659,398 | 0 | 0 | null | 2023-01-07T16:18:14 | 2020-03-24T09:02:28 | Java | UTF-8 | Java | false | false | 6,417 | java | package com.codersteam.alwin.rest;
import com.codersteam.alwin.auth.annotation.Secured;
import com.codersteam.alwin.core.api.model.customer.ContactDetailDto;
import com.codersteam.alwin.core.api.model.customer.ContactStateDto;
import com.codersteam.alwin.core.api.model.customer.ContactTypeDto;
import com.codersteam.al... | [
"grogus@ad.aliorleasing.pl"
] | grogus@ad.aliorleasing.pl |
edfb15c4a68dc653bf55ebb4958e98575e4dc31d | 4dc9c476e31c161fb57fe6d1fc5fdce1ec18af0d | /src/com/example/app_fitness/Samedi.java | 00e9cff9f33d12e55b9598b0370170142ef260b2 | [] | no_license | MaarefSa/App_fitness | df1094eca6b85f95afbd334061695e69f6281425 | de057c5ff25fc7abc8e78da70bc4a2a9d68be3a4 | refs/heads/master | 2020-05-01T00:23:30.711386 | 2019-03-22T15:43:07 | 2019-03-22T15:43:07 | 177,167,747 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,108 | java | package com.example.app_fitness;
import java.io.BufferedInputStream;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.URL;
import org.json.JSONArray;
import org.json.JSONObject;
import android.app.Activity;
import android.os.Bundle;
import android.os... | [
"saifmaaref0@gmail.com"
] | saifmaaref0@gmail.com |
6c31504fbf9588d983740f10fee4d5bfc92a29a7 | 00e3015e580b602fb8cee02af4e23384c441e34f | /foodvendor/src/main/java/starterproject/foodvendor/data/Ingredient.java | 7eb9b33c9e2a92901d2bef266b1a36818df91469 | [] | no_license | mabdinur/open-census-example | a4b90591e54e1e438642ef161a6283837da4c3bd | fcf4f72b736eaab21f4ba6375a8b3c88d1e4e38c | refs/heads/master | 2022-09-29T10:27:04.153467 | 2020-05-28T01:54:19 | 2020-05-28T01:54:19 | 269,102,365 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 412 | java | package starterproject.foodvendor.data;
import lombok.Data;
@Data
public class Ingredient {
private String name;
private float price;
private float quantity;
private String currency;
public Ingredient() {
}
public Ingredient(String name, float price, float quantity, String currency) {
this.name = n... | [
"mabdinur@google.com"
] | mabdinur@google.com |
049835f8066a0c2222424a80f3864fba4f42407f | a5db9c593af0ae024d7cf2dcbb5bd95b58b8337b | /贯穿案例/SMBMS/src/main/java/cn/smbms/service/user/UserServiceImpl.java | 32d42f8239a0d617edaa816c6e873f3c3024065f | [] | no_license | pangzhenhuazhendeshuai/Y2 | 4a6417a589159b7139c9d05a391c333ba331d72d | fa794842280793e63c47d570dca9403b697ac051 | refs/heads/master | 2020-03-22T15:10:20.430631 | 2018-07-19T05:39:15 | 2018-07-19T05:39:15 | 139,794,833 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,206 | java | package cn.smbms.service.user;
import java.util.List;
import cn.smbms.dao.user.UserMapper;
import cn.smbms.pojo.User;
import cn.smbms.tools.Constants;
import cn.smbms.tools.MybatisUtil;
import org.apache.ibatis.session.SqlSession;
/**
* service层捕获异常,进行事务处理
* 事务处理:调用不同dao的多个方法,必须使用同一个connection(connection作为参数传递)
* ... | [
"2465338578@qq.com"
] | 2465338578@qq.com |
8afab0db788a07e5afa00a317906f31a48e571d5 | 8edc5ceb51a89305bf737ffae076b68a482a1431 | /Boohbah 0410/Gameplay.java | 31b6085aad19cd753f21beaca053e10b67025fce | [] | no_license | justinappave/cpsc-233-group | 7e6aca49eacbe1aec33a7907d085c2a00ffe88ea | 870b348b80b8c46d4d851e06e53eea347573184d | refs/heads/master | 2021-03-21T23:53:24.075844 | 2017-04-12T16:14:12 | 2017-04-12T16:14:12 | 79,484,249 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 25,042 | java | import leaderboards.*;
import java.awt.*;
import javax.swing.*;
import java.util.ArrayList;
import java.util.Collections;
import java.awt.event.ActionListener;
import java.awt.event.ActionEvent;
import javax.swing.AbstractButton;
import javax.swing.ImageIcon;
public class Gameplay implements ActionListener{
//Initi... | [
"noreply@github.com"
] | justinappave.noreply@github.com |
f9ea90de29f95eeece230f237f875d9cc58cd10c | 7e1b1b0cee00c321ee8852ea788ecebce68b53c7 | /DiamonShop/src/main/java/DiamonShop/Controller/User/CartController.java | 519234ca7d6a318d6cc6acbd9ff7465569c03ede | [] | no_license | tungLC99999/tung81098 | e34a8cb97637e8e28887eb0c90a7b60630c1e324 | 2d6c48f78b9c04bdc44ff42dbb95831afe695b42 | refs/heads/master | 2022-11-29T16:22:21.048769 | 2020-08-12T06:23:17 | 2020-08-12T06:23:17 | 286,931,833 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,644 | java | package DiamonShop.Controller.User;
import java.util.HashMap;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.ModelAttri... | [
"you@example.com"
] | you@example.com |
0267d9bb776ea5b8136e1532c3d80d467839f2dc | fd6009760f0844654d9895a490d0cdfcd15b37ca | /src/Movable.java | f16ff545b6c663a8cd82aec6bd2b6dbfb8043fff | [] | no_license | rlauswmd/pa8-60171631-kimhyeonjung | bb892ca0ee2d86168b4ef6042ab72acddb617ad3 | ac9152b77c540b4b268265911d50c6a4b49bac71 | refs/heads/master | 2021-08-23T15:59:05.014702 | 2017-12-05T14:55:08 | 2017-12-05T14:55:08 | 113,193,593 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 57 | java |
interface Movable {
void move(double dx, double dy);
}
| [
"sunh98@mju.ac.kr"
] | sunh98@mju.ac.kr |
9dd440eec3bd9f6e415055562066280bf8c93ac4 | 94c338a26b03c07ea852e0b9d40390a001a8a04d | /Native/Android/LunarConsole/lunarConsole/src/main/java/spacemadness/com/lunarconsole/json/Rename.java | 12402bc0e92b4cd6d55aa16013e2deeabd2d459d | [
"Apache-2.0"
] | permissive | shackerlong/lunar-unity-console | 75e34b3355cdcbff665ccb300af3283694a5c135 | db209eddcb9274515a76b85a1b50d2c613345be9 | refs/heads/master | 2022-11-28T10:30:30.295375 | 2020-07-29T04:08:29 | 2020-07-29T04:08:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,054 | java | //
// Rename.java
//
// Lunar Unity Mobile Console
// https://github.com/SpaceMadness/lunar-unity-console
//
// Copyright 2015-2020 Alex Lementuev, SpaceMadness.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may ob... | [
"a.lementuev@gmail.com"
] | a.lementuev@gmail.com |
a8569537e41a9302dd73cc3f6f498207a47341fb | 3f18d1355371c74395eaa60af70b5ecfad7fa7a8 | /src/main/java/com/icook/_00_init/config/RootAppConfig.java | 2e73067d14b4133179391854ed640917d60b6e04 | [] | no_license | myjava0221/icookProject | 124a6301d430405428dc504495ac6008be462cb2 | 6b7400d793895cf1e1d36b40e79790316bdddb31 | refs/heads/master | 2022-12-29T10:21:58.146916 | 2020-04-05T13:33:21 | 2020-04-05T13:33:21 | 253,236,188 | 0 | 0 | null | 2022-12-16T15:06:41 | 2020-04-05T13:02:27 | Java | UTF-8 | Java | false | false | 3,277 | java | package com.icook._00_init.config;
import java.beans.PropertyVetoException;
import java.util.Properties;
import javax.sql.DataSource;
import org.hibernate.SessionFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springfram... | [
"myjava0221@gmail.com"
] | myjava0221@gmail.com |
b4e42e946630f9b2a9a38d0aa399b4014b4cf85d | 8980b023c9ee407190c60017a6600ae8d7f50d30 | /core-app/src/main/java/com/revature/data/impl/CategoryDAOImpl.java | 5760737c648edd32cd248d2d57be86b102ce4a1d | [] | no_license | BhuvaneswariMohan/top-results | 5312157a6b5c0394c3d8c6dd914744a279d3ab55 | 39ccaa9d17071852fcaadb77496eaf204f3b5659 | refs/heads/master | 2021-01-18T22:58:18.492698 | 2017-04-03T14:07:05 | 2017-04-03T14:07:05 | 87,080,975 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,437 | java | package com.revature.data.impl;
import java.util.List;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import com.revature.data.CategoryDAO;
import com.revature.data.access.DataRetriver;
import com.revature.dat... | [
"noreply@github.com"
] | BhuvaneswariMohan.noreply@github.com |
b9ef4f70f00b38b8a91b4e0f61c4b3365dec4a9e | 44944a88428eaf3051e8bd731edc63fe84ba8603 | /src/com/automation/ui/base/common/core/annotations/Execute.java | 1013b23b9a6b1d1457829c2cf2b3a9dbb6ed2ea5 | [] | no_license | cloudties/Automation | 00cee965d4be0a8d4d6bfc4eabedc5661b1f00fe | 94928ce2b4765fbe345b932f06bbed2f68a963a0 | refs/heads/master | 2023-02-07T07:27:55.872549 | 2023-01-31T03:42:00 | 2023-01-31T03:42:00 | 170,799,698 | 0 | 2 | null | 2022-12-14T20:37:05 | 2019-02-15T04:02:31 | Java | UTF-8 | Java | false | false | 670 | java | package com.automation.ui.base.common.core.annotations;
import com.automation.ui.base.common.auth.User;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Retention(value = RetentionPolicy.RUNTIME)
@Target(... | [
"info@cloudties.in"
] | info@cloudties.in |
339e427baee4e5a11e6e3fb541c90d8e9c0f0e76 | 9f27226457124b74361f6813de9e3e127ce3b955 | /src/DictionaryClient/src/client/Client.java | 555bfcfa2811c0d5411cd469fdea0b296de36bdf | [] | no_license | ruofzhang/COMP90015-Multi-threaded-Dictionary-Server | 102eb24763aa558a35d758d6b85041ee4d502402 | 82eb05e3da5a430092dac45752fe4a852195bb34 | refs/heads/master | 2022-11-12T08:00:54.602751 | 2020-07-02T10:43:19 | 2020-07-02T10:43:19 | 276,618,297 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,352 | java | package client;
import gui.SelectFrame;
import gui.WrongPortFrame;
import service.ServiceResultEnum;
import java.io.*;
import java.net.Socket;
/**
* @name Ruofan
* @surname Zhang
* @studentID 1029050
*/
public class Client {
private static String host;
private static int port;
public Client() {
... | [
"ruofzhang@student.unimelb.edu.au"
] | ruofzhang@student.unimelb.edu.au |
65d505719571a9e701133938efa3d69d2fa99abd | cbe0e4f69b13fdd2c1555dd71ad2708d2abf4470 | /app/src/androidTest/java/android/com/pulltorefreshexample/ApplicationTest.java | f634f65adf901aa0dbe31690c3184434aa67f7a2 | [] | no_license | pawankumarbaranwal/PullToRefreshExample | c65b4457b4fd8b7d4d26578130d0a99b98a6e7c6 | 06ff01df670a48101af01c8db31a9dbf9aef6cdf | refs/heads/master | 2021-01-18T13:54:18.481170 | 2015-08-22T20:00:07 | 2015-08-22T20:00:07 | 41,222,405 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 363 | java | package android.com.pulltorefreshexample;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() ... | [
"pawankumarbaranwal@gmail.com"
] | pawankumarbaranwal@gmail.com |
2339917bb8c25a6d0e0bfa7a99c2592c2d706f58 | 83c5f04bb516305947dcfee4df9d78934a52b924 | /com/tree/BinaryTree.java | 7611db20044065c5b0f38ed550b79acb941d054f | [] | no_license | gitScald/Java-Tree-Design | 3476fb89e66ae8bd6e6b25be95cd2500df6ad2a4 | fb7b94980c3e80a61d1f9482b74494c8e44a0604 | refs/heads/master | 2020-09-14T05:46:33.691013 | 2017-06-15T18:50:27 | 2017-06-15T18:50:27 | 94,469,204 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 773 | java | package com.tree;
/**
* Abstract, flexible binary tree ADT for solving both the Huffman coding tree
* and the tree selection problems.
* @author Benjamin Vial (29590765)
* @param <T> Node contents
*/
public interface BinaryTree<T> {
/**
* Binary tree Node interface.
* @param <T> Node contents
... | [
"noreply@github.com"
] | gitScald.noreply@github.com |
d163e86bddd3f50f3b7d6364427bc3ab2a06a30e | 0627853f21d57fd3a8040218f78a96c8086dacf9 | /app/src/main/java/com/xiaoying/bocool/widget/LoadingView.java | ca5664fcd233f6e913e450e414c59e310ce83acf | [] | no_license | joyhooei/BoCool | 262f9d3a2a95d2fe2c279a4f69503c3ed99bdf3b | 711dcebf47a687a83551613d7209b7134699be56 | refs/heads/master | 2020-03-30T06:18:35.815333 | 2016-11-15T04:31:27 | 2016-11-15T04:31:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,703 | java | /*
* Copyright (C) 2015. The BoCool Project.
*
* yinglovezhuzhu@gmail.com
*
* 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... | [
"yinglovezhuzhu@139.com"
] | yinglovezhuzhu@139.com |
92b82710ebee25355c59355b65e6686e83f3d54c | 334a3886a9e0a0a211aeb9b25cf6eaecbb663128 | /ProyectoFInalWeb/src/main/java/co/edu/icesi/banco/dao/TransferenciasDAO.java | ff44286bc30ed87eeea30a54da8b44795ed48182 | [] | no_license | ana216/computacion | c55007d63442fe7d714f72260fe9328a20695b61 | e1d392c250affb6476f674ac606438397821c23a | refs/heads/master | 2020-03-18T05:49:37.490211 | 2018-05-31T20:27:22 | 2018-05-31T20:27:22 | 134,363,717 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,030 | java | package co.edu.icesi.banco.dao;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Repository;
import co.edu.icesi.banco.modelo.Transferencias;
@Repository
@Scope("si... | [
"ana@ana"
] | ana@ana |
f7a82483deed06450cdb0d40d2c95a69c1be8051 | f5afb5b12d162149d6b2723d4d0c3c52b1490e65 | /Erpoge Server/src/erpoge/core/BodyPartType.java | f9436abac03889875398c163252dc01bf247976d | [] | no_license | Cookson/Ten-Thousand-Journeys | f6195c0acdab06a8641fbd045e2219f5872edd57 | 18c6bf94e37f01e0c4fc8e5e96bccf72f4a1a13d | refs/heads/master | 2021-01-13T02:23:56.829317 | 2013-01-16T09:38:03 | 2013-01-16T09:38:03 | 2,905,119 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,985 | java | package erpoge.core;
enum BodyPartType {
HEAD(1),
TORSO(2),
HAND(3),
GRIP(4),
LEG(5),
ARM(6),
EAR(7),
FOOT(8),
FINGER(9),
NECK(10),
TENTACLE(11),
TAIL(12),
EYE(13),
MOUTH(14),
NOSE(15),
TEETH(16),
TONGUE(17);
/**
* An exclusive identivication number which is equal in client and server
* used to i... | [
"suseika@leika.(none)"
] | suseika@leika.(none) |
1704c88fce37138c2daabae1aa5b4f820da859c6 | a15ff4e0dcf2b99700901dfab0ae4ffa9de8a300 | /src/cn/liutils/core/client/render/RenderBullet.java | fda5159791af8483eb66ef00443f71c730b51c4d | [] | no_license | laxcat5/LIUtils | 7a1b10b47a29128643b526a3cbd00f21f4df3596 | c0afb80593d9c6741206afdbaf3f434f0c8a6f04 | refs/heads/master | 2021-01-15T12:48:57.655513 | 2014-08-27T04:39:08 | 2014-08-27T04:39:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,016 | java | /**
* Copyright (c) Lambda Innovation Team, 2013
* 版权许可:LambdaCraft 制作小组, 2013.
* http://lambdacraft.cn/
*
* The mod is open-source. It is distributed under the terms of the
* Lambda Innovation Open Source License. It grants rights to read, modify, compile
* or run the code. It does *NOT* grant the right to re... | [
"Cheetah77@qq.com"
] | Cheetah77@qq.com |
20d78b0639632284e7a8d9af8f94363f9290b88e | ec5d615c624a104cb8809516ded91972a64bd505 | /136.Single Number/java_solution.java | ac3c675ed1cea8e0371ffa22cfed6025f742f7d2 | [] | no_license | Yeening/LeetCode | 822a7a08e402dbb00d570fee3cdb4309045f1f17 | d585eb6792085babcddca1bad7f9ac29ee249f57 | refs/heads/master | 2021-12-21T15:30:00.586741 | 2021-11-29T21:16:20 | 2021-11-29T21:16:20 | 126,449,003 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 585 | java | class Solution {
//Solution1 hash table
// public int singleNumber(int[] nums) {
// Map<Integer, Integer> hash = new HashMap<> ();
// for(int i = 0; i < nums.length; i++){
// if(hash.containsKey(nums[i])) hash.remove(nums[i]);
// else hash.put(nums[i], i);
// }
... | [
"noreply@github.com"
] | Yeening.noreply@github.com |
0c895b00e8521b113d0841b7d127db6a5191faa8 | dfea0fc8b598875b8b465ef2c0f6eb9e9b504252 | /src/logic/exceptions/ActionException.java | cabc385f723b65d5a064efd192a8eb5db6434d78 | [] | no_license | cs2103aug2015-w11-3j/main | 41449515406d3c6110e18b421162bb8d1892bbcd | eaa0ea62ad91872567aec48c995bc2c22589f7b3 | refs/heads/master | 2016-09-07T19:04:35.584749 | 2015-12-09T12:44:29 | 2015-12-09T12:44:29 | 41,022,227 | 5 | 2 | null | null | null | null | UTF-8 | Java | false | false | 248 | java | //@@author A0125546E
package logic.exceptions;
public class ActionException extends LogicException {
private static final long serialVersionUID = 663428951026655012L;
public ActionException(String msg) {
super(msg);
}
}
| [
"kenlsm@u.nus.edu"
] | kenlsm@u.nus.edu |
3a30f264e10a644ab7923617aff6bacee2d2696f | 844adf1c3e4928626725637e1304f1f244e61e65 | /app/src/main/java/com/programmer/jgallos/ma_i/SubjectRecords.java | cd879ad14153c3fafa3bf009c2a59ade2b4e4439 | [] | no_license | jgallos/TILT-ACCT-MA-I | 9befe1a5a24574f9bf132c9d55ea967701912019 | 2131c89c8fc2a44e83129793ce8fa991fbe78c48 | refs/heads/master | 2020-04-21T11:22:16.980142 | 2019-05-15T13:51:35 | 2019-05-15T13:51:35 | 169,522,758 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 561 | java | /*
TILT-ACCT - Transparency in Learning and Teaching through Android and Cloud Computing Technologies
Programmer: Joseph M. Gallos
Date: May 2019
Software License: GNU-General Public License
*/
package com.programmer.jgallos.ma_i;
public class SubjectRecords {
private String subject;
public SubjectRecords(Str... | [
"hsitechnologies@gmail.com"
] | hsitechnologies@gmail.com |
8caac71854abae58f0d5c3dda3bcd072fada3d6c | 918242555693fdd68b19dcb626162f74c4a780d9 | /FactorialRecursion/src/Factorial.java | add5af02ce51b3fcb0a6cefed28545b66deac49f | [] | no_license | praveenk0705/JavaDS | 10e6fda91a2b4c02bd3e0d9cbecad3a646eef865 | e3d28d6d11b61c53c5392acd9b23280496469bc8 | refs/heads/master | 2021-01-20T06:17:41.052214 | 2017-08-26T17:03:34 | 2017-08-26T17:03:34 | 101,500,202 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 251 | java |
public class Factorial {
public static void main(String[] args) {
int i = 5;
System.out.println(factorial(i));
}
private static int factorial(int i) {
if (i == 0 )
return 1;
return i*factorial(i-1);
}
}
| [
"praveenk0705@gmail.com"
] | praveenk0705@gmail.com |
ae95ca0ba7ee1ef41243db6a5178fab254379cbc | b5f910918f36dc399e2eaa745e43d5b04ad9ec41 | /fabric-1.17.1/src/main/java/org/dynmap/fabric_1_17_1/VersionCheck.java | f6b1370018cd4777ea81c1207f2ec5c52662276d | [
"Apache-2.0"
] | permissive | webbukkit/dynmap | ba2c8b04cc52c5b07f68f161717b2fabfff7b310 | eed1a2b4440c5ef7f9e45f351c631bf4e573f552 | refs/heads/v3.0 | 2023-08-31T17:57:45.191734 | 2023-08-30T15:59:46 | 2023-08-30T15:59:46 | 1,201,104 | 1,897 | 671 | Apache-2.0 | 2023-09-14T00:54:20 | 2010-12-27T18:47:24 | Java | UTF-8 | Java | false | false | 3,902 | java | package org.dynmap.fabric_1_17_1;
import org.dynmap.DynmapCore;
import org.dynmap.Log;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.URL;
public class VersionCheck {
private static final String VERSION_URL = "http://mikeprimm.com/dynmap/releas... | [
"belak@coded.io"
] | belak@coded.io |
036ae019b06c12b27ee84813aee68ea9ee77c020 | 61602d4b976db2084059453edeafe63865f96ec5 | /com/xunlei/downloadprovider/homepage/choiceness/ui/items/aj.java | fa0294366ab7acdc2cb30680e91467f47b557a91 | [] | no_license | ZoranLi/thunder | 9d18fd0a0ec0a5bb3b3f920f9413c1ace2beb4d0 | 0778679ef03ba1103b1d9d9a626c8449b19be14b | refs/heads/master | 2020-03-20T23:29:27.131636 | 2018-06-19T06:43:26 | 2018-06-19T06:43:26 | 137,848,886 | 12 | 1 | null | null | null | null | UTF-8 | Java | false | false | 787 | java | package com.xunlei.downloadprovider.homepage.choiceness.ui.items;
import com.xunlei.downloadprovider.homepage.follow.aa;
import java.util.List;
/* compiled from: ChoicenessRecommendUserView */
final class aj implements aa {
final /* synthetic */ b a;
aj(b bVar) {
this.a = bVar;
}
public fina... | [
"lizhangliao@xiaohongchun.com"
] | lizhangliao@xiaohongchun.com |
15f44244b05860d490f94bdfb5a20bf95eb2ab64 | 9933ddfaf4e217c7a1f7c1fe4d989ae01002551a | /tokocat73rev2(Update)/src/UI/Master_MutasiBarangAntarGudangBerdasarkanPermintaan.java | 36121401fd6fd4927c474261afe028e2566b6900 | [] | no_license | 4izenvalt/ProjectPKLFix | 76199f42759da0a8d39f37bd82c183ff5c18deec | b2fa2f5b9071d44e5c0aff4818940f6c85d8a6ba | refs/heads/master | 2020-03-18T13:30:39.870750 | 2018-06-05T01:48:13 | 2018-06-05T01:48:13 | 134,788,255 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 37,169 | 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 UI;
import javax.swing.JOptionPane;
/**
*
* @author USER
*/
public class Master_MutasiBarangAntarGudangBerdasarkanPerminta... | [
"indivi241@gmail.com"
] | indivi241@gmail.com |
b28b1dee46c140f80cab7ddf38eda8f761a0b08a | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/neo4j--neo4j/e50473ec0ff19786fae997c4f9b09bca368d5bae/after/Step.java | b0517b7563aea9a862da2375babd7682f9b5acee | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,327 | java | /**
* Copyright (c) 2002-2014 "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 General Public License as published by
* the Free Software Foundati... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
b1c5d0ec42019ee594089c802397fa9f499e7050 | 1d38ce849f26c93b0f7b6faf3ed2a7169c1d52b3 | /src/xtbg/main/java/com/chinacreator/xtbg/tjy/detectionsupplies/list/OsupplieTypeList.java | dacbc8dfbeb5bf2d37cfa5d4eae6228159146d57 | [] | no_license | zhaoy1992/xtbg-whtjy-new | 074f45e589be11d890ce301636f7585542680591 | 6d5cc068efd597ce8d20944dd7c88ff5aa525e40 | refs/heads/master | 2020-05-20T04:36:46.145223 | 2019-05-07T10:01:52 | 2019-05-07T10:01:52 | 185,377,218 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,100 | java |
/**
* [Product]
* xtbg-tjy
* [Copyright]
* Copyright © 2014 ICSS All Rights Reserved.
* [FileName]
* OsupplieTypeList.java
* [History]
* Version Date Author Content
* -------- --------- ---------- ------------------------
* 1.0.0 2014-2-17 Administ... | [
"creator@creator"
] | creator@creator |
015dc43b6d3d9fa6ba118daff2aebf56df617505 | 3407a5967e1f00974f629862a8fbc810eeb529f0 | /src/main/java/com/zaishixiaoyao/crawlerbsbdj/entity/Comment.java | cdaf1c1f41c3005425cedfc9e95d737289db47d1 | [] | no_license | zaishixiaoyao/crawler | 98964b144b877ddae097dcb7bc2a5e8fc27578cb | be89a548e56335c6943ea49da3853f3c42c5bd79 | refs/heads/master | 2022-07-02T03:55:59.846938 | 2020-03-24T15:21:42 | 2020-03-24T15:21:42 | 249,213,402 | 1 | 0 | null | 2022-05-20T21:31:23 | 2020-03-22T15:31:58 | TSQL | UTF-8 | Java | false | false | 973 | java | package com.zaishixiaoyao.crawlerbsbdj.entity;
public class Comment {
private Long commentId;
private Long uid;
private String passtime;
private Long contentId;
private String commentText;
public Long getCommentId() {
return commentId;
}
public void setCommentId(Long comme... | [
"8wy6156363@163.com"
] | 8wy6156363@163.com |
836a91ebf3ea8fa336920e7aadea44363cb3eb8f | ac28a0ec91e06daaff60e16b99250dfd98be67c0 | /src/main/java/application/controller/api/CartProductApiController.java | c4c6f42017bb55693a2a58017314b72791419ec4 | [] | no_license | aduthpt/StoreHL | 09617ed7239debc5eaa0e97356602147dd1a6c88 | 602b99d3ac2004c27df3896dae731b83845809a5 | refs/heads/master | 2020-06-30T14:16:36.531896 | 2019-08-06T13:11:57 | 2019-08-06T13:11:57 | 200,853,708 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,045 | java | package application.controller.api;
import application.data.model.Cart;
import application.data.model.CartProduct;
import application.data.model.Product;
import application.data.service.CartProductService;
import application.data.service.CartService;
import application.data.service.ProductService;
import application.... | [
"48681153+aduthpt@users.noreply.github.com"
] | 48681153+aduthpt@users.noreply.github.com |
d46aaba0c501af93c81d34f302b351e433937f2d | 82a8f35c86c274cb23279314db60ab687d33a691 | /duokan/reader/domain/bookshelf/gb.java | 724c9861e9271bb85a32a0d218e406ed33209261 | [] | no_license | QMSCount/DReader | 42363f6187b907dedde81ab3b9991523cbf2786d | c1537eed7091e32a5e2e52c79360606f622684bc | refs/heads/master | 2021-09-14T22:16:45.495176 | 2018-05-20T14:57:15 | 2018-05-20T14:57:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 372 | java | package com.duokan.reader.domain.bookshelf;
import java.util.HashMap;
class gb implements Runnable {
final /* synthetic */ HashMap a;
final /* synthetic */ ga b;
gb(ga gaVar, HashMap hashMap) {
this.b = gaVar;
this.a = hashMap;
}
public void run() {
if (this.b.b != null) ... | [
"lixiaohong@p2peye.com"
] | lixiaohong@p2peye.com |
b01fc8aaef7fa66df67c27105de8d30d766aeaea | 03bccc5b15e5376518e1e591e3fcb47e1d158e73 | /IMDemo/src/com/zp/chat/fragment/MeFrag.java | 859c810d5ecc0a9b0e183b6da96ea92dadd9b929 | [] | no_license | bigbigpeng3/MyApp | 0082881b4a837a5004dcadcb877ecd9a8537da06 | 3162657c51636ed0649417d55fe038e9b33187dc | refs/heads/master | 2021-01-22T00:30:14.877856 | 2016-07-18T01:22:05 | 2016-07-18T01:22:05 | 46,348,233 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,198 | java | package com.zp.chat.fragment;
import com.zp.chat.Connection;
import com.zp.chat.R;
import com.zp.chat.base.BaseFragment;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.LayoutInflater;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.ViewGroup;
impor... | [
"769997973@qq.com"
] | 769997973@qq.com |
5162ddbc17d7f147e124951032d15e61ca46029f | 1c9cef7c233b561a8b23b6684f8c9052abab1901 | /DiferentTasks/src/main/java/lesson1/GeometricShapes/Main.java | f5d9d37216ce20aece319c25f612703811bc7344 | [] | no_license | AJIuCa/DiferentTasks | f2baa0ce54c8f54bb1e8bb274aa869b244e84493 | bb41737741c4946a7f68e4a9ed605120b82f1490 | refs/heads/forInspection | 2023-07-08T22:45:34.320210 | 2021-07-30T20:28:58 | 2021-07-30T20:28:58 | 384,930,251 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 864 | java | package lesson1.GeometricShapes;
public class Main {
public static void main(String[] args) {
GeometricShape geometricShape1 = new Circle(23);
GeometricShape geometricShape2 = new Triangle(4.0,5.0,6.4);
GeometricShape geometricShape3 = new Square(5);
System.out.println(geometricSha... | [
"reinkarnaci9@gmail.com"
] | reinkarnaci9@gmail.com |
5cdb9b2dfad17e001aec792f87bea593058c3abb | a5367296525d2eb0056171d18cb1382e9d64e7b3 | /dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/webapi/controller/SystemController.java | 174fc2a9e616d6c8a9a15e8f989aea29adaa353c | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | HRHR-project/palestine | b02020e57d09778eed0db228ffc70105aac620de | 5035e2ba55a7a403a1058755e4b1b613f3f0ae8f | refs/heads/master | 2021-01-13T08:46:06.401275 | 2017-07-11T12:25:19 | 2017-07-11T12:26:09 | 71,972,941 | 0 | 0 | BSD-3-Clause | 2018-01-23T09:25:27 | 2016-10-26T06:26:18 | Java | UTF-8 | Java | false | false | 11,459 | java | package org.hisp.dhis.webapi.controller;
/*
* Copyright (c) 2004-2016, University of Oslo
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the ab... | [
"markus.bekken@gmail.com"
] | markus.bekken@gmail.com |
e6150e966a511120db4f790f71b9217b4c01fc58 | 609f5f295f246177f0761dbcc7b11b54c42caa39 | /workspace/Java session 4/src/javasession4.java | 1f7ba0c84e3b02d80e1d73e5268dd2aebb624bcd | [] | no_license | shreeya10/basicjava | 7614c94bba0f630e76215a393567f8d4843d94e2 | 5f0c82189ec9ab438c5f8c8af65cdeb0690e91de | refs/heads/master | 2020-12-02T17:57:20.337658 | 2017-08-30T02:31:12 | 2017-08-30T02:31:12 | 96,452,735 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 417 | java |
public class javasession4 {
public static void main(String[] args) {
// TODO Auto-generated method stub
int age = 13;
if( age < 13) {
System.out.println("you are kid" );
} else if( age >=13 && age <= 19) {
System.out.println("you are teen");
} else if( age >=20 && age <= 60) {
System.out.println("you ... | [
"veerasham.bukka@intel.com"
] | veerasham.bukka@intel.com |
ebb0a24bcff286f48d437a97e3ea3154f56e0a4b | ed5b3d7a355d68dd6c71b6e6a9074a077e64a857 | /kodilla-testing/src/main/java/com/kodilla/exception/io/testing/library/LibraryDatabase.java | e466659951aeb1d28a02f1ff43ac552dba535d2f | [] | no_license | mrembelska/marta-rembelska-kodilla-java | 9798a321d624635ca4c8e8633d5535b73f0ebdbd | 5a8903ab230f0ab8f63d1b97607f63c0e78cf2ce | refs/heads/master | 2021-05-12T04:33:54.513551 | 2018-05-12T23:25:14 | 2018-05-12T23:25:14 | 117,166,917 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 686 | java | package com.kodilla.exception.io.testing.library;
import java.util.List;
public interface LibraryDatabase {
// lists books having title beginning with titleFragment
List<Book> listBooksWithCondition(String titleFragment);
// list books borrowed by libraryUser
List<Book> listBooksInHandsOf(LibraryUser... | [
"martarembelska@pc46.home"
] | martarembelska@pc46.home |
38e7e8345c416af69db7d33c324f2f94d7313565 | 0770532d01161d59792eb862dd7d18f573cf6f2a | /src/main/java/ru/job4j/inheritance/Dentist.java | 3581641f37ce92f7feccbfbe277dd6524fd82bf6 | [] | no_license | grum1972/job4j_tracker2021 | 344ceacc1bd94c79da5a0141c8753dcc2442b5b9 | 5d90f028cfb080dbcbf1fcefb21822496a393c28 | refs/heads/master | 2023-08-11T14:27:34.511648 | 2021-09-26T17:52:44 | 2021-09-26T17:52:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 488 | java | package ru.job4j.inheritance;
public class Dentist extends Doctor {
private boolean isMemberAssociationDentist;
public Dentist(String name, String surname, String education,
String birthday, int workExperience, boolean isMemberAssociationDentist) {
super(name, surname, education, bi... | [
"grum1972@gmail.com"
] | grum1972@gmail.com |
95122841abe30ef7f8e3dd052baf13f3ae2b77e4 | 5b6ac8fd4ea45d84da4130a66a5237f2b1b97c12 | /src/main/java/com/revature/trms/util/GetBalance.java | db7b4755016231d9b0e0e32c3aac521752a9dfec | [] | no_license | egandunning/trms-2 | ca451e6e32bd4242dff654982fef28799f77077a | 283c578d59190414d8a31920bd65d0c5ac1a117d | refs/heads/master | 2021-08-06T13:36:11.095009 | 2017-11-06T00:20:49 | 2017-11-06T00:20:49 | 108,442,938 | 1 | 0 | null | 2017-11-06T00:20:50 | 2017-10-26T17:21:44 | Java | UTF-8 | Java | false | false | 798 | java | package com.revature.trms.util;
import java.sql.SQLException;
import java.util.List;
import java.util.Map;
import com.revature.trms.database.dao.EventTypeDAOImpl;
import com.revature.trms.database.dao.RequestDAO;
import com.revature.trms.database.dao.RequestDAOImpl;
import com.revature.trms.models.Request;
import co... | [
"rhirsch14@gmail.com"
] | rhirsch14@gmail.com |
e6dd51b89f34a59c691e68cc45ea3ac884c17cb5 | c8163d2f8a9607666761b7ea85d577ae79bce4c3 | /core/src/main/java/io/undertow/client/http2/Http2ClientConnection.java | 174219f0259364251580445a3a66aa22857c04c6 | [
"Apache-2.0"
] | permissive | NorthFury/undertow | 1468c5580234e0ba555661c91a1adbc2907d5a90 | 3a4a07d443a1777ac4fe325e6c55c0e614b8b850 | refs/heads/master | 2021-01-20T03:49:57.978645 | 2017-04-27T02:27:56 | 2017-04-27T02:27:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 18,778 | java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2014 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* 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 Licen... | [
"stuart.w.douglas@gmail.com"
] | stuart.w.douglas@gmail.com |
784aab8646d7803c6f4d4022c5841eca7cfa8413 | 50ffbe986838bf3d6764df521c8ecee02c135337 | /src/nicelee/bilibili/downloaders/Downloader.java | 23c82c9bccc49b63f908f40a8ad8c016930ccd54 | [
"Apache-2.0",
"LGPL-2.1-or-later",
"MIT"
] | permissive | nICEnnnnnnnLee/BilibiliDown | 3eca463599e5b667717a6fc013935f0d3a280bc7 | 4d815b4b1f7e5d0808fa25fd0374174b9120c01c | refs/heads/master | 2023-09-01T00:25:47.091292 | 2023-08-13T12:25:51 | 2023-08-13T12:25:51 | 167,133,606 | 1,411 | 159 | Apache-2.0 | 2023-08-13T12:25:53 | 2019-01-23T06:56:46 | Java | UTF-8 | Java | false | false | 3,395 | java | package nicelee.bilibili.downloaders;
import java.io.File;
import java.util.ArrayList;
import java.util.List;
import nicelee.bilibili.PackageScanLoader;
import nicelee.bilibili.enums.StatusEnum;
import nicelee.bilibili.util.HttpRequestUtil;
import nicelee.bilibili.util.Logger;
public class Downloader impl... | [
"lijia0732@sina.com"
] | lijia0732@sina.com |
5e0327cb0ff140b09d3d5b12f60188e41df0bd4d | ee902837b9937f5dc503523056aee49a1b2ca681 | /springmvc-velocity-ffmpeg-demo/src/main/java/com/tzq/dao/impl/UserDaoImpl.java | e4c9b3e976649339eca714495bec3733245cf217 | [] | no_license | lukeddy/spring_train | 4d9f8037069dbe44a0200a478d2ddd12971effef | 26ffdba277fef6e6ab95a92575399e53d9d90db0 | refs/heads/master | 2022-03-28T22:06:26.835464 | 2017-08-22T16:36:05 | 2017-08-22T16:36:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 222 | java | package com.tzq.dao.impl;
import com.tzq.common.dao.impl.BaseDao;
import com.tzq.dao.UserDAO;
import org.springframework.stereotype.Repository;
@Repository
public class UserDaoImpl extends BaseDao implements UserDAO {
} | [
"tzq618766@gmail.com"
] | tzq618766@gmail.com |
fdcba3ebe2b82d0f1b9299b1ca26856009a8bb22 | 3e93c2e26abc33b38b7b4eca3cc3b7ce18fb1c97 | /src/day34_Cunstuctors/ArrayListsMethods.java | 21a76d06e2317ccb2b67a51b2639d08f4cad0526 | [] | no_license | rslcvz/Summer2019_Java | a9a41c4c4c008c49c36744693b3ccaee95041316 | af0d0ba3c2736afbab429101f9c80a361ef40401 | refs/heads/master | 2020-07-23T02:53:43.190018 | 2019-12-16T14:37:34 | 2019-12-16T14:37:34 | 207,424,447 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 124 | java | package day34_Cunstuctors;
public class ArrayListsMethods {
public static void main(String[] args) {
}
}
| [
"rslceviz@gmail.com"
] | rslceviz@gmail.com |
07466ef0e2b1993bccd8aa65489cd93161873252 | 228749987bcbd253844be2fcd2aab7ddd23105ca | /ObserverPattern/src/main/java/demo/pull/Observer.java | 05f29c261c5633b095f54e832b873efe035f681a | [] | no_license | liuzongzhe/JavaDesignPattern | a7633dadea62475b3ab379516f63fa7133cbbc1f | ad3dc8e610c0fe0b8cf9e424294f9762e32a65df | refs/heads/master | 2020-03-22T03:42:30.847293 | 2018-07-02T13:32:54 | 2018-07-02T13:32:54 | 139,447,642 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 317 | java | package demo.pull;
/**
* 拉模型--通常都是把主题对象当做参数传递。
* @author lzz
* @date 2018/6/7
*/
public interface Observer {
/**
* 更新接口
* @param subject 传入主题对象,方面获取相应的主题对象的状态
*/
public void update(Subject subject);
}
| [
"lzz962371600@163.com"
] | lzz962371600@163.com |
f6211050ae14d953dcf6eb6209289dbaa70d51c9 | 5d82f3ced50601af2b804cee3cf967945da5ff97 | /execution-monitoring/retrieve-monitoring-data/src/main/java/org/choreos/services/enactchoreography/client/client/Client.java | 25dcbdd7c6c8e88d1fd2aec70db2aeefad439548 | [
"Apache-2.0"
] | permissive | sesygroup/choreography-synthesis-enactment | 7f345fe7a9e0288bbde539fc373b43f1f0bd1eb5 | 6eb43ea97203853c40f8e447597570f21ea5f52f | refs/heads/master | 2022-01-26T13:20:50.701514 | 2020-03-20T12:18:44 | 2020-03-20T12:18:44 | 141,552,936 | 0 | 1 | Apache-2.0 | 2022-01-06T19:56:05 | 2018-07-19T09:04:05 | Java | UTF-8 | Java | false | false | 3,485 | java |
package org.choreos.services.enactchoreography.client.client;
import java.util.List;
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebService;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.ws.Action;
import javax.xml.ws.RequestWrapper;
import javax.xml.ws.ResponseWrapper;
/... | [
"alexander.perucci@gmail.com"
] | alexander.perucci@gmail.com |
5aa24597adc4457077953741b17ea7dba7a7dae5 | 8c2caac3dbe2a63f7ce8f2a9918e12aee515c285 | /tg-portal-web/src/main/java/com/tg/fyc/portal/controller/ContentController.java | a65819861e4c94c13ea92c8781c3a356848e32e3 | [] | no_license | CurryTao/tg-dubbo | 737d65a6c131845fd188f2c4f1da4cc5c79456f8 | db9ad837c7a9de6b7e9da1ca5380fe449dde4e79 | refs/heads/master | 2020-04-01T08:33:08.731610 | 2018-12-25T08:39:30 | 2018-12-25T08:39:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 698 | java | package com.tg.fyc.portal.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBody;
import com... | [
"currytao007@gmail.com"
] | currytao007@gmail.com |
02463ae842dadcea21a0576648a9ae31dd2df344 | b456d6dcf42e41da7a831bc1acc3a75d3d18eb91 | /src/main/java/fredboat/command/maintenance/VersionCommand.java | e507761fccac6fd37dcfe8bb3a19f232a23b1d4c | [] | no_license | SinSiXX/FredBoat | 73f8b7da12b39a4dacc9cf0e8f033e1310dcb231 | 576c57aacf7de5a572d7ef693a75830e191cd91b | refs/heads/master | 2021-01-18T04:22:03.736684 | 2016-06-02T14:04:29 | 2016-06-03T05:14:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 517 | java | package fredboat.command.maintenance;
import fredboat.commandmeta.Command;
import net.dv8tion.jda.JDAInfo;
import net.dv8tion.jda.entities.Guild;
import net.dv8tion.jda.entities.Message;
import net.dv8tion.jda.entities.TextChannel;
import net.dv8tion.jda.entities.User;
public class VersionCommand extends Command {
... | [
"frogkr@gmail.com"
] | frogkr@gmail.com |
26a15f4c93f093857f8b16a884bb5634070ba34b | a19a201152599eae8c5ec84c695ef47242257b8f | /src/main/java/com/eshipper/service/ApPayableCreditNotesTransService.java | f12732b24c20d7c237060d95760c0a5d1bf565c1 | [] | no_license | RajasekharAnisetti/eshipper2 | 278b92d0e1b5b19840bf5ebd37fbbd911928c7d2 | 19cb5195ff2696b53c3239f288da1787f1171ae6 | refs/heads/master | 2022-12-27T05:20:42.781472 | 2019-10-22T10:21:52 | 2019-10-22T10:21:52 | 216,559,606 | 0 | 0 | null | 2019-10-21T12:16:51 | 2019-10-21T12:13:39 | Java | UTF-8 | Java | false | false | 1,054 | java | package com.eshipper.service;
import com.eshipper.service.dto.ApPayableCreditNotesTransDTO;
import java.util.List;
import java.util.Optional;
/**
* Service Interface for managing {@link com.eshipper.domain.ApPayableCreditNotesTrans}.
*/
public interface ApPayableCreditNotesTransService {
/**
* Save a apP... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
f617256b756a1ddd044ff2d3da2c76f42c2c5370 | 853bcdc74b3f1afff4ac01f3b4dec30f21d69e85 | /java_Game/farmer/src/farmer/GameThree.java | 1a8121854a29be82120ab56668dbac02a03e9793 | [] | no_license | farmertim/java | 4abc4509649180e981309598a928104d463a2d2d | b6deb01d99b2b47230d13b8ea62aa7f153cf90a9 | refs/heads/master | 2020-11-27T09:08:34.043743 | 2020-10-18T03:29:55 | 2020-10-18T03:29:55 | 229,380,515 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,188 | java |
package farmer;
import java.awt.Color;
import java.awt.Font;
import java.awt.Graphics;
import javax.swing.ImageIcon;
public class GameThree extends BasicGame{
ImageIcon normal;
ImageIcon clock;
farmer window;
public GameThree(farmer jonah, TAG tag) {
super(tag);
this.window=... | [
"52063135+farmertim@users.noreply.github.com"
] | 52063135+farmertim@users.noreply.github.com |
6e6170d719ae9d3129cadb8cf48a341655bd48ae | fe30d795b5634fb071784ca3e131b5120523238d | /app/src/main/java/com/example/hii/doctorconnect/Doctor/StatusAdapter.java | 77f51ac48ef86bf414eb4361f9144b77b69cc515 | [] | no_license | 5IVMO/Doctor-COnnect | c4e8d70940cc9a6627f264a5cda7cfc55a027acd | b3a7efabd3dd8c3e6b739e137d9e9d9c1d70846c | refs/heads/master | 2021-01-22T05:50:27.670673 | 2017-02-18T05:00:21 | 2017-02-18T05:00:21 | 81,711,451 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,634 | java | package com.example.hii.doctorconnect.Doctor;
import android.content.Context;
import android.support.v7.widget.PopupMenu;
import android.support.v7.widget.RecyclerView;
import android.support.v7.widget.SwitchCompat;
import android.view.LayoutInflater;
import android.view.MenuInflater;
import android.view.MenuItem;
imp... | [
"owais1992@live.com"
] | owais1992@live.com |
71a0e6732114cebe9dd55e2339f14e6f7eedaf75 | 280b9c54756cf7eef0358441284c2b4eff8bb0ce | /robolayout-ios/robolayout-ios-core/src/main/java/org/lirazs/robolayout/core/resource/drawable/StateListDrawableItem.java | d0d3101128cae515dbc9fb4750b925efb7c5ca9a | [
"Apache-2.0"
] | permissive | liraz/robolayout | 0eefdbe5c2140c78d4d303e753710b34f92cfda7 | 932f1bf6cd59535ae4e8cc1175b9564d02471633 | refs/heads/master | 2021-01-10T08:10:05.002833 | 2016-04-15T14:27:09 | 2016-04-15T14:27:09 | 45,928,304 | 7 | 1 | null | null | null | null | UTF-8 | Java | false | false | 550 | java | package org.lirazs.robolayout.core.resource.drawable;
import org.robovm.apple.uikit.UIControlState;
/**
* Created on 7/30/2015.
*/
public class StateListDrawableItem {
private UIControlState state;
private Drawable drawable;
public UIControlState getState() {
return state;
}
public vo... | [
"lirazshilk@gmail.com"
] | lirazshilk@gmail.com |
5ec2af62e4999c9d71e5d89a5f65139e6aacb020 | 096501806e686046a0fc7a33ab075e8d6f2341ac | /src/test/java/com/example/springbootzuulgatwayproxy/SpringBootZuulgatwayproxyApplicationTests.java | 7ea992f1e87bafef1af452b686a9f517b29cec8e | [] | no_license | ngohuutientk/apigateway_zuul | 6768caccb383e825150ede4a360fac8245619ec3 | d1c3336c20a409a1f005d0310c023868f7bb110a | refs/heads/master | 2022-09-03T18:19:21.528473 | 2020-05-30T07:14:50 | 2020-05-30T07:14:50 | 268,018,006 | 0 | 0 | null | 2020-05-30T06:58:36 | 2020-05-30T05:50:27 | Java | UTF-8 | Java | false | false | 407 | java | package com.example.springbootzuulgatwayproxy;
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 SpringBootZuulgatwayproxyApplicatio... | [
"tiennh@innotech-vn.com"
] | tiennh@innotech-vn.com |
da91a69cabf2e42dbb915470e04163205d866aa6 | 719255bd05ffeb582fc9b8580fb30fb6f8b45d30 | /app/src/test/java/org/aplas/basicapp/TestA1BasicUI092.java | 38f39525ca340a156f4bf4e7db45d381b2fa8ac4 | [] | no_license | SalmaNabella05/BasicApp | 4c7caea79714324be757744614e46072bdfda05c | 9bd7d1ff29a4c862644c50759b9c4256f8ad6828 | refs/heads/master | 2021-05-22T13:22:48.616231 | 2020-04-04T08:17:13 | 2020-04-04T08:17:13 | 252,945,180 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,803 | java | package org.aplas.basicapp;
import android.graphics.Typeface;
import android.view.Gravity;
import android.widget.RelativeLayout;
import android.widget.TableLayout;
import android.widget.TableRow;
import org.junit.Before;
import org.junit.FixMethodOrder;
import org.junit.Test;
import org.junit.runner.RunWith;
import o... | [
"belnabella0@gmail.com"
] | belnabella0@gmail.com |
ea41f7c71219cdae290b0c0ec4de9f28b9ff6919 | 1c5fe9dd466d225d763aa0d6e9939016875bb768 | /src/trabajoPractico3/Buscador.java | b5afd8d7e9ebb2f98d77f1675117be20238a8a34 | [] | no_license | riclops17/Concurrente | 064d894d40c6380bc06840a799be1a35fc8bf94a | 51f4517ab1a4262854c215b7214cbacb3fde0a07 | refs/heads/master | 2021-01-12T05:09:58.920921 | 2017-01-03T01:53:10 | 2017-01-03T01:53:10 | 77,874,158 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 964 | 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 trabajoPractico3;
import java.util.concurrent.Semaphore;
/**
*
* @author ricardo
*/
public class Buscador extends... | [
"ricardo@vaiorick"
] | ricardo@vaiorick |
28eb8692e2636b171197b9f4a15e4821258fe977 | 5c36a4a1f3203ba4b8f786e05d4ea9ed1c76c0cc | /src/main/java/com/zsoft/web/rest/ConfigResource.java | d237f87ba14d8075eebe7cb14ce19f617c29ee59 | [] | no_license | BochraS/SmartHome2 | 98ceab6b8b6646b98df47fadc5726646dd5ea635 | 862bfec1eeb7810ad3d08df2723bf2e4f0ba086f | refs/heads/master | 2020-04-27T08:24:11.899369 | 2019-03-06T16:14:53 | 2019-03-06T16:14:53 | 174,169,925 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,989 | java | package com.zsoft.web.rest;
import com.codahale.metrics.annotation.Timed;
import com.zsoft.service.ConfigService;
import com.zsoft.web.rest.errors.BadRequestAlertException;
import com.zsoft.web.rest.util.HeaderUtil;
import com.zsoft.service.dto.ConfigDTO;
import io.github.jhipster.web.util.ResponseUtil;
import org.slf... | [
"bochra.salahsalah@gmail.com"
] | bochra.salahsalah@gmail.com |
5d8ffc078da5640558a57811a41f36f2276ff739 | 419a853c41ab8c82d811573f33378cd2115ac945 | /src/main/java/camely/camelHttp/HttpProducer.java | 48ad0eaa70df47e3adb4b6dfe06415795dea288b | [] | no_license | retroryan/camelySample | 18830089e9510c152a2b9dc94d2a80832cd5b2ee | 7b437a5c4867387cb5620f6e4bca3eecf5afe64c | refs/heads/master | 2018-12-31T06:12:06.877716 | 2013-08-18T03:58:04 | 2013-08-18T03:58:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,260 | java | package camely.camelHttp;
import akka.actor.ActorRef;
import akka.actor.Props;
import akka.camel.CamelMessage;
import akka.camel.javaapi.UntypedProducerActor;
import org.apache.camel.Exchange;
import java.util.HashSet;
import java.util.Set;
//#HttpExample
public class HttpProducer extends UntypedProducerActor {
... | [
"ryan@grandcloud.com"
] | ryan@grandcloud.com |
af4d1952c2461e00899faccff94dff886f29411f | 8aefee1609bb581dabbb972740fed17a91047810 | /src/org/zwobble/shed/compiler/modules/Module.java | 002992fbef4d385dff31f378950c3b08eed731a2 | [] | no_license | mwilliamson/shed | 24013de71af53b0238f0bef11296fba0a8d75254 | 65fef492344f5effd68356a353b760abcda09d1d | refs/heads/master | 2020-12-24T15:22:58.130607 | 2012-02-12T15:50:39 | 2012-02-12T15:50:39 | 1,815,372 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 261 | java | package org.zwobble.shed.compiler.modules;
import org.zwobble.shed.compiler.naming.FullyQualifiedName;
import org.zwobble.shed.compiler.parsing.nodes.Declaration;
public interface Module {
Declaration getDeclaration();
FullyQualifiedName getName();
}
| [
"mike@zwobble.org"
] | mike@zwobble.org |
46bc665cd9ac52d686b201ab1a12f3fde4e50a6d | 03390ba6de5053db85daf0a0de09c289cdbe3528 | /app/src/main/java/com/sardinecorp/blissapplication/network/APIStatus.java | 1e08a268fa180ecef59172e508a4a9a7d5afd6dc | [] | no_license | Vanethos/BlissApplication | 12deed4d65eecca301b5b6ea446a83feb6dbc169 | ce498c19a52e412c46c728664f12d5ddc5f7b4f2 | refs/heads/master | 2021-01-01T17:19:19.355046 | 2017-07-25T22:28:07 | 2017-07-25T22:28:07 | 98,041,506 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 384 | java | package com.sardinecorp.blissapplication.network;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class APIStatus {
@SerializedName("status")
@Expose
private String status;
public String getStatus() {
return status;
}
public void s... | [
"solid.goncalo@gmail.com"
] | solid.goncalo@gmail.com |
635915ac931a65b526c9b6c344fc9e551610d632 | 0a005adcad4af8958a99396f1a2318e91c1e11c3 | /src/main/java/db/entities/Animal.java | 58801619b4c083ccb63b625587a165b5643eca90 | [] | no_license | MeganDorian/Zoo_DB | 151d9255b03b16798f78c7bf383850e86a04e4bf | 9adfec1d178924ef1278405be6647306e05dd684 | refs/heads/master | 2022-11-17T21:54:07.712522 | 2020-06-24T20:18:27 | 2020-06-24T20:18:27 | 274,632,949 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 47 | java | package db.entities;
public class Animal {
}
| [
"mishacollins68@gmail.com"
] | mishacollins68@gmail.com |
db73cbc19a707e739bebfe7a6291aa5e8bd6c24d | f34ce1f72db83896c1c94de378f04c53d1c08c33 | /app/src/main/java/com/example/etoolroom/NoteAdapter.java | 22c3ea6be1a3d6922908a5652ebd2fe7ee7d07ba | [] | no_license | dhanuvanth/ds_eToolRoom | 1e7809fa090063250c508372e9d8970e9aa8bb14 | bbac8fd45f464a1c7be536311f68baed0101bb05 | refs/heads/master | 2020-09-11T21:34:51.929372 | 2019-11-17T04:35:24 | 2019-11-17T04:35:24 | 222,197,270 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,821 | java | package com.example.etoolroom;
import android.annotation.SuppressLint;
import android.app.AlertDialog;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
i... | [
"dhanuvanth@gmail.com"
] | dhanuvanth@gmail.com |
a03dfade031fd00fbb90af42713dd67bdc9be9c6 | 6f5980157d734eb0638b836faf0a7818f59bebde | /cronner-core/src/main/java/cronner/jfaster/org/model/JsonResponse.java | 4e44776ec5f2700253e0d60ebb49d84cb558ad5a | [] | no_license | gongzishuye/cronner | f83c8aac550ab293ea5baf90d48d22d533a12b90 | 1d8db1d7eeebd883984ef97e29a88b0da5aed03d | refs/heads/master | 2021-07-03T03:06:34.379878 | 2017-09-22T10:21:13 | 2017-09-22T10:21:13 | 104,467,587 | 1 | 0 | null | 2017-09-22T11:35:20 | 2017-09-22T11:35:20 | null | UTF-8 | Java | false | false | 2,379 | java | package cronner.jfaster.org.model;
import java.io.Serializable;
/**
* json 统一返回
*
* @author fangyanpeng
*/
public class JsonResponse implements Serializable {
private static final long serialVersionUID = -4761871227325502579L;
public static final Integer OK = 200;
public static final Integer REDIRE... | [
"13120336627@163.com"
] | 13120336627@163.com |
1c524def27c9b6301ab1d118d3cfb698ad7e4c0f | 29451e19a421e011c36a2b140893319ddc34f7e1 | /新的提交/ui/Frmadmin_add_manjian.java | 5e11c567359337cba7eed096721ce262c17d5b4c | [] | no_license | xqdxzs/ttcp | dbd1dee34988ddf0b984ebbd618ca245d318a971 | 7e721fbc3686c3074824cdb74edaf71a6beed4e0 | refs/heads/master | 2022-11-15T21:46:37.878127 | 2020-07-14T01:13:59 | 2020-07-14T01:13:59 | 276,770,681 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,267 | java | package cn.edu.zucc.ttcp.ui;
import java.awt.BorderLayout;
import java.awt.EventQueue;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import cn.edu.zucc.ttcp.ttcpUtil;
import cn.edu.zucc... | [
"noreply@github.com"
] | xqdxzs.noreply@github.com |
2ec078e4ab3a3df6abf094eee93b43cb026991c7 | 85939aea2340dabb85b51e377f75c58ddac19085 | /app/src/main/java/cn/dictionary/app/dictionary/view/ResultFragment.java | 214d966d4ebb233049e91dc210dd6371f26cd033 | [
"Apache-2.0"
] | permissive | LinYaoTian/Dictionary | 92d19180ba73c8d00458337193e71d57ca12856d | 3b11d697bbd89188eb8f9f5f3d47975f910f6a81 | refs/heads/master | 2020-03-18T05:54:44.252904 | 2018-05-22T05:58:23 | 2018-05-22T05:58:23 | 134,367,307 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,356 | java | package cn.dictionary.app.dictionary.view;
import android.app.Activity;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.media.MediaPlayer;
import android.os.Bundle;
import android.support.v4.app.Fragment;
impo... | [
"1552733075@qq.com"
] | 1552733075@qq.com |
6632bb530ee274da6ba05285a5117f35bb331a9b | d5580c3e4335956882af312d509af9388daa31fd | /code/src/main/java/com/smtboy/news/pojo/NewsProgram.java | 404c2d12f9005c07f8b6fa8ff88eb98fee214188 | [] | no_license | 76hw/NewsCMS | 019bd216ba3611f5a80f26c17ccb16a7823c6f33 | 96b3a562aaedadeaeabcf3a7b594644f1e01f459 | refs/heads/master | 2022-07-18T18:49:55.652598 | 2020-05-24T11:50:19 | 2020-05-24T11:50:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,062 | java | package com.smtboy.news.pojo;
import java.util.Date;
public class NewsProgram {
private Integer id;
private String name;
private Date createTime;
private Date updateTime;
public NewsProgram(Integer id, String name, Date createTime, Date updateTime) {
this.id = id;
this.name = n... | [
"1181882120@qq.com"
] | 1181882120@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.