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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ed67d11668817fde3dab154666f0f5bde14f095e | 249455cc8308c24896a93b209e9f8a14a3321a83 | /src/test/java/com/oleg/trello/manager/BoardHelper.java | 49b151d496d80b9343b113e0d19ce08f2a09a945 | [
"Apache-2.0"
] | permissive | Oleg091188/trello_selenium_tests1-9 | a3c12f99cdc9dbd6e7f51d8c70c05b21e84ceff9 | 890c5c972f2936ac57adac224700215416484854 | refs/heads/master | 2020-11-27T21:01:07.019683 | 2020-02-05T18:45:28 | 2020-02-05T18:45:28 | 229,599,422 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,119 | java | package com.oleg.trello.manager;
import com.oleg.trello.model.BoardData;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
public class BoardHelper extends HelperBase {
public BoardHelper(WebDriver wd) {
super(wd);
}
public int getBoardsCount() {
return wd.findElements... | [
"oleg.furman091188@gmail.com"
] | oleg.furman091188@gmail.com |
b21aa926d0969023d307834bbf59de417464eaaa | 7a1735c374df0604824658ea20bf86a208effcd2 | /chess/src/main/java/chess/game/rule/OccupiedSquareRule.java | 90656a81ca5908b2da9addd3c8d1d7f9a233a4ad | [] | no_license | slibonati/chess | 0902194340d1710d6c5e2d60f591eea7c2f2c1cd | 2327b5cf2665fde1d6dbd5dfa0a5ff9ebcece4d2 | refs/heads/master | 2023-07-05T01:53:37.869164 | 2015-12-02T21:27:54 | 2015-12-02T21:27:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 367 | java | package chess.game.rule;
import chess.game.MoveContext;
public class OccupiedSquareRule implements Rule {
public OccupiedSquareRule() {
}
@Override
public boolean isCompliant(MoveContext moveContext) {
return moveContext.getBoard().isEmpty(moveContext.getMove().getTo());
}
@Override
public String getMess... | [
"stevelibonati@yahoo.com"
] | stevelibonati@yahoo.com |
60624f4c64bfec73d9db56b344b1111813d2402a | 219a224c03f2a6d4693674de84dd4d7f20a1486a | /app/src/main/java/com/myapp/beatify/OurPicksAdapter.java | 96cfdcc87579e3270fdc36799c84c00165c4eb31 | [
"MIT"
] | permissive | 2tanayk/Beatify_music_app | 25ecc50966bd014a4340a1c480ee26b1b6307467 | af5fd0f9f1429e40c50d97b018ab58872581aa38 | refs/heads/master | 2023-02-26T04:35:11.104533 | 2021-01-29T12:36:02 | 2021-01-29T12:36:02 | 280,091,727 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 8,778 | java | package com.myapp.beatify;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.recyclerview.widget... | [
"2tanaykamath@gmail.com"
] | 2tanaykamath@gmail.com |
06d9a38813e6e3c6aef6577c6cef3d1c63ee3cd7 | 2ee73c10aae5f38ada1b7164b60b228655ba879e | /src/main/java/com/tseong/learning/patterns/_06_factoryMethod/Main.java | 9a6a04709c876209b631cc436c1ac780dd8117fe | [] | no_license | shawn-zhong/JavaLearning | f5f43da9d0b83036f29a0d650726976a40d96f83 | 7e124d294c736c4f2010043211aee389c71ad96f | refs/heads/master | 2021-04-27T06:29:45.940324 | 2020-10-30T07:55:25 | 2020-10-30T07:55:25 | 122,615,400 | 1 | 0 | null | 2021-03-12T21:56:32 | 2018-02-23T11:55:41 | Java | UTF-8 | Java | false | false | 390 | java | package com.tseong.learning.patterns._06_factoryMethod;
public class Main {
public static void main(String[] args) {
IVehicleFactory factory = null;
factory = new BikeFactory();
Vehicle vehicle = factory.getVehicle();
vehicle.gotoWork();
factory = new BusFactory();
... | [
"tseong@foxmail.com"
] | tseong@foxmail.com |
3443fa1dd12b6e5834ced16ca25bf52d66dfbde2 | 0a73c5e641d871add9bd66a40f6e66767b15b931 | /src/main/java/com/miningmark48/prefixation/utility/HandlePrefix.java | 0e7604f227014612f1f4fed7dcd78bb25404332d | [] | no_license | SeanChengN/Prefixation | 37489cef375f34aa37cae115a579a6ab787f8fa1 | 8809950c699ecb64605317b95c3b5f2753fb4794 | refs/heads/master | 2020-03-28T12:09:47.732158 | 2018-09-11T03:51:04 | 2018-09-11T03:51:04 | 148,274,300 | 0 | 0 | null | 2018-09-11T06:57:15 | 2018-09-11T06:57:15 | null | UTF-8 | Java | false | false | 3,414 | java | package com.miningmark48.prefixation.utility;
import com.google.common.collect.Multimap;
import com.miningmark48.mininglib.utility.ModLogger;
import com.miningmark48.prefixation.init.ModTriggers;
import com.miningmark48.prefixation.reference.EnumPrefixTypes;
import net.minecraft.entity.ai.attributes.AttributeModifier;... | [
"miningmark48@gmail.com"
] | miningmark48@gmail.com |
33ac71fd62a0ea81c53cade5bc1aa9ee691ac9ac | a7cbdf02527ab9eafdfbfa64184fdfda58f4133a | /src/test/java/factory_create/FactoryCreateSecurityConfig.java | fda7c8d957f583668379d60286c8b14e5c1b2852 | [
"Apache-2.0"
] | permissive | kagechan/winter-cardinal | d38631be1acbd5b416dd999ae579e87d2fccb20e | 8e947c0ae099fc5d00b7bbdd93e786da5b33fe99 | refs/heads/master | 2022-11-17T00:12:41.241165 | 2020-03-11T05:30:28 | 2020-03-11T05:30:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 904 | java | /*
* Copyright (C) 2019 Toshiba Corporation
* SPDX-License-Identifier: Apache-2.0
*/
package factory_create;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
import org.springframework.security.config.annotation.web.config... | [
"masashi.kojo@toshiba.co.jp"
] | masashi.kojo@toshiba.co.jp |
28041f867dceb22ed59532cc9857573573364cb7 | 1e77656f624d6f9ad9ffcaa56de33337b917a630 | /src/medoffice/entity/VitalsNormalRange.java | cb41afe18f9d0cb5a30cf74c913d3c20935061b0 | [] | no_license | xxrepo/bzp-medoffice-domain | db27019fcca6d457d84a6bfba9aefedafdba60cc | 829b089ad548ce3e58cd40838ae2e5f2ca2404da | refs/heads/master | 2020-04-16T21:14:50.575928 | 2013-09-03T15:58:05 | 2013-09-03T15:58:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,039 | java | package medoffice.entity;
import java.io.Serializable;
import javax.persistence.Basic;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table(name = "vitals_normal_range")
public class VitalsNormalRange implements Serial... | [
"vladperl@127.0.0.1"
] | vladperl@127.0.0.1 |
122056f7a1ec6436773565331954d26a0dd2174f | 40665051fadf3fb75e5a8f655362126c1a2a3af6 | /AddstarMC-Minigames/3a8aa25919e3b2eb197e99e0203a1a1829f630ca/30/FlatFileExporter.java | 040eecd8e8b0dc584342d5b0eec3e164269f77c0 | [] | no_license | fermadeiral/StyleErrors | 6f44379207e8490ba618365c54bdfef554fc4fde | d1a6149d9526eb757cf053bc971dbd92b2bfcdf1 | refs/heads/master | 2020-07-15T12:55:10.564494 | 2019-10-24T02:30:45 | 2019-10-24T02:30:45 | 205,546,543 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,594 | java | package au.com.mineauz.minigames.backend.sqlite;
import au.com.mineauz.minigames.backend.BackendImportCallback;
import au.com.mineauz.minigames.backend.ExportNotifier;
import com.google.common.collect.HashMultimap;
import com.google.common.collect.Maps;
import com.google.common.collect.SetMultimap;
import com.google.c... | [
"fer.madeiral@gmail.com"
] | fer.madeiral@gmail.com |
c953dcbb7cd6a578a46f9e54dd6d3e583201af3a | 1f2889bb822520b08b2f6752b9c7da0e466d1643 | /src/resource/serviceImpl/AndCriteria.java | cd6474b6f9cd7357ba35f21ba8639df12da608d3 | [] | no_license | crspeed/javaDesignPattern | 4fb4ca284e8709c954751949720bb4fe7fe19b47 | 5352ccbff262e87dafb9d23f468cd5dd439497a8 | refs/heads/master | 2020-04-01T17:36:38.420953 | 2018-11-20T12:23:35 | 2018-11-20T12:23:35 | 153,439,678 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 582 | java | package resource.serviceImpl;
import java.util.List;
import resource.VO.Person;
import resource.service.Criteria;
public class AndCriteria implements Criteria{
private Criteria criteria;
private Criteria otherCriteria;
public AndCriteria(Criteria criteria, Criteria otherCriteria) {
super();
this.criteria = ... | [
"you@example.com"
] | you@example.com |
7f38dd8c7867ad56dcfb566743094fb02df8463c | 28b69912a4f3be8b23ad33106302dbaaf903d11f | /Recursion/Power.java | 26f3406dfd7ec8a17ec909000d9f50106738d460 | [] | no_license | vividsky/Java | 7900204e33d30e8e6725c2f45101734d38c560df | c429d03c3ce89cc1f7da2bacf15e34a9cd7117fe | refs/heads/main | 2023-07-09T10:08:09.187259 | 2021-08-17T13:03:21 | 2021-08-17T13:03:21 | 397,251,106 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 289 | java | package Recursion;
public class Power {
public static void main(String[] args) {
int n = 2;
int m = 5;
System.out.println(power(2, 5));
}
public static int power(int n, int m) {
if (m == 1) return n;
return n * power(n, m - 1);
}
}
| [
"vividsky09@gmail.com"
] | vividsky09@gmail.com |
b23409bfd159c51abee4d12ff51c588efcf7ee62 | f69ab5d54bf509a98095018c53313aa2e5c489b7 | /java-programs/inheritance/poly.java | f5b6e6bafea7ad8039779d6c2e057a731d60ed1c | [] | no_license | yveslox/Genesisras | 39224ce0e33c8b20f9d3473dd5909a7d45938e9c | 93a042ceff60cd081305bb8a7f9d83ee6bac41ac | refs/heads/master | 2023-08-20T23:53:39.694347 | 2023-08-20T11:21:18 | 2023-08-20T11:21:18 | 169,721,914 | 3 | 0 | null | 2023-09-14T11:40:28 | 2019-02-08T11:00:00 | Shell | UTF-8 | Java | false | false | 580 | java | class shape
{
void draw()
{
System.out.println("Drawing shape.");
}
}
class rectangle extends shape
{
void draw()
{
System.out.println("Drawing rectangle.");
}
}
class triangle extends shape
{
void draw()
{
System.out.println("Drawing triangle.");
}
}
cl... | [
"yvesmole@gmail.com"
] | yvesmole@gmail.com |
31ce779145c401795548c7b75c4aa449c8913630 | 331657e1e5d8a04d4e6572006dcb33903a810c13 | /114-java/Java labs/Chained and Linked hashtables lab/the.java | 92b55cf061eb33e1a4971a1a7b8a1c28636093a6 | [] | no_license | ntmk/ICS-Labs | 1019d08704012e257998508aec8e22d46d9c8387 | 82377501ef164a36a8ab7971384aa91165e2f121 | refs/heads/master | 2020-03-19T16:28:18.096326 | 2019-11-10T15:34:19 | 2019-11-10T15:34:19 | 136,716,669 | 1 | 0 | null | 2019-11-10T15:34:20 | 2018-06-09T11:17:30 | HTML | UTF-8 | Java | false | false | 48 | java | the
the
the
the
the
the
the
the
the
the | [
"ntmk@telus.net"
] | ntmk@telus.net |
eba51242b0a2f3c9130d6d1d0bb713885ce0f1e0 | f1a7559012c4fa9353fe3f55d568bb85f8b23608 | /src/application/Subd.java | 028f3be3a490984486ca4719e766d4b20931226f | [] | no_license | theneoxs/java_prog | 23491ec315fe8f1ffcf9dad82a09e36d6d76523d | 308e6ddc20fe0ccf6781fb4383f87555b02a585f | refs/heads/master | 2021-07-18T11:26:52.282916 | 2021-01-22T20:25:27 | 2021-01-22T20:25:27 | 231,584,313 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 996 | java | package application;
import javafx.beans.property.IntegerProperty;
import javafx.beans.property.SimpleIntegerProperty;
import javafx.beans.property.SimpleStringProperty;
import javafx.beans.property.StringProperty;
public class Subd {
private IntegerProperty idsubdividion;
private StringProperty full_name;... | [
"tema.makarov2012@gmail.com"
] | tema.makarov2012@gmail.com |
d34b13bd4e9241a9d07bce041ebec6ef00a4a8db | 56456387c8a2ff1062f34780b471712cc2a49b71 | /b/a/a/a/b/a.java | df472ab0173fca903b235ac4d4ebd8faac1ba086 | [] | no_license | nendraharyo/presensimahasiswa-sourcecode | 55d4b8e9f6968eaf71a2ea002e0e7f08d16c5a50 | 890fc86782e9b2b4748bdb9f3db946bfb830b252 | refs/heads/master | 2020-05-21T11:21:55.143420 | 2019-05-10T19:03:56 | 2019-05-10T19:03:56 | 186,022,425 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 390 | java | package b.a.a.a.b;
import b.a.a.a.a.c;
import b.a.a.a.n;
public abstract interface a
{
public abstract c a(n paramn);
public abstract void a(n paramn, c paramc);
public abstract void b(n paramn);
}
/* Location: C:\Users\haryo\Desktop\enjarify-master\presensi-enjarify.jar!\b\a\a\a\b\a.class
... | [
"haryo.nendra@gmail.com"
] | haryo.nendra@gmail.com |
201863aa8271625e10e7fb077808f308af9cd827 | 65774e30f3906368be4760f5f97bfb98eb32fd46 | /imagesci/src/edu/jhu/ece/iacl/jist/structures/geom/CurvePath.java | 1935f9e5e0c3dfb9f0fe0d89363c08dffdcb1d54 | [] | no_license | jj-jabb/phd-thesis | aadd802beca42fa98be4fd0d9060359443f40f35 | b0458e82fb7dd133a43fd9415669fdf833b0eeed | refs/heads/master | 2021-01-19T22:29:04.818282 | 2016-11-11T18:11:35 | 2016-11-11T18:11:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,887 | java | /**
* Java Image Science Toolkit (JIST)
*
* Image Analysis and Communications Laboratory &
* Laboratory for Medical Image Computing &
* The Johns Hopkins University
*
* http://www.nitrc.org/projects/jist/
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU... | [
"blake.c.lucas@gmail.com"
] | blake.c.lucas@gmail.com |
792f21f2f56ce15a66849954364da3c71c666f38 | 29f508e730f2794341593ad18cf352990888c067 | /src/javax/swing/plaf/ScrollPaneUI.java | 6de4b8d9803d46b3771ff3ca704e6e1e2a97dcbf | [] | no_license | nhchanh/jdk1.6.0_21 | daf40144acd19d92d15561235038e6e0343f8dec | cdcaafc11122944545c51efc49bb9f884b1ad0d1 | refs/heads/master | 2021-01-10T19:05:13.011208 | 2014-01-07T23:10:19 | 2014-01-07T23:10:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 395 | java | /*
* @(#)ScrollPaneUI.java 1.19 10/03/23
*
* Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
package javax.swing.plaf;
/**
* Pluggable look and feel interface for JScrollPane.
*
* @version 1.19 03/23/10
* @author H... | [
"chanh.nguyen@verint.com"
] | chanh.nguyen@verint.com |
f504207c2547e9a59e33a2f672a2ae00484e151a | d9bb53be6087508ff8ba150e213778c896cc62b5 | /lab1/src/test/java/ar/uba/fi/compiladores/parte4/NumbersoupTest.java | bbe574032c794cbc5c5ad06e568858fff97c5682 | [] | no_license | compiladores/labs | e12603cc8fcafe972b623644ec3fa8ab4af2625a | 51cb4445ee716da8f7f7bf1a9a821350fccf6da2 | refs/heads/master | 2023-07-29T11:13:26.877809 | 2021-09-09T04:05:14 | 2021-09-09T04:05:14 | 404,099,365 | 1 | 5 | null | null | null | null | UTF-8 | Java | false | false | 1,612 | java | package ar.uba.fi.compiladores.parte4;
import static org.junit.Assert.assertEquals;
import java.util.Arrays;
import java.util.List;
import org.junit.Test;
import ar.uba.fi.compiladores.parte3.BadTokenException;
import ar.uba.fi.compiladores.parte3.ManualLexer;
import ar.uba.fi.compiladores.parte3.Token;
import ar.ub... | [
"jose.sbru@velocityautomotivesolutions.com"
] | jose.sbru@velocityautomotivesolutions.com |
ed3563ea01e8792c6d20f147e1acc9c31d3fc161 | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/elastic--elasticsearch/2038429f63cd31721c0522d2d49eab66303c68fb/after/CategoryQueryContext.java | da5d8d0a66e9664eed0f32bfce38c6ef1a864aaf | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,475 | java | /*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this fi... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
794b8b754506ca69f44c3287a9bde41cbffac14a | d086793d2716f2590b2977f51064ae68b6ebd71c | /SearchInRotatedSortedArray.java | 2c73ef8d92b5568ae568c65658ba11b1c72c2489 | [] | no_license | amankturka/CodingPractice-Java | 73915fcccc82ec65cb38021ddb91dce1c08da0e1 | 0a8b05134a74fd82c68747f489a3b097e3b6f224 | refs/heads/master | 2020-05-31T23:01:30.365926 | 2019-06-23T03:03:51 | 2019-06-23T03:03:51 | 190,530,707 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 470 | java | class Solution {
//use binary search logic
public int search(int[] nums, int target) {
int length = nums.length;
int mid = nums.length/2;
int index = -1;
for(int i = 0;i<mid;i++){
if(target == nums[i]){
index = i;
}
}
f... | [
"noreply@github.com"
] | noreply@github.com |
70556faafb29f03e41de32957347a30784c6f9aa | 481ea9c2e8d8c6977a2009fa1f9d73b82411468f | /src/main/java/com/github/luguo126/cqas/domain/Question.java | 39c871bc215323af91be2e7664de683265a92a89 | [
"Apache-2.0"
] | permissive | luguo126/cqas | 00ef99ea833cb70c3b1e9e4eb9d135b4b427c523 | 38776ff1c25d46db0aa44d29b9cd83329c4fac6a | refs/heads/master | 2022-12-22T00:40:13.409795 | 2019-07-28T02:08:22 | 2019-07-28T02:08:22 | 195,507,991 | 0 | 0 | Apache-2.0 | 2022-12-16T09:57:06 | 2019-07-06T06:51:57 | JavaScript | UTF-8 | Java | false | false | 3,748 | java | package com.github.luguo126.cqas.domain;
import java.sql.Date;
public class Question {
// create table question(
// question_id bigint(12) not null auto_increment primary key,
// type varchar(36) not null,
// title varchar(128) not null,
// content varchar(512) not null,
/... | [
"withtz@163.com"
] | withtz@163.com |
8f59ce933f927ea921b49b5f39ce3c26e36ea9f2 | 8d1c39d2e192f341ad11a8ff57d8af54b711fbba | /src/main/java/com/sdacademy/programcasierie/persistence/ui/AppUI.java | 851fd79292d5f2ee8feedbfc494fd85b2a6f9b8b | [] | no_license | alexandrulungoci/ProgramDeCasierie | 0c58fe2e8b7955bd8753f00a624733640310e22d | 2d3083064f9eaf88af6c4f309af80db23a27745b | refs/heads/master | 2020-12-23T23:06:08.750663 | 2020-04-21T19:09:36 | 2020-04-21T19:09:36 | 237,303,987 | 0 | 0 | null | 2020-10-13T21:23:20 | 2020-01-30T20:56:11 | Java | UTF-8 | Java | false | false | 1,293 | java | package com.sdacademy.programcasierie.persistence.ui;
import com.sdacademy.programcasierie.persistence.services.exception.CategoryNotFoundException;
import java.util.Scanner;
public class AppUI {
private Scanner scanner = new Scanner(System.in);
StockManagementUI stockManagementUI = new StockManagementUI();... | [
"alexandru.lungoci@yahoo.com"
] | alexandru.lungoci@yahoo.com |
03930a54385d78c7a5873a592860eb1a633647b4 | 9799b017bb5cff651a971787ac1b0aca42c810bb | /_210304_h/src/_7_quiz07/Airplane.java | 27c02d795683d2896ad502a1108bdb8352be560e | [] | no_license | jykim3097/java-basics | 0551c38102aefeec7bddc2b4dfbc7dd557b56992 | 0b0f8997384f02ccc0fc4313ebf4acee4e42ea83 | refs/heads/main | 2023-06-28T16:52:59.117745 | 2021-08-06T10:04:43 | 2021-08-06T10:04:43 | 393,330,981 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 370 | java | package _7_quiz07;
public class Airplane {
//멤버변수
String name;
//생성자
Airplane(String name){
this.name = name;
}
void takeOff() {
System.out.println("비행기가 이륙합니다.");
}
void fly() {
System.out.println("일반 모드로 비행합니다.");
}
void land() {
System.out.println("비행기가 착륙합니다.");
}
}
| [
"jykim3097@gmail.com"
] | jykim3097@gmail.com |
8c07e1ae31004c7d46511769c19aa4f85b9aa3d9 | 598b0d9f47abe2912d89b76e1e4e1844cd555d77 | /src/main/java/adapter/USCensusAdapter.java | b2ed8463b709721a244dabf504e57b1f95c8707e | [] | no_license | Prithvi0/IndianStatesCensusAnalyser | 49573181e0d8b1fa8b4d2c531866f1113132e515 | 0a23d36751da2b469aa8c088be7bafaa552308b0 | refs/heads/master | 2021-05-24T08:00:02.983078 | 2020-04-17T23:08:54 | 2020-04-17T23:08:54 | 253,461,164 | 0 | 0 | null | 2020-04-07T16:58:58 | 2020-04-06T10:12:13 | Java | UTF-8 | Java | false | false | 377 | java | package adapter;
import Exception.*;
import dao.CensusDAO;
import dto.CSVCensusUS;
import java.util.Map;
public class USCensusAdapter extends CensusAdapter {
@Override
public Map<String, CensusDAO> CensusCSVData(String... csvFilePath) throws CSVException, StateCensusAnalyserException {
return super.C... | [
"prithviy96@gmail.com"
] | prithviy96@gmail.com |
25f64c42a59e48fb04f4bd5f062ce8ad9284c84f | a0e4f155a7b594f78a56958bca2cadedced8ffcd | /header/src/main/java/org/zstack/header/storage/snapshot/group/APIUpdateVolumeSnapshotGroupMsg.java | 60efde9dd1c0f6bdac4427e76d6c76d7e9c7adff | [
"Apache-2.0"
] | permissive | zhao-qc/zstack | e67533eabbbabd5ae9118d256f560107f9331be0 | b38cd2324e272d736f291c836f01966f412653fa | refs/heads/master | 2020-08-14T15:03:52.102504 | 2019-10-14T03:51:12 | 2019-10-14T03:51:12 | 215,187,833 | 3 | 0 | Apache-2.0 | 2019-10-15T02:27:17 | 2019-10-15T02:27:16 | null | UTF-8 | Java | false | false | 1,883 | java | package org.zstack.header.storage.snapshot.group;
import org.springframework.http.HttpMethod;
import org.zstack.header.identity.Action;
import org.zstack.header.message.APIMessage;
import org.zstack.header.message.APIParam;
import org.zstack.header.rest.RestRequest;
import org.zstack.header.storage.snapshot.SnapshotBa... | [
"630911437@qq.com"
] | 630911437@qq.com |
93e33668e1cdebe97d9ee270762fef1f31846304 | 4a519b568fd2ee6d5362bb53528f0ca2048b8f4e | /Fog/src/main/java/FunctionLayer/ShedCalculator.java | 8a81291342da470c09419a7c2515a760515c5aaa | [] | no_license | Stefaneliasen/JohannesFogEksamen | 45453693bd672e5316401f9493495f9f0b3b88d0 | fd7075faacd7e21e580496b8cac5b31e4bf2fcdb | refs/heads/master | 2021-08-31T04:50:42.999722 | 2017-12-20T12:30:40 | 2017-12-20T12:30:40 | 111,386,873 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,763 | java |
package FunctionLayer;
import DBAccess.ProductMapper;
import entity.Material;
import java.util.ArrayList;
public class ShedCalculator {
ProductMapper pm = new ProductMapper();
//LENGTH SKAL RETTES TIL SKURETS LÆNGDE!!
public static void main(String[] args) throws CarportException {
... | [
"2007.none@gmail.com"
] | 2007.none@gmail.com |
aee3b5170746a07d778efc7945771e92572c4405 | efc34c208348c06a6e20906d48eafae903e7b44d | /src/main/java/org/wso2/carbon/apimgt/dbsync/dto/TokenScopeDto.java | 209d0b37d20c360f56347e2ee4efba5926d3bfac | [] | no_license | ruks/db-sync-tool | 15a32dbab7aa0270826ad48d3ef46f12fba7ce36 | 4042547c4adc7a4c49534c5868362d93967d7340 | refs/heads/master | 2022-06-12T23:11:07.427399 | 2019-08-29T09:26:00 | 2019-08-29T09:26:00 | 157,677,576 | 0 | 2 | null | 2022-05-20T20:55:49 | 2018-11-15T08:29:08 | Java | UTF-8 | Java | false | false | 845 | java | package org.wso2.carbon.apimgt.dbsync.dto;
public class TokenScopeDto {
int id;
String tokenId;
String tokenScope;
int tenantId;
public String getTokenId() {
return tokenId;
}
public void setTokenId(String tokenId) {
this.tokenId = tokenId;
}
public String getToke... | [
"ruky68@live.com"
] | ruky68@live.com |
45a98994e490643847db997008a62f772c04b52a | 5a10b5bc5b142df45d212a219c9715d159167d94 | /com/mycompany/firstpart/figures/Rectangle.java | 1993bad8bd24bb0e83ec93d0e6fcf0698d77768e | [] | no_license | kspurtova/NChomework1 | 462ee0719975286f937ecea7d7b02cb3ca664948 | 029ae9cc48f86d90861e63b7527a0eb2f7d88079 | refs/heads/master | 2023-08-31T23:16:16.667996 | 2021-10-28T13:01:41 | 2021-10-28T13:01:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 875 | java | package com.mycompany.firstpart.figures;
public class Rectangle {
private float length = 1.0f;
private float width = 1.0f;
public Rectangle() {
}
public Rectangle(float length, float width) {
this.length = length;
this.width = width;
}
public float getLength() {
... | [
"ks.purtova@gmail.com"
] | ks.purtova@gmail.com |
4a911b8500585451d7cb84061f1cee670931153a | 6ccb00b133132f9bc510299fd25c9d6166134b08 | /src/main/java/com/jp/algorithm/StackAndQueue/PopMinStack.java | 4c92a494cd78fe7f587e44cdd335c10004ca81b6 | [] | no_license | androidjp/Algorithm | 181ce16096bcc3c94407bb1dc0067b0deb61fbee | 2021da683dc6b6f271bc919988835641d8289c91 | refs/heads/master | 2020-05-21T20:39:51.785886 | 2018-08-14T14:32:45 | 2018-08-14T14:32:47 | 65,353,086 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,105 | java | package com.jp.algorithm.StackAndQueue;
import java.util.Stack;
/**
* 可以输出最小元素的栈(getMin()功能的栈)
*
* Created by androidjp on 16-8-8.
*/
public class PopMinStack {
private Stack<Integer> dataStack;
private Stack<Integer> minStack;
public PopMinStack() {
dataStack = new Stack<Integer>();
... | [
"1049578026@qq.com"
] | 1049578026@qq.com |
9c6c3b2ccd04de024058fd6f56d74b2c85cb5ee1 | abb07027039c875d178428ceb459de9fedc2baa0 | /sungness-core/src/main/java/com/sungness/core/crawler/DocumentLoaderImpl.java | 22c6b64893c3da608b129a49bb8f416b86906a98 | [
"Apache-2.0"
] | permissive | sungness/sungness-framework | 636936fa7814eb3b788fae9c65b6a59bcaf68cd5 | 22d6c2c792623df7365c897622bc144e2db9a383 | refs/heads/master | 2021-05-16T23:38:33.185209 | 2020-03-27T11:43:00 | 2020-03-27T11:43:00 | 250,518,857 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,420 | java | package com.sungness.core.crawler;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.jsoup.Connection;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import java.io.IOException;
import java.util.Map;
/**
* 页面加载接口实现类
*
* 根据给定的url加载页面内容
* @author wanghongwei... | [
"sungness@gmail.com"
] | sungness@gmail.com |
5e0cd98c7da551a76b0331714050c47b13ca5c7d | e3a326204aee3c1194f7328740f563c423b7a11f | /src/main/java/com/mauve/tzfe/TzfeApplication.java | 43e7399677c5b525ccee4dff81394414757b3e10 | [] | no_license | Hukeqing/2048-backend | 9209a43ac1ba53991df0d620c6f934397fdad45b | eaae34a0b0a445257d9767e86d0667c3b5fd6657 | refs/heads/master | 2023-01-01T08:59:02.692593 | 2020-10-22T01:52:39 | 2020-10-22T01:52:39 | 304,503,666 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 383 | java | package com.mauve.tzfe;
import com.spring4all.swagger.EnableSwagger2Doc;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
@EnableSwagger2Doc
public class TzfeApplication {
public static void main(String[] args) {
... | [
"keqing.hu@icloud.com"
] | keqing.hu@icloud.com |
886688d31a7d72e32d5e0f3e4be2e2d98f3bbbb1 | a3e674680e45442f6d9626c80b2798865e78a177 | /pfindr/src/edu/isi/pfindr/learn/util/PairsFileIO.java | 969b10e4cee892dd8fd3a5e84f3bbd141024525a | [] | no_license | bioint/phenoexplorer | 83127bca377465d99c7506a9d7f47fb037fde8d0 | 0e04e9a836b2b44875c25b083b092a1e9be1a9ee | refs/heads/master | 2020-12-24T16:58:43.053761 | 2015-09-18T23:37:50 | 2015-09-18T23:37:50 | 14,636,180 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 22,858 | java | package edu.isi.pfindr.learn.util;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import org.apache.commons.collections... | [
"sharma@isi.edu"
] | sharma@isi.edu |
d661d09883b8404e5d66529587691bc7a430b500 | 2c306f5cd1d1aae4257a53205cd0ce49a4c4df26 | /src/main/java/com/checkOut/common/service/businessFunction/TableGoodsService.java | a348b1fd2c2982a55240858000b203fef4f274f9 | [] | no_license | yuanfanqi/check_out | 51225766413f8a94af7aef696a7ae2f1f645aa2a | a1d701ef74b1bdfb206eded5839a5658d493ac5f | refs/heads/master | 2020-03-27T04:38:52.423773 | 2019-02-28T03:05:11 | 2019-02-28T03:05:11 | 145,957,935 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,770 | java | package com.checkOut.common.service.businessFunction;
import java.util.List;
import com.checkOut.common.model.businessFunction.GoodsStore;
import com.checkOut.common.model.businessFunction.TableGoods;
import com.checkOut.common.model.commonModel.GoodsModel;
import com.checkOut.common.model.commonModel.PageData;
/**
... | [
"yuan_fanqi@163.com"
] | yuan_fanqi@163.com |
0d376727e40dd3afb1145e898900713ce2fcc4ae | 031a884a6712b537011458d4a9194423b2db44b1 | /src/com/buxi/practice/lambdas/amstrong/AmstrongPerformanceTest.java | a465bd6493212ef8ac2a31d1b4eb8b796af17943 | [] | no_license | tibor-varga/practice | ebad789a8e57698934455edef1e69acb140e7e5f | 033d7cde3ed4bbdd81b805d22d70e04753c1a227 | refs/heads/master | 2021-06-25T01:19:42.764551 | 2017-09-11T12:15:32 | 2017-09-11T12:15:32 | 103,128,991 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 594 | java | package com.buxi.practice.lambdas.amstrong;
import java.util.stream.IntStream;
public class AmstrongPerformanceTest {
public static void main(String[] args) {
// testing the lambda implementation
IntStream testRangesStream = IntStream.rangeClosed(3, 6);
testRangesStream.forEach(x -> new AmstrongFinderWithLamb... | [
"buxibuxi@gmail.com"
] | buxibuxi@gmail.com |
e9d386287a35d021c86b1bbe1d0d0389be3f4f6a | 2c86b6741764f7ee08b234584d963aa65dfee6b4 | /jagent/src/main/java/com/ethink/agent/decode/RdpDecoder.java | 6b39edcacb3ad9220dc2851e30ba89fd4a757124 | [] | no_license | RonnyRay/AGENT | f21d479798a88a4d676171116a425b5b6b065e7c | 23a941038c342e348cd8b84961b1aeb984851cc7 | refs/heads/master | 2021-09-09T19:00:35.025630 | 2018-03-19T01:59:46 | 2018-03-19T01:59:46 | 125,789,824 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,123 | java | package com.ethink.agent.decode;
import com.ethink.agent.task.bean.RDPTask;
import com.ethink.agent.util.UuidUtil;
/* @类描述:解析Rdp报文并返回rdpTask对象
* @date: 2017年10月16日
* @author: dingfan
*/
public class RdpDecoder implements Decoder {
@Override
public RDPTask decode(String code) {
RDPTask rdpTask = new RDPTask(... | [
"RonnyRay@163.com"
] | RonnyRay@163.com |
426a059d43fff8f645610d15245a6f17b0c5aa79 | 1e396c39aa1ef12e3351a1363b63d5f3c42928f9 | /performance_main/src/main/java/com/byd/performance_main/dao/RolePermissionDao.java | 06d5462768c4882e98c556d61c654f6be083b5d1 | [] | no_license | czy1004103643/back_shuijingcun | a00845853ec15be7ef303b226f46539ce3cddcc4 | 7c6fc75b60772f6ccb8fa396471b76a1d328fd08 | refs/heads/master | 2020-04-29T23:04:05.423183 | 2018-12-16T10:19:29 | 2018-12-16T10:19:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 452 | java | package com.byd.performance_main.dao;
import com.byd.performance_main.model.RolePermissionBean;
import java.util.List;
public interface RolePermissionDao {
//todo
int insert(RolePermissionBean rolePermissionBean);
int delete(Integer id);
int update(RolePermissionBean rolePermissionBean);
Role... | [
"li.yingming@byd.com"
] | li.yingming@byd.com |
6e364ef7cb7a919f4c3fadfbf5241db1c1776412 | 59f2c46908a25ed6ab5899fa903350350b5bc93b | /app/src/main/java/jp/techacademy/shun/sasaki/calcapp/SecondActivity.java | 1e6ba716301dbd885dcb545ac3c49d2d7bc4d198 | [] | no_license | sanyama333/CalcApp | 65fa83523ad6e215e5527f2c51956ac3fb2e87d9 | be2447100e9d7bb8ab0565df3398d75a29375a28 | refs/heads/master | 2020-03-24T08:40:50.183958 | 2018-07-27T17:09:43 | 2018-07-27T17:09:43 | 142,603,859 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 706 | java | package jp.techacademy.shun.sasaki.calcapp;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.widget.TextView;
public class SecondActivity extends AppCompatActivity {
... | [
"shun.sasaki01@g.softbank.co.jp"
] | shun.sasaki01@g.softbank.co.jp |
ca54257e78d06c9ad88feb94cf68542bad051b9e | 4fafd83849cd2ab7e8d5450b5f1b5a0a29bd007f | /app/src/main/java/jumpup/imi/fb4/htw/de/jumpupandroid/portal/trip/list/request/TripListRequest.java | 2c4a19a954c822d7b39dca3ff543e279136ce3df | [] | no_license | JumpUpMe/jumpup_android | e6e4e2f6fc14443d49aa6fd01ca1fcb37b7d903c | 339cbf72876edef052af6a6688b49172721a5300 | refs/heads/master | 2016-08-12T19:53:41.895805 | 2016-03-01T15:12:57 | 2016-03-01T15:12:57 | 49,870,404 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,138 | java | package jumpup.imi.fb4.htw.de.jumpupandroid.portal.trip.list.request;
import jumpup.imi.fb4.htw.de.jumpupandroid.entity.User;
import jumpup.imi.fb4.htw.de.jumpupandroid.portal.trip.entity.TripList;
import jumpup.imi.fb4.htw.de.jumpupandroid.util.webservice.exception.ErrorResponseException;
import jumpup.imi.fb4.htw.de... | [
"sascha.feldmann@gmx.de"
] | sascha.feldmann@gmx.de |
5fe2c77b1a892df46e3b76406b4dea403cbbda83 | d2a928b0956f40f334925e67b7ffb0212cf15383 | /src/main/java/handler/GameHandler.java | 1910313eb82dca50fe807f4d24897d692071c02f | [] | no_license | GeKuaiKuai/game-server | b752447f11fc81095a5b9ca6f3343bd3885de69e | 5dc3b3e63f97ac91b73f5a6e1a65bb401d268e0c | refs/heads/master | 2023-03-09T20:42:34.096768 | 2021-02-11T10:36:20 | 2021-02-11T10:36:20 | 252,881,330 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 224 | java | package handler;
import io.OnlineContext;
import protocol.GameProtocol;
public abstract class GameHandler<T extends GameProtocol> {
public abstract void handle(OnlineContext ctx, T data) throws InterruptedException;
}
| [
"yanggongdong@bytedance.com"
] | yanggongdong@bytedance.com |
b041ba21213276218849ffd564c16b252d87a3cc | 2075ab4000dfa4f90230e54dc09c7f697a38bbc9 | /app/src/test/java/com/zpz/workbench/ExampleUnitTest.java | ef16b83b614af256efd09aa5fd6d1474b7b6b2f3 | [] | no_license | lyx322888/Workbench | 7bf95f4267f8afd60ed04bddfc200af636fcaed0 | 344e8d13e90cdda1574f9477404d849db5054919 | refs/heads/master | 2022-12-01T15:21:48.821899 | 2020-08-03T06:55:17 | 2020-08-03T06:55:17 | 263,003,137 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 378 | java | package com.zpz.workbench;
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 addi... | [
"15159862589@163.com"
] | 15159862589@163.com |
df9e7b40b4195882c3249301caf2849016235fcc | 13ab3455cf71502c69815c4407678035d69d712c | /speech-android-wrapper/src/main/java/com/ibm/watson/developer_cloud/android/text_to_speech/v1/TextToSpeech.java | 1b076be5b73c9d253cdd95ed82319898e20fb97a | [] | no_license | timManas/ML_Chatbot_IBMWatson | 78be984b7bd8370e3b2193822e7352902098f50c | aac897404d4aafa723048c1ba0da8ab9cb23f84e | refs/heads/master | 2021-01-01T03:32:27.407159 | 2016-05-25T00:43:52 | 2016-05-25T00:43:52 | 58,819,017 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 5,183 | java | /**
* © Copyright IBM Corporation 2015
*
* 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 ... | [
"timothy.john.manas@gmail.com"
] | timothy.john.manas@gmail.com |
a22e22e44115bec95fc0e661746c6c3ba58c2a6b | b462fb6bcd14992715834f431e2418e2263886e9 | /app/src/main/java/com/example/instantattendance/mtcnn/MTCNN.java | 7d0d0947aafcc1f3af4151dcf4f17804e0ec6537 | [] | no_license | AbdullahQN/InstantAttendance | 63ca0c47f00664ffd2532517baceecb297a76afe | 998deb546e908d0585cd3e85f98ba4b5765b4947 | refs/heads/master | 2023-06-04T22:52:52.865255 | 2021-06-25T17:13:31 | 2021-06-25T17:13:31 | 294,471,692 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,700 | java | package com.example.instantattendance.mtcnn;
import android.content.res.AssetManager;
import android.graphics.Bitmap;
import android.graphics.Point;
import com.example.instantattendance.mobilefacenet.MyUtil;
import org.tensorflow.lite.Interpreter;
import java.io.IOException;
import java.util.HashMap;
import java.ut... | [
"inficted4@gmail.com"
] | inficted4@gmail.com |
1fdfea2af385e08038f58b2c09ec20347f2ae7f1 | 06eb9eacb7cdd5973bb62708c4c1a31835b95a21 | /Change.java | 59f876dcc0713dfa715e0d222bbf312a6a95a217 | [] | no_license | NadinkaRomanchenko/hw5 | 0b98cb932ca8919a2be7ecf5f595a175d2ce4b7b | 8d16c01810c5e0de2ba2951869c11da8cbd71b1a | refs/heads/master | 2022-11-21T20:15:19.809694 | 2020-07-19T12:59:13 | 2020-07-19T12:59:13 | 280,841,423 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,077 | java | package com.itacademy.hw5;
/**
* 2. Написать программу, удаляющую все повторяющиеся целые
* числа из массива и печатающую результат. Массив должен
* использоваться тот же самый. На место удаленных элементов
* ставить цифру 0.
*/
public class Change {
public static void main(String[] args) {
... | [
"noreply@github.com"
] | noreply@github.com |
c0d05407fb14bd4c9a5ff72b53f1f8983b20e69e | 0daa9f6f3b22224a02bb8e755bf62aedeb86f067 | /app/src/main/java/com/fanikiosoftware/mynews/controllers/network/Post.java | b8e8d2be1b5ee71b2480be2e63544782ba7c981f | [] | no_license | gelita/MyNews | a62095d48577bd99aba3c4fe30aa8da7d5988df2 | 16a3e635f534288d8ec9264177d82264d64eff30 | refs/heads/master | 2020-05-18T21:28:04.395794 | 2020-01-06T23:39:22 | 2020-01-06T23:39:22 | 184,663,572 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 835 | java | package com.fanikiosoftware.mynews.controllers.network;
import com.google.gson.annotations.SerializedName;
import java.util.List;
public class Post {
// from "results" on API call
private String section;
private String subsection;
private String title;
private String url;
@SerializedName("cr... | [
"gelita@users.noreply.github.com"
] | gelita@users.noreply.github.com |
4ec201a4579863a3ec718a88a0b9a00d91739c38 | fdb86f040cee803034d8e0c84d4aa0b262bfb962 | /src/com/nsu/MyChatRoom/UI/RegisterFrame.java | 431ebd5ea56153e7f7652b29c36b82c9f6eee65c | [] | no_license | xuing/MyChatRoom | 67f7bdd2e2b4dce5095466dd6bd83bb3728b752c | cb325bcb6fddf039ef54da215fe9c5b755f21748 | refs/heads/master | 2020-03-09T16:34:35.294683 | 2018-04-10T07:18:36 | 2018-04-10T07:18:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,883 | java | package com.nsu.MyChatRoom.UI;
import javax.swing.JFrame;
import javax.swing.JTextField;
import javax.swing.filechooser.FileNameExtensionFilter;
import javax.xml.crypto.dsig.keyinfo.RetrievalMethod;
import javax.xml.transform.Templates;
import com.mysql.jdbc.StatementInterceptor;
import com.nsu.MyChatRoom.Service.Acc... | [
"lika@xuing.cn"
] | lika@xuing.cn |
36dd3cbe790bbba0f704a66a108f0a7b8c5629cf | 63d319fbd88e49701d8dcc2919c8f3a6013e90d0 | /Applications/CIM/plugins/es.tid.cim/src/es/tid/cim/EnumEncryptionMethod.java | de20701cf86afffdd5bb9129529cece7ac4db361 | [] | no_license | DevBoost/Reuseware | 2e6b3626c0d434bb435fcf688e3a3c570714d980 | 4c2f0170df52f110c77ee8cffd2705af69b66506 | refs/heads/master | 2021-01-19T21:28:13.184309 | 2019-06-09T20:39:41 | 2019-06-09T20:48:34 | 5,324,741 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 6,653 | java | /**
* <copyright>
* </copyright>
*
* $Id$
*/
package es.tid.cim;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import org.eclipse.emf.common.util.Enumerator;
/**
* <!-- begin-user-doc -->
* A representation of the literals of the enumeration '<em><b>Enum Encrypt... | [
"jendrik.johannes@devboost.de"
] | jendrik.johannes@devboost.de |
08d8acebe13b7683f6d86abaa473a783ccef4cd8 | fa88011737383354ee922285179b657fd0652ae6 | /src/main/java/com/dxfLearn/swing/TestGUI.java | cb1bbfa2537099000acb843cb42454059b50c247 | [] | no_license | dxiufeng/nettyLearning | 1a9d5a05a69007ff92a45d0a2f691e5455eb3a56 | 7d711836b54d179251a1481b69bdc6d1eb9311c2 | refs/heads/master | 2022-12-21T07:40:16.665652 | 2019-11-06T02:24:30 | 2019-11-06T02:24:46 | 215,673,571 | 0 | 0 | null | 2022-12-16T04:59:56 | 2019-10-17T01:03:33 | Java | UTF-8 | Java | false | false | 2,883 | java | package com.dxfLearn.swing;
import javax.swing.*;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import java.util.Random;
public class TestGUI {
public static void main(String[] args) {
//region 测试
/*
JFrame f = new JFrame("LoL");
f.setSize(400, 300);
... | [
"2295594086@qq.com"
] | 2295594086@qq.com |
9228a762d4ad9907403434ebd3528170d6609df6 | 53b4ad284ab9dc288ba7e4a39a40eb6b9a1c2629 | /src/main/java/io/github/zeroone3010/geogpxparser/Log.java | 2a93ec761e4566aba50924417b8a2245e7eb2c21 | [
"MIT"
] | permissive | ZeroOne3010/GeoGpxParser | 3fe9ce8af545163663e06f2799c7c03927922173 | 0821def940e5d32c53f65e0b271ffcced1f6d87d | refs/heads/master | 2022-12-28T22:35:36.182333 | 2020-10-19T17:55:58 | 2020-10-19T17:55:58 | 280,273,924 | 0 | 1 | MIT | 2020-10-19T17:56:00 | 2020-07-16T22:44:22 | Java | UTF-8 | Java | false | false | 1,710 | java | package io.github.zeroone3010.geogpxparser;
import java.time.LocalDateTime;
public final class Log {
private final long id;
private final String user;
private final LocalDateTime date;
private final LogType type;
private final String text;
private Log(final long id, final String user, final L... | [
"ville.saalo@iki.fi"
] | ville.saalo@iki.fi |
dda7326fd54137bcda661d15a11cac29e8c62ba6 | 6754357bf5bae3f3787c74c2a949496c458cf728 | /src/main/java/com/biscuit/product/service/rest/dao/BiscuitDaoImpl.java | ed10e547341777f74530be2c42b014620e721eb8 | [] | no_license | nandpoot23/SpringBootProductWebService | fc96afc1507617fb37ae65d8bc090af83bf7d76e | 0a61007c84df218ec64f49c9b5b55870c5a34e22 | refs/heads/master | 2021-01-18T03:24:35.586554 | 2017-09-10T09:48:22 | 2017-09-10T09:48:22 | 85,823,873 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,106 | java | package com.biscuit.product.service.rest.dao;
import java.util.ArrayList;
import java.util.List;
import org.apache.commons.collections.CollectionUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Reposito... | [
"mlahariya@xavient.com"
] | mlahariya@xavient.com |
f2fa72aa32aa30f1f4428432d98444e6cfd08452 | 4e9c06ff59fe91f0f69cb3dd80a128f466885aea | /src/o/ˢ.java | 88d3a85aadcd34daee9753deb81a2cf12ccd67df | [] | no_license | reverseengineeringer/com.eclipsim.gpsstatus2 | 5ab9959cc3280d2dc96f2247c1263d14c893fc93 | 800552a53c11742c6889836a25b688d43ae68c2e | refs/heads/master | 2021-01-17T07:26:14.357187 | 2016-07-21T03:33:07 | 2016-07-21T03:33:07 | 63,834,134 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 587 | java | package o;
import android.view.View;
import android.view.ViewGroup;
import android.view.ViewTreeObserver;
import android.view.ViewTreeObserver.OnPreDrawListener;
final class ˢ
implements ViewTreeObserver.OnPreDrawListener
{
ˢ(ʸ paramʸ, ViewGroup paramViewGroup, ʸ.ˊ paramˊ, int paramInt, Object paramObject) {}
... | [
"reverseengineeringer@hackeradmin.com"
] | reverseengineeringer@hackeradmin.com |
d431ecf3b0b066f07b5ddadd7adeeea4ac51e455 | b31d179f0e6b9ab77525428e246b1dc0b77494b8 | /payment-service/src/test/java/dev/lucasdeabreu/paymentservice/PaymentServiceApplicationTests.java | ebaa1eef207f3e380d25f41b7b77defb87a60d77 | [] | no_license | rahulsrivastava243/saga-pattern-example | a46ba40cda1fdfe5c94517d8ae2ef3d09bdac343 | 739dcc6e78e6daa6e582bf995168489a5a4a9b69 | refs/heads/master | 2022-02-16T05:41:52.592685 | 2019-06-23T23:02:51 | 2019-06-23T23:02:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 365 | java | package dev.lucasdeabreu.paymentservice;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class PaymentServiceApplicationTests {
@Te... | [
"lucasdeabreu@gmail.com"
] | lucasdeabreu@gmail.com |
aa27b5509c8f662cdb860bb48f6f600ab847e39f | 4aa90348abcb2119011728dc067afd501f275374 | /app/src/main/java/com/tencent/mm/plugin/appbrand/jsapi/f/c.java | be5a7f56ce6cf2fbec58c4fc3fdb06b0c2ca49b1 | [] | no_license | jambestwick/HackWechat | 0d4ceb2d79ccddb45004ca667e9a6a984a80f0f6 | 6a34899c8bfd50d19e5a5ec36a58218598172a6b | refs/heads/master | 2022-01-27T12:48:43.446804 | 2021-12-29T10:36:30 | 2021-12-29T10:36:30 | 249,366,791 | 0 | 0 | null | 2020-03-23T07:48:32 | 2020-03-23T07:48:32 | null | UTF-8 | Java | false | false | 3,963 | java | package com.tencent.mm.plugin.appbrand.jsapi.f;
import com.samsung.android.sdk.look.smartclip.SlookSmartClipMetaTag;
import com.tencent.mm.plugin.appbrand.config.AppBrandSysConfig;
import com.tencent.mm.plugin.appbrand.config.a;
import com.tencent.mm.plugin.appbrand.j;
import com.tencent.mm.plugin.appbrand.j.e;
import... | [
"malin.myemail@163.com"
] | malin.myemail@163.com |
721fcd48d5c3f166fdb3c2fcc12b19a84311305a | a155aaa76660171d4ff7067c2aadd06b40d3e85c | /app/src/main/java/com/kennethiankerr/lvlightremote/util/SystemUiHider.java | b538b1976cdc0350d11774a5843774c76c95e70f | [] | no_license | kenkerr/lvLights-Android | e34ac7733817baeeb7b429315453ab53d844a966 | ed488c3ff30e66602287303eadb52501ce956d3c | refs/heads/master | 2021-01-19T14:17:33.867104 | 2017-09-10T23:02:18 | 2017-09-10T23:02:18 | 100,894,474 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,858 | java | package com.kennethiankerr.lvlightremote.util;
import android.app.Activity;
import android.os.Build;
import android.view.View;
/**
* A utility class that helps with showing and hiding system UI such as the
* status bar and navigation/system bar. This class uses backward-compatibility
* techniques described in <a h... | [
"biz.kenneth.i.kerr@gmail.com"
] | biz.kenneth.i.kerr@gmail.com |
28a101331156a2a6c5e44be5463233f243b0d16b | 3a3acf02e6ac75c15afa4feae00ba20553bb72a1 | /iot-mqtt/src/main/java/com/example/iotmqtt/util/TreeUtil.java | db4f2b87f50e17fb545e81aecc29b8a41736ff94 | [] | no_license | hnyzlsw645/person | 9e4be23290d4dcc74d8b3a8c60eff9b3bd2a2a59 | b8f5217f95d8fc9678dfebf262b1fdf4ee6a5d85 | refs/heads/master | 2022-12-05T20:28:19.417832 | 2020-08-23T17:17:21 | 2020-08-23T17:17:21 | 289,731,747 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,252 | java | package com.example.iotmqtt.util;
import com.baomidou.mybatisplus.core.toolkit.CollectionUtils;
import com.google.common.collect.HashMultimap;
import com.google.common.collect.Lists;
import com.google.common.collect.Multimap;
import java.util.Collection;
import java.util.List;
public class TreeUtil {
private Tr... | [
"cx@hxcytech.com"
] | cx@hxcytech.com |
eaacb8f06784102739cbbc7850c206b068e49e49 | 4dacb1ea3d77860e5a21ca5ee84654928cd9c669 | /AddMovie/src/main/java/com/capgemini/entity/Show.java | 9249e7ebc223432e607bff00cb48459916250b61 | [] | no_license | bajjuriteja/MicroServices | 17fb3cbd16c789ab26fcdf5d5a7c38f014a1d167 | cd9d6166a8826ca2c7ceb5cb80400d295aed6ea9 | refs/heads/master | 2022-07-17T01:27:54.203851 | 2020-05-18T16:29:58 | 2020-05-18T16:29:58 | 264,989,743 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,137 | java | package com.capgemini.entity;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.ManyToOne;
import com.fasterxml.jackson.annotation.JsonBackReference;
@Entity
public class Show {
@Id
private int shid;
public Screen getScreen() {
return ... | [
"bajjuriteja"
] | bajjuriteja |
0a7969c6925bc980cde2396fd32ea08d8845e085 | 3f534580b26c17e5719b22030bbe8557c4c3e754 | /src/main/java/com/example/exercise3/model/GameStatus.java | 50876c602fa235812f4e6e91557eca4323704006 | [] | no_license | zuzannaborowczyk/UserProfileandRanking | d41c9c43d9209a5dd94776531cf9b25365e47486 | ac5d6243c9399a4931853e60c5dbcfe64e47e04e | refs/heads/master | 2020-03-24T04:45:55.532131 | 2018-08-02T14:53:45 | 2018-08-02T14:53:45 | 142,464,103 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 97 | java | package com.example.exercise3.model;
public enum GameStatus {
INACTIVE,
ACTIVE,
ENDED;
}
| [
"ZBOROWCZ@CE24263.corp.capgemini.com"
] | ZBOROWCZ@CE24263.corp.capgemini.com |
8a23403fc7b87c2684cb46b47adca0dca3fa0040 | ae0164480bb18dbc5f32fc9059c999b9b314c749 | /src/fiveKYU/designpaterns/builder/cars/CarType.java | 2b7eaa96987cbc7dfb77fe0db52415b91ea3f1e8 | [] | no_license | migdalmateusz/KataExercise | 83b55729ca497a8d3092fbe3eb8fc8cf488d21f5 | cd38f64de4b15e00921c6208cc416f41d559ca2f | refs/heads/main | 2023-04-13T06:11:27.572863 | 2021-04-26T20:54:55 | 2021-04-26T20:54:55 | 360,839,544 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 99 | java | package fiveKYU.designpaterns.builder.cars;
public enum CarType {
CITY_CAR, SPORTS_CAR, SUV
}
| [
"migdalmateusz@wp.pl"
] | migdalmateusz@wp.pl |
1ae3c16c9f08aef51bef6a1d7a8feac0392137ed | 6331263e60c9a20f0d7accacc9b4c73c0bbb5a77 | /Ford/src/main/java/ru/kpfu/itis/group605/DrozdovAn/servlets/ProfileServlet.java | e11371e399f472cd357278e0632e64079ec1f087 | [] | no_license | Tynx11/Semestr | f80f9e8fb55e0fdbd37aed6edf3933295f7b5b46 | c17e3c293fef98d4c5dae2871b9a11db23b06644 | refs/heads/master | 2021-08-29T12:21:29.950701 | 2017-12-14T00:15:47 | 2017-12-14T00:15:47 | 112,220,295 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,429 | java | package ru.kpfu.itis.group605.DrozdovAn.servlets;
import ru.kpfu.itis.group605.DrozdovAn.dao.UserDao;
import ru.kpfu.itis.group605.DrozdovAn.entites.User;
import ru.kpfu.itis.group605.DrozdovAn.helpers.Helper;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.Http... | [
"Drozdov.anton11@gmail.com"
] | Drozdov.anton11@gmail.com |
a58fcedcef1b055579ca1501f11faa02cc1ff7c9 | d57e50d89d3dbda00cb4d468be776dfc3a566269 | /Oef_MarliesGeerts/Les2/Betaalbaar.java | bcfff8c5925ad358d5a5ae787a40d2d6f7c0d90c | [] | no_license | ksoontjens/11_Marlies_Geerts_Willem_Gillis | eda8eab4d728bd6f07245a7e1a26702d47ed61df | 7477132cdc44ba117ac2f1ddb86e6c940ea4e6ec | refs/heads/master | 2016-09-15T05:49:05.415098 | 2016-05-21T19:47:01 | 2016-05-21T19:47:01 | 53,139,632 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 63 | java | public interface Betaalbaar {
public abstract void betaal();
} | [
"marlies.geerts@student.kdg.be"
] | marlies.geerts@student.kdg.be |
eb974c927b12bb7be7b6fae0afc13738ab7bc0c8 | e816ba0a6d382ed219fcf0db4b143fc39e0aa088 | /src/com/aotain/ods/PostMapper.java | 9050a419bccd50ffd34f056898addd93438210d5 | [] | no_license | chennqqi/Hades | a76725e6792bbe9e885224365c5e538fc5ae32c8 | 0241a211e0308e52c9d9cb43441d614309367bc2 | refs/heads/master | 2021-01-15T21:30:50.301204 | 2017-08-02T08:53:26 | 2017-08-02T08:53:26 | 99,872,252 | 0 | 2 | null | 2017-08-10T02:28:03 | 2017-08-10T02:28:03 | null | GB18030 | Java | false | false | 1,536 | java | package com.aotain.ods;
import java.io.IOException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.HashMap;
import org.apache.hadoop.io.LongWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapreduce.Mapper;
public class PostMapper extends Mapper<LongWritable,Text,Text... | [
"trgree@foxmail.com"
] | trgree@foxmail.com |
6221c3f4a5233ebb2ea5c530cd18d2b28127418f | 5889bced330bfa719c24597dce7501a93fd08b2b | /app/src/main/java/com/stc/radio/player/LoadingActivity.java | 188912561666be71da888d4a7ca62f41776fe2f4 | [] | no_license | ankit-trantor/Internet-Radio-Player-Android | 230884c43016492404f1704f3789c40f2cb3c42e | 7f697f5f85e46084f3b45cb751150231bcbfdba0 | refs/heads/master | 2021-01-12T01:43:24.467963 | 2016-12-28T15:42:02 | 2016-12-28T15:42:02 | 78,422,368 | 1 | 0 | null | 2017-01-09T11:22:11 | 2017-01-09T11:22:11 | null | UTF-8 | Java | false | false | 3,552 | java | package com.stc.radio.player;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.widget.ImageView;
import android.widget.ProgressBar;
import android.widget.TextView;
import com.activeandroid.ActiveAndroid;
import com.activeandroid.query.Delete;
import com.stc.radio.player.conten... | [
"artem.radchenko@globallogic.com"
] | artem.radchenko@globallogic.com |
f2e7cb77fcefc150b8eec92946777185a49dbeb6 | 0cafbda06ecb2f7ea957d7fd88b348e359fc7e70 | /src/fileHandling/ExceptionUtil.java | c3d4e4e2758b00d9e78bcf54b7ac691c42a51c5c | [] | no_license | johnarathy/JavaPractice | 77b611129047a83791a63266c4af35abe7e56f20 | 459e6f8077b86562d56bacf7d1312ee4beb2d764 | refs/heads/master | 2022-11-14T18:04:13.637122 | 2020-06-20T11:08:43 | 2020-06-20T11:08:43 | 273,302,206 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 489 | java | package fileHandling;
public class ExceptionUtil {
public static void main(String[] args) {
// TODO Auto-generated method stub
}
public int subtract10fromLargerNumber(int number) throws FooRuntimeException{
if(number < 10) {
throw new FooRuntimeException("Number passed was smaller than 10");
... | [
"john.arathy@gmail.com"
] | john.arathy@gmail.com |
6ed570f6f59d89a4486efbd8825376b6a6e745e7 | c8dd1b5e2d32eb21ea9f4dead2a8d173ed784c17 | /src/main/java/net/yozo/services/front/favorite/bean/Favorite.java | f8853ccff70c80b126af6daab38135c4909e3372 | [
"Apache-2.0"
] | permissive | huiminxu/First-Com | c059c57d1e5c3daf2f1075d3e32691bc87adedff | 95084fb4b0bf74d1424c14c28ab7c9341a2319dc | refs/heads/master | 2022-03-11T11:29:15.335934 | 2018-02-01T08:10:17 | 2018-02-01T08:10:17 | 116,234,980 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 529 | java | package net.yozo.services.front.favorite.bean;
import net.yozo.services.front.template.bean.Template;
import java.io.Serializable;
public class Favorite extends net.yozo.services.common.Favorite implements Serializable {
private static final long serialVersionUID = 1L;
private Template template;
public void clea... | [
"huimin@163.com"
] | huimin@163.com |
8aaa6009efee81e1ff76519557cb17a6384e204e | 55d5fc15f0c769d7faf341fe87a235bcb984ad95 | /src/main/java/com/cleverdome/api/DocumentSecurityImagingSecurityLevel.java | 919dbe2acf84c2fbca18f264f03a847caa5eee2e | [] | no_license | objectstoragesolutions/java-client | 074d82a2c0c5f9ec9706009abf15a18365afef44 | 356a0326441a033c1ce0d88999e77e3de5f563a1 | refs/heads/master | 2020-09-01T07:12:58.878320 | 2019-11-14T10:09:10 | 2019-11-14T10:09:10 | 218,905,607 | 0 | 0 | null | 2019-11-01T03:21:42 | 2019-11-01T03:21:41 | null | UTF-8 | Java | false | false | 4,705 | java | /**
* DocumentSecurityImagingSecurityLevel.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
*/
package com.cleverdome.api;
public class DocumentSecurityImagingSecurityLevel implements java.io.Serializable {
private java.lang.String _value... | [
"sanyo.gorbunov@gmail.com"
] | sanyo.gorbunov@gmail.com |
0dc0ab2c4c8e5e8aa78cdd94bb700c91f3d054dc | 7a3d85b11b9e513fd2c8332a6403fa2232bec7f8 | /src/lession17/Person.java | 3188a433c11ac2913aaf349538ef3ae470dff692 | [] | no_license | github1901zx/JavaJunior19Project1Alexander | 32d1cef6f2d6af7af1288b33ad52b4a5ead22286 | 04570046ea0aa8b977ca8888a2cf25fdd133ab95 | refs/heads/master | 2023-06-06T21:07:41.214776 | 2021-06-29T21:16:42 | 2021-06-29T21:16:42 | 356,326,613 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,323 | java | package lession17;
public class Person {
private int age;
private String name;
public Person() {
//
}
public Person(int age, String name) {
this.age = age;
this.name = name;
}
public int getAge() {
return age;
}
public void setAge(int age) throws ... | [
"h0c0kutaiiok@gmail.com"
] | h0c0kutaiiok@gmail.com |
10393788f929e683d35acbe120fd27178ca16f31 | 33a54c2672ebb433c74de77cd98cffe456d619ea | /app/src/main/java/net/duhnnie/android/sunshine/app/Utility.java | 92948d23d00a5edb2e90cecfecb7570d3e46a742 | [] | no_license | duhnnie/Sunshine | 5ae6530e86f113932da87ad9e232d4e79aab7a41 | 035bf2d460fd4b57a38ca58d71c8a57aafd5c1ff | refs/heads/master | 2020-04-15T14:23:13.382611 | 2015-11-09T02:35:51 | 2015-11-09T02:35:51 | 164,753,704 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,475 | java | package net.duhnnie.android.sunshine.app;
import android.content.ContentResolver;
import android.content.Context;
import android.content.SharedPreferences;
import android.preference.PreferenceManager;
import android.text.format.Time;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Dat... | [
"dnl.canedo@gmail.com"
] | dnl.canedo@gmail.com |
2ff0dd3aa496b882b688c94af26af82673c172f9 | 42f17985f12a6255a4c5e52d5dd119d1432b6eb2 | /kodilla-hibernate/src/main/java/com/kodilla/hibernate/manytomany/facade/SearchFacade.java | b7a880e4e5dcc932b347e47050268240a449cc6b | [] | no_license | TaQba/kodilla-course | be278c12598a0ad2d8f907965d1f793481ab2290 | 45e596c77ad408f92910be3af5f34b3d2a7f86ad | refs/heads/master | 2020-04-05T05:53:26.722229 | 2019-03-28T00:07:24 | 2019-03-28T00:07:24 | 156,615,918 | 0 | 0 | null | 2019-03-28T00:07:24 | 2018-11-07T22:20:12 | Java | UTF-8 | Java | false | false | 946 | java | package com.kodilla.hibernate.manytomany.facade;
import com.kodilla.hibernate.manytomany.Company;
import com.kodilla.hibernate.manytomany.Employee;
import com.kodilla.hibernate.manytomany.dao.CompanyDao;
import com.kodilla.hibernate.manytomany.dao.EmployeeDao;
import org.springframework.beans.factory.annotation.Autowi... | [
"!Madzia1980"
] | !Madzia1980 |
44fae4a78bfceb37bc5f21ae2c53518b0f4d5c32 | f789b671ff4ff9681d6e66c933c1acf876462ab9 | /src/LogicalOperation/Logical.java | f8367e36904ed22e2a240511fbb6b0ec6d974b33 | [] | no_license | Musabir/C-Compiler | 81ecbe04f31998b879c2394360a8364dcf32d3d7 | 78bfb5e6e0509df0e7e271bf8ac08ef3cac05871 | refs/heads/master | 2021-04-06T20:22:43.602583 | 2018-03-15T16:38:35 | 2018-03-15T16:38:35 | 125,396,598 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 53 | java | package LogicalOperation;
public class Logical {
}
| [
"mmusabayli2018@ada.edu.az"
] | mmusabayli2018@ada.edu.az |
995082269ba9cd71515da864abb1b13261e58f67 | 5bb0812530bd038517fcfee58b90e55132955f68 | /src/com/pdsu/sc/service/impl/JlruleServiceimpl.java | 4b5138ba6c22c7f86098b3e320851146ae4c894c | [] | no_license | lycProjects/sc | 51d02c1534d9d2941aa5afe5238dddf851ff73b1 | 8460b62c633be4f2c7d7d933e60f319b7e8c4f93 | refs/heads/master | 2020-04-11T10:46:04.481298 | 2018-12-14T03:18:13 | 2018-12-14T03:18:13 | 161,725,560 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,269 | java | package com.pdsu.sc.service.impl;
import java.util.Date;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.pdsu.sc.mapper.JlruleMapper;
import com.p... | [
"1214744492@qq.com"
] | 1214744492@qq.com |
7ebadf0b2be24104927bbb19b86b48f631137f3a | 5e9ab4fbcf339453b4b9cf5743277c4b9afa5361 | /4. Spring 프레임워크기반 프로그래밍/03.05 bankDB/src/com/mulcam/err/AccountException.java | aa56ae5f1348381e2f56ef0a23be431afbaa7a9a | [] | no_license | pakseulhee/K-Digital-lecture | ce45183b7f1a5bd886d49b0927f309b209dab826 | f9fd9bc6f5a1ae6ba29ea1be7f897cf9532e1e4c | refs/heads/master | 2023-04-02T18:47:33.011030 | 2021-03-29T14:37:46 | 2021-03-29T14:37:46 | 336,505,692 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,186 | java | package com.mulcam.err;
public class AccountException extends Exception {
BankErrCode errCode;
public BankErrCode getErrCode() {
return errCode;
}
public void setErrCode(BankErrCode errCode) {
this.errCode = errCode;
}
public AccountException() {
super("계좌오류");
}
public AccountException(S... | [
"noreply@github.com"
] | noreply@github.com |
8242a9625da0fa12401ec6b41f6927ee64760f0a | c49e5f25daf4764120c72e7c2a6340e68643db63 | /XTPFinalHomework/app/src/test/java/com/example/huaizhi/xtpfinalhomework/ExampleUnitTest.java | 413749dcd432f2c8f061e2f935619d566d3fb2ac | [] | no_license | EvergreenHZ/Face_Recognitioin_and_Android | 3af401ec32dfd42913e33498ee9e0a94f6d766d7 | dd111057182b3a3e92b0b5807788ccbb7be915ea | refs/heads/master | 2021-10-24T18:29:29.067661 | 2019-03-27T13:36:37 | 2019-03-27T13:36:37 | 114,446,182 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 414 | java | package com.example.huaizhi.xtpfinalhomework;
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
... | [
"huaizhixtp@163.com"
] | huaizhixtp@163.com |
af87de78a130182298efa7b626cd6d897d2fd8ba | 1a9b7e417509f8e5d526368dd1c986631a017931 | /src/main/java/com/tft/framework/menuRes/service/MenuResService.java | d69ee829c3e560dd45b247847677f87e48bf5ee3 | [] | no_license | liuwanliGit/tft | 731649ed56f3f2254cbc1edcc92095fd554bf75b | 145f53f961c3e58f712ebce176bab4b53beb7c74 | refs/heads/master | 2020-04-01T19:58:10.971513 | 2019-04-25T08:10:40 | 2019-04-25T08:10:40 | 153,581,087 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,875 | java | package com.tft.framework.menuRes.service;
import com.tft.framework.common.bean.TftSort;
import com.tft.framework.menuRes.bean.MenuRes;
import java.util.List;
public interface MenuResService {
/**
* @Title: searchMenuRes
* @Description: 按条件加载菜单
* @处理逻辑
* @param
* @throws
* @ret... | [
"liuwanli_email@163.com"
] | liuwanli_email@163.com |
2088c6b8a0470ee1c1a0b54ddaf54bc8124e4c71 | 39bab20fe1c4642eea8aa6dac1123d7cd4f77cc9 | /app/src/test/java/com/polyglotprogramminginc/beantest/ExampleUnitTest.java | 7d5480c5fc6ca2a3d8aed49769b40c665e6a7327 | [] | no_license | lgleasain/bean_example | 77b291ae55e4c4506f5e124211e4c21427a05149 | fc1d25a3580b61187072d0815738b7215afab6c2 | refs/heads/master | 2021-01-10T08:43:31.111247 | 2016-02-09T15:05:10 | 2016-02-09T15:05:10 | 51,373,832 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 328 | java | package com.polyglotprogramminginc.beantest;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* To work on unit tests, switch the Test Artifact in the Build Variants view.
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() throws Exception {
assertEquals(4, 2 + 2);... | [
"lgleasain@yahoo.com"
] | lgleasain@yahoo.com |
85461344017b0f6916970d37eeedd803106466fa | c8443b95b00184ed05a86a5d9ad8019bd893c0e1 | /jdbc-template/src/main/java/com/nowin/spring/dataacces/office/Office.java | 8117a1399261bf603666524707b96308ff361f79 | [] | no_license | michlu/WebApp-Java | 413b5bbeec27d39f9a93c15cd4f56dc9d052db94 | a39a017d9abf5322bc860a466db90a2d7661c0ca | refs/heads/master | 2021-01-12T03:22:32.896220 | 2017-02-25T18:03:32 | 2017-02-25T18:03:32 | 78,202,821 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,338 | java | package com.nowin.spring.dataacces.office;
/**
* @author Michlu
* @sience 2017-02-11
*/
public class Office {
private String officeCode;
private String city;
private String phone;
private String addressLine1;
private String adressLine2;
private String state;
private String country... | [
"mnowinski@outlook.com"
] | mnowinski@outlook.com |
79d76642b2723be8d0902da28d0d53b07c6c00a5 | a92b564af64f641b1f1b523c8ae8793735f4e7dc | /Java/src/object_oriented_programming/classes/Car.java | c0ce6e6a6702670a1c65c55793527b99a37fc26a | [] | no_license | syth3/Teaching-Tech-Topics | 29aa6f935d97c503a7a4eea8d93c8e2970ad2945 | ad6cc9bf673ed9f89e6462ea63c30ee0d39cb962 | refs/heads/main | 2023-05-27T09:32:20.288298 | 2021-06-10T21:30:26 | 2021-06-10T21:30:26 | 375,783,971 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,961 | java | package object_oriented_programming.classes;
import java.util.Objects;
public class Car {
//defining field of the class which act as characteristics of the class car
private String make;
private String model;
private String color;
private int year;
private double mpg;
//Constructor for an... | [
"tutoringwithjake@gmail.com"
] | tutoringwithjake@gmail.com |
66117788bfb771a0d86b40443d47057cb8ea64ab | 61323e40d67eabcc18e45460cdba3929bfdc507e | /src/main/java/com/spring/core/oop/order/Order.java | 60bd56a43e6841a9bd0dcedc3d97fb13a723fcfd | [] | no_license | Min4542/spring_basic | 79b05094d03a3d049fad66a33f814644b4c288af | e17756b6835579fa091f6be70de65dc4bae63a28 | refs/heads/master | 2023-08-10T19:27:12.440500 | 2021-09-27T02:53:49 | 2021-09-27T02:53:49 | 409,793,830 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 362 | java | package com.spring.core.oop.order;
import lombok.*;
//주문 정보 객체
@Setter @Getter
@NoArgsConstructor
@AllArgsConstructor
@ToString
public class Order {
private Long memberId; //주문한 회원 아이디
private String itemName; //상품명
private int itemPrice; //상품 금액
private int discountPrice; //할인받은 금액
}
| [
"looks454234@naver.com"
] | looks454234@naver.com |
1b0273a3943551555d5f83e20ee32b5ccbe8277f | 61cb0d72a5bd4ac110485b1e09fe2364814e59a0 | /app/src/main/java/com/example/contactsapp/ui/authentication/fragments/LoginFragment.java | 5378cd72de6b7cb5c90bbc2d40dd19d098a56859 | [] | no_license | mrunknown6/ContactsApp | 6a185956ed6a576358f42bed1ac0b57c82b1ce68 | 2cd213fb3719a3056960ebb044a091c4f51986c8 | refs/heads/master | 2023-01-19T03:53:50.465859 | 2020-11-26T11:18:36 | 2020-11-26T11:18:36 | 316,189,859 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,765 | java | package com.example.contactsapp.ui.authentication.fragments;
import android.content.Intent;
import android.os.Bundle;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.fragment.app.Fragment;
import androidx.lifecycle.Observer;
import androidx.lifecycle.ViewModelProvider;
import... | [
"mrunknown6@protonmail.com"
] | mrunknown6@protonmail.com |
eaf03fda45b50c4f44e0766cea78fa7f5fcaddda | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /api-vs-impl-small/domain/src/main/java/org/gradle/testdomain/performancenull_28/Productionnull_2743.java | 8aca4e4aefba593c277d488c165f709849203b99 | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 591 | java | package org.gradle.testdomain.performancenull_28;
public class Productionnull_2743 {
private final String property;
public Productionnull_2743(String param) {
this.property = param;
}
public String getProperty() {
return property;
}
private String prop0;
public String ge... | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
ccd74be2e0c5dfd538d1163f406eab3e698f6b6d | 2ae045807aa9b60f9d2d6d0f0f185c455f34a06c | /app/src/androidTest/java/ru/reactiveturtle/reactivemusic/ExampleInstrumentedTest.java | a03e1a14896bd0decb460e023552a7176231f6a1 | [] | no_license | ReactiveTurtle/ReactiveMusic | 0828149aafe9d8ebcc4c13f116dbb158e406e8e4 | 27740f4d8256c64846a531e9af8eb5a19e221416 | refs/heads/master | 2023-07-31T09:11:51.550732 | 2021-09-24T15:31:39 | 2021-09-24T15:31:39 | 291,920,907 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 776 | java | package ru.reactiveturtle.reactivemusic;
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 ex... | [
"reactiveturtle.apps@gmail.com"
] | reactiveturtle.apps@gmail.com |
e9fc4e1e2518b1a708fd6605891476129504136a | 987dc0846447e665007e84c4a78ff79c2f6a3a23 | /assignment5/BSTRefBased.java | 9bd120d481bb5629daa032dd23885f2135bb13ba | [] | no_license | zrawhite/csc115 | 61afda8e2bdfcd24d0de70abce704b07f342392d | b9a3d9acacaf1d0725fc240e791f7a4428f22a06 | refs/heads/master | 2020-06-29T09:19:42.379209 | 2016-11-22T05:35:18 | 2016-11-22T05:35:18 | 74,436,722 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,039 | java | import java.util.Iterator;
/*
* ID: V00759566 Zach White
* Name: BSTRefBased.java
* Description: This program contains methods to control a reference based binary search tree.
* Input: TreeNodes and strings to insert into the tree
* Output: Info about the tree
*/
public class BSTRefBased extends AbstractBinaryTree
... | [
"zrawhite@gmail.com"
] | zrawhite@gmail.com |
6b51fdad014f5dd9578bd831c7e147ee0179ce9c | f9e0b569eef95278b5166863ea1554e1f44a5be7 | /src/main/java/jiracli/XDG.java | bc5836f6a344fc6a22e4c274dbb2641b2bf216da | [] | no_license | Otanikotani/jiracli | 3ab4587872a54b6581481c3d2c73b1f856833db3 | 2ae2a20681b2131aa3f91b61093891a67a8ec80c | refs/heads/master | 2020-08-02T18:22:39.805728 | 2019-09-28T08:04:35 | 2019-09-28T08:04:35 | 211,463,403 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 921 | java | package jiracli;
import static java.nio.file.Paths.get;
import java.io.File;
import java.nio.file.Path;
import java.util.function.Supplier;
public enum XDG {
Cache("XDG_CACHE_HOME", () -> get(System.getenv("HOME"), ".cache", "jiracli")),
Config("XDG_CONFIG_HOME", () -> get(System.getenv("HOME"), ".config", "jir... | [
"otanikotani@gmail.com"
] | otanikotani@gmail.com |
029b7c3fa54731a194a40d2d7378353d12fddd46 | 8573ee6ad51378cd6f837f7020fe87aa7fee7052 | /src/main/java/com/kujirahand/KEPUB/EPubFile.java | ece94abc85deb788b7a38cf0c444d2d9ae3d5b51 | [] | no_license | minstrelsy/UsagiEPubReaderForAndroid | 0a7513d8285e24392622f6920d46080ff55d3791 | 7a1d071fe944aa1411e898492748b086b2a78f1c | refs/heads/master | 2020-07-22T15:26:54.435979 | 2016-08-01T13:08:13 | 2016-08-01T13:08:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,590 | java | package com.kujirahand.KEPUB;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.Rect;
import com.kujirahand.KEPUB.utils.ProcTime;
import com.kujirahand.KPage.EPubMarkerList;
import com.kujirahand.KPage.KCharLis... | [
"web@kujirahand.com"
] | web@kujirahand.com |
5c087571306050f9d6515890159fb7307d7cbbe6 | a03733c4c7b5438641a79a66174d654b39f0bae1 | /src/main/java/com/kl/mapper/UserMapper.java | 462fbc8c9a30f1d61efe7a7f9e0630f2eadc1a98 | [] | no_license | ahmachan/jpamybatis | bbea5a7136eecdb146e3e72a22d9cd58242d86e6 | 14b067259886055ab7d5a27296c96e350930e7b9 | refs/heads/master | 2020-03-28T13:37:48.780968 | 2018-09-21T10:30:02 | 2018-09-21T10:30:02 | 148,412,131 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,270 | java | package com.kl.mapper;
import com.github.pagehelper.Page;
import com.kl.model.User;
import org.apache.ibatis.annotations.Delete;
import org.apache.ibatis.annotations.Select;
import java.util.List;
public interface UserMapper {
//使用注解的方式
@Select("select * from t_user where username like #{name}")
publi... | [
"chenxm@koalac.com"
] | chenxm@koalac.com |
b05efd0264b4f52d9a56d5e58beec9dbc5529cee | b42fd4d17ca5e556a467927501d516df9528f742 | /QLCV/src/java/app/qlcv/entities/TkWsPeople.java | 6375ae96057ae7215f0dc23d62840639b4f36c6d | [] | no_license | vthgiang/LuanVanCH_NguyenCongSon_KPI | fe869f039e33af75de09fe3ac8c19783047a1590 | 6adf2121a7dbb5ad0594b102bef8c3c3d166abb5 | refs/heads/main | 2023-04-28T10:49:04.309420 | 2021-05-28T03:27:11 | 2021-05-28T03:27:11 | 371,462,629 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,927 | java | package app.qlcv.entities;
// Generated Feb 20, 2021 4:59:14 PM by Hibernate Tools 4.3.1
import java.util.HashSet;
import java.util.Set;
/**
* TkWsPeople generated by hbm2java
*/
public class TkWsPeople implements java.io.Serializable {
private int id;
private TkWorkspace tkWorkspace;
private Str... | [
"32756765+sonnc@users.noreply.github.com"
] | 32756765+sonnc@users.noreply.github.com |
61a045dfacf5b62927b6fb74828ec8105d3047c2 | fb2e40c57b3acdf8e5b5786fb180cdc0da8bc1b7 | /DAOO/thread/exemplo1.java | 307c236a79c5aa76ad7e41ac371981ef4f95194f | [] | no_license | g4brielklein/ads-ulbra | b512e9a766b2fb72077d46a99c8e3bf9eda67edd | 3e00cdf4eed8275a85781c150553b45575bd668d | refs/heads/master | 2021-12-22T17:58:37.801378 | 2021-12-20T03:44:22 | 2021-12-20T03:44:22 | 242,031,603 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 439 | java | public void calculaTotalRecebido(){
//Recebe aproximadamente 70mil registros.
List<HistoricoRecebimento> recebidos = getListRecebimentos();
Integer soma = 0;
for(HistoricoRecebimento h1: recebidos){
soma = soma + recebidos.getValorRecebido();
}
Integer porcentagemImposto = getReajusteAtu... | [
"gabrielkleinribas@gmail.com"
] | gabrielkleinribas@gmail.com |
e2d6151d91a7238f0ae683c40fc10d7092f28a07 | dcf8d8b9d8aa1a378344f2cd8fa2d93e798b5243 | /src/main/java/com/numberONe/controller/system/ResourcesController.java | 2bba7598ce375fecf6a044296b6682e79c3e616b | [] | no_license | aaa2550/numberone-auth-Maven | 1ca8782f351053afe9b54ebc1f708385e605aea6 | 785ac0b82c6d88511ce3f76473bbacded3130b3a | refs/heads/master | 2021-07-13T23:41:25.574721 | 2017-10-19T09:25:48 | 2017-10-19T09:25:48 | 106,650,242 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,062 | java | package com.numberONe.controller.system;
import java.util.ArrayList;
import java.util.List;
import javax.inject.Inject;
import com.numberONe.controller.CustomerInfoController;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Controller;
import org.springframework.transac... | [
"yanghailong@01zhuanche.com"
] | yanghailong@01zhuanche.com |
1d7e7668b1cf05ec2238ae0f757fc75627ddf6ee | a139b682db3961f2af5e07529983ef2a5b8d413d | /Distributore Automatico/src/doc/tests/TextStrategiaRepositoryUnderTest.java | 766e923a98ff1083055cdb95deaa2efdfcaa0fbc | [] | no_license | nicolasebastianelli/Foundations_of_Informatics_T-2 | 540ed82673fea9c615a68b6050ccc041457c2413 | f44a08297605afaadf4cdc3a0e1243ac8d330eaa | refs/heads/master | 2021-08-30T16:23:34.705546 | 2017-12-18T16:28:27 | 2017-12-18T16:28:27 | 59,346,235 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 893 | java | package doc.tests;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.Reader;
import doc.model.DentoStrategiaConfigurabile;
import doc.persistence.MalformedFileException;
import doc.persistence.TextStrategieRepository;
public class TextStrategiaRepositoryUnderTest extends TextStrateg... | [
"n.sebastianelli@live.it"
] | n.sebastianelli@live.it |
8431c6c11de23ad2d5602a5095ca50152e24af5f | d32447aaf85cba1cee48ace24e0c2e187932def7 | /studentdal/src/main/java/com/asheet/student/dal/StudentdalApplication.java | 5ca58efdd4a43b03a1d83cd9dbd7cd8b8c12c169 | [] | no_license | RepoAsheet/STS | 61b80f87440d697d7c90ef65d27d46ff5e515714 | f1f1f8eaa3e1b07859551b687fc69ae47dbedca4 | refs/heads/master | 2020-05-20T10:19:54.249628 | 2019-05-08T03:47:17 | 2019-05-08T03:47:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 323 | java | package com.asheet.student.dal;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class StudentdalApplication {
public static void main(String[] args) {
SpringApplication.run(StudentdalApplication.class, args);
}
... | [
"asheet.mails@gmail.com"
] | asheet.mails@gmail.com |
9062ead53e5946eae26cddaa679bdaf9a7eb9b75 | 571a9a707f2af883d7b1b1efba035d4789f86a17 | /BasicCode/NetCode/src/demo10/TcpServer.java | 78f2bd325b6a1d0b1293d89094d8dfb9449b40dc | [] | no_license | monster6699/JavaBasicsCode | 8c50610efdd2128e0a690fc4bb890090e4325ccd | 22f484de449addb51abca06dde96f86dff0ec679 | refs/heads/master | 2023-01-31T22:10:50.089539 | 2020-12-09T10:48:36 | 2020-12-09T10:48:36 | 296,530,514 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,042 | java | package demo10;
import java.io.*;
import java.net.ServerSocket;
import java.net.Socket;
public class TcpServer {
public static void main(String[] args) throws IOException {
ServerSocket serverSocket = new ServerSocket(1314);
Socket accept = serverSocket.accept();
BufferedReader b... | [
"chenhu@chinafocus.net"
] | chenhu@chinafocus.net |
e3d11743af1f449bfe12c6f923a126b3a50b5f68 | f19cca8c5a4f41648060925819861a3b63fd01b8 | /cuowuchuli.java | c098a9735edf941a2632724bfa69582acc1f0d9e | [] | no_license | SeanYuCheng/SeanJava | e19ec6f85106af04170eacfc78352ecba022641c | 57f19a1cdc64aeb6f990ea943576b9ba6d9b5310 | refs/heads/master | 2020-03-15T09:36:26.955661 | 2018-05-04T03:23:46 | 2018-05-04T03:23:46 | 132,076,571 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 367 | java | package wycthestudyofjava;
import java.util.Scanner;
public class cuowuchuli {
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner in = new Scanner(System.in);
try {
int a = in.nextInt();
int b = in.nextInt();
}catch(Exception e) {
System.out.println(e.toString()... | [
"wyc@wycdeMacBook-Pro.local"
] | wyc@wycdeMacBook-Pro.local |
8ca18d8525020e4ac4749a7b9a1a25a24d1687e7 | d1c42e149d86080fbdd5308e820b1846c9ae95b3 | /whileComp/src-gen/org/xtext/example/whileCpp/ExprAnd.java | 96039a770dc5376942fb7932c9bd63f1f80e4386 | [] | no_license | Tha1n/CompilerWhileCpp | 89d6ea2ca519f95cbbe83ada54cfcdd8fe565b20 | 28799436bd82ff5d67eb1ab359ca111156c7ee08 | refs/heads/master | 2020-05-29T11:53:29.029965 | 2016-01-21T13:39:09 | 2016-01-21T13:39:09 | 45,477,477 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,358 | java | /**
*/
package org.xtext.example.whileCpp;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Expr And</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.xtext.example.whileCpp.Ex... | [
"alx.quettier@gmail.com"
] | alx.quettier@gmail.com |
74b92c76371ef9ea8ab7cd6eb4be1c9f71e0c6f8 | 1d88a12d1bac65ece5af69d5d9d82cb268a310aa | /publiccms-core/src/main/java/com/publiccms/logic/dao/sys/SysModuleDao.java | 2b477bc7c012774ee6c4f447e6867f8c31a33994 | [] | no_license | apexwang/publiccms-parent | 1d9e7095fd7268de69e4411773a25167c0b44ac5 | c8b6bc3711da15e84d8cc450e85cc89e40d608fb | refs/heads/master | 2022-12-23T01:16:41.177571 | 2020-03-09T02:46:12 | 2020-03-09T02:46:12 | 245,928,198 | 1 | 0 | null | 2022-12-16T12:25:27 | 2020-03-09T02:39:27 | JavaScript | UTF-8 | Java | false | false | 1,618 | java | package com.publiccms.logic.dao.sys;
import org.springframework.stereotype.Repository;
import com.publiccms.common.base.BaseDao;
import com.publiccms.common.handler.PageHandler;
import com.publiccms.common.handler.QueryHandler;
import com.publiccms.common.tools.CommonUtils;
import com.publiccms.entities.sys.SysModule... | [
"apex.f.wang@126.com"
] | apex.f.wang@126.com |
97c50277c076bd60c43c36d97e3353dcdd9098ac | 8a3832ada7c95f38a03827291d0179a490b54f3e | /compiler/src/aeminium/compiler/east/EMethodInvocation.java | 1ce52d43cb97fa78d9adf657085ba5b4e60ef3f8 | [] | no_license | AEminium/java2aeminium | b26822063b2a4293d23da270f7b1f63ddea049c8 | 4047e8d0ba50d11af1624c0eda043b4ed4b9916b | refs/heads/master | 2021-01-25T12:02:42.637521 | 2012-12-05T22:11:11 | 2012-12-05T22:11:11 | 2,328,755 | 0 | 0 | null | 2013-09-04T13:44:51 | 2011-09-05T14:50:17 | Java | UTF-8 | Java | false | false | 7,130 | java | package aeminium.compiler.east;
import java.util.ArrayList;
import java.util.List;
import java.util.Set;
import org.eclipse.jdt.core.dom.*;
import org.eclipse.jdt.core.dom.Modifier.ModifierKeyword;
import aeminium.compiler.DependencyStack;
import aeminium.compiler.signature.DataGroup;
import aeminium.compiler.signat... | [
"jprafael@student.dei.uc.pt"
] | jprafael@student.dei.uc.pt |
ac750f5801f2fabfa9de3cac718894ea691269f9 | 5fd47e6d796dd4412b56c233236703a52728de7c | /src/datastructure/Stack.java | e905c3b68287393ac4b5bcb6cef899b24304eddc | [] | no_license | liuzhi136/codecraft | 31de41806a104cdcc527d8273dc4351f50b67627 | 56ef24334173bf484a0a3d3da081e30a6fa97bd1 | refs/heads/master | 2021-01-10T08:15:15.345935 | 2016-03-30T13:21:37 | 2016-03-30T13:21:37 | 55,062,534 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,207 | java | package datastructure;
import java.util.Iterator;
public class Stack<T> implements Iterable<T>{
private int N;
private Node first;
private class Node{
T item;
Node next;
}
public void push(T item){
Node oldfirst = first;
first = new Node();
first.item = item;
first.next = oldfi... | [
"liuzhi7936@sina.cn"
] | liuzhi7936@sina.cn |
03f3b2f0f2390a5b5c0c7da5bdb5a81d9bef1c10 | 996bedf9e4ac05eb1f1fd1cf3e2d5b22cf6eaf29 | /src/com/microsoftapi/searchapp/datastructure/Journal.java | adc9f671d96a5e5dc5140de1cdbcaa0050805c44 | [] | no_license | richardkaplan/MicrosoftAcademicSearchCrawler | 7d3c3aaf2bf9d83bc89002a483a9ebefcbd58868 | 93f9aaeaa9083912338a0bacf431dd34b9c9b628 | refs/heads/master | 2020-12-11T09:24:15.196960 | 2014-05-27T16:07:52 | 2014-05-27T16:07:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,937 | java | package com.microsoftapi.searchapp.datastructure;
import java.util.ArrayList;
import java.util.HashMap;
import org.json.simple.JSONArray;
import com.microsoftapi.searchapp.Constants;
public class Journal {
private long ID;
private long PublicationCount;
private long CitationCount;
private String Fu... | [
"subhash.pujari@gmail.com"
] | subhash.pujari@gmail.com |
6c02d794211bc61b1bab13838eb9035c2aaf9d42 | 2aa1d6a7ba34e89d3401f65bb2ef5d73e1eeea41 | /core/src/main/java/de/raysha/lib/jsimpleshell/handler/CommandAccessManagerDependent.java | d6ee6deb1f1f375e0af614cb9e3d9381975fb063 | [
"BSD-3-Clause"
] | permissive | rainu/jsimpleshell | 418f131887e24f35acab9fb7ea91ac5b59b3d7a0 | c89ec822ed62e4d4837ea2e2b9c33b2da4d21145 | refs/heads/master | 2023-03-20T17:25:13.235839 | 2015-09-06T11:25:57 | 2015-09-06T11:25:57 | 21,977,200 | 4 | 1 | null | 2015-09-06T11:25:58 | 2014-07-18T10:47:28 | Java | UTF-8 | Java | false | false | 634 | java | package de.raysha.lib.jsimpleshell.handler;
import de.raysha.lib.jsimpleshell.annotation.Inject;
/**
* Classes that want to get the access of used {@link CommandAccessManager} should implement this interface.
*
* @deprecated Use the {@link Inject} annotation over a setter-method instead of using this interface
* ... | [
"rainu@raysha.de"
] | rainu@raysha.de |
d5c1f80116c7a00a27211a53f6f0918b293c5649 | 1c2ef52f9ea8cac05b2fc15d8999146e91d9aa6f | /src/spittr/alert/SpitterHandler.java | e698849e70197e94b5fadd053b726d81d9b06c66 | [] | no_license | toyindipo/Spittr | 776660599f4146cef9795a4886ad74c9b336da92 | e39649266119e878d538c3698d2699dc67199b3f | refs/heads/master | 2021-01-18T20:57:25.227206 | 2016-09-18T01:22:32 | 2016-09-18T01:22:32 | 68,487,751 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 246 | java | package spittr.alert;
import org.springframework.stereotype.Component;
import spittr.misc.Spitter;
@Component
public class SpitterHandler {
public void handleSpitterAlert(Spitter spitter) {
System.out.println(spitter.getUsername());
}
}
| [
"toyindipol@gmail.com"
] | toyindipol@gmail.com |
e4b838757f34401f6f8b3f26eb335b3d06baaedf | 1ea38cf303bf05f8e576586918745330aabdac03 | /Toy-Shop-Application/src/main/java/com/hai/config/security/MyAuthenticationSucessHandler.java | 5b47446405cdcb080c8dba053caa0efde6c42b43 | [] | no_license | marocvi/Toy-Shop | 24f701addd405201aa5d4b30eebe635df751325b | 1ea061fc550de48c66a79f7da58192e72f023d61 | refs/heads/master | 2020-04-14T23:34:01.438683 | 2019-02-13T02:23:44 | 2019-02-13T02:23:44 | 164,207,008 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 673 | java | package com.hai.config.security;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.security.core.Authentication;
import org.springframework.security.web.authentication.Aut... | [
"marocvi@DESKTOP-58I423K"
] | marocvi@DESKTOP-58I423K |
4d3a53d9878c4672a5fed828c46d41785500c2e3 | 1ff876dc0e02954eabfb19a7fdd41e321a80768c | /andexmaphelper/src/main/java/ir/androidexception/andexmaphelper/MarkerStatus.java | a5dab3da7fe0afbb604af6b15ceaa1589a587e91 | [
"Apache-2.0"
] | permissive | salehyarahmadi/AndExMapHelper | e3f8a45cb41938b2375d18e4909271260521da4e | e133e0daa2d9b4073dfa39f52c62120e94383368 | refs/heads/master | 2020-12-10T11:39:26.394204 | 2020-01-15T19:53:59 | 2020-01-15T19:53:59 | 233,583,354 | 29 | 0 | null | null | null | null | UTF-8 | Java | false | false | 600 | java | package ir.androidexception.andexmaphelper;
public class MarkerStatus {
private String name;
private Integer iconResourceId;
public MarkerStatus(String name, Integer iconResourceId) {
this.name = name;
this.iconResourceId = iconResourceId;
}
public String getName() {
retur... | [
"yarahmadi@parnian-distribution.com"
] | yarahmadi@parnian-distribution.com |
cb2b54829ee7045ddde80cbedbf7c17e57e7dc3e | 2415a4e2cab1a726bea653e42bc7eab2373e26aa | /app/src/main/java/com/example/ilham/uas/model/FriendModel.java | 0780174524634755418b998d2058a9540afc7389 | [] | no_license | ilhammaulanap/UAS_AKB | 5d7db001b54426987de5ad787a49dd6eaefed278 | 1729efbe5f19987d56a8e3e646cab79806a0711d | refs/heads/master | 2020-07-03T14:49:36.097651 | 2019-08-12T14:39:26 | 2019-08-12T14:39:26 | 201,941,869 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,483 | java | package com.example.ilham.uas.model;
import io.realm.RealmObject;
import io.realm.annotations.PrimaryKey;
import io.realm.annotations.Required;
//Nama : Ilham Maulana Pratama
//NIM : 10116335
//KLS : IF 8
//TGL : 3 Agustus 2019
public class FriendModel extends RealmObject {
@PrimaryKey
private Integer i... | [
"ilhammaulanpratama@gmail.com"
] | ilhammaulanpratama@gmail.com |
ce06e864bc18fd9b6c77e52a1b74d7953bdc2be7 | 099e566d636a9afa456588b7bee3d02ff829ca76 | /src/main/java/rs/ac/uns/ftn/rezervacije/stranice/kupac/home/Kridencijali.java | 6ca5b2ca62b72aec12a9f06f31447229400edca7 | [] | no_license | milandinic/rezervacija | e9ca634d9b7a265ab46733ac19e8ffae2ab2a0a9 | 491b166607fb1e9a88fbc72f5694b1754f219184 | refs/heads/master | 2021-01-21T12:26:16.823482 | 2012-04-22T14:08:05 | 2012-04-22T14:08:05 | 3,451,660 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 715 | java | package rs.ac.uns.ftn.rezervacije.stranice.kupac.home;
import java.io.Serializable;
public class Kridencijali implements Serializable {
public static String KORISNICKO_IME = "korisnickoIme";
public static String LOZINKA = "lozinka";
private static final long serialVersionUID = -3297269925695453590L;
... | [
"milandinic83@gmail.com"
] | milandinic83@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.