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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
857efa2aa8e9c8a1e3a08106ef0bbfc4be225c66 | 856cddfcf6a85953e6ece70058416bb542531506 | /Module_ADS/Recurssion/SeriesSumRecursion.java | a0de9341d8ab262d0d6e540103b5766c6915ac88 | [] | no_license | ShrikantSonawane-KH/EDAC-May2021 | b96c6784aa2f8f8a5a6006186d54803974069b8a | 3e60348f46d6705ba10d236226a12e7a96877d1c | refs/heads/main | 2023-06-14T18:42:24.955094 | 2021-07-06T15:24:44 | 2021-07-06T15:24:44 | 365,253,081 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 483 | java | /*
2.Sum a series of numbers with Java recursion
*/
class Recursion
{
static int i = 0;
static int sum=0;
static int method(int n)
{
if (i<=n)
{
sum = sum + i;
i++;
System.out.println("i "+ i);
System.out.println("sum "+ sum);
method(n);
... | [
"noreply@github.com"
] | ShrikantSonawane-KH.noreply@github.com |
ade8cb9c2370f05fba0817ab66eac0fe6ee6db40 | 764c94d4cf116b0e4d98a38e842e4e6a0468a666 | /ebaysdkcore/src/main/java/com/ebay/soap/eBLBaseComponents/DomesticReturnsDurationCodeType.java | 4fcb482f052c948faf65e3a86ec7a928c97c8c66 | [] | no_license | linus87/ebaysdk | 26dde361dbb75e03fca137eaf6a61c5e892f1303 | 2fb2cbade57ae654fa83ae1b7c5f3e4f741b1fc1 | refs/heads/master | 2023-07-19T10:34:02.644641 | 2021-06-01T13:30:36 | 2021-06-01T13:30:36 | 150,661,586 | 1 | 0 | null | 2023-07-18T06:53:34 | 2018-09-28T00:06:01 | Java | UTF-8 | Java | false | false | 5,465 | java |
package com.ebay.soap.eBLBaseComponents;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAnyElement;
import javax.xml.bind.annotation.XmlElemen... | [
"lyan2@ebay.com"
] | lyan2@ebay.com |
c796d0a577b1b476c62ba627fca08388c12a0b93 | 1089c9a6caef74e7e4ba2001868aad9009609698 | /pet-clinic-data/src/main/java/com/springframework/cfgpetclinic/services/map/VisitMapService.java | d2e665f52aa1ab3b47da3cfc8eb71db3b0d69737 | [] | no_license | Nihrom77/sfg-pet-clinic | b38050ba07f0731c11576aea25d5bdf1fbbe743f | 40f82f1d21ac863c8b9c0df72d79ae0e4283e4d5 | refs/heads/master | 2020-12-12T15:38:14.864975 | 2020-10-27T19:23:13 | 2020-10-27T19:23:13 | 234,163,462 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,121 | java | package com.springframework.cfgpetclinic.services.map;
import com.springframework.cfgpetclinic.model.Visit;
import com.springframework.cfgpetclinic.services.VisitService;
import org.springframework.context.annotation.Profile;
import org.springframework.stereotype.Service;
import java.util.Set;
@Service
@Profile({"de... | [
"nikangeloflight@gmail.com"
] | nikangeloflight@gmail.com |
b955e66dd506297bcc74191667dfb40b33f8845e | ea673caf5bcd60871ee317547c7f1047282b462a | /mdmp-api-client/src/main/java/com/mdmp/client/ClientFactory.java | e3ec17c9bdbee04e69b8cf0fe0a926285ae1f615 | [] | no_license | mac-zhenfang/mdmp-api-client | b10dd04d56b4f002347a9a6c0f1bd4a1f0feecdd | 9801fdea7dd078bbd85a5282f9948041243d066c | refs/heads/master | 2021-01-19T00:46:47.384262 | 2013-05-02T15:58:57 | 2013-05-02T15:58:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 589 | java | package com.mdmp.client;
import com.mdmp.client.app.AppClient;
import com.mdmp.client.report.ReportClient;
import com.mdmp.client.util.Context;
public class ClientFactory {
static Context context = new Context();
static ReportClient reportClient = null;
static AppClient appClient = null;
public static ReportClie... | [
"mac.zhenfang@gmail.com"
] | mac.zhenfang@gmail.com |
84ccc7184e250d20ffa3e677db67b9aeddd84527 | 8e7adb7cf838062e25da02d44fe48c45fba8834f | /Module 1/a36/T02.06-Exercise-AddPolish/app/src/main/java/com/example/android/datafrominternet/MainActivity.java | 07db679bb060ede1c4805301be7a68784c80a205 | [] | no_license | pranay0124/Mobile-Programming | 35d94b28a05802e31b89bbb6b49b7e8c88e32639 | ae9165c5d6cc361969d3a65f9e07a7a64b35034c | refs/heads/master | 2020-04-28T03:30:18.751134 | 2019-03-24T19:11:39 | 2019-03-24T19:11:39 | 174,940,325 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,296 | java | /*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"pranay0124@msitprogram.net"
] | pranay0124@msitprogram.net |
c046f0fdf5ab6f17b96f244bc5d08551a06387b3 | 66b3a9db808f3e4f72eb45eac245538fb92a32b8 | /src/net/minecraft/client/gui/inventory/GuiInventory.java | 29dec79bcab70cbfeef6104c132bbe44204780e3 | [
"MIT"
] | permissive | Tominous/CoseClient | 3d8865956003437154e46698df9fcb0ed5da5c44 | 4ef084c0ac79626f794bcac8affd103cc632ea77 | refs/heads/master | 2020-05-24T21:38:00.760926 | 2017-02-25T13:03:42 | 2017-02-25T13:03:42 | 187,479,605 | 1 | 0 | null | 2019-05-19T13:22:37 | 2019-05-19T13:22:37 | null | UTF-8 | Java | false | false | 5,778 | java | package net.minecraft.client.gui.inventory;
import java.io.IOException;
import net.minecraft.client.Minecraft;
import net.minecraft.client.gui.GuiButton;
import net.minecraft.client.gui.achievement.GuiAchievements;
import net.minecraft.client.gui.achievement.GuiStats;
import net.minecraft.client.renderer.GlStat... | [
"baran.peters@lessing-ffm.net"
] | baran.peters@lessing-ffm.net |
e4c53fec7da4b08a4e1f586c9156adb01850174f | 89340712af11bc23e74869c2fed315bc186e70ea | /main/java/fingersome/enchantedmod/EnchantedMod.java | e97595948d43db2e76a601e1181c276e0803e672 | [] | no_license | fingersome/Enchanted | 358f7bfc30692c99ed6592ddb3d155602426d3ce | fe4bb85c3f110edba268c5a2084fe00b97dfaf34 | refs/heads/master | 2021-01-23T14:13:08.402040 | 2017-06-03T15:50:56 | 2017-06-03T15:50:56 | 93,246,599 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,542 | java | package fingersome.enchantedmod;
import fingersome.enchantedmod.block.BlockList;
import fingersome.enchantedmod.config.ConfigManager;
import fingersome.enchantedmod.event.EventManager;
import fingersome.enchantedmod.item.ItemList;
import fingersome.enchantedmod.proxy.CommonProxy;
import net.minecraft.creativetab.Creat... | [
"tedsouth@outlook.com"
] | tedsouth@outlook.com |
df8599387a9be30f468d4936dbc39df6b0959b7e | 42e3cafb2bfe663b6d4024201e2a94161f7daa3d | /app/src/androidTest/java/com/mdground/guest/ApplicationTest.java | f433a1d9f078d59a76abde8fdd985c2d6718bbf5 | [] | no_license | Bread-Yang/BaoGuest | b14865bf483f118a14a830243219bd3d3196a4d7 | 7e745aa44432ca5ad1cb34e71686c903faee1045 | refs/heads/master | 2021-01-21T14:08:11.304066 | 2016-06-29T09:25:15 | 2016-06-29T09:25:15 | 56,758,257 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 349 | java | package com.mdground.guest;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
supe... | [
"449088680@qq.com"
] | 449088680@qq.com |
1c5d3fb1254e537a3bf5a312157ed6d178fe7a7f | be23c73f1b87dc63185a9adf2b805d475845f4b1 | /app/src/androidTest/java/com/giridhari/pa_android/ExampleInstrumentedTest.java | 0185a7570208928f2569ef1bf9c457943707df00 | [] | no_license | hariksetra/pa-android | 4004f5eb429ed23802c17a30c432dccf560fd2f4 | 635bca7c2126632ffe3ff10fbf9f289ff1b92f21 | refs/heads/master | 2020-03-24T02:58:14.018591 | 2018-07-27T19:00:19 | 2018-07-27T19:00:19 | 142,398,537 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 732 | java | package com.giridhari.pa_android;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an Androi... | [
"shyamsathyanathan@yahoo.in"
] | shyamsathyanathan@yahoo.in |
98cfb7ee8d196deadb91fcbf8729adcf1acdbbbd | b99aa38cdc6780e5a658fbeb10f8d0f8715af627 | /CollectionExamples/src/com/training/ifaces/IDonor.java | 94bfcd2db9519cfba81f179fb45728000c18e25e | [] | no_license | derekhub/IndiaTrainingProgramProjects | 375d2beaa24aeaf9cecedc73f25c7f06a947908a | e55ccf476b81b702631b6b8c958dba536d41d103 | refs/heads/master | 2020-09-24T21:02:22.668828 | 2016-09-16T10:55:06 | 2016-09-16T10:55:06 | 66,453,530 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 284 | java | package com.training.ifaces;
import java.util.List;
import com.training.domains.Donor;
public interface IDonor {
public boolean addDonor(Donor obj);
public boolean addDonors(Donor...dnrList);
public void printDonorList();
public List<Donor> getDonorList();
}
| [
"dchoi3@sapient.com"
] | dchoi3@sapient.com |
b48365699734b0a5b404881b27560b98e8bcbb3f | 463f5f961ace83a59fb0df36b197302ccacfdbc0 | /multitenancy/tenant-manager-client/src/main/java/io/apicurio/multitenant/client/exception/RegistryTenantForbiddenException.java | 09a8e712634dd1291ed0481d5869de398072707e | [
"Apache-2.0"
] | permissive | EricWittmann/apicurio-registry | ab84c4ef9751bddb437255d9ae0a10594e12ecba | 77885c115dc8ff29ca2b3eef94a045c06b246b68 | refs/heads/main | 2023-09-04T04:11:12.803162 | 2022-09-15T19:35:33 | 2022-09-15T19:35:33 | 202,395,236 | 0 | 1 | Apache-2.0 | 2022-08-04T09:20:19 | 2019-08-14T17:21:03 | Java | UTF-8 | Java | false | false | 944 | java | /*
* Copyright 2022 Red Hat
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in ... | [
"noreply@github.com"
] | EricWittmann.noreply@github.com |
360d49280ff39633f1156c9e4ead3db83ed5c85d | 0dc67c2e497446f93d758d52bb77cfbfe34611f6 | /Main.java | 3f3e70a2e36e6f29dfb5bd8200d4794ab4a31718 | [] | no_license | mamadzz/Main | 89b95a9877364f6d363e0ae6819bd449f4595266 | 3cc7b667ee6be212058a00b8db80519e39c2b41d | refs/heads/master | 2021-05-26T19:32:57.980755 | 2014-04-09T16:02:50 | 2014-04-09T16:02:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 227 | java | public class Main{
public static void main(String[] args){
public static void main(String[] args){
Calc c= new Calc();
System.out.print("version 0");
System.out.println("Multiplication :"+c.somme(3,5));
}
}
| [
"smamadou.barry.87@gmail.com"
] | smamadou.barry.87@gmail.com |
7db9621b78583a63df04799475d1928228cf343a | 975484ef89432415cc37207fa25028d6d2353b5a | /TicTac/src/tictac/Board2.java | 659c647cbd40b28dce6b86cf2af1ae1fe2f43029 | [] | no_license | NShani/TicTacToe | 4b64efb93e844d6e1417dc0e077e938fd1d08bbf | 1248293d4b43f1798a672c15e2c37aefd3bddc1e | refs/heads/master | 2021-01-23T09:52:35.325898 | 2015-07-13T08:27:42 | 2015-07-13T08:27:42 | 38,559,876 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 32,225 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package tictac;
import java.awt.Color;
import java.sql.Connection;
import java.sql.SQLException;
import java.util.Random;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.swing.ImageIcon;
im... | [
"pnadeeshani65@gmail.com"
] | pnadeeshani65@gmail.com |
c5aceebfae7c1a2edaf3ca359f83ad4ee507827b | ce64e5230d8885868b0cb42b971517db3ef439ad | /src/Collection/CollectionIterator.java | e14196f1d8dd735bc0de40431127d53c999675b9 | [] | no_license | yoghurts-sy/JavaBasic | a5746c4bddc00d041107744e06e863a895b895aa | 9e0150d2ae8b305fc6e21c0392a67e6b3a744f78 | refs/heads/master | 2021-05-25T13:02:50.363981 | 2020-07-05T07:18:10 | 2020-07-05T07:18:10 | 253,765,054 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,219 | java | package Collection;
import java.util.Iterator;
import java.util.ArrayList;
import java.util.Collection;
import java.util.ListIterator;
/*`Iterator`主要用于迭代访问(即遍历)`Collection`中的元素
* 因此`Iterator`对象也被称为迭代器
*
* Iterator接口的常用方法如下:
*
* `public E next()`:返回迭代的下一个元素。
* `public boolean hasNext()`:如果仍有元素可以迭代,则返回 true。
*/... | [
"yoghurts_sy@sina.com"
] | yoghurts_sy@sina.com |
53376f1afd4d696a6d329fa285bc722dd8153282 | 8ea665ba731b5eb77ec06f1ba0459d984e104944 | /app/src/main/java/com/example/hasna2/soccifillia/BluetoothActivity.java | 9d4b62c8d6fa91c26f6b0c9301ce8fd36e4a0db3 | [] | no_license | 7asna2/I-Tracker | 6abe08ca73ac3a588fb7961111b74e846d1a1b62 | 5537a160dea95c1eecf601d20d7ba5386c48d236 | refs/heads/master | 2021-01-16T18:28:46.629872 | 2016-09-20T22:00:18 | 2016-09-20T22:00:18 | 68,756,666 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,135 | java | package com.example.hasna2.soccifillia;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothDevice;
import android.content.ComponentName;
import android.content.Intent;
import android.content.IntentFilter;
import android.content.ServiceConnection;
import android.os.Bundle;
import android.os.IB... | [
"7asna2.tawfik11@gmail.com"
] | 7asna2.tawfik11@gmail.com |
f861ec02e0b07eb100677803340222d16ac3416a | 32891723020ee2f45b96f61094dc8fd1f829f57a | /demotools/src/main/java/com/ukelink/um/handle/netty/EncodeHandler.java | edb8be33a5a20f22e4570ebb75f6c3d390b9ed96 | [] | no_license | flam-flam-flam/tools | 8c21d1d1d2503cd3f37cb689f8c7e9e5be324ca3 | bf752a58d6c37db779c6308ba1b2603725b017bf | refs/heads/master | 2023-09-04T02:57:02.340567 | 2023-09-04T01:57:46 | 2023-09-04T01:57:46 | 199,966,946 | 0 | 0 | null | 2022-10-04T23:54:24 | 2019-08-01T03:09:02 | Java | UTF-8 | Java | false | false | 1,220 | java | package com.ukelink.um.handle.netty;
import com.ukelink.um.bean.LongLinkMessage;
import io.netty.buffer.ByteBuf;
import io.netty.channel.ChannelHandler;
import io.netty.channel.ChannelHandlerContext;
import io.netty.handler.codec.ByteToMessageCodec;
import io.netty.handler.codec.ByteToMessageDecoder;
import io.netty.h... | [
"gaochuang@ukelink.com"
] | gaochuang@ukelink.com |
b85c5155201c17ad448910f95a7515b390765097 | 98750a80a42f585cbf70f23ab5f965234b10e3e4 | /src/gui/CustomerPane.java | 404ae4befb99a79293d51246a5fef7fadfbe99f3 | [] | no_license | jacobtornqvist/FoJaJo | cdacf5789c4a021d110ac9980798f8392fc6a388 | 675448bd78bd70bbe18d3058da573e4cc2d046bb | refs/heads/master | 2020-04-04T10:06:17.959182 | 2018-11-14T09:57:08 | 2018-11-14T09:57:08 | 155,842,954 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 7,041 | java | package gui;
import java.text.DecimalFormat;
import Exceptions.ErrorHandler;
import controller.Controller;
import javafx.beans.binding.Bindings;
import javafx.beans.property.SimpleIntegerProperty;
import javafx.beans.property.SimpleStringProperty;
import javafx.collections.FXCollections;
import javafx.event.ActionEven... | [
"fo6485ni-s@student.lu.se"
] | fo6485ni-s@student.lu.se |
d1874f00308cf5f703e907ea0ddd5bed57b17fef | 9bc5ca247ababe2b7447243bbe1ebf4847cee615 | /src/basic/HandlingallControls.java | 906d821df4b022988f09c5c1d7126ff2be1a16ea | [] | no_license | AGdivya/edurekaSiteFirstProjectRepo | a68454ab14fc33131a5e1b77244bf15dc21b189c | 2b0437dbdde13da495ff82c48f7400220cbc7328 | refs/heads/master | 2020-06-12T22:03:41.265709 | 2019-06-29T19:22:50 | 2019-06-29T19:22:50 | 194,440,472 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,247 | java | package basic;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.interactions.Actions;
import org.testng.annotations.*;
public class HandlingallControls {
WebDriver driver;
@BeforeTe... | [
"divya9693@gmail.com"
] | divya9693@gmail.com |
d59c72ca123249a739f795e948677d95d6cb63ae | f675f1e75830897ac5b15747bba59c16388bb617 | /Trees/src/GenericTree/DiameterOfGenericTree.java | 71c209bdeb1cd5701e1f23f51da43f6de237af0f | [] | no_license | tarunsraina/Generic-Tree | cc0438e0f6535654772a69af97d0d5b5127faa0b | 8f3c9b2739c60427c683b2e26abc1cee6d238aa4 | refs/heads/master | 2023-07-31T10:11:58.169132 | 2021-06-29T09:07:46 | 2021-06-29T09:07:46 | 380,307,846 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,702 | java | package GenericTree;
import java.util.ArrayList;
import java.util.Stack;
/*Maximum # of edges between any two nodes is considered as diameter*/
/*calculating diameter,but in recursive call we return height(calculate something,return something)
*
* we need diameter(declare as static),so we are calculating diameter... | [
"tarunsraina483@gmail.com"
] | tarunsraina483@gmail.com |
d5024eddc702a9cdd15b6483a587170eacc483ab | 252e30b0e393723f80f580065ede30b91ac68cf6 | /src/main/java/com/space/book/service/mapper/UserMapper.java | 29e0ff152967ba603335a171a5c90d674902c601 | [] | no_license | trsorsimo96/SpaceBook | 04931c91e4d82dc00d0df65c88cd3354b409e1d1 | 65dda83f38e36efda33198e57431eb5267fdad45 | refs/heads/master | 2021-04-09T10:14:36.454250 | 2018-03-16T07:49:02 | 2018-03-16T07:49:02 | 125,482,022 | 0 | 1 | null | 2020-09-18T12:24:52 | 2018-03-16T07:48:58 | Java | UTF-8 | Java | false | false | 2,306 | java | package com.space.book.service.mapper;
import com.space.book.domain.Authority;
import com.space.book.domain.User;
import com.space.book.service.dto.UserDTO;
import org.springframework.stereotype.Service;
import java.util.*;
import java.util.stream.Collectors;
/**
* Mapper for the entity User and its DTO called Use... | [
"jhipster-bot@users.noreply.github.com"
] | jhipster-bot@users.noreply.github.com |
7dbeb92e9572b98f61b2b838972b3424b4af94c7 | 4e390e1d3ee8db4277d7e86c74e67730a3583a1b | /components/limewire_components_sources/component-1/limewire/limewire/components/core-api/src/main/java/org/limewire/core/api/connection/FirewallTransferStatusEvent.java | 6276cd568430ddc440e658fc104a5044d1d9f840 | [] | no_license | WasteService/WasteService.github.io | 6dd28b9673895dc53c00bfee751a0378d684813a | fefe1185e6c7a53806f28e759f5104904a80db01 | refs/heads/master | 2023-01-05T09:56:28.057174 | 2020-10-28T10:13:53 | 2020-10-28T10:13:53 | 307,663,150 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 328 | java | package org.limewire.core.api.connection;
import org.limewire.listener.DefaultEvent;
public class FirewallTransferStatusEvent extends DefaultEvent<FirewallTransferStatus, FWTStatusReason> {
public FirewallTransferStatusEvent(FirewallTransferStatus status, FWTStatusReason reason) {
super(status, reason);
... | [
""
] | |
311384f3cd8354c24c354f52ff85f8a1e1ae2f1c | 1450b21a393c4683373a8f8e6791e29986b8647d | /src/model/ImageBag.java | 9cb1a1ec46a8228585887f7ee1220af735c71b2e | [] | no_license | jiacy061/QQPlug-InToPreventTheWithdrawal-withoutLock | de8765fb399ff0e74db7b7e0f66f37748a8cfcdc | e6a3265d2899c5aa6154c1b098a99af218400e97 | refs/heads/master | 2021-01-19T12:25:26.007470 | 2017-08-29T13:26:57 | 2017-08-29T13:26:57 | 100,784,909 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,040 | java | package model;
import java.awt.Image;
import java.io.File;
import java.util.Date;
public class ImageBag {
private Date date;
private boolean isWithdrawal;
private File file;
private String fromPath;
public ImageBag(File file, String fromPath) {
super();
this.file = file;
this.fromPath = fromPath;
date ... | [
"jiacy@vip.qq.com"
] | jiacy@vip.qq.com |
d435bf06cd130116cb0282cc848ff8a91f4e55e5 | c1888ef5fa99eb7aa78383edb755f812366ee403 | /getspring/src/main/java/org/getspring/beans/BeanDefinition.java | 5c509720c2d6e83257ea9da13b49d34268703a82 | [] | no_license | windyoffice1/getspring | 725728644eb682cfb34bcc982affbe2ff25e8e88 | eba8c3745e84c39bc6a9fad1c73a3d646a2fbdda | refs/heads/master | 2021-06-26T23:34:22.523801 | 2019-08-14T04:16:33 | 2019-08-14T04:16:33 | 159,523,869 | 0 | 0 | null | 2020-10-13T11:03:56 | 2018-11-28T15:31:20 | Java | UTF-8 | Java | false | false | 446 | java | package org.getspring.beans;
import java.util.List;
public interface BeanDefinition {
public static final String SCOPE_SINGLETON="singleton";
public static final String SCOPE_PROTOTYE="prototype";
public static final String SCOPE_DEFAULT = "";
public boolean isSingleton();
public boolean isPrototype();
String... | [
"c_zhoukai-001@oa.cpic.com.cn"
] | c_zhoukai-001@oa.cpic.com.cn |
2c0bd4f8a5d2b39972e7ac2961f64becce5c083f | 5e4a1c90655047938abe1adfc786d46263ea8e37 | /src/main/java/com/lqr/test/FlieTest.java | 35b0c4f9f836f135d9da267f356ba96d2efad59c | [] | no_license | luoqiren/spring-base | d91c0348658222db04d97d33addd0fe73bec9f2b | ee9aca411ca709fca470cffdbfc9170dfc459963 | refs/heads/master | 2022-12-28T10:00:24.478854 | 2020-10-12T01:11:16 | 2020-10-12T01:11:19 | 102,484,133 | 0 | 0 | null | 2022-12-16T06:17:31 | 2017-09-05T13:24:41 | Java | WINDOWS-1252 | Java | false | false | 741 | java | package com.lqr.test;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.OutputStreamWriter;
public class FlieTest {
public static void main(String[] args) throws IOException {
File f = new File("D:\\a.tmp");
if(!f.exists()){
f.crea... | [
"akqq261812410@163.com"
] | akqq261812410@163.com |
7b67f45a7399450691ec5544b6b80f05b9e4e287 | c44cc584efb8590dd352ebfe75b0ce9baa46f37d | /app/src/androidTest/java/com/janson/liveencyclopedia/ApplicationTest.java | bc26cdcdb8a9b4f7c4d425852905c98453d53e5e | [
"Apache-2.0"
] | permissive | jansonjoan/LiveEncyclopedia | 7b883b4dbd52e1f857f13b49ba546122d22f2a8b | 3269834377ff7e37782dccf41761c3169249e52c | refs/heads/master | 2021-01-10T10:32:53.732903 | 2015-12-14T09:43:52 | 2015-12-14T09:43:52 | 47,953,362 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 358 | java | package com.janson.liveencyclopedia;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
... | [
"97547866@qq.com"
] | 97547866@qq.com |
3a2077f6212a5cffaa8f04cdffab65e1f0621c50 | 74b47b895b2f739612371f871c7f940502e7165b | /aws-java-sdk-sagemaker/src/main/java/com/amazonaws/services/sagemaker/model/transform/TrialComponentSourceJsonUnmarshaller.java | 893b928cb7fd57ca8d89f7305e614817d5121315 | [
"Apache-2.0"
] | permissive | baganda07/aws-sdk-java | fe1958ed679cd95b4c48f971393bf03eb5512799 | f19bdb30177106b5d6394223a40a382b87adf742 | refs/heads/master | 2022-11-09T21:55:43.857201 | 2022-10-24T21:08:19 | 2022-10-24T21:08:19 | 221,028,223 | 0 | 0 | Apache-2.0 | 2019-11-11T16:57:12 | 2019-11-11T16:57:11 | null | UTF-8 | Java | false | false | 3,049 | java | /*
* Copyright 2017-2022 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... | [
""
] | |
0d190767089304bcf592e650e7c9b7c8e4cd2035 | 5744e7d52ec44ad69e1b430cc026a4b663449c2d | /app/src/androidTest/java/com/ama3azi/takepon/tabview/ExampleInstrumentedTest.java | 44f844aefea2344a91c392bdfa9ca1fe22e636f1 | [] | no_license | amahub/TabView | 6c71e1078e857948370b1c5dbad00dd790df12a0 | 5e16778a3545f5d28b9377e14bbf7b29ad473a6d | refs/heads/master | 2021-01-21T06:18:12.081025 | 2017-02-26T11:32:02 | 2017-02-26T11:32:02 | 83,203,756 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 758 | java | package com.ama3azi.takepon.tabview;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumentation test, which will execute on an ... | [
"takepon@takehara-no-MacBook-Pro.local"
] | takepon@takehara-no-MacBook-Pro.local |
7bff981b113239298d0670ddbbfb64432967e0a0 | 08bae5c8b200ac106fcd466ec1b3f8cdd1829455 | /app/src/main/java/com/example/tsukasa/robohon/MainActivity.java | f432b7fce29e0202bf2abe02e72042e79264445f | [] | no_license | yuuki-takaya/Drive_with_RoBoHon | dc405b47c69a175c900db34a63657a92824498d9 | e85fa0fcd992bd5a4f9e7bcf007582874704fac7 | refs/heads/master | 2020-03-28T20:19:47.575866 | 2017-06-17T09:40:46 | 2017-06-17T09:40:46 | 94,611,027 | 0 | 0 | null | 2017-06-17T09:40:47 | 2017-06-17T08:34:42 | Java | UTF-8 | Java | false | false | 19,247 | java | package com.example.tsukasa.robohon;
import android.app.Activity;
import android.content.BroadcastReceiver;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.os.Bundle;
import android.os.PowerManager;
import android.... | [
"tsukasa.soccer.0922@gmail.com"
] | tsukasa.soccer.0922@gmail.com |
52f6eff16d093d4646e044d5fb28d1fb32d7e2f5 | 40482d6955faf33cfa71122cc080fb3fbd7d5331 | /src/test/java/org/wecancodeit/librarydemo/WebLayerTest.java | 11ef0caf48f836a946931c6fde2502d66648d6c0 | [] | no_license | CaitlynSendelbach/ReviewSiteFullStack | fac07a1271b706b174198a0e9d4e67d9eaa1dc02 | 97bb1eb9359a6678bb40df31cc46cb75fa9f0be7 | refs/heads/master | 2022-11-08T12:05:53.127945 | 2020-06-22T22:33:01 | 2020-06-22T22:33:01 | 274,255,666 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,583 | java | package org.wecancodeit.librarydemo;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTest;
import org.springframework.boot.test.mock.mockito.MockBea... | [
"vegeta5823@gmail.com"
] | vegeta5823@gmail.com |
6d41b44c7bfdf136af4939fa75f61a8a496d54d1 | af3583bdee48e95649a4c72d5f97bb9f02ec17a4 | /MyApplication/src/main/java/com/app/service/UserServiceImpl.java | 66efda3b1e21d94a299568826a2b29d2bf0621e5 | [] | no_license | akshayInfo/git-github | bda151381d3138cacf1f48797d422217e9b3814c | e97c7249e309a3e0527b343a43485b7696a11e40 | refs/heads/master | 2020-03-07T10:45:26.134679 | 2018-04-08T15:38:36 | 2018-04-08T15:38:36 | 127,438,965 | 1 | 4 | null | 2018-04-08T15:38:37 | 2018-03-30T14:46:19 | Java | UTF-8 | Java | false | false | 957 | java | package com.app.service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.app.dao.UserDAO;
import com.app.model.User;
@Service
public class UserServiceImpl ... | [
"aky.jamodkar@gmail.com"
] | aky.jamodkar@gmail.com |
32fbb62f6ffe6d0ab6bcfbe93ddeb001fc5ed4c9 | 53ab804baef1e5be358d6e265b4d48393ec58a4a | /src/main/java/org/modelio/microservicesnetcore/impl/MicroserviceDotnetCoreModule.java | 7c4b12933f934fe381ab3d8930a132ae27c5a9d1 | [] | no_license | geogeocutcut/microservicesnetcore | cac24b4d0bd4007f836c0522f9d8fcc925d2ac02 | f89c4f76878694de3aecf6fa9054e2afedb0beb1 | refs/heads/master | 2022-12-16T09:01:09.770593 | 2019-07-05T15:32:28 | 2019-07-05T15:32:28 | 156,298,687 | 0 | 0 | null | 2022-12-08T04:45:50 | 2018-11-05T23:44:25 | Java | UTF-8 | Java | false | false | 3,578 | java | package org.modelio.microservicesnetcore.impl;
import org.modelio.api.module.AbstractJavaModule;
import org.modelio.api.module.context.IModuleContext;
import org.modelio.api.module.lifecycle.IModuleLifeCycleHandler;
import org.modelio.api.module.parameter.IParameterEditionModel;
/**
* Implementation of the IModule i... | [
"lefevregeoffrey@gmail.com"
] | lefevregeoffrey@gmail.com |
50e098fb1ee89c1ce1e383eabddfab10babdf422 | 698ccaaf4e4bbae6a7e13f62180278e3a07e9791 | /programming/strings/string-simulation/LongestCommonPrefix.java | 71a4261e46f336a07d19d2efed43982967f19b58 | [
"MIT"
] | permissive | Ankit-555/Interview-Bit-1 | 3e3cc905b23f94977cea843d4612890c2bd9a553 | 735e625c2bae0922dd3e80dd2facefb3da98e86b | refs/heads/master | 2020-08-29T09:31:31.732592 | 2019-10-28T08:04:36 | 2019-10-28T08:04:36 | 217,994,363 | 0 | 0 | MIT | 2019-10-28T08:00:22 | 2019-10-28T08:00:22 | null | UTF-8 | Java | false | false | 748 | java | // https://www.interviewbit.com/problems/longest-common-prefix/
public class Solution {
public String longestCommonPrefix(ArrayList<String> A) {
if (A.size() == 0) return "";
if (A.size() == 1) return A.get(0);
StringBuilder sb = new StringBuilder();
for (... | [
"samradhs@gmail.com"
] | samradhs@gmail.com |
e38639a92fe43ac78ed7ee1ba83171f2959d3335 | 74d739caf1a2ac7ee5de9eccdd0a4b395fdf3546 | /src/leetcode/problem_62.java | ae8f69bf1d99cce081ac77db9ea783b12a630f37 | [] | no_license | tongtongdi/myword | e64fab85e50e6c5fd12f7a5dd0e94cc2a8ed7f53 | cf7eb1834484199b028537941a4de27f05d12435 | refs/heads/master | 2021-06-14T12:03:34.106295 | 2021-06-05T12:55:36 | 2021-06-05T12:55:36 | 195,362,719 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 414 | java | package leetcode;
/**
* @Description:
* @Date: 2019/7/22
* @Author 王通
* @Version 1.0
*/
public class problem_62 {
public static int uniquePaths(int m, int n) {
if(n==1)
return 1;
if(m==1)
return 1;
return uniquePaths(m-1,n)+uniquePaths(m,n-1);
}
public... | [
"729728698@qq.com"
] | 729728698@qq.com |
49d819d2a82f1e01b68b7d042894861f09177f8a | 662b6ef8fd0eeab67303b0322a0404145c924a6b | /src/org/demo/custon_view/NinePointLineView.java | 1b94dfae21582d66a10d349e106bd3a299468f69 | [] | no_license | jialong-google/keykeeper | 197ef12078de032e21972ed753a31590a1c2d64f | a20e794f4040ffc09e590f4b9f5920fc4272d858 | refs/heads/master | 2021-10-29T08:05:28.925137 | 2014-01-16T16:14:01 | 2014-01-16T16:14:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,712 | java | package org.demo.custon_view;
import org.demo.custon_view.GesturePassActivity.ImageAdapter;
import org.demo.utils.MLog;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.graphics.Bitmap;
import android.graphics.BitmapFa... | [
"522601422@qq.com"
] | 522601422@qq.com |
7553bec547c06efc27f780bf0cf4559ccf8db508 | b187dc8bd7f3d589f2c3fa970808016aec94e8a9 | /src/main/java/com/example/wap/models/Enrollment.java | 1ba7d4584fb8e165e409357a7b3b5e06b31e2940 | [] | no_license | averywpx/CS3200-fall20-Wang-Peixin | 9c8d72aa50701e768a3689634708d793b07f59d0 | 170fdc2ac5f9878e4bed5bb333db8c3ca6ccd1ae | refs/heads/master | 2023-02-01T13:51:34.161610 | 2020-12-18T20:30:08 | 2020-12-18T20:30:08 | 319,148,761 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,330 | java | package com.example.wap.models;
import com.fasterxml.jackson.annotation.JsonIgnore;
import javax.persistence.*;
@Entity
@Table(name="enrollments")
@IdClass(EnrollmentId.class)
public class Enrollment {
@Id
private Integer studentId;
@Id
private Integer clubId;
private boolean isPresident;
... | [
"avery.wpx@gmail.com"
] | avery.wpx@gmail.com |
7cdf68f69079c882be426bd948b44524aafe5906 | e042a9e77c3e1a3c3ccae2cd9131bf27d1177ae6 | /moduleSystem/DropdownModListGui.java | 4447e8191bb9a485f48319844aeb979c36455b4d | [] | no_license | mcModderMan/Skybot | ccc84f821e50b9434951389fa469a04ed2277cca | cbb7bd189e5f771c54f55700f9bea50e87c73132 | refs/heads/master | 2022-12-01T08:27:56.891432 | 2020-08-19T09:29:27 | 2020-08-19T09:29:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,050 | java | package inowen.moduleSystem;
import inowen.SkyBotMod;
import net.minecraft.client.Minecraft;
import net.minecraftforge.api.distmarker.Dist;
import net.minecraftforge.client.event.RenderGameOverlayEvent;
import net.minecraftforge.eventbus.api.SubscribeEvent;
import net.minecraftforge.fml.common.Mod;
/**
* Shows a gu... | [
"inoah@correo.ugr.es"
] | inoah@correo.ugr.es |
c1b801a61fffb3284083dd10ff337006f5ebafbf | 21202f4e01dada37ab89e2d0c97e61571fa4597a | /app/src/main/java/com/handen/trends/ClientInterface.java | b94580c08dd48b83ce2547d52b8d1c71d39f6701 | [] | no_license | IvanPletinskiy/ytrmfd | 8854e5f5cba6e07ed8941ccc891c26bff770ee1e | ea5fa96ac1cd53e2b55ae4d9d0e1176f2770cf9a | refs/heads/master | 2021-09-06T22:17:46.611138 | 2018-02-12T11:36:53 | 2018-02-12T11:36:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,030 | java | package com.handen.trends;
import com.handen.trends.data.Category;
import com.handen.trends.data.Comment;
import com.handen.trends.data.Post;
import com.handen.trends.data.User;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Date;
import java.util.HashMap;
import java.util.HashSet;
/**
* Crea... | [
"ivanhanden@gmail.com"
] | ivanhanden@gmail.com |
4d2d5872f65b9f4fcd6d49058be05a8cab41254b | 5313da0fe742f03a4b065f28354bdf1d30d68886 | /src/main/java/com/angejia/dw/hive/udtf/UdtfDemo.java | 8d1f1ff6ce217e8386fc42ec517f892283f7ad41 | [] | no_license | fanzw123/dw_hive_udf | dcd4ef96f841575518f1396f65aeba08e7281092 | 5fa915a221b60fa2d573b208ffeb55bedf8767bf | refs/heads/master | 2020-12-30T14:19:18.108246 | 2017-02-10T09:07:54 | 2017-02-10T09:07:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,242 | java | package com.angejia.dw.hive.udtf;
import java.util.ArrayList;
import org.apache.hadoop.hive.ql.exec.UDFArgumentException;
import org.apache.hadoop.hive.ql.metadata.HiveException;
import org.apache.hadoop.hive.ql.udf.generic.GenericUDTF;
import org.apache.hadoop.hive.ql.exec.UDFArgumentLengthException;
import org.apac... | [
"jason@angejia.com"
] | jason@angejia.com |
bed03ec7962d99d97262689b7e3b1fb31816512b | fd948cb5a4b449148193eb997eceaf96bca1bd60 | /java/4.referance/src/enumType/Week.java | d4833ce5ae0c87f39e1e94fa26d3388608fe3359 | [] | no_license | minje94/kitri | a6659b728b636a61955877cfb8101564d16704d0 | 993e2723f380bbe2d64d8f39824ec49825a6939f | refs/heads/master | 2022-09-23T07:13:23.482725 | 2020-05-28T11:46:44 | 2020-05-28T11:46:44 | 256,954,883 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 171 | java | package enumType;
// enum은 상수를 한번에 갖고있는 용도로 사용
public enum Week {
MONDAY,
TUESDAY,
WEDNESDAY,
THURSDAY,
FRIDAY,
SATURDAY,
SUNDAY;
}
| [
"alswp625@naver.com"
] | alswp625@naver.com |
cc60a200ae0025226228b4138983213768424ce7 | 45e5b8e8690e80d05e9e7764a572ee2ddf2928c5 | /src/main/java/tristi/general/web/listitem/SalesordercorrectionListItem.java | 4794c41ce79423acbedb5c129785004727fba7d0 | [] | no_license | tristi/GeneralFoundation | 7aa45c2d7f0e30bf8c535b05d143f33cef73baf0 | 9b3073a74d6dd09db1ccc589687afd459f0a772f | refs/heads/master | 2021-01-20T02:47:22.054094 | 2016-04-16T05:05:19 | 2016-04-16T05:05:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 694 | java | /*
* Created on 6 Dec 2015
*/
package tristi.general.web.listitem;
import tristi.general.bean.Salesordercorrection;
import tristi.general.web.ListItem;
public class SalesordercorrectionListItem implements ListItem {
private final String value ;
private final String label ;
public SalesordercorrectionListItem(... | [
"heri.tristiantoro@gmail.com"
] | heri.tristiantoro@gmail.com |
66c26efd32a38197c2ae7e8c3d387a80f1707f25 | b3075432aaeb909385f2a27aef365208ab9c002a | /app/src/main/java/com/google/firebase/quickstart/database/NotesActivity.java | 6cd5a067c20d087d6f77918a779625b5e0319570 | [
"Apache-2.0"
] | permissive | bouhendfaycal/choapp | 91fada6a3876d032222d905169d8eb25b2260312 | 5e4757e05655ad9380dea7d537a48f048f32d39f | refs/heads/master | 2020-05-05T05:50:20.701717 | 2019-04-05T23:20:06 | 2019-04-05T23:20:06 | 179,766,955 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,902 | java | package com.google.firebase.quickstart.database;
import android.content.Context;
import android.content.SharedPreferences;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.LinearLayout;
import android.widget.TextVie... | [
"faycal22sba@gmail.com"
] | faycal22sba@gmail.com |
8f1f7f27b209bfa64618bc05f035699c99b28deb | 37a30835fcea9664afa873871e479cd28e280378 | /app/src/main/java/com/duy/pascal/interperter/declaration/classunit/ClassConstructor.java | f2cff1457081a84fe0c558d57cb0c1b7e8560ec6 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | DereckySany/pascalnide | 2e2ad859ff91809a52817f2a61dac92f048ece85 | c7f3f79ecf4cf6a81b32c7d389aad7f4034c8f01 | refs/heads/master | 2022-01-03T08:00:37.935504 | 2018-03-18T14:02:17 | 2018-03-18T14:02:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,667 | java | /*
* Copyright (c) 2017 Tran Le Duy
*
* 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... | [
"tranleduy1233@gmail.com"
] | tranleduy1233@gmail.com |
e3af7b868237aa70c84375ad667534a7007ee632 | 3f957f6506220bd162a682ccea9ce474cfa75c0f | /src/service/CustomerService.java | 37ff16cd3c06954e0bb397936214cccfa1542e45 | [] | no_license | nguyen-graykhoa/hotelReservation | 74d10dc2086da8b98fe9dbc4810eb2d77ea3bc06 | 36c24037a79fa7d0dd041e1e728c49156d27eed9 | refs/heads/master | 2023-03-20T02:04:12.906239 | 2021-03-18T20:45:41 | 2021-03-18T20:45:41 | 349,106,318 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 981 | java | package service;
import model.Customer;
import java.util.*;
public class CustomerService {
private static CustomerService customerService;
public static List<Customer> customers = new ArrayList<Customer>();
public static Map<String, Customer> mapOfCustomers = new HashMap<String, Customer>();
priva... | [
"khoanguyengray@gmail.com"
] | khoanguyengray@gmail.com |
f32519265b35cfd24989667888fdf6a91b14f2ea | 9e7d0ca7713720f596cefc06951c69c9e5af07e1 | /pet-clinic-data/src/main/java/guru/springframework/sfgpetclinc/service/map/OwnerServiceMap.java | 5c1bb02c9b7dce473253e5343f366d4eeaea0d4a | [] | no_license | ahmeed83/sfg-pet-clinic | b0f1402212730bb5bc62ae6b625a50c31b2516c3 | d6e9a29498af9136a84fc9ecf68f18cfa2e08cf2 | refs/heads/master | 2020-04-03T04:41:36.839494 | 2018-10-31T07:05:01 | 2018-10-31T07:05:01 | 155,020,799 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 939 | java | package guru.springframework.sfgpetclinc.service.map;
import guru.springframework.sfgpetclinc.model.Owner;
import guru.springframework.sfgpetclinc.service.OwnerService;
import org.springframework.stereotype.Service;
import java.util.Set;
@Service
public class OwnerServiceMap extends AbstractMapService<Owner, Long> i... | [
"ahmed83@me.com"
] | ahmed83@me.com |
379ab22e902e4f592acc5fe98624b4fa0a117e63 | 4a67af1fe5de4222f79e12570c139450f76fc33c | /app/src/main/java/com/example/daidaijie/syllabusapplication/ModuleInfo/dymatic/postDymatic/PostDymaticModule.java | ef4ef3b01a3390d7085dcef30d3f6911bf615552 | [] | no_license | zhkHorizon/SyllabusApplicationV1 | 4a56cdcf9dee87c10be7e2d6105eb20f9df468c7 | a79aaa7163d206143d6ddddf58f50c160874e994 | refs/heads/master | 2020-03-30T00:33:39.337068 | 2019-03-22T15:59:48 | 2019-03-22T15:59:48 | 150,530,636 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,154 | java | package com.example.daidaijie.syllabusapplication.ModuleInfo.dymatic.postDymatic;
import com.example.daidaijie.syllabusapplication.di.qualifier.retrofitQualifier.SchoolRetrofit;
import com.example.daidaijie.syllabusapplication.di.qualifier.user.LoginUser;
import com.example.daidaijie.syllabusapplication.di.scope.PerAc... | [
"1092536255@qq.com"
] | 1092536255@qq.com |
cc81d3d63ca772b5d1bff182e290cf89b01b36dd | a3be1c6045c32fccad5832e7f672babb29f9a102 | /src/test/java/com/gismat/test/repository/CustomAuditEventRepositoryIntTest.java | b35f20dec1fa0510db7ab551947aac5de0b489eb | [
"MIT"
] | permissive | BulkSecurityGeneratorProject/spring-firebase-authentication | fd10f8ed89a08f5df4eac5e7a707aa683645692f | 818f6149268494608a65d8900284d6f35fb4f1a4 | refs/heads/master | 2022-12-10T22:12:34.396040 | 2017-12-05T13:34:32 | 2017-12-05T13:34:32 | 296,556,936 | 0 | 0 | MIT | 2020-09-18T08:10:58 | 2020-09-18T08:10:57 | null | UTF-8 | Java | false | false | 11,588 | java | package com.gismat.test.repository;
import com.gismat.test.TestprojectmonolithicApp;
import com.gismat.test.config.Constants;
import com.gismat.test.config.audit.AuditEventConverter;
import com.gismat.test.domain.PersistentAuditEvent;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
imp... | [
"gismatk@azerconnect.az"
] | gismatk@azerconnect.az |
f5c72b4c4a778d20df239c31dd0956c05b8ab012 | ebf8e61490de101d9a272df6399e992751f5a2ba | /backend/src/main/java/com/andrezasecon/app/repositories/CategoryRepository.java | 02878ca7b148ed64806f5b2e1092be3ff31a0e6f | [] | no_license | andrezasecon/dscatalog-bootcamp | e80597eb025bd441b3abeb71f2a2f354f8d2b2d3 | 346a6a5b02035a8a017c05f728e42596d28d617a | refs/heads/master | 2023-08-14T09:33:57.081365 | 2021-09-08T04:44:58 | 2021-09-08T04:44:58 | 368,257,079 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 294 | java | package com.andrezasecon.app.repositories;
import com.andrezasecon.app.entities.Category;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface CategoryRepository extends JpaRepository<Category, Long> {
}
| [
"andrezasecon@gmail.com"
] | andrezasecon@gmail.com |
f223be96334c6abe6687ae7e2390ca1caa8768e0 | 569314434028eb92ebba9356f33e431ebd20ae0f | /extensions/micrometer/deployment/src/test/java/io/quarkus/micrometer/deployment/export/SecondPrometheusTest.java | 079318c35890013ad41e1d13046131804365b27e | [
"Apache-2.0"
] | permissive | dteleguin/quarkus | 0566a81a2f5acbe7dca5112cd632698410759ee0 | ecf8d24cd11b1921d0cf91f7b7ca762f7ac843c4 | refs/heads/master | 2023-03-17T10:44:35.658992 | 2020-10-14T09:54:49 | 2020-10-14T09:54:49 | 212,834,913 | 1 | 0 | Apache-2.0 | 2023-03-09T20:18:54 | 2019-10-04T14:33:31 | Java | UTF-8 | Java | false | false | 1,588 | java | package io.quarkus.micrometer.deployment.export;
import java.util.Set;
import javax.inject.Inject;
import org.jboss.shrinkwrap.api.ShrinkWrap;
import org.jboss.shrinkwrap.api.spec.JavaArchive;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.RegisterE... | [
"ebullient@redhat.com"
] | ebullient@redhat.com |
af9db69ac2243ee6a7c024cda841fae81e134311 | a8f8afc43a6ff2b756eab4184ae98e5c0d439543 | /projects/EJULOK/Java/prognyelvek/src/main/java/bence/prognyelvek/transition/Transition.java | f929361296982f21e0d8db55d3b6eb19ebfc2c3c | [
"MIT"
] | permissive | ndr-113-hub/langs-and-paradigms | acb7ebed767a386f6a3c1849263195317e9e194e | ee4d00dfc85ffa76fa89c1e0cb19a47ebaed1291 | refs/heads/master | 2022-09-26T00:08:42.270731 | 2015-05-11T20:34:57 | 2015-05-11T20:34:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 814 | java | package bence.prognyelvek.transition;
import bence.prognyelvek.transition.actions.Action;
import bence.prognyelvek.transition.conditions.Condition;
import bence.prognyelvek.transition.states.State;
public class Transition<T, O> {
private final Condition<T, O> condition;
private final Action<T, O> action;
... | [
"simonbence@gmail.com"
] | simonbence@gmail.com |
266c098cfa7dd2be28c7868c40257dcefae8439b | 4501e44f5423064d479c36a45af70fcc44daa969 | /app/src/main/java/com/seeyetech/MVP/seeye/MovableFloatingActionButton.java | 076618534eee34d22512469e46827a8afa02c6b0 | [] | no_license | Dododododoit/SEEYE_ANDROID | df4d4e91b9428266a9573c017ca98c6b1f0d19e5 | 12eb7307d549b259413aeafc782b70169bd362f9 | refs/heads/master | 2020-04-18T15:07:16.848940 | 2019-02-26T22:29:41 | 2019-02-26T22:29:41 | 167,604,855 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,209 | java | package com.seeyetech.MVP.seeye;
import android.content.Context;
import android.support.design.widget.FloatingActionButton;
import android.util.AttributeSet;
import android.view.MotionEvent;
import android.view.View;
/**
* Created by kaitao on 1/25/19.
*/
public class MovableFloatingActionButton extends FloatingAc... | [
"kaitaowu@umich.edu"
] | kaitaowu@umich.edu |
4a784ee20885a27ae070946b7199ef9cd456e288 | 57b4d145897cf510a1bfb216b697b96ab8dca3b5 | /spring-boot-app/src/main/java/com/cdac/service/CustomerService.java | 19917bd0ded1365a2ffd5708b310b42dfb5e1f96 | [] | no_license | majrul/cdac-2021-jan-backend-repo | fcb93df471323fada271466ad0493e425ec3b936 | ab397b11d1a8337affb291694bb692b130d55bc2 | refs/heads/master | 2023-02-17T07:47:05.907042 | 2021-01-21T08:07:08 | 2021-01-21T08:07:08 | 331,231,181 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,433 | java | package com.cdac.service;
import org.springframework.beans.factory.annotation.Autowired;import org.springframework.dao.EmptyResultDataAccessException;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.cdac.dto.Login;
import com.cdac.entity.Custo... | [
"majrul@localhost"
] | majrul@localhost |
7821cfb59d84c45acca43ee26a3794eec6169a5c | ae0d886ca3f39cca6cbabcb0fe42478621740bde | /demos/demo-tanklab/src/main/java/migway/demos/tanklab/MapperRoute.java | bc0340cee693eaa489c656a393016bdd44c3ad21 | [
"Apache-2.0"
] | permissive | rikigeek/migway | f14a86211f25e0a3c0406ad0cc2ddcf78a14374f | 63343d7e3bca8713900b176da335a9df97813fd2 | refs/heads/master | 2020-06-29T19:02:38.827379 | 2016-11-21T23:58:16 | 2016-11-21T23:58:16 | 74,413,528 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,001 | java | package migway.demos.tanklab;
import java.util.Map;
import org.apache.camel.Headers;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class MapperRoute {
private static final Logger LOG = LoggerFactory.getLogger(MapperRoute.class);
/**
* Bean method to choose next route depending on POJO ... | [
"rikigeek@gmail.com"
] | rikigeek@gmail.com |
5f11dfa96fb75be6477232b39cae5eeef5e10502 | 48103eaedbbe9bf074a34f53ad5a0883679e3e9e | /lab01/app/src/main/java/com/example/a52951/firstapp/TargetActivity.java | cd4d41f4476914e98eed8594555f085e7ce2fe70 | [] | no_license | DorisA01701221/mobiles | 74bc8a9ddd043f291018fd15986ed1ff9d8ac052 | 9f5e6710d16649c1c27c0f19dc2c48bdd2d753ad | refs/heads/master | 2020-04-20T04:26:41.538061 | 2019-02-06T02:08:22 | 2019-02-06T02:08:22 | 168,627,670 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 769 | java | package com.example.a52951.firstapp;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.TextView;
public class TargetActivity extends AppCompatActivity {
TextView myTextView;
Intent currentIntent;
String myIntentVar;
int myI... | [
"a01701221@itesm.mx"
] | a01701221@itesm.mx |
d7edc6d646c8ed63d16eadfa63bdbee20f9c0aea | c5efbb658746cc0f467322e954f3de72bea4f8f5 | /parent/monitor/src/main/java/org/david/rain/monitor/monitor/domain/DataAttrSetting.java | dace9480ba40a522b51ac66e3e7f81b604377867 | [] | no_license | xfworld/rain | 2eb24d7d858da27df6cac102e6834e523cd0454c | ec45611543916617c695b1e5a2e35f2d43601381 | refs/heads/master | 2022-08-31T22:59:07.065108 | 2022-08-11T06:51:47 | 2022-08-11T06:51:47 | 71,985,629 | 0 | 0 | null | 2022-08-11T08:42:56 | 2016-10-26T09:04:07 | JavaScript | UTF-8 | Java | false | false | 1,815 | java | package org.david.rain.monitor.monitor.domain;
/**
* Created by czw on 14-2-24.
*/
public class DataAttrSetting {
private Integer itemId;
private String attrName;
private String chName;
private String memo;
private String sql;
private String dataSource;
private Integer status;
public... | [
"any.see@qq.com"
] | any.see@qq.com |
b3bfb4dd81ed758572e2b8ca0b867bdec6b2a86b | 79b0ef804526d8eaf9d53e4fb4b3736b7eae9e33 | /src/main/java/com/dh/mapperte/utils/ExelReadeUtils.java | 0d3e23259d2de9f6cf1129c1b2e3f70f5469415f | [] | no_license | dhpath/mapperte | 76b581aea980a2e5da46e9cac3c617804adfa04f | c92d4977ca4dc218f77f8d8689d76e577e89a642 | refs/heads/master | 2020-05-07T16:49:57.384665 | 2019-04-27T09:12:28 | 2019-04-27T09:12:28 | 180,700,553 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,677 | java | package com.dh.mapperte.utils;
import org.apache.poi.hssf.usermodel.HSSFWorkbook;
import org.apache.poi.ss.usermodel.*;
import org.apache.poi.util.IOUtils;
import org.apache.poi.xssf.usermodel.XSSFWorkbook;
import org.junit.Test;
import java.io.FileInputStream;
public class ExelReadeUtils {
@Test
public void ... | [
"dhdenghuan@126.com"
] | dhdenghuan@126.com |
b782683d6851b9ffb8afc40bc643ea41fe1a0923 | f3d0d9104c2d9c13f521e57ce82ed3d494807dc0 | /thread/src/threadus/Thread03.java | 58f18faad779eb1f435025489161fb87d80db7b7 | [] | no_license | beautxiang/thread | 8abd9f36568f3d5d1aaeec2bf078a1cbcc5113f7 | 963a0e3e958e55383d27832907976db9de34f414 | refs/heads/master | 2023-06-02T01:51:50.230599 | 2021-06-19T07:35:34 | 2021-06-19T07:35:34 | 378,345,437 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,219 | java | package threadus;
public class Thread03 {
public static void main(String[] args) {
T1 t1 = new T1();
T2 t2 = new T2();
Thread thread1 = new Thread(t1);
Thread thread2 = new Thread(t2);
thread1.start();
thread2.start();
System.out.println("main正在运行中");
}
}... | [
"2494916623@qq.com"
] | 2494916623@qq.com |
2ebc304c4e7108ae4709dec4bdd745d8c043c67f | 1b6a269d889bb6ef300fce834702e2d63dafb992 | /Sunny/src/java/com/ybt/service/work/QrcodeService.java | 06f113ee51728eedc0bb59237ced7e2659210239 | [] | no_license | 244522645/demo | b77690f3034ded577e92f88fa8d3b1fd92b96169 | 231013391c8c58aefee9dc65253f3975d43ebfe2 | refs/heads/master | 2021-01-23T18:58:06.544798 | 2017-04-17T05:25:18 | 2017-04-17T05:25:18 | 83,005,616 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,279 | java | package com.ybt.service.work;
import java.util.List;
import org.springframework.stereotype.Component;
import com.ybt.common.bean.Result;
import com.ybt.model.work.SunQrcode;
import com.ybt.service.base.IBaseService;
/**
* 推广二维码 逻辑
* @author AndyBao
* @version 4.0, 2016年11月3日 下午4:08:21
*/
@Component
p... | [
"244522645@qq.com"
] | 244522645@qq.com |
f9d12e99a3ddbb4d887b3786823beda868226b2b | b96d4ddf58e5d38754c1afed079051ac6bbcef95 | /arrays/ArrayBinarySearch.java | b9c87a1c1757abd3d1b8e9cebbabd5cdd545e585 | [] | no_license | nikkiumar1993/JavaCodes | 82f60c683d8ef188d1f8ece25d61e594d3092e52 | 1851d55af5815b39993660508c309bf719bd497a | refs/heads/master | 2021-01-01T23:34:04.396352 | 2020-02-10T00:14:32 | 2020-02-10T00:14:32 | 239,392,423 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 968 | java | package arrays;
import java.sql.Array;
import java.util.Arrays;
import java.util.Scanner;
public class ArrayBinarySearch {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
System.out.println("Enter a number that will be the size of your array");
int size = ... | [
"56229873+nikkiumar1993@users.noreply.github.com"
] | 56229873+nikkiumar1993@users.noreply.github.com |
1967c0d9f938a6903044a0b47bf62c5bd746cee1 | 5ef627ab366436bc698a8fe2e644407152f06c8a | /src/seleniumPractice/Locator3.java | a8168558f713edce9781fee308cbfcc7bbdeb072 | [] | no_license | vibha14-dotcom/vibha14-dotcom | 99612296d816b313dde12bde1800e9fee31a62a3 | 6ab6b1402c5f348f17512c6938b2dda92946f5dd | refs/heads/master | 2023-08-19T20:27:37.426562 | 2021-10-29T10:47:13 | 2021-10-29T10:57:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,643 | java | package seleniumPractice;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
public class Locator3 {
public static void main(String [] args) throws InterruptedException{
System.setProperty("webdriver.chr... | [
"vibha.lahane14@gmail.com"
] | vibha.lahane14@gmail.com |
c1a79e3270b0f6ff0df43d0a515eabd87857d6f5 | d0994997c7f6a3d6552220d8d396b9ff1fd5b715 | /tophlc/src/main/java/com/toobei/common/view/Util.java | 50dd115319b681e3eb9c4359552d30a86769c345 | [
"MIT"
] | permissive | liqimoon/xiubit-android | 65ab6f1a56b9f89e86530401f07a8cf16c6c2efd | 5723b5a8187a14909f605605b42fb3e7a8c3d768 | refs/heads/master | 2020-06-28T09:40:01.876486 | 2018-09-21T05:50:49 | 2018-09-21T05:50:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 598 | java | package com.toobei.common.view;
import android.content.Context;
public class Util {
public static int getScreenWidth(Context context) {
return context.getResources().getDisplayMetrics().widthPixels;
}
public static int getScreenHeight(Context context) {
return context.getResources().getDisplayMetrics().height... | [
"694208570@qq.com"
] | 694208570@qq.com |
06bdd6b071761069003252640b37d129fb2697a7 | 744e0db20e032382b1fa625c9036882ae34bb5b2 | /app/src/main/java/com/example/home/appgenda/utilidades/Utilidades.java | fb3ab60534769cbbec1317e93849a3ffca56c678 | [] | no_license | DemianBallesteros/Appgenda | 574415a7b7091f1882bea788bb2a0a0bd5960d95 | f602b43fe2cf6792d56d4b43ce332daba4c55d84 | refs/heads/master | 2020-03-10T15:38:50.728731 | 2018-08-18T10:46:31 | 2018-08-18T10:46:31 | 129,451,831 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 555 | java | package com.example.home.appgenda.utilidades;
public class Utilidades {
//tabla
public static final String TABLA_CLIENTE="cliente";
public static final String CAMPO_ID="id";
public static final String CAMPO_NOMBRE="nombre";
public static final String CAMPO_TELEFONO="telefono";
public static ... | [
"Chamo-07"
] | Chamo-07 |
98a90f9c7d5c773b58da1b10868c28f08c5ff04f | bc0f99c36dd89530e49347b519c399608be10955 | /tianfang/tianfang-order/src/test/java/org/tianfang/order/AppTest.java | cec9bba751a28ab80ded71ce1ca739445fb2b4c8 | [] | no_license | jamyin/ken-tianfang | 7eed073fe715c8f171362664c26a29fe65c95778 | f35f6b61cfba6cdf85a3274cb06682babe5667f5 | refs/heads/master | 2016-09-14T00:55:59.958381 | 2016-03-31T03:39:55 | 2016-03-31T03:39:55 | 56,197,030 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 646 | java | package org.tianfang.order;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
/**
* Unit test for simple App.
*/
public class AppTest
extends TestCase
{
/**
* Create the test case
*
* @param testName name of the test case
*/
public AppTe... | [
"mark_chu@ssic.cn"
] | mark_chu@ssic.cn |
6b52ed866604ca782d7b677980e3af5697d93b47 | 17a5538f95356a7d8e848744f93280b13ed217f8 | /Java_AOP_Anno/src/test/aspect/WritingAspect.java | a295773985206081cc00ea721c7bbf3d7f8ab462 | [] | no_license | sumi0717/ssssspring | 97b972fbe777c2a62a12011ac307d4f40faf541c | e45e266fd489525041695af417f39630287c24e5 | refs/heads/master | 2020-03-25T01:56:49.573998 | 2018-09-14T07:26:45 | 2018-09-14T07:26:45 | 143,266,068 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,012 | java | package test.aspect;
import org.aspectj.lang.ProceedingJoinPoint;
import org.aspectj.lang.annotation.After;
import org.aspectj.lang.annotation.Around;
import org.aspectj.lang.annotation.Aspect;
import org.aspectj.lang.annotation.Before;
import org.springframework.stereotype.Component;
@Aspect
@Component
pu... | [
"00isme@naver.com"
] | 00isme@naver.com |
e7740456c464d731d5697840b4d226a99131fb5e | f0577b8133ac2e1f80969d687eed3f270134c955 | /NSP_tenant/foundation-support/src/main/java/cn/newcapec/foundation/utils/MultiDatasourceContext.java | 10f9d1cf79419941255a43a2f5e0bb4e09b681f2 | [] | no_license | zhangjunfang/eclipse | 23d7041cfa224bd503fb5e5b1661c65ba93d1b31 | 853a242ac17ea7b606e287d3c8cc63ae8b4ab112 | refs/heads/master | 2021-01-01T19:16:44.100851 | 2016-11-18T06:17:50 | 2016-11-18T06:17:50 | 18,053,539 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 558 | java | package cn.newcapec.foundation.utils;
/**
* 多数据源关键字
*
* @author andy.li
*/
public class MultiDatasourceContext {
public static final String bizDataSourcePostgresql="bizDataSourcePostgresql";
public static final String bizDataSourceMysql = "bizDataSourceMysql";
public static final String biz... | [
"zhangjunfang0505@163.com"
] | zhangjunfang0505@163.com |
a51ad6d764e7a4bc57fe8f51ef963a0e04231e34 | 6dd13c3bc340626abee9a183c92be9306f984610 | /src/main/java/datastructures/MyLinkedList.java | 4c09d7155f134ef95e1b02f7ddef7935271ff52d | [] | no_license | enderculha/Algorithmic-Practices | 90937fde28d62eb379c2d37448f1c711e75ff956 | f3bb64a33c86d11b933bbb934fdeaadb860de6ef | refs/heads/master | 2021-04-30T13:25:48.732645 | 2018-04-22T22:17:14 | 2018-04-22T22:17:14 | 121,294,489 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,121 | java | package datastructures;
public class MyLinkedList{
Node head;
public MyLinkedList(Node head){
this.head = head;
}
public Node getHead() {
return head;
}
public void setHead(Node head) {
this.head = head;
}
public void append (int data){
Node current = ... | [
"enderculha@gmail.com"
] | enderculha@gmail.com |
acbdfc241bf79bc59ad7d4d4f7cdbdb0a084014f | abbf0de2df7d60d40a23049fb886c6c3e98ef8d0 | /4_java_excecoes/Java-pilha/src/FluxoComErro.java | 108ee47b29dea8b4c03cf0a1b28b468bd5c529d0 | [] | no_license | adenilson1/Java | 1b2a8236b829bbbfd7feaa58755a7598b736879d | 2a811a7195ec0af1a2d098171114be714af1b406 | refs/heads/master | 2023-05-07T06:33:03.698883 | 2021-06-02T12:12:12 | 2021-06-02T12:12:12 | 367,205,316 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 755 | java |
public class FluxoComErro {
public static void main(String[] args) {
System.out.println("Int do main");
try {
metodo1();
}catch (ArithmeticException | NullPointerException ex){
String msg = ex.getMessage();
System.out.println("Exception " + msg);
... | [
"adenilson99@hotmail.com"
] | adenilson99@hotmail.com |
8bd8c1c78c214c0e36e0b8cf83d16349bcc356de | bbee138b13a2547568a9cef3fb93c5331c7b5741 | /Tuziemiec_api/src/main/java/pl/karpiozaury/Tuziemiec_api/Repository/AttractionRepository.java | efc508f24b9f5ce83ba259016441a0f0587fe2bb | [] | no_license | Kethableez/Tuziemiec | c702c331b439f3ea2081f6ee5bf6b229cbe7d27c | c57fa5204785c664d29613a2f0c9c83d99ef301f | refs/heads/master | 2023-06-03T12:18:07.724348 | 2021-06-18T22:41:02 | 2021-06-18T22:41:02 | 348,335,253 | 0 | 0 | null | 2021-06-04T02:25:26 | 2021-03-16T12:15:38 | Java | UTF-8 | Java | false | false | 573 | java | package pl.karpiozaury.Tuziemiec_api.Repository;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import pl.karpiozaury.Tuziemiec_api.Model.Attraction;
import java.util.List;
import java.util.Optional;
@Repository
public interface AttractionRepository ex... | [
"janiszyn.amadeusz@gmail.com"
] | janiszyn.amadeusz@gmail.com |
3e574b47bd19241dcb8ab21dde18736d08682405 | 3735cf7db134d672a6e0c8f05c704a6bc434ff5a | /src/main/java/uw/dao/SequenceFactory.java | ed38e858f49003f07362df42b154256f632ad07b | [
"Apache-2.0"
] | permissive | axeon/uw-dao | e0e864157d09c269c5faf2ef503205396062fd8e | 04a3f05deed67ea7c236b89625a0f126f891370e | refs/heads/master | 2021-06-04T10:25:58.337710 | 2020-01-10T02:06:52 | 2020-01-10T02:06:52 | 115,399,662 | 11 | 4 | null | null | null | null | UTF-8 | Java | false | false | 6,930 | java | package uw.dao;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import uw.dao.conf.DaoConfigManager;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
/**
* sequence工厂类,可以在集群环境中可靠使用。
* incrementNum是非常重要的参数,当其为1(默认值)时,单线程tps≈(30~50),多线程略高。
* incrementNum和tps的关系公式为 tps = incrementNum*(30... | [
"23231269@qq.com"
] | 23231269@qq.com |
e8194ccb8aee81ca972469d943b5afcf118d4a0c | 17f36824a271026b6638e05c936da87b5337fbe8 | /src/main/java/com/algaworks/algafood/jpa/ExclusaoCozinhaMain.java | cad83a11cc87acb8f8a682a98969ceab9e9e606b | [] | no_license | eduardopadilha22/algafood-api | 621aac0620caa6eecaf8d1afd23a791bfa198786 | 75d6be66a8333f296569d0a73be0dca508a1f155 | refs/heads/main | 2023-03-04T16:47:31.338653 | 2021-02-18T12:36:14 | 2021-02-18T12:36:14 | 338,424,418 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 812 | java | package com.algaworks.algafood.jpa;
import org.springframework.boot.WebApplicationType;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.context.ApplicationContext;
import com.algaworks.algafood.AlgafoodApiApplication;
import com.algaworks.algafood.domain.model.Cozinha;
imp... | [
"epadilhatec@gmail.com"
] | epadilhatec@gmail.com |
2a696bd4a4f4502d82ba5433e58276d7e1e2b2b7 | 68e9a7932cfe48372759737f39d0f91772dc430e | /src/test/java/ets/log330/utils/RegressionLineaireB1Tests.java | ec36156e5b309d76666cd7d911ce77d32a09dc67 | [] | no_license | Zeldorine/LOG330 | e0395f13ebcdbf6c380053660f05c2fb341532b4 | 2d80c6aa49f04262a1528b25baa96a8e3d6fabf5 | refs/heads/master | 2021-08-23T12:11:40.635739 | 2017-12-04T22:22:36 | 2017-12-04T22:22:36 | 103,463,043 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,134 | java | package ets.log330.utils;
import java.util.ArrayList;
import java.util.List;
import org.junit.After;
import org.junit.AfterClass;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
import org.junit.Before;
import org.junit.BeforeClass;
... | [
"ak98120@ens.etsmtl.ca"
] | ak98120@ens.etsmtl.ca |
bfae704899434841359b9333ba237312ed88d882 | b1b77bb1ed47586f96d8f2554a65bcbd0c7162cc | /NETFLIX/staash/staash-mesh/src/main/java/com/netflix/staash/mesh/jersey/JsonMessageBodyWriter.java | 0be749698f6593bee6b79934d9b5adf6804c9d9a | [] | no_license | DanHefrman/stuff | b3624d7089909972ee806211666374a261c02d08 | b98a5c80cfe7041d8908dcfd4230cf065c17f3f6 | refs/heads/master | 2023-07-10T09:47:04.780112 | 2021-08-13T09:55:17 | 2021-08-13T09:55:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,452 | java | /*******************************************************************************
* /***
* *
* * Copyright 2013 Netflix, Inc.
* *
* * 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... | [
"bryan.guner@gmail.com"
] | bryan.guner@gmail.com |
5814eb188cd765a299d31481373638084c074216 | 40f81f3e9171575214c5f7fd71536af3596480c9 | /src/main/java/cn/com/lingnan/service/WorkorderService.java | 2483a7c1c5b581a36d21a0caf25d4886126ffa25 | [
"Apache-2.0"
] | permissive | chenxianda-3/wuliu | c7f8ffa1efbe2f81956fbbb9d2037211605141d4 | 0571ad2faa100a167e6f1ceeee8e7827ba440308 | refs/heads/master | 2022-12-22T21:52:50.587795 | 2020-07-09T00:03:16 | 2020-07-09T00:03:16 | 195,647,244 | 2 | 0 | Apache-2.0 | 2022-12-16T07:14:20 | 2019-07-07T12:15:23 | Java | UTF-8 | Java | false | false | 425 | java | package cn.com.lingnan.service;
import java.util.List;
import cn.com.lingnan.pojo.Workorder;
import cn.com.lingnan.utils.PageBean;
public interface WorkorderService {
public void save(Workorder workorder) ;
public void deleteBatch(String ids);
public Workorder findById(String id);
public int update(Workorde... | [
"l"
] | l |
a2de02191f30a0816e1fac74d958b5bccff9eab6 | 06cc87b5ea3cf8aa3e39d4f95187447daa855ba9 | /src/com/logicbig/godtrue/multi/thread/ThreadSynchronization/Livelock.java | e40fbd1fdb1986c3883286810c31aac9d4fd8850 | [] | no_license | WeLoveGH/JVM-JUC-Core | e918dc10fa12450a9c61f0c05f40c2421821b9c6 | dc5e3dd7241e1c39f993d217a43f3f1da272c092 | refs/heads/master | 2020-09-03T04:56:37.010099 | 2019-11-04T01:24:51 | 2019-11-04T01:24:51 | 219,391,561 | 0 | 0 | null | 2019-11-04T01:20:54 | 2019-11-04T01:20:54 | null | UTF-8 | Java | false | false | 2,283 | java | package com.logicbig.godtrue.multi.thread.ThreadSynchronization;
/**
* @description:
* @author:qianyingjie1
* @create:2019-10-25
*/
public class Livelock {
public static void main(String[] args) {
final LivelockWorker worker1 = new LivelockWorker("LivelockWorker 1 ", true);
final LivelockWor... | [
"qianyingjie1@jd.com"
] | qianyingjie1@jd.com |
e0db083b02240ef0678126af15b66427c1aabd61 | 42c52755092f5678ff50c51d5ab3f6d00963bc49 | /p05explicitintents_alishev/src/main/java/com/example/p05explicitintents_alishev/ChildActivity.java | 89bf83b2062dc2014b61ebe01770c091b23f8fd0 | [] | no_license | as1k/android-recall | ec3941040cb6129e41a7fd70be877325b30ff599 | 9f5a9a7f2a30889a302231256ad999fb8f235c73 | refs/heads/master | 2022-11-07T04:00:28.877324 | 2020-06-30T06:37:05 | 2020-06-30T06:37:05 | 272,595,278 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 784 | java | package com.example.p05explicitintents_alishev;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.widget.TextView;
public class ChildActivity extends AppCompatActivity {
private TextView textView;
@Override
protected void onCreate(B... | [
"nurmukhambet.ak@gmail.com"
] | nurmukhambet.ak@gmail.com |
1ae1e40252cd75719fe58e450e29dc97b17dd5f9 | b4094be2ae4da27404f2348a37b2b6cfb01d0587 | /src/test/java/fil/iagl/opl/cocospoon/processors/SwitchInsertTest.java | 5d55b87db77e96db10e713206e0af30508a35788 | [] | no_license | monperrus-teaching/2015-CoCoSpoon | c66e5e63948e3415ee3856de5f0f205e10876bcc | 4c02bcd54c33cd1219b4b55a054a91a58fe08a74 | refs/heads/master | 2020-12-25T09:18:30.056888 | 2016-02-14T15:34:43 | 2016-02-14T15:34:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,705 | java | package fil.iagl.opl.cocospoon.processors;
import java.util.stream.Collectors;
import org.fest.assertions.Assertions;
import org.junit.Test;
import fil.iagl.opl.cocospoon.insert.Insertion;
import fil.iagl.opl.cocospoon.insert.impl.SwitchInsert;
import fil.iagl.opl.cocospoon.tools.ContainsSameElementFilter;
import sp... | [
"maxime.clement93@gmail.com"
] | maxime.clement93@gmail.com |
4c52e6a3f2fb9852b154be89215849158a18e42a | 4684f73508591bff96fb72943b5389942d80af08 | /src/main/java/org/example/util/UserUtil.java | 739da00a6b879523d6e5f34b189a3a92b719c504 | [] | no_license | alishevich/restaurant | 268a9dd2f4540d477a57ac67e4b5b73c5ffe7ea6 | daa6b4480689185d954381336af847fb7fd6b673 | refs/heads/master | 2023-03-08T05:09:59.565442 | 2021-02-25T20:36:35 | 2021-02-25T20:36:35 | 333,806,369 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,131 | java | package org.example.util;
import org.example.model.Role;
import org.example.model.User;
import org.example.to.UserTo;
import org.springframework.security.crypto.password.PasswordEncoder;
import org.springframework.util.StringUtils;
public class UserUtil {
public static User createNewFromTo(UserTo userTo) {
... | [
"ekaterina.alishevich@gmail.com"
] | ekaterina.alishevich@gmail.com |
a36993c47a038a38baef0e24958e10026d7d848c | 2685e0b7114463c9955cbdf55844e31ad75c5b40 | /src/main/java/sai/service/SpringSQLDemo/controller/StudentController.java | 542a18c425cca37cb05ada6c03861a69531488bb | [] | no_license | coddinginjava/mysqlaws | 601bd94f57ea5d1b63caa92b100c0b2c88790227 | f8a09238f1138bf375bd94d171eb7cc629d26324 | refs/heads/master | 2021-01-09T14:17:42.053518 | 2020-02-23T07:13:45 | 2020-02-23T07:13:45 | 242,334,001 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 890 | java | package sai.service.SpringSQLDemo.controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import lombok.AllAr... | [
"coddinginjava@gmail.com"
] | coddinginjava@gmail.com |
dedacb3ef48e9e4b21f6f6a24f6bb03a2e3d48b6 | bea3719f76cc2a349e9b49c79d484127412a72bd | /app/src/main/java/com/medvirumal/ecomstore/binding/BindingAdapters.java | 0de653d78db765a951f2fc0f2885b96d99a4e9a6 | [] | no_license | kpss01/medviumal | 8e6a174d6fb660cb2626c3334cb0c7f60924245c | 12f19d60808fb263696223b5df3e6523a84c2ad2 | refs/heads/main | 2023-05-02T02:09:15.688075 | 2021-05-23T14:55:00 | 2021-05-23T14:55:00 | 370,080,516 | 0 | 0 | null | 2021-05-23T14:53:27 | 2021-05-23T14:53:26 | null | UTF-8 | Java | false | false | 362 | java | package com.medvirumal.ecomstore.binding;
import androidx.databinding.BindingAdapter;
import android.view.View;
/**
* Data Binding adapters specific to the app.
*/
public class BindingAdapters {
@BindingAdapter("visibleGone")
public static void showHide(View view, boolean show) {
view.setVisibility(... | [
"tamrakardivyansh189@gmail.com"
] | tamrakardivyansh189@gmail.com |
f94259d3220984523cdc3a414d4225fef88cefdf | c7c37f0c5d0a6883b0918f42f180572b63c79ee9 | /src/molecule/ui/protein/quaternary/signal/ProteinQuaternarySSBondSizeRaiser.java | e0530321724fd84f306001d8caef4bd831a71fb0 | [] | no_license | starteam/starbiochem_java | 5b0e6f63a7786397dcb16319e58b1792f5f6e92b | b90b0ddc8dfdcb8e1f1e3a7370da0ed0690cbfc1 | refs/heads/master | 2021-01-13T01:45:17.651562 | 2013-06-20T18:44:26 | 2013-06-20T18:44:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 187 | java | package molecule.ui.protein.quaternary.signal;
import star.event.Raiser;
@star.annotations.Raiser
public interface ProteinQuaternarySSBondSizeRaiser extends Raiser
{
int getValue();
}
| [
"bonners@mit.edu"
] | bonners@mit.edu |
48d0bc87a4c2fd8b9cdfb099f1ec23ec737b8ed0 | 0d3c86f425af255286000339570ad83e00b3248f | /strollimo/src/main/java/com/strollimo/android/services/ImageUploadTaskService.java | 5cedcd1fa84795e9e579d7fe61a7fd8d43847ed9 | [] | no_license | socialpercon/stroll-android | d9d5bc2acf6744b41ae0cab0a1b61f3eafe917d5 | 3f1fbd50b9c8098b947ebdc69cdd937148eeee9b | refs/heads/master | 2020-04-10T08:28:04.063095 | 2013-10-23T22:48:29 | 2013-10-23T22:48:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,697 | java | package com.strollimo.android.services;
import android.app.Service;
import android.content.Intent;
import android.os.IBinder;
import android.util.Log;
import com.strollimo.android.StrollimoApplication;
import com.strollimo.android.core.ImageUploadTask;
import com.strollimo.android.core.ImageUploadTaskQueueController;... | [
"marco@zeebox.com"
] | marco@zeebox.com |
b69301a3c01430c6429099049ca4b2bb64737aa4 | 385ad4174af5b9f884d67a7467527c957162d1a0 | /src/main/java/com/catas/audit/service/impl/HostgroupServiceImpl.java | b911734b1a1667ad888fdd7f513b0f59fa9dfa61 | [] | no_license | Kili666/J-sparrow- | 105b540dbf9f9763c5eb8fe62c806ce1ea1e9896 | 88e4f782f1069240e0e8cf32b1a923dbaf0d9bc8 | refs/heads/main | 2023-06-29T17:40:27.168912 | 2021-08-06T13:05:01 | 2021-08-06T13:05:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,777 | java | package com.catas.audit.service.impl;
import com.catas.audit.entity.Hostgroup;
import com.catas.audit.mapper.HostgroupMapper;
import com.catas.audit.service.IHostgroupService;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.catas.audit.vo.HostGroupVo;
import org.apache.ibatis.annotations... | [
"1014518525@qq.com"
] | 1014518525@qq.com |
220aef8be4ff3366d0ea2f95745e25278080d1e0 | 93c7f5137583f170295db5bb4160e4586143ff8e | /src/main/java/me/nithanim/gw2api/v2/api/items/details/InfusionSlot.java | 86ee648f01d044c966d9c2742252dae71eeedbc6 | [
"Apache-2.0"
] | permissive | gelberlaubfrosch/gw2api | 253dc0163a341817763e2d5fb61344b402a46e7c | a3af0e83936a95b51fd3a3b30bd9c5c887778786 | refs/heads/master | 2021-01-16T00:10:27.875831 | 2016-02-25T19:54:24 | 2016-02-25T19:54:24 | 53,284,930 | 0 | 0 | null | 2016-03-07T00:56:19 | 2016-03-07T00:56:19 | null | UTF-8 | Java | false | false | 1,012 | java | package me.nithanim.gw2api.v2.api.items.details;
import me.nithanim.gw2api.v2.common.InfusionType;
import java.util.Arrays;
import org.apache.commons.lang.builder.ToStringBuilder;
public class InfusionSlot {
private InfusionType[] flags;
private int itemId;
public InfusionType[] getFlags() {
retu... | [
"nithanim@yahoo.de"
] | nithanim@yahoo.de |
7528797cb6a332fe10bd23c43493e2d04382b76b | b5deeddf2f01a683410bfdeccd09e0d11a96d926 | /src/main/java/com/vladimir/crudblog/repository/gson/serializers/JsonRegionSerializer.java | 44a19907827215739fbf3a538c8b41e421559b39 | [] | no_license | wikigreen/CRUD_blog | 06538522a8a62953245a3af0a1b1457ea4a4f0ed | 5f5e39f36dcbd4d1abcb7f1205acae4a77d37e14 | refs/heads/master | 2023-02-15T15:56:49.554098 | 2021-01-10T12:24:36 | 2021-01-10T12:24:36 | 314,028,285 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 621 | java | package com.vladimir.crudblog.repository.gson.serializers;
import com.google.gson.JsonElement;
import com.google.gson.JsonPrimitive;
import com.google.gson.JsonSerializationContext;
import com.google.gson.JsonSerializer;
import com.vladimir.crudblog.model.Region;
import java.lang.reflect.Type;
public class JsonRegio... | [
"vhrynevich20@gmail.com"
] | vhrynevich20@gmail.com |
006a2e0755a1bc5f809f9933ecadb6e81258fe87 | 15c6d19c153fca6f23b49b2385c862612dffc3c7 | /src/main/java/com/simplilearn/sportyshoes/SportyshoesAppApplication.java | d126c02eccd0eff839bbdd045e7ff9051e11d967 | [] | no_license | Padhu3107/Simplilearn-Phase-III-Assessment | f8499579a0ccbc2a39720046eaca6bd4b7697e05 | dff372be2da0f40c5d25b606a008cbcaba8f32d6 | refs/heads/main | 2023-05-25T07:15:36.390544 | 2021-06-10T13:06:31 | 2021-06-10T13:06:31 | 374,638,234 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 799 | java | package com.simplilearn.sportyshoes;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.domain.EntityScan;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.data.jpa.... | [
"noreply@github.com"
] | Padhu3107.noreply@github.com |
ad388936a57bcd415e31da38ba3f5ffc5981eaa4 | cc4e401a9c8536ae56b15f9428acbdfd42fdcfd6 | /message-api/src/main/java/cn/com/huacloud/basic/message/constant/Constants.java | 2db4b3e61a3c209d9896e2561ca0a81191f32152 | [] | no_license | ccl-jluzh/basic-message | 14e496445f6e1c9a28df5659ba22903ee2c49dab | c4095f8c9a946f600aea732973f7f1875d39fc12 | refs/heads/main | 2023-01-22T02:25:21.720851 | 2020-11-25T09:31:48 | 2020-11-25T09:31:48 | 315,883,644 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,200 | java | package cn.com.huacloud.basic.message.constant;
/**
* ClassName: Constants
* Description: 公共常量
* Date: 2020/8/13 18:24
*
* @Author dengchangshi
*/
public class Constants {
public static final String BUCKET_MAX_COUNT = "MSG:BUCKET_MAX_COUNT:";
public static final String BUCKET_CURR_COUNT = "MSG... | [
"noreply@github.com"
] | ccl-jluzh.noreply@github.com |
6b45bea5cf3f93fb4b81989d818387ce67c85d82 | 841c9954f16baf0f444f852a6e5fc1d90647c78d | /mercury/src/mercury/main/LoggedIn.java | c66a44283c25366488fdc47885aa02ab0d9b1e31 | [] | no_license | idbo-selenium/N_MercuryToursPagePattern | 030da52a2beef76caafe06c5fd87168bfafff06e | cb66233195a9f653dcb3403d20b15d42e7c25796 | refs/heads/master | 2021-01-19T02:23:15.205787 | 2016-07-19T10:01:19 | 2016-07-19T10:01:19 | 63,682,733 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 166 | java | package mercury.main;
public class LoggedIn {
public boolean IsAt() {
return Browser.Driver().getTitle().equals("Find a Flight: Mercury Tours:");
}
}
| [
"knskumari@gmail.com"
] | knskumari@gmail.com |
b50222cb51939716c3c083696d040fcc8ae543f2 | c66905c3cb0734d6482810b985c6924d1946ff7f | /lib/src/main/java/com/fyxt/w/base/service/BaseService.java | 1123ad83b482fe78ffe369d59e983f92d20db490 | [] | no_license | tianmaochang/web-app | 00b6cd43935de89219000c9d23343f110a25afe3 | d90851ebb6ed9313d252e6a87cd1306f3e8cb71b | refs/heads/master | 2020-04-19T02:04:59.869540 | 2019-01-28T03:24:01 | 2019-01-28T03:24:01 | 167,891,733 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 165 | java | package com.fyxt.w.base.service;
/**
* Service 基类
* @author ZhangBo
* @date 2015年7月29日 上午10:14:24
*/
public abstract class BaseService {
}
| [
"754443889@qq.com"
] | 754443889@qq.com |
74497d78d04503dc8d174e4aab51826429aa78e7 | a1ef97688a27507008e1b8e96f43e0326fb25972 | /eSetup/src/com/example/tests/C009.java | 91088ea5d10d6c656c09190331d2c403deec1682 | [] | no_license | ullah003/Storpia | ff30553b6b8eec50bd745fa69b2260d439a25c07 | 439bbac4c5ea52e34da1196d31b94e3daa806564 | refs/heads/master | 2020-12-20T23:56:50.344444 | 2020-01-26T00:57:46 | 2020-01-26T00:57:46 | 236,248,982 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 6,977 | java | package com.example.tests;
import static org.junit.Assert.fail;
import java.io.BufferedWriter;
import java.io.FileWriter;
import java.io.IOException;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.By;
import org.openqa.selenium.NoSuchElementException;
import org.openqa.selenium.WebDriver... | [
"noreply@github.com"
] | ullah003.noreply@github.com |
54bb2c0edcf8aa3eeacccf89a27a1467b7aaf7b1 | cc05ab86b3953f58354511b76eaffa0e9ec26abf | /Кузьмичев/4/src/course/battlegame/Monster.java | 43cf0cc6b48412ded3dcddc4e590aa1df96d4869 | [] | no_license | Apollinary/mera_se_0620 | aab359c3cea2711434b705926df25bb13dde360e | 15980478791bb48d44e6b0caa6e60e19ecfb8e35 | refs/heads/master | 2022-12-08T21:22:52.465191 | 2020-09-06T18:06:03 | 2020-09-06T18:06:03 | 293,332,056 | 0 | 0 | null | 2020-09-06T17:53:29 | 2020-09-06T17:53:28 | null | UTF-8 | Java | false | false | 1,617 | java | package course.battlegame;
import java.util.Random;
public class Monster extends Character {
private Integer power;
private static Integer MIN_POWER;
private static Integer MAX_POWER;
{
Monster.MIN_POWER = 5;
Monster.MAX_POWER = 20;
}
public Monster(String name, Integer maxHeatPo... | [
"kuzhexyz@gmail.com"
] | kuzhexyz@gmail.com |
834cdc73601beb62c890424e920b36d74e5bbf7d | 76b764be1fcf4adc108bdb9f11dc3b01ec922d46 | /MyFirstProject/src/Variabile.java | 20f4d34f134aaefcf16b3664283f44ecbab2a8e8 | [] | no_license | VladMihai7/MyFirstJavaProject | 1ec1b7c6817f7602b04f6f6e21f0f7008b9c877f | ab474854b69afdb266a9b81d13833ec2199c5912 | refs/heads/master | 2022-12-19T22:13:06.699008 | 2020-10-01T13:22:07 | 2020-10-01T13:22:07 | 300,286,456 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 610 | java | public class Variabile {
public static void main(String[] args) {
int first = 1;
int second = 2;
int adding = first + second;
System.out.println(adding);
}
}
class Variabile2 {
static int one = 123;
public static void main(String[] args) {
... | [
"noreply@github.com"
] | VladMihai7.noreply@github.com |
9cc214b790468b0c9c5de632e1f423d5695d8f98 | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/XWIKI-13372-1-30-FEMO-WeightedSum:TestLen:CallDiversity/com/xpn/xwiki/objects/BaseProperty_ESTest.java | 7aa061b34f4a7df8b2212e62984237bbd8a6e7d7 | [] | no_license | STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application | cf118b23ecb87a8bf59643e42f7556b521d1f754 | 3bb39683f9c343b8ec94890a00b8f260d158dfe3 | refs/heads/master | 2022-07-29T14:44:00.774547 | 2020-08-10T15:14:49 | 2020-08-10T15:14:49 | 285,804,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 552 | java | /*
* This file was automatically generated by EvoSuite
* Sat Apr 04 06:23:12 UTC 2020
*/
package com.xpn.xwiki.objects;
import org.junit.Test;
import static org.junit.Assert.*;
import org.evosuite.runtime.EvoRunner;
import org.evosuite.runtime.EvoRunnerParameters;
import org.junit.runner.RunWith;
@RunWith(EvoRunn... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
7ab4acad1e345065ad27eba933f85c41763b97cb | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/MATH-1b-1-25-MOEAD-WeightedSum:TestLen:CallDiversity/org/apache/commons/math3/fraction/BigFraction_ESTest_scaffolding.java | 78d57cf964afb4e1ce2bb34d800e0e7e90563aba | [] | no_license | STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application | cf118b23ecb87a8bf59643e42f7556b521d1f754 | 3bb39683f9c343b8ec94890a00b8f260d158dfe3 | refs/heads/master | 2022-07-29T14:44:00.774547 | 2020-08-10T15:14:49 | 2020-08-10T15:14:49 | 285,804,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,127 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Wed Apr 08 08:58:35 UTC 2020
*/
package org.apache.commons.math3.fraction;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
db9a737773efb71c5ac2c08087ded45f5fdec4fe | 31b608f50f8da4a1a31726977940f9b6c54e4966 | /src/julius/judge/JudgeResult.java | e8ef7a9ce3a7a0c004412b899dfa69216947b785 | [
"Apache-2.0"
] | permissive | jasonyu1996/julius | 9a31ca5452c595536eea675b90037f5857991d82 | 4920b3542ea0f6b5bdda49975642cb8a6b1511b7 | refs/heads/master | 2020-08-25T05:11:39.867821 | 2015-02-19T13:50:40 | 2015-02-19T13:50:40 | 30,830,164 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,927 | java | package julius.judge;
import julius.judge.compile.CompileResult;
/**
* A representation of the result of a judge routine.
*
* <p>It consists of compile results and testcase results.</p>
* <p>When the compilation is not successful, the testcase results may be null.</p>
* @author jason_yu
* @since Juli... | [
"yuzhijingcheng1996@hotmail.com"
] | yuzhijingcheng1996@hotmail.com |
73df2be0d0b24a44c1a5458d23ad6227f88a9e67 | 3d1b4b816a410927466b2267c61b77dc9bad38d6 | /saprkdemo/src/main/scala/cn/com/google/tree/KdTree.java | d1b366731ef38a604412a72a922e0b5366fec47e | [] | no_license | yanglilin/sparkmodel | 459219df4b04d522219cd87f7bebc47092124b31 | 4b6ddde9c633d7cae53934c6027aa637f2e1d671 | refs/heads/master | 2020-05-31T14:50:53.786870 | 2018-02-03T05:51:47 | 2018-02-03T05:51:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 19,154 | java | package cn.com.google.tree;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import java.util.TreeSet;
/**
* A k-d tree (short for k-dimensional tree) is a space-partitioning dat... | [
"moses25@126.com"
] | moses25@126.com |
7e4503eddc022a7b7d7871a2221a3f4e762fa1cf | f5e7d11622d6339340df729f5361a863c9c37136 | /droidparts/src/org/droidparts/contract/Constants.java | 3914affd83c13de8b7037310ac8e4851f49cb1d7 | [
"Apache-2.0"
] | permissive | evsward/droidparts | 06c07cf997f11a051fe89abf5ec8b40d799bec63 | 3a2f03d915709cb29aa5dbd5a35fe989f16c9fc1 | refs/heads/master | 2021-01-24T22:02:53.853607 | 2016-08-28T11:39:41 | 2016-08-28T11:39:41 | 35,606,381 | 0 | 0 | null | 2015-05-14T10:53:49 | 2015-05-14T10:53:49 | null | UTF-8 | Java | false | false | 723 | java | /**
* Copyright 2015 Alex Yanchenko
*
* 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 ag... | [
"alex@yanchenko.com"
] | alex@yanchenko.com |
59ff50ae4bae38e63e1df6691910acf6fddb20b9 | 07ee9b026bc35b6fe4e8f9b9d75a91171bad66f8 | /src/main/java/com/thinkgem/jeesite/modules/novel/service/NuserService.java | fda38c72aca8742ab4587cc735dac433b905a294 | [] | no_license | luotianwen/novel | 788ca0369532e5630371e1be88ec78317b9f636e | 0d1028652a87b573df9678f546006f29469e9612 | refs/heads/master | 2023-03-08T05:34:04.720727 | 2021-02-19T07:12:38 | 2021-02-19T07:12:38 | 339,988,201 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,151 | java | /**
* Copyright © 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*/
package com.thinkgem.jeesite.modules.novel.service;
import java.util.List;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.th... | [
"luotianwen456123@126.com"
] | luotianwen456123@126.com |
06ea2056937293645cc8806cc17403b577bb867f | f8ad9588180419cf306cde1db6f021d3782d7992 | /src/main/java/it/unipd/tos/model/User.java | 2fe569fdaf03fbb1c6deb119eae5b157f43fa8f7 | [] | no_license | tpoppi/assignment2 | 97941ee2b48eac88589a2291b9a50b859abae5d4 | c5c50434dc151709f9378d7343264b4e8a52558e | refs/heads/master | 2023-01-24T09:30:51.845106 | 2020-12-08T23:04:11 | 2020-12-08T23:04:11 | 318,980,400 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 654 | java | ////////////////////////////////////////////////////////////////////
// [TOMMASO] [POPPI] [1201270]
////////////////////////////////////////////////////////////////////
package it.unipd.tos.model;
import java.time.LocalDate;
public class User {
private int id;
private String name;
private LocalDate data_... | [
"tommaso.poppi@hotmail.it"
] | tommaso.poppi@hotmail.it |
ea0ce1f8e30c6695be9128c7d85b4cc8a4a742b0 | 1629612459b3c9411b9238e53976690e496cc11c | /TeamCode/src/main/java/org/firstinspires/ftc/teamcode/drive/sampleOpModes/TrackWidthTuner.java | 3f02125f3764e2711b6eb836a0ae7d589755b5f1 | [] | no_license | zerozerodone/FTC_2021-2022 | eab9bbe4ee2510a18b3662c4544f18d3ccf93660 | 14f0b2a530c57f29aad0f7477e993a9a327f7512 | refs/heads/master | 2023-08-28T04:58:49.451853 | 2021-10-25T21:34:06 | 2021-10-25T21:34:06 | 421,190,996 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,573 | java | package org.firstinspires.ftc.teamcode.drive.sampleOpModes;
import com.acmerobotics.dashboard.FtcDashboard;
import com.acmerobotics.dashboard.config.Config;
import com.acmerobotics.dashboard.telemetry.MultipleTelemetry;
import com.acmerobotics.roadrunner.geometry.Pose2d;
import com.acmerobotics.roadrunner.util.Angle;
... | [
"42438520+zerozerodone@users.noreply.github.com"
] | 42438520+zerozerodone@users.noreply.github.com |
3287ab7cf759b3546323bc2785fbe3f09001b1c4 | bb8739e84e457cb25355686af267e3729823b54d | /arena-gwt/tags/arena-gwt-2.1/src/main/java/org/openinsula/arena/gwt/components/client/ui/form/field/value/CheckBoxValueHandler.java | c00748eef539d91fc81dd661ba99f63cc4d58211 | [] | no_license | mateusferrer/openinsula-arena | d62a86f86558e471bf4ec7b694638fb6d940213c | e52c168755472de0b5da0e237c242c366c44c193 | refs/heads/master | 2020-07-08T10:29:32.594695 | 2009-07-18T03:54:57 | 2009-07-18T03:54:57 | 35,433,033 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 500 | java | package org.openinsula.arena.gwt.components.client.ui.form.field.value;
import com.google.gwt.user.client.ui.CheckBox;
/**
* @author Lucas K Mogari
*/
public class CheckBoxValueHandler implements FieldValueHandler<CheckBox> {
@SuppressWarnings("unchecked")
public <V> V getValue(CheckBox widget) {
return (V) Bo... | [
"erdanielli@4e3340f0-7962-11de-bdc7-1f637afd43b1"
] | erdanielli@4e3340f0-7962-11de-bdc7-1f637afd43b1 |
c4ef698288f0662a19fd9f47f13e2865ba7ce7c4 | e39e03ff7634373754582f37a9ab5f29158bd180 | /src/main/scala/net/machinemuse/numina/geometry/MuseRect.java | 6b887e999aea07e38d64f674f3bba290508b6843 | [] | no_license | QMXTech/Numina | a8ac98dd1d0169044e97851542690f90cb890f96 | e824c0ee1b08dfc2128358fb9dd135347e3fc2dc | refs/heads/master | 2021-01-17T16:01:38.038191 | 2015-02-24T21:48:33 | 2015-02-24T21:48:33 | 28,331,663 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,154 | java | package net.machinemuse.numina.geometry;
public class MuseRect {
MusePoint2D ul;
MusePoint2D wh;
public MuseRect(double left, double top, double right, double bottom, boolean growFromMiddle) {
ul = new MusePoint2D(left, top);
wh = new MusePoint2D(right - left, bottom - top);
if (gr... | [
"claire.alexandria@gmail.com"
] | claire.alexandria@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.