blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 332 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 7 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 557
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 82
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 7 5.41M | extension stringclasses 11
values | content stringlengths 7 5.41M | authors listlengths 1 1 | author stringlengths 0 161 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
03d25f181bdb6ebb6503aff8af0cc8f8711697e5 | 5c286ccdfbd53da090dc3700de488a02bfe664ca | /jme3-examples/src/main/java/jme3test/material/TestParallaxPBR.java | 15bf2588208c8fb87be813602a693b9c04a93a16 | [
"BSD-3-Clause"
] | permissive | asmboom/jmonkeyengine | c74c13531b991d2f6bed4ee9e174b01bc86e1482 | aeb4daf04f20d32aeb3400cd43addfd15c5a7455 | refs/heads/master | 2021-01-21T16:35:19.695001 | 2016-08-13T22:55:20 | 2016-08-13T22:56:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,026 | java | /*
* Copyright (c) 2009-2012 jMonkeyEngine
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of ... | [
"remy.bouquet@gmail.com"
] | remy.bouquet@gmail.com |
33a17dab2782e8feff82eae7a3b3bc790859bc1f | 7051d41edfbee034cc50e0d4dc2b294e0f9391d9 | /src/codinginterviews/Solution33.java | 104e7556150782ca6cac08d9fc1b72fadbad42a2 | [] | no_license | Ryougi-Shiki0/Leetcode-Practice | 5d073df139e4fefc7fce0a10dcd87c091849e0de | f2125a57210bbafc96874e76f368db349320f493 | refs/heads/master | 2022-07-15T11:20:05.353098 | 2022-06-06T17:17:12 | 2022-06-06T17:17:12 | 233,251,796 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,853 | java | package codinginterviews;
public class Solution33 {
/*public boolean verifyPostorder(int[] postorder) {
//暴力方法
*//*if (postorder.length < 1) {
return true;
}
int[] inorder=Arrays.copyOf(postorder,postorder.length);
Arrays.sort(inorder);
Stack<Integer> sta... | [
"csczjy@163.com"
] | csczjy@163.com |
a16ba81658a54d2fd8c5cd7f9d1b58c2f64d2fa4 | a3a06ca27ecad4b4674694387561d97d4920da47 | /kie-wb-common-command-api/src/main/java/org/kie/workbench/common/command/client/exception/BadCommandArgumentsException.java | adb93ce7442da680de96268aa93a617e0a244f4d | [
"Apache-2.0"
] | permissive | danielzhe/kie-wb-common | 71e777afc9c518c52f307f33230850bacfcb2013 | e12a7deeb73befb765939e7185f95b2409715b41 | refs/heads/main | 2022-08-24T12:01:21.180766 | 2022-03-29T07:55:56 | 2022-03-29T07:55:56 | 136,397,477 | 1 | 0 | Apache-2.0 | 2020-08-06T14:50:34 | 2018-06-06T23:43:53 | Java | UTF-8 | Java | false | false | 1,459 | java | /*
* Copyright 2018 Red Hat, Inc. and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"manstis@users.noreply.github.com"
] | manstis@users.noreply.github.com |
f3502f076bbd8868565fe27bdf48930e7585e9be | 12c1964c561c070b8f5f3233a8488bedecc6e3ab | /src/fxft/util/InstallUtils.java | 910c39d257fe75a36e20c812c42fbe74d78761bf | [] | no_license | wcedla/DeployToolByJavaFx | 3d733e2ced5dbc0fae894bda4cc07ccb8f1d4793 | 82eba446385373e4379720b4addf87c818ff1b6d | refs/heads/master | 2021-03-17T08:29:18.484732 | 2020-03-13T03:11:33 | 2020-03-13T03:11:33 | 246,976,863 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,348 | java | package fxft.util;
import fxft.data.ModuleData;
import fxft.global.GlobalData;
import java.io.*;
import java.lang.reflect.Method;
import java.nio.charset.StandardCharsets;
import java.nio.file.Files;
import java.nio.file.Path;
import java.util.ArrayList;
import java.util.List;
import java.util.Set;
public class Inst... | [
"wenla@fxft.net"
] | wenla@fxft.net |
2846109ef910f80ab012b240a7935d6933a85035 | dedaa35fa1887478fa2814458554ea97263a95ba | /app/src/main/java/com/example/thecoffeehouse/order/hightlight/IHighLightDrinks.java | 2a6d4b8567dd78f5c48767fd4417d6a93ece3448 | [] | no_license | longdratech/coffee | 1787e4ba173af07772e442c8dec7a647a9912b57 | e31c31632aae3df773f8fce890c2af7886dd8c95 | refs/heads/master | 2022-07-14T10:06:19.358034 | 2020-04-01T17:04:34 | 2020-04-01T17:04:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 118 | java | package com.example.thecoffeehouse.order.hightlight;
public interface IHighLightDrinks {
void getProduct();
}
| [
""
] | |
ed1722a670147a7e778beb966714cd6b12cf7a9f | feb496b375d31a13691ffe9e53516f8e263e70c1 | /ethereum/eth/src/test/java/tech/pegasys/pantheon/ethereum/eth/sync/fullsync/IncrementerTest.java | 91b35ee0ba310bdc5c413cbb09351bbcd3f57ce9 | [
"Apache-2.0"
] | permissive | jacobhackman/pantheon | a2f0c406893bef0ea45ccef6f370733b90752269 | b577b36afdf77b852d4c0d77eb59552f7697e399 | refs/heads/master | 2020-05-17T19:17:08.431034 | 2019-04-28T02:28:26 | 2019-04-28T02:28:26 | 183,910,902 | 0 | 0 | Apache-2.0 | 2019-04-28T13:19:36 | 2019-04-28T13:19:36 | null | UTF-8 | Java | false | false | 6,633 | java | /*
* Copyright 2019 ConsenSys AG.
*
* 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 to in wr... | [
"noreply@github.com"
] | noreply@github.com |
9e77a124a631a66f58737d715a7b0cf2b29c67f8 | 1c2c42d0d4b6b4ceb8c168cbf70850a6c9932c6c | /src/BazaDanych.java | 9a2ccd74a8351f3b5c894ad992646d98ac56e561 | [] | no_license | rafau300/BiuroPosrednictwaNieruchomosci | 8d992fcc6f7da64fbb0df96d816783302465b407 | c1585ef31b5e127eb30231480ffa69fc3fae6c77 | refs/heads/master | 2016-09-08T02:33:40.942509 | 2014-06-16T21:14:56 | 2014-06-16T21:14:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,069 | java | import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.ResultSetMetaData;
import java.sql.SQLException;
import java.sql.Statement;
/**
* Klasa pozwalajaca na edycje i wyswietlanie danych zawartych w bazie danych projektu,
* wywolanie konstruktora tej klasy tworz... | [
"rafau300@gmail.com"
] | rafau300@gmail.com |
a0b53fd85cb80ba47bedf9d7a1e35935391b83f9 | 0adcb787c2d7b3bbf81f066526b49653f9c8db40 | /src/main/java/com/alipay/api/domain/AlipayOpenAuthTokenAppQueryModel.java | 6c2be7d60d5a20e5ffb15b9a1555e8e34dfb42df | [
"Apache-2.0"
] | permissive | yikey/alipay-sdk-java-all | 1cdca570c1184778c6f3cad16fe0bcb6e02d2484 | 91d84898512c5a4b29c707b0d8d0cd972610b79b | refs/heads/master | 2020-05-22T13:40:11.064476 | 2019-04-11T14:11:02 | 2019-04-11T14:11:02 | 186,365,665 | 1 | 0 | null | 2019-05-13T07:16:09 | 2019-05-13T07:16:08 | null | UTF-8 | Java | false | false | 728 | java | package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 查询某个ISV下的指定app_auth_token的授权信息:授权者、授权接口列表、状态、过期时间等
*
* @author auto create
* @since 1.0, 2016-07-18 13:35:47
*/
public class AlipayOpenAuthTokenAppQueryModel extends AlipayObject {... | [
"ben.zy@antfin.com"
] | ben.zy@antfin.com |
92ad1aa5114faba3f88275fe7b4d2d15846a154e | 4ef431684e518b07288e8b8bdebbcfbe35f364e4 | /BTMatcher/test-core/src/main/java/com/ca/apm/tests/role/WLSAgentAppDeployRole.java | c4d35a1dbbf0170991c5ad5e75431bfc012a079b | [] | no_license | Sarojkswain/APMAutomation | a37c59aade283b079284cb0a8d3cbbf79f3480e3 | 15659ce9a0030c2e9e5b992040e05311fff713be | refs/heads/master | 2020-03-30T00:43:23.925740 | 2018-09-27T23:42:04 | 2018-09-27T23:42:04 | 150,540,177 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,782 | java | package com.ca.apm.tests.role;
import java.net.Socket;
import java.util.Arrays;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.apache.commons.io.FilenameUtils;
import org.eclipse.aether.artifact.DefaultArtifact;
import org.jetbrains.annotations.NotNull;
import org.slf4j.Logger;
i... | [
"sarojkswain@gmail.com"
] | sarojkswain@gmail.com |
af6805a48bd9dd65941c79825bee455e8c5a4c36 | 5256450a88b151bf855360470a7f77148f89edf8 | /app-gateway/src/main/java/com/babeeta/hudee/gateway/app/service/SubscriptionService.java | 79b8aad3f9b67ea64787643245527e489aba60ac | [] | no_license | zhaom/broadcast-simple | cc57054e0c396d4a50807a7acaa99b12f8512604 | f2a3c58ccab9db5db88df1a87c27b0f3de252906 | refs/heads/master | 2021-01-10T01:45:59.823368 | 2016-03-25T06:52:16 | 2016-03-25T06:52:16 | 54,538,358 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,974 | java | package com.babeeta.hudee.gateway.app.service;
import java.util.Date;
import java.util.List;
import net.sf.json.JSONArray;
import org.apache.http.HttpStatus;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* implement the interface of authenticate service
*/
public class SubscriptionService extends A... | [
"zhaominhe@gmail.com"
] | zhaominhe@gmail.com |
ec1293f5c2f45823c3cbcfc6a38b322dc09701aa | 012818837fdd1094e9394c9174f6eea75b028726 | /JavaSE_workspace/day13_StringBuffer/src/cn/laoliu_01/StringBufferDemo.java | d8f4f08ecdd7aca01e2123671ed7f471f5d77ca4 | [] | no_license | mimicao/Java_Learning | 6ba2d31b12120111500900ba7fd43fbec4da1c72 | 7e259e1bb3515afd6ba095096ec4a26b3c2e7035 | refs/heads/master | 2021-08-24T18:14:45.938831 | 2017-11-21T10:53:16 | 2017-11-21T10:53:16 | 107,426,448 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,481 | java | package cn.laoliu_01;
/*
* 线程安全
* 安全-- 同步-- 数据是安全的
* 不安全-- 不同步-- 效率高一些
* 安全和效率永远困扰我们的。
* 安全:医院的网站,银行的网站之类的
* 效率:新闻性的网站,论坛之类的
*
* StringBuffer:
* 线程安全的可变字串
*
* StringBuffer和String的区别?
* 前者长度和内容可变,后者不变
* 如果使用前者做字符串拼接,不会浪费太多的资源
*
* StringBuffer的构造方法
* public StringBuffer(): 无参构造方法
* public Str... | [
"501377732@qq.com"
] | 501377732@qq.com |
456958f57ab89d9cc8b6bb05b2a12250288471cc | 76225194ccdc6b134c0aec1f920edc37b7701681 | /src/entities/Task_Prio.java | dcbc4bbc46ed44543d11854efaa4826df31e867f | [] | no_license | DomiBosselmann/Camping | 7ad990c4c9b5f23ab20cd216cda21aec8f6982f8 | 89aa47bb6a5ec5b2ce3be7f9efc436fe13960ace | refs/heads/master | 2021-01-01T19:55:05.337469 | 2013-08-29T14:29:10 | 2013-08-29T14:29:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 244 | java | package entities;
public enum Task_Prio {
low("Niedrig"), normal("Normal"), high("Hoch");
private final String value;
Task_Prio(String value) {
this.value = value;
}
public String toString() {
return value;
}
}
| [
"bosselmann@co2-filter.com"
] | bosselmann@co2-filter.com |
c391152dfced6f379134137200c0d30f12a02dfc | c57fa150c992d5db6f2604ace387eed49549b740 | /jesustec-proj1/src/main/java/br/com/jesustec/model/dao/HibernateDAO.java | 3aefe4563dbaa0b7f8c8708612f153c7c9a80020 | [] | no_license | jesustecprosperity/jesustec-proj1 | d414a17a038b6ddd6a7c76d8f2f7637cfaa3ff0e | d1de48075d3ae0067395179014863e5330baaed8 | refs/heads/master | 2016-09-14T05:22:37.266300 | 2016-05-16T21:36:13 | 2016-05-16T21:36:13 | 57,471,230 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,556 | java | package br.com.jesustec.model.dao;
import java.io.Serializable;
import java.util.List;
import org.hibernate.Session;
import org.hibernate.criterion.DetachedCriteria;
public class HibernateDAO<T> implements InterfaceDAO<T>, Serializable {
private static final long serialVersionUID = 1L;
private Cl... | [
"prosperity@192.168.1.8"
] | prosperity@192.168.1.8 |
38af9571ce66931352e66016bdc55278d20497fa | 118ce23763ad3c7e8d4c2f419688505fff0d1e23 | /src/main/java/com/amihaiemil/charles/aws/requests/AwsDelete.java | d15db63f58a190940e0296049adfe98eaaf8953c | [] | no_license | mlatagas/charles-rest | bf868db1d41197eaa28a988b4887afe05359ed8c | 15520b4aeb1ae5c14dc3c2ebc7ee5cdc8b43050a | refs/heads/master | 2021-04-17T14:16:28.998964 | 2019-11-14T10:37:48 | 2019-11-14T10:37:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,329 | java | /**
* Copyright (c) 2016-2017, Mihai Emil Andronache
* All rights reserved.
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* 1)Redistributions of source code must retain the above copyright notice,
* this list of... | [
"amihaiemil@gmail.com"
] | amihaiemil@gmail.com |
3e7f59effad079347a3022bf4cda1aaffa2e4925 | 850ebe39040e58d0a47b52f332a3a6b94d307905 | /app/src/main/java/com/techuva/iot/model/AccountListInfoObject.java | f233d679ae641e8e91e45cd440aa171b6ca4f6bc | [] | no_license | nikks-tu/IT_TECHUVAIOT_MOBILE | 38384a6d5cc1303febdcc82aff81587dc364a636 | a52fa495b15bbfec7306340fd0068107176249cf | refs/heads/master | 2022-05-25T08:21:34.928384 | 2020-04-20T14:05:38 | 2020-04-20T14:05:38 | 257,299,666 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,158 | java | package com.techuva.iot.model;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class AccountListInfoObject {
@SerializedName("ListCount")
@Expose
private Integer listCount;
@SerializedName("ErrorCode")
@Expose
private Integer errorCode;
... | [
"nikita@vishwakarma7@gmail.com"
] | nikita@vishwakarma7@gmail.com |
b4e05229f441333849a32686dcb24536f1018707 | 39338dde50351383050b65a3629d05126906605f | /src/com/soustitres/servlets/EditSubtitle.java | 20ee88a70a55a3aaa82649d07d515caa025d0719 | [] | no_license | Frenchy31/SousTitres | c342084f6ad4edaaa7c8b518875100fb439151c4 | dc4b0ec5500f4b87f0ceac0eedbe45f6afe3174e | refs/heads/master | 2020-11-24T21:51:05.953586 | 2019-12-16T10:06:10 | 2019-12-16T10:06:10 | 228,354,839 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,149 | java | package com.soustitres.servlets;
import com.soustitres.beans.Paragraphe;
import com.soustitres.beans.SousTitre;
import com.soustitres.beans.Video;
import com.soustitres.dao.*;
import com.soustitres.utilities.Utils;
import javax.servlet.ServletContext;
import javax.servlet.ServletException;
import javax.servlet.annota... | [
"aubin.puyoou@gmail.com"
] | aubin.puyoou@gmail.com |
4c574ac5640e76007ec8114f5a62967e05965fea | 01975c626f07f3fd1371ddfae48efc52108dfe9a | /src/org/fernwood/jbasic/JBasicMain.java | 1433f8073dde689fb51395d236c03bdd974fb632 | [] | no_license | tucats/JBasic | 3d1285162430c314c3dffabdf95e8b9afcca90dc | d2bf0b3b06410dbaf2b41a4abee41c9faa3dffb9 | refs/heads/master | 2022-09-29T08:34:40.827317 | 2022-09-03T16:33:22 | 2022-09-03T16:33:22 | 16,550,357 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,559 | java | /*
* THIS SOURCE FILE IS PART OF JBASIC, AN OPEN SOURCE PUBLICLY AVAILABLE
* JAVA SOFTWARE PACKAGE HOSTED BY SOURCEFORGE.NET
*
* THIS SOFTWARE IS PROVIDED VIA THE GNU PUBLIC LICENSE AND IS FREELY
* AVAILABLE FOR ANY PURPOSE COMMERCIAL OR OTHERWISE AS LONG AS THE AUTHORSHIP
* AND COPYRIGHT INFORMATION IS RETAINED... | [
"tom.cole@nc.rr.com"
] | tom.cole@nc.rr.com |
ced25eb2a22776ab1ef4534ddd3d5be534e1d3b0 | 28dd65fcf7ad5a3e51be59039b0046c53b72c0ce | /src/test/java/com/foxminded/university/controllers/rest/ClassRoomsRestControllerSystemTest.java | bbdd01f240bcc4c093b3ce4916f8d35579dcede3 | [] | no_license | Alex15265/University | 5184759c7f4f4d0800e5662b26fd16f3ae7f18af | 467b005b41368cd8584e74feb13f3d262dbc1368 | refs/heads/master | 2023-02-12T07:07:33.986963 | 2021-01-10T13:00:27 | 2021-01-10T13:00:27 | 328,382,522 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,690 | java | package com.foxminded.university.controllers.rest;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.foxminded.university.dto.classRoom.ClassRoomDTORequest;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
impor... | [
"axel100@mail.ru"
] | axel100@mail.ru |
2cf3f51445676d52880ffa813c46061b854abe65 | 03535fcc9da635b100ffd6b302af724b2ec0e0c5 | /target/classes/com/sapientarrow/gwtapp/client/view/widgets/UploadedComponents/UploadedBindingClass.java | 658af4a4aea4477aab7260dc7c3e02348255dd03 | [] | no_license | junaidp/gwtapplication | 87c5726777ff23aef17e68ddee0abb1768ff1173 | 07dc6e3d97d54f2da0dff0dc7035fb22f4a69af2 | refs/heads/master | 2021-01-20T20:56:48.725356 | 2018-07-25T10:31:20 | 2018-07-25T10:31:20 | 43,594,471 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,649 | java | /*******************************************************************************
* Copyright (c) 2017 * Copyright (c) 2015 Sapient Arrow Technologies.
* All rights reserved. This program and the accompanying materials
* * are made available under the terms of the Affero GNU Public License
* which accompanies this ... | [
"Junaidp@gmail.com"
] | Junaidp@gmail.com |
9a6b7312e9c1a73929b8e05007ab3f2cc8cc73bb | dd01522057d622e942cc7c9058cbca61377679aa | /hybris/bin/ext-accelerator/b2bacceleratorfacades/gensrc/de/hybris/platform/b2bacceleratorfacades/constants/GeneratedB2BAcceleratorFacadesConstants.java | ee9541afca4575ff4503f5b1146553da6ef9f9e1 | [] | no_license | grunya404/bp-core-6.3 | 7d73db4db81015e4ae69eeffd43730f564e17679 | 9bc11bc514bd0c35d7757a9e949af89b84be634f | refs/heads/master | 2021-05-19T11:32:39.663520 | 2017-09-01T11:36:21 | 2017-09-01T11:36:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,055 | java | /*
* ----------------------------------------------------------------
* --- WARNING: THIS FILE IS GENERATED AND WILL BE OVERWRITTEN! ---
* --- Generated at 10 Aug 2017 10:54:06 AM ---
* ----------------------------------------------------------------
*
* [y] hybris Platform
*
* Copyright... | [
"mashimbyek@gmail.com"
] | mashimbyek@gmail.com |
44c74b1df856566c563384c9c32a375f8e385a6a | 73749486e20ccc951f100b65ea4d2901898be3d0 | /notification-service/src/test/java/ba/unsa/etf/nwt/notificationservice/controller/SubscriptionConfigControllerTest.java | 82561fd0c354a5c6dda96a13d59227f5605fe7b9 | [] | no_license | SoftTech-Course/ProjectHub | e07ee9ca518914c599b05baef9f5bfe67c851425 | 6fec2b515691d0212807785d99452d3b6782f540 | refs/heads/master | 2023-05-10T16:24:20.531436 | 2021-06-07T20:05:47 | 2021-06-07T20:05:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,400 | java | package ba.unsa.etf.nwt.notificationservice.controller;
import ba.unsa.etf.nwt.notificationservice.client.service.TaskService;
import ba.unsa.etf.nwt.notificationservice.config.token.ResourceOwnerInjector;
import ba.unsa.etf.nwt.notificationservice.config.token.TokenGenerator;
import ba.unsa.etf.nwt.notificationservic... | [
"noreply@github.com"
] | noreply@github.com |
9a1cfdfe0db6b05fadc9bd2766b96bacd52602d3 | 8f4030b307bdb8f5fcdca5e050fb20e7d6bd61a8 | /src/main/java/com/listaequipos/models/Roster.java | 91a53ae22989da6429a24409379463d6626ac7fe | [] | no_license | jeanmunoz/ListaEquipos | 0ce1206e76411c4a538034d99eca146c2b511179 | 149c5ecd66b2b45d6b29e1e4d78d467908ad848f | refs/heads/master | 2023-07-07T05:50:37.455727 | 2021-08-11T01:22:13 | 2021-08-11T01:22:13 | 394,823,977 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 787 | java | package com.listaequipos.models;
import java.util.ArrayList;
import java.util.List;
public class Roster {
private List<Team> teamsList = new ArrayList<>();
private int numberOfTeams = 0;
public Roster() {
}
public List<Team> getTeamsList() {
return teamsList;
}
public void setTeamsList(List<Team> teamsLis... | [
"82293694+jeanmunoz@users.noreply.github.com"
] | 82293694+jeanmunoz@users.noreply.github.com |
763872ff2f33a734c6574988fa9ad3d9607a37a6 | a9999c6995aac2328f40ac179c21f47f5183b26b | /src/main/java/com/hxzy/springboot/service/impl/ResumeServiceImpl.java | dc653aa5ec0c0ea25aa3f51e3bf46fc8d1af6718 | [] | no_license | Duringyoung/OAOA | 9c9e6ac7187c41fcb9cc8c77d099d4c35c6209b8 | afd35b7e88298d926c1f3fca9c75076a5206aab2 | refs/heads/master | 2020-06-19T02:45:58.510533 | 2019-07-18T01:44:25 | 2019-07-18T01:44:25 | 196,537,276 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,417 | java | package com.hxzy.springboot.service.impl;
import java.util.List;
import javax.annotation.Resource;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.PageRequest;
import org.springframework.data.domain.Pageable;
import org.springframework.stereotype.Component;
import com.hx... | [
"297040961@qq.com"
] | 297040961@qq.com |
f00fe3b2f2dcf7c916b64f4ff2aefc01bea5c12c | fe573dc3abb82783a066bf8625b97886be9a7f84 | /as7.ws/src/test/java/com/ivankoi/jee6/test/MemberRegistrationTestIT.java | de09d9b269d415d88cd62f11401352cd396debf0 | [] | no_license | ivankoi/playground | 48442682cb301c3032a1ad224de640d86d0762d5 | ec8f824cef9527ed556eb7a727aff1470e86976c | refs/heads/master | 2016-09-05T23:17:10.174884 | 2016-01-31T21:24:54 | 2016-01-31T21:24:54 | 33,117,510 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,641 | java | package com.ivankoi.jee6.test;
import static org.junit.Assert.assertNotNull;
import java.util.logging.Logger;
import javax.inject.Inject;
import org.jboss.arquillian.container.test.api.Deployment;
import org.jboss.arquillian.junit.Arquillian;
import org.jboss.shrinkwrap.api.Archive;
import org.jboss.shri... | [
"ivankoi@gmail.com"
] | ivankoi@gmail.com |
0f3dde01e314e435b994bf421f35906d05a016a4 | 87baf29a0a6a67863230a4adf2b9aaca70db46fe | /src/crsjk/Auth.java | 60fcf51ba79efcab65527bb57e3a370e44cb546e | [] | no_license | 319zhouhaiwen/zaluandaima | f3db71e68a120d6efa791e7350eba1fdc0b9f000 | 48f61ec96894308898f0a5c0e9ef328a108ca533 | refs/heads/master | 2020-07-12T22:12:43.801768 | 2019-08-28T11:45:02 | 2019-08-28T11:45:02 | 204,918,359 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 2,256 | java | package crsjk;
import java.util.Date;
public class Auth {
private Integer id;// id
private String name;// 名称
private String code;// 编码
private String url;// url
private String pCode;// 父级菜单的code
private String isButton;// 0是功能按钮,1是菜单
private String isDel;// 是否删除 0未删除,1删除
private String creator;//创... | [
"3194498557@qq.com"
] | 3194498557@qq.com |
216415d0f51a1db8bc6569298a7f952dc3096640 | c15589ea8ee77b671d6f3f8a1dfc2e5a7066c361 | /src/main/java/kafka/api/RequestOrResponse.java | 0b8575f98197647117e73c677356e4bb3c211cc2 | [] | no_license | IMJIU/Jkafka | 8143432c82978ec6b291a6aaf1f5437c9fe7952b | 3986526b7759d41c2ec8a1fea63027f8c3a7de08 | refs/heads/master | 2021-01-18T03:24:17.324877 | 2018-07-23T10:41:24 | 2018-07-23T10:41:24 | 85,821,821 | 4 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,161 | java | package kafka.api;
import kafka.network.RequestChannel;
import kafka.utils.Logging;
import java.nio.ByteBuffer;
import java.util.Optional;
/**
* Created by Administrator on 2017/4/21.
*/
public abstract class RequestOrResponse extends Logging {
public Optional<Short> requestId = Optional.empty();
public Re... | [
"zlfkyo@sina.com"
] | zlfkyo@sina.com |
6eeddae4bbc3b8ee46b624b986dc99311051c417 | 5e1c245e43fe82f6b544941625dc506d4896d146 | /src/app/start/gui/NodeTable.java | 3c84ac25c04cc96b5b269a3bde8f0bf65e8d907f | [] | no_license | painpunisher/switchtradecoin | 70412f8e9f9fcbc213b5786d2c581ae5301320b1 | 812d321de50666b2d7b10b5a76af09493131ac96 | refs/heads/master | 2020-03-18T00:19:57.409592 | 2018-05-22T22:51:57 | 2018-05-22T22:51:57 | 134,088,650 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,478 | java | package app.start.gui;
import java.net.URL;
import java.util.ResourceBundle;
import app.config.Config;
import app.net.Node;
import app.net.NodeRegister;
import javafx.application.Platform;
import javafx.fxml.FXML;
import javafx.fxml.Initializable;
import javafx.scene.control.Button;
import javafx.scene.co... | [
"39143023+painpunisher@users.noreply.github.com"
] | 39143023+painpunisher@users.noreply.github.com |
02df7726a4d81ce518ba5aff6c2485e082a95f3a | adf58f5567cc81189f8780a54f41f70f41c17a30 | /src/sample/Main.java | 0b9e8f4c86e8dba5f0bd1e38108e4eb83628ea97 | [] | no_license | paco-portada/EjemploJavaFX | 104556d5652082c9446ece63239daa2098f6604b | b97f14aa403ff2b93c5e9723a5a0e16265bf91de | refs/heads/master | 2022-06-29T08:10:36.877760 | 2020-05-11T09:35:56 | 2020-05-11T09:35:56 | 257,255,464 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 667 | java | package sample;
import javafx.application.Application;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.stage.Stage;
/**
*
* @author JJBH
*/
public class Main extends Application {
@Override
public void start(Stage stage) throws Exception {
Paren... | [
"paco.portada@gmail.com"
] | paco.portada@gmail.com |
d86d81177fe680f8e53fdb72313d2efcc21e3c3c | 5940df890849cacd1fb7be11ad7617434b3e23b3 | /biopids/src/br/com/biopids/domain/Imagem.java | 68d279cca871ebe167c28b72fed4fd0d08d2f7c9 | [] | no_license | deftnesssolutions/portal-virtual | 43f0b7d009dd2bd56af581c6d7deb184d9f3000e | 438ca2eb949175b6a067437cdb22c028437c39a6 | refs/heads/master | 2021-01-18T22:10:19.617149 | 2011-12-06T00:43:54 | 2011-12-06T00:43:54 | 36,197,660 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 883 | java | package br.com.biopids.domain;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Lob;
import javax.persistence.Table;
@Entity
@Table(name="imagem")
public class Imagem extends EntityPersist {
@Lob
@Column(columnDefinition="bytea")
private byte[] imagem;
pri... | [
"cally.af@gmail.com@ebcab346-02a9-eae8-fbf5-f4d2a0660fd7"
] | cally.af@gmail.com@ebcab346-02a9-eae8-fbf5-f4d2a0660fd7 |
d79b794eb3a8de8af6ea9e1e2744849403dd5724 | eb69f189cf7916c33e5738a4a8961971244c9848 | /Folders/ParallelStreams/src/main/resources/works/LiveLessons/Loom/ex3/src/main/java/utils/FuturesCollector.java | 1743f2af66a0bdab2df7dd75fb180b3b350692c1 | [] | no_license | douglascraigschmidt/LiveLessons | 59e06ade1d0786eac665d3fe369426cde36ff199 | b685afc62b469b17e3e9323a814e220d5315df55 | refs/heads/master | 2023-08-18T01:21:04.022903 | 2023-08-02T00:52:16 | 2023-08-02T00:52:16 | 21,949,817 | 587 | 712 | null | 2023-02-18T04:18:02 | 2014-07-17T16:46:47 | Java | UTF-8 | Java | false | false | 4,296 | java | package utils;
import static java.util.stream.Collectors.toList;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Set;
import java.util.concurrent.CompletableFuture;
import java.util.function.BiConsumer;
import java.util.function.BinaryOperator;
import java.util.functi... | [
"d.schmidt@vanderbilt.edu"
] | d.schmidt@vanderbilt.edu |
8d7e4531aa80daf3516786d57ee2d96463e9b119 | b5747f50d2124462aac7b54c5546d8fc809b1440 | /src/main/java/cn/com/ut/cache/serializer/FastJsonRedisSerializer.java | 152afebcf9e3506d9e253abd8197f58ef40848ab | [
"Apache-2.0"
] | permissive | hubgitchina/spring-cache-redis | 7e18d807ed0421f062f2bdabff9ea2c944344254 | eb3b2184bf5433e3827c0fb340a618f2e22c9b67 | refs/heads/master | 2020-04-23T01:43:48.623873 | 2019-02-27T06:23:21 | 2019-02-27T06:23:21 | 170,822,522 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,101 | java | package cn.com.ut.cache.serializer;
import java.nio.charset.Charset;
import org.springframework.cache.support.NullValue;
import org.springframework.data.redis.serializer.RedisSerializer;
import org.springframework.data.redis.serializer.SerializationException;
import com.alibaba.fastjson.JSON;
import com.alibaba.fast... | [
"wangpeng1@ut.cn"
] | wangpeng1@ut.cn |
1898570e6e867184366bfc2efd5f9aa61cc3c8e4 | 8fb8a6390de1a50f3503c6c8792205f0bd046709 | /CompteurJSF/src/fr/ipst/cnam/entities/Utilisateur.java | 84ef6925426da87efa2fbbf8d16dd1e15ccdbd82 | [] | no_license | big73/NFE114 | b8fa37afb6dfc153f499d98c557c175272dc0712 | 70fe77bfa37978c4d4899ddb151c1a00c4aba35c | refs/heads/master | 2021-01-10T14:15:07.508904 | 2016-04-20T18:46:38 | 2016-04-20T18:46:38 | 47,507,410 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 534 | java | package fr.ipst.cnam.entities;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.SessionScoped;
@ManagedBean
@SessionScoped
public class Utilisateur {
private int age;
public void setAge(int age) {
this.age = age;
}
public int getAge() {
return age;
}
public String checkAge()
{
System.... | [
"yadine.yassine7@gmail.com"
] | yadine.yassine7@gmail.com |
46a9976e25513b41dc6be01364555bf44960063f | d1d71f0e68b340de9030eed047c1168f36b1fe67 | /MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/custom/BarChatXAxisValueFormatter.java | a90d99301f375ea7824a74fe9b04bd2bc433917e | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0"
] | permissive | octopusy/MPAndroidChart | 0f28964ece47905d1380f150daa7ba50f90b33ad | 5a8559303c7d938e6603b6166037b21a829b4692 | refs/heads/master | 2022-11-16T17:58:05.588128 | 2020-07-17T07:21:08 | 2020-07-17T07:21:08 | 280,355,392 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,240 | java | package com.xxmassdeveloper.mpchartexample.custom;
import android.util.Log;
import com.github.mikephil.charting.formatter.ValueFormatter;
import java.util.ArrayList;
/**
* Created by philipp on 02/06/16.
*/
public class BarChatXAxisValueFormatter extends ValueFormatter{
public BarChatXAxisValueFormatter() {}... | [
"zhanghuan1991"
] | zhanghuan1991 |
ddb46bba3f896bbc2f6d2b900ec886c78f96a03e | 67934dd3dfa02e8aac0b76c1043b1935a68ef678 | /src/main/java/com/github/lindenb/jvarkit/tools/mem/FindMyVirus.java | 91d6748449392b2d0778b69232c765e6474b08ad | [
"MIT"
] | permissive | lindenb/jvarkit | 5dbb37a1eda66b76c4ba495f1f52e9ec023fc37f | 3d336e522b2862e7f9490bbdfc80b219e68532e2 | refs/heads/master | 2023-08-22T13:27:44.758256 | 2023-05-05T15:32:15 | 2023-05-05T15:32:15 | 9,889,013 | 423 | 150 | NOASSERTION | 2023-01-27T14:39:22 | 2013-05-06T14:49:08 | Java | UTF-8 | Java | false | false | 13,801 | java | /*
The MIT License (MIT)
Copyright (c) 2023 Pierre Lindenbaum
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, copy, modify, me... | [
"plindenbaum@yahoo.fr"
] | plindenbaum@yahoo.fr |
8c48b3bbba22dc497dcfa2ad56dc79659f4fae15 | 2109d34ecbc228b103645ff3b259a80d15af3abe | /app/src/main/java/pinkstar/com/demo/MainActivity.java | a1e598ecd7cd81a7f34e906107cf0d11b4f37ec3 | [] | no_license | mysolution4u/Demo | c1607ed901f87a5c640a6890614b880bcb16e6e2 | 9f47b23d25ffc7d1851c60ea9d13099db286cfd1 | refs/heads/master | 2021-01-10T06:58:24.760930 | 2016-03-31T06:16:15 | 2016-03-31T06:16:15 | 55,126,685 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,844 | java | package pinkstar.com.demo;
import android.Manifest;
import android.app.Activity;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.location.Address;
import android.location.Geocoder;
import android.location.Locatio... | [
"Radhey Shyam"
] | Radhey Shyam |
aa8d3d1ab6228344fa6960473fb54f3808e6f9bc | e927ab4eda0f68fbdd9929c4474a6cc9c37d73d9 | /src/com/geariot/platform/freelycar_wechat/wxutils/WechatTemplateMessage.java | cd07447b3d2bd01d2edb400eaf9fb61b6531868b | [] | no_license | tangtang233/freelycar_wechat_xuzhuang | 5d4e13f16a7eae57de1e35b4b938d705a0924120 | f9c789601e4a75613075444e0eff65d47ff1e93b | refs/heads/master | 2020-04-06T13:23:19.957205 | 2019-01-07T01:44:41 | 2019-01-07T01:44:41 | 157,497,730 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,857 | java | package com.geariot.platform.freelycar_wechat.wxutils;
import com.geariot.platform.freelycar_wechat.entities.ConsumOrder;
import com.geariot.platform.freelycar_wechat.entities.ProjectInfo;
import com.geariot.platform.freelycar_wechat.entities.Staff;
import com.geariot.platform.freelycar_wechat.entities.WXPayOrder... | [
"toby911115@gmail.com"
] | toby911115@gmail.com |
b66f9b8933563ca3e5137d5aee9fceb5c9d01e64 | 7c9ae23615dd8cb2da757a95939c9d8a96673e90 | /app/src/main/java/com/yxld/xzs/view/AutoHorizontalScrollView.java | 57da226b0c55aa503fcb8d3eefab2dd0fd775242 | [] | no_license | StoneXL/xzs_app | 9c2b034ffa8b9427b0c59d8ef1ef7019fedc94d8 | b2ada4145d8f391dfa3bc93fb44b780e600ec325 | refs/heads/master | 2021-07-03T19:31:59.166183 | 2019-04-15T05:38:12 | 2019-04-15T05:38:12 | 135,100,953 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,199 | java | package com.yxld.xzs.view;
import android.content.Context;
import android.util.AttributeSet;
import android.widget.HorizontalScrollView;
import com.zhy.autolayout.AutoFrameLayout;
import com.zhy.autolayout.AutoLinearLayout;
import com.zhy.autolayout.utils.AutoLayoutHelper;
/**
* Yuan.Y.Q
* Date 2017/7/24.
*/
pub... | [
"3401794305@qq.com"
] | 3401794305@qq.com |
7cdc02d6556d20fff47f953445491754123f2834 | 2a49717024daa3f84997f5b320121c6cf868d8e7 | /docker-web-embeded-jpa/src/main/java/com/jdc/locations/model/service/LocationService.java | 2b7af606d2808e7bbd5a3154d259bc519fd1f585 | [
"MIT"
] | permissive | minlwin/docker4j | be1a7926fce7b4ab6acd16cd1776f47b364b3eae | 56274eb582fc685cc80c7e8912c9aa6aff0365b8 | refs/heads/master | 2023-02-08T22:45:50.099604 | 2020-12-26T14:34:40 | 2020-12-26T14:34:40 | 285,887,640 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 853 | java | package com.jdc.locations.model.service;
import java.io.Serializable;
import java.util.List;
import javax.persistence.EntityManager;
import com.jdc.locations.model.entity.Division;
import com.jdc.locations.model.entity.Township;
public class LocationService implements Serializable {
private static final long seri... | [
"lwin.zawmin@gmail.com"
] | lwin.zawmin@gmail.com |
4b981fd8f4891792f08fcffab8b70f81a84534a3 | 3aa636d00d298a2ffe407e40502588a88cbd0371 | /src/main/java/com/troyner/cursomc/domain/ItemPedidoPK.java | d2b83d2cec3f21c983dcc102f17a1ac963dcfcb2 | [] | no_license | Troyner/cursomc | 38182b4e84ca64db194ccd2ea2a33c2ab5f948c0 | 5ad6bb7045a2426b826c7f9ffa86baa4fd12b483 | refs/heads/master | 2020-06-26T16:02:39.127097 | 2019-08-07T15:51:50 | 2019-08-07T15:51:50 | 199,680,283 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,435 | java | package com.troyner.cursomc.domain;
import java.io.Serializable;
import javax.persistence.Embeddable;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
@Embeddable
public class ItemPedidoPK implements Serializable {
private static final long serialVersionUID = 1L;
@ManyToOne
@JoinColumn(... | [
"marcusvi91@gmail.com"
] | marcusvi91@gmail.com |
e1aa276f34e7d2ad38ff0168e3ee8a1150b57fb3 | eab9053351d6b659231d2578d9350c94c0f7a55a | /Football_Players_Transfer_System/src/main/java/com/fifa/controller/Test.java | 1249b239bb5859caf94548e627dac93fb048564a | [] | no_license | pranesh14/NEU_Projects | 438ab33afdd6e043386090becde2d4ebde993fb1 | b637172c1c6973eb82bdd6b8a9c000806badccf6 | refs/heads/master | 2020-09-12T08:26:36.098815 | 2018-09-14T21:05:02 | 2018-09-14T21:05:02 | 94,459,637 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 398 | java | package com.fifa.controller;
import com.fifa.dao.UserDAO;
public class Test {
public static void main(String[] args) {
// TODO Auto-generated method stub
try {
System.out.println("***** EXECUTING *****");
UserDAO userDao = new UserDAO();
System.out.println("***** DONE *****");
}
catch (Exceptio... | [
"ramakrishnan.p@husky.neu.edu"
] | ramakrishnan.p@husky.neu.edu |
d12c422a221b94093ad69e27ce1dbfda87649d6c | 61f8ca0d40a83127e4c06f704f20c3b0ee89bf52 | /app/src/main/java/com/rodilon/unittesting/persistence/NoteDao.java | 87e567c52cd2429a4b62d7151f49c096462696b1 | [] | no_license | rodilon/testing | 17ad6b1a22b22cb5f2bdbaf4388623c917d83e89 | ca4f931296bf0735026aaeba8a399e4558aa3954 | refs/heads/master | 2022-12-09T03:04:02.356935 | 2020-09-07T18:31:13 | 2020-09-07T18:31:13 | 292,565,306 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 645 | java | package com.rodilon.unittesting.persistence;
import androidx.lifecycle.LiveData;
import androidx.room.Dao;
import androidx.room.Delete;
import androidx.room.Insert;
import androidx.room.Query;
import androidx.room.Update;
import com.rodilon.unittesting.models.Note;
import java.util.List;
import io.reactivex.Single;... | [
"renanodilon@gmail.com"
] | renanodilon@gmail.com |
4df098e1b446927ba6be3789b22bdd7c43e0e698 | 8c69107210f40ef01ede02fce90ec8a0472142d1 | /app/src/main/java/com/example/hninor/pruebahenry/features/topartist/domain/usecase/GetArtist.java | 2c21a486302fe9c8bcf216264b2e1cac5c0e6dfa | [] | no_license | yoelbrinez/PruebaHenryValid | 8ac476f91d3299a33228d03247af1eba63b7d9dc | ef8c58bf01ff22042d37df5aeacc6d73111b34c7 | refs/heads/master | 2021-09-25T05:54:39.210655 | 2018-10-18T22:05:06 | 2018-10-18T22:05:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,763 | java | package com.example.hninor.pruebahenry.features.topartist.domain.usecase;
import com.example.hninor.pruebahenry.core.Constants;
import com.example.hninor.pruebahenry.core.communication.GEOService;
import com.example.hninor.pruebahenry.core.communication.entities.Artist;
import com.example.hninor.pruebahenry.core.commu... | [
"hninor@unal.edu.co"
] | hninor@unal.edu.co |
c0a3a7423219bdb0864a030a1c17cebb092c1540 | 315fffd337e156c64c8e7febedbb32bb9601dad3 | /builtInFunctions.java | 06a7a23fa44b15e2a25f12cd89a9800b3a0f37fa | [] | no_license | pravin-asp/Learning-Java | ec0d9aafda3b4094ad5842a0464c9378855a0427 | 0b1c482a032c3e01d9633e86fa7a64b18973b6a5 | refs/heads/master | 2023-06-28T02:40:09.258204 | 2021-08-01T06:00:39 | 2021-08-01T06:00:39 | 390,285,097 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 167 | java | import java.util.Scanner;
public class builtInFunctions{
public static void main(String[] args){
double result = Math.pow(2, 5);
System.out.println(result);
}
} | [
"pravin.cs17@bitsathy.ac.in"
] | pravin.cs17@bitsathy.ac.in |
51da3a2402a3531287e078f04952617bb356640e | 84e064c973c0cc0d23ce7d491d5b047314fa53e5 | /latest9.1/bj/net/sf/saxon/regex/RegexData.java | 375be84a45df14d7caecd174e78de6c1ba80f671 | [] | no_license | orbeon/saxon-he | 83fedc08151405b5226839115df609375a183446 | 250c5839e31eec97c90c5c942ee2753117d5aa02 | refs/heads/master | 2022-12-30T03:30:31.383330 | 2020-10-16T15:21:05 | 2020-10-16T15:21:05 | 304,712,257 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 12,390 | java | package net.sf.saxon.regex;
/**
* Non-instantiable class containing constant data definitions used by the various Regular Expression translators
*/
public class RegexData {
public static final String categories = "LMNPZSC";
public static final String subCategories = "LuLlLtLmLoMnMcMeNdNlNoPcPdPsPePi... | [
"mike@saxonica.com"
] | mike@saxonica.com |
8026e805421b54a1bdc32b1af4cebde25faece7c | 4e7f049d258e43df879cde81f15d1e5e4de27197 | /cart-service/src/main/java/com/example/demo/cart/CartController.java | ba26c28be3a1566d7b3f01eef9a4008c07803fad | [] | no_license | mdSafdarKhan/e-commerce-poc | fbcd430b65ef67e029497cc8344acfebb5122981 | 0b424c33b155615fbcee4088bd9638043de6d5d5 | refs/heads/master | 2022-06-10T09:24:42.282706 | 2020-05-05T17:39:31 | 2020-05-05T17:39:31 | 261,107,509 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,671 | java | package com.example.demo.cart;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.cloud.client.loadbalancer.LoadBalanced;
import org.springframework.data.redis.core.RedisTemplate;
import org.springframewor... | [
"safdar.khan@karexpert.com"
] | safdar.khan@karexpert.com |
2799cdcd7e1cf7a3e62f613abcc5fd5d96778425 | 180e78725121de49801e34de358c32cf7148b0a2 | /dataset/protocol1/jdbi/learning/3664/BridgeMethodHandlerFactory.java | 19b4b9199a884963571a7d4014c2448364492c40 | [] | 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 | 2,342 | java | /*
* 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 to in writing, software
* distributed u... | [
"bloriot97@gmail.com"
] | bloriot97@gmail.com |
1ce3bdac1d81a21b0f269e756b91720002a192db | 0c1b67ef108ea4f221038293859f06679492e002 | /FourthLecturePolimorphism/OverloadOperations/Main.java | e5432213a21cbff9338ae8828d82609e71e6e0b5 | [] | no_license | krasimirvasilev1/Java-8-OOPBasic | 7417452a16ba34cff8cad8b82cf8335115a20c49 | d15298b8d205b07eab65e7efce89fe1e6c7e7a0a | refs/heads/master | 2021-05-07T01:31:20.408533 | 2018-01-06T17:29:37 | 2018-01-06T17:29:37 | 110,358,140 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 349 | java | package FourthLecturePolimorphism.OverloadOperations;
public class Main {
public static void main(String[] args) {
MathOperation mathOperation = new MathOperation();
System.out.println(mathOperation.add(2,2));
System.out.println(mathOperation.add(2,3,4));
System.out.println(mathOper... | [
"krasimir_vasilev1995@abv.bg"
] | krasimir_vasilev1995@abv.bg |
9f9075f972e3667141fb2ff17775d4079c824779 | 0e97f143d4d2d48ef203fd00c822d059df949f19 | /app/src/androidTest/java/com/zqj/roundview/ExampleInstrumentedTest.java | 1819aabab781a90d3bae2e6f165ce8f48a59145a | [] | no_license | zqjhoney/RoundView | 79cf8259b840f8d36b7607e4f682e78695608061 | fcd1831fe575c53c674c82b308595e7b66b96a1e | refs/heads/master | 2021-08-19T19:24:48.350726 | 2017-11-27T07:52:57 | 2017-11-27T07:52:57 | 112,165,038 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 735 | java | package com.zqj.roundview;
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 Android devic... | [
"31385145+zqjhoney@users.noreply.github.com"
] | 31385145+zqjhoney@users.noreply.github.com |
8a40176b183205acd1995b25752a74bcb9690878 | bfb80cec90b114c060016791f7f34c8b5cd4d9ed | /src/com/sbs/java/crud/dto/Member.java | 2ecb86664782d8d007a6ba5e5a321dc0ce02ac71 | [] | no_license | jihey03040/JAVA_2021_07_15_CRUD | 1dda7e8fcd6aa1766b86d4db5de20060ae4c5d98 | 42e496474aad59fd5f0f04df324bd9240480b060 | refs/heads/master | 2023-07-12T01:37:16.492415 | 2021-08-06T11:08:51 | 2021-08-06T11:08:51 | 386,139,319 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 342 | java |
package com.sbs.java.crud.dto;
public class Member extends Dto {
public String loginId;
public String loginPw;
public String name;
public Member(int id, String regDate, String loginId, String loginPw, String name) {
this.id = id;
this.regDate = regDate;
this.loginId = loginId;
this.loginPw = loginPw;
t... | [
"jihye03040@gmail.com"
] | jihye03040@gmail.com |
0ea0d237638e8196eda5311330e45c0a884a6f1e | 486cee97d48d49b834659f3e269684138d7a556f | /src/de/MangoleHD/IMBedwars/Commands/Inventorys/cmd_adminInventory.java | 6a8b7ec6c5ef1add6ee95e5d1a9e12d3abd1af15 | [] | no_license | IclipseMangole/IMBedwars | dc43798155a328a6a9dc305f92a472c9dec7c290 | 80d46e3ad14fba0267f13959868af7cb790520b9 | refs/heads/master | 2023-01-25T04:20:10.222182 | 2020-11-27T14:35:43 | 2020-11-27T14:35:43 | 260,420,281 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 89 | java | package de.MangoleHD.IMBedwars.Commands.Inventorys;
public class cmd_adminInventory {
}
| [
"57685782+DevMangomann@users.noreply.github.com"
] | 57685782+DevMangomann@users.noreply.github.com |
2628e6421a959c929b7daa265714df7dbca8a704 | a2ed602db942c48b8216b878af53f300457e7f66 | /sellersignupservice/sellersignupService/src/main/java/com/project/SellerSignupService/model/SellerSignupPojo.java | fb9b558c73637b4f75ea85fe1b00195380a63c12 | [] | no_license | sravanI2207/emart_project_final | 0254db607db13721b49bf8111ecb5db565da0859 | b50a51f395e47d0f4b17f0bc77dd4e57e336be7f | refs/heads/master | 2023-01-12T09:21:21.289600 | 2020-03-14T08:53:39 | 2020-03-14T08:53:39 | 247,242,841 | 0 | 0 | null | 2023-01-07T15:56:07 | 2020-03-14T08:54:07 | Java | UTF-8 | Java | false | false | 2,546 | java | package com.project.SellerSignupService.model;
import java.util.Set;
public class SellerSignupPojo {
private int id;
private String username;
private String password;
private String company;
private String brief;
private int gst;
private String address;
private String email;
private int contact;
privat... | [
"sravani.avilikonda@gmail.com"
] | sravani.avilikonda@gmail.com |
1961a3c5a3f9d9dc0e504aa22e1c4a680f40d25f | a1e33c87754eabb3775c81fe2e024d708c8a2790 | /ModuleDemo/app/src/test/java/com/kinson/demo/ExampleUnitTest.java | 3d4f76164f92f37f8d66f45c06466f1abfe61fff | [] | no_license | smallKinson/HelloWorld | 02cf24ca27f1939109d8bbc2f24fd141c85ca583 | 8742dad90d49b3501862e932f66da50e44f97e6c | refs/heads/master | 2020-03-27T23:44:27.527283 | 2020-03-11T08:25:07 | 2020-03-11T08:25:07 | 147,341,963 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 393 | java | package com.kinson.demo;
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
public void additi... | [
"2510353775@qq.com"
] | 2510353775@qq.com |
a0de79ddf4072a6db569c54dbb829b2f2ad15928 | cf82f1989beafe7b2ea3aade912cf22ee5598a69 | /src/Document.java | 688628356d74921711139deec9f1fca575176233 | [] | no_license | fool8474/IR_Inverted_index | e30108804800b87b1d64d8685f8f3e237f901135 | 439e031112b5e7fe1318044e2fcc8edd2283d162 | refs/heads/master | 2020-03-30T07:42:48.665506 | 2018-10-11T16:02:19 | 2018-10-11T16:02:19 | 150,961,136 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 435 | java | import java.util.TreeSet;
class Document {
TreeSet <String> dictionary; //use treeset for dictionary
String pageName;
private String contents;
int docID;
public Document(String pageName, int docID) {
this.pageName = pageName;
this.docID = docID;
contents = "";
dictionary = new TreeSet<>();
}
voi... | [
"fool8474@naver.com"
] | fool8474@naver.com |
a43f72a0dda756965fb827c9cd9b0c44300bd8d6 | 3a3fb6129e5d2d90247075f00c31f0cf3739c1de | /app/src/main/java/mytodolist/androidtodolist/adapters/DoneTaskViewListAdapter.java | a813b97bd13470fce1658b0c7d84065814c1fb7b | [] | no_license | octaviocarpes/android-todo-list | 4539b998a8062bb40dc96780dd69364b9e868c21 | 45d13631b4a60a0fc3d509173517f5e0f5a82bdc | refs/heads/master | 2020-03-24T08:20:38.597733 | 2018-08-06T13:59:22 | 2018-08-06T13:59:22 | 142,592,909 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,336 | java | package mytodolist.androidtodolist.adapters;
import android.app.Activity;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.Button;
import android.widget.ImageButton;
import android.widget.TextView;
import mytodolist... | [
"octavio.carpes10@gmail.com"
] | octavio.carpes10@gmail.com |
1619290d9370d76a852071068caf07f53c03f8c0 | b72ffbd67905b6695b1b2cc4cbe328392741ea9f | /platform/platform-impl/src/com/intellij/notification/impl/NotificationGroupEP.java | 825e80d0c85721e4a0bad50060290d76b804df01 | [
"Apache-2.0"
] | permissive | samofcorinth/intellij-community | ad4db38dfa9b296b8e6cde71a7fd4b2dc463a0d8 | c789b009e72bd05069b5023d58deaa9ecb1603ac | refs/heads/master | 2023-05-08T10:56:00.042341 | 2021-06-07T20:09:41 | 2021-06-07T20:11:17 | 267,161,548 | 0 | 0 | Apache-2.0 | 2020-05-26T22:05:22 | 2020-05-26T22:05:21 | null | UTF-8 | Java | false | false | 5,472 | java | // Copyright 2000-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.notification.impl;
import com.intellij.BundleBase;
import com.intellij.DynamicBundle;
import com.intellij.notification.Notification;
import com.intellij.noti... | [
"intellij-monorepo-bot-no-reply@jetbrains.com"
] | intellij-monorepo-bot-no-reply@jetbrains.com |
0c72bd77d88d9f5ec8c47fdc6369c36473bcbe3b | 9923e30eb99716bfc179ba2bb789dcddc28f45e6 | /openapi-generator/java-play-framework/app/apimodels/HumidityResponseSensors.java | e0c98a5fe8a062dc3c27f02ff9315927418f4a4a | [
"Apache-2.0"
] | permissive | silverspace/samsara-sdks | cefcd61458ed3c3753ac5e6bf767229dd8df9485 | c054b91e488ab4266f3b3874e9b8e1c9e2d4d5fa | refs/heads/master | 2020-04-25T13:16:59.137551 | 2019-03-01T05:49:05 | 2019-03-01T05:49:05 | 172,804,041 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,760 | java | package apimodels;
import com.fasterxml.jackson.annotation.*;
import java.util.Set;
import javax.validation.*;
import java.util.Objects;
import javax.validation.constraints.*;
/**
* HumidityResponseSensors
*/
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaPlayFrameworkCodegen", date = "2... | [
"greg@samsara.com"
] | greg@samsara.com |
a5d1d12dc97dfcd21bb11619f29944330ed795fa | f3b8f0a8a5e2063ea00cd61e85f373a239aa8530 | /jTPS/src/jtps/PostTransaction.java | 61211e57ed6bffa176105f635d1f006ecdedfc67 | [] | no_license | rahelEZ/MetroMapMaker | baf3dfcda510404abddf2842df06a369367647bc | 9db68b28f64c2aa13898c5575b0735d3c6d6c9f0 | refs/heads/master | 2020-04-09T17:16:42.535874 | 2018-12-05T07:23:03 | 2018-12-05T07:23:03 | 160,476,077 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 320 | 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 jtps;
/**
*
* @author Rahel Zewde
*/
public interface PostTransaction {
public void run(boolean redo, boolean undo);
}
| [
"noreply@github.com"
] | noreply@github.com |
22df5e3d0d1f47df36eebf58b2e4e7b0e63c044d | 4c33926a5beaa9e491dd8e6fa10f5b1dcafe6194 | /projeto-jpa/src/main/java/br/com/alura/jpa/modelo/TipoMovimentacao.java | 85b5b9c7472739e3ada846e407e5e257fde6706c | [] | no_license | eugabiviana/jpaAlura | cada190ce770a4e2879b1c717502d47da558c203 | 745fa13dc070d4604bec5483eeedd525a3e2ad49 | refs/heads/main | 2023-04-15T19:36:10.583789 | 2021-04-19T13:49:28 | 2021-04-19T13:49:28 | 358,928,436 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 88 | java | package br.com.alura.jpa.modelo;
public enum TipoMovimentacao {
ENTRADA, SAIDA;
}
| [
"gabi.viana88@gmail.com"
] | gabi.viana88@gmail.com |
90272cfc21712382d53cb860aea91cab4586d152 | 25dc9fa2b9375d1c2543cb2a631b8ce050e403ed | /cs10lab2/src/ListTest.java | 55a5479cc90c4b0ffb71b903105b118e58c6df0c | [] | no_license | Dartaran/CS10 | 415573c4efa7f887a857d9143c02b38a365d4fb8 | 6a4ace3f933971eaef17e6423551a94b9e2ecdb8 | refs/heads/master | 2021-01-12T17:06:35.769249 | 2016-09-23T20:09:43 | 2016-09-23T20:09:43 | 69,057,318 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,806 | java | /**
* ListTest.java
*
* An interactive driver program to test list functions.
* This program is good to run with the debugger.
*
* Based on earlier demos by THC, Scot Drysdale, and others.
* Modified by Scot Drysdale on 11/16/04 to make methods closer to those in Java's
* LinkedList class.
*
* @author ... | [
"fearless2555@gmail.com"
] | fearless2555@gmail.com |
bf4255297efe82512d117def6860a0fac4ab3de7 | cb0333d6e87fb71a919461665070fdf50f838e73 | /day20.0811/code/consumer_productor/Product.java | bb4b8563e72f3bdc4541857a3b42e7b8b4132230 | [] | no_license | Tempo59/Java | 2622fed206f2f8238f460f8a098e8e0c3483af8e | 8407456fa5bbfe318a412f9528e54e1e7f3a73cd | refs/heads/master | 2021-01-02T09:03:59.051930 | 2017-08-21T12:15:23 | 2017-08-21T12:15:23 | 99,063,045 | 0 | 0 | null | 2017-08-02T06:31:49 | 2017-08-02T02:26:37 | null | UTF-8 | Java | false | false | 299 | java | package consumer_productor;
public class Product {
private String name;
private int id;
public void setName(String name) {
this.name = name;
this.id++;
}
@Override
public String toString() {
return "Product [name=" + name + ", id=" + id + "]";
}
public Product() {
super();
}
}
| [
"864557687@qq.com"
] | 864557687@qq.com |
8767d0b046d1358a2163611c685ef183714c7288 | b2e79cc484ac077651aa3eefe7640dd739cb9353 | /action-zuul-client/src/main/java/com/yixiu/action/zuul/client/ZuulClient.java | 714e38421ffcc433dcb119c589285e464de4adba | [] | no_license | liuchangliyixin/spring-cloud-netf-all | 7f17ccb1e51aff5328e96ee6acef7b2b243dc452 | fd8142e12ac8691261baa546d4dfc45e3ad1cd09 | refs/heads/master | 2022-11-15T16:10:21.163557 | 2020-07-09T17:06:23 | 2020-07-09T17:06:23 | 277,838,781 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 536 | java | package com.yixiu.action.zuul.client;
import org.springframework.boot.SpringApplication;
import org.springframework.cloud.client.SpringCloudApplication;
import org.springframework.cloud.netflix.zuul.EnableZuulProxy;
import org.springframework.context.annotation.Bean;
@SpringCloudApplication
@EnableZuulProxy
public cl... | [
"honghuo12345@163.com"
] | honghuo12345@163.com |
ea956385c03174951cdec09ca4d1ebf59cd75568 | 995c038015036706cabcb1fae51f084d222aec90 | /src/main/java/com/abhishek/SpringBootMongoDB/service/TodoService.java | 8ae1c5d92afb5641ce27d2ee52705082b70fdc81 | [] | no_license | AbhishekL2018/SpringBootMongoREST | c2570bb2b051082cc5b2f28a7da76405255020c5 | 8e9eda3c431275efbb1aba226720b4c71b86d424 | refs/heads/master | 2023-01-27T13:34:30.589119 | 2020-12-02T11:55:36 | 2020-12-02T11:55:36 | 317,822,327 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 658 | java | package com.abhishek.SpringBootMongoDB.service;
import com.abhishek.SpringBootMongoDB.exception.TodoCollectionException;
import com.abhishek.SpringBootMongoDB.model.TodoDTO;
import javax.validation.ConstraintViolationException;
import java.util.List;
public interface TodoService {
void createTodo(TodoDTO todo) t... | [
"abhishekkar647@gmail.com"
] | abhishekkar647@gmail.com |
1205b91137b92f8c30d51a79fe7f71b4891f54ea | 382779327ad61e7a1dfed3d8a6f4775e481c964a | /src/com/example/oracle10/three/ThreeToast.java | fa217d1d15d29fa57c68bd051c022a39298a2524 | [
"Apache-2.0"
] | permissive | iscodem/Android_Oracle | 879b7a2b64323d28dd99e98883685fe69b6e0c2f | c8cc795993ac61de0bb1e00ecee3f9a662fe7ff3 | refs/heads/master | 2021-01-21T10:34:59.808637 | 2016-10-01T08:19:59 | 2016-10-01T08:19:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 554 | java | package com.example.oracle10.three;
import android.content.Context;
import android.widget.Toast;
public class ThreeToast {
private Toast mToast;
private Context context;
public ThreeToast(Context context) {
this.context = context;
}
public void showToast(String text) {
if (mToast == null) {
mToast = Toa... | [
"wwqweiqiang@qq.com"
] | wwqweiqiang@qq.com |
2e710a9013652a214e1b9e645f6d106f0106727f | 2ec67b04f9da7ea270e3e305fd08806b77af6b01 | /project/stage/ASTNodes/PrintStatement.java | 625e915b270aeeeb3ceabc69cb772e03dc101bd8 | [] | no_license | ShaeBrown/compiler-contruction | 721a9b0ff2fcc917f25be6fa04f58a6efc1ab303 | 8ac7602cecd64bc62ccb38e3216ccf1f68dffad9 | refs/heads/master | 2021-09-09T11:35:33.701482 | 2018-03-15T18:07:26 | 2018-03-15T18:07:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 773 | 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 ASTNodes;
import IR.IR;
import Visitors.IRVisitor;
import Visitors.Visitor;
/**
*
* @author shaebrown
*/
public class Prin... | [
"shaeb@uvic.ca"
] | shaeb@uvic.ca |
a592cef63602eda65ef3bb77561e390e9bdd2346 | e843fe92649ff61085e385100062d1c697e3f26c | /app/src/main/java/com/example/musta/englishhelper/ShowWordDetails.java | 39cc6eea04b0339c61eed4bf2eb895093b0274e6 | [] | no_license | MustaMohamed/English-Helper | e672881380c484298d3b049eb0a07584a8b7d89f | eb1bd7e79b4a7f3d86693d5c6d618bbada51a526 | refs/heads/master | 2021-06-23T14:34:42.914176 | 2017-08-16T06:18:04 | 2017-08-16T06:18:04 | 100,303,218 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 856 | java | package com.example.musta.englishhelper;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.widget.ArrayAdapter;
import android.widget.ListView;
import android.widget.TextView;
public class ShowWordDetails extends AppCompatActivity {
@Override
protected void onCreate(Bu... | [
"loofey14@hotmail.com"
] | loofey14@hotmail.com |
1e989b45caf81cd029d7ff4b8fb83fc5026c60e0 | 376cc3f7524eb61a8bee0cb958fc4147d6d0ccb6 | /Java/src/uk/ac/manchester/cs/wireit/module/OutputListModule.java | d66630568c0855e9fe0706f75303c69d4153e8fc | [
"MIT"
] | permissive | Christian-B/wireit | 36f68cc84aa9ef207713b938a6b72aa2b144cfc9 | f923bdda4f1708317fcebf0582264bfa1667eb1b | refs/heads/master | 2021-04-18T19:36:24.707304 | 2011-11-30T16:42:11 | 2011-11-30T16:42:11 | 2,567,921 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,668 | java | package uk.ac.manchester.cs.wireit.module;
import uk.ac.manchester.cs.wireit.utils.ListUtils;
import uk.ac.manchester.cs.wireit.exception.WireItRunException;
import java.util.ArrayList;
import org.json.JSONException;
import org.json.JSONObject;
import uk.ac.manchester.cs.wireit.event.OutputListener;
/**
* Module to ... | [
"brenninc@cs.man.ac.uk"
] | brenninc@cs.man.ac.uk |
0f2414c98f30acc8201f1f5fe6fd30daf0ccea7c | 459921b16e9cff217feaab77f1aa700c373146bc | /permissonslibrary/src/main/java/com/zm/permissonslibrary/Permission/PermissionHelper.java | fd2d1eabe97f5f367e8210446e3a30602d8ee7e2 | [] | no_license | SilenceMing/PermissionDemo | 1a8025d55b16ed4e578a41e8a10e478802ef76d5 | 1c5ecd2706798478f7768caa9e02e826baad9945 | refs/heads/master | 2021-06-19T23:50:55.984012 | 2017-08-11T08:28:11 | 2017-08-11T08:28:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,247 | java | package com.zm.permissonslibrary.Permission;
import android.app.Activity;
import android.app.Fragment;
/**
* @author slience
* @des PermissionHelper
* @time 2017/7/19 11:29
*/
public class PermissionHelper {
private static Object mObject; // 需要传入的Activity Fragment
private static int mReques... | [
"18392001687@163.com"
] | 18392001687@163.com |
c855ac12fdb04754cd64c79b2154b1b61969d1e3 | 7aec65a0fb176f74b6db614a5333e6d30969b35b | /java/code/core/src/edu/cmu/ri/createlab/hummingbird/HIDHummingbirdProxy.java | 9b25d333031623b59a8063e648ff8cb7225c79e8 | [] | no_license | CMU-CREATE-Lab/hummingbird | a11c5872c3fd47bb6138cca34932c341a1927beb | c0e2f9c46d941029c985c3653ad7a79499f7f343 | refs/heads/master | 2021-04-22T13:27:28.649340 | 2015-06-01T19:12:34 | 2015-06-01T19:12:34 | 32,417,072 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 24,912 | java | package edu.cmu.ri.createlab.hummingbird;
import java.awt.Color;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;
import edu.cmu.ri.createlab.hummingbird.commands.hid.DisconnectCommandStrategy;
import edu.cmu.ri.createlab.hummingbird.commands.hid.EmergencyStopCommandStrategy;
import edu.cmu.ri.cre... | [
"bartley@cmu.edu@8f9ae9e0-bd35-6d31-192c-db6722d48ff7"
] | bartley@cmu.edu@8f9ae9e0-bd35-6d31-192c-db6722d48ff7 |
b7e868c436f7a28492f15018006f1dcb3abac721 | 68c852dd7b793434b5c087549789cdeeb1e45eb1 | /app/src/main/java/cn/edu/gdpt/androiddemo/searchview/EditText_Clear.java | 6a2d309536c7453acb75d2c8f5508ca5755da4e0 | [] | no_license | leioalba/MyApp | aaec5e272f7df7103507772b4f9caa48555521ea | 7042ebbf7d382a40842ef4cb1e7c07efd9282b89 | refs/heads/master | 2020-06-05T00:52:32.887327 | 2019-06-26T06:36:20 | 2019-06-26T06:36:20 | 192,257,562 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,228 | java | package cn.edu.gdpt.androiddemo.searchview;
import android.content.Context;
import android.graphics.Rect;
import android.graphics.drawable.Drawable;
import android.util.AttributeSet;
import android.view.MotionEvent;
/**
* Created by Carson_Ho on 17/8/10.
*/
public class EditText_Clear extends android.support.v7.wi... | [
"729160059@qq.com"
] | 729160059@qq.com |
4f229f15a91d6fb725bee58b6fb97572728dd3e9 | c9b5f911d95df3041641d18ffa56891ab4659508 | /app/src/main/java/com/eribeiro/volleysimples/StringRequestActivity.java | 4f6034f410941da21164af801e45d55fc1e827c2 | [] | no_license | erickrribeiro/ComunicacaoComVolley | 84e751efd11c9e9150c9fe52291f495636b50b94 | 0199602ff2cf393ccd5ce105149b7599716541ad | refs/heads/master | 2016-09-14T19:11:37.668332 | 2016-04-12T17:36:44 | 2016-04-12T17:36:44 | 56,074,248 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,335 | java | package com.eribeiro.volleysimples;
import android.app.Activity;
import android.app.ProgressDialog;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import com.android.volley.Request.Method;
import com.android.volley.... | [
"erick.ribeiro.17@hotmail.com"
] | erick.ribeiro.17@hotmail.com |
bc4c8ad88aff0278165de4f6f1d1a1ddeb4dc1ec | 0d35b36a6ea2bf9a283485150e444bfe252a8c1a | /app/src/main/java/com/example/tts_progmob_72170109/Admin/RecyclerViewDaftarMhs.java | 0345935234315111932022207e9995c7c9ec938b | [] | no_license | saniba123/tts_progmob_72170109melsiora | 5023e5d38edb02b786731c1cc8072578e01a6298 | 1964862500774dba8795c96f41e8213e65d9af24 | refs/heads/master | 2023-01-06T11:22:30.402013 | 2020-10-30T23:30:35 | 2020-10-30T23:30:35 | 308,765,749 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,427 | java | package com.example.tts_progmob_72170109.Admin;
import android.app.ProgressDialog;
import android.content.Intent;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuInflater;
import android.view.MenuItem;
import android.widget.Toast;
import androidx.annotation.NonNull;
import androidx.appcom... | [
"melsiorasaniba@gmail.com"
] | melsiorasaniba@gmail.com |
ee28ad269a68db5446ba4c54b6f005b8b3df250c | 611addd6d9c6f4dc4995d72f39e48a0d9f89b59b | /L_142.java | 3659e7998607fcd5f368454c90d815e51ee0eb3a | [] | no_license | himanshudhawale/Leetcode-Medium | 33b588bf6338918f64976bf2dd62e37c78b797a5 | cda2cdd063e263a83608299fbfb757d2a010f390 | refs/heads/master | 2020-07-03T17:30:14.347271 | 2019-12-11T20:20:30 | 2019-12-11T20:20:30 | 201,986,246 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,642 | java | /**
* Definition for singly-linked list.
* class ListNode {
* int val;
* ListNode next;
* ListNode(int x) {
* val = x;
* next = null;
* }
* }
*/
//O(n) space
public class Solution {
public ListNode detectCycle(ListNode head) {
// ListNode temp = head;
Set<... | [
"himanshudhawale2@icloud.com"
] | himanshudhawale2@icloud.com |
4b98d3c410e3cf64435830579172531e7f964484 | 2c460e66298ea1d2144c19982e61dc221de535a0 | /webflux/src/main/java/webflux/book/controller/BookController.java | 10cf2adac4afef59da44abbdfcef3767f05cdee6 | [] | no_license | mwwojcik/spring-webflux-mongodb | 5988de1b61b684eac8185585124a4a4734f1575f | d59bb074c66f83bdbef40413bd60da83ca03bf73 | refs/heads/master | 2021-06-27T02:33:19.001500 | 2021-03-01T09:59:22 | 2021-03-01T09:59:22 | 225,149,806 | 0 | 0 | null | 2021-03-31T22:40:55 | 2019-12-01T11:25:42 | Java | UTF-8 | Java | false | false | 685 | java | package webflux.book.controller;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RestController;
import reactor.core.publisher.Flux;
import reactor.core.publisher.Mono;
import webflux.book.model.Book;... | [
"mw.wojcik@gmail.com"
] | mw.wojcik@gmail.com |
1c8ec161238582e1b7dba57e0bd9c525e65ad1df | 36599644ca17e1b1c1f6ca25d0f2861a4ca6adc7 | /src/org/example/mediator/TV.java | 8e49589680509dbbec3a5b1986db8d5317571741 | [] | no_license | lxk403216058/Design-Partten | 7303284619ee719ec6ef3beea826ede3c930616c | 22215f82083fcac3beedf378b422c59bca0eb6ec | refs/heads/master | 2023-02-23T14:52:54.499573 | 2021-01-26T07:57:46 | 2021-01-26T07:57:46 | 328,166,201 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 626 | java | package org.example.mediator;
/**
* @description
* @author: lxk
* @date: 2021-01-21 14:49
**/
public class TV extends Colleague {
public TV(Mediator mediator, String name) {
super(mediator, name);
//创建TV同事对象时,将自己放入到ConcreteMediator
mediator.register(name, this);
}
public void s... | [
"403216058@qq.com"
] | 403216058@qq.com |
be57ba4c4bc2731bdd43ae461ce73e94e4c4e175 | 35fce255ecfec795b1e3b98e189b69fe92b6e76d | /실버/DFS&BFS/7576(토마토)/Main.java | 7464ee7248edde7bdb5abf8e4d05fcb3b291385a | [] | no_license | harandal24601/BOJ_answer | ea76b9d5cf1ea29f86f5f5c0562efe4d56b6f1df | 2bfbb6c6a584a4cd593fd250a6bc4aa7d7bad3ca | refs/heads/master | 2023-01-03T17:29:35.959625 | 2020-10-28T17:50:06 | 2020-10-28T17:50:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,589 | java | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.Queue;
class Pos {
int x;
int y;
int time;
Pos(int x, int y, int time){
this.x = x;
this.y = y;
this.time = time;
}
}
class Main {
static ... | [
"wlgh325@naver.com"
] | wlgh325@naver.com |
29dcf39be28dbb58a018cf61aba06187571829bb | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/4/4_8158c32270667da03459ca19831698646206b997/NewBuilder/4_8158c32270667da03459ca19831698646206b997_NewBuilder_s.java | b84cc5ef52802c53e05aa577b5bea42b9234c596 | [] | 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 | 22,410 | java | package bndtools.builder;
import java.io.File;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashSet;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.concurrent.atomic.AtomicBoolean;
import org.bndtools.core.util... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
7898858f8b822f799339e94cfa97f8463a5083b1 | c46cbeb710e7d1e9c74e06a51715ca4c9ce91c3c | /Project02/src/URCalculator.java | 4efb856d9b537afd905a9b67b13bebd35559d545 | [] | no_license | oddguan/CSC-172 | e54ddb48132c75ca469f5d63c43d9ac28a030756 | ab1679d2fa38bb28e0591eea1e775e7aa2498583 | refs/heads/master | 2021-03-27T11:54:05.776285 | 2018-10-11T04:02:29 | 2018-10-11T04:02:29 | 104,930,015 | 2 | 2 | null | null | null | null | UTF-8 | Java | false | false | 18,317 | java | import java.util.*;
public class URCalculator {
private static Map<String, String> variables = new HashMap<>(); //A hashmap that stores values of variables
private static boolean empty = false; //a boolean that indicates whether the evaluate stack is empty
private static String[] split(String input){ //a m... | [
"noreply@github.com"
] | noreply@github.com |
b48db755b807a4ca291be0041b7ceb9b16cb7d67 | 485a038a4af182a76690467af6ce1814ffff0a15 | /src/main/java/com/greglturnquist/magicspreadsheet/BookAndShort.java | 28cd970c4bb6dc5924499eaa743ae61dbfe7f017 | [
"Apache-2.0"
] | permissive | gregturn/magic-spreadsheet | 26aa4e68a3fe137454bd826ddd2cd155cb1b9ff1 | 685b1cc772a85c6ebd0bd917e4b3279f9451a10c | refs/heads/master | 2020-03-23T08:47:59.194373 | 2018-09-14T17:56:59 | 2018-09-14T17:56:59 | 141,348,665 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 899 | java | /*
* Copyright 2018 the original author or authors.
*
* 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 applica... | [
"gturnquist@pivotal.io"
] | gturnquist@pivotal.io |
eb725640f0211e3db4dc26b06c0ff8e9598c5fb5 | e213a97acc4bc012131ce16d05254a4c6614507d | /src/com/uom/pimote/SensorManagement.java | 72b76b41a6e953afb817dd63ee698def73006d33 | [] | no_license | offbye/PiMote-Android-App | 4dc16c30f406b189404c899a784962d8aab35cae | e37df3e9fda4d646bea85daf280bca3214a0e994 | refs/heads/master | 2020-12-11T03:49:16.198080 | 2013-08-27T13:39:11 | 2013-08-27T13:39:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,791 | java | package com.uom.pimote;
import android.app.Activity;
import android.content.Context;
import android.hardware.Sensor;
import android.hardware.SensorEvent;
import android.hardware.SensorEventListener;
import android.hardware.SensorManager;
/**
* Created by Tom on 05/08/2013.
*/
public class SensorManagement implement... | [
"tom@ajrmail.co.uk"
] | tom@ajrmail.co.uk |
c9d93448f74fdba709a8344a58a6dee4b5cd9e4c | 42c2a9050521d9cb5ff094c8179ecf6a68830b19 | /src/test/java/pro/landlabs/pricing/test/PriceDataMother.java | 6158c11e1ea67c3ab2de18708e95d992edd507e0 | [] | no_license | alexluix/last-price-ws | e5997585fd66e803041decafc595c3029aeb00a3 | bbb26e9fe4dac2ea6c08ef273f85cf2d84668fd7 | refs/heads/master | 2021-09-19T02:50:27.389768 | 2018-07-22T22:11:00 | 2018-07-22T22:11:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,107 | java | package pro.landlabs.pricing.test;
import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.google.common.io.Resources;
import org.joda.time.LocalDateTime;
import pro.landlabs.pricing.model.Price;
import java.io.IOException;
import java.net.URL;
import java.nio.ch... | [
"landlab@gmail.com"
] | landlab@gmail.com |
9d3e4ad6c65bbea20bb79336c0c173afd4a46e3a | 22ee39a7ea78e235b613cf83168795c644886b7b | /swf_statemachine_sm_model/src/test/java/org/salgar/swf_statemachine/enumeration/state/Intial2StateEnumeration.java | ec1f5e0f280a4f1f1ae5c6dc42600928f748400d | [] | no_license | mehmetsalgar/swf_statemachine | 467410b43400173d1e36650115dd049dc8cde8b8 | b976a4c44e4117d321322b8c287abb5fb92bd98c | refs/heads/master | 2016-09-06T08:09:14.348893 | 2014-01-10T11:27:04 | 2014-01-10T11:27:04 | 1,808,680 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 940 | java | package org.salgar.swf_statemachine.enumeration.state;
import org.salgar.statemachine.domain.StateEnumeration;
import org.salgar.statemachine.domain.StateMachineEnumeration;
import org.salgar.swf_statemachine.enumeration.InitialTestStateMachineEnumeration;
public enum Intial2StateEnumeration implements StateEnu... | [
"salgarm@gmx.de"
] | salgarm@gmx.de |
0c588874b743fbefdc5c640fc6ccfa004d836861 | 196f8a82224b860119af79f3be8428621ff1da17 | /app/src/main/java/Services/DarajaApiClient.java | 71732d4cd51b3238fa941aa683018593e327892a | [] | no_license | denniskimtai/kenyan_rides_app | 68879505dc08b33d74a418b9f34c3336402a66fa | 0f2ee04be526244f29379f6cb62d4a5ebba01f06 | refs/heads/master | 2023-07-07T10:38:36.045406 | 2021-08-10T20:40:24 | 2021-08-10T20:40:24 | 282,633,323 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,508 | java | package Services;
import Interceptor.AccessTokenInterceptor;
import Interceptor.AuthInterceptor;
import java.util.concurrent.TimeUnit;
import okhttp3.OkHttpClient;
import okhttp3.logging.HttpLoggingInterceptor;
import retrofit2.Retrofit;
import retrofit2.converter.gson.GsonConverterFactory;
import static com.gcode... | [
"denniskimtai1@gmail.com"
] | denniskimtai1@gmail.com |
3975365024ec8441bd5011c40eb06af1c54f325d | a5c143c0d629cb6baa40c113cab33808b9644dca | /app/src/main/java/com/chiligram/android/app/modelo/messagesLib/SentFileMessageHolder.java | d4a8eab7779b2a2cac98c7c043070a18c828b9d2 | [] | no_license | educanovas93/Chiligram | ed235a798ee4462fe0ab57ae5b41bcfdfae4b370 | 337e01aa0cba9ee1081546a791c8633d9585feac | refs/heads/master | 2021-09-28T16:19:28.879484 | 2021-09-27T11:56:31 | 2021-09-27T11:56:31 | 235,199,204 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 366 | java | package com.chiligram.android.app.modelo.messagesLib;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import com.chiligram.android.app.modelo.Message;
public class SentFileMessageHolder extends RecyclerView.ViewHolder {
public SentFileMessageHolder(View itemView) {
super(itemView... | [
"educanovas93@gmail.com"
] | educanovas93@gmail.com |
92a798054c15633c5dc6719ed6243fda97f923bf | 74f14fce29972bddea47229c7dd1069968434f0b | /boot/src/main/java/tw/freely/impl/rest/MemberController.java | d23195928813cd59d904d537fe822a2c74590ec1 | [] | no_license | TingChern/boot | 8be8c5a3f448165129cbc7cc687411ba554acb2d | f0e24a0e7c11bcea1a1216704aecfb6b316350f0 | refs/heads/master | 2023-06-02T14:33:51.477789 | 2021-06-17T09:25:35 | 2021-06-17T09:25:35 | 377,730,438 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,931 | java | package tw.freely.impl.rest;
import java.util.HashMap;
import java.util.Map;
import java.util.Optional;
import org.springframework.http.MediaType;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.Pat... | [
"ny88619@gmail.com"
] | ny88619@gmail.com |
a1ca4db660ba896c5f1f747d3909a3f93a0e2b9c | c02a71246c309fb370ded9bb72ad92e3d408d917 | /src/test/java/helpers/DriverHelper.java | 8e4125b46d5466116b340b4531da07a61aec9ac1 | [] | no_license | npolyakova/qa_guru_11 | 011018ab44d5cc4742953d736495ab7ae3e44d53 | fde0904292369a2b6aa44090447122d93c92cf15 | refs/heads/master | 2023-04-13T06:00:27.896384 | 2021-04-18T15:47:39 | 2021-04-18T15:47:39 | 352,870,365 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,516 | java | package helpers;
import com.codeborne.selenide.Configuration;
import com.codeborne.selenide.Selenide;
import config.ConfigHelper;
import io.qameta.allure.selenide.AllureSelenide;
import org.openqa.selenium.remote.DesiredCapabilities;
import org.openqa.selenium.remote.RemoteWebDriver;
import static com.codeborne.selen... | [
"n.polyakova.kazanexpress@gmail.com"
] | n.polyakova.kazanexpress@gmail.com |
611d90cc10e1eda0a2ede9852325698b628a65d3 | 0ae9594087f7f7fdd710544a63b1bcb2bc2f1fea | /src/main/java/life/majiang/community/community/interceptor/WebConfig.java | 96e5a1e3a243b95b7976d48985c36b580189dfa2 | [] | no_license | ZuofromCN/community | d76a17f6e1eb1499d2f456a05ddbb5e7d674cdd1 | ad03f7a6d58d88df6faf416709f76a54bf72ae89 | refs/heads/master | 2022-06-24T23:34:29.111359 | 2020-03-27T08:48:06 | 2020-03-27T08:48:06 | 241,244,049 | 0 | 0 | null | 2022-06-17T02:55:33 | 2020-02-18T01:19:39 | Java | UTF-8 | Java | false | false | 701 | java | package life.majiang.community.community.interceptor;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.EnableWebMvc;
import org.springframework.web.servlet.config.annotation.InterceptorRe... | [
"1345067207@qq.com"
] | 1345067207@qq.com |
8d5d7230e84bf5bc9670262a2c7e196d9a384594 | 1682dc9d2f1e18f2777b28c6c72d93bf6d676d26 | /Day 17 - Binary Tree/PostorderTraversal.java | a4e95fae699f3e0c83942f6467620be5d0c76f5d | [] | no_license | nachiketbhuta/DSA-Interview-Problems | 439db05a5e999e279e2385a4f384847ee99597dc | 88f99a30369ab0209a5e51f05d8dd5450ef7af11 | refs/heads/main | 2023-01-16T01:52:36.793604 | 2020-11-18T14:18:52 | 2020-11-18T14:18:52 | 312,611,030 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,444 | java |
import java.util.Stack;
public class PostorderTraversal {
static class Node {
int data;
Node left, right;
Node(int data) {
this.data = data;
this.left = null;
this.right = null;
}
}
public static void postorderTraversalRecursive(Node root) {
if (root == null)
return;
postorderTraversal... | [
"nachiketbhuta@gmail.com"
] | nachiketbhuta@gmail.com |
c736a69526a019e9e12bd54f712c0f9a1f1d6246 | 8a72d5139e60437500605b404b266469d04d2dcc | /src/IsAnagram.java | cde80e6bcf1e0c005fc8be16b503f3e5adae2968 | [] | no_license | OSir-C/Leetcode | 42099eb6acdba142809cea1a652d2ccef3d1d26d | 42c96b86ca67eff0101653d7af6e5cae44aa79e6 | refs/heads/master | 2022-12-20T22:35:10.014924 | 2020-09-28T12:30:31 | 2020-09-28T12:30:31 | 290,155,312 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,353 | java | import java.util.Arrays;
/**
* 有效的字母异位词
* 242 https://leetcode-cn.com/problems/valid-anagram/
*/
public class IsAnagram {
public static void main(String[] args) {
}
/**
* 数组排序
* 时间复杂度O(NlogN)
* 空间复杂度O(N)
* @param s
* @param t
* @return
*/
public static boolean so... | [
"desperadocui@163.com"
] | desperadocui@163.com |
302d905d03859486eddaa7dab20d90fb0db985c8 | 42a9d8b3ef87209481e6605107c3a4261ab07a5e | /WeatherXML/app/src/main/java/com/royalbob/weatherxml/WeatherParser.java | 386222d08e5391cf5c6222db0837b4bd136b3e4e | [] | no_license | RoyalBob/Android | f2994308b22eca6814125e1051a0334f434fc547 | bcf440d8ca4225f729113cd2d2fb9f0e10e8db79 | refs/heads/master | 2021-06-21T16:01:14.427757 | 2017-07-07T10:13:38 | 2017-07-07T10:13:38 | 48,705,150 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 482 | java | package com.royalbob.weatherxml;
import java.io.InputStream;
import java.util.List;
public interface WeatherParser {
/**
* 解析输入流 得到Book对象集合
* @param is
* @return
* @throws Exception
*/
public List<Weather> parse(InputStream is) throws Exception;
/**
* 序列化Book对象集合 得到XML形式的字符串
* @param books... | [
"893339372@qq.com"
] | 893339372@qq.com |
5be758a2e63fc757ad1f65903af3672e2682d474 | b777c7a10237da84c132238af66a942da563529e | /Rusted/game-lib/com/corrodinggames/rts/gameFramework/c/class_28.java | 90e8852102d3699c30928ec8ddb968baa24e80d3 | [] | no_license | macuser47/SaltyRust | 6ce11ffe9a8d6bcd609e3346f6c17f5f580ce4a8 | 02db02c7dadbd5397367d66e9e39331fe3f438b7 | refs/heads/master | 2020-04-20T13:09:11.311551 | 2019-02-02T18:03:02 | 2019-02-02T18:03:02 | 168,861,365 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,106 | java | package com.corrodinggames.rts.gameFramework.c;
import android.graphics.Paint;
import com.corrodinggames.rts.gameFramework.h.class_22;
import com.corrodinggames.rts.gameFramework.h.class_27;
// $FF: renamed from: com.corrodinggames.rts.gameFramework.c.n
public class class_28 extends class_27 {
// $FF: renamed from... | [
"nichodlofski@gmail.com"
] | nichodlofski@gmail.com |
a3294ade81969c6ae9c9924543e38b3225cff15a | fc5f7c7d4c11a0bae8cec90600cbe47aedab1b70 | /app/src/main/java/com/submission/picodiploma/moviecatalogue/MainActivity.java | c432295918277f402a39051e4e95f7219f78747b | [] | no_license | ndgspn/submission1-moviecatalogue | 74ac4ecea42117a6b5e465048f3ee216bb8b3657 | bfd44d63fd7f79bff8cf32b0213ab8e86379936b | refs/heads/master | 2020-05-25T03:14:24.994155 | 2019-05-20T14:02:26 | 2019-05-20T14:02:26 | 187,596,024 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,571 | java | package com.submission.picodiploma.moviecatalogue;
import android.content.Intent;
import android.content.res.TypedArray;
import android.graphics.Color;
import android.graphics.drawable.ColorDrawable;
import android.support.annotation.ColorInt;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
... | [
"nandangsopyan08@gmail.com"
] | nandangsopyan08@gmail.com |
de88f8aa4b46798f09466e7943a3e55391aaa888 | 65f20dbb7603aebd4de995ecd837f8f34eca758f | /src/main/java/com/produtos/apirest/config/SwaggerConfig.java | 1357fdc83e9b84a3cfa1a62585d773632c1c714a | [] | no_license | brunoassis01/ApiProdutosAutenticado | 314e962677ad873ef376b9487e8ce6096e602e40 | 6198e947dd06e47cac0a4d261d18aaf7bf908097 | refs/heads/master | 2020-08-13T08:16:51.863296 | 2019-10-14T03:20:27 | 2019-10-14T03:20:27 | 214,938,090 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,614 | java | package com.produtos.apirest.config;
import springfox.documentation.swagger2.annotations.EnableSwagger2;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import springfox.documentation.builders.RequestHandlerSelectors;
import springfox.documentati... | [
"noreply@github.com"
] | noreply@github.com |
1fe61240de44f4993016cec3cd1a2561d80118a0 | a3e59d2158a30ad53e4eab26dc9f3ef38287bdd1 | /toDoApp_2017/src/main/java/com/bridgelabz/toDoApp/model/GoogleEmails.java | c0859364eb27bd1f6fd9d4dc29c785dc656c6ab8 | [] | no_license | iamvinayhv/ToDoApp. | 8674be2b340c56c62c128dca86e90d3c7e887451 | c32e23b78b886bed941b6ff22413bad01fb9f393 | refs/heads/master | 2020-12-30T12:12:01.654069 | 2017-06-28T10:37:14 | 2017-06-28T10:37:14 | 91,415,061 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 443 | java | package com.bridgelabz.toDoApp.model;
public class GoogleEmails {
private String value;
private String type;
public String getValue() {
return value;
}
public void setValue(String value) {
this.value = value;
}
public String getType() {
return type;
}
public void setType(String type) {
this.type = ... | [
"vinayhv62@gmail.com"
] | vinayhv62@gmail.com |
ff0740af14fc55e8c2de0aac572ad4884e8d0418 | 1c352e140f1e0dbc39c28fa992a57029d36dae4c | /src/test/java/com/marinatest/steps/NavigationBarSteps.java | d660682fa0f399c35f6b7e326b08cfde8722d2b8 | [] | no_license | Melphomenea/marinatest | af9901508c020d0ab46c68ddde5de1bbf10eb35f | a24704f1fd3ce700b4e5bcc9e986a4c6d6125070 | refs/heads/master | 2021-08-12T02:45:46.525545 | 2017-11-14T10:22:24 | 2017-11-14T10:22:24 | 110,486,481 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,080 | java | package com.marinatest.steps;
import com.marinatest.pages.ErrorPage;
import com.marinatest.pages.FormPage;
import com.marinatest.pages.LandingPage;
import cucumber.api.java.en.And;
import cucumber.api.java.en.Then;
import cucumber.api.java.en.When;
import org.junit.After;
import org.junit.Assert;
import org.openqa.sel... | [
"melphomenea@hotmail.com"
] | melphomenea@hotmail.com |
3a405e43ded359120b4152f200dd42435674292e | d81860acb15be9226252e9fe07e8d04728a1d6bb | /src/main/java/uk/gov/hmcts/ethos/replacement/docmosis/service/CaseCreationForCaseWorkerService.java | 3b92bc10a6345e2f29cdfb5f4568401c5d96c971 | [
"MIT"
] | permissive | uk-gov-mirror/hmcts.ethos-repl-docmosis-service | b01284d0ea19384fbb6d13da1014816f12af9b22 | 4708434131a0c9dbff55aafa5132bef759b28860 | refs/heads/master | 2023-04-15T13:16:00.447733 | 2021-04-14T14:27:48 | 2021-04-14T14:27:48 | 356,712,718 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,436 | java | package uk.gov.hmcts.ethos.replacement.docmosis.service;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Service;
import uk.gov.hmcts.ecm.common.client.CcdClient;
import uk.gov.hmcts.ecm.common.exc... | [
"javi_1986@hotmail.com"
] | javi_1986@hotmail.com |
bcfd8135f8e5bde437c1c18d31d3bbbad3bef2ac | 0ba8eeab8a7d5b0c9430f253c910999b4ec50fab | /src/main/java/com/salon/lucca/service/AuditEventService.java | 501c68a2acfebde8168c0294f361526e7cba1c2f | [] | no_license | BulkSecurityGeneratorProject/lucca | 5d0aff24708475ee0d43f11874c29b715e2ad2ab | 6776a820a13a7a9909a7c9a777f7a2cfb7e1b890 | refs/heads/master | 2022-12-15T14:50:40.433762 | 2018-03-12T06:35:55 | 2018-03-12T06:35:55 | 296,574,421 | 0 | 0 | null | 2020-09-18T09:22:13 | 2020-09-18T09:22:12 | null | UTF-8 | Java | false | false | 1,773 | java | package com.salon.lucca.service;
import com.salon.lucca.config.audit.AuditEventConverter;
import com.salon.lucca.repository.PersistenceAuditEventRepository;
import org.springframework.boot.actuate.audit.AuditEvent;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org... | [
"jhipster-bot@users.noreply.github.com"
] | jhipster-bot@users.noreply.github.com |
703681fcd53aebe79479c61a0109d13e1f338316 | 4ab734844123dba2bf46d14a4d184d1f0fcdeb12 | /app/src/main/java/com/florianmski/tracktoid/ui/fragments/traktitems/MovieFragment.java | 31189e451c4c33ed3f28d3688a41257151388e0b | [
"Apache-2.0"
] | permissive | andy-culshaw/Traktoid | ce4eb5d2ca17c27143b11f124c27a2ed2aaef4fd | 70a30f9d026c6cf03318f791e3c56d1565c7b64a | refs/heads/master | 2021-01-21T01:35:15.452285 | 2015-02-12T21:52:07 | 2015-02-12T21:52:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,120 | java | package com.florianmski.tracktoid.ui.fragments.traktitems;
import android.database.Cursor;
import android.os.Bundle;
import android.view.View;
import android.widget.TextView;
import com.florianmski.tracktoid.utils.DateHelper;
import com.florianmski.tracktoid.utils.DbHelper;
import com.florianmski.tracktoid.R;
import ... | [
"florian.pub@gmail.com"
] | florian.pub@gmail.com |
2078891a3be01485b66740adae697f6108f6f5c7 | b75855675310ecaeb39b035b746a37cf7bf40c5c | /src/ThreadDemo5/ThreadExecutor3.java | eb4fddce826ddae98bbf0a2f32d9fc6556dc5dcf | [] | no_license | cwc972135903/ThreadMulti | 151431bd1d7fe24c2d2d8951ed5b497cb4bcf07d | 95c1b295f5dc83c6fa1a49df0256e0235721a1e4 | refs/heads/master | 2023-03-28T16:09:39.175261 | 2021-04-04T13:23:13 | 2021-04-04T13:23:13 | 348,916,324 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,670 | java | package ThreadDemo5;
import java.time.LocalDateTime;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.*;
import java.util.stream.IntStream;
/**
* <p>Title: xCRMS </p>
* Description: 通过ThreadPoolExecutor创建线程池, callable的方式<br>
* 1.新线程到来,当前运行的线程是否大于核心线程数量,如果没有,直接加入核心线程运行
* 2.如果核心线程满了,判断... | [
"wenchao.chai@xquant.com"
] | wenchao.chai@xquant.com |
4eb43b0978764b94f553194d7e06f8e08b8d024a | 7654e64202768e67cc356e4410ab857bf059c3e1 | /src/main/java/com/example/phoenix/models/Business.java | e6d6ec49a8bee0270f86afa13c17315b930480e5 | [] | no_license | PhoenixAdTracking/PhoenixClient | f356cb83f1bddbefac379f76ab23516b5493eb21 | 961d42140da292b20cb5704c17a63e17c2a02733 | refs/heads/master | 2023-02-16T14:32:11.709340 | 2021-01-19T20:00:09 | 2021-01-19T20:00:09 | 287,613,489 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 403 | java | package com.example.phoenix.models;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.Generated;
/**
* POJO model class for a business's information.
*/
@Data
@Generated
@AllArgsConstructor
public class Business {
/**
* The id of the business.
*/
private int id;
... | [
"kiernanhahn@gmail.com"
] | kiernanhahn@gmail.com |
b3f226b6e97dfea1fb7ea8c75cd0bbb55051b7ef | f6ad3063fc228829ad40f2f287ceb0fb56400cae | /java-for-gitee/pagehelper/src/com/imooc/project/entity/Person.java | e86102bc0bac3bbcce45844388b80de301cb41ba | [
"Apache-2.0"
] | permissive | OSrcD/java-for-linux | dd3418723652d06f48cef7288ce135ac9933fd0f | 5424b1af0e74797d57d820425b91c991aa28fda9 | refs/heads/master | 2023-06-26T15:23:17.882935 | 2021-07-18T04:52:42 | 2021-07-18T04:52:42 | 299,023,756 | 10 | 4 | MIT | 2021-02-18T03:17:13 | 2020-09-27T12:08:37 | Java | UTF-8 | Java | false | false | 1,424 | java | package com.imooc.project.entity;
/**
*
*/
public class Person {
private Integer id;
private String username;
private String email;
private String gender;
private Dept dept;
public Person() {
}
public Person(String username, String email, String gender,
Dept dept) {
this.id = id;
thi... | [
"OpenDevel@126.com"
] | OpenDevel@126.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.