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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
30a0c1d64438aedb3ee0862ebc10326dc815916b | c802f82c89b612e1dd3f6749353e0dd45558e7e7 | /src/model/ProductDAO.java | c9ea269c9328058b073c2713d04cd61ff2468079 | [] | no_license | Anass-Daoudi/jee-struts1-ecommerce-app | 30ab4826af9639872d6b438bf237dbd9f7c563c4 | 3960e412a207eec46d0ac84920e5e959b8a047c7 | refs/heads/master | 2021-07-13T05:11:21.111458 | 2017-10-18T12:18:34 | 2017-10-18T12:18:34 | 107,403,593 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 349 | java | package model;
import java.util.ArrayList;
public interface ProductDAO {
public abstract boolean insert(Product product);
public abstract ArrayList<Product> myProducts(long idUser);
public abstract ArrayList<Product> allProducts();
public abstract void removeProduct(long idProduct);
public abstract Product g... | [
"anass1995daoudi@gmail.com"
] | anass1995daoudi@gmail.com |
cb978ee187e8ed928b464696fbf7181c2f0b94bb | 7a57974e8dab403dbdcda67c16728c7f524d5fea | /src/main/java/com/cw/reducejoin/RJReducer.java | f9649a8c6ffce6a3e516ffc5d9c35ad7930142a8 | [] | no_license | cw1322311203/mapreducedemo | 4330b3087e670768b029886fd38e5f3222e1d425 | f9d6066551f63fea339845665663f88d78e46918 | refs/heads/master | 2022-05-06T15:09:23.296848 | 2019-12-04T07:37:51 | 2019-12-04T07:37:51 | 225,807,465 | 0 | 0 | null | 2022-04-12T21:57:44 | 2019-12-04T07:37:34 | Java | UTF-8 | Java | false | false | 940 | java | package com.cw.reducejoin;
import com.cw.reducejoin.bean.OrderBean;
import org.apache.hadoop.io.NullWritable;
import org.apache.hadoop.mapreduce.Reducer;
import java.io.IOException;
import java.util.Iterator;
public class RJReducer extends Reducer<OrderBean, NullWritable, OrderBean, NullWritable> {
@Override
... | [
"1322311203@qq.com"
] | 1322311203@qq.com |
69557486a3bd87b9c53f42953817beb2f63cb2f9 | ba7e7dc3296784b07c35dd4e01d7f0cd5d84ab86 | /dungeonsAndMonsters/src/main/java/com/Charles/Dungeons/dungeonsAndMonsters/bootstrap/repositories/heroRepositories/SubHeroClassRepository.java | eedbb9becc212e78ac52a22823e0ab53ac23c807 | [] | no_license | manitobaMingo/dyingInDungeons | 443fd087e45fe351600607b6516cfe3b289493d1 | 68b1a33256be021a6fd9f3ec7108c689942b7653 | refs/heads/master | 2021-08-08T17:25:19.429410 | 2017-11-10T18:28:54 | 2017-11-10T18:28:54 | 109,410,246 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 325 | java | package com.Charles.Dungeons.dungeonsAndMonsters.bootstrap.repositories.heroRepositories;
import com.Charles.Dungeons.dungeonsAndMonsters.bootstrap.domain.hero.SubHeroClass;
import org.springframework.data.repository.CrudRepository;
public interface SubHeroClassRepository extends CrudRepository<SubHeroClass, Integer>... | [
"charles.martin@astontech.com"
] | charles.martin@astontech.com |
9a06f3a83a2fae373304ae024ac5c8417759198e | b46b91486ae015ec4625b131efda40c64b6ad639 | /OpenONG/backend/src/java/dao/interfaces/IItemDAO.java | a3e13c21289ba1d57c86cae98d62d85452be150b | [] | no_license | thiagomelof/OpenONG | 42a71fcd87e719e3ee515657ddb6c1cda8bd43ba | bd4e490c8f279182015c2aee1e73d68a37a3c3d8 | refs/heads/master | 2022-12-23T14:43:55.541513 | 2019-12-07T15:44:35 | 2019-12-07T15:44:35 | 211,663,287 | 0 | 0 | null | 2022-12-11T15:17:55 | 2019-09-29T12:57:45 | TypeScript | UTF-8 | Java | false | false | 299 | java | package dao.interfaces;
import java.util.List;
import model.Item;
import org.hibernate.HibernateException;
import org.hibernate.Session;
import dao.base.IBaseDao;
public interface IItemDAO extends IBaseDao<Item, Long> {
List<Item> pesquisarTodos(Session session) throws HibernateException;
}
| [
"thiago.melo93@hotmail.com"
] | thiago.melo93@hotmail.com |
fa2b7cbb169ec37e7929765a8737bc8822a13091 | bf7644aa9cdddd49178a3121fdf7e69d1fb566ba | /src/main/java/br/com/webbudget/application/controller/entries/CostCenterBean.java | 0702f3ac39d0244ebbfe1c4fae5b82f32d51661b | [] | no_license | AlcantaraGabriel/geren | c0c3d5ea33028b028e9f08639446ef28f98f0d67 | 4cbfb23880c2a257efe7646098e32ca45ef88c89 | refs/heads/master | 2022-04-09T22:24:01.042170 | 2020-02-24T14:26:20 | 2020-02-24T14:26:20 | 242,752,488 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,546 | java | /*
* Copyright (C) 2015 Arthur Gregorio, AG.Software
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This ... | [
"gabrielalcantara39@gmail.com"
] | gabrielalcantara39@gmail.com |
b2df38ed5a3262fff070736ccb67f9c55c893f54 | 47cb4dae902527ceb1471094a46823db38664fba | /app/src/main/java/ua/zt/mezon/graphomania/fsmandstrategydemo/stratm/IStrategyState.java | e9f7ce61f98c6c2b658165e45baa6cbf107fac5d | [] | no_license | NickZt/FSM-and-Strategy-Demo | 38e37a47cc2d0bcdc36defba9554bc955715dc2e | d3622be81c41e3f3517be202b7af9e06f86c26f5 | refs/heads/master | 2021-06-20T12:16:10.595553 | 2020-11-29T17:34:07 | 2020-11-29T17:34:07 | 193,275,466 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 311 | java | package ua.zt.mezon.graphomania.fsmandstrategydemo.stratm;
import ua.zt.mezon.graphomania.fsmandstrategydemo.utils.fsm.FSMAction;
/**
* Created by NickZT on 01.02.2019.
*/
public
interface IStrategyState {
String getStateDesc();
void addAction(FSMAction fsmAction);
void executeAction();
}
| [
"mezonnnm@mail.ru"
] | mezonnnm@mail.ru |
1c8ec7f46c94cb5006b0f3998cb1cfcae1492ff9 | 159ba85ccf6d0484eacd893454ad6a3a4d9af02c | /app/src/main/java/ru/ok/android/services/utils/users/OnlineUsersManager.java | c5134601f2d769e795e788353a0f9daa21ff518d | [] | no_license | kronar/OK | 71cee4639d090a0883767c4a932cc5bab2058482 | 8883fc78bac291f82e96a10215f5071c9d532b89 | refs/heads/master | 2021-05-31T19:47:54.639316 | 2016-03-25T11:52:52 | 2016-03-25T11:54:37 | 109,688,978 | 1 | 0 | null | 2017-11-06T11:52:48 | 2017-11-06T11:52:48 | null | UTF-8 | Java | false | false | 1,534 | java | package ru.ok.android.services.utils.users;
import ru.ok.android.bus.BusEvent;
import ru.ok.android.bus.GlobalBus;
import ru.ok.android.bus.annotation.Subscribe;
import ru.ok.android.utils.Logger;
public final class OnlineUsersManager {
private static OnlineUsersManager instance;
private boolean isWaitingResu... | [
"mdzht@mail.ru"
] | mdzht@mail.ru |
4f83684a32c8e6ac35b2b1b5e99c663c8a4172d0 | 69daddae6ebb18635adbf7dd5a240654e9abc42f | /Gateway/Agents/UniversalGatewayAgent/com.predic8.membrane.core/src/com/predic8/membrane/core/model/IPortChangeListener.java | 128c1b17e9bf854355c43c10731854f0e8ace1dd | [] | no_license | Developer-Integration-Lab/InterOp-SOA | 01c5f73dfa366f25e9a61c675a42bfbdcb697cf1 | 7661b3d8c1bdf9260e908b52235962bed37a8bd8 | refs/heads/master | 2021-01-17T11:56:07.998097 | 2012-09-20T20:10:35 | 2012-09-20T20:10:35 | 5,890,626 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 807 | java | /* Copyright 2009 predic8 GmbH, www.predic8.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/LICENSE-2.0
Unless required by applicable law or agree... | [
"Sunil.Bhaskarla@D23RQ4M1.aegis.net"
] | Sunil.Bhaskarla@D23RQ4M1.aegis.net |
8439ceed2e000ce56c738bb7a9f2158fac6a62f9 | edbcaca44ad114345f45ccc1beb9144eb9a54f91 | /src/main/java/generator/annotation/EightDigits.java | 2d6fffe2520c05654a68fb519a5b9c01642af9cf | [] | no_license | RoundbootyGuilliman/EJBTutorial | aa3feba2c90d6af659b6eaac037c1c7ed273128c | 695f8c7fd16d56d2b4898a6ded0021f30e86b728 | refs/heads/master | 2020-03-25T23:28:15.841530 | 2018-08-10T11:38:26 | 2018-08-10T11:38:26 | 144,276,258 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 372 | java | package generator.annotation;
import javax.inject.Qualifier;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Qualifier
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.FIELD, ElementType.TYPE, Ele... | [
"Kristian_Koshaliyev@epam.com"
] | Kristian_Koshaliyev@epam.com |
4e570479a8e559f92a6117fbd02294afc13cf20c | 8cbf12678a13e288b4aee5a0de1ef408347321f6 | /ChillFAM/app/src/main/java/com/app/uzmav/chillfam/AdapterYT/MyCustomAdapter.java | 1937146180b084f3d9755c5141afc5b274b137f1 | [] | no_license | uzma010/ChillFAM-APP | f500b508edc6949ea41471b720771666b74fab60 | e5ac1368a4c8deadd2fb7badc4782b6b663e6f24 | refs/heads/master | 2020-04-21T13:01:41.651288 | 2019-03-14T19:01:58 | 2019-03-14T19:01:58 | 169,584,749 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,828 | java | package com.app.uzmav.chillfam.AdapterYT;
import android.app.Activity;
import android.content.Intent;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.LinearLay... | [
"uzmav123@gmail.com"
] | uzmav123@gmail.com |
1c2ee1b02f9efcb37824ef9b1c6835f87c10cc90 | 11a50de585429d946da853413807d2c562dc7741 | /EvaJavaPractice/src/Java/TicTacToe.java | ca0c5a7ce92b5461f517956131fc7dd2aad9d20e | [] | no_license | EvaHelloKitty/SummerTech2017 | 71af91a561c233c4c78cc5a5a754dbbc5cb8b212 | 0ad615fd0c22ad11926f5fa8aa2fb389ace70941 | refs/heads/master | 2020-11-29T20:45:17.696596 | 2017-07-11T04:11:30 | 2017-07-11T04:11:30 | 96,656,342 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,121 | java | package Java;
import java.util.Scanner;
public class TicTacToe {
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner scan = new Scanner (System.in);
String array[][] = new String[3][3];
for (int i = 0; i < array[0].length; i++) {
for (int j = 0; j < array.length; j... | [
"eva.v.henderson@gmail.com"
] | eva.v.henderson@gmail.com |
b9f63c9797aa82a6de747815368dcea4cd6f2d59 | a8f3457fb4d1f12f3706f6f3fda73befc66ddecf | /src/test/java/com/lance/test/dubbo/Provider.java | f140bd5b219ade30e72f0d6c5ec2c2ae3722ce80 | [] | no_license | LanceHuang/test | ff636a45342119a132640db6a016e2b4b79a3ca5 | 5cf2cf95e736d06d2540cf2635a823cae23e32d6 | refs/heads/master | 2022-10-19T21:17:40.781477 | 2022-05-16T08:02:28 | 2022-05-16T08:02:28 | 101,545,043 | 0 | 1 | null | 2022-10-12T20:09:55 | 2017-08-27T10:26:47 | Java | UTF-8 | Java | false | false | 432 | java | package com.lance.test.dubbo;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import java.io.IOException;
public class Provider {
public static void main(String[] args) throws IOException {
ClassPathXmlApplicationContext ac = new ClassPathXmlApplicationContext("classpath:dubbo-... | [
"634202275@qq.com"
] | 634202275@qq.com |
746f873835cb6c3f68dc4ac888f83332ced99d7b | 409b781806f9f5ce771168c640df293be4d683a2 | /nmi-core/src/main/java/com/rails/nmi/core/wrapper/GPVTG.java | 5c3d35da71ff351d330d34003de9d8729dc27588 | [] | no_license | WengShengyuan/configurableMicroService | cebff99ab0c7bda1b3df0dd450a49afd376ff2b9 | 2e11b5e2755cdcbac5a16c827930bb4defd16e97 | refs/heads/master | 2021-01-10T14:33:39.462206 | 2016-04-01T08:36:12 | 2016-04-01T08:36:12 | 55,194,442 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,065 | java | package com.rails.nmi.core.wrapper;
import java.io.Serializable;
/**
* 地面速度信息
* @author WengShengyuan
*
*/
public class GPVTG implements Serializable{
private static final long serialVersionUID = 3281814699149356318L;
private String realCourse="";// 以真北为参考基准的地面航向(000~359度,前面的0也将被传输)
private String magCourse=... | [
"6655449987qq@gmail.com"
] | 6655449987qq@gmail.com |
9cae21456c3624e1e4e85e150f9c6b719278cd08 | a1de475d5240b0a78489a76c6363c52afa201767 | /lehome-queue/src/main/java/cn/lehome/dispatcher/queue/listener/entrance/OldHouseholdAutoEntranceMessageListener.java | 8a60ca609bdaf3b6139aedba70ac5d4687737fcc | [] | no_license | greatypine/lehome-dispatcher | de993b7a8f5d81509c20f7c546c68ec3e60ad40c | b6549264c85b848c57ed6d61989e0db0dfcd4483 | refs/heads/master | 2022-10-24T19:08:03.509914 | 2019-12-17T02:10:06 | 2019-12-17T02:10:06 | 242,515,799 | 0 | 1 | null | 2022-10-04T23:57:40 | 2020-02-23T12:48:21 | Java | UTF-8 | Java | false | false | 6,825 | java | package cn.lehome.dispatcher.queue.listener.entrance;
import cn.lehome.base.api.old.pro.bean.entrance.OldEntranceGuardUser;
import cn.lehome.base.api.old.pro.bean.entrance.OldEntranceGuardUserFacilityRelationship;
import cn.lehome.base.api.old.pro.bean.entrance.QOldEntranceGuardUserFacilityRelationship;
import cn.leho... | [
"wuzhao@sqbj.com"
] | wuzhao@sqbj.com |
5d34f3e1724b13a265a2361b6f4b1d9625baec4e | beffc6542dc4bf85946ceca7cca4a31ac230d376 | /spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/reactive/error/AbstractErrorWebExceptionHandler.java | 8c3e7220ff2b467055b4b9e9d4e3e773bff1515e | [
"Apache-2.0"
] | permissive | ZhouKaiDongGitHub/spring-boot-2.0.x | 4395970b183eff7321748d4ad0155784aa94eaa6 | 3f443764747c4ee01085bed6381292fa44744a49 | refs/heads/master | 2023-01-07T07:27:51.067468 | 2020-09-13T07:13:04 | 2020-09-13T07:13:04 | 215,676,265 | 1 | 0 | Apache-2.0 | 2022-12-27T14:52:46 | 2019-10-17T01:24:02 | Java | UTF-8 | Java | false | false | 9,986 | java | /*
* Copyright 2012-2019 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | [
"Kaidong.Zhou@eisgroup.com"
] | Kaidong.Zhou@eisgroup.com |
948c6f32d5b12c218834694320e3a97c24e79063 | 8da927e0f7ded536d6df98d44668ebf273c74c22 | /adminportal/src/main/java/com/adminportal/domain/User.java | 15b3b8653746ff85a505b57257d7780da439a97d | [] | no_license | prabalshrestha/G-G | 9489ccdedf94409220a007449517e9b10211a9fa | ff21dd71092c49caae4f31253a140e6af76c2d76 | refs/heads/master | 2023-03-08T19:33:36.083179 | 2021-02-25T08:23:46 | 2021-02-25T08:23:46 | 331,943,660 | 0 | 0 | null | 2021-02-25T08:23:46 | 2021-01-22T12:45:12 | JavaScript | UTF-8 | Java | false | false | 3,842 | java | package com.adminportal.domain;
import java.util.Collection;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
impor... | [
"67358492+prabalshrestha@users.noreply.github.com"
] | 67358492+prabalshrestha@users.noreply.github.com |
0b59b87b9f67091af4a90688ddfa44d4397203d6 | 64beb157b66c6eeee93d0b694e02d881f79ba71b | /testsrc/regression/Clients/AddClientTest2.java | 79534d02b3055af6fe38f5600cbf666de3e268d7 | [] | no_license | amolujagare123/POM-70-sept21 | d706e4446a20ef76a8a2d3bb86735307ce708a05 | a1298d54ad5767b8211d79b2ec7372c1d8226be0 | refs/heads/master | 2023-08-26T05:22:15.214147 | 2021-11-12T07:58:56 | 2021-11-12T07:58:56 | 410,929,062 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,411 | java | package regression.Clients;
import io.github.bonigarcia.wdm.WebDriverManager;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.Test;
import pages.Clients.AddClient;
import pages.Login;
import pages.Menu;
impor... | [
"amolujagare@gmail.com"
] | amolujagare@gmail.com |
7ac2c6f0fc675bcc4e57305b4e1ed7a327b13cbe | d90c016fa3cb052bdd240d1a6307de7d242fa90c | /gameserver/src/main/java/org/mmocore/gameserver/model/instances/DecoyInstance.java | 4617e3d2df0b731a92ea2b340b2c1050e700968f | [] | no_license | netvirus/JTS_Src | 124bf1dc6dc488e83c6905d4f314a58ba4488e2f | 3e40ce37147b0e6be056d3a739bf32f586789bc5 | refs/heads/master | 2023-02-19T23:22:36.909600 | 2021-01-25T07:29:44 | 2021-01-25T07:29:44 | 332,664,391 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,888 | java | package org.mmocore.gameserver.model.instances;
import org.mmocore.commons.lang.reference.HardReference;
import org.mmocore.commons.threading.RunnableImpl;
import org.mmocore.gameserver.ThreadPoolManager;
import org.mmocore.gameserver.network.lineage.serverpackets.AutoAttackStart;
import org.mmocore.gameserver.network... | [
"yariknetvirus@gmail.com"
] | yariknetvirus@gmail.com |
2505dd6f708d15250e98377db6b108639b73c649 | cb6b51910fdd0462ddbed1d7fecb7b5f717f1e28 | /Downloads/M1/src/main/Person4.java | 12f287dc686900af471c58b12b95d3beaf222285 | [] | no_license | robert-ha14/counter-app | 1ec12b90f3333ac1b67c8fca7ae0dade27c4244f | 56bcad0dbeeb5a7911d40ece5fd8d5b5fb39a233 | refs/heads/main | 2021-07-15T20:03:04.512426 | 2021-02-26T18:27:04 | 2021-02-26T18:27:04 | 242,311,130 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,207 | java | package main;
/**
* TODO:
* 1. Change the author to your full name
* 2. Follow the tutorial located here: https://www.tutorialspoint.com/junit/junit_environment_setup.htm
* to setup your junit environment and begin creating test cases.
* 3. Create a new directory for your tests located at M1/src... | [
"bobha14@gmail.com"
] | bobha14@gmail.com |
3adba19ce14156ab6177030ce03fdfd1c13cfc85 | 08c11d6bc3c06e89730d25cef211d5dc1c57708c | /pandaFX/LoginController.java | 52bcd7b29afb2b32d9bb67f5352cfc023159111f | [] | no_license | AsjadIftikhar/PandaFX | b1fa3c2adfa07664ad570705c2d442722ba2a99f | 5b2da0f848da595ce24a99f3d605c473ef2cb1e2 | refs/heads/master | 2023-02-24T17:05:24.424953 | 2021-01-30T19:48:34 | 2021-01-30T19:48:34 | 334,487,603 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,181 | java | package pandaFX;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.fxml.FXMLLoader;
import javafx.scene.Node;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.scene.control.*;
import javafx.scene.layout.GridPane;
import javafx.stage.Stage;
import pandaFX.models.GUI;
import ja... | [
"iftikharasjad@gmail.com"
] | iftikharasjad@gmail.com |
048ed185d908251cd24c070de2f62bbb1a6e2b13 | 40cb6cd2f9e919fe2f2e59bbe5adb214896a3641 | /src/assignment/globalrelay/ServiceListener.java | 91f5705999bbec1e2b5fef70ea3ed60ba3a4c668 | [
"BSD-3-Clause"
] | permissive | mushkevych/assignment | c055247760db09763b758ce3e5799e703c007703 | 079701dfbf7fa94bd512ec089d87b9fa42bb7fb1 | refs/heads/master | 2020-03-30T15:37:03.544626 | 2013-03-30T03:00:22 | 2013-03-30T03:00:22 | 9,108,222 | 1 | 5 | null | null | null | null | UTF-8 | Java | false | false | 331 | java | package assignment.globalrelay;
/**
* license: BSD - see LICENSE for details
*
* @author Bohdan Mushkevych
* Description: Interface of main monitoring events: server up and server down
*/
public interface ServiceListener {
void serviceUp(String name, long timestamp);
void serviceDown(String name, long tim... | [
"mushkevych@gmail.com"
] | mushkevych@gmail.com |
fccb44bb01b5de56de7c063d956ace96f3cab2cf | 273bc28d424267501942dba3533fc3f3bf634f15 | /src/myfirstapplication/MainJFrame.java | 2600924ab89209f0123fd64dd3f91983e874330c | [] | no_license | MakerMan22/BankingSoftware | d99cab4b9458806baa991accc182260cf4c8042e | ef98a8a7ea85e3f76f8e38ce21e6d9979f69e793 | refs/heads/master | 2022-09-24T07:05:09.848087 | 2020-06-04T15:07:03 | 2020-06-04T15:07:03 | 269,390,278 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 131,896 | 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.
*/
//NOTE
//THIS IS A MODIFIED VERSION OF ORIGINAL BANKING SOFTWARE
//SOME FUNCTIONALITY THAT IS NOT REQUIRED FOR ITERATION 2 HAS BEEN RE... | [
"Connor@DESKTOP-T1H26IV"
] | Connor@DESKTOP-T1H26IV |
b022984b4b062a7af90f115e353cb2e0429d90a5 | eec1df5fef4d6e01c07fbf8e48c3488df5ffdd95 | /app/src/main/java/com/futrtch/live/factorys/LiveFragmentFactory.java | 06133395f45311766fee8d72de8bce512d7b95e6 | [] | no_license | desfate/3DLive | 9e3369e436b6fded6b2193fc651bd6f827776d50 | 0888252ad0325561dd42a464fadab3ee49bee176 | refs/heads/master | 2023-04-14T13:34:53.569204 | 2021-04-21T01:35:00 | 2021-04-21T01:35:00 | 304,176,574 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 764 | java | package com.futrtch.live.factorys;
import androidx.fragment.app.Fragment;
import com.futrtch.live.activitys.fragments.main.LiveCareFragment;
import com.futrtch.live.activitys.fragments.main.LiveListFragment;
import com.futrtch.live.activitys.fragments.main.LiveReplayFragment;
import com.futrtch.live.mvvm.vm.LiveRepla... | [
"yujieworking@gmail.com"
] | yujieworking@gmail.com |
9bbcf9d719c87fe3e0ecef0cf2ea63f7aed7df7c | d8f336adfcc25bd560aa328b7b538cfb52049522 | /src/main/java/com/tomar/app/security/UserDetailsService.java | 8aa01b7076533dfbe06f2deda0603207f0f0a0f6 | [] | no_license | BulkSecurityGeneratorProject/LatLang | 29721b0e009ecadbda72f0a6858cd1ae959e3e5b | 7b4ee42a056106c65bcd31925f408a1f9b84f8c0 | refs/heads/master | 2022-12-15T07:32:04.846297 | 2016-08-18T19:17:51 | 2016-08-18T19:17:51 | 296,523,165 | 0 | 0 | null | 2020-09-18T05:31:40 | 2020-09-18T05:31:39 | null | UTF-8 | Java | false | false | 2,014 | java | package com.tomar.app.security;
import com.tomar.app.domain.User;
import com.tomar.app.repository.UserRepository;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.authority.SimpleGrantedAuthority;
import org.spr... | [
"abhishek.tomar@gmail.com"
] | abhishek.tomar@gmail.com |
df61ee8818e11407ddf59ba60767feaf9ccb3b02 | 65938f7bef22ed962269ee1e1fe26df07150e039 | /processor/src/test/java/fr/xebia/extras/selma/it/custom/cyclic/CyclicBookMapper.java | 454177ecc334197b533003edcd60e591e134ee75 | [
"Apache-2.0"
] | permissive | balachandra/selma | a441e1f8bd17e784d309e4a5f2f5936d33f75cfd | b1a2972c3d5a61f42458b29351371b4d0f004d2d | refs/heads/master | 2021-01-03T00:13:38.310681 | 2018-03-08T23:28:32 | 2018-03-08T23:28:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,014 | java | /*
* Copyright 2013 Séven Le Mesle
*
* 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... | [
"seven.lemesle@wescale.fr"
] | seven.lemesle@wescale.fr |
9853a681a18c7a179766e965f70463a2d7eff6c2 | d0c29333d0b2ca7db505581761848839cd771b87 | /src/main/java/nz/ac/eit/blackjack/InputCollector.java | 054f94bb406e48f6cd970ecc2ade32fd249837b6 | [] | no_license | jexla/ST-As2-BlackJack | 9899560746cd2abec7988a33d49ee5fd256dafae | 5e9ce786b91b892f7022ed40968e6da221c27d02 | refs/heads/master | 2022-12-31T04:09:58.221761 | 2020-10-27T22:36:01 | 2020-10-27T22:36:01 | 307,843,514 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 766 | java | package nz.ac.eit.blackjack;
public class InputCollector
{
public boolean collectYesOrNo(String input) throws InputNotYesOrNoException
{
char choice;
try
{
choice = input.toLowerCase().charAt(0); // takes the first character of the input string and converts it to lowercase
... | [
"stefangrace@hotmail.co.nz"
] | stefangrace@hotmail.co.nz |
b14002608983f05f6b9f9b7ebfadb61f04c8554a | 1bafb0f20878e404096264579411007c1a67b351 | /backend/src/main/java/com/akveo/bundlejava/config/MethodSecurityConfig.java | 825841db26d25d34d2ca1d5bab9e1880a4c46b7d | [
"MIT"
] | permissive | findataanalytics/ui | e39eacd045c9ab339b50237b40643aca15a49167 | 154978fd059d39f7e32bfac7ace518d36f25f02a | refs/heads/master | 2022-12-26T18:51:54.688610 | 2020-03-22T05:57:02 | 2020-03-22T05:57:02 | 241,504,983 | 0 | 0 | MIT | 2022-12-08T23:49:14 | 2020-02-19T01:22:43 | TypeScript | UTF-8 | Java | false | false | 799 | java | /*
* Copyright (c) Akveo 2019. All Rights Reserved.
* Licensed under the Personal / Commercial License.
* See LICENSE_PERSONAL / LICENSE_COMMERCIAL in the project root for license information on type of purchased license.
*/
package com.akveo.bundlejava.config;
import org.springframework.context.annotation.Config... | [
"dodu.berkmans@findataanalytics.com"
] | dodu.berkmans@findataanalytics.com |
1e1993449517e862fbbed844d623edc629ba9624 | 3de720118f58e66252f6b7cf68b34abd4cc5a4b1 | /src/main/java/com/appleyk/DMA10_桥接模式/DM10/paint/color/White.java | 2c1c7f07f148b2cd7867041ba1c8a6c1a7b58b8f | [] | no_license | OakStreet17/SpringBoot-DesignMode | 326b46cffdf9baceaf3640e71bef54f6efc023ac | acffd578d73314c708a85cc2931d5bb635847f0e | refs/heads/master | 2023-08-26T07:32:47.861877 | 2019-08-13T10:25:42 | 2019-08-13T10:25:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 360 | java | package com.appleyk.DMA10_桥接模式.DM10.paint.color;
/**
* <p>白色</p>
*
* @Author Appleyk
* @Blob https://blog.csdn.net/appleyk
* @Date Created on 下午 1:22 2018-11-19
* @Version V.1.0.1
*/
public class White implements Color{
@Override
public void painting(String shape) {
System.out.println("绘制白色的"+sh... | [
"437704792@qq.com"
] | 437704792@qq.com |
e942b2246ea152570cc712164f6702e3fe2da668 | c26276453e251306ba05e424f8d7764e351bf8c7 | /src/com/liam/dao/UserDaoI.java | 5a3209d435602a74746ce85eaca44a531ac03e6e | [] | no_license | liamHackers/SpringMVC-Hibernate | 8e103ebc30d28633648c5f1e4bffeb3d64e7d722 | 7e215241e2fcd9e38546565cbdd0aa841325dcc9 | refs/heads/master | 2020-06-14T03:31:00.094809 | 2016-12-04T01:41:02 | 2016-12-04T01:41:02 | 75,511,082 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 129 | java | package com.liam.dao;
import com.liam.domain.User;
public interface UserDaoI {
User Login(String userName,String passWord);
}
| [
"18922292506@163.com"
] | 18922292506@163.com |
3b6ad415269e925f7ac2b00e2d2f50c93eb0103b | 5ddb518403d62a62ca47357ff3f0ba0e1b625084 | /src/com/model/ParallelAlgorithm.java | c184b1b4f33aff4ac533337d8001a957c0a9b4c4 | [] | no_license | Creamery/CSC612M_Parallelized_Levenshtein_Distance | c9131c2a24b7c7a39bec7259486e25586e5cd060 | 13e4678bd0d5d16176ed0efee64a916b630d9bcb | refs/heads/master | 2021-08-28T01:08:11.589708 | 2017-12-11T01:09:03 | 2017-12-11T01:09:03 | 113,735,883 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,052 | java | package com.model;
import java.text.DecimalFormat;
import java.text.NumberFormat;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.Executors;
import java.util.concurrent.Future;
import java.util.concurrent.ScheduledExecutorService;
import com.main.Model;
import com.main.ComputeDistance;
... | [
"candy.espulgar@gmail.com"
] | candy.espulgar@gmail.com |
957aebfed36ba7e8fc6c3e5fcb3e9eff35654aff | 4cb772f10abbfad3791e407b5e64a03f03c8b4b3 | /winshare-ebic-api/src/main/java/com/winshare/edu/modules/entity/TestVo.java | 333376e2831bd7f670cde5de485d6518198d2166 | [] | no_license | tq0818/winshare-ebic-parent | b33b926c45e5f10d3ab645522d39f4c7cfe75d23 | fbc86345a5032477045d9764f08247b43e62966e | refs/heads/master | 2020-05-16T16:29:27.913144 | 2019-04-24T08:43:18 | 2019-04-24T08:43:26 | 183,162,293 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 364 | java | package com.winshare.edu.modules.entity;
import com.winshare.edu.common.persistence.BaseEntity;
public class TestVo extends BaseEntity<TestVo>{
private static final long serialVersionUID = -2798014934523991219L;
private String result;
public String getResult() {
return result;
}
public void setResult(Str... | [
"364049618@qq.com"
] | 364049618@qq.com |
8f285f936faac4549de6499598f8a1f55be4c9ff | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/15/15_754a2bfaea3dd1de53dfe4c82e25b24b8621e151/DefaultGrailsPlugin/15_754a2bfaea3dd1de53dfe4c82e25b24b8621e151_DefaultGrailsPlugin_t.java | 4617e49922106120c00c45886a1ba2a0364badc0 | [] | 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 | 45,631 | java | /*
* Copyright 2004-2005 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 requ... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
e506f16f8df1ed82cf0e2019afb61bd6ac97b908 | 694f36c48f564539c0aaf967245323314c77a065 | /src/com/isamorodov/contents/wcs12/FactorialArray.java | 6164b6444278a084d1cfdd315fa3142404131ac3 | [] | no_license | xaxtix/hackerrank | 27ed7ecdcd3f3518744cd4bbe83f8b0c71218937 | 1feed11523ee9d0a31c9e5ea143f0139714da823 | refs/heads/master | 2021-05-06T02:07:05.376615 | 2019-07-19T15:09:36 | 2019-07-19T15:09:36 | 114,495,064 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,992 | java | package com.isamorodov.contents.wcs12;
import java.util.Iterator;
import java.util.Scanner;
import java.util.Set;
import java.util.TreeSet;
/**
* Created by xaxtix on 26.12.17.
*/
public class FactorialArray {
private static final long[] factorial = new long[]{
1L,
1L,
2L,
... | [
"ilsamorodov@gmail.com"
] | ilsamorodov@gmail.com |
7726359dd8491f7af2f3fc43c4aaa08884ac5184 | c2a855fdf61de0efe74decce6d32430ded20dc97 | /app/src/main/java/mypromoguide/pro/novatechsolutions/app/mypromoguide/Splash.java | 7cb9e7eb98f3d0066e7f832ee13cbf8c0c58b507 | [] | no_license | Lukengu/MyPromoGuide | 48166d2bd046554e929f2ce9d7ccb335631a05fa | 8638ccfcb829bf9faa582dcfc520d461745d1e9d | refs/heads/master | 2020-03-26T16:55:32.918672 | 2018-08-20T14:17:58 | 2018-08-20T14:17:58 | 145,132,066 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 6,308 | java | package mypromoguide.pro.novatechsolutions.app.mypromoguide;
import android.app.Activity;
import android.content.Intent;
import android.content.res.Resources;
import android.graphics.Typeface;
import android.os.Build;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.View;
import android.vie... | [
"philippe@3waymarketing.co.za"
] | philippe@3waymarketing.co.za |
f3291e2c3fd8d5946d02e958fa56c00931558c3e | 32b04080c19812767910088bd38fe8409b736d21 | /src/main/java/foodportal/admin/systemmngt/vo/BoardSettingVO.java | 344c4dd61dd481c23edbacac4995f274a30685a5 | [] | no_license | moriac-min/test1_new | f9dfe2d655f6cc4eab67f163b0cba7e960511e9c | 0a1577bc551a5a046763c8f80c8a562d3b9f4489 | refs/heads/master | 2021-01-17T05:26:11.029359 | 2016-07-06T00:31:46 | 2016-07-06T00:31:46 | 62,616,464 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,174 | java | package foodportal.admin.systemmngt.vo;
import common.commonfacillity.uia.WqBaseBean;
public class BoardSettingVO extends WqBaseBean{
private String bbs_no; //게시판번호
private String bbs_type_cd; //게시판유형코드
private String bbs_nm; //게시판명
private String menu_nm; //메뉴명
private String bbs_te... | [
"seminhi@naver.com"
] | seminhi@naver.com |
9099f1662409b6b9b5cb5ed5aa1986ba3e71949a | 4197bcbee12a5d987fab886be00f1c1cfe7034b9 | /src/main/java/exception/InvalidInputException.java | c791fe7382da569d4ef9a7e30ca31366b7d9946d | [] | no_license | khor-jingqian/ip | da6ab9319dd63b43413f09ac8a4916e04e9234c3 | 995ad9ddbac36a557bbd8cbb600bc6485078af94 | refs/heads/master | 2022-12-19T13:26:09.355339 | 2020-09-17T12:22:16 | 2020-09-17T12:22:16 | 287,791,553 | 0 | 0 | null | 2020-09-07T05:21:03 | 2020-08-15T17:15:07 | Java | UTF-8 | Java | false | false | 387 | java | package exception;
/**
* Triggers when a user inputs an invalid command.
*/
public class InvalidInputException extends DukeException {
/**
* Initialises the exception object that warns
* users of the incorrect input.
*
* @param message Informs the users of the error.
*/
public Inval... | [
"khor.jingqian@gmail.com"
] | khor.jingqian@gmail.com |
06928c70e807307d8634e4a094868a6da0d360f9 | a67606cf4a8f7ecb5a9b676401c858a377dbf8d7 | /Assignment1/src/Exercise1/TreeMain.java | fdf3f1e1af1257b9cbe22f1b907389a1b6293a18 | [] | no_license | amelow/1DV516 | 4e835c17204a76ec44f0ba229bbaa76f7d80d693 | fd7edf7aab5bb510727fa13892c595a381592b8c | refs/heads/master | 2020-08-01T18:39:43.482611 | 2019-11-20T17:38:27 | 2019-11-20T17:38:27 | 211,079,694 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 975 | java | package Exercise1;
/*
* Authors: Håkan Johansson and Amelie Löwe for the 1DV516 course
*/
public class TreeMain {
/*
* Main method for the MyIntegerBST class
*/
public static void main(String[] args) {
MyIntegerBST tree = new MyIntegerBST();
tree.insert(3);
tree.insert(2);
tree.insert(1);
tree.insert... | [
"amelielowe96@gmail.com"
] | amelielowe96@gmail.com |
a30594a266d8aee3f971be4f8d3f5d50e9ac5adf | 8a766f19166e5c748f304aa3d07e6d8e07b9f887 | /jdbc-security-sample/src/main/java/com/mani/security/SecurityConfiguration.java | deeea8892ab9e35f4273ec50ee76daf4597cfd73 | [] | no_license | manikandanravi94/sample-spring-security | a8f0fbc4b081a26c4becfe38359a7fdb9cbbaf85 | 3bae43b025dc436f083f44cfe221bbd1b3a41bb1 | refs/heads/master | 2022-12-16T10:57:54.683823 | 2020-09-05T19:01:36 | 2020-09-05T19:01:36 | 292,427,683 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,767 | java | package com.mani.security;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder;
import org.springframework.security.config.annotation.web.builders.Ht... | [
"manikandanravi94@gmail.com"
] | manikandanravi94@gmail.com |
08fbfbedf32f4e3b7a32bd9d5ff8eaa75f6df01d | 0d1768bdad1be4220138c7cb0d671f53632a44c7 | /guacamole-client/guacamole/src/main/java/org/apache/guacamole/rest/history/APIConnectionRecordSortPredicate.java | a881f60eb40b96cf2e565d78cd9df32b2043c66c | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | DmitryZagr/rpi-guacamole-docker-compose | ed9786f20c7d293d7a304ac98e28204c0a98c2c9 | 1b8001bdbb2812471e93673f93b81ca257c82823 | refs/heads/master | 2021-01-23T04:00:07.400099 | 2017-03-25T19:44:21 | 2017-03-25T19:44:21 | 86,146,210 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,946 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | [
"bikemaster2000@list.ru"
] | bikemaster2000@list.ru |
a9d61119ff7455e542ba312b1cfe4782d6674ea6 | b977663bc3f67e13346fd106b82fd7240239a85e | /src/com/bnutalk/server/SignUpThread.java | ab457e59baa4674a23ec11d5b33f5a6a2e506ed3 | [] | no_license | linxiaoby/BNUtalk_Client | 6491b1d0642ebc74f5266b5787496317917e58b1 | c685d06c86037b057fc6b725d8b270c1b6dd19c5 | refs/heads/master | 2021-01-15T15:42:06.840851 | 2016-11-18T08:49:40 | 2016-11-18T08:49:40 | 55,694,688 | 0 | 2 | null | 2016-05-12T11:07:50 | 2016-04-07T12:58:14 | Java | UTF-8 | Java | false | false | 1,695 | java | package com.bnutalk.server;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.MalformedURLException;
import java.net.URL;
import android.R.string;
/**
*
* @author linxiaobai
* upload user infomation to server ,don't dele... | [
"wanglin_bnu@163.com"
] | wanglin_bnu@163.com |
74c6602782b4515912e97a8929824e70ac778f29 | 4da99f3e80fd5c5499a75ee620cb5d16959d7806 | /SpringBootExercicios/api/src/main/java/com/example/api/repositories/UsuarioRepository.java | 54481879fb47f688de8092b9e25f4d196e9b096b | [] | no_license | zecarlos558/Aula-PanAcademy | b8273d8c73093be5f6a99ebd417af65daafb91a8 | 17efbfbe02d66f07fba75c74e69447a38963aa91 | refs/heads/main | 2023-09-06T05:52:00.490959 | 2021-11-09T22:44:37 | 2021-11-09T22:44:37 | 415,385,752 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 300 | java | package com.example.api.repositories;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.example.api.model.Usuario;
@Repository
public interface UsuarioRepository extends JpaRepository<Usuario, Integer> {
}
| [
"noreply@github.com"
] | zecarlos558.noreply@github.com |
c91626bf93ff662e68a0c2cf5cc3df432d2516d1 | 22f70e3b9ce4e8c262e95e45f1082977ecd0693a | /app/src/main/java/com/android/attendance/activity/DelStudentActivity.java | 80073bdb992e2e9ab8e1de9ebfeba761f95206e2 | [] | no_license | shreyazaveri/Student-Attendance-Application | 4ba1fc18e6f9705d105e2817c34c9ea10dabfbb5 | 7078cb569ca8a84a94d7567a903faeeee452cfa3 | refs/heads/master | 2022-04-27T07:06:41.783189 | 2020-04-30T10:16:11 | 2020-04-30T10:16:11 | 260,177,266 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,506 | java | package com.android.attendance.activity;
import com.android.attendance.bean.StudentBean;
import com.android.attendance.db.DBAdapter;
import com.example.androidattendancesystem.R;
import android.content.Intent;
import android.os.Bundle;
import android.app.Activity;
import android.view.View;
import android.widget.Butto... | [
"zaverishreya23@gmail.com"
] | zaverishreya23@gmail.com |
51fb4b02053bdcc6d9ea10158fa08f66e2ae08bc | d0ea4105b3f3c881ee901d226e8848a5a7a7707d | /pss-core/src/main/java/org/apache/struts2/json/JSONWriter.java | 576809c8a85621950a078ba45b4e94b75e3d4dee | [] | no_license | jelycom/pss | 5408ba62546e078c18a8f1b8f63a1f5145ff043d | 3e4e8fb621ac6ad02673b6625e243982259d37e0 | refs/heads/master | 2021-01-10T19:41:20.252153 | 2013-11-20T01:00:08 | 2013-11-20T01:00:08 | 11,272,019 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 19,768 | java | /*
* 捷利商业进销存管理系统
* @(#)JSONWriter.java
* Copyright (c) 2002-2012 Jely Corporation
* @date: 2013-4-1
*/
/*
* $Id: JSONWriter.java 1079368 2011-03-08 14:24:16Z mcucchiara $
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed... | [
"11861744@qq.com"
] | 11861744@qq.com |
2683c1b9356831b908e7ac66db8fb1c0b71f1e48 | 251981ac605ffca76a93212a0d3727e7e1cb1602 | /src/test/java/com/stackroute/newsaggregator/NewsRestApiApplicationTests.java | d724e17a4c780d68d4238b65a358d72fc6ce88a8 | [] | no_license | devendra0901/SpringBootNewsAggregator | a1208a3a2e72733552a7d9730f330b2d604b8b03 | a4ac38dd633354fc9c877b459efbd0174b63697e | refs/heads/master | 2021-07-10T11:05:58.555096 | 2017-10-14T11:28:45 | 2017-10-14T11:28:45 | 106,921,849 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,479 | java | package com.stackroute.newsaggregator;
import static org.junit.Assert.*;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.context.embedded.LocalServerPort;
import org.springframework.boot.test.context.SpringBootTest;
import org.sp... | [
"devendra.kumar@cgi.com"
] | devendra.kumar@cgi.com |
e7dfd5fd7105ae0a922ddb064db549ace97d1671 | c60a629410b1fe0a4e47b90f82507ebd7f636fc7 | /src/test/java/edu/upc/dsa/TracksManagerServerTest/AlbumsServiceTest.java | 8bf7032ca2baff0f6aa63f8658e318cf40ed42ae | [] | no_license | carlogattuso/TracksManager | 68b928db405531e942a33eb2f28790304f1eccd8 | 0e378e5b02e68f836423f0610772cbe02d266a40 | refs/heads/master | 2020-05-07T22:46:30.773436 | 2019-04-12T07:59:57 | 2019-04-12T07:59:57 | 180,400,850 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,120 | java | package edu.upc.dsa.TracksManagerServerTest;
import edu.upc.dsa.Main;
import edu.upc.dsa.models.*;
import org.glassfish.grizzly.http.server.HttpServer;
import org.junit.After;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import javax.ws.rs.client.Client;
import javax.ws.rs.client.ClientBui... | [
"carlogc46@gmail.com"
] | carlogc46@gmail.com |
199a2285baf680cd0afbb943a7002192d8bde316 | bc5dd15a2d28ae6f90b86f87d8ec4e740ebc4e98 | /geekspring/src/main/java/com/geekbrains/geekspring/services/ShoppingCartService.java | dd89375ad53b99873484a94211e562931d7a4305 | [] | no_license | AndreySamylkin86/Spring2 | 5206aec9cd8ba5b6c52cd4b96dcf0fc7c805420f | 2bd543004331fb0590f5575d692c5efc9537af3e | refs/heads/main | 2023-03-19T07:10:25.190629 | 2021-03-09T08:16:12 | 2021-03-09T08:16:12 | 344,204,108 | 0 | 0 | null | 2021-03-10T07:12:21 | 2021-03-03T17:14:22 | CSS | UTF-8 | Java | false | false | 2,115 | java | package com.geekbrains.geekspring.services;
import com.geekbrains.geekspring.entities.Product;
import com.geekbrains.geekspring.entities.ShoppingCart;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import javax.servlet.http.HttpSession;
@Service
public c... | [
"sveshennik@ya.ru"
] | sveshennik@ya.ru |
0b08306695520e8c29296cbbb2fb5fbcf0862f0e | 50079251400e2d983506d289b05e7d14aa040cbf | /src/test/java/za/co/goosen/web/rest/errors/ExceptionTranslatorTestController.java | e1b44bb5080deb12ee71d7678bd1e68c41f4d8af | [] | no_license | gerhardgoosen/ngBootTodo | a987cd9d55de920ddc40263ce3fd4fbad4c6ff61 | c925a57f4f2ea35ac873ff33e1c161ba16baba1f | refs/heads/master | 2022-12-21T12:17:06.414903 | 2019-08-22T23:45:13 | 2019-08-22T23:45:13 | 203,889,809 | 0 | 0 | null | 2022-12-16T05:03:09 | 2019-08-22T23:44:31 | Java | UTF-8 | Java | false | false | 2,075 | java | package za.co.goosen.web.rest.errors;
import org.springframework.dao.ConcurrencyFailureException;
import org.springframework.http.HttpStatus;
import org.springframework.security.access.AccessDeniedException;
import org.springframework.security.authentication.BadCredentialsException;
import org.springframework.web.bind... | [
"gerhardgoosen@gmail.com"
] | gerhardgoosen@gmail.com |
04d8bc69e04491d824cce1416889acd0fe1dd4b0 | 0e0f238f130a411fd594110a06d8f174864a64c9 | /src/com/kendall/algorithmic/jzoffer/Permutation.java | accd905225ee39375d1c8eee5ebf4596503275c0 | [] | no_license | Pudgedd/Algorithmic-practice | bf393471fa6680ead9741d9c56e5cfd04194100d | 6c9d630bebd884cd8c65968da246860ca9830702 | refs/heads/master | 2020-03-30T23:04:52.713898 | 2019-05-08T11:48:22 | 2019-05-08T11:48:22 | 151,689,761 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,737 | java | package com.kendall.algorithmic.jzoffer;
import java.util.ArrayList;
import java.util.List;
import java.util.Scanner;
import java.util.TreeSet;
/**
* @description:输入一个字符串,按字典序打印出该字符串中字符的所有排列。 例如输入字符串abc, 则打印出由字符a, b, c所能排列出来的所有字符串abc, acb, bac, bca, cab和cba。
* 输入描述:输入一个字符串,长度不超过9(可能有字符重复),字符只包括大小写字母。
* 1
* abc
*... | [
"190708208@qq.com"
] | 190708208@qq.com |
e8f1da5cf402aefdc8cbef892c7ac5e7b041b119 | 43f74ea498cb0dae05bf2390b448d16f398a0a2b | /workspace/ncp_cmp/src/main/java/com/plgrim/ncp/cmp/common/bo/system/SystemBaseBOComponent.java | 56008e7717734eae0a1b5eb9289bee0003356760 | [] | no_license | young-hee/pc_mlb | 2bdf5813418c14be2d7e2de78f0f294ed8264dde | 708417eada78eed398e068460bda44adea16cbdf | refs/heads/master | 2022-11-22T00:11:05.335853 | 2020-07-22T08:27:03 | 2020-07-22T09:10:07 | 281,615,442 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 15,936 | java | /* Copyright (c) 2015 plgrim, Inc.
* All right reserved.
* http://plgrim.com
* This software is the confidential and proprietary information of plgrim
* , Inc. You shall not disclose such Confidential Information and
* shall use it only in accordance with the terms of the license agreement
* you entered into with... | [
"aksla79@gmail.com"
] | aksla79@gmail.com |
fab97d4d708bd5aa21c2e5279c50de2166d861f4 | 717726f88a576bb04e4c6ad2ee300e4004b6a2fa | /app/src/main/java/com/example/donald/calendar/DBEvent.java | 1f86c6ca93c3b44057daaf7d8c0296f8acfbf2b7 | [] | no_license | literalnon/Calendar | 2ff8c8a9a21bb8d3120b4ff23a3ee794850d94b1 | 4348974cc97175f37aff2455e9c525d1bb5cc4fa | refs/heads/master | 2021-01-24T08:00:16.235037 | 2017-06-05T05:38:19 | 2017-06-05T05:38:19 | 93,368,733 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,534 | java | package com.example.donald.calendar;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.provider.BaseColumns;
/**
* Created by Donald on 20.10.2016.
*/
public class DBEvent extends SQLiteOpenHelper implements Bas... | [
"donaldjrduck@gmail.com"
] | donaldjrduck@gmail.com |
7b39158578f6c8003e7f9077f59b508c1985fc16 | 291cb804c6fa4cd86e4a0b399bcae6ce69bbcc51 | /Java7/src/main/java/com/alexander/java/examples/java7/designpatterns/template/PersonalLoanApplication.java | 9a829f440208c3b68c3c90080a3321278238dba6 | [] | no_license | ahopgood/Java-Language-Examples | 1c8838de50b7f83df91920e427b25b36046727ec | 1ff996d0c858d1c311200c976e58b0c839993a21 | refs/heads/master | 2022-11-09T17:46:04.628610 | 2022-10-30T14:49:22 | 2022-10-30T14:49:22 | 30,507,489 | 0 | 0 | null | 2022-10-30T14:49:23 | 2015-02-08T21:59:02 | Java | UTF-8 | Java | false | false | 718 | java | package com.alexander.java.examples.java7.designpatterns.template;
/**
* Created by alexhopgood on 28/04/17.
*/
public class PersonalLoanApplication extends LoanApplication {
@Override
protected void checkIdentity() throws ApplicationDenied {
System.out.println("Checking provided bills and bank state... | [
"alex.hopgood@masabi.com"
] | alex.hopgood@masabi.com |
82d18844229d40092be401cce59b3f4e79dcf76f | f05b376dc8b210335cf07cc14803422feb9470f0 | /Company.java | 609b0900829f41e64a12fc9aa49f71c6ad1651e2 | [] | no_license | fr334a11/CorbinA_lab4 | aa94977ed53380e9641c9db015705644313cce8a | 6ed1a25e287ab66b40722c78074d476e3aa73baa | refs/heads/master | 2020-05-19T13:03:35.912145 | 2014-08-17T21:17:27 | 2014-08-17T21:17:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,791 | java | import java.util.*;
/**
* @Anthony Corbin
* Neumont University
* Class: Intro to Computer Sciences A
* Quarter: 1
* Lab 4
* I'm a firing ma lazor
*/
public class Company {
private String name;
private double salePrice;
private double sales;
private static double manafactureCost;
private stat... | [
"Corbin"
] | Corbin |
931663788a5f79628a421aaf88425aa25572f01e | 5e2a26f3c6eacf1bd002b785683969135c0b4389 | /src/main/java/com/example/config/msgresolver/MessageHandler.java | b8a30d897261ff0eabc07a1ab14e51f05b4236f0 | [
"MIT"
] | permissive | pramy143/demo-springbootrest-jdbc | 39138cfcae7c46e3ba67002feb3068c6b46c7118 | dd51c14093f80eceec1131839a25e68680b5a8ae | refs/heads/master | 2022-11-12T19:44:14.580241 | 2020-07-09T21:14:50 | 2020-07-09T21:14:50 | 276,701,675 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 835 | java | package com.example.config.msgresolver;
import com.example.exception.util.ErrorEnumeration;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.i18n.LocaleContextHolder;
import org.springframework.context.support.ReloadableResourceBundleMessageSource;
import org.springfra... | [
"pradeep.dattatri@evry.com"
] | pradeep.dattatri@evry.com |
99282c25720f0f39467faf128ce2975606f134ae | e3c6404c236463c0803610d31d75ef0afbdce637 | /Hibernate_IS_A_Table-per-class/src/bean/SEmployee.java | 553bc7c11613b238208952865d83fb06f7656d73 | [] | no_license | jagadish100/Hibernate | e1f23d5cdb2a2b7cfd47e8ec658290e3260d684c | 574f1b45d3d84373219d91f94b9353e14e1dd0a8 | refs/heads/master | 2020-04-11T23:13:17.403624 | 2019-01-03T03:33:00 | 2019-01-03T03:33:00 | 162,160,357 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 442 | java | package bean;
public class SEmployee extends Employee{
private String tool;
public SEmployee() {
// TODO Auto-generated constructor stub
}
public SEmployee(int id, String name, String email, int salary, String tool) {
super(id, name, email, salary);
this.tool = tool;
}
public String get... | [
"Jagadish Somisetty@Jaga"
] | Jagadish Somisetty@Jaga |
ca32982d0e5f701932aaf2982d574c3b041fa43d | 9c0c50738cd18c186d4e7c172f6c20729b0c6121 | /Student.java | a02432843619a7844e434fe41705d6dfeede7ece | [] | no_license | Waan1665/Bai3 | 4f99471d9e43d158e2d86a8f2424deae4356fcc1 | d6808fdb9970f1da8614b7ccdda4c8129c93bffa | refs/heads/main | 2023-08-26T07:57:08.383484 | 2021-10-02T17:21:15 | 2021-10-02T17:21:15 | 412,862,050 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 137 | java | public class Student extends Person {
private long studentlD;
public void Student() {
}
public void learn() {
}
}
| [
"noreply@github.com"
] | Waan1665.noreply@github.com |
86701bcf666de0029cd2d699f157d82d30176266 | 482a0fe6424b42de7f2768f7b64c4fd36dd24054 | /apps/gmail/gmail_uncompressed/app/src/com/google/android/gms/people/accountswitcherview/v.java | 67ace000340a6cac682960fc71f534b973c074e9 | [] | no_license | dan7800/SoftwareTestingGradProjectTeamB | b96d10c6b42e2e554e51fc1d7fd7a7189afe79d6 | 0ad2d46d692c77bdc75f8a82162749e2e652c7ab | refs/heads/master | 2021-01-22T09:27:25.378594 | 2015-05-15T23:59:13 | 2015-05-15T23:59:13 | 30,304,655 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 126 | java | package com.google.android.gms.people.accountswitcherview;
import android.view.*;
public interface v
{
u aK(View p0);
}
| [
"mjthornton0112@gmail.com"
] | mjthornton0112@gmail.com |
7b6fefdff230e7f7bcc494582e7bc423d86053f4 | 798288aeeee47d9cec034cbde245432d2adafdf3 | /src/main/java/de/mariushubatschek/is/algorithms/util/ExtendedCells.java | daddbc484d2592b7dd0da7e9deca25b228304204 | [] | no_license | Minification/trees-and-tents | 6c074d1867f8f8a2cc004415b7c421a92613ccce | c1f4c5bb7fab5afc238f5d860a6d2ff7db0f26b5 | refs/heads/master | 2023-07-11T07:40:04.175087 | 2021-08-24T02:13:24 | 2021-08-24T02:13:24 | 399,301,208 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 117 | java | package de.mariushubatschek.is.algorithms.util;
public enum ExtendedCells {
UNDETERMINED, BLANK, TREE, TENT
}
| [
"marius.hubatschek@gmail.com"
] | marius.hubatschek@gmail.com |
a71c99c215c9787caebb270e57dfa54ce3a3dc07 | 7b3fec30727b79482a91b1350c55bbf79cf42bd3 | /2 - ILP010 Linguagem de Programação/Robson Ferreira/Prj_Lote1/src/main/java/Lt01_EstSeq02.java | 6fe1a3cce51255de524df854a0a896973a91b7bf | [] | no_license | RobsonHF/fatec2SEM | 2486fdf5d205e88479bc431028f199fd1b5fd6b5 | 31f1f55609a42f6b6adc14f608e0cb3550c693d0 | refs/heads/master | 2021-02-27T18:46:29.468669 | 2020-03-07T17:48:00 | 2020-03-07T17:48:00 | 245,627,515 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 721 | java | /*
+++++++++++++++++++++++++++++++++++
Lote 01 - Exercício 02
Receba o salário de um funcionário e mostre o novo salário com reajuste
de 15%.
Programador: Robson Henrique Ferreira
Professor: Ricardo Satoshi
+++++++++++++++++++++++++++++++++++++
*/
import javax.swing.JOptionPane;
public class Lt01_EstSeq02
{
... | [
"robson.hferreira@hotmail.com"
] | robson.hferreira@hotmail.com |
f999ff98bb5a778d08d02ac8bb5aafe7b79d6f34 | 55fd6d231c66f420e4f8c0db135f37ce2e23a8f2 | /park-common/src/main/java/com/park/cloud/common/domain/vo/cms/OpmUnbindVehicleInfoVO.java | b9b220d0855682dabb22390c6259b5bea80171d8 | [] | no_license | QianUser/park | 0cc1e3c78595eca5537bdef85e9e2fecad329173 | 726879bb498f24be7b3399449b27c4547002607c | refs/heads/master | 2023-02-02T19:28:02.689427 | 2020-11-27T11:15:11 | 2020-12-22T06:52:33 | 323,564,629 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 950 | java | package com.park.cloud.common.domain.vo.cms;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import java.io.Serializable;
import java.util.Date;
@Data
@ApiModel
public class OpmUnbindVehicleInfoVO implements Serializable {
@ApiModelProperty(value = "手机... | [
"1070599782@qq.com"
] | 1070599782@qq.com |
8be1fa2141c66e6327537e846b8253c2e2f519f6 | 825b853e428f44ba0c50e54903c7fb0e3ce3cc80 | /Practice/Servlet/Filter/src/main/java/com/abdu/servlet/LoginFilter.java | ff857801a75eb4487c07ac48e9e0040220328756 | [] | no_license | AbduEndrisM/web-programming | 5bf924b59d6ad014b4f50fb29e13b7ddf071736c | 282a223ea4730cbe0e2bcaed12383827ff49da4f | refs/heads/master | 2020-05-04T02:50:35.864504 | 2019-04-25T02:38:45 | 2019-04-25T02:38:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,031 | java | package com.abdu.servlet;
import javax.servlet.*;
import javax.servlet.annotation.WebFilter;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import java.io.IOException;
@WebFilter("/login")
public class LoginFilter implements Filter {
public void destroy() {
}
public ... | [
"beazsasm@gmail.com"
] | beazsasm@gmail.com |
02972220e98864a85eb4f024d9d6e8a352f7b8a1 | 79162ace613282d02d30ced1869c4ecf92c2ff57 | /chinabrands2jumia/src/main/java/com/myweb/jumia/Head.java | 65dc5572913ff5d6164c98883cceacec83a30a49 | [] | no_license | wangyongst/backend | 93e96fffd867ecfd4caceeba540fd731f25f8306 | 5687ffec66b5493c59e550b16afc2535523b2f02 | refs/heads/master | 2021-09-11T23:36:39.685910 | 2018-04-13T04:00:27 | 2018-04-13T04:00:27 | 60,140,932 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 391 | java | package com.myweb.jumia;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonProperty;
@JsonIgnoreProperties(ignoreUnknown = true)
public class Head {
@JsonProperty("Head")
private ErrorMsg Head;
public ErrorMsg getHead() {
return Head;
}
... | [
"wangyongst@gmail.com"
] | wangyongst@gmail.com |
3b09bf132786e1f6589d9d841c0167df6fa5cbc2 | 8d63354bc1347f8de5713b7ccd8bc28caee47574 | /Employee.java | fce97b6a204863a2b2416900a8f04ffce3678c3c | [] | no_license | Suraj1408/JavaAssignment | 5d9536493b9dd17a49cd61e9f88391070f52e477 | 329f5db2f2d1566278ee21c3819d2edf9a525265 | refs/heads/main | 2023-01-22T03:53:09.440970 | 2020-11-28T13:38:41 | 2020-11-28T13:38:41 | 314,967,457 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,163 | java | package com.brizelab.review4;
public class Employee {
String employeeName;
String companyName;
double wages;
double partTimeWages;
double fullTimewages;
public int getWorkingDay() {
return workingDay;
}
public void setWorkingDay(int workingDay) {
this.workingDay = workingDay;
}
int hours;
int workingDa... | [
"surajgaikwad892@gmail.com.com"
] | surajgaikwad892@gmail.com.com |
9f24b586c359578e29882f4ab241084bf1c5c475 | c3648862740da9c00f0bba4f713fd361baf8f8ed | /BOJ/2020.02/Solution_17616_등수찾기.java | 4f7b26529ecbc011767cc677f746a7d201ecb202 | [] | no_license | SURAMCHOI/algorithm | de560f21eab2b2af027daa8a6f97b7250618d209 | 62effb824e4d4f1db7d749414d666b345855cd4d | refs/heads/master | 2021-07-09T15:42:42.304588 | 2020-08-31T15:52:06 | 2020-08-31T15:52:06 | 181,139,185 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,638 | java |
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.Arrays;
import java.util.Comparator;
import java.util.StringTokenizer;
public class Solution_17616_등수찾기 {
static int cnt,N,M,X;
static int [] high_rank,lower_rank;
static int [][] info;
public static void main(String[] args) throws ... | [
"tnfka905@naver.com"
] | tnfka905@naver.com |
f0338ffc443712861e45e43258e39aee4a1675db | 6a2f63d971fd5ce988c10cdc2401aae3ba5e0fee | /net/minecraft/event/ClickEvent.java | 21a338756075eb263f92fe98a957435d29f02e3f | [
"MIT"
] | permissive | MikeWuang/hawk-client | 22d0d723b70826f74d91f0928384513a419592c1 | 7f62687c62709c595e2945d71678984ba1b832ea | refs/heads/main | 2023-04-05T19:50:35.459096 | 2021-04-28T00:52:19 | 2021-04-28T00:52:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,158 | java | package net.minecraft.event;
import com.google.common.collect.Maps;
import java.util.Map;
public class ClickEvent {
private final String value;
private final ClickEvent.Action action;
private static final String __OBFID = "CL_00001260";
public ClickEvent(ClickEvent.Action var1, String var2) {
this.... | [
"omadude420@gmail.com"
] | omadude420@gmail.com |
58c942f228b8829acaed6b7873a3e85041e51ff8 | f0a51a03e7dc117aa8614650f0c446afff15da09 | /Netty/im/packet/JSONSerializer.java | 7a00f6d4276de99281d5df8f265b86e0d5277c35 | [] | no_license | Fudashi233/demo | 3cc8d6d73bd471928e75bfeb333a0443315a78c6 | 328bde6c32b117cea7a292d26a5c26afcbd79458 | refs/heads/master | 2021-01-25T14:21:44.794895 | 2019-11-18T10:02:33 | 2019-11-18T10:02:33 | 123,682,817 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 593 | java | package cn.edu.jxau.im.packet;
import com.alibaba.fastjson.JSON;
/**
* Desc:
* ------------------------------------
* Author:fulei04@meituan.com
* Date:2019/11/3
* Time:下午3:44
*/
public class JSONSerializer implements Serializer {
@Override
public Integer getSerializerAlgorithm() {
return Seria... | [
"fudashi233@aliyun.com"
] | fudashi233@aliyun.com |
670b4eaff3ad3d9234c0bebd6f01e2b965fc3cee | 41151b1e71c085347bd2d5d0be6e8ab7d4c989f5 | /prj/src/java/com/i10n/fleet/datasets/impl/SkinSetDataset.java | bb5e3ffc880ae79d2ddfc4d9105248e2330aeec6 | [] | no_license | venkat-developer/FeetVTS | b267f7db9d259c817dbfe1d8ef5c538c3626e379 | 7d735f4056dd0d9816db50fcaeeec10b38aa1659 | refs/heads/master | 2021-01-10T02:11:02.911658 | 2017-04-26T17:59:02 | 2017-04-26T17:59:02 | 55,285,574 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 719 | java | package com.i10n.fleet.datasets.impl;
import java.util.ArrayList;
import java.util.List;
/**
* An extension to {@link Dataset} for providing skin functionalities
*
* @author sabarish
*
*/
public class SkinSetDataset extends NamedDataset {
/**
*
*/
private static final long serialVersionUID ... | [
"SChowdary@ad.harman.com"
] | SChowdary@ad.harman.com |
f04cb9bf3ef1cbe6a63209c9d7ce76fa04dba97c | c33cc79cfdbcb9a4f8e9d86328fe3a41d2e64773 | /app/build/generated/source/r/debug/com/google/android/gms/gcm/R.java | 97724d68b40adb849192d3423792dd5dff5d63d3 | [] | no_license | radinaldn/AR-LocationBased | 8e71b2f4eac2dce70e14512252552e91c82a7308 | 8587fee1e376f793de2d160450fcd7a0c8d887ca | refs/heads/master | 2021-07-17T22:11:48.964215 | 2017-10-26T00:45:52 | 2017-10-26T00:45:52 | 107,912,780 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 21,940 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.google.android.gms.gcm;
public final class R {
public static final class attr {
public static final int adSize = 0x7f010027... | [
"radinal.dwiki.novendra@students.uin-suska.ac.id"
] | radinal.dwiki.novendra@students.uin-suska.ac.id |
fd9aecf052311fb75219a55827c6a348b469ed25 | b23fdece5b5b7f5b11992934f15fb401e6319878 | /src/main/java/com/luckyun/tjam/mtAssetMag/assetTranMag/service/AmAssetTransferDtService.java | b7c92926fb17338d3f5ef617a02df648199296c5 | [] | no_license | kyo9988789/com-luckyun-tjam-admin | ba16154aa52a282837c1d936782a6696b56003b7 | 49432d4c718fc2e1c1fda7585952ff303dbdd276 | refs/heads/master | 2023-05-09T00:50:36.923611 | 2020-06-18T02:34:07 | 2020-06-18T02:34:07 | 273,123,926 | 0 | 0 | null | 2021-06-04T02:46:34 | 2020-06-18T02:33:14 | Java | UTF-8 | Java | false | false | 5,481 | java | package com.luckyun.tjam.mtAssetMag.assetTranMag.service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.util.CollectionUtils;
import org.springframework.util.StringUtils;
import com.luckyun.base.provide... | [
"704378949@qq.com"
] | 704378949@qq.com |
1f99ee6f75025c8815926b4f1c01e82d72c8dba6 | 06ac0ab2f1048f5538ac92e9ebc40181a6becdcd | /football_scores/app/src/main/java/barqsoft/footballscores/service/MyFetchService.java | 90eb479042f7fb3bb4585ee16c19407526b8e3c0 | [] | no_license | ivanisidrowu/AND-project-3-superduo | 079c85f45bcbc9c1241e18e73624da32c675d4f1 | 2c7322e9a453947182fee8c09e8dd6731dd53241 | refs/heads/master | 2021-01-10T10:27:56.062657 | 2016-02-12T08:43:03 | 2016-02-12T08:43:03 | 51,539,920 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,223 | java | package barqsoft.footballscores.service;
import android.app.IntentService;
import android.content.ContentValues;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.util.Log;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import... | [
"ivan055111@gmail.com"
] | ivan055111@gmail.com |
ddf1631e3b52a9bb5e5530fffa586ca15e15917d | df1f3b81da215d689ce87c757a95f19d933a9eed | /app/src/main/java/com/xiaobangzhu/xiaobangzhu/UI/activity/NormalVisitorInfoActivity.java | dfc6dd42d4c62801b865100fe721973753466e47 | [] | no_license | liuyang3688/XiaoBangZhu | 5f81ff015c06c9adfea31987757ca3c0fbac3028 | 201d8bd0c57f6766032d2faeae857a1539ac0dc6 | refs/heads/master | 2021-06-17T08:48:45.535978 | 2017-03-31T15:15:46 | 2017-03-31T15:15:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,049 | java | package com.xiaobangzhu.xiaobangzhu.UI.activity;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.ImageView;
import com.xiaobangzhu.xiaobangzhu.R;
/**
* NormalVisitorInfoActivity
*
* @author: Murp... | [
"1619673065@qq.com"
] | 1619673065@qq.com |
904ca3d08ee43c6b847190399c28afa55aacc0a9 | 85b85254eee7d62345e2c7f035ce54a1a7b3578b | /src/main/java/exceptions/PrintTable.java | 5630b6a2838feac9351b3f38f32e3376a2613af7 | [] | no_license | swidzi76/2019_02_23 | 5419430030255d786f61aef340142c3cc6c99ecf | 5c4391f73fbb0d78819f0a9e6f00f8e48e11b1e0 | refs/heads/master | 2020-04-24T19:08:49.065874 | 2019-04-13T10:49:44 | 2019-04-13T10:49:44 | 172,202,849 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 703 | java | package exceptions;
import java.util.Scanner;
public class PrintTable {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int index = 0;
try {
index = scanner.nextInt();
}catch (Exception e){
System.out.println(" Wyjątek :"+e... | [
"swidzi76@gmail.com"
] | swidzi76@gmail.com |
64c6f67ee816b18474c28e7b9bfd1798ec774738 | 44e7adc9a1c5c0a1116097ac99c2a51692d4c986 | /aws-java-sdk-quicksight/src/main/java/com/amazonaws/services/quicksight/model/DeleteDataSourceResult.java | ca99458df43eb4b1026bf1222f657b2e6efd177d | [
"Apache-2.0"
] | permissive | QiAnXinCodeSafe/aws-sdk-java | f93bc97c289984e41527ae5bba97bebd6554ddbe | 8251e0a3d910da4f63f1b102b171a3abf212099e | refs/heads/master | 2023-01-28T14:28:05.239019 | 2020-12-03T22:09:01 | 2020-12-03T22:09:01 | 318,460,751 | 1 | 0 | Apache-2.0 | 2020-12-04T10:06:51 | 2020-12-04T09:05:03 | null | UTF-8 | Java | false | false | 8,375 | java | /*
* Copyright 2015-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | [
""
] | |
d8e864730b287d02148df36e06dab12be0f60fab | f4513d1f1389a843d3dce379562ae85050a4d2ea | /app/src/main/java/com/example/smart_adviser_for_wellbeing/Notes.java | cbaa89dcf36a68e32c182ec8937e85c658337ff7 | [] | no_license | Parma139/Smart-Adviser-for-wellbeing-Applicaiton | e016f11fa20d50d008fb5d84154b958014648668 | c443059e2e13708a800de9e038c41d6c49ef16fa | refs/heads/master | 2023-05-13T05:17:44.517226 | 2021-05-12T19:35:01 | 2021-05-12T19:35:01 | 344,234,266 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,209 | java | package com.example.smart_adviser_for_wellbeing;
import android.content.Intent;
import android.os.Bundle;
import androidx.fragment.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
/**
* A simple {@link Fragment} subclass.
* cr... | [
"zp17aan@herts.ac.uk"
] | zp17aan@herts.ac.uk |
a592a02d45c529bd6f9168c8cf23383c17ffe863 | 607224e023e4bf33a2be619262e1d8b55c2a3e08 | /jars/worldwind/src/gov/nasa/worldwind/layers/rpf/wizard/DataChooserPanelDescriptor.java | 3bbf707c782688fcbe2a81626d4f6322710de671 | [] | no_license | haldean/droidcopter | 54511d836762f41b23670447f79e7457d67a216d | 2a25c5eade55e68037001fbfdba3b0f975c70e25 | refs/heads/master | 2020-05-16T22:18:53.581797 | 2013-01-27T03:58:24 | 2013-01-27T03:58:24 | 755,362 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 7,012 | java | /* Copyright (C) 2001, 2007 United States Government as represented by
the Administrator of the National Aeronautics and Space Administration.
All Rights Reserved.
*/
package gov.nasa.worldwind.layers.rpf.wizard;
import gov.nasa.worldwind.util.wizard.DefaultPanelDescriptor;
import gov.nasa.worldwind.util.wizard... | [
"will.h.brown@gmail.com"
] | will.h.brown@gmail.com |
820855dd77bc8ec2e9cfacf8c0630ded24ff7058 | 2342a71e7c651f7d674be506b001ae4b34ddd44b | /javafundamentals/src/test/java/org/liuboudubavest/AppTest.java | b74c93123d08ae3739e0bcacb10a9d148f6c9376 | [] | no_license | LiubouDubavets/EpamTasksFirstStage | 70598dd4082ec9e17e3f54f6eb8ec48b42f0c2c1 | 2aac2cdba980da69e6f41076c8a18943a5b74730 | refs/heads/main | 2023-02-19T22:13:01.436348 | 2021-01-22T10:42:59 | 2021-01-22T10:42:59 | 331,598,772 | 0 | 0 | null | 2021-01-21T22:06:23 | 2021-01-21T10:54:39 | null | UTF-8 | Java | false | false | 290 | java | package org.liuboudubavest;
import static org.junit.Assert.assertTrue;
import org.junit.Test;
/**
* Unit test for simple App.
*/
public class AppTest
{
/**
* Rigorous Test :-)
*/
@Test
public void shouldAnswerWithTrue()
{
assertTrue( true );
}
}
| [
"liubou.dubavets@gmail.com"
] | liubou.dubavets@gmail.com |
dfd87bcb0d339fddafeed2c46a2a2d04abc12094 | a5144c0d62279185e4594566e3deb4ee5230bb9d | /src/main/java/com/llaparra/react/web/rest/ClientForwardController.java | d1ec5d3a65e92662fc661fcbe49d706f0172671c | [] | no_license | lapitzasclub/react | f924f373b1c4cf8649f3e287d2ec26a86cb6154a | ba89b953e16c31ecb4df99bf4447d06637b850c2 | refs/heads/master | 2023-01-14T00:34:24.017003 | 2020-11-04T10:00:07 | 2020-11-04T10:00:07 | 309,962,159 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 485 | java | package com.llaparra.react.web.rest;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
@Controller
public class ClientForwardController {
/**
* Forwards any unmapped paths (except those containing a period) to the client {@code index.html}.
* @... | [
"llaparra@euro-help.es"
] | llaparra@euro-help.es |
bd03a3c535072c53b0f258b79a91f8d62ecb42f2 | d7b2a4a222d33f2e71d31b6a158e23d09635645c | /arsdkengine/src/main/java/com/parrot/drone/groundsdk/arsdkengine/peripheral/anafi/media/MediaResourceImpl.java | d28b848fe23dd3d9a33aa9a8a64683e99fe0edfc | [] | permissive | BanditFly/groundsdk-android | fbe15cd834b28639c878737d04d3cb7b787525d0 | e1e1dbd2f948524d51e10474d19176116f031643 | refs/heads/master | 2020-08-04T08:59:20.054023 | 2019-07-01T09:29:26 | 2019-07-01T09:29:26 | 212,081,464 | 1 | 0 | BSD-3-Clause | 2019-10-01T11:40:59 | 2019-10-01T11:40:59 | null | UTF-8 | Java | false | false | 7,947 | java | /*
* Copyright (C) 2019 Parrot Drones SAS
*
* 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 cond... | [
"mathieu.vinel@parrot.com"
] | mathieu.vinel@parrot.com |
3c84d3fb9236eb3aaaa0be14a8c99f91bcb4b6e8 | e813954c68ca43ec8e780739846e92a8194e7a7f | /JavaCore/task12/task1209/Solution.java | 83a177f62826544bb6630a073898960a05534917 | [] | no_license | ElenaC8/JavaRush | 0cbd839583aadb204e7c9d569d375d5558bba55d | c198ee8ba4348af5e484c8674ae11ca3287a4bfb | refs/heads/main | 2023-04-18T19:33:57.711995 | 2021-05-04T14:25:18 | 2021-05-04T14:25:18 | 364,281,402 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 467 | java | package com.javarush.task.task12.task1209;
/*
Три метода и минимум
*/
public class Solution {
public static void main(String[] args) {
}
//Напишите тут ваши методы
public static int min(int a, int b) {
return a < b ? a : b;
}
public static long min(long c, long d) {
return c... | [
"lena_feli@mail.ru"
] | lena_feli@mail.ru |
09133a47184d3b5757ebf69d80d713c53ef9fdf3 | a760fb2ea89252aa3c2e0e5cfc33b93d2cc4d2f3 | /app/src/main/java/com/example/jeylnastoninfer/debug7/auxUtils/projectStructUtils/UsrInfo.java | 70bb7e977187a42c8c989576af7e7e5277b102a9 | [] | no_license | astoninfer/SimpleDiary | 0fa3cfa01e96c79269f199827bf594aff32a89d8 | 1ba0da5758e554cb97292430d0f8723ab72b08c5 | refs/heads/master | 2021-01-13T07:53:44.032666 | 2017-01-05T17:25:39 | 2017-01-05T17:25:39 | 71,686,534 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 466 | java | package com.example.jeylnastoninfer.debug7.auxUtils.projectStructUtils;
public class UsrInfo {
public String phone = null;
public String nickname = null;
public String pwd = null;
public DateInfo registerDate = null;
public UsrInfo(String phone, String nickname, String pwd, DateInfo registerD... | [
"jeylnastoninfer@jeylndeMacBook-Pro.local"
] | jeylnastoninfer@jeylndeMacBook-Pro.local |
c95e5d2b2ec8b2748c77be0938b0e19b46e871ff | 329e93475540f58aafb625e1a82fdcc19fc09f3a | /src/practice/test1/test8.java | e757aa552fd58d66fb0d6c4d152a414ce0ff044c | [] | no_license | jiucaihuanshe/practice | ce2a8dd447d1095756a332d14991acb47deea38f | 4432521acf4639daca1bf813923ddc08fab287ea | refs/heads/master | 2020-03-17T16:13:20.443221 | 2018-06-20T08:48:08 | 2018-06-20T08:48:08 | 133,740,607 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 558 | java | package practice.test1;
/**
* 数组扩容
* Arrays.copyOf(original, newLength)
* original:源数组
* newLength:新数组的长度
*
* 特点:生成的新数组是原始数组的副本
* newLength<原数组的长度 截取
* newLength>原数组的长度 在新数组的后边的元素默认初始化
*/
import java.util.Arrays;
public class test8 {
public static void main(String[] args) {
int[] ary = {1... | [
"948710286@qq.com"
] | 948710286@qq.com |
fcaf48a5911cad78344aa9a83a5cf92ec55e46d3 | d5753c263c75969b05c0b9e6ee64c88b62d6ebb7 | /src/com/worthed/designpattern/Interpreter/Context.java | d64563cdae5cdf742d103c00284bd1a19324790f | [
"Apache-2.0"
] | permissive | jingle1267/DesignPattern | 1412d0e5d20c4f4e22f0231d8c3d3e5c5f866d32 | c38192dd20500009c4d725f1ba3ea0b34118c545 | refs/heads/master | 2020-05-27T18:54:04.086827 | 2016-09-13T07:59:21 | 2016-09-13T07:59:21 | 26,900,157 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,133 | java | /*
* Copyright 2014 jinzhenguo1990@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/LICENSE-2.0
*
* Unless required by ... | [
"jingle1267@163.com"
] | jingle1267@163.com |
5b6fab5139adeab8a0469469c87f287054b611e1 | aa883d2c7615c8a9f53ecb1f47326df8caccdd45 | /gmall-pms/src/main/java/com/atguigu/gmall/pms/mapper/SkuMapper.java | 40cbb53ff50857ce0c115cb402ff51ef640977ac | [
"Apache-2.0"
] | permissive | maigo11/gmall-0420 | 771b1b0e06688166364b4a63bc563c25fe9d6055 | 086a22f50a0cf369ffd86317b270f4940a5b35ec | refs/heads/master | 2022-12-24T04:43:34.097656 | 2020-09-22T15:13:05 | 2020-09-22T15:13:05 | 297,220,226 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 357 | java | package com.atguigu.gmall.pms.mapper;
import com.atguigu.gmall.pms.entity.SkuEntity;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
/**
* sku信息
*
* @author sqq
* @email fengge@atguigu.com
* @date 2020-09-21 19:07:29
*/
@Mapper
public interface SkuMapper ext... | [
"931880502@qq.com"
] | 931880502@qq.com |
5f8c829cccaa9bd0c2e586273b796c3803a17f7f | 014f7414f378aec46bb2d2460faf8f5c2344acf1 | /app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/coreutils/R.java | 177a2cbbf040c4b24f1f74de9d448f3a39f19bc6 | [] | no_license | mvaccaro/Checklist_UIO | fbd0e7033fb23892a8751eae71fcaf6be5c55c1b | 5e275da62b5aa4909dc682141cb3182bffdf1c65 | refs/heads/master | 2022-11-28T18:02:59.981813 | 2020-08-07T07:12:09 | 2020-08-07T07:12:09 | 285,762,324 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,456 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package android.support.coreutils;
public final class R {
private R() {}
public static final class attr {
private attr... | [
"joangome2005@gmail.com"
] | joangome2005@gmail.com |
01d85ebe6a996ad9d4a072e8afc157039a76b124 | 29bc36e1d744a6cf7236ed59aacc1718de3ac11c | /iaikcms/src/demo/cms/digestedData/DigestedDataOutputStreamDemo.java | cca91d0035cc328fd13e34e14000c9b213f0c9f7 | [] | no_license | xiaozeyyyy/iaik-cms | 96c478681eea119328d1663b66fc275beb9648db | 12db3d9ea7215522ba739c36f2b19a7d8ebf0aa4 | refs/heads/master | 2021-05-29T20:00:56.874806 | 2015-04-15T03:54:06 | 2015-04-15T03:54:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,913 | java | // Copyright (C) 2002 IAIK
// http://jce.iaik.tugraz.at
//
// Copyright (C) 2003 Stiftung Secure Information and
// Communication Technologies SIC
// http://jce.iaik.tugraz.at
//
// All rights reserved.
//
// This source is provided for inspection purposes and recompilation only,
// unless... | [
"al@logical-approach.com"
] | al@logical-approach.com |
65821a9f3bf8c8cb364e41d97ad0a1e3847bd3a1 | adf49b14155298827892c483a37c330e8261a191 | /keximbank/src/test/java/in/srssprojects/keximbank/Excel.java | 1011c71b432d6158b7b732d995df8680bf5516c8 | [] | no_license | suryaSmit/swatha-bank | 207347fd48a18b797f0ee0b882d9f76ec1813c15 | 165c501d7ad9cedfd7e12386e8808de611d290e1 | refs/heads/master | 2021-05-06T04:40:45.331973 | 2017-12-22T07:31:06 | 2017-12-22T07:31:06 | 114,975,455 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 789 | java | package in.srssprojects.keximbank;
import java.io.FileInputStream;
import jxl.Sheet;
import jxl.Workbook;
public class Excel {
Workbook book;
Sheet sh;
String folderPath = ".//test data/";
//set excel -- set an excel in file system to read the data
public void setExcel(String fileName, String sheetName) {
try... | [
"surya@192.168.1.7"
] | surya@192.168.1.7 |
a8c0cdbaeb64bba9d4d18ed77bcaffb5c3612aa0 | 7cf7f79b29c3f8fe95ba03a7b1f542a071a4ee60 | /app/src/main/java/com/example/firebasedemo/dailog/UserDialog.java | 689c0114d437c8b9c58ef53b324b7bc04e40a1e0 | [] | no_license | Kishanjvaghela/FireBaseDemo | a5c2e993bf9b2eaf3d30bd986b837134b3d3f939 | a8d9279de4ddb81e29cf47ca217fece2d52903e4 | refs/heads/master | 2021-01-10T16:43:48.373726 | 2015-09-29T12:26:43 | 2015-09-29T12:26:43 | 43,365,616 | 3 | 0 | null | 2018-11-07T06:47:41 | 2015-09-29T12:22:17 | Java | UTF-8 | Java | false | false | 2,574 | java | package com.example.firebasedemo.dailog;
import android.app.Dialog;
import android.content.Context;
import android.content.DialogInterface;
import android.support.v7.app.AlertDialog;
import android.text.TextUtils;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.EditText;
import com... | [
"kishan@creolestudios.com"
] | kishan@creolestudios.com |
65e8bd221c016adce6e19a88b5f398a6cdcaaa29 | ecf48597e98969730bf53a54f6077dff890fee57 | /src/main/java/com/sparta/jas/exceptions/ChildNotFoundException.java | 2f9a4ef2d1452b9ed6d76c9ed8464b70cc7200c4 | [] | no_license | JohnAShipman/SortManager | df1856a2d33060f65a4dd104926134a52c15b683 | cf86234bac6a0a64ecd7db5f3c05e1a4352959e7 | refs/heads/master | 2020-04-05T00:08:08.792190 | 2018-11-06T13:10:34 | 2018-11-06T13:10:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 733 | java | package com.sparta.jas.exceptions;
public class ChildNotFoundException extends Exception {
private int element;
private String childType;
public ChildNotFoundException(int element){
this.element = element;
}
public ChildNotFoundException(int element, String childType){
this.elemen... | [
"43544977+JShipmanSparta19@users.noreply.github.com"
] | 43544977+JShipmanSparta19@users.noreply.github.com |
0ed37f93ce5df6819b5829e677602907a591b902 | cff2f4931d6f0abca33d37d3d2e731908da5a150 | /java-ocpjp/src/kyocoolcool/exam_v1475/exam95/Test.java | 5de4435d6484e2b49011b18a703e9f143c9d52ef | [] | no_license | kyocoolcool/java-tutorial | 66f58d4c7d376ae9e7fa7a1b101eaa306c4eab3d | 97a86477617ece81fa9e7d265b8857f7aa226416 | refs/heads/master | 2021-07-12T23:01:18.714658 | 2020-09-11T06:31:56 | 2020-09-11T06:31:56 | 204,008,117 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 620 | java | package kyocoolcool.exam_v1475.exam95;
/**
* @author Chris Chen https://blog.kyocoolcool.com
* @version 1.0
* @since 2020/9/9 4:52 PM
**/
class Test2 {
static int aaa = 100;
}
public class Test extends Test2 {
static boolean doStuff() {
return !isAvailable;
}
public static boolean isAvai... | [
"kyocoolcool@hotmail.com"
] | kyocoolcool@hotmail.com |
90e4d4ec4449a64000521666eb715ffec590cbb3 | aca12726ed03da5123246f477535902b3b5285d9 | /src/Gravity.java | 02b50c58547895d257b6e34462607e9f9529d1c7 | [] | no_license | hgbbus/GravityTest | a6d5374cc8dd38169713d2ecb2e9f5095da2f01e | 06b0c917d88be755250c063004026262c823eb66 | refs/heads/master | 2023-04-18T13:53:18.128193 | 2021-05-11T21:22:57 | 2021-05-11T21:22:57 | 366,511,016 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 508 | java | import java.util.Scanner;
public class Gravity {
public double falling(double time, double v) {
return v*time + 0.5*9.8*time*time;
//return 1.0;
}
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
System.out.print("Time: ");
double t = sc... | [
"hgbbus@users.noreply.github.com"
] | hgbbus@users.noreply.github.com |
5ae965ce0a7df04f5d08972296e06dbd6ae4f199 | 2a96533ffc58bafedad59ee4467d1a15f0df8a4c | /app/src/main/java/tk/gpereira/movielist/MovieAdapter.java | 6c830b81d80e0670dbf2cd5d1b18788a9ded720e | [] | no_license | G-Pereira/MovieList | 8610258673454803ab5a1a97e3db2587dc5cdbd0 | cf431eec9c0ec32e0ec0e577bf754ff264fabdc7 | refs/heads/master | 2021-01-19T08:45:11.249317 | 2017-10-21T16:37:51 | 2017-10-21T16:37:51 | 87,669,869 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,970 | java | package tk.gpereira.movielist;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.ViewGroup;
import android.widget.ImageView;
import com.squareup.picasso.Picasso;
im... | [
"goncalo_pereira@outlook.pt"
] | goncalo_pereira@outlook.pt |
9ffa51fce9e3276d293eea44b130fed82069ab84 | a0374471734afefec4a02f4c83ac359b846152e4 | /src/spring/ioc/Tire.java | 6ba5141a4c15534d8a360d19cf2a727f523d1877 | [] | no_license | zuentian/demo | a2661b91e84a98fa831de3064c22591fda4cd073 | 4c7f39ed22e290b525989b48bd21d20319ca6504 | refs/heads/master | 2020-05-31T22:39:13.121996 | 2019-12-18T14:32:51 | 2019-12-18T14:32:51 | 190,524,914 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 240 | java | package spring.ioc;
public class Tire {
private int size;
Tire(int size){
this.size=size;
}
public int getSize() {
return size;
}
public void setSize(int size) {
this.size = size;
}
}
| [
"1974900537@example.com"
] | 1974900537@example.com |
f495a71fe6a49a71f953ac94fc5457d691e1be36 | c3ab633e6714c474e50a90ba2c4e11cd484601df | /9amforlder/FingerPrintScanner/app/src/androidTest/java/com/example/fingerprintscanner/ExampleInstrumentedTest.java | 4188ace7f1190609be89005b1cceec817b505746 | [] | no_license | devkumar537537/otherone | 172b13720dc178fdb638706e07fe1aa2fde9c0b4 | 4ca6df239c2b701d25a44eaaa254d1e74bb5663b | refs/heads/main | 2023-07-02T06:09:13.901082 | 2021-06-28T11:16:51 | 2021-06-28T11:16:51 | 381,000,444 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 774 | java | package com.example.fingerprintscanner;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will exe... | [
"devkumar.cbitss@gmail.com"
] | devkumar.cbitss@gmail.com |
d93e0a916944748eaea6be760f80bb8553a7bed6 | 2c059f479f6a4852db29901670c0a6484b3cc45e | /src/com/company/Manager_Belit.java | 02f2265eca418bc0382d8fe4128495b3e860ed84 | [] | no_license | nashsh/zooproject.mine | 56bf5040687b814cf253ee17774151422c2397d5 | 69c335fa252c3a8b95c3ffec75a57dbf018c2391 | refs/heads/master | 2020-03-21T22:45:55.246326 | 2018-06-29T13:08:19 | 2018-06-29T13:08:19 | 139,145,791 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,899 | java | package com.company;
import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
public class Manager_Belit extends JFrame {
Belit_Departeman belit_departeman = new Belit_Departeman();
Manager_Belit_Daramad mbd = new Manager_Belit_Daramad();
public M... | [
"najmeshayeste77@gmail.com"
] | najmeshayeste77@gmail.com |
7639e4a3ea7f064443485b839a052c57ae55782e | 8642d7976a4bd2194d3042d7ebbd960781356a30 | /src/from_0_to_9/Task8.java | c8534591273fbbbeb665e1bc2108bcb42e7e707b | [] | no_license | kekosius/HackerRank_Java | c7f1d3ab8e877d463b42b21f491ddbc9d6557b6a | 452732bb5f0c68c6989cc81142956f2d1c383648 | refs/heads/master | 2023-06-20T00:23:49.545670 | 2021-07-16T14:34:31 | 2021-07-16T14:34:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,841 | java | package from_0_to_9;
import java.util.Scanner;
//For each input variable n and appropriate primitive dataType,
//you must determine if the given primitives are capable of storing it. If yes, then print:
//n can be fitted in:
//* dataType
//If the number cannot be stored in one of the four aforementioned primitives, p... | [
"vladoren1@mail.ru"
] | vladoren1@mail.ru |
73e5026e8db0d7146640650f6092bb80460cad88 | 52d52f4787c31c5ec9c0789779ac7457cad768e9 | /Arif-GCCS-Maven-20200823T183952Z-001/Arif-GCCS-Maven/CashControlEJBX/.svn/pristine/15/152a4d86f369cdc28eb7233ae952616afbb4ddf3.svn-base | 4932d26ce2e5eeed572a9516eaef1cda37873c36 | [] | no_license | mohanb147/sample_project | c5ce0eccd75f6d1e955b0159ec570a922709dd0d | e7420d89ebd15c8eb59fb0e0fa7fb02abd98a42c | refs/heads/master | 2022-12-05T10:01:50.599928 | 2020-08-24T10:15:04 | 2020-08-24T10:15:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 692 | /**
* @(#)PoaPaymentManagerLocalHome.java Tue Aug 02 15:38:51 VET 2005
*
* FedEx
* Cash Control
*
* FedEx
* Santiago, Chile
*
* Copyright (c) 2001 FedEx, All rights reserved.
*
* This software is the confidential and proprietary information
* of FedEx. ("Confidential Information").
*
* Visit our we... | [
"ankitoct1995@gmail.com"
] | ankitoct1995@gmail.com | |
c14df8043aa823475a616087c2ebfbe43ec58e8a | 7fb15446b5645b7761a8ac1eee7fce8ff2bfb493 | /app/src/main/java/com/dibs/dibly/activity/DetailTermAndConditionActivity.java | 747339f4203060f5d31a444ddc7080fcd80ef78e | [] | no_license | loipn1804/Dibly | 4d7d3cbf3b895b27a3244cb52df9acaade776b20 | d94e40208b90cc602812a701c6c0a77855741721 | refs/heads/master | 2020-12-31T05:09:33.182036 | 2017-04-26T14:18:44 | 2017-04-26T14:18:44 | 59,657,238 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,057 | java | package com.dibs.dibly.activity;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.Menu;
import android.v... | [
"phanngocloi1804@gmail.com"
] | phanngocloi1804@gmail.com |
3c3d70e862c342d569b854f90d00eacc27125d97 | 220a7be0aca2a7299b9bdd36b4ba885c9779feb9 | /设计笔录/app/src/main/java/com/vkejun/wjs/fragment/Fragment_b.java | daf2032f9c7e5360b3695fc34ce4342a57195c6e | [] | no_license | LINYUANZHUO/CAD | 449f4a28a5f6e14fe39abd62c8ffef50c245b8b5 | c274cda1f06d67dc459ed8c378edbf1e65eb3666 | refs/heads/master | 2022-12-29T14:53:33.066790 | 2020-10-08T13:54:28 | 2020-10-08T13:54:28 | 302,340,893 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,270 | java | package com.vkejun.wjs.fragment;
import android.content.*;
import android.os.*;
import android.support.design.widget.*;
import android.support.v4.app.*;
import android.support.v4.widget.*;
import android.support.v7.app.*;
import android.support.v7.widget.*;
import android.view.*;
import android.widget.*;
import androi... | [
"1135969606@qq.com"
] | 1135969606@qq.com |
abe694e3349f2199d06cd50a0175886045770e6a | 6101fc52d3230a1174f25725c77764b582caafb7 | /src/test/java/io/jboot/test/db/simple/DbController.java | 8b9a2fcf22bf8dbf80393681141d3727f24fd737 | [
"Apache-2.0"
] | permissive | 280455936/jboot | dcb35906e17c14a087c6f39f515293efda12036d | 5ef3f41e5b38b880111dd6bdd1a7111abea614a2 | refs/heads/master | 2023-02-18T06:06:51.871112 | 2021-01-11T07:35:19 | 2021-01-11T07:35:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,685 | java | package io.jboot.test.db.simple;
import com.jfinal.kit.Ret;
import com.jfinal.plugin.activerecord.Page;
import com.jfinal.plugin.activerecord.Record;
import io.jboot.app.JbootApplication;
import io.jboot.db.JbootDb;
import io.jboot.db.model.Columns;
import io.jboot.test.db.model.User;
import io.jboot.web.controller.an... | [
"fuhai999@gmail.com"
] | fuhai999@gmail.com |
caa66aafbbc804950534c7b4737066c1a89ba900 | 6fa701cdaa0d83caa0d3cbffe39b40e54bf3d386 | /google/cloud/dialogflow/v2beta1/google-cloud-dialogflow-v2beta1-java/proto-google-cloud-dialogflow-v2beta1-java/src/main/java/com/google/cloud/dialogflow/v2beta1/DeleteKnowledgeBaseRequest.java | c491c85af45a28323096e229850f7ea03ad42a8b | [
"Apache-2.0"
] | permissive | oltoco/googleapis-gen | bf40cfad61b4217aca07068bd4922a86e3bbd2d5 | 00ca50bdde80906d6f62314ef4f7630b8cdb6e15 | refs/heads/master | 2023-07-17T22:11:47.848185 | 2021-08-29T20:39:47 | 2021-08-29T20:39:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | true | 24,411 | java | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/dialogflow/v2beta1/knowledge_base.proto
package com.google.cloud.dialogflow.v2beta1;
/**
* <pre>
* Request message for [KnowledgeBases.DeleteKnowledgeBase][google.cloud.dialogflow.v2beta1.KnowledgeBases.DeleteKnowledgeBase].
* </pr... | [
"bazel-bot-development[bot]@users.noreply.github.com"
] | bazel-bot-development[bot]@users.noreply.github.com |
27581433350906f59190c803108beeefaceb1b2a | 760f984ef88f1bfc0a86442c4df56823dc8e11fc | /CircularProgressBar/gen/com/example/circularprogressbar/BuildConfig.java | c62da9fdc0487a7990c28ca7304041e0d3097d39 | [] | no_license | Naduni18/hbworkspace2-100 | faff2ae982ffa43a6ab009959791c00f429fdbd1 | 00cbd33513d0ee68d78e7da22aa3ead37012e89b | refs/heads/master | 2020-04-11T04:54:50.383140 | 2018-07-06T11:49:47 | 2018-07-06T11:49:47 | 161,531,081 | 1 | 0 | null | 2018-12-12T18:49:44 | 2018-12-12T18:49:43 | null | UTF-8 | Java | false | false | 173 | java | /** Automatically generated file. DO NOT MODIFY */
package com.example.circularprogressbar;
public final class BuildConfig {
public final static boolean DEBUG = true;
} | [
"harshalbenake@gmail.com"
] | harshalbenake@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.